:root{--color-bg: #faf8f5;--color-surface: #ffffff;--color-primary: #6c5ce7;--color-primary-light: #a29bfe;--color-primary-dark: #5a4bd1;--color-accent: #fd79a8;--color-accent-light: #fdcfdf;--color-yellow: #ffeaa7;--color-yellow-dark: #f6b93b;--color-green: #a3e4d7;--color-green-dark: #00b894;--color-blue: #74b9ff;--color-blue-light: #dfe6e9;--color-text: #2d3436;--color-text-light: #636e72;--color-border: #e0dcd7;--font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, sans-serif;--slide-max-width: 1200px;--radius: 16px;--radius-sm: 10px;--navbar-height: 60px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px}body{font-family:var(--font-family);background:var(--color-bg);color:var(--color-text);line-height:1.7;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100dvh}#root{min-height:100dvh}img{display:block;max-width:100%}button{font-family:inherit;cursor:pointer;border:none;background:none}a{text-decoration:none;color:inherit}input,textarea,select{font-family:inherit}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.6rem 1.25rem;border-radius:var(--radius-sm);font-size:.95rem;font-weight:600;transition:all .2s;border:none;cursor:pointer}.btn--primary{background:var(--color-primary);color:#fff}.btn--primary:hover{background:var(--color-primary-dark)}.btn--primary:disabled{opacity:.5;cursor:not-allowed}.btn--outline{background:transparent;color:var(--color-primary);border:2px solid var(--color-primary)}.btn--outline:hover{background:var(--color-primary);color:#fff}.btn--ghost{background:transparent;color:var(--color-text-light)}.btn--ghost:hover{color:var(--color-text);background:var(--color-bg)}.btn--google{background:var(--color-surface);color:var(--color-text);border:1px solid var(--color-border)}.btn--google:hover{background:var(--color-bg)}.btn--google svg{flex-shrink:0}.btn--lg{padding:.8rem 2rem;font-size:1.05rem}.btn--full{width:100%}.page-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50vh;gap:1rem;color:var(--color-text-light)}.spinner{width:32px;height:32px;border:3px solid var(--color-border);border-top-color:var(--color-primary);border-radius:50%;animation:spin .8s linear infinite}.spinner--lg{width:48px;height:48px;border-width:4px}@keyframes spin{to{transform:rotate(360deg)}}.form-group{display:flex;flex-direction:column;gap:.4rem}.form-group label{font-size:.9rem;font-weight:600;color:var(--color-text)}.form-group input,.form-group textarea,.form-group select{padding:.7rem 1rem;border:1.5px solid var(--color-border);border-radius:var(--radius-sm);font-size:1rem;color:var(--color-text);background:var(--color-surface);transition:border-color .2s;outline:none}.form-group input:focus,.form-group textarea:focus{border-color:var(--color-primary)}.form-group textarea{resize:vertical}.app-shell{min-height:100dvh;display:flex;flex-direction:column}.app-shell__main{flex:1;padding-top:var(--navbar-height)}.navbar{position:fixed;top:0;left:0;right:0;height:var(--navbar-height);background:var(--color-surface);border-bottom:1px solid var(--color-border);z-index:100}.navbar__inner{max-width:1200px;margin:0 auto;height:100%;display:flex;align-items:center;justify-content:space-between;padding:0 1.5rem}.navbar__logo{display:flex;align-items:center;gap:.5rem;font-size:1.15rem;font-weight:700;color:var(--color-primary)}.navbar__logo-icon{font-size:1.4rem}.navbar__actions,.navbar__user{display:flex;align-items:center;gap:.75rem}.navbar__user-name{font-size:.9rem;font-weight:500;color:var(--color-text-light)}.navbar__btn{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem 1rem;border-radius:var(--radius-sm);font-size:.9rem;font-weight:600;transition:all .2s}.navbar__btn--primary{background:var(--color-primary);color:#fff}.navbar__btn--primary:hover{background:var(--color-primary-dark)}.navbar__btn--ghost{color:var(--color-text-light)}.navbar__btn--ghost:hover{color:var(--color-text)}.landing{overflow-y:auto;overflow-x:hidden}.hero{position:relative;text-align:center;padding:3rem 1.5rem 4rem;background:linear-gradient(180deg,#f3f0ff 0%,var(--color-bg) 100%);overflow:hidden}.hero__clouds{position:absolute;top:0;left:0;right:0;height:100%;pointer-events:none}.cloud{position:absolute;font-size:2.5rem;opacity:.3;animation:float 6s ease-in-out infinite}.cloud--1{top:10%;left:8%;animation-delay:0s}.cloud--2{top:15%;right:10%;animation-delay:2s;font-size:2rem}.cloud--3{top:5%;right:30%;animation-delay:4s;font-size:1.5rem}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.hero__content{position:relative;z-index:1;max-width:700px;margin:0 auto}.hero__badge{display:inline-block;background:var(--color-primary-light);color:#fff;font-size:.85rem;font-weight:600;padding:.4rem 1.2rem;border-radius:999px;margin-bottom:1.5rem}.hero__title{font-size:2.5rem;font-weight:900;line-height:1.35;color:var(--color-text);margin-bottom:1rem}.hero__title--gradient{background:linear-gradient(135deg,var(--color-primary),var(--color-accent));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero__desc{font-size:1.1rem;color:var(--color-text-light);line-height:1.8;margin-bottom:2rem}.hero__cta{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:.75rem}.hero__sub{font-size:.85rem;color:var(--color-text-light)}.btn--xl{padding:.9rem 2.2rem;font-size:1.1rem;border-radius:14px}.hero__preview{margin-top:3rem;display:flex;justify-content:center}.hero__book{display:flex;width:380px;max-width:90vw;background:var(--color-surface);border-radius:var(--radius);box-shadow:0 12px 40px #6c5ce726;overflow:hidden;border:1px solid rgba(108,92,231,.1)}.hero__book-page{flex:1;padding:1.5rem}.hero__book-page--left{background:linear-gradient(135deg,#ffeaa7,#fdcfdf);display:flex;align-items:center;justify-content:center}.hero__book-illust{font-size:4rem;animation:float 4s ease-in-out infinite}.hero__book-page--right{display:flex;align-items:center}.hero__book-lines{width:100%;display:flex;flex-direction:column;gap:.6rem}.hero__book-title-line{font-size:.95rem;font-weight:700;color:var(--color-primary)}.hero__book-text-line{height:8px;background:var(--color-blue-light);border-radius:4px}.hero__book-text-line--short{width:65%}.section-title{font-size:1.6rem;font-weight:900;text-align:center;margin-bottom:.5rem;color:var(--color-text);display:flex;align-items:center;justify-content:center;gap:.5rem}.section-title__emoji{font-size:1.4rem}.section-desc{text-align:center;color:var(--color-text-light);margin-bottom:2rem;font-size:1rem}.how-it-works{max-width:900px;margin:0 auto;padding:3rem 1.5rem}.steps{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:2rem}.step-card{flex:1;max-width:220px;text-align:center;background:var(--color-surface);border-radius:var(--radius);padding:2rem 1.25rem;box-shadow:0 4px 20px #0000000d;position:relative}.step-card__num{position:absolute;top:-.75rem;left:50%;transform:translate(-50%);width:1.75rem;height:1.75rem;display:flex;align-items:center;justify-content:center;background:var(--color-primary);color:#fff;border-radius:50%;font-size:.8rem;font-weight:700}.step-card__icon{font-size:2.5rem;margin-bottom:.75rem}.step-card h3{font-size:1.05rem;margin-bottom:.4rem}.step-card p{font-size:.85rem;color:var(--color-text-light);line-height:1.6}.step-card__arrow{font-size:1.5rem;color:var(--color-primary-light);font-weight:700}.themes-section{padding:3rem 1.5rem;background:linear-gradient(180deg,var(--color-bg) 0%,#f3f0ff 100%)}.theme-showcase{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;max-width:700px;margin:2rem auto 0}.theme-pill{display:flex;align-items:center;gap:.4rem;padding:.6rem 1.2rem;border-radius:999px;font-size:.95rem;font-weight:600;border:1.5px solid;transition:transform .2s}.theme-pill:hover{transform:scale(1.05)}.features-section{max-width:900px;margin:0 auto;padding:3rem 1.5rem}.features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem;margin-top:2rem}.feature-card{background:var(--color-surface);border-radius:var(--radius);padding:1.75rem;box-shadow:0 2px 12px #0000000a;transition:transform .2s}.feature-card:hover{transform:translateY(-3px)}.feature-card__icon{font-size:2rem;margin-bottom:.75rem}.feature-card h3{font-size:1.05rem;font-weight:700;margin-bottom:.3rem}.feature-card p{font-size:.88rem;color:var(--color-text-light);line-height:1.6}.cta-section{padding:3rem 1.5rem}.cta-card{max-width:600px;margin:0 auto;text-align:center;background:linear-gradient(135deg,var(--color-primary),#8b7cf7);color:#fff;border-radius:var(--radius);padding:3rem 2rem}.cta-card h2{font-size:1.5rem;font-weight:900;margin-bottom:.5rem}.cta-card p{opacity:.85;margin-bottom:1.5rem}.cta-card .btn--primary{background:#fff;color:var(--color-primary)}.cta-card .btn--primary:hover{background:#f0edff}.landing__footer{text-align:center;padding:2rem 1.5rem;border-top:1px solid var(--color-border);display:flex;flex-direction:column;gap:.4rem}.landing__footer-logo{font-weight:700;color:var(--color-primary)}.landing__footer p{font-size:.8rem;color:var(--color-text-light)}@media(max-width:768px){.hero__title{font-size:1.75rem}.hero__desc br{display:none}.steps{flex-direction:column}.step-card{max-width:300px;width:100%}.step-card__arrow{transform:rotate(90deg)}.features-grid{grid-template-columns:1fr}.hero__book{width:300px}.hero__book-illust{font-size:3rem}}.auth-page{display:flex;align-items:center;justify-content:center;min-height:calc(100dvh - var(--navbar-height));padding:2rem 1rem}.auth-card{width:100%;max-width:420px;background:var(--color-surface);border-radius:var(--radius);box-shadow:0 4px 24px #0000000f;padding:2.5rem}.auth-card__header{text-align:center;margin-bottom:2rem}.auth-card__header h1{font-size:1.75rem;font-weight:900;color:var(--color-primary);margin-bottom:.4rem}.auth-card__header p{font-size:.95rem;color:var(--color-text-light)}.auth-form{display:flex;flex-direction:column;gap:1rem}.auth-divider{display:flex;align-items:center;gap:1rem;margin:1.5rem 0;color:var(--color-text-light);font-size:.85rem}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:var(--color-border)}.auth-card__footer{text-align:center;margin-top:1.5rem;font-size:.9rem;color:var(--color-text-light)}.auth-card__footer a{color:var(--color-primary);font-weight:600}.auth-card__footer a:hover{text-decoration:underline}.dashboard{max-width:1100px;margin:0 auto;padding:2rem 1.5rem}.dashboard__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.dashboard__title{font-size:1.75rem;font-weight:900}.dashboard__subtitle{font-size:.9rem;color:var(--color-text-light);margin-top:.2rem}.empty-state{text-align:center;padding:4rem 1rem}.empty-state__icon{font-size:4rem;margin-bottom:1rem}.empty-state h2{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.empty-state p{font-size:1rem;color:var(--color-text-light);margin-bottom:2rem;line-height:1.8}.storybook-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem}.storybook-card{background:var(--color-surface);border-radius:var(--radius);overflow:hidden;box-shadow:0 2px 12px #0000000f;transition:transform .2s,box-shadow .2s}.storybook-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000001a}.storybook-card__cover{position:relative;aspect-ratio:4 / 3;background:var(--color-bg);overflow:hidden}.storybook-card__cover img{width:100%;height:100%;object-fit:cover}.storybook-card__cover-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:3rem;background:linear-gradient(135deg,var(--color-primary-light) 0%,var(--color-accent-light) 100%)}.storybook-card__status{position:absolute;top:.75rem;right:.75rem;padding:.25rem .6rem;border-radius:999px;font-size:.75rem;font-weight:600;color:#fff}.storybook-card__status--generating{background:var(--color-yellow-dark)}.storybook-card__status--draft{background:var(--color-text-light)}.storybook-card__status--published{background:var(--color-green-dark)}.storybook-card__info{padding:1rem}.storybook-card__title{font-size:1rem;font-weight:700;margin-bottom:.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.storybook-card__meta{font-size:.85rem;color:var(--color-text-light)}.create-page{max-width:800px;margin:0 auto;padding:2rem 1.5rem}.wizard__steps{display:flex;justify-content:center;gap:2rem;margin-bottom:2.5rem}.wizard__step{display:flex;flex-direction:column;align-items:center;gap:.4rem}.wizard__step-circle{width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;border-radius:50%;font-weight:700;font-size:1rem;background:var(--color-blue-light);color:var(--color-text-light);transition:all .3s}.wizard__step--active .wizard__step-circle{background:var(--color-primary);color:#fff}.wizard__step--done .wizard__step-circle{background:var(--color-green-dark);color:#fff}.wizard__step-label{font-size:.8rem;font-weight:500;color:var(--color-text-light)}.wizard__step--active .wizard__step-label{color:var(--color-primary);font-weight:600}.wizard__content{background:var(--color-surface);border-radius:var(--radius);box-shadow:0 4px 24px #0000000f;padding:2.5rem}.wizard__title{font-size:1.5rem;font-weight:900;text-align:center;margin-bottom:.5rem}.wizard__desc{text-align:center;color:var(--color-text-light);margin-bottom:2rem}.wizard__actions{display:flex;justify-content:center;gap:1rem;margin-top:2rem}.theme-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem}.theme-card{position:relative;border:2px solid transparent;border-radius:var(--radius-sm);padding:1.25rem 1rem;text-align:center;cursor:pointer;transition:all .2s}.theme-card:hover{transform:translateY(-2px)}.theme-card--selected{border-color:var(--color-primary);box-shadow:0 0 0 3px #6c5ce733}.theme-card__emoji{font-size:2rem;display:block;margin-bottom:.5rem}.theme-card__label{display:block;font-size:1rem;margin-bottom:.2rem}.theme-card__desc{font-size:.8rem;color:var(--color-text-light)}.theme-card__check{position:absolute;top:.5rem;right:.5rem;width:1.5rem;height:1.5rem;background:var(--color-primary);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700}.child-form{display:flex;flex-direction:column;gap:1.25rem;max-width:500px;margin:0 auto}.age-selector,.gender-selector{display:flex;gap:.5rem;flex-wrap:wrap}.age-btn,.gender-btn{padding:.5rem 1rem;border-radius:var(--radius-sm);font-size:.9rem;font-weight:500;background:var(--color-bg);color:var(--color-text-light);border:1.5px solid var(--color-border);transition:all .2s;cursor:pointer}.age-btn--active,.gender-btn--active{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.confirm-card{max-width:500px;margin:0 auto;background:var(--color-bg);border-radius:var(--radius-sm);padding:1.5rem}.confirm-card__row{display:flex;justify-content:space-between;padding:.6rem 0;border-bottom:1px solid var(--color-border)}.confirm-card__row:last-of-type{border-bottom:none}.confirm-card__label{font-weight:600;color:var(--color-text-light);font-size:.9rem}.confirm-card__value{font-weight:600;font-size:.95rem}.confirm-card__note{margin-top:1rem;padding:.75rem 1rem;background:var(--color-yellow);border-radius:8px;font-size:.9rem;text-align:center;color:var(--color-text)}.generation-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:calc(100dvh - var(--navbar-height));gap:1.5rem;text-align:center;padding:2rem}.generation-loading h2{font-size:1.5rem;font-weight:700}.generation-loading__phase{color:var(--color-text-light);font-size:1rem}.generation-loading__bar{width:300px;max-width:80vw;height:8px;background:var(--color-bg);border-radius:4px;overflow:hidden}.generation-loading__bar-fill{height:100%;background:var(--color-primary);border-radius:4px;transition:width .5s ease}.viewer{height:calc(100dvh - var(--navbar-height));display:flex;flex-direction:column;overflow:hidden}.slide-viewport{flex:1;position:relative;overflow:hidden}.slide-wrapper{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;padding:1rem;animation:fadeSlideIn .4s ease-out}@keyframes fadeSlideIn{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}.shared-viewer{height:100dvh;display:flex;flex-direction:column}.shared-viewer .viewer{height:calc(100dvh - 48px)}.shared-viewer__banner{display:flex;align-items:center;justify-content:space-between;height:48px;padding:0 1rem;background:var(--color-primary);color:#fff;font-size:.9rem;font-weight:600}.shared-viewer__brand{font-size:.8rem;opacity:.8}.slide{width:100%;max-width:var(--slide-max-width);max-height:100%;overflow-y:auto;background:var(--color-surface);border-radius:var(--radius);box-shadow:0 4px 24px #0000000f;padding:2.5rem}.title-slide{text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.5rem;padding:3rem 2.5rem}.title-slide__title{font-size:3rem;font-weight:900;color:var(--color-primary);line-height:1.3}.title-slide__meta{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:center}.title-slide__badge{background:var(--color-primary-light);color:#fff;font-size:.9rem;font-weight:500;padding:.35rem 1rem;border-radius:999px}.title-slide__badge--accent{background:var(--color-accent)}.title-slide__objectives{text-align:left;width:100%;max-width:600px}.title-slide__objectives h3{font-size:1.1rem;font-weight:700;color:var(--color-primary);margin-bottom:.5rem}.title-slide__objectives ul{list-style:none;display:flex;flex-direction:column;gap:.4rem}.title-slide__objectives li{font-size:1rem;color:var(--color-text-light);padding-left:1.5rem;position:relative}.title-slide__objectives li:before{content:"✓";position:absolute;left:0;color:var(--color-green-dark);font-weight:700}.story-page{display:grid;grid-template-columns:1fr 1fr;gap:2rem;padding:2rem;align-items:start}.story-page__image-wrap{border-radius:var(--radius-sm);overflow:hidden;box-shadow:0 2px 12px #00000014}.story-page__image{width:100%;height:auto;display:block}.story-page__content{display:flex;flex-direction:column;gap:1rem}.story-page__page-num{font-size:.85rem;font-weight:700;color:var(--color-primary-light);letter-spacing:.05em}.story-page__text{font-size:1.35rem;line-height:2;white-space:pre-line;font-weight:500}.story-page__teacher-note{margin-top:auto}.story-page__teacher-toggle{font-size:.85rem;font-weight:500;color:var(--color-text-light);padding:.4rem 0;display:flex;align-items:center;gap:.4rem}.story-page__teacher-toggle:hover{color:var(--color-primary)}.story-page__teacher-text{font-size:.9rem;color:var(--color-text-light);background:var(--color-yellow);padding:.75rem 1rem;border-radius:var(--radius-sm);line-height:1.6;margin-top:.4rem}.vocabulary-slide h2{font-size:1.5rem;font-weight:700;color:var(--color-primary);margin-bottom:1.5rem;text-align:center}.vocabulary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.vocab-card{background:linear-gradient(135deg,var(--color-yellow) 0%,#fff9e6 100%);border-radius:var(--radius-sm);padding:1.25rem;text-align:center;transition:transform .2s}.vocab-card:hover{transform:translateY(-2px)}.vocab-card__word{font-size:1.5rem;font-weight:900;color:var(--color-primary);margin-bottom:.5rem}.vocab-card__meaning{font-size:.95rem;color:var(--color-text-light);margin-bottom:.75rem}.vocab-card__example{font-size:.9rem;color:var(--color-text);background:#fff9;padding:.4rem .75rem;border-radius:8px;font-style:italic}.questions-slide h2{font-size:1.5rem;font-weight:700;color:var(--color-primary);margin-bottom:1rem;text-align:center}.questions-tabs{display:flex;gap:.5rem;justify-content:center;margin-bottom:1.5rem}.questions-tab{padding:.5rem 1.25rem;border-radius:999px;font-size:.9rem;font-weight:500;background:var(--color-blue-light);color:var(--color-text-light);transition:all .2s}.questions-tab--active{background:var(--color-primary);color:#fff}.questions-list{list-style:none;display:flex;flex-direction:column;gap:1rem;max-width:700px;margin:0 auto}.questions-list li{background:var(--color-bg);padding:1rem 1.25rem;border-radius:var(--radius-sm);font-size:1.1rem;line-height:1.6;display:flex;align-items:flex-start;gap:.75rem}.question-number{flex-shrink:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;background:var(--color-primary-light);color:#fff;border-radius:50%;font-size:.85rem;font-weight:700}.activity-slide{display:flex;flex-direction:column;gap:1.25rem}.activity-slide__header{display:flex;align-items:center;gap:1rem}.activity-slide__badge{padding:.4rem 1rem;border-radius:999px;font-size:.85rem;font-weight:700;color:#fff}.activity-slide__badge--역할극{background:var(--color-accent)}.activity-slide__badge--쓰기{background:var(--color-primary)}.activity-slide__badge--그림그리기{background:var(--color-green-dark)}.activity-slide__time{font-size:.9rem;color:var(--color-text-light);font-weight:500}.activity-slide__title{font-size:1.4rem;font-weight:700;color:var(--color-text)}.activity-slide__instructions{font-size:1.05rem;line-height:1.8;white-space:pre-line}.activity-slide__section{background:var(--color-bg);padding:1rem 1.25rem;border-radius:var(--radius-sm)}.activity-slide__section h4{font-size:.9rem;font-weight:700;color:var(--color-primary);margin-bottom:.4rem}.activity-slide__materials{list-style:none;display:flex;flex-wrap:wrap;gap:.5rem}.activity-slide__materials li{background:var(--color-surface);padding:.3rem .75rem;border-radius:8px;font-size:.9rem;border:1px solid var(--color-border)}.activity-slide__diff{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.activity-slide__diff-card{padding:1rem;border-radius:var(--radius-sm);font-size:.95rem;line-height:1.6}.activity-slide__diff-card--support{background:var(--color-green)}.activity-slide__diff-card--challenge{background:var(--color-yellow)}.activity-slide__diff-card strong{display:block;margin-bottom:.3rem;font-size:.85rem}.exit-ticket h2{font-size:1.5rem;font-weight:700;color:var(--color-accent);margin-bottom:1.5rem;text-align:center}.exit-ticket__list{list-style:none;display:flex;flex-direction:column;gap:1.25rem;max-width:700px;margin:0 auto}.exit-ticket__item{background:linear-gradient(135deg,var(--color-accent-light) 0%,#fff 100%);padding:1.25rem 1.5rem;border-radius:var(--radius-sm);font-size:1.15rem;line-height:1.6;display:flex;align-items:flex-start;gap:.75rem}.exit-ticket__number{flex-shrink:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;background:var(--color-accent);color:#fff;border-radius:50%;font-size:.85rem;font-weight:700}.slide-controls{display:flex;align-items:center;justify-content:center;gap:1rem;padding:.75rem 1rem;background:var(--color-surface);border-top:1px solid var(--color-border)}.slide-controls__btn{width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--color-bg);color:var(--color-text);font-size:1.1rem;transition:all .2s}.slide-controls__btn:hover:not(:disabled){background:var(--color-primary);color:#fff}.slide-controls__btn:disabled{opacity:.3;cursor:not-allowed}.slide-controls__dots{display:flex;gap:.35rem;align-items:center}.slide-controls__dot{width:8px;height:8px;border-radius:50%;background:var(--color-border);transition:all .2s}.slide-controls__dot--active{background:var(--color-primary);width:24px;border-radius:4px}.slide-controls__counter{font-size:.8rem;color:var(--color-text-light);font-weight:500;min-width:3.5rem;text-align:center}@media(max-width:768px){.slide{padding:1.5rem;border-radius:var(--radius-sm)}.slide-wrapper{padding:.5rem}.title-slide__title{font-size:2rem}.story-page{grid-template-columns:1fr;padding:1.25rem;gap:1rem}.story-page__text{font-size:1.15rem}.vocabulary-grid{grid-template-columns:1fr 1fr}.activity-slide__diff{grid-template-columns:1fr}.slide-controls__dots,.navbar__user-name{display:none}.dashboard__header{flex-direction:column;align-items:flex-start;gap:1rem}}@media(max-width:480px){.slide{padding:1rem}.title-slide{padding:2rem 1rem}.title-slide__title{font-size:1.75rem}.vocabulary-grid{grid-template-columns:1fr}.auth-card,.wizard__content{padding:1.5rem}.theme-grid{grid-template-columns:repeat(2,1fr)}.storybook-grid{grid-template-columns:1fr}}.storybook-card__actions{display:flex;gap:.5rem;margin-top:.5rem}.btn--sm{padding:.3rem .6rem;font-size:.8rem}.storybook-card__delete{color:var(--color-accent)}.storybook-card__delete:hover{color:#e84393}.generation-loading__tip{color:var(--color-text-light);font-size:.9rem;margin-top:.5rem}.role-selector{display:flex;gap:.5rem;margin-bottom:1.5rem}.role-btn{flex:1;padding:.6rem 1rem;border-radius:var(--radius-sm);font-size:.95rem;font-weight:600;background:var(--color-bg);color:var(--color-text-light);border:1.5px solid var(--color-border);cursor:pointer;transition:all .2s}.role-btn--active{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.auto-btn{display:inline-flex;align-items:center;gap:.3rem;padding:.4rem .9rem;border-radius:999px;font-size:.85rem;font-weight:600;background:var(--color-bg);color:var(--color-primary);border:1.5px solid var(--color-primary-light);cursor:pointer;transition:all .2s}.auto-btn:hover{background:var(--color-primary);color:#fff}.auto-btn--inline{margin-left:.5rem;padding:.2rem .6rem;font-size:.75rem;vertical-align:middle}.auto-fill-btn{display:block;width:100%;padding:.75rem 1.5rem;margin-bottom:1.5rem;border-radius:var(--radius-sm);font-size:1rem;font-weight:700;background:linear-gradient(135deg,var(--color-accent-light),var(--color-primary-light));color:#fff;border:none;cursor:pointer;transition:all .2s}.auto-fill-btn:hover{opacity:.9;transform:translateY(-1px)}
