@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&family=Noto+Sans+KR:wght@400;500;600;700&display=swap";:root{font-family:DM Sans,Noto Sans KR,sans-serif;color:#293e35;background:#f7f9f7;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;--green:#215547;--dark:#143f37;--lime:#d7edaa;--muted:#788773;--line:#e4eae1;--mint:#eef5e9}*{box-sizing:border-box}body{margin:0}button,input,textarea,select{font:inherit}button{cursor:pointer;color:inherit;border:0;background:none}button:disabled{opacity:.4;cursor:not-allowed}button:focus-visible,a:focus-visible,summary:focus-visible{outline:3px solid #91b166;outline-offset:3px}input:focus,textarea:focus,select:focus{outline:2px solid #608753;outline-offset:2px}h1,h2,h3,h4,p{margin:0}h1,h2,h3,h4{word-break:keep-all}p{line-height:1.85;word-break:keep-all}svg{flex-shrink:0}a{color:var(--green)}.app{min-height:100vh}.sidebar{position:fixed;inset:0 auto 0 0;width:246px;background:#fff;border-right:1px solid var(--line);padding:35px 20px 22px;display:flex;flex-direction:column;z-index:30}.brand{display:flex;align-items:center;gap:10px;white-space:nowrap}.brand-mark{width:38px;height:42px;background:var(--dark);color:var(--lime);display:grid;place-items:center;border-radius:12px}.brand strong{font-family:Manrope,sans-serif;font-size:18px;letter-spacing:-.9px;font-weight:800}.brand strong span{color:#86a961}.brand small{display:block;color:var(--muted);font-size:10px;letter-spacing:.6px;margin-top:5px}.sidebar-caption{font-family:Manrope,sans-serif;font-size:10px;font-weight:700;letter-spacing:1.7px;color:#a0aa98;margin:47px 13px 17px}.sidebar-caption.second{margin-top:4px}.nav-item{display:flex;align-items:center;gap:11px;width:100%;text-align:left;min-height:48px;padding:12px 13px;border-radius:9px;margin-bottom:7px;color:#6f7d66;font-size:13px;white-space:nowrap}.nav-item span:nth-child(2){flex:1}.nav-item:hover{background:#f3f6ee}.nav-item.active{background:#eaf2e4;color:var(--green);font-weight:600}.nav-count{background:#d8e7ca;padding:2px 6px;border-radius:5px;font-size:11px}.nav-divider{height:1px;background:var(--line);margin:17px 12px 23px}.tiny-badge{font-size:8px;padding:3px 4px;border-radius:4px;color:#699048;background:#edf4df;font-weight:700}.sidebar-bottom{margin-top:auto;padding-top:30px}.seed-note{padding:16px 15px 25px;color:#789a5d}.seed-note p{font-size:11px;line-height:1.9;margin-top:10px;color:#8a977c}.seed-note strong{font-weight:500}.profile{border-top:1px solid var(--line);padding:22px 7px 0;display:flex;gap:11px;align-items:center}.avatar{width:34px;height:34px;background:#f0e9de;box-shadow:0 0 0 1px #ede7dd;border:3px solid white;border-radius:50%;display:grid;place-items:center;color:#9a7d52;font-family:serif;font-style:italic}.profile strong{display:block;font-size:11px;font-weight:500}.profile span{font-size:10px;color:#97a38b;display:block;margin-top:4px}.workspace{margin-left:246px}.topbar{height:77px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;padding:0 42px;background:#fbfcfa}.topbar>div{display:flex;align-items:center;gap:15px;font-size:12px}.topbar strong{font-weight:500}.breadcrumb,.date-label{color:#8e9b82}.streak{display:flex;align-items:center;gap:6px;background:#f0f3e9;color:#7b845e;padding:7px 11px;border:1px solid #e5eade;border-radius:20px;font-size:11px}.streak svg{color:#d6a16a}.main{max-width:1360px;margin:0 auto;padding:42px 42px 45px;min-height:calc(100vh - 150px)}.page-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;gap:18px}.eyebrow{font-family:Manrope,sans-serif;font-size:10px;letter-spacing:2px;font-weight:700;color:#7b926b;margin-bottom:12px}.page-heading h1{font-size:29px;font-weight:700;letter-spacing:-1.2px;line-height:1.5}.page-heading p{font-size:14px;color:#829174;margin-top:9px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:12px 18px;min-height:44px;border-radius:9px;font-size:13px;font-weight:500;white-space:nowrap;transition:background .16s,transform .16s}.btn:hover:not(:disabled){transform:translateY(-1px)}.btn-primary{background:var(--green);color:#fff}.btn-primary:hover{background:#183f34}.btn-secondary{background:#fff;border:1px solid #dfe6d8;color:#6d7f5b}.btn-secondary:hover{background:#f2f6ed}.btn-lime{background:var(--lime);color:#314d25;padding:13px 19px}.btn-complete{background:#e8f2df;color:var(--green)}.home-top{display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:23px}.hero-card{background:var(--dark);color:#fff;border-radius:20px;display:flex;justify-content:space-between;overflow:hidden;position:relative;min-height:315px}.hero-text{padding:31px 29px;z-index:2}.hero-kicker{display:flex;align-items:center;gap:7px;font-size:11px;color:#c9dabe}.live-dot{width:5px;height:5px;background:var(--lime);border-radius:50%}.hero-card h2{font-size:29px;line-height:1.55;letter-spacing:-1px;margin:17px 0 13px;font-weight:500}.hero-card p{color:#c3d6b8;font-size:13px;margin-bottom:24px;line-height:1.9}.hero-card p span{color:#98b28a;font-size:11px}.hero-type{align-self:center;padding-right:28px;transform:rotate(-9deg);font-family:Georgia,serif;color:#d6edab;letter-spacing:-4px;text-align:center;width:190px;flex-shrink:0;-webkit-user-select:none;user-select:none}.hero-type>span{display:block}.type-top{font-size:70px;line-height:.98}.type-middle{font-style:italic;font-size:48px;color:#8bac79;line-height:.8;padding-left:35px}.type-bottom{font-size:77px;line-height:1.1}.type-period{color:#e7c185}.type-foot{font-size:7px;font-family:Manrope,sans-serif;letter-spacing:1.7px;color:#8eaa78;margin-top:20px;transform:rotate(9deg)}.goal-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:23px}.section-mini{display:flex;align-items:center;justify-content:space-between;font-size:13px;font-weight:500}.section-mini svg{color:#8faa71}.ring{width:125px;height:125px;position:relative;margin:17px auto 12px}.ring svg{width:100%;height:100%;transform:rotate(-90deg)}.ring circle{fill:none;stroke:#f0f3e8;stroke-width:6}.ring .ring-fill{stroke:#91b269;stroke-linecap:round;transition:stroke-dasharray .4s}.ring>span{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;flex-direction:column}.ring b{font-family:Manrope,sans-serif;font-size:32px;font-weight:500;line-height:1.4}.ring small{font-size:11px;color:#99a58b}.goal-copy{text-align:center}.goal-copy strong{font-size:13px;font-weight:500;display:block}.goal-copy>span{display:block;font-size:11px;color:#919f7f;margin-top:6px}.week-dots{display:flex;justify-content:space-between;margin-top:23px}.week-dots div{display:flex;align-items:center;flex-direction:column;gap:6px;font-size:10px;color:#9da98d}.week-dots i{width:19px;height:19px;display:grid;place-items:center;border-radius:50%;font-style:normal;background:#f2f5eb;color:#b3bda6}.week-dots i.today{background:#e4eed6;border:1px solid #c4d8a8;color:#7da658}.week-dots i.done{background:#829f65;color:#fff}.stats-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin:23px 0 34px;border:1px solid var(--line);background:#fff;border-radius:14px;padding:21px 0}.stats-row>button{display:flex;align-items:center;gap:13px;text-align:left;padding:0 21px;border-right:1px solid var(--line)}.stats-row>button:last-child{border:0}.stats-row>button>svg{margin-left:auto;color:#bac4ad}.stat-icon{display:grid;place-items:center;width:43px;height:43px;border-radius:13px;flex-shrink:0}.mint{background:#edf4e3;color:#7c9661}.orange{background:#fcf0e3;color:#c7985f}.purple{background:#f0eef9;color:#a398c4}.stats-row button div>span{display:block;font-size:11px;color:#829271;margin-bottom:5px}.stats-row strong{display:block;font-family:Manrope,sans-serif;font-size:22px;font-weight:700}.stats-row small{font-family:Noto Sans KR,sans-serif;font-size:11px;color:#92a080;font-weight:400}.home-bottom{display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:23px}.section-title{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:19px}.section-title h2{font-size:17px;letter-spacing:-.4px;font-weight:500}.section-title h2>span{color:#98b17e;font-size:13px;margin-left:5px}.section-title h3{font-size:16px;font-weight:500}.text-btn{display:inline-flex;align-items:center;gap:7px;color:#73885e;font-size:12px;min-height:36px;padding:0}.text-btn:hover{text-decoration:underline}.lesson-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:17px}.lesson-card{border:1px solid var(--line);border-radius:14px;padding:21px 21px 19px;background:#fff;text-align:left;position:relative;overflow:hidden;transition:transform .2s,border-color .2s,box-shadow .2s;min-width:0}.lesson-card:hover{transform:translateY(-3px);border-color:#c8d7b8;box-shadow:0 8px 20px #304c3010}.lesson-card-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:15px}.lesson-symbol{width:37px;height:37px;display:grid;place-items:center;border-radius:10px;font-family:Georgia,serif;font-size:20px;font-weight:600}.color-0{background:#edf3e6;color:#79945d}.color-1{background:#f9eddf;color:#bd9159}.color-2{background:#e9eefb;color:#8596b7}.color-3{background:#f3eaf3;color:#ab87a4}.tag{display:inline-flex;align-items:center;white-space:nowrap;background:#f2f5eb;color:#809369;padding:4px 8px;border-radius:5px;font-size:10px;font-weight:400;line-height:1.7}.tag.green{background:#eaf3e0;color:#66844f}.tag.lime{background:#dbeab9;color:#42603e}.lesson-number{font-family:Manrope,sans-serif;font-size:9px;letter-spacing:1.3px;color:#99a98a;margin-bottom:8px}.lesson-card h3{font-size:15px;font-weight:500;letter-spacing:-.3px;line-height:1.55;margin-bottom:8px}.lesson-card>p{color:#81916f;font-size:12px;line-height:1.7;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:41px}.lesson-meta{display:flex;gap:13px;align-items:center;margin-top:18px;color:#8e9f7b;font-size:11px}.lesson-meta>span{display:flex;gap:5px;align-items:center}.lesson-meta>svg{margin-left:auto}.progress-line{height:3px;background:#eef2e6;overflow:hidden;border-radius:4px}.progress-line>span{display:block;background:#9dbd79;height:100%;transition:width .3s}.lesson-card>.progress-line{position:absolute;bottom:0;left:0;right:0;border-radius:0}.source-caption{display:flex;align-items:center;justify-content:center;gap:7px;font-size:11px;color:#8d9e79;margin-top:22px}.home-rail{padding-top:2px}.daily-expression{background:#f0f4e8;border:1px solid #e5eddc;border-radius:14px;padding:24px 22px 17px}.daily-expression .eyebrow{font-size:9px;letter-spacing:1.3px;margin-bottom:8px}.small-label{font-size:11px;color:#8fa178}.expression-row{display:flex;align-items:center;justify-content:space-between;margin-top:23px}.expression-row h3{font-family:Georgia,serif;font-size:33px;line-height:1.25;font-weight:400;letter-spacing:-.5px}.daily-expression>p{font-size:13px;color:#809369;margin-top:12px}.expression-example{display:flex;align-items:center;gap:4px;border-top:1px solid #dfe8d1;margin-top:21px;padding-top:14px;font-size:12px;color:#7e916f}.daily-expression>.text-btn{margin-top:9px;font-size:11px}.speaker{width:40px;height:44px;min-width:40px;min-height:44px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#ecf3e2;color:#6d8e50;flex-shrink:0;transition:background .15s}.speaker:hover,.speaker.playing{background:#d5e8bc;color:#3b6933}.speaker-large{width:51px;height:51px;background:#edf4e4}.studio-teaser{margin-top:18px;border:1px solid var(--line);border-radius:14px;padding:21px;background:#fff;display:flex;text-align:left;flex-wrap:wrap;gap:14px;width:100%;position:relative}.studio-icon{display:grid;place-items:center;width:35px;height:35px;background:#f0f2e4;color:#8e9c6c;border-radius:10px}.studio-teaser .tag{font-size:8px;padding:2px 0;margin:0 0 9px;background:none;color:#8b9d70}.studio-teaser h3{font-size:14px;margin-bottom:7px;font-weight:500}.studio-teaser p{font-size:11px;color:#8c9c79;line-height:1.7}.diagonal-arrow{position:absolute;top:20px;right:16px;transform:rotate(-45deg);color:#89967e}.footer{max-width:1360px;margin:0 auto;display:flex;align-items:center;gap:14px;padding:23px 42px;border-top:1px solid var(--line);color:#9cab8c;font-size:10px}.footer>span:first-child{font-family:Manrope,sans-serif;font-weight:700;letter-spacing:-.4px;color:#93a280;font-size:12px}.footer-dot{color:#7b9e5c}.footer>span:last-child{margin-left:auto;font-size:10px}.mobile-bar,.nav-shade{display:none}.skip-link{position:fixed;top:-60px;left:260px;z-index:100;background:var(--dark);color:#fff;padding:12px}.skip-link:focus{top:10px}.icon-btn{min-width:40px;min-height:44px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px}.icon-btn:hover{background:#edf2e5}.icon-btn.saved{color:#719154}.muted{color:#849574;font-size:13px;font-weight:400}.center{text-align:center}.alert{background:#f6f2df;border:1px solid #e8dfb6;color:#827331;padding:14px 18px;border-radius:10px;font-size:13px;margin-bottom:20px;line-height:1.7;display:flex;gap:12px;align-items:center;justify-content:space-between}.alert.error{background:#fff2ec;border-color:#edc7b5;color:#965c42}.alert .text-btn{flex-shrink:0}.toast{position:fixed;bottom:28px;left:50%;transform:translate(-50%);z-index:100;background:#214d3e;box-shadow:0 8px 30px #142d3626;color:#fff;border-radius:12px;display:flex;align-items:center;gap:12px;padding:16px 22px;font-size:13px;max-width:90vw}.now-playing{position:fixed;bottom:20px;right:22px;z-index:60;display:flex;align-items:center;gap:12px;background:#fff;border:1px solid #d5e2cd;box-shadow:0 5px 20px #24402d10;border-radius:12px;padding:12px 15px;color:var(--green);font-size:12px}.now-playing button{display:flex;align-items:center;gap:6px;min-height:30px;background:#eef4e9;padding:4px 8px;border-radius:5px}.empty{text-align:center;padding:70px 25px;background:#fff;border:1px dashed #d4dfcc;border-radius:18px;color:#739062}.empty h2{font-size:21px;color:#3e553b;margin:18px 0 12px}.empty p{color:#879580;font-size:14px;max-width:580px;margin:0 auto 22px}.empty .btn{margin-top:10px}.learning-layout{display:grid;grid-template-columns:220px minmax(0,1fr);gap:25px}.lesson-menu{background:#fff;border:1px solid var(--line);border-radius:14px;padding:18px 12px;align-self:start;position:sticky;top:20px}.lesson-menu .section-mini{padding:0 7px 19px;font-size:12px}.lesson-menu .section-mini>span{font-size:10px;color:#a5b19c}.lesson-menu>button{display:flex;align-items:center;gap:11px;text-align:left;width:100%;padding:14px 10px;border-radius:9px;margin:3px 0;min-height:70px}.lesson-menu>button>span{font-family:Manrope,sans-serif;font-size:11px;color:#9fac8f}.lesson-menu>button>div{flex:1}.lesson-menu strong{display:block;font-size:13px;font-weight:500;line-height:1.7}.lesson-menu small{display:block;color:#93a080;margin-top:5px;font-size:11px}.lesson-menu .selected{background:#eef5e5}.lesson-menu>button:hover{background:#f4f7ed}.lesson-workspace{min-width:0}.lesson-header{display:flex;justify-content:space-between;gap:16px;align-items:start;padding:2px 0 23px}.lesson-header h2{font-size:23px;margin:11px 0 8px;letter-spacing:-.5px}.lesson-header p{font-size:14px;color:#849675}.source-label{font-size:11px;color:#91a084;padding-top:5px;white-space:nowrap}.study-tabs{display:flex;border-bottom:1px solid #dce5d5;margin-bottom:20px}.study-tabs>button{flex:1;padding:16px 4px;font-size:13px;position:relative;color:#81946f;white-space:nowrap}.study-tabs>button>span{font-family:Manrope,sans-serif;font-size:10px;margin-right:7px;opacity:.6}.study-tabs>button[aria-selected=true]{color:#466c38;font-weight:600}.study-tabs>button[aria-selected=true]:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:2px;background:#77965c}.sentence-nav{display:flex;align-items:center;justify-content:space-between;color:#8b9e79;font-size:12px;margin-bottom:12px}.sentence-nav b{color:#5a7850}.sentence-nav>div{display:flex;gap:5px}.sentence-card{border:1px solid var(--line);background:#fff;border-radius:16px;padding:25px 27px;position:relative}.sentence-tools{display:flex;align-items:center;justify-content:space-between;margin-bottom:17px}.sentence-tools .tag{font-family:Manrope,sans-serif;font-size:9px;letter-spacing:1.3px}.english-row{display:flex;align-items:center;justify-content:space-between;gap:22px}.english-row h2{font-family:Manrope,Noto Sans KR,sans-serif;font-weight:500;font-size:26px;line-height:1.65;letter-spacing:-.6px;word-break:normal;overflow-wrap:anywhere}.english-row h3{font-family:Manrope,Noto Sans KR,sans-serif;font-size:21px;font-weight:500;line-height:1.7;word-break:normal;overflow-wrap:anywhere}.translation-toggle{display:flex;align-items:center;gap:6px;margin-top:21px;color:#84966f;font-size:12px;padding:8px 0;min-height:40px}.translation{font-size:16px;color:#71865e;line-height:1.9;margin-top:6px}.note{display:flex;align-items:flex-start;gap:10px;background:#f6f4e9;color:#8b784c;padding:14px 16px;border-radius:8px;font-size:12px;margin-top:21px;line-height:1.8}.note svg{margin-top:3px}.takeaway{display:flex;gap:16px;background:#f1f5e8;border:1px solid #e6ecde;border-radius:12px;padding:21px;margin-top:18px;align-items:start}.takeaway strong{font-size:14px;font-weight:500}.takeaway p{font-size:14px;color:#7c9069;margin-top:7px}.next-steps{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:18px}.next-steps>button{background:#fff;border:1px solid var(--line);border-radius:12px;padding:18px;display:flex;align-items:center;gap:12px;text-align:left;color:#879a77}.next-steps strong{display:block;font-size:13px;color:#536b45;font-weight:500}.next-steps span{display:block;font-size:11px;margin-top:7px;color:#8e9e7b}.next-steps>button>svg:last-child{margin-left:auto}.detail-panel{padding:25px;background:#fff;border:1px solid var(--line);border-radius:15px;margin-top:20px}.detail-panel h2{font-size:18px;display:flex;align-items:center;gap:10px;margin-bottom:20px;font-weight:500}.detail-panel h3{font-size:16px;font-weight:500}.detail-panel>.section-title h2{margin-bottom:0}.chunks{display:flex;gap:11px;flex-wrap:wrap;margin:24px 0}.chunk{border-radius:10px;padding:14px 16px;flex:1;min-width:170px;max-width:100%}.chunk-role{font-size:11px;display:block;margin-bottom:9px}.chunk>div{display:flex;gap:12px;align-items:center;justify-content:space-between}.chunk strong{font-family:Manrope,sans-serif;font-size:18px;font-weight:500;overflow-wrap:anywhere}.chunk p{font-size:14px;margin-top:10px}.chunk .speaker{background:#ffffff78}.vocab-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:18px}.vocab-card{border:1px solid var(--line);border-radius:12px;padding:18px 18px 39px;position:relative;background:#fff}.vocab-card>div{display:flex;align-items:center;justify-content:space-between;gap:9px}.vocab-card strong,.vocab-card h3{font-family:Manrope,sans-serif;font-size:18px;font-weight:500;word-break:normal;overflow-wrap:anywhere}.vocab-card p{font-size:14px;color:#7e906d;margin-top:9px}.vocab-card small{font-size:12px;color:#93a283}.word-save{position:absolute;right:10px;bottom:4px;min-width:40px;min-height:40px;color:#8fa776;display:grid;place-items:center;border-radius:7px}.word-save:hover{background:#eef4e6}.grammar{padding:22px 0;border-bottom:1px solid var(--line)}.grammar:last-child{padding-bottom:0;border-bottom:0}.grammar-heading{display:flex;gap:11px;align-items:center}.grammar-heading>span{color:#90a779;background:#f0f5e9;padding:5px 7px;border-radius:5px;font-size:11px}.grammar h4{font-size:15px;font-weight:500}.grammar p{font-size:15px;color:#758966;margin-top:11px;line-height:1.95}.grammar-example{background:#f8faf5;border-radius:8px;display:flex;justify-content:space-between;align-items:center;gap:13px;padding:12px 16px;margin-top:14px;font-size:16px;color:#67864e}.study-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:23px}.quiz-panel{background:#fff;border:1px solid var(--line);border-radius:16px;padding:26px}.quiz-panel>.progress-line{margin-bottom:28px}.quiz-panel h3{font-size:19px;line-height:1.8;margin-bottom:17px}.quiz-prompt{font-family:Manrope,Noto Sans KR,sans-serif;font-size:20px;line-height:1.8;padding:20px 0;margin-bottom:15px;color:#5c794e}.input-label{display:flex;flex-direction:column;gap:10px;font-size:14px;font-weight:500;margin-bottom:20px;color:#5c7351}.input-label>span{font-size:12px;font-weight:400;color:#8c9d7a}.input-label input:not([type=range]),.input-label textarea,.input-label select{padding:12px 14px;border:1px solid #dfe7d8;background:#fcfdfb;border-radius:8px;color:#36502b;min-height:44px;font-size:16px;line-height:1.8;width:100%;min-width:0}.input-label textarea{resize:vertical}.input-label input::placeholder,.input-label textarea::placeholder{color:#a4b393;font-size:14px}.input-label input[type=range]{accent-color:#779657;width:100%;margin:8px 0}.quiz-choices{display:grid;grid-template-columns:1fr 1fr;gap:11px;margin:20px 0}.quiz-choices>button{display:flex;gap:15px;align-items:center;text-align:left;border:1px solid #e0e8d7;padding:15px 18px;border-radius:9px;font-family:Manrope,sans-serif;font-size:17px}.quiz-choices>button>span{font-size:11px;background:#f0f4e9;color:#99ad83;width:26px;height:26px;display:grid;place-items:center;border-radius:6px}.quiz-choices>button.chosen{border-color:#8fa575;background:#f0f6e8}.quiz-buttons{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:20px}.hint{padding:14px 18px;background:#faf5e9;color:#9a865c;border-radius:8px;font-size:14px;margin-top:20px;line-height:1.8}.feedback{padding:23px;border-radius:12px;background:#faf4e9;border:1px solid #eee2cb;margin-top:24px}.feedback.correct{background:#f0f6e9;border-color:#dbe6cd}.feedback h4{font-size:15px;color:#638048;line-height:1.8}.feedback p{font-size:14px;color:#7b8f66;margin-top:12px}.feedback small{display:block;font-size:12px;line-height:1.8;color:#9a947e;margin:12px 0}.feedback>.btn{margin-top:20px}.answer-line{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:16px}.answer-line strong{font-family:Manrope,sans-serif;font-size:19px;font-weight:500;line-height:1.8;word-break:normal}.quiz-result{text-align:center;padding:50px 25px;border:1px solid var(--line);background:#fff;border-radius:16px}.result-icon{display:inline-flex;margin-bottom:20px;background:#eff5e5;border-radius:50%;padding:20px;color:#8aab65}.quiz-result h2{font-size:22px;margin:15px 0}.quiz-result p{font-size:14px;color:#81976b;margin:10px 0}.quiz-result .btn{margin-top:20px}.collection-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:24px 0}.pill-tabs{display:flex;align-items:center;gap:4px;background:#eaf0e4;padding:5px;border-radius:11px}.pill-tabs>button{padding:10px 16px;min-height:42px;font-size:13px;color:#8d9e7b;border-radius:8px;display:flex;align-items:center;justify-content:center;gap:8px}.pill-tabs>.selected{background:#fff;color:#526d41;box-shadow:0 2px 5px #32422108;font-weight:500}.search{display:flex;align-items:center;gap:9px;padding:10px 14px;background:#fff;border:1px solid var(--line);border-radius:9px;color:#98a787}.search input{border:0;outline:0;font-size:14px;color:#698355;background:transparent;width:205px;min-height:25px}.search input::placeholder{color:#a0b08c}.wordbook-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.wordbook-grid .vocab-card{padding:22px 22px 42px}.saved-sentences{display:grid;gap:18px}.saved-sentences .sentence-card>p{margin-top:11px;font-size:14px;color:#7e926b}.saved-sentences .text-btn{margin-top:12px}.review-wrap{max-width:800px;margin:0 auto}.review-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:35px;text-align:center;min-height:390px}.review-card>.tag{font-family:Manrope,sans-serif;font-size:10px;letter-spacing:1.5px}.review-card>h2{font-size:24px;line-height:1.9;margin:35px auto 20px;max-width:580px}.review-card>.btn{margin-top:28px}.review-answer{margin-top:27px;border-top:1px solid var(--line);padding-top:26px}.review-answer>.english-row{padding:0 7px;text-align:left}.review-answer>p{font-size:15px;color:#839771;margin-top:13px}.review-ratings{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:27px}.review-ratings>button{display:flex;align-items:center;flex-direction:column;gap:10px;border:1px solid #e4e9dc;border-radius:12px;padding:19px 7px;color:#8b9f75}.review-ratings>button:hover{background:#f0f5e8;border-color:#a9bd91}.review-ratings>button:first-child{color:#ba9a62}.review-ratings strong{font-size:13px;font-weight:500}.review-ratings span{font-size:11px;color:#94a67f}.review-wrap>.muted{margin-top:23px;font-size:12px}.listen-first{display:flex;flex-direction:column;align-items:center;gap:17px;margin:27px auto;color:#87a66a}.listen-first p{font-size:16px;color:#6f875c}.library-tools{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-bottom:33px}.library-tools>button{display:flex;gap:16px;align-items:center;background:#fff;border:1px solid var(--line);padding:24px;border-radius:13px;text-align:left;color:#87a46a}.library-tools strong{display:block;font-size:14px;font-weight:500;color:#577141;margin-bottom:8px}.library-tools span{display:block;font-size:12px;color:#8d9f78}.library-tools>button>svg:last-child{margin-left:auto}.library-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.form-two{display:grid;grid-template-columns:1fr 1fr;gap:20px}.add-panel{margin-bottom:28px}.source-panel{border:1px solid var(--line);background:#fff;border-radius:15px;padding:24px;margin-top:30px}.source-panel>div:first-child{display:flex;align-items:center;gap:16px;color:#86a069}.source-panel h3{font-size:15px;font-weight:500;color:#647e4b}.source-panel p{font-size:12px;color:#8c9d79;margin-top:7px}.source-panel>div:first-child>.btn{margin-left:auto;font-size:12px}.source-panel details{margin-top:20px;border-top:1px solid var(--line);padding-top:18px}.source-panel summary{cursor:pointer;color:#82966b;font-size:13px;line-height:1.8}.source-panel ul{padding-left:22px;color:#81946b;font-size:13px;line-height:2}.source-panel li{padding:5px 0}.source-pages{margin-top:22px;border:1px solid var(--line);border-radius:10px;max-height:600px;overflow:auto;padding:25px}.source-pages article{padding:20px 0;border-bottom:1px solid var(--line)}.source-pages h4{font-size:13px;color:#738b59;margin-bottom:15px}.source-pages p{white-space:pre-wrap;font-size:15px;line-height:2.1;color:#607650;overflow-wrap:anywhere}.settings-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.settings-grid>.detail-panel{margin:0}.settings-grid .detail-panel>p{font-size:14px;color:#7b9065;margin-bottom:18px}.range-labels{display:flex;justify-content:space-between;font-size:11px;color:#94a57e;margin:-15px 0 22px}.settings-note{font-size:12px!important;color:#869777!important;line-height:1.9!important;margin-top:19px!important}.goal-options{display:flex;gap:10px;margin-top:22px}.goal-options>button{flex:1;padding:23px 8px;border:1px solid var(--line);border-radius:11px}.goal-options strong{display:block;font-size:20px;font-weight:500}.goal-options span{display:block;font-size:11px;color:#8ca273;margin-top:11px}.goal-options .selected{border-color:#afc491;background:#f0f6e6;color:#759751}.backup-panel{grid-column:1/-1}.backup-actions{display:flex;gap:12px;flex-wrap:wrap}.restore-confirm{border:1px solid #e3d7ad;padding:20px;background:#fcf8ed;border-radius:10px;margin-top:20px;color:#9d895b;font-size:13px;line-height:1.8}.restore-confirm p{margin:10px 0 20px}.restore-confirm .btn{margin-right:10px}.studio-app{background:#eef1e9}.studio-app .workspace{margin-left:0}.studio-main{max-width:1150px;margin:0 auto;padding:0 45px 55px}.studio-header{height:92px;display:flex;justify-content:space-between;align-items:center;gap:20px;border-bottom:1px solid #dce3d2}.studio-wordmark{display:flex;align-items:center;gap:10px;font-family:Manrope,sans-serif;letter-spacing:-.6px;font-size:17px;color:#4c6340}.studio-wordmark b{font-weight:700;color:#91a771}.studio-header .tag{font-family:Manrope,sans-serif;letter-spacing:1.1px;font-size:8px;background:#e0e7d6;color:#8b9c75}.studio-heading{text-align:center;padding:48px 0 34px}.studio-heading .eyebrow{font-size:10px;color:#8b9e72;margin-bottom:16px}.studio-heading h1{font-size:39px;line-height:1.55;letter-spacing:-1.7px;color:#294d37;font-weight:500}.studio-heading em{font-style:normal;color:#8b9f61}.studio-heading p{font-size:14px;color:#859971;margin-top:16px}.studio-controls{max-width:790px;margin:0 auto 20px;display:flex;justify-content:space-between;gap:20px;align-items:center}.studio-controls .pill-tabs{background:#e0e7d6}.studio-select{display:flex;align-items:center;gap:9px;font-size:12px;color:#82986a}.studio-select select{max-width:230px;border:1px solid #dbe3cf;border-radius:8px;padding:10px;background:#f8faf3;color:#6b8550;font-size:13px;min-height:44px}.studio-card{max-width:790px;margin:0 auto;background:#fff;border:1px solid #dce4d2;border-radius:23px;overflow:hidden;box-shadow:0 15px 60px #40592a07;padding:28px 40px 0;text-align:center}.studio-card-meta{display:flex;justify-content:space-between;align-items:center;font-size:11px;letter-spacing:1px;color:#7f9666}.studio-card-meta>span>span{color:#aebf9a;margin-left:4px}.studio-card-meta>label{display:flex;gap:10px;align-items:center;letter-spacing:0;color:#94a77d}.studio-card-meta select{background:#f2f6ec;border:1px solid #e4ebd9;padding:7px 8px;border-radius:6px;font-size:11px;color:#839b69}.waveform{display:flex;align-items:center;justify-content:center;height:83px;gap:5px;margin:20px auto 15px}.waveform i{width:4px;max-width:1vw;border-radius:3px;background:#dce8c8;transform:scaleY(.5)}.waveform.active i{background:#97b773;animation:wave .8s infinite alternate ease-in-out}@keyframes wave{0%{transform:scaleY(.4)}to{transform:scaleY(1)}}.studio-sentence{min-height:115px}.studio-sentence h2{font-family:Manrope,Noto Sans KR,sans-serif;font-size:28px;line-height:1.7;letter-spacing:-.6px;color:#3c5935;font-weight:500;word-break:normal;overflow-wrap:anywhere}.studio-sentence p{color:#8ca177;font-size:14px;margin:16px 0 21px}.studio-play{border-radius:50px;background:#234c3a;color:#e9f0dc;padding:13px 23px;margin:13px 0 27px}.shadow-practice{border-top:1px solid #edf0e6;padding-top:25px}.studio-step-label{display:flex;align-items:center;justify-content:center;gap:15px;font-size:11px;color:#8ca076;margin-bottom:23px}.studio-step-label i{display:block;height:1px;width:22px;background:#d7e1c9}.recorder{border:1px dashed #d8e2ca;border-radius:12px;background:#fcfdf8;padding:20px;margin-bottom:25px;font-size:13px}.recorder audio{max-width:100%;margin:15px auto;display:block;width:100%}.recorder .btn,.recorder .muted{font-size:12px}.recorder>p{font-size:12px;color:#879e6f;margin:9px 0}.recording-state{font-size:13px;color:#a37758;margin:15px 0}.studio-track-nav{display:flex;align-items:center;justify-content:space-between;margin:0 -40px;padding:19px 30px;background:#f8faf4;border-top:1px solid #e7ecde;color:#92a57c;font-size:12px}.studio-track-nav .btn{font-size:12px;padding:10px 13px}.studio-footnote{text-align:center;color:#91a47b;font-size:12px;margin-top:24px;line-height:2}.dictation{text-align:left;padding-top:20px;border-top:1px solid var(--line);padding-bottom:25px}.dictation-feedback{font-size:13px;color:#b1956b;margin-top:18px}.dictation-feedback.correct{color:#8ba96a}@media(min-width:1550px){.main{padding-top:50px}.hero-card{min-height:330px}.hero-text{padding:35px}.hero-type{width:220px;padding-right:40px}.hero-card h2{font-size:33px}.type-top{font-size:80px}.type-bottom{font-size:87px}.type-middle{font-size:53px}.goal-card{padding-top:28px}.ring{margin-top:22px}.lesson-card{padding:24px}.home-top,.home-bottom{grid-template-columns:minmax(0,1fr) 280px}}@media(max-width:1250px){.sidebar{width:222px;padding:30px 15px 18px}.workspace{margin-left:222px}.main{padding:34px 28px}.topbar{padding:0 28px}.brand strong{font-size:17px}.home-top,.home-bottom{grid-template-columns:minmax(0,1fr) 240px;gap:18px}.hero-text{padding:28px 25px}.hero-type{display:none}.hero-card h2{font-size:29px}.stats-row>button{padding:0 15px;gap:11px}.stats-row>button>svg{display:none}.stats-row button div>span{font-size:10px}.learning-layout{grid-template-columns:190px minmax(0,1fr);gap:18px}.lesson-menu strong{font-size:12px}.next-steps{grid-template-columns:1fr}.daily-expression{padding:22px 19px}.footer{padding:22px 28px}.library-grid{grid-template-columns:1fr 1fr}.lesson-header{flex-direction:column;gap:6px}.source-label{font-size:10px}.english-row h2{font-size:24px}.lesson-menu .section-mini>span{display:none}.expression-example{font-size:11px}.page-heading p{font-size:13px}}@media(max-width:1000px){.home-top{grid-template-columns:minmax(0,1fr) 215px}.hero-text{padding:28px}.home-bottom{grid-template-columns:1fr}.home-rail{display:grid;grid-template-columns:1fr 1fr;gap:18px}.daily-expression{padding:22px}.studio-teaser{align-content:center;align-self:stretch;margin-top:0;flex-direction:column;justify-content:center;gap:14px;padding:26px}.studio-teaser h3{font-size:16px}.studio-teaser p{font-size:12px}.studio-icon{width:44px;height:44px}.studio-teaser .tag{font-size:9px;padding:0}.stats-row>button{padding:0 10px}.stats-row .stat-icon{width:34px;height:36px;border-radius:10px}.stats-row button div>span{font-size:10px}.learning-layout{grid-template-columns:1fr}.lesson-menu{position:static;display:flex;overflow:auto;gap:8px;padding:10px}.lesson-menu .section-mini{display:none}.lesson-menu>button{min-width:175px;width:auto;min-height:65px;margin:0;padding:10px}.lesson-menu small{font-size:10px}.lesson-menu strong{font-size:12px}.lesson-header{flex-direction:row;padding-top:13px}.wordbook-grid{grid-template-columns:1fr 1fr}.settings-grid{grid-template-columns:1fr}.backup-panel{grid-column:auto}.source-caption{font-size:10px}.page-heading h1{font-size:26px}.page-heading>.btn{padding:10px 13px;font-size:12px}.source-panel>div:first-child{flex-wrap:wrap}.source-panel>div:first-child>.btn{margin-left:39px}.footer p,.topbar .date-label{display:none}.goal-card{padding:23px 17px}.goal-copy strong,.hero-card p{font-size:12px}.hero-card p span{font-size:10px}.section-mini{font-size:12px}}@media(max-width:760px){.sidebar{transform:translate(-100%);transition:transform .2s;width:264px;padding:28px 22px}.sidebar.open{transform:translate(0)}.nav-shade{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#18312155;z-index:25}.workspace{margin-left:0}.mobile-bar{display:flex;align-items:center;justify-content:space-between;height:70px;background:#fff;border-bottom:1px solid var(--line);padding:0 17px}.mobile-bar .brand-mark{width:30px;height:34px;border-radius:9px}.mobile-bar .brand strong{font-size:17px}.mobile-bar .brand small{font-size:9px}.topbar{height:53px;padding:0 23px}.topbar>div{font-size:11px;gap:10px}.topbar .streak{font-size:10px;padding:5px 9px}.main{padding:30px 22px 35px}.page-heading{margin-bottom:25px}.page-heading h1{font-size:27px}.page-heading p{font-size:13px;max-width:330px}.page-heading>.tag{display:none}.home-top{grid-template-columns:minmax(0,1fr) 210px;gap:15px}.hero-card{min-height:310px}.hero-card h2{font-size:27px}.hero-text{padding:27px}.goal-card{padding:23px 18px}.stats-row{margin:18px 0 30px}.stats-row>button{padding:0 12px;gap:11px}.stats-row .stat-icon{width:34px;height:34px}.stats-row strong{font-size:21px}.footer{padding:20px 23px}.skip-link{left:15px}.settings-grid{gap:18px}.studio-main{padding:0 22px 40px}.studio-header{height:78px}.studio-header .tag{display:none}.studio-wordmark{font-size:14px}.studio-wordmark svg{width:18px}.studio-heading h1{font-size:34px}.studio-controls{gap:13px}.studio-select>span{display:none}.studio-select select{max-width:200px}.studio-controls .pill-tabs>button{font-size:12px;padding:10px 12px}.studio-heading{padding:37px 0 29px}.studio-card{padding:24px 26px 0}.studio-track-nav{margin:0 -26px;padding:15px 20px}.studio-sentence h2{font-size:25px}.home-rail{margin-top:5px}.sentence-card{padding:23px}.lesson-menu{margin:0 -3px}.lesson-header h2{font-size:23px}.wordbook-grid{gap:14px}.source-panel{padding:20px}}@media(max-width:540px){.main{padding:27px 18px 35px}.page-heading{align-items:flex-start;gap:9px}.page-heading h1{font-size:24px;letter-spacing:-1px}.page-heading p{font-size:13px;margin-top:10px}.page-heading>.btn{font-size:11px;padding:10px;gap:5px;margin-top:26px}.page-heading>.btn svg{width:15px}.eyebrow{font-size:9px;letter-spacing:1.5px;margin-bottom:10px}.home-top{grid-template-columns:1fr}.hero-card{min-height:287px;border-radius:17px}.hero-text{padding:29px 24px;position:relative}.hero-card h2{font-size:29px}.hero-card p{font-size:13px;margin-bottom:22px}.hero-card p span{font-size:11px}.hero-type{display:block;position:absolute;right:-5px;bottom:41px;width:135px;opacity:.32;transform:rotate(-9deg)}.type-top{font-size:50px}.type-middle{font-size:34px}.type-bottom{font-size:57px}.type-foot{display:none}.goal-card{display:grid;grid-template-columns:1fr 102px;border-radius:15px;padding:20px;align-items:center;column-gap:8px}.goal-card .section-mini{grid-column:1;font-size:13px;justify-content:flex-start;gap:12px}.goal-card .section-mini svg{width:17px}.goal-card .ring{grid-column:2;grid-row:1/4;width:100px;height:100px;margin:0}.goal-copy{grid-column:1;text-align:left;margin-top:10px}.goal-copy>strong{font-size:12px}.goal-copy>span{font-size:10px}.week-dots{grid-column:1;margin-top:14px;max-width:200px}.stats-row{padding:17px 0;margin:17px 0 29px}.stats-row>button{padding:0 12px;display:block}.stats-row .stat-icon{width:30px;height:30px;border-radius:9px;margin-bottom:12px}.stats-row .stat-icon svg{width:18px}.stats-row button div>span{font-size:11px;line-height:1.65;margin-bottom:6px;min-height:36px}.stats-row strong{font-size:21px}.stats-row small{font-size:10px}.section-title{gap:8px;margin-bottom:16px}.section-title h2{font-size:16px}.section-title h3{font-size:15px}.section-title>.text-btn{font-size:11px}.lesson-grid,.library-grid{gap:12px}.lesson-card{padding:18px 13px}.lesson-symbol{width:34px;height:34px;font-size:19px;border-radius:9px}.lesson-card .tag{font-size:9px;padding:3px 6px}.lesson-card-top{margin-bottom:14px}.lesson-card h3{font-size:15px;line-height:1.6}.lesson-card>p{font-size:12px;line-height:1.8;min-height:43px}.lesson-meta{gap:8px;font-size:10px;flex-wrap:wrap}.lesson-meta svg{width:12px}.lesson-meta>svg{display:none}.lesson-number{font-size:8px}.source-caption{font-size:10px;gap:5px;margin-top:19px;align-items:start;line-height:1.7}.source-caption svg{width:13px;margin-top:2px}.home-rail{grid-template-columns:1fr;margin-top:0}.daily-expression{padding:24px}.expression-row{margin-top:17px;justify-content:flex-start;gap:24px}.expression-row h3{font-size:34px}.expression-example{margin-top:14px;padding-top:10px;font-size:13px;justify-content:space-between}.daily-expression>.text-btn{font-size:12px}.speaker,.icon-btn,.word-save{min-width:44px;min-height:44px}.studio-teaser{flex-direction:row;align-items:center;padding:23px 20px;gap:15px;justify-content:flex-start}.studio-teaser h3{font-size:15px}.studio-teaser p{font-size:11px}.studio-teaser .tag{font-size:9px;margin-bottom:6px}.studio-icon{width:38px;height:38px}.footer{padding:20px 18px;font-size:9px;gap:9px}.footer>span:last-child{font-size:9px}.footer>span:first-child{font-size:11px}.learning-layout{gap:18px}.lesson-header{flex-direction:column}.lesson-header h2{font-size:22px}.lesson-header p{font-size:13px}.study-tabs>button{font-size:12px;padding:15px 3px}.study-tabs>button>span{display:none}.sentence-card{padding:20px}.english-row{gap:13px;align-items:flex-start}.english-row h2{font-size:23px;line-height:1.7}.speaker-large{width:44px;height:44px}.english-row .speaker{margin-top:3px}.translation{font-size:15px;line-height:1.85}.takeaway{padding:19px;gap:12px}.takeaway .stat-icon{width:33px;height:33px}.takeaway strong{font-size:14px}.takeaway p{font-size:13px}.next-steps>button{padding:18px}.next-steps strong{font-size:14px}.next-steps span{font-size:11px}.detail-panel{padding:20px}.detail-panel h2{font-size:18px}.detail-panel .section-title{flex-wrap:wrap}.detail-panel .section-title>.muted{font-size:12px}.vocab-grid{grid-template-columns:1fr}.chunks{flex-direction:column}.chunk{min-width:0}.study-actions{gap:8px}.study-actions .btn{font-size:12px;padding:12px;white-space:normal}.quiz-panel{padding:20px}.quiz-panel h3{font-size:17px}.quiz-prompt{font-size:19px}.quiz-choices{gap:9px}.quiz-choices>button{padding:14px 12px;gap:10px;font-size:16px}.quiz-buttons .btn{font-size:12px}.feedback{padding:19px}.feedback h4{font-size:14px}.answer-line strong{font-size:18px}.collection-toolbar{flex-direction:column;align-items:stretch;gap:16px}.pill-tabs{align-self:flex-start}.pill-tabs>button{font-size:12px;padding:11px 15px}.search input{width:100%}.wordbook-grid{grid-template-columns:1fr}.wordbook-grid .vocab-card{padding:21px 21px 42px}.wordbook-grid h3{font-size:21px}.review-card{padding:28px 20px;min-height:390px}.review-card>h2{font-size:22px;margin-top:29px}.review-card>.muted{font-size:12px}.review-ratings{gap:7px}.review-ratings>button{padding:17px 4px}.review-ratings strong{font-size:12px}.review-ratings span{font-size:10px}.review-answer>.english-row{padding:0}.english-row h3{font-size:20px}.library-tools{grid-template-columns:1fr;gap:12px;margin-bottom:29px}.library-tools>button{padding:21px}.library-tools strong{font-size:14px}.library-tools span{font-size:11px}.library-grid{grid-template-columns:1fr 1fr}.section-title>.muted{font-size:10px}.form-two{grid-template-columns:1fr;gap:0}.source-panel>div:first-child{gap:12px}.source-panel h3{font-size:14px}.source-panel p{font-size:12px}.source-panel>div:first-child>.btn{margin-left:35px}.source-pages{padding:17px}.source-pages p{font-size:14px}.goal-options{gap:8px}.goal-options strong{font-size:19px}.goal-options span{font-size:10px}.backup-actions .btn{font-size:12px;padding:12px 14px}.now-playing{bottom:12px;right:12px;padding:9px 12px;font-size:11px;gap:8px}.toast{bottom:75px;width:max-content;font-size:12px;padding:14px 17px}.studio-main{padding:0 16px 35px}.studio-header{gap:12px;height:72px}.studio-header .text-btn{font-size:11px}.studio-wordmark{font-size:11px;gap:5px}.studio-wordmark svg{width:16px}.studio-heading{padding:36px 0 28px}.studio-heading h1{font-size:32px}.studio-heading p{font-size:13px}.studio-controls{flex-direction:column;align-items:stretch;gap:16px}.studio-controls .pill-tabs{align-self:center}.studio-controls .pill-tabs>button{font-size:13px;padding:11px 21px}.studio-select{justify-content:space-between}.studio-select>span{display:block;font-size:12px}.studio-select select{max-width:240px}.studio-card{padding:23px 21px 0;border-radius:18px}.studio-card-meta{font-size:10px}.studio-card-meta>label{font-size:10px}.waveform{gap:4px;margin-top:19px;height:65px}.waveform i{width:3px}.studio-sentence h2{font-size:23px}.studio-sentence p{font-size:14px}.studio-play{font-size:13px;padding:13px 23px}.studio-step-label{gap:9px;font-size:10px}.studio-step-label i{width:14px}.recorder{padding:17px 12px}.recorder .btn{font-size:12px}.studio-track-nav{margin:0 -21px;padding:16px 10px}.studio-track-nav .btn{font-size:11px;padding:10px}.studio-footnote{font-size:11px}.alert{font-size:12px;padding:14px;gap:8px;flex-wrap:wrap}.empty{padding:47px 22px}.empty h2{font-size:20px}.empty p{font-size:14px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}@media(min-width:1001px)and (max-width:1250px){.hero-type{display:block;width:175px;padding-right:22px}.type-top{font-size:63px}.type-middle{font-size:43px}.type-bottom{font-size:70px}}
