:root{--blue:#006df6;--blue-dark:#05084f;--blue-soft:#eaf4ff;--line:#dbe4f4;--muted:#7c82a5;--paper:#ffffff;--shadow:0 24px 60px rgba(23,50,95,0.18);--ease-out:cubic-bezier(0.16,1,0.3,1);--ease-press:cubic-bezier(0.34,1.56,0.64,1)}*{box-sizing:border-box}body,html{margin:0;min-height:100%;background:#f7fbff;color:var(--blue-dark);font-family:ui-rounded,SF Pro Rounded,Pretendard Variable,Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,select{font:inherit}a{color:inherit;text-decoration:none}@keyframes fade-up{0%{opacity:0;transform:translateY(14px) scale(.99)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes spin{to{transform:rotate(1turn)}}@keyframes progress-slide{0%{transform:translateX(-68%) scaleX(.32)}55%{transform:translateX(-12%) scaleX(.72)}to{transform:translateX(92%) scaleX(.34)}}.route-progress{position:fixed;top:0;left:0;right:0;z-index:9999;height:4px;pointer-events:none;opacity:0;overflow:hidden;background:rgba(255,255,255,.16);transition:opacity .18s ease}.route-progress:before{content:"";display:block;width:72%;height:100%;border-radius:999px;background:linear-gradient(90deg,#ffffff,#8fd3ff,#006df6);box-shadow:0 0 24px rgba(255,255,255,.78);transform-origin:left center}.route-progress.active{opacity:1}.route-progress.active:before{animation:progress-slide 1.08s var(--ease-out) infinite}.page-loading{min-height:100vh;display:grid;place-items:center;padding:32px;background:radial-gradient(circle at 72% 20%,rgba(255,255,255,.72),transparent 0 14%,transparent 15%),linear-gradient(180deg,#eceef1,#f2f3f5 42%,#fafafa 0)}.loading-card{width:min(640px,100%);border:1px solid rgba(191,205,229,.9);border-radius:22px;background:rgba(255,255,255,.96);box-shadow:var(--shadow);padding:clamp(28px,5vw,48px);display:grid;grid-gap:12px;gap:12px;animation:fade-up .38s var(--ease-out) both}.loading-orb{width:52px;height:52px;border-radius:50%;border:5px solid #d9eaff;border-top:5px solid var(--blue);animation:spin .85s linear infinite}.loading-card strong{color:var(--blue-dark);font-size:clamp(28px,4vw,42px);letter-spacing:-.04em}.loading-card span{color:var(--muted);font-weight:760}.skeleton-stack{display:grid;grid-gap:14px;gap:14px;margin-top:14px}.skeleton-box,.skeleton-line{border-radius:999px;background:linear-gradient(90deg,#eef5ff 25%,#dcecff 38%,#eef5ff 63%);background-size:400% 100%;animation:shimmer 1.4s ease-in-out infinite}.skeleton-line{width:68%;height:18px}.skeleton-line.wide{width:92%}.skeleton-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}.skeleton-box{height:86px;border-radius:16px}.app-shell{min-height:100vh;overflow:hidden;background:#f7fbff;animation:fade-up .28s var(--ease-out) both}.hero{min-height:clamp(390px,44vw,500px);padding:clamp(20px,3vw,34px) clamp(18px,5vw,56px) 72px;background:radial-gradient(circle at 73% 18%,rgba(255,255,255,.16),transparent 0 16%,transparent 17%),linear-gradient(180deg,#0077ff,#006df6);color:white;overflow:hidden}.hero,.topbar{position:relative}.topbar{display:grid;grid-template-columns:minmax(210px,auto) minmax(0,1fr);grid-gap:clamp(16px,3vw,34px);gap:clamp(16px,3vw,34px);z-index:4;max-width:1480px;margin:0 auto}.brand,.topbar{align-items:center}.brand{display:flex;gap:clamp(14px,2vw,24px);min-width:0;border:1px solid rgba(255,255,255,.16);border-radius:22px;background:rgba(255,255,255,.08);padding:12px 16px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-size:clamp(18px,1.7vw,25px);font-weight:900;letter-spacing:-.03em}.brand>span:first-child{max-width:210px;line-height:1.08}.brand-divider{width:1px;height:38px;background:rgba(255,255,255,.38);flex:0 0 auto}.storythm-logo{font-size:clamp(28px,3.2vw,46px);font-weight:650;letter-spacing:.03em;white-space:nowrap}.storythm-logo-img{display:block;width:auto;max-width:100%;object-fit:contain}.hero-storythm-logo-img{height:clamp(26px,3vw,38px)}.admin-login-storythm-logo-img{height:28px}.admin-storythm-logo-img{height:19px}.sa-storythm-logo-img{height:24px}.top-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px;min-width:0;overflow:visible;padding:4px 2px;scrollbar-width:none}.top-actions::-webkit-scrollbar{display:none}.pill-btn{border:0;border-radius:16px;background:rgba(255,255,255,.18);color:white;min-height:50px;padding:0 17px;font-size:16px;font-weight:850;display:inline-flex;align-items:center;justify-content:center;gap:9px;white-space:nowrap;flex:0 0 auto;border:1px solid rgba(255,255,255,.13);box-shadow:inset 0 1px 0 rgba(255,255,255,.16);transition:transform .18s var(--ease-press),background .18s ease,box-shadow .18s ease}.pill-btn:hover{background:rgba(255,255,255,.26);box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 10px 22px rgba(0,0,0,.12);transform:translateY(-2px)}.pill-btn.active{background:rgba(255,255,255,.94);color:var(--blue);border-color:rgba(255,255,255,.86);box-shadow:0 12px 24px rgba(15,55,126,.16),inset 0 -3px 0 rgba(41,121,255,.18)}.pill-btn.active:hover{background:white;transform:translateY(-1px)}.pill-btn:active{transform:translateY(1px) scale(.98)}.nav-user{border-radius:16px;background:rgba(255,255,255,.92);color:var(--blue);min-height:50px;padding:0 17px;display:inline-flex;align-items:center;font-size:16px;font-weight:900;white-space:nowrap;flex:0 0 auto}.nav-logout-btn{cursor:pointer}.hero-copy{position:relative;z-index:3;max-width:none;margin:clamp(54px,7vw,90px) auto 0 0}.hero-copy h1{margin:0;color:white;font-size:clamp(22px,5.25vw,78px);line-height:.94;font-weight:950;letter-spacing:-.07em;white-space:nowrap;text-shadow:0 16px 36px rgba(0,29,118,.2)}.hero-copy p{width:-moz-fit-content;width:fit-content;margin:24px 0 0;max-width:min(860px,calc(100vw - 52px));border:1px solid rgba(255,255,255,.22);border-radius:18px;background:rgba(4,17,92,.2);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:rgba(255,255,255,.94);padding:12px 16px;font-size:clamp(17px,1.5vw,22px);line-height:1.42;font-weight:720}.ghost-scene{position:absolute;right:clamp(-100px,2vw,110px);top:clamp(116px,14vw,156px);width:min(38vw,500px);height:310px;z-index:1;opacity:.94}.cloud{position:absolute;border-radius:999px;background:rgba(255,255,255,.96);filter:drop-shadow(0 8px 18px rgba(0,0,0,.05))}.cloud:after,.cloud:before{content:"";position:absolute;border-radius:50%;background:inherit}.cloud-one{left:-110px;top:170px;width:88px;height:34px}.cloud-one:before{left:18px;top:-24px;width:48px;height:48px}.cloud-one:after{right:8px;top:-14px;width:34px;height:34px}.cloud-two{right:-58px;top:122px;width:116px;height:46px}.cloud-two:before{left:24px;top:-32px;width:58px;height:58px}.cloud-two:after{right:13px;top:-19px;width:40px;height:40px}.ghost-backdrop{position:absolute;inset:42px 72px 14px 62px;border-radius:52% 48% 44% 56%;background:rgba(255,255,255,.15)}.ghost-backdrop:after,.ghost-backdrop:before{content:"";position:absolute;border-radius:50%;background:rgba(255,255,255,.1)}.ghost-backdrop:before{width:180px;height:180px;left:-60px;top:92px}.ghost-backdrop:after{width:195px;height:195px;right:-54px;bottom:-40px}.ghost{position:absolute;left:170px;top:54px;width:240px;height:275px;background:white;border-radius:52% 48% 30% 30%;transform:rotate(5deg);box-shadow:0 24px 30px rgba(0,0,0,.08)}.ghost:before{left:-54px;top:12px;width:76px;height:128px;border-radius:50px;transform:rotate(15deg)}.ghost:after,.ghost:before{content:"";position:absolute;background:white}.ghost:after{right:-24px;top:154px;width:85px;height:62px;border-radius:50%}.ghost-eye{position:absolute;top:95px;width:20px;height:30px;border-radius:50%;background:#050505;z-index:2}.ghost-eye.left{left:88px}.ghost-eye.right{left:155px}.ghost-mouth{position:absolute;left:112px;top:137px;width:46px;height:26px;border-bottom:5px solid #050505;border-radius:0 0 42px 42px;z-index:2}.pencil{right:8px;top:145px;height:180px;background:linear-gradient(90deg,#f6a30a 0 24%,#ffd329 24% 74%,#f6a30a 74%);border-radius:20px 20px 8px 8px;transform:rotate(36deg);z-index:3}.pencil,.pencil:before{position:absolute;width:52px}.pencil:before{content:"";top:-31px;left:0;height:45px;border-radius:24px 24px 8px 8px;background:#ff5f69}.pencil:after{content:"";position:absolute;bottom:-42px;left:0;width:0;height:0;border-left:26px solid transparent;border-right:26px solid transparent;border-top:52px solid #ffe2a3}.star{position:absolute;color:#ffd21b;font-size:44px;line-height:1;z-index:2}.star.one{right:28px;top:78px}.star.two{right:-18px;top:128px;font-size:34px}.paper-wave{position:absolute;left:-3%;right:-3%;bottom:-78px;height:170px;background:white;border-radius:50% 50% 0 0/55% 55% 0 0;z-index:2}.content-wrap{position:relative;z-index:5;max-width:1368px;margin:-18px auto 0;padding:0 clamp(18px,4vw,64px) 48px}.notebook-card{position:relative;background:var(--paper);border:1px solid rgba(191,205,229,.9);border-radius:12px;box-shadow:var(--shadow);min-height:440px;padding:clamp(32px,4vw,58px) clamp(26px,5vw,78px) 34px}.notebook-card:after{content:"";position:absolute;right:-20px;bottom:-18px;width:96%;height:96%;border-radius:12px;background:#f6faff;border:1px solid rgba(191,205,229,.74);z-index:-1;box-shadow:0 20px 32px rgba(29,55,96,.14)}.notebook-card:before{content:"";position:absolute;left:-12px;top:36px;width:24px;height:calc(100% - 72px);background:radial-gradient(circle at 50% 16px,#e9eef8 0 11px,transparent 12px) 0 0 /24px 52px repeat-y;filter:drop-shadow(0 3px 6px rgba(21,38,74,.14))}.step-heading{display:flex;align-items:center;gap:22px;margin-bottom:42px}.step-badge{display:inline-flex;align-items:center;justify-content:center;width:58px;height:58px;border-radius:50%;color:white;background:linear-gradient(180deg,#0878ff,#0065e8);font-size:32px;font-weight:880;box-shadow:0 10px 22px rgba(0,109,246,.28)}.step-heading strong{color:var(--blue);font-size:clamp(28px,3vw,37px);font-weight:900;letter-spacing:-.04em}.step-heading span{color:var(--blue-dark);font-size:clamp(24px,2.4vw,32px);font-weight:860;letter-spacing:-.035em}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:clamp(26px,5vw,72px);gap:clamp(26px,5vw,72px)}.book-lookup label,.field label{display:block;margin-bottom:16px;color:var(--blue-dark);font-size:21px;font-weight:850}.input-shell,.select-shell{height:78px;border:2px solid #dde4f1;border-radius:10px;background:white;display:flex;align-items:center;gap:20px;padding:0 25px;color:var(--muted);box-shadow:inset 0 1px 0 rgba(10,38,90,.02)}.input-shell svg,.select-shell svg{color:var(--blue);flex:0 0 auto}.input-shell input,.select-shell select{width:100%;border:0;outline:0;background:transparent;color:var(--blue-dark);font-size:21px;font-weight:680}.input-shell input::placeholder,.select-shell select:invalid{color:var(--muted)}.select-shell select{-webkit-appearance:none;-moz-appearance:none;appearance:none}.select-shell{position:relative}.select-shell:after{content:"⌄";position:absolute;right:24px;top:20px;color:var(--blue-dark);font-size:38px;line-height:1;pointer-events:none}.card-divider{margin:52px 0 34px;height:2px;background-image:linear-gradient(90deg,rgba(0,109,246,.25) 58%,transparent 0);background-size:16px 2px}.card-actions{display:flex;align-items:center;justify-content:space-between;gap:16px}.primary-btn,.secondary-btn{border-radius:11px;min-width:190px;height:74px;border:0;font-size:24px;font-weight:880;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:10px;position:relative;overflow:hidden;transition:transform .18s var(--ease-press),box-shadow .2s ease,border-color .2s ease,background .2s ease,opacity .2s ease}.primary-btn{color:white;background:linear-gradient(180deg,#0878ff,#0065e8);box-shadow:0 15px 28px rgba(0,109,246,.22)}.secondary-btn{color:var(--blue);background:white;border:2px solid #b9d2fb}.lookup-btn:hover,.primary-btn:hover{box-shadow:0 18px 34px rgba(0,109,246,.3);transform:translateY(-2px)}.inline-drill-btn:hover,.secondary-btn:hover,.teacher-admin-actions a:hover,.teacher-admin-actions button:hover,.worksheet-actions a:hover{border-color:var(--blue);background:#f5faff;box-shadow:0 12px 24px rgba(0,109,246,.12);transform:translateY(-2px)}.inline-drill-btn:active,.lookup-btn:active,.primary-btn:active,.secondary-btn:active,.teacher-admin-actions a:active,.teacher-admin-actions button:active,.worksheet-actions a:active{transform:translateY(1px) scale(.985)}.book-lookup-row{display:flex;gap:26px;align-items:flex-end}.book-lookup{flex:0 1 514px}.lookup-btn{height:64px;border:0;border-radius:10px;background:linear-gradient(180deg,#0878ff,#0065e8);color:white;padding:0 30px;display:inline-flex;align-items:center;gap:12px;font-size:24px;font-weight:860;cursor:pointer;box-shadow:0 12px 24px rgba(0,109,246,.2);position:relative;overflow:hidden;transition:transform .18s var(--ease-press),box-shadow .2s ease,opacity .2s ease}.lookup-btn:disabled,.primary-btn:disabled,.secondary-btn:disabled,.teacher-admin-actions button:disabled{cursor:wait;opacity:.7;transform:none}.lookup-btn[aria-busy=true]:after,.primary-btn[aria-busy=true]:after,.secondary-btn[aria-busy=true]:after{content:"";width:16px;height:16px;border-radius:50%;border:2px solid;border-right:2px solid transparent;animation:spin .75s linear infinite}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid rgba(0,109,246,.35);outline-offset:3px}.input-shell,.select-shell{transition:border-color .2s ease,box-shadow .2s ease,transform .2s var(--ease-out)}.input-shell:focus-within,.select-shell:focus-within{border-color:#8bbdff;box-shadow:0 0 0 5px rgba(0,109,246,.08);transform:translateY(-1px)}.book-result{margin-top:20px;border:2px solid #dfe7f4;border-radius:12px;background:#fbfdff;padding:18px;display:grid;grid-template-columns:170px 1fr;grid-gap:54px;gap:54px;align-items:center;animation:fade-up .28s var(--ease-out) both}.cover{width:166px;height:196px;border-radius:11px;overflow:hidden;background:linear-gradient(135deg,#d6edff,#fff0c7);display:flex;align-items:center;justify-content:center;color:var(--blue-dark);font-weight:900;text-align:center;box-shadow:0 14px 28px rgba(31,54,92,.18)}.cover img{width:100%;height:100%;object-fit:cover}.found{color:#24941f;font-size:19px;font-weight:860;display:flex;align-items:center;gap:10px;margin-bottom:12px}.book-result h2{margin:0 0 20px;color:var(--blue-dark);font-size:clamp(28px,3vw,34px);line-height:1.1;letter-spacing:-.04em}.book-result p{margin:0 0 14px;color:var(--blue-dark);font-size:22px;font-weight:620}.small-note{margin:16px 0 0;color:#e05555;font-weight:720}.level-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px}.level-card{border:2px solid #dfe7f4;border-radius:16px;background:white;padding:21px;cursor:pointer;text-align:left;transition:transform .18s var(--ease-press),border-color .2s ease,background .2s ease,box-shadow .2s ease}.level-card:hover{border-color:#9cc7ff;box-shadow:0 14px 26px rgba(0,109,246,.11);transform:translateY(-2px)}.level-card:active{transform:translateY(1px) scale(.985)}.level-card.active{border-color:var(--blue);background:var(--blue-soft)}.level-card strong{display:block;font-size:21px;margin-bottom:8px}.level-card span{color:var(--muted);font-weight:650}.summary-card{border:2px solid #dfe7f4;border-radius:16px;background:#fbfdff;padding:28px}.summary-card h2{margin:0 0 14px;font-size:30px}.summary-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px 24px;gap:14px 24px;margin:0}.summary-list dt{color:var(--muted);font-size:14px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.summary-list dd{margin:4px 0 0;font-size:20px;font-weight:800}.landing-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px;margin-top:24px}.landing-card{border:2px solid #dfe7f4;border-radius:18px;padding:24px;background:#fbfdff;transition:transform .18s var(--ease-press),border-color .2s ease,box-shadow .2s ease;animation:fade-up .26s var(--ease-out) both}.landing-card:hover{border-color:#9cc7ff;box-shadow:0 16px 30px rgba(0,109,246,.12);transform:translateY(-3px)}.landing-card:active{transform:translateY(1px) scale(.99)}.landing-card h2{margin:0 0 10px;font-size:24px}.landing-card p{margin:0 0 18px;color:var(--muted);line-height:1.5;font-weight:650}.mode-toggle{display:inline-flex;gap:8px;padding:8px;border:2px solid #dfe7f4;border-radius:16px;background:#f8fbff;margin:-18px 0 34px}.mode-toggle button{border:0;border-radius:11px;background:transparent;color:var(--muted);cursor:pointer;padding:13px 20px;font-size:17px;font-weight:850;transition:transform .18s var(--ease-press),background .2s ease,color .2s ease,box-shadow .2s ease}.mode-toggle button:hover{transform:translateY(-1px);background:#eef6ff}.mode-toggle button:active{transform:translateY(1px) scale(.98)}.mode-toggle button.active{background:var(--blue);color:white;box-shadow:0 10px 20px rgba(0,109,246,.18)}.student-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:26px 42px}.message-card{margin-top:24px;border-radius:16px;padding:18px 22px;display:flex;flex-direction:column;gap:6px;font-weight:740;animation:fade-up .22s var(--ease-out) both}.error-message{background:#fff1f1;border:2px solid #ffd1d1;color:#b42323}.success-message{background:#effbf0;border:2px solid #c9f0ca;color:#1d7a22}.success-message strong{font-size:22px}.success-message span{color:#286f2c}.form-help{margin:0;max-width:620px;color:var(--muted);font-weight:720;line-height:1.5}.rxt-card{padding-bottom:44px}.rxt-heading{margin-bottom:26px}.survey-student-bar{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:18px}.survey-student-bar span,.survey-student-bar strong{border-radius:999px;background:#f0f6ff;color:var(--blue-dark);padding:9px 14px;font-weight:820}.survey-student-bar strong{background:var(--blue);color:white}.progress-shell{height:12px;border-radius:999px;background:#e6eefb;overflow:hidden}.progress-shell span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#006df6,#40a5ff);transition:width .2s ease}.survey-instruction{margin:20px 0 18px;color:var(--muted);font-size:18px;line-height:1.55;font-weight:700}.survey-scale-help{display:flex;justify-content:space-between;margin:0 0 16px;color:var(--blue-dark);font-weight:850}.question-groups{display:grid;grid-gap:22px;gap:22px}.question-group{border:2px solid #dfe7f4;border-radius:18px;background:#fbfdff;padding:22px}.question-group h2{margin:0 0 14px;color:var(--blue);font-size:22px}.question-row{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:20px;gap:20px;align-items:center;padding:16px 0;border-top:1px solid #e9eff8}.question-row p{margin:0;color:var(--blue-dark);font-size:18px;line-height:1.45;font-weight:680}.question-row p strong{color:var(--blue)}.scale-buttons{display:flex;gap:8px}.scale-buttons button{width:42px;height:42px;border:2px solid #cfe0f7;border-radius:50%;background:white;color:var(--blue-dark);cursor:pointer;font-weight:900}.scale-buttons button.selected{border-color:var(--blue);background:var(--blue);color:white;box-shadow:0 10px 20px rgba(0,109,246,.2)}.result-hero-card{display:grid;grid-template-columns:132px minmax(0,1fr);grid-gap:28px;gap:28px;align-items:center;border:2px solid #dfe7f4;border-radius:24px;background:linear-gradient(135deg,#f4f9ff,#ffffff);padding:28px}.animal-token{width:132px;height:132px;border-radius:50%;background:linear-gradient(180deg,#0878ff,#0065e8);color:white;display:flex;align-items:center;justify-content:center;text-align:center;font-size:24px;font-weight:900;box-shadow:0 18px 36px rgba(0,109,246,.22)}.result-kicker{margin:0 0 8px;color:var(--muted);font-weight:820}.result-hero-card h2{margin:0 0 8px;font-size:clamp(34px,4vw,48px);line-height:1.05;letter-spacing:-.04em}.result-hero-card strong{display:block;color:var(--blue);font-size:22px;margin-bottom:10px}.result-hero-card p{margin:0;color:var(--blue-dark);font-size:18px;line-height:1.5;font-weight:650}.profile-code{display:inline-flex;margin-top:16px;border-radius:999px;background:#eaf4ff;color:var(--blue);padding:8px 12px;font-weight:900}.axis-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:18px;gap:18px;margin-top:22px}.axis-card{border:2px solid #dfe7f4;border-radius:18px;background:#fbfdff;padding:20px}.axis-card-head,.axis-labels{display:flex;justify-content:space-between;gap:14px}.axis-card-head strong{font-size:20px}.axis-card-head span{color:var(--blue);font-weight:900}.axis-labels{margin-top:14px;color:var(--muted);font-weight:760}.axis-bar{height:14px;border-radius:999px;background:#e6eefb;overflow:hidden;margin-top:12px}.axis-bar span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#006df6,#40a5ff)}.link-button{display:inline-flex;align-items:center;justify-content:center}.student-search-row{display:grid;grid-template-columns:minmax(190px,.55fr) minmax(260px,1fr) auto;grid-gap:22px;gap:22px;align-items:end}.student-search-row-single{grid-template-columns:minmax(260px,1fr) auto}.student-search-field{min-width:0}.student-result-list{display:grid;grid-gap:12px;gap:12px;margin-top:24px}.student-result-card{width:100%;border:2px solid #dfe7f4;border-radius:16px;background:#fbfdff;color:var(--blue-dark);cursor:pointer;display:flex;justify-content:space-between;gap:16px;align-items:center;padding:18px 20px;text-align:left;transition:transform .18s var(--ease-press),border-color .2s ease,background .2s ease,box-shadow .2s ease;animation:fade-up .24s var(--ease-out) both}.student-result-card:hover{border-color:#9cc7ff;background:#f7fbff;box-shadow:0 12px 24px rgba(0,109,246,.1);transform:translateY(-2px)}.student-result-card:active{transform:translateY(1px) scale(.99)}.student-result-card.selected{border-color:var(--blue);background:var(--blue-soft);box-shadow:0 14px 28px rgba(0,109,246,.12)}.student-result-card strong{display:block;font-size:21px;margin-bottom:6px}.student-result-card span{color:var(--muted);font-weight:760}.rxt-chip{flex:0 0 auto;border-radius:999px;background:var(--blue);color:white;padding:10px 14px;font-size:14px;font-weight:900}.rxt-chip.missing{background:#fff1f1;color:#b42323}.selected-student-card{margin-top:18px;border:2px solid #c9f0ca;border-radius:18px;background:#effbf0;padding:20px;display:flex;flex-direction:column;gap:7px;animation:fade-up .24s var(--ease-out) both}.selected-student-head{display:flex;align-items:center;justify-content:space-between;gap:16px}.selected-student-card strong{color:#1d7a22;font-size:24px}.selected-student-card span{color:#286f2c;font-weight:780}.selected-student-card a{color:#0b63d8;font-weight:900}.compact-btn{min-width:150px;height:48px;font-size:16px}.student-edit-panel{margin-top:18px;border:2px solid #dfe7f4;border-radius:18px;background:#fbfdff;padding:20px;animation:fade-up .24s var(--ease-out) both}.student-edit-title{display:flex;flex-direction:column;gap:6px;margin-bottom:18px}.student-edit-title strong{color:var(--blue-dark);font-size:22px}.student-edit-title span{color:var(--muted);font-weight:760}.student-edit-grid{grid-template-columns:minmax(220px,1fr) minmax(160px,.55fr) minmax(180px,.65fr);gap:18px}.student-edit-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:20px}.student-edit-actions .primary-btn,.student-edit-actions .secondary-btn{min-width:150px;height:58px;font-size:18px}.student-last-worksheet{flex:1 1 100%;color:var(--muted);font-size:14px;font-weight:780}.worksheet-preview{margin-top:24px;border:2px solid #dfe7f4;border-radius:22px;background:#fbfdff;padding:24px;animation:fade-up .32s var(--ease-out) both}.worksheet-preview-head{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:20px}.worksheet-preview-head h2{margin:14px 0 8px;color:var(--blue-dark);font-size:clamp(28px,3vw,38px);letter-spacing:-.04em}.worksheet-preview-head p{margin:0;color:var(--muted);font-weight:760}.worksheet-preview-head .secondary-btn{min-width:140px;height:58px;font-size:20px}.worksheet-question-list{display:grid;grid-gap:14px;gap:14px}.worksheet-question-card{border:1px solid #e3ebf7;border-radius:16px;background:white;padding:18px;transition:transform .18s var(--ease-press),box-shadow .2s ease,border-color .2s ease;animation:fade-up .24s var(--ease-out) both}.worksheet-question-card:hover{border-color:#c8dcfb;box-shadow:0 10px 20px rgba(23,50,95,.08);transform:translateY(-1px)}.worksheet-question-card strong{display:block;color:var(--blue-dark);font-size:18px;margin-bottom:8px}.worksheet-question-card span{display:block;color:var(--blue);font-weight:820;margin-bottom:8px}.worksheet-question-card p{margin:0;color:var(--blue-dark);line-height:1.55;font-weight:620}.worksheet-markdown{display:grid;grid-gap:12px;gap:12px;color:var(--blue-dark)}.worksheet-md-heading{margin:18px 0 0;border:1px solid #d9e7f8;border-radius:16px;background:linear-gradient(135deg,#eef7ff,#ffffff);padding:14px 16px;color:var(--blue-dark);font-size:21px;letter-spacing:-.02em}.worksheet-md-heading:first-child{margin-top:0}.worksheet-md-strength{display:inline-flex;flex-wrap:wrap;gap:6px;width:-moz-fit-content;width:fit-content;border-radius:999px;background:#eef6ff;padding:8px 12px;color:var(--blue);font-weight:820}.worksheet-md-strength span,.worksheet-md-strength strong{color:inherit}.worksheet-md-note,.worksheet-md-paragraph,.worksheet-write-prompt{margin:0;line-height:1.62;font-size:16px;font-weight:620}.worksheet-md-note{color:var(--muted)}.worksheet-drawing-row{display:grid;grid-template-columns:1fr;grid-gap:12px;gap:12px}.worksheet-drawing-row.two{grid-template-columns:repeat(2,minmax(0,1fr))}.worksheet-drawing-box{min-height:170px;border:2px dashed #abc6e9;border-radius:18px;background:repeating-linear-gradient(0deg,#fff,#fff 19px,#f4f8ff 20px);padding:12px}.worksheet-drawing-box span{display:inline-block;border-radius:999px;background:white;padding:6px 10px;color:var(--muted);font-size:13px;font-weight:820}.worksheet-write-line{display:block;min-height:28px;border-bottom:2px solid #b8cbe6}.worksheet-write-line.inline{display:inline-block;min-width:min(360px,100%);margin:0 8px;vertical-align:baseline}.worksheet-md-rule{width:100%;height:1px;border:0;background:#dfe7f4;margin:8px 0}.worksheet-md-space{height:2px}.worksheet-detail-card{padding-bottom:48px}.worksheet-detail-hero{display:grid;grid-template-columns:150px minmax(0,1fr) auto;grid-gap:24px;gap:24px;align-items:center;border:2px solid #dfe7f4;border-radius:22px;background:#fbfdff;padding:24px;margin-bottom:24px}.worksheet-detail-hero h2{margin:14px 0 10px;font-size:clamp(30px,4vw,44px);line-height:1.06;letter-spacing:-.04em}.worksheet-detail-hero p{margin:7px 0 0;color:var(--muted);font-weight:760}.detail-cover{width:150px;height:184px}.detail-question-list{margin-top:20px}.worksheet-print-sheet{display:grid;grid-gap:20px;gap:20px}.worksheet-print-meta{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:12px;gap:12px}.worksheet-print-meta div{border:1px solid #dfe7f4;border-radius:14px;background:white;padding:14px}.worksheet-print-meta span{display:block;color:var(--muted);font-size:12px;font-weight:860;text-transform:uppercase;letter-spacing:.06em;margin-bottom:5px}.worksheet-print-meta strong{color:var(--blue-dark);font-size:16px}.worksheet-print-description{margin:0;border-left:4px solid var(--blue);background:#f7fbff;border-radius:12px;padding:16px 18px;color:var(--blue-dark);font-weight:720;line-height:1.5}.worksheet-print-toolbar{display:flex;justify-content:flex-end;margin-bottom:14px}.worksheet-sheet-header{display:flex;align-items:center;justify-content:space-between;min-height:42px;border-bottom:1px solid #eaecef;padding-bottom:14px}.worksheet-sheet-header>strong{color:#94a3b8;font-size:12px;font-weight:600}.worksheet-sheet-brand{display:inline-flex;align-items:center;gap:8px;min-width:0}.worksheet-sheet-brand img:not(.worksheet-sheet-storythm){display:block;width:auto;max-width:120px;height:26px;object-fit:contain}.worksheet-sheet-brand i{width:1px;height:20px;background:#cbd5e1}.worksheet-sheet-brand .worksheet-sheet-storythm{display:inline-flex;align-items:center;height:22px;color:#94a3b8;font-size:14px;font-weight:800;line-height:1}.worksheet-print-sheet .worksheet-detail-hero{display:grid;grid-template-columns:84px minmax(0,1fr) auto;align-items:center;grid-gap:22px;gap:22px;margin:20px 0 28px;border:1px solid #eef0f3;border-radius:14px;background:#f7f8fa;padding:18px 22px}.worksheet-print-sheet .detail-cover{display:flex;align-items:center;justify-content:center;width:84px;height:118px;overflow:hidden;border:1px solid #dcdfe5;border-radius:6px;background:repeating-linear-gradient(45deg,#e4e7ec,#e4e7ec 7px,#eef0f3 0,#eef0f3 14px);color:#a8aeb8;font-family:IBM Plex Mono,monospace;font-size:8px;font-weight:500;line-height:1.25;text-align:center}.worksheet-print-sheet .detail-cover img{width:100%;height:100%;object-fit:cover}.worksheet-sheet-book-copy h2{margin:0;color:#111827;font-size:24px;font-weight:800;line-height:1.25;letter-spacing:-.025em}.worksheet-sheet-book-copy p{margin:5px 0 0;color:#6b7280;font-size:14px;font-weight:500}.worksheet-sheet-student{display:grid;justify-items:end;grid-gap:3px;gap:3px;min-width:110px;text-align:right}.worksheet-sheet-student strong{color:#111827;font-size:19px;font-weight:800}.worksheet-sheet-student span{color:#9ca3af;font-family:IBM Plex Mono,monospace;font-size:13px;font-weight:500}.worksheet-print-sheet .worksheet-markdown{display:block;color:#1f2937}.worksheet-print-sheet .worksheet-md-heading{margin:32px 0 0;border:0;border-bottom:1px solid #eaecef;border-radius:0;background:transparent;padding:0 0 11px;color:#2d7ff9;font-size:18px;font-weight:800;line-height:1.35;letter-spacing:-.015em}.worksheet-print-sheet .worksheet-md-heading:first-child{margin-top:0}.worksheet-print-sheet .worksheet-md-strength{display:flex;gap:4px;width:auto;margin-top:14px;border-radius:0;background:transparent;padding:0;color:#1f2937;font-size:14px;font-weight:500;line-height:1.7}.worksheet-print-sheet .worksheet-md-strength strong{color:#1d4ed8;font-weight:800}.worksheet-print-sheet .worksheet-md-strength span{color:#1f2937;font-weight:500}.worksheet-print-sheet .worksheet-md-paragraph,.worksheet-print-sheet .worksheet-write-prompt{margin:12px 0 0;color:#1f2937;font-size:14px;font-weight:500;line-height:1.75}.worksheet-print-sheet .worksheet-drawing-row{display:grid;grid-template-columns:1fr;grid-gap:12px;gap:12px;margin-top:14px}.worksheet-print-sheet .worksheet-drawing-row.two{grid-template-columns:repeat(2,minmax(0,1fr))}.worksheet-print-sheet .worksheet-drawing-box{position:relative;min-height:188px;border:1.5px dashed #93c5fd;border-radius:10px;background:#fff;padding:14px 18px}.worksheet-print-sheet .worksheet-drawing-box span{position:absolute;right:18px;bottom:14px;left:18px;border-radius:0;background:transparent;padding:0;color:#9aa4b2;font-size:12.5px;font-style:italic;font-weight:500}.worksheet-print-sheet .worksheet-write-line{min-height:30px;border-bottom:1.5px dashed #d7dbe0}.worksheet-print-sheet .worksheet-md-note{margin:10px 0 0;color:#9aa4b2;font-size:12.5px;font-weight:500}.worksheet-print-sheet .worksheet-md-rule{margin:10px 0;background:#eaecef}.worksheet-print-sheet .worksheet-md-space{height:0}.print-message{margin-bottom:16px;border-radius:12px;background:#effbf0;color:#1d7a22;padding:12px 14px;font-weight:820}.history-card{padding-bottom:48px}.history-toolbar{display:grid;grid-template-columns:minmax(220px,420px) auto;grid-gap:18px;gap:18px;align-items:end;margin-bottom:24px}.history-context{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:22px}.history-context span,.history-context strong{border-radius:999px;background:#f0f6ff;color:var(--blue-dark);padding:9px 14px;font-weight:820}.history-context strong{background:var(--blue);color:white}.history-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:16px;gap:16px;margin-bottom:28px}.history-summary-card{border:2px solid #dfe7f4;border-radius:18px;background:#fbfdff;padding:20px}.history-summary-card span{display:block;color:var(--muted);font-weight:820;margin-bottom:8px}.history-summary-card strong{color:var(--blue-dark);font-size:36px;line-height:1}.history-section{margin-top:26px}body{padding-top:64px;padding-bottom:59px}.storythm-fixed-header{position:fixed;inset:0 0 auto 0;z-index:1000;height:64px;display:grid;grid-template-columns:minmax(180px,auto) 1fr auto;align-items:center;grid-gap:24px;gap:24px;padding:0 clamp(18px,4vw,40px);background:rgba(255,255,255,.97);border-bottom:1px solid #eceaf0;box-shadow:0 3px 14px rgba(30,28,40,.07);-webkit-backdrop-filter:saturate(180%) blur(8px);backdrop-filter:saturate(180%) blur(8px)}.fixed-header-brand{min-width:0;height:44px;display:flex;align-items:center;gap:12px;color:#05084f;text-decoration:none;font-weight:800}.fixed-header-brand img{display:block;width:auto;object-fit:contain;object-position:left center}.fixed-library-logo{max-width:150px;height:42px}.fixed-storythm-logo{max-width:172px;height:28px}.fixed-header-brand i{color:#cfcbd6;font:300 14px Pretendard Variable,sans-serif;font-style:normal}.fixed-role-nav{display:flex;justify-content:flex-end;gap:6px;overflow-x:auto;scrollbar-width:none}.fixed-role-nav::-webkit-scrollbar{display:none}.fixed-logout,.fixed-role-nav>a,.fixed-students-menu>button{flex:0 0 auto;padding:9px 13px;border:0;border-radius:999px;background:transparent;color:#60698b;text-decoration:none;font-size:13px;font-weight:800;cursor:pointer}.fixed-role-nav>a.active,.fixed-role-nav>a:hover,.fixed-students-menu.open>button,.fixed-students-menu>button.active,.fixed-students-menu>button:hover{background:#eaf4ff;color:#006df6}.fixed-students-menu{position:relative;display:flex;align-items:center;flex:0 0 auto}.fixed-students-menu>button{display:inline-flex;align-items:center;gap:7px;font-family:inherit}.fixed-students-menu>button>span{width:6px;height:6px;margin-top:-3px;border-right:1.5px solid;border-bottom:1.5px solid;transform:rotate(45deg)}.fixed-students-dropdown{visibility:hidden;position:absolute;top:calc(100% + 10px);right:0;width:230px;max-height:min(420px,calc(100vh - 92px));overflow-y:auto;padding:8px;border:1px solid #e3e5ee;border-radius:14px;background:#fff;box-shadow:0 18px 42px rgba(30,28,40,.16);opacity:0;transform:translateY(-6px);transition:opacity .16s ease,transform .16s ease,visibility .16s}.fixed-students-dropdown:before{content:"";position:absolute;inset:-11px 0 auto;height:12px}.fixed-students-menu.open .fixed-students-dropdown,.fixed-students-menu:focus-within .fixed-students-dropdown,.fixed-students-menu:hover .fixed-students-dropdown{visibility:visible;opacity:1;transform:translateY(0)}.fixed-students-dropdown a{display:grid;grid-gap:3px;gap:3px;width:100%;padding:10px 12px;border-radius:9px;color:#2e2a5e;text-align:left}.fixed-students-dropdown a:focus-visible,.fixed-students-dropdown a:hover{background:#eef6ff;color:#006df6}.fixed-students-dropdown strong{font-size:13px}.fixed-students-dropdown small,.fixed-students-dropdown strong{overflow:hidden;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.fixed-students-dropdown small{color:#8a8394;font-size:11px;font-weight:600}@media (min-width:821px){.fixed-role-nav{overflow:visible}}.fixed-header-account{display:flex;align-items:center;gap:10px}.fixed-header-account>span{display:grid;text-align:right;line-height:1.2}.fixed-header-account small{color:#7c82a5;font-size:11px}.fixed-logout{background:#05084f;color:#fff}.storythm-body-content :is(.topbar,.admin-chrome,.admin-nav,.sa-chrome,.sa-nav,.admin-login-nav){display:none!important}.admin-footer,.sa-footer{visibility:hidden}.site-footer{position:fixed;inset:auto 0 0 0;z-index:999;height:59px;overflow:hidden;background:#faf8f3;border-top:1px solid #ece6db;box-shadow:none}.service-browser-content>.storythm-body-header{box-sizing:border-box!important;flex:0 0 64px!important;flex-shrink:0!important;align-self:stretch;width:100%!important;height:64px!important;min-height:64px!important;max-height:64px!important;display:flex;align-items:center;justify-content:space-between;gap:28px;padding:0 40px!important;overflow:hidden;position:relative;z-index:2;background:#fff;border-bottom:1px solid #eceaf0}.service-browser-content{display:flex;flex-direction:column}.storythm-body-content{flex:1 0 auto;background:#faf9f6}.storythm-body-content>.student-check-shell{width:100%!important;max-width:none!important;margin:0!important;padding:0!important;background:#faf9f6}.storythm-body-content>.student-check-shell>.content-wrap,.storythm-body-content>.student-check-shell>.hero{width:100%;max-width:none;margin:0;border-radius:0}.storythm-body-brand{min-width:0;height:100%;display:flex;align-items:center;gap:7px;text-decoration:none}.storythm-body-library-logo{width:auto;max-width:150px;height:42px;border-radius:7px;object-fit:contain}.address-not-found-shell{min-height:70vh;display:grid;place-items:center}.address-not-found-wrap{width:min(100%,760px)}.address-not-found-card{display:flex;flex-direction:column;align-items:flex-start;gap:14px;padding:clamp(32px,6vw,64px)}.address-not-found-card h1,.address-not-found-card p{margin:0}.address-not-found-card .primary-btn{margin-top:10px}.storythm-body-library-name{max-width:190px;overflow:hidden;color:#2e2a5e;font:800 15px Pretendard Variable,sans-serif;text-overflow:ellipsis;white-space:nowrap}.storythm-body-storythm-logo{width:auto;max-width:172px;height:28px;object-fit:contain}.storythm-body-brand>i{color:#cfcbd6;font:300 14px Pretendard Variable,sans-serif;font-style:normal}.storythm-body-links{height:100%;display:flex;align-items:center;justify-content:flex-end;gap:26px;overflow-x:auto;scrollbar-width:none}.storythm-body-links::-webkit-scrollbar{display:none}.storythm-body-links a{flex:0 0 auto;align-self:stretch;display:flex;align-items:center;color:#6b6675;border-bottom:2px solid transparent;font:500 14px Pretendard Variable,sans-serif;text-decoration:none}.storythm-body-links a.active,.storythm-body-links a:hover{color:#2e2a5e;border-bottom-color:#2e2a5e;font-weight:700}.about-nav-button{flex:0 0 auto;align-self:stretch;display:inline-flex;align-items:center;border:0;border-bottom:2px solid transparent;background:transparent;padding:0;color:#6b6675;font:500 14px Pretendard Variable,sans-serif;cursor:pointer;white-space:nowrap}.about-nav-button:hover{color:#2e2a5e;border-bottom-color:#2e2a5e;font-weight:700}.about-nav-button svg,.storythm-body-links a svg{margin-right:6px}.nav-auth-cluster{gap:10px}.nav-auth-cluster,.nav-auth-state{flex:0 0 auto;display:inline-flex;align-items:center}.nav-auth-state{gap:9px;color:#211c18;font:600 13px Pretendard Variable,sans-serif;white-space:nowrap}.nav-auth-state strong{font:inherit}.nav-auth-avatar{width:30px;height:30px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:#2e2a5e;color:#fff}.nav-auth-state.guest{border-radius:999px;background:#f1f0f4;padding:6px 10px;color:#8a8693;font:700 11px IBM Plex Mono,monospace}.storythm-body-links .nav-auth-action{align-self:center;height:34px;border:1px solid #b8cdf6;border-radius:8px;padding:0 13px;color:#2563eb;font-weight:700}.storythm-body-links .nav-auth-action:hover{border-bottom-color:#2563eb;background:#eff6ff}.storythm-body-footer{flex:0 0 auto;padding:34px 40px 22px;background:#faf8f3;border-top:1px solid #ece6db}.storythm-body-footer-inner{max-width:1180px;margin:0 auto;display:flex;justify-content:space-between;gap:40px}.storythm-body-footer-brand{display:flex;align-items:center;gap:7px}.storythm-body-footer-brand img{width:auto;object-fit:contain}.footer-library-logo{max-width:120px;height:26px;border-radius:5px}.footer-library-name{max-width:180px;overflow:hidden;color:#2e2a5e;font:800 13px Pretendard Variable,sans-serif;text-overflow:ellipsis;white-space:nowrap}.footer-storythm-logo{max-width:100px;height:18px}.storythm-body-footer-brand i{color:#cfcbd6;font:300 12px Pretendard Variable,sans-serif;font-style:normal}.storythm-body-footer p{margin:10px 0 0;color:#5b5247;font:600 12px Pretendard Variable,sans-serif;line-height:1.5}.storythm-body-footer p span{color:#8a8076;font-weight:500}.storythm-body-contact{display:flex;flex-direction:column;gap:10px;color:#7a7064;font:500 13px Pretendard Variable,sans-serif}.storythm-body-contact strong{color:#211c18;font-weight:700}.activity-student-panel{margin-bottom:18px}.activity-student-fields{display:grid;grid-template-columns:minmax(0,1fr) 220px;grid-gap:16px;gap:16px;margin-top:12px}.activity-student-fields label{display:grid;grid-gap:8px;gap:8px;color:#374151;font-size:13px;font-weight:700}.activity-student-fields input,.activity-student-fields select{width:100%;height:52px;border:1.5px solid #dcdce2;border-radius:11px;background:#fff;padding:0 16px;color:#211c18;font:500 16px Pretendard Variable,sans-serif}.activity-strength-label{margin-top:26px;color:#374151;font-size:13px;font-weight:700}.activity-strength-label span{color:#9ca3af;font-weight:500}.activity-strength-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:10px;gap:10px;margin-top:12px}.activity-strength-grid button{min-height:54px;border:1.5px solid #e5e7eb;border-radius:11px;background:#fff;color:#374151;padding:8px 10px;font:700 13.5px/1.25 Pretendard Variable,sans-serif;cursor:pointer}.activity-strength-grid button.selected{border-color:#2563eb;background:#2563eb;color:#fff}.sa-logo-upload-box img{width:100%;height:100%;object-fit:contain}.sa-upload-btn{cursor:pointer}.sa-logo-remove{margin-left:8px;border:0;background:transparent;color:#7c82a5;cursor:pointer}@media (max-width:820px){body{padding-top:64px;padding-bottom:59px}.storythm-fixed-header{height:64px;grid-template-columns:auto 1fr auto;gap:10px;padding:0 12px}.fixed-header-brand{height:42px}.fixed-library-logo{max-width:72px;height:36px}.fixed-storythm-logo{max-width:112px;height:24px}.fixed-header-account>span{display:none}.fixed-role-nav{justify-content:flex-end}.fixed-role-nav>a,.fixed-students-menu>button{padding:8px 10px;font-size:12px}.fixed-students-dropdown{position:fixed;top:58px;right:12px;width:min(260px,calc(100vw - 24px));max-height:calc(100vh - 88px)}.site-footer{height:59px}.service-browser-content>.storythm-body-header{padding:0 16px!important;gap:16px}.storythm-body-library-logo{max-width:72px;height:36px}.storythm-body-library-name{max-width:110px;font-size:12px}.storythm-body-storythm-logo{max-width:112px;height:24px}.storythm-body-links{gap:16px}.storythm-body-links a{font-size:12px}.storythm-body-footer{padding:26px 18px 20px}.storythm-body-footer-inner{flex-direction:column;gap:22px}.activity-strength-grid,.activity-student-fields{grid-template-columns:1fr}}@media print{body{padding:0!important}.site-footer,.storythm-fixed-header{display:none!important}}.storythm-about-standalone{min-height:100vh;background:#ecebef}.about-modal-backdrop{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;background:rgba(28,26,38,.5);padding:20px}.about-window{min-height:100vh;display:flex;align-items:flex-start;justify-content:center;background:#ecebef;padding:7vh 20px;font-family:Pretendard Variable,Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.about-card{width:640px;max-width:100%;max-height:86vh;overflow:hidden;display:flex;flex-direction:column;border-radius:18px;background:#fff;box-shadow:0 24px 64px rgba(20,18,30,.3)}.about-card>header{flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #efedf2;padding:22px 32px}.about-card>header h1{margin:0;color:#2e2a5e;font-size:18px;font-weight:800}.about-card>header button{border:0;background:transparent;padding:0;color:#b0b0b8;font-size:26px;line-height:1;cursor:pointer}.about-scroll{flex:1 1;overflow-y:auto;padding:28px 32px 32px}.about-scroll>h2{margin:0;color:#2e6be6;font-size:20px;font-weight:800;line-height:1.35}.about-scroll p{margin:14px 0 0;color:#5b5247;font-size:14px;font-weight:400;line-height:1.7}.about-video{position:relative;display:block;width:100%;aspect-ratio:16/9;overflow:hidden;margin-top:24px;border:0;border-radius:14px;background:#000;padding:0;cursor:pointer}.about-video>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.85}.about-video>span{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}.about-video>span:before{content:"";position:absolute;width:68px;height:48px;border-radius:12px;background:rgba(238,107,83,.92);box-shadow:0 6px 20px rgba(0,0,0,.35)}.about-video svg{position:relative;z-index:1}.about-video iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.about-video.is-playing{cursor:default}.about-scroll section{margin-top:28px}.about-scroll h3{margin:0;color:#211c18;font-size:16px;font-weight:800}.about-scroll section>p{margin-top:8px}.about-feature-list{display:flex;flex-direction:column;gap:12px;margin-top:12px}.about-feature-list p{margin:0;line-height:1.6}.about-feature-list strong{color:#211c18}.about-award{display:grid;grid-template-columns:minmax(0,1fr) 240px;align-items:start;grid-gap:20px;gap:20px;margin-top:8px}.about-award>p{margin:0}.about-award-certificate{display:block;overflow:hidden;border:1px solid #eceaf0;border-radius:12px;background:#fff;box-shadow:0 4px 14px rgba(20,18,30,.1)}.about-award-certificate img{display:block;width:100%;height:auto}.about-team{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px;margin-top:14px}.about-team>div{flex-direction:column;border:1px solid #eceaf0;border-radius:14px;background:#f7f8fb;padding:24px 20px;text-align:center}.about-avatar,.about-team>div{display:flex;align-items:center}.about-avatar{width:96px;height:96px;justify-content:center;overflow:hidden;border:3px solid #e2e8f5;border-radius:50%;background:#eef1f7}.about-avatar img{width:100%;height:100%;object-fit:cover}.about-team strong{margin-top:14px;color:#211c18;font-size:16px;font-weight:800}.about-team b{margin-top:3px;color:#2e6be6;font-size:13px}.about-team p{margin-top:8px;color:#8a8a93;font-size:13px;line-height:1.6}@media (max-width:620px){.about-window{padding:0}.about-card{min-height:100vh;max-height:none;border-radius:0}.about-card>header,.about-scroll{padding-right:22px;padding-left:22px}.about-award,.about-team{grid-template-columns:1fr}.about-modal-backdrop{align-items:stretch;padding:0}.about-modal-backdrop .about-card{min-height:100vh;max-height:100vh}}@media screen{body:has(.is-super-admin-view){padding-top:0;padding-bottom:0;background:#f2f0ec}.storythm-service-shell.is-super-admin-view{margin-top:10px;margin-bottom:0}.is-super-admin-view .storythm-fixed-header,.is-super-admin-view+.site-footer{display:none!important}.is-super-admin-view .service-browser-frame{overflow:hidden;border-color:#eceaf0;background:#fff}.is-super-admin-view .service-browser-bar{position:relative;top:auto;min-height:40px;border-bottom-color:#2e2a5e;background:#1a1730}.is-super-admin-view .service-browser-dots span{background:#3d3960}.is-super-admin-view .service-browser-url{border-color:#3d3960;background:#2e2a5e;color:#7b78a8}.is-super-admin-view .service-browser-content>.storythm-body-header{flex:0 0 64px!important;height:64px!important;min-height:64px!important;max-height:64px!important;overflow:visible;border-bottom-color:#2e2a5e;background:#1a1730}.is-super-admin-view .storythm-body-storythm-logo{filter:brightness(0) invert(1)}.is-super-admin-view .storythm-body-brand:after{content:"SUPER ADMIN";border:1px solid rgba(238,107,83,.3);border-radius:5px;background:rgba(238,107,83,.15);color:#ee6b53;padding:2px 8px;font:600 11px IBM Plex Mono,ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;letter-spacing:.05em}.is-super-admin-view .storythm-body-links{overflow:visible;gap:24px}.is-super-admin-view .about-nav-button,.is-super-admin-view .storythm-body-links a{color:#7b78a8;border-bottom-color:transparent;font-size:14px;font-weight:500}.is-super-admin-view .about-nav-button{align-self:stretch}.is-super-admin-view .about-nav-button:hover,.is-super-admin-view .storythm-body-links a.active,.is-super-admin-view .storythm-body-links a:hover{color:#fff;border-bottom-color:#ee6b53;font-weight:700}.is-super-admin-view .nav-auth-state{color:#fff}.super-admin-body-logout{display:inline-flex;align-items:center;justify-content:center;gap:6px;flex:0 0 auto;min-height:32px;border:1px solid rgba(238,107,83,.3);border-radius:8px;background:rgba(238,107,83,.1);color:#ee6b53;padding:7px 14px;cursor:pointer;font-size:13px;font-weight:600}.is-super-admin-view .storythm-body-content{background:#faf9f6}.is-super-admin-view .storythm-body-footer{display:none}}@media screen and (max-width:820px){.storythm-service-shell.is-super-admin-view{margin-top:0;padding:0}.is-super-admin-view .service-browser-frame{border-right:0;border-left:0;border-radius:0}.is-super-admin-view .service-browser-bar{border-radius:0}.is-super-admin-view .storythm-body-links{gap:14px;overflow-x:auto}.is-super-admin-view .storythm-body-links a{font-size:12px}.super-admin-body-logout{padding:6px 10px;font-size:12px}}