:root{--ink:#17312b;--muted:#57665c;--jade:#16856f;--jade-dark:#106b5a;--mint:#ddf3ec;--cream:#fff9f1;--paper:#fff;--line:#e0e7e3;--coral:#f26b4b;--shadow:0 12px 35px #17312b09;--radius:16px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{color:var(--ink);-webkit-font-smoothing:antialiased;background:#fff;margin:0;font-family:Inter,PingFang SC,Microsoft YaHei,system-ui,sans-serif;font-size:15px;line-height:1.75}h1,h2,h3,h4,p{margin:0}h1,h2,h3{letter-spacing:-.035em;line-height:1.4}h1{font-size:40px;font-weight:650}h2{font-size:30px;font-weight:650}h3{font-size:19px;font-weight:650}p{color:var(--muted)}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a,input,textarea,select{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.55}input,textarea,select{color:var(--ink);background:#fff;border:1px solid #d8e1dc;border-radius:10px;outline:none;max-width:100%;padding:11px 13px}input:focus,select:focus,textarea:focus{border-color:var(--jade);box-shadow:0 0 0 3px #16856f13}input[type=checkbox],input[type=radio]{accent-color:var(--jade);flex-shrink:0;width:17px;height:17px}textarea{resize:vertical;min-height:130px}button{color:inherit;background:0 0;border:0}a:focus-visible,button:focus-visible,summary:focus-visible{outline-offset:4px;outline:3px solid #e8a13c}::selection{background:#c9e9dc}hr{border:0;border-top:1px solid var(--line);margin:24px 0}svg{vertical-align:middle;flex-shrink:0}.container{max-width:1240px;margin:0 auto;padding:0 28px}.narrow{max-width:860px}.section{padding-top:64px;padding-bottom:64px}.grid-three{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;display:grid}.grid-two{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;display:grid}.resource-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;display:grid}.button{background:var(--jade);color:#fff;border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;gap:10px;min-height:46px;padding:12px 21px;font-size:14px;font-weight:600;line-height:1.5;transition:background .16s,transform .16s;display:inline-flex}.button:hover{background:var(--jade-dark);transform:translateY(-1px)}.button-secondary{color:var(--ink);border-color:var(--line);background:#fff}.button-secondary:hover{background:#f0f7f3}.button-small{min-height:42px;padding:9px 15px;font-size:13px}.button-danger{background:#a53e35}.button-row{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.text-link{color:var(--jade-dark);align-items:center;gap:10px;font-size:14px;font-weight:600;display:inline-flex}.text-link:hover{gap:15px}.text-button{color:var(--jade-dark);text-underline-offset:4px;padding:8px;text-decoration:underline}.icon-button{border-radius:10px;justify-content:center;align-items:center;width:44px;min-height:44px;display:inline-flex}.icon-button:hover{background:#edf5f0}.round-link{border:1px solid var(--line);border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .15s;display:flex}.round-link:hover{background:var(--jade);border-color:var(--jade);color:#fff}.badge{letter-spacing:.02em;border-radius:6px;align-items:center;gap:4px;padding:4px 9px;font-size:11px;font-weight:600;line-height:1.7;display:inline-flex}.badge-green{color:#2c6752;background:#e6f3eb}.badge-orange{color:#8c502b;background:#fff0e3}.badge-blue{color:#405d8a;background:#eaf0f9}.badge-neutral{color:#626b65;background:#f1f3f1}.tag-row{flex-wrap:wrap;gap:8px;display:flex}.eyebrow{letter-spacing:.14em;color:var(--jade-dark);margin-bottom:15px;font-size:11px;font-weight:650}.small-caps{letter-spacing:.1em;font-size:10px}.lede{max-width:700px;margin-top:18px;font-size:16px;line-height:1.9}.meta{color:var(--muted);align-items:center;gap:7px;font-size:12px;display:inline-flex}.meta-row{color:#6d7972;justify-content:space-between;gap:8px;font-size:11px;display:flex}.panel{border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);background:#fff;padding:28px}.panel>p{margin:12px 0}.page-intro{justify-content:space-between;align-items:center;gap:24px;margin:30px 0 40px;display:flex}.section-title{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:30px;display:flex}.section-title p:not(.eyebrow){margin-top:12px;font-size:14px}.section-title .text-link{white-space:nowrap;margin-bottom:4px}.breadcrumb{color:#5c6c61;flex-wrap:wrap;align-items:center;gap:10px;font-size:12px;display:flex}.breadcrumb span{align-items:center;gap:10px;display:inline-flex}.breadcrumb a:hover{color:var(--jade)}.notice{color:#606c5d;background:#f4f6f2;border:1px solid #e7ebe1;border-radius:10px;align-items:flex-start;gap:10px;padding:15px 18px;font-size:12px;line-height:1.8;display:flex}.notice svg{color:#71856d;margin-top:3px}.error-box{background:#fff4ef;border:1px solid #edc5bd;border-radius:10px;margin:16px 0;padding:18px}.error-box p,.field-error{color:#a14031}.error-box a{margin-left:12px;text-decoration:underline}.field-error{margin-top:10px;font-size:13px}.success-message{background:var(--mint);color:var(--jade-dark);border-radius:10px;margin:15px 0;padding:15px 18px}.empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:15px;min-height:280px;padding:64px 24px;display:flex}.empty-icon{color:#789a88;background:#eef5ef;border-radius:20px;place-items:center;width:64px;height:64px;display:grid}.empty p{max-width:470px;font-size:14px}.empty .button{margin-top:10px}.loading{min-height:260px;color:var(--muted);justify-content:center;align-items:center;gap:12px;display:flex}.spinner{border:2px solid #dce7df;border-top-color:var(--jade);border-radius:50%;width:20px;height:20px;animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.tabs{flex-wrap:wrap;gap:8px;display:flex}.tabs>button,.tabs>a{background:#f4f6f3;border-radius:8px;min-height:42px;padding:10px 17px;font-size:13px}.tabs .selected{background:var(--ink);color:#fff}.form-stack{flex-direction:column;gap:18px;display:flex}.form-stack label{flex-direction:column;gap:7px;font-size:13px;font-weight:600;display:flex}.form-stack label small{color:var(--muted);font-weight:400}.form-stack input,.form-stack select,.form-stack textarea{width:100%;font-weight:400}.form-stack .check-label,.check-label{flex-direction:row;align-items:center;gap:8px;font-size:13px;font-weight:400;display:flex}.check-label input{width:auto}.form-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.form-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.list-row{border-bottom:1px solid var(--line);align-items:center;gap:18px;padding:20px 0;display:flex}.list-row>svg:last-child{margin-left:auto}.list-number{color:#85988c;font-variant-numeric:tabular-nums;font-size:12px}.prose{font-size:16px;line-height:1.95}.prose p{white-space:pre-line;color:#465b50;margin:16px 0 30px}.prose h2{font-size:23px}.price{font-size:21px;font-weight:600}.price small{color:#63715e;margin-left:7px;font-size:10px;font-weight:400}.skip-link{z-index:100;background:var(--ink);color:#fff;padding:12px 20px;position:fixed;top:-80px;left:20px}.skip-link:focus{top:10px}.mobile-only,.hidden{display:none}.sr-only{clip:rect(0, 0, 0, 0);width:1px;height:1px;position:absolute;overflow:hidden}
.site-header{z-index:40;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff5;border-bottom:1px solid #edf0ec;height:85px;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;gap:30px;height:100%;display:flex}.brand{flex-shrink:0;align-items:center;gap:10px;display:inline-flex}.brand-symbol{width:38px;height:40px;color:var(--jade-dark);border:1px solid #97b9a6;border-radius:10px;place-items:center;font-family:STSong,Songti SC,serif;font-size:27px;font-weight:600;line-height:1;display:grid;position:relative}.brand-symbol>span{background:var(--coral);border:1px solid #fff;border-radius:50%;width:6px;height:6px;position:absolute;bottom:6px;right:-3px}.brand strong{letter-spacing:.08em;font-size:16px;line-height:1.4;display:block}.brand small{color:#596c60;letter-spacing:.25em;font-size:9px;line-height:1.8;display:block}.main-nav{align-items:center;gap:32px;height:100%;margin-left:auto;display:flex}.main-nav>a{color:#46554e;padding:29px 0;font-size:13px;font-weight:500;position:relative}.main-nav>a:hover,.main-nav>a.active{color:var(--jade)}.main-nav>a.active:after{content:"";background:var(--jade);border-radius:2px;height:3px;position:absolute;bottom:20px;left:40%;right:40%}.header-actions{align-items:center;gap:20px;display:flex}.redeem-link{font-size:12px}.mobile-menu,.mobile-nav-extra{display:none}.demo-strip{color:#64725d;text-align:center;letter-spacing:.03em;background:#f6f8f3;border-bottom:1px solid #edf0e8;padding:7px 12px;font-size:10px}.demo-dot{vertical-align:middle;background:#829871;border-radius:50%;width:5px;height:5px;margin-right:7px;display:inline-block}.home-hero{color:#fff;background:radial-gradient(at 100% 0,#395e4c,#0000 70%),linear-gradient(110deg,#17392f,#23483a);border-radius:20px;align-items:center;min-height:560px;margin-top:28px;padding:70px 52px 75px;display:flex;position:relative;overflow:hidden}.hero-pattern{background-image:linear-gradient(#ffffff05 1px,#0000 1px),linear-gradient(90deg,#ffffff05 1px,#0000 1px);background-size:55px 55px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(90deg,#0000,#000);mask-image:linear-gradient(90deg,#0000,#000)}.hero-content{z-index:2;width:59%;position:relative}.eyebrow.light{color:#b6d0b6;letter-spacing:.14em;align-items:center;gap:8px;font-size:9px;display:flex}.eyebrow.light>span{background:#e8b574;border-radius:50%;width:5px;height:5px}.hero-content h1{letter-spacing:.025em;font-size:50px;font-weight:550;line-height:1.5}.hero-content h1>span{color:#d4d9b2}.hero-copy{color:#bed1c4;margin:22px 0 29px;font-size:14px;line-height:1.95}.hero-content .button{color:#243a2c;background:#e7eecc;min-height:47px;padding:13px 22px;font-size:12px}.hero-content .button:hover{background:#f0f5de}.hero-content .button-secondary{color:#f5f8ef;background:#ffffff08;border-color:#ffffff36}.hero-content .button-secondary:hover{background:#ffffff14}.hero-claim{color:#95b3a1;margin-top:24px;font-size:11px;display:block}.hero-claim>span{color:#d3e0d4;align-items:center;gap:4px;margin-left:8px;display:inline-flex}.hero-bottom-label{color:#9ab1a0;letter-spacing:.11em;font-size:10px;position:absolute;bottom:25px;left:52px}.hero-bottom-label span{margin:0 14px}.hero-composition{z-index:1;position:absolute;inset:0 20px 0 54%}.orbit{border:1px solid #a8c19d1c;border-radius:50%;width:420px;height:420px;position:absolute;top:100px;left:0}.orbit-two{width:520px;height:520px;top:48px;left:-50px}.hero-sheet{border-radius:9px;width:310px;height:388px;position:absolute;top:100px;left:55px}.sheet-back{background:#abc19f;transform:rotate(10deg)translate(18px,3px)}.sheet-front{color:#304435;background:#f5f2e6;padding:26px 27px;overflow:hidden;transform:rotate(-6deg);box-shadow:0 20px 45px #0003}.sheet-front:after{content:"";border:1px solid #b2bfa457;border-radius:50%;width:160px;height:160px;position:absolute;top:60px;right:-70px}.sheet-top{letter-spacing:.08em;color:#58664f;justify-content:space-between;font-size:7px;display:flex}.sheet-level{letter-spacing:.1em;color:#667d58;margin-top:28px;font-size:9px;display:block}.sheet-hanzi{z-index:1;margin-top:9px;font-family:STSong,Songti SC,SimSun,serif;font-size:34px;line-height:1.55;position:relative}.sheet-hanzi span{color:#bd7651}.sheet-pinyin{color:#616d55;margin-top:4px;font-size:8px}.sheet-rule{background:#ccd2bf;height:1px;margin-top:26px;margin-bottom:16px}.sheet-objective{gap:24px;display:flex}.sheet-objective>span{color:#59694f;font-size:8px}.sheet-objective>p{color:#4e5d47;font-size:11px}.sheet-bottom{color:#616b53;justify-content:space-between;align-items:center;font-size:8px;display:flex;position:absolute;bottom:20px;left:27px;right:27px}.mini-brand{font-size:20px}.floating-note{color:#d9e3c6;font-size:9px;position:absolute;top:58px;right:10px;transform:rotate(7deg)}.floating-note>span{color:#d7b785;margin-right:6px;font-size:18px}.hero-floating-card{color:#244638;background:#fffffff2;border:1px solid #fff;border-radius:11px;align-items:center;gap:13px;width:325px;padding:17px 20px;display:flex;position:absolute;top:409px;left:14px;transform:rotate(3deg);box-shadow:0 15px 30px #132b2433}.floating-icon{color:#6e8964;background:#e7eee0;border-radius:10px;place-items:center;width:42px;height:42px;display:grid}.hero-floating-card strong{font-size:12px;display:block}.hero-floating-card small{color:#5d6d58;margin-top:3px;font-size:8px;display:block}.tiny-check{background:#d7e6c8;border-radius:50%;place-items:center;width:21px;height:21px;margin-left:auto;display:grid}.task-strip{border:1px solid var(--line);box-shadow:var(--shadow);background:#fff;border-radius:14px;grid-template-columns:repeat(3,1fr);margin-top:22px;display:grid}.task-strip>a{align-items:center;gap:17px;padding:24px;display:flex;position:relative}.task-strip>a+a:before{content:"";background:var(--line);width:1px;height:40px;position:absolute;left:0}.task-strip h3{font-size:16px}.task-strip p{margin-top:5px;font-size:11px}.task-strip>a>svg:last-child{color:#92a195;width:16px;margin-left:auto}.task-icon{color:#719055;background:#eef4e8;border-radius:13px;place-items:center;width:47px;height:47px;display:grid}.task-chat{color:#b18561;background:#fff0e5}.task-layers{color:#7897ad;background:#eaf0f4}.exam-card{border:1px solid var(--line);background:#fff;border-radius:16px;padding:26px 25px 0;transition:all .2s;display:block}.exam-card:hover{box-shadow:var(--shadow);transform:translateY(-4px)}.exam-card-top{align-items:center;gap:12px;display:flex}.exam-card-top>svg{color:#80938a;width:17px;margin-left:auto}.exam-symbol{color:#74905b;background:#edf4e8;border-radius:12px;place-items:center;width:43px;height:43px;display:grid}.accent-orange .exam-symbol{color:#ba8a61;background:#fff0e5}.accent-blue .exam-symbol{color:#7991b0;background:#ecf1f9}.exam-card .small-caps{color:#5d705f;font-size:8px}.exam-card h3{letter-spacing:.02em;margin-top:22px;font-size:27px}.exam-card h3>span{color:#687a6c;letter-spacing:0;margin-left:10px;font-size:13px;font-weight:450}.exam-card>p{margin-top:5px;font-size:12px}.exam-tags{flex-wrap:wrap;gap:6px;margin:23px 0;display:flex}.exam-tags span{color:#596b54;background:#f5f7f2;border-radius:4px;padding:4px 7px;font-size:10px}.exam-card-bottom{color:#566d50;border-top:1px solid #e7ece3;justify-content:space-between;align-items:center;padding:17px 0;font-size:11px;display:flex}.cream-section{background:#faf9f3;border-top:1px solid #f0eee5;border-bottom:1px solid #f0eee5}.resource-card{border:1px solid var(--line);background:#fff;border-radius:14px;transition:transform .2s;overflow:hidden}.resource-card:hover{box-shadow:var(--shadow);transform:translateY(-4px)}.resource-cover{aspect-ratio:1.34;color:#465f3e;isolation:isolate;background:#e4ead7;flex-direction:column;justify-content:space-between;padding:20px;display:flex;position:relative;overflow:hidden}.cover-top,.cover-bottom{letter-spacing:.05em;z-index:1;justify-content:space-between;align-items:center;font-size:7px;display:flex;position:relative}.cover-top span:first-child{letter-spacing:.13em;font-size:6px}.cover-title{z-index:1;letter-spacing:.06em;padding-left:7px;font-family:STSong,Songti SC,SimSun,serif;font-size:37px;line-height:1.4;position:relative}.cover-bottom>span:last-child{font-family:serif;font-size:18px}.cover-dot{color:#d3875c}.cover-decoration{z-index:-1;border:1px solid #71845325;border-radius:50%;width:145px;height:145px;position:absolute;top:48px;right:-24px}.cover-decoration:after{content:"";background:#7a975417;border-radius:80px 80px 0 0;width:100px;height:170px;position:absolute;top:10px;right:-8px;transform:rotate(25deg)}.cover-orange{color:#715037;background:#f1e0cd}.cover-blue{color:#416476;background:#dae5e9}.cover-purple{color:#6e5e80;background:#e6e1ed}.cover-sage{color:#3d6148;background:#dce8df}.cover-sand{color:#695532;background:#eee5d5}.cover-sample{letter-spacing:.08em;color:inherit;border:1px solid #8b977f40;border-radius:3px;padding:1px 5px;font-size:7px;position:absolute;top:42px;right:12px}.resource-card-body{padding:19px 18px 15px}.resource-card h3{letter-spacing:0;min-height:47px;margin:10px 0;font-size:15px;line-height:1.55}.resource-card-body>p{color:#5f7163;font-size:10px}.card-bottom{justify-content:space-between;align-items:center;margin-top:20px;display:flex}.resource-card .price{font-size:20px}.learning-path{grid-template-columns:1fr 1.2fr;align-items:center;gap:100px;display:grid}.learning-path h2{font-size:34px;line-height:1.6}.learning-path>div>p:not(.eyebrow){margin:20px 0 25px;font-size:14px;line-height:1.9}.path-steps{flex-direction:column;gap:16px;display:flex;position:relative}.path-step{background:#f8faf6;border:1px solid #e9eee4;border-radius:12px;align-items:center;gap:20px;padding:24px;display:flex}.step-number{color:#607257;font-size:10px}.step-icon{color:#78916b}.path-step h3{font-size:15px}.path-step p{margin-top:5px;font-size:11px}.path-step>svg:last-child{color:#9cae90;margin-left:auto}.two-promos{grid-template-columns:1fr 1fr;gap:24px;display:grid}.promo-card{border-radius:18px;padding:38px;position:relative;overflow:hidden}.promo-card h2{font-size:27px;line-height:1.6}.promo-card p:not(.eyebrow){margin:18px 0 25px;font-size:12px}.promo-peach{background:#f8efe4}.promo-green{background:#edf3e8}.promo-art{color:#cbbc994d;position:absolute;bottom:52px;right:35px;transform:rotate(-15deg)}.promo-green .promo-art{color:#91ab7540}.delivery-banner{background:var(--ink);color:#fff;border-radius:16px;justify-content:space-between;align-items:center;gap:30px;padding:38px 40px;display:flex}.delivery-banner h2{margin:14px 0 10px;font-size:25px}.delivery-banner p{color:#abc1b0;font-size:12px}.delivery-banner>.button{color:#32482e;white-space:nowrap;background:#e0e7be}.faq-section{grid-template-columns:1fr 1.65fr;gap:100px;display:grid}.faq-section h2{margin-bottom:25px;line-height:1.6}.faq-list details{border-bottom:1px solid var(--line)}.faq-list summary{cursor:pointer;justify-content:space-between;gap:20px;padding:22px 0;font-size:14px;font-weight:500;list-style:none;display:flex}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary>span{color:#929d90;font-size:20px;line-height:1}.faq-list details[open] summary>span{transform:rotate(45deg)}.faq-list details>p{padding:0 28px 24px 0;font-size:13px;line-height:1.9}.site-footer{background:#f5f7f1;border-top:1px solid #e8ede1;margin-top:30px;padding:55px 0 0}.footer-grid{grid-template-columns:1.45fr 1fr 1fr 1.4fr;gap:45px;display:grid}.footer-grid>div{flex-direction:column;align-items:flex-start;display:flex}.footer-grid strong{margin-bottom:15px;font-size:12px}.footer-grid .brand strong{margin:0;font-size:16px}.footer-grid p{margin-top:20px;font-size:11px;line-height:2}.footer-grid>div>a:not(.brand){color:#65725f;margin-top:10px;font-size:11px}.footer-bottom{color:#58694f;border-top:1px solid #e2e9d9;justify-content:space-between;align-items:center;margin-top:40px;padding-top:20px;padding-bottom:22px;font-size:9px;display:flex}.footer-bottom>div{gap:25px;display:flex}.resource-header{background:#f8faf4;border-bottom:1px solid #e9eddf;padding:30px 0 38px}.resource-header .page-intro{margin-bottom:27px}.resource-header h1{font-size:38px}.search-box{border:1px solid var(--line);background:#fff;border-radius:10px;align-items:center;gap:12px;max-width:700px;padding:5px 17px;display:flex}.search-box>svg{color:#8a9c89}.search-box input{min-width:0;box-shadow:none;background:0 0;border:0;flex:1;padding:10px 0;font-size:13px}.resource-toolbar{justify-content:space-between;align-items:center;gap:20px;display:flex}.filter-line{color:var(--muted);justify-content:space-between;align-items:center;gap:15px;margin:25px 0;font-size:12px;display:flex}.filter-line>div{gap:12px;display:flex}.filter-line select{padding:8px 12px;font-size:12px}.detail-layout{grid-template-columns:minmax(0,1.6fr) minmax(300px,1fr);align-items:start;gap:48px;margin-top:35px;display:grid}.cover-large{aspect-ratio:1.55;padding:36px}.cover-large .cover-title{font-size:72px}.cover-large .cover-top,.cover-large .cover-bottom{font-size:12px}.cover-large .cover-top span:first-child{font-size:10px}.cover-large .cover-decoration{width:270px;height:270px}.preview-thumbnails{gap:10px;margin:18px 0;display:flex}.preview-thumbnails button{border:1px solid var(--line);text-align:left;background:#fafbf8;border-radius:8px;flex:1;padding:12px;font-size:11px}.preview-thumbnails button span{color:#9bad93;margin-right:8px}.preview-thumbnails .selected{background:#eff4e9;border-color:#718768}.slide-preview{background:#fbfaf3;border:1px solid #e9e8d9;border-radius:12px;min-height:220px;padding:35px;position:relative}.slide-preview small{color:#839173;font-size:10px}.slide-preview h2{margin:18px 0;font-family:Songti SC,SimSun,serif;font-size:30px}.slide-preview p{font-size:13px}.slide-preview>span{color:#94a086;font-size:10px;position:absolute;bottom:15px;right:22px}.purchase-panel{padding:30px;position:sticky;top:110px}.purchase-panel h1{margin:17px 0;font-size:28px;line-height:1.5}.purchase-panel h2{margin:20px 0;font-size:25px}.purchase-panel>p{font-size:13px}.detail-facts{flex-direction:column;gap:12px;margin:26px 0;font-size:12px;display:flex}.detail-facts>div{gap:18px;display:flex}.detail-facts dt{color:#899382;min-width:60px}.detail-facts dd{margin:0}.purchase-price{border-top:1px solid var(--line);padding:22px 0}.purchase-price strong{font-size:32px;display:block}.purchase-price>span{color:var(--muted);font-size:11px}.purchase-panel>.button{width:100%}.purchase-redeem{text-align:center;color:var(--jade-dark);margin:15px 0;font-size:12px;display:block}.purchase-note{justify-content:center;align-items:center;gap:6px;display:flex;margin:20px 0!important;font-size:10px!important}.detail-section{border-bottom:1px solid var(--line);padding:32px 0}.detail-section h2{margin-bottom:18px;font-size:23px}.detail-section p{font-size:13px;line-height:1.9}.check-list{flex-direction:column;gap:15px;padding:0;font-size:14px;list-style:none;display:flex}.check-list svg{color:var(--jade);margin-right:12px}.file-row{border-bottom:1px solid var(--line);align-items:center;gap:13px;padding:18px 0;display:flex}.file-row strong{overflow-wrap:anywhere;font-size:13px;font-weight:500}.file-row small{color:var(--muted);font-size:11px;display:block}.file-row>.button,.file-row>svg:last-child{margin-left:auto}.file-row .button{white-space:nowrap;padding:9px 13px;font-size:11px}.exam-hero{background:#edf3e6;border-radius:18px;justify-content:space-between;align-items:center;margin-top:30px;padding:50px;display:flex}.exam-hero.accent-orange{background:#f8efe3}.exam-hero.accent-blue{background:#ecf1f6}.exam-hero h1{margin:20px 0 15px;font-size:48px}.exam-hero h1 span{margin-top:6px;font-size:27px;font-weight:500;display:block}.exam-hero p{margin-bottom:15px}.exam-hero small{color:#8a987e;font-size:11px}.exam-hero .button-row{margin-top:25px}.exam-hero-mark{color:#7f946759;text-align:center;width:30%;font-family:serif;font-size:130px;line-height:1.5}.exam-hero-mark>span{color:#889576;letter-spacing:.2em;font:11px sans-serif;display:block}.course-row{border:1px solid var(--line);border-radius:14px;align-items:center;gap:22px;padding:23px;display:flex}.course-row>div:nth-child(2){flex:1}.course-row h3{margin:10px 0;font-size:18px}.course-row p{font-size:12px}.course-row .meta{margin-top:15px}.course-cover{color:#748b62;background:#e9f0e2;border-radius:8px;flex-direction:column;justify-content:space-between;align-items:center;width:95px;min-height:145px;padding:20px;font-size:13px;display:flex}.course-row>svg{width:16px}.action-panel{padding:28px}.action-panel>svg{color:#869c79}.action-panel h3{margin-top:22px}.action-panel p{margin:13px 0 22px;font-size:13px}.course-banner{background:#e6edda;border-radius:16px;justify-content:space-between;align-items:center;padding:40px;display:flex;overflow:hidden}.course-banner>div>span{color:#91a17e;letter-spacing:.1em;font-size:10px}.course-banner h2{margin-top:20px;font-size:35px;line-height:1.6}.course-banner>span{color:#98aa784f;font:110px serif}.lesson-row{border-bottom:1px solid var(--line);align-items:center;gap:20px;padding:22px 0;display:flex}.lesson-row>div{flex:1}.lesson-row strong{font-size:14px;font-weight:500}.lesson-row small{color:var(--muted);margin-top:5px;font-size:11px;display:block}.interview-card{flex-direction:column;align-items:flex-start;gap:20px;display:flex;position:relative}.interview-card h2{font-size:22px}.interview-card p{margin:0;font-size:13px}.interview-card>.button{width:100%;margin-top:10px}.interview-card-icon{color:#b18b65;background:#faf0e4;border-radius:16px;place-items:center;width:60px;height:60px;display:grid}.tool-card{background:#eef4e8;border-radius:18px;flex-direction:column;align-items:flex-start;gap:20px;padding:38px;display:flex}.tool-card.peach{background:#f8efe4}.tool-icon{background:#ffffff80;border-radius:18px;place-items:center;width:60px;height:60px;display:grid}.tool-card p{max-width:370px;margin-bottom:12px;font-size:14px}.cover-sample{color:#394c34;background:#ffffffa8}#downloads{scroll-margin-top:110px}
.workspace-layout{grid-template-columns:215px minmax(0,1fr);gap:42px;max-width:1320px;padding-top:36px;padding-bottom:60px;display:grid}.workspace-sidebar{border-right:1px solid var(--line);align-self:start;padding-right:24px;position:sticky;top:112px}.profile-mini{align-items:center;gap:12px;margin-bottom:30px;display:flex}.avatar{color:#6a8154;background:#e6eeda;border-radius:50%;place-items:center;width:43px;height:43px;font-size:19px;display:grid}.profile-mini strong{font-size:13px;display:block}.profile-mini small{color:#8e9b84;font-size:10px;display:block}.workspace-sidebar nav{flex-direction:column;gap:5px;display:flex}.workspace-sidebar nav a{color:#73816a;border-radius:8px;align-items:center;gap:12px;padding:12px;font-size:12px;display:flex}.workspace-sidebar nav a.selected{color:#3d6748;background:#edf3e6;font-weight:600}.sidebar-bottom{border-top:1px solid var(--line);flex-direction:column;gap:12px;margin-top:25px;padding-top:20px;display:flex}.sidebar-bottom>a,.sidebar-bottom>button{color:#8a9783;text-align:left;align-items:center;gap:10px;padding:7px 12px;font-size:11px;display:flex}.sidebar-bottom svg{width:16px}.workspace-main{min-width:0}.workspace-main .page-intro{margin-top:10px}.workspace-main .page-intro h1{font-size:31px}.workspace-welcome{background:#f2f5e9;border:1px solid #e8edde;border-radius:16px;justify-content:space-between;align-items:center;margin-bottom:24px;padding:32px 35px;display:flex}.workspace-welcome h1{margin:5px 0 13px;font-size:32px}.workspace-welcome p:not(.eyebrow){font-size:13px}.welcome-flower{color:#b6c79b;padding-right:18px;font-size:100px;line-height:1;transform:rotate(12deg)}.stats-grid{grid-template-columns:repeat(4,1fr);gap:15px;margin-bottom:26px;display:grid}.stat-card{border:1px solid var(--line);border-radius:12px;padding:20px 21px;position:relative}.stat-card>svg{color:#9aa78f;position:absolute;top:20px;right:18px}.stat-card strong{font-size:29px;font-weight:550;line-height:1.4;display:block}.stat-card>span{color:#8a9581;margin-top:5px;font-size:11px;display:block}.workspace-section{margin-top:38px}.workspace-section .section-title h2{font-size:21px}.workspace-section .section-title{margin-bottom:20px}.workspace-course{align-items:center;gap:22px;margin-bottom:17px;padding:22px;display:flex}.small-course-art{color:#7d9461;background:#e4ecd8;border-radius:8px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:13px;width:80px;height:98px;font-size:10px;display:flex}.workspace-course>div{flex:1}.workspace-course h3{margin:8px 0;font-size:17px}.workspace-course p{margin-top:7px;font-size:10px}.workspace-course>.button{font-size:11px}.progress-track{background:#eef2e8;border-radius:5px;width:100%;height:5px;margin:14px 0 7px;overflow:hidden}.progress-track>span{background:#8caa67;border-radius:5px;height:100%;display:block}.plan-invitation{background:#fbf8ef;border:1px solid #eeebdf;border-radius:12px;align-items:center;gap:20px;padding:26px;display:flex}.plan-invitation>svg{color:#b5a47b}.plan-invitation h3{font-size:15px}.plan-invitation p{margin-top:7px;font-size:11px}.plan-invitation>.button{flex-shrink:0;margin-left:auto;font-size:11px}.inline-empty{align-items:center;gap:18px;display:flex}.inline-empty p{flex:1;font-size:12px}.inline-empty>svg{color:#93a180}.inline-empty .text-link{font-size:11px}.task-row{border-bottom:1px solid var(--line);align-items:center;gap:16px;padding:17px 0;display:flex}.task-row:last-child{border:0}.task-row>div{flex:1}.task-row strong{font-size:14px;font-weight:500}.task-row small{color:#85917c;margin-top:5px;font-size:11px;display:block}.task-circle{border:1px solid #aab99b;border-radius:50%;width:17px;height:17px}.task-checkbox{border:1px solid #a4b59a;border-radius:50%;flex-shrink:0;place-items:center;width:28px;height:28px;display:grid}.task-checkbox.checked{background:var(--jade);color:#fff;border-color:var(--jade)}.plan-tasks{flex-direction:column;gap:15px;margin-top:22px;display:flex}.plan-task{padding:14px 24px}.plan-task.completed{background:#f7faf4}.plan-task.completed .task-row strong{color:#8fa084}.task-note{margin:10px 0 6px;font-size:12px}.task-note summary{cursor:pointer;color:#84967a}.task-note textarea{width:100%;min-height:75px;margin-top:15px;display:block}.plan-card{align-items:center;gap:23px;margin-bottom:16px;display:flex}.plan-card>svg{color:#94a482}.plan-card>div{flex:1}.plan-card h3{font-size:17px}.plan-card p{margin:7px 0;font-size:12px}.plan-card small{color:#8e9e7f;font-size:11px}.table-wrap{border:1px solid var(--line);border-radius:12px;overflow-x:auto}table{border-collapse:collapse;text-align:left;width:100%;font-size:12px}th{color:#7b8a6e;white-space:nowrap;background:#f6f8f2;font-size:11px;font-weight:500}th,td{border-bottom:1px solid var(--line);padding:16px 18px}td{color:#57654c}tr:last-child td{border-bottom:0}td strong{font-size:12px;font-weight:500;display:block}td small{color:#96a18c;overflow-wrap:anywhere;margin-top:6px;font-size:10px;display:block}.table-actions{white-space:nowrap;gap:12px;display:flex}.table-actions button{color:var(--jade-dark);padding:7px 0;font-size:11px}.feedback-item{margin-bottom:18px}.feedback-item>p{white-space:pre-wrap;overflow-wrap:anywhere;margin:20px 0;font-size:14px}.reply{background:#f3f7ed;border-radius:9px;padding:17px;font-size:13px}.reply strong{color:#7a8e69;font-size:11px}.reply p{white-space:pre-wrap;margin-top:10px;font-size:13px}.spaced-copy{margin-top:22px!important;margin-bottom:22px!important}.pre-wrap{white-space:pre-wrap}.order-heading{justify-content:space-between;align-items:center;gap:16px;display:flex}.order-number{color:#8d9883;overflow-wrap:anywhere;margin-top:16px;font-size:11px}.order-item{border-bottom:1px solid var(--line);align-items:center;gap:20px;padding:30px 0;display:flex}.item-icon{color:#839569;background:#eaf1df;border-radius:8px;flex-shrink:0;place-items:center;width:56px;height:66px;display:grid}.order-item>div{flex:1}.order-item h3{font-size:17px}.order-item p{margin-top:8px;font-size:12px}.order-item small{color:#94a086;font-size:10px}.order-item>strong{font-size:21px;font-weight:500}.order-total{justify-content:space-between;align-items:center;padding:25px 0;display:flex}.order-total>span{font-size:13px}.order-total>strong{font-size:33px}.order-help{border-top:1px solid var(--line);margin-top:26px;padding-top:20px}.order-help>a{font-size:12px}.sandbox-panel{background:#fffbef;border:1px solid #ecd7b5;border-radius:12px;margin-top:22px;padding:24px}.sandbox-panel h3{margin:15px 0}.sandbox-panel p{margin-bottom:20px;font-size:13px}.order-list-card{margin-bottom:18px;display:block}.order-list-body{align-items:center;gap:22px;margin-top:25px;display:flex}.order-list-body>div{flex:1}.order-list-body h3{font-size:16px}.order-list-body p{margin-top:8px;font-size:11px}.order-list-body>strong{white-space:nowrap;font-size:22px;font-weight:550}.auth-layout{grid-template-columns:1.1fr 1fr;align-items:center;gap:110px;max-width:1130px;min-height:650px;padding-top:65px;padding-bottom:65px;display:grid}.auth-story{padding:30px 0}.auth-story h1{margin-bottom:20px;font-size:37px;line-height:1.65}.auth-story>p:not(.eyebrow){font-size:14px;line-height:2}.auth-illustration{height:220px;margin-top:30px;position:relative}.auth-illustration>span{color:#e4ecd9;font:170px serif;position:absolute;top:0;left:30px}.auth-illustration>div{background:#fff;border:1px solid #e5eadb;border-radius:12px;padding:22px 28px;position:absolute;bottom:20px;left:60px;transform:rotate(-5deg);box-shadow:0 10px 35px #3349230b}.auth-illustration svg{color:#9daa88;margin-right:14px}.auth-illustration strong{font-size:13px;font-weight:500}.auth-illustration small{color:#626e55;margin-top:7px;margin-left:36px;font-size:9px;display:block}.auth-form{padding:35px}.auth-form h2{margin:23px 0 12px;font-size:28px}.auth-form>p{margin-bottom:28px;font-size:12px}.auth-links{color:var(--jade-dark);justify-content:space-between;gap:15px;margin-top:20px;font-size:11px;display:flex}.auth-bottom{border-top:1px solid var(--line);color:#5a6d50;justify-content:center;align-items:center;gap:7px;margin-top:28px;padding-top:20px;font-size:10px;display:flex}.lesson-layout{grid-template-columns:270px minmax(0,1fr);align-items:start;gap:50px;margin-top:35px;display:grid}.lesson-sidebar{padding:25px 20px;position:sticky;top:112px}.lesson-sidebar h3{margin:15px 0 10px;font-size:17px}.lesson-sidebar>p{font-size:11px}.lesson-sidebar nav{flex-direction:column;gap:5px;margin:25px -10px;display:flex}.lesson-sidebar nav a{border-radius:8px;align-items:flex-start;gap:12px;padding:15px 10px;font-size:12px;line-height:1.8;display:flex}.lesson-sidebar nav a>span{color:#a3b093;margin-top:2px;font-size:10px}.lesson-sidebar nav a>div{flex:1}.lesson-sidebar nav small{color:#94a087;margin-top:5px;font-size:10px;display:block}.lesson-sidebar nav a.selected{color:#4d7341;background:#eef4e8}.lesson-sidebar nav svg{margin-top:4px}.lesson-sidebar>.text-link{font-size:11px}.lesson-heading{border-bottom:1px solid var(--line);margin-bottom:34px}.lesson-heading h1{font-size:29px}.lesson-content{min-width:0}.lesson-content .prose section{margin-bottom:30px}.lesson-content .prose h2{font-size:21px}.lesson-content .prose p{color:#5d6b54;font-size:15px}.lesson-video{background:#1d3125;width:100%;max-height:420px;margin-bottom:25px}.lesson-complete{background:#f4f8ee;border:1px solid #dfe8d5;border-radius:12px;align-items:center;gap:18px;margin-top:35px;padding:25px;display:flex}.lesson-complete>svg{color:#90a979}.lesson-complete>div{flex:1}.lesson-complete h3{font-size:15px}.lesson-complete p{margin-top:5px;font-size:11px}.lesson-complete .button{padding:10px 16px;font-size:11px}.practice-modes{grid-template-columns:1.5fr 1fr 1fr;gap:20px;display:grid}.practice-mode{text-align:left;border:1px solid var(--line);background:#f5f8ef;border-radius:14px;align-items:center;gap:17px;padding:27px;display:flex}.practice-mode>div{flex:1}.practice-mode>svg{color:#91a777}.practice-mode.primary{background:var(--ink);color:#fff;border-color:var(--ink)}.practice-mode.primary p{color:#a6b99e}.practice-mode h2{font-size:21px}.practice-mode h3{font-size:17px}.practice-mode p{margin-top:7px;font-size:11px}.practice-mode>svg:last-child{width:17px}.topic-row{border-bottom:1px solid var(--line);text-align:left;align-items:center;gap:15px;width:100%;padding:18px 0;display:flex}.topic-row:last-child{border:0}.topic-row>span{flex:1;font-size:13px}.topic-row small{color:#92a084;margin-top:3px;font-size:10px;display:block}.topic-row>svg{color:#8c9d7b}.practice-top{align-items:center;gap:20px;margin:35px 0 25px;display:flex}.practice-top>div{flex:1}.practice-top h1{font-size:26px}.practice-top p{margin-top:8px;font-size:12px}.timer{color:#9b693d;font-variant-numeric:tabular-nums;align-items:center;gap:7px;font-size:15px;display:flex}.practice-layout{grid-template-columns:minmax(0,1fr) 235px;align-items:start;gap:28px;display:grid}.question-panel{padding:30px}.question-heading{justify-content:space-between;align-items:center;margin-bottom:30px;display:flex}.favorite-button{color:#8f9b84;align-items:center;gap:7px;min-height:40px;font-size:12px;display:flex}.favorite-button.active{color:#b98038}.favorite-button.active svg{fill:#f5e6c8}.question-part{margin-bottom:30px}.question-part h2{letter-spacing:0;white-space:pre-line;margin-bottom:22px;font-size:19px;line-height:1.8}.answer-options{flex-direction:column;gap:12px;display:flex}.answer-option{text-align:left;color:#5b6a50;border:1px solid #dfe5d8;border-radius:10px;align-items:center;gap:14px;width:100%;min-height:57px;padding:16px;font-size:14px;line-height:1.7;display:flex}.answer-option:hover:not(:disabled){background:#f6f9f1}.answer-option>span:nth-child(2){flex:1}.option-key{border:1px solid #d9e3cf;border-radius:7px;flex-shrink:0;place-items:center;width:26px;height:26px;font-size:11px;display:grid}.answer-option.selected{background:#f0f6e8;border-color:#8eaa73}.answer-option.selected .option-key{color:#fff;background:#66864d;border-color:#66864d}.answer-option:disabled{opacity:1;cursor:default}.answer-option.correct{background:#eef8f0;border-color:#5b9272}.answer-option.incorrect{background:#fff3eb;border-color:#d79882}.answer-option.incorrect .option-key{background:#b9755b;border-color:#b9755b}.question-actions{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:20px;padding-top:25px;display:flex}.question-actions .meta{max-width:220px;font-size:10px}.question-actions .button{font-size:12px}.case-material{background:#f8f8f0;border-radius:12px;margin-bottom:28px;padding:23px}.case-material h2{margin-bottom:15px;font-size:20px}.case-material p{color:#647252;white-space:pre-wrap;font-size:15px;line-height:1.9}.case-material small{color:#a2a78a;margin-top:15px;font-size:10px;display:block}.answer-analysis{background:#f4f8ef;border:1px solid #e0e9d5;border-radius:12px;margin-top:28px;padding:25px}.answer-analysis h3{margin:12px 0 20px;font-size:18px}.answer-analysis>div>strong{color:#66834f;font-size:12px;font-weight:500}.answer-analysis>div>p{white-space:pre-line;margin:12px 0 20px;font-size:14px}.answer-analysis>.meta{font-size:10px;display:block}.answer-analysis .button-row{margin-top:20px}.answer-analysis .button,.answer-analysis .text-link{font-size:11px}.question-navigation{justify-content:space-between;align-items:center;gap:15px;margin-top:20px;display:flex}.question-navigation .meta{overflow-wrap:anywhere;max-width:40%;font-size:9px}.question-navigation .button{font-size:12px}.answer-sheet{padding:24px;position:sticky;top:112px}.answer-sheet h3{font-size:17px}.answer-sheet>p{margin:10px 0 20px;font-size:10px}.answer-grid{grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:25px;display:grid}.answer-grid button{aspect-ratio:1;color:#80956c;background:#f2f5ec;border:1px solid #0000;border-radius:7px;min-height:35px;font-size:11px}.answer-grid .answered{color:#446737;background:#cde4c0}.answer-grid .current{border-color:#59734c;box-shadow:0 0 0 2px #cbd9bba1}.answer-sheet .notice{padding:13px;font-size:10px;display:block}.answer-sheet .notice svg{width:15px;margin-bottom:8px}.practice-result{text-align:center;max-width:780px;margin:50px auto;padding:50px}.result-mark{color:#709552;background:#e2efda;border-radius:50%;place-items:center;width:80px;height:80px;margin:0 auto 30px;display:grid}.practice-result h1{font-size:30px}.practice-result>p:not(.eyebrow){margin:20px 0 30px;font-size:14px}.practice-result .button-row{justify-content:center}.result-review{text-align:left;margin-top:35px}.result-review details{border-bottom:1px solid var(--line);padding:15px 0;font-size:13px}.result-review summary{cursor:pointer}.result-review p{margin-top:15px}.interview-brief>h2{margin:25px 0;font-size:26px}.interview-brief>p{white-space:pre-wrap;font-size:15px;line-height:2}.interview-brief h3{margin:30px 0 20px;font-size:17px}.reference-details{border-top:1px solid var(--line);margin-top:25px;padding-top:20px}.reference-details summary{cursor:pointer;color:var(--jade-dark);font-size:13px}.reference-details p{margin-top:20px;font-size:14px;line-height:1.9}.interview-answer{min-height:330px}.chat-window{border:1px solid var(--line);scroll-behavior:smooth;background:#fcfdf9;border-radius:16px;min-height:310px;max-height:650px;padding:28px;overflow:auto}.chat-intro{align-items:center;gap:15px;display:flex}.agent-avatar{color:#779854;background:#e8f0dc;border-radius:15px;place-items:center;width:50px;height:50px;display:grid}.chat-intro h3{font-size:17px}.chat-intro p{margin-top:7px;font-size:11px}.suggestions{flex-direction:column;gap:10px;margin:28px 0 10px 65px;display:flex}.suggestions button{text-align:left;color:#748460;background:#fff;border:1px solid #e2e9d7;border-radius:9px;justify-content:space-between;align-items:center;gap:10px;padding:12px 16px;font-size:12px;display:flex}.chat-message{margin-top:27px}.chat-message>span{color:#9ca88f;margin-bottom:8px;font-size:10px;display:block}.chat-message.user{text-align:right;margin-left:70px}.chat-message.user .chat-bubble{text-align:left;background:#e7efdc;max-width:100%;padding:15px 20px;display:inline-block}.chat-bubble{overflow-wrap:anywhere;background:#fff;border:1px solid #e5ebdc;border-radius:12px;padding:20px}.chat-bubble>p{white-space:pre-wrap;color:#5a6b4b;font-size:14px;line-height:1.9}.citations{border-top:1px solid var(--line);margin-top:20px;padding-top:16px}.citations>strong{color:#879c6f;font-size:10px}.citations>div{margin-top:13px}.citations span{color:#627c4e;font-size:11px}.citations small{color:#8f9c82;margin-top:6px;font-size:10px;line-height:1.8;display:block}.chat-composer{background:#fff;border:1px solid #cfddbd;border-radius:12px;margin-top:20px;padding:16px}.chat-composer>textarea{width:100%;box-shadow:none;resize:vertical;border:0;min-height:90px;padding:5px;font-size:14px}.chat-composer>div{justify-content:space-between;align-items:center;gap:20px;display:flex}.chat-composer small{color:#8a9980;max-width:420px;font-size:10px}.chat-composer .button{white-space:nowrap;padding:10px 16px;font-size:12px}.agent-footnote{color:#8ea17b;justify-content:center;gap:28px;margin-top:20px;font-size:10px;display:flex}.teaching-output>h2{margin:22px 0 10px;font-size:26px}.teaching-output>p{font-size:13px}.teaching-goals{background:#f5f8ed;border-radius:10px;margin:24px 0;padding:20px}.teaching-goals strong{color:#8a9b75;font-size:11px}.teaching-goals p{white-space:pre-wrap;margin-top:8px;font-size:14px}.teaching-step{border-bottom:1px solid var(--line);gap:18px;padding:20px 0;display:flex}.teaching-step>span{color:#a5b190;margin-top:4px;font-size:11px}.teaching-step>div{flex:1}.teaching-step h3{justify-content:space-between;gap:15px;font-size:16px;display:flex}.teaching-step small{color:#9aa887;font-size:11px;font-weight:400}.teaching-step p{margin-top:10px;font-size:12px;line-height:1.9}.teaching-output>.button{margin-top:25px}.saved-teaching{text-align:left}.saved-teaching>svg{color:#9cad82;margin-bottom:18px}.saved-teaching h3{font-size:17px}.saved-teaching p{margin:12px 0;font-size:12px}.saved-teaching small{color:#90a07a;font-size:11px}.admin-layout{grid-template-columns:200px minmax(0,1fr);gap:36px;max-width:1380px;padding-top:35px;padding-bottom:65px;display:grid}.admin-sidebar{border-right:1px solid var(--line);align-self:start;padding-right:22px;position:sticky;top:110px}.admin-logo{align-items:center;gap:12px;margin:12px 0 30px;font-size:15px;display:flex}.admin-logo>svg{color:#89a271}.admin-sidebar nav{flex-direction:column;gap:7px;margin-bottom:35px;display:flex}.admin-sidebar nav a{color:#7c8d6a;border-radius:8px;align-items:center;gap:13px;padding:12px 14px;font-size:12px;display:flex}.admin-sidebar nav a.selected{color:#587a40;background:#ecf3e3}.admin-sidebar>.text-link{font-size:11px}.admin-main{min-width:0}.admin-main .page-intro{margin-top:0}.admin-main h1{font-size:31px}.admin-toolbar{justify-content:space-between;align-items:center;gap:20px;display:flex}.admin-toolbar .tabs{gap:5px}.admin-toolbar .tabs>*{padding:9px 11px;font-size:11px}.admin-toolbar>.button{white-space:nowrap;font-size:12px}.admin-toolbar>.notice{flex:1}.service-row{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:15px;padding:18px 0;font-size:12px;display:flex}.modal-backdrop{z-index:70;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#14261ed0;justify-content:center;align-items:flex-start;padding:30px;display:flex;position:fixed;inset:0;overflow:auto}.editor-modal{background:#fff;border-radius:16px;width:100%;max-width:850px;margin:20px 0;padding:30px 35px;box-shadow:0 30px 90px #0003}.modal-heading{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:25px;margin-bottom:25px;padding-bottom:20px;display:flex}.modal-heading h2{font-size:24px}.modal-heading .eyebrow{margin-bottom:8px;font-size:9px}.code-editor{white-space:pre;tab-size:2;background:#fafbf7;min-height:320px;font:12px/1.8 Consolas,monospace}.upload-zone{background:#f6faef;border:1px dashed #b9cda8;border-radius:12px;margin-top:30px;padding:24px}.upload-zone h3{font-size:16px}.upload-zone p{margin:12px 0 20px;font-size:11px}.upload-zone input{width:100%;font-size:12px}.scope-options{border:1px solid var(--line);border-radius:10px;flex-direction:column;gap:12px;padding:18px;font-size:12px;display:flex}.scope-options legend{color:#7b8c6a;padding:0 8px;font-size:12px}.codes-output{background:#f5f9ed;border-radius:10px;max-height:300px;padding:20px;font:14px/2 Consolas,monospace;overflow:auto}.refund-job{justify-content:space-between;align-items:center;gap:24px;margin-bottom:18px;display:flex}.refund-job p{overflow-wrap:anywhere;margin:9px 0;font-size:12px}.refund-job .button{flex-shrink:0;font-size:11px}
@media (min-width:1450px){.home-hero{min-height:580px}.hero-content h1{font-size:54px}.hero-sheet{top:104px}}@media (max-width:1100px){.main-nav,.header-inner{gap:20px}.header-actions{gap:12px}.redeem-link{display:none}.hero-content h1{font-size:42px}.home-hero{min-height:530px;padding-left:38px}.hero-composition{transform-origin:100%;left:52%;transform:scale(.9)}.hero-content{width:60%}.resource-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.resource-grid>.resource-card:nth-child(4):last-child{display:none}.learning-path{gap:50px}.faq-section{gap:60px}.task-strip>a{gap:12px;padding:20px}.task-strip h3{font-size:14px}.task-strip p{font-size:10px}.task-icon{flex-shrink:0;width:40px;height:40px}.detail-layout{gap:30px}.cover-large .cover-title{font-size:58px}.purchase-panel{padding:24px}.purchase-panel h1{font-size:25px}.workspace-layout{grid-template-columns:180px minmax(0,1fr);gap:25px}.workspace-sidebar{padding-right:15px}.stats-grid{gap:10px}.stat-card{padding:17px}.workspace-main .grid-three{grid-template-columns:repeat(2,minmax(0,1fr))}.auth-layout{gap:60px}.practice-modes{grid-template-columns:repeat(2,1fr)}.practice-mode.primary{grid-column:span 2}.practice-layout{grid-template-columns:minmax(0,1fr) 195px;gap:20px}.answer-sheet{padding:20px}.lesson-layout{grid-template-columns:235px minmax(0,1fr);gap:30px}.admin-layout{grid-template-columns:175px minmax(0,1fr);gap:25px}.admin-toolbar{align-items:flex-start}.admin-toolbar .tabs{gap:7px}.admin-sidebar{padding-right:15px}.footer-grid{gap:25px}.cover-title{font-size:40px}}@media (max-width:850px){.main-nav{gap:17px}.main-nav>a{font-size:12px}.header-actions .button{padding:10px;font-size:11px}.brand strong{font-size:14px}.brand small{font-size:8px}.brand-symbol{width:33px;height:36px;font-size:25px}.home-hero{min-height:500px;padding:45px 32px 70px}.hero-content h1{font-size:37px}.hero-copy{font-size:12px}.hero-content .button{padding:12px 16px;font-size:11px}.hero-content{width:65%}.hero-composition{transform-origin:70%;opacity:.96;left:50%;transform:scale(.72)}.hero-claim{font-size:9px}.hero-bottom-label{font-size:9px;left:32px}.grid-three{gap:16px}.exam-card{padding:20px 18px 0}.exam-card .small-caps{display:none}.exam-card h3{font-size:24px}.exam-card h3>span{margin-left:5px;font-size:11px}.exam-card-bottom{font-size:9px}.task-strip>a{gap:9px;padding:20px 15px}.task-strip>a>svg:last-child{display:none}.task-strip p{font-size:9px}.task-strip h3{font-size:13px}.task-icon{border-radius:10px;width:35px;height:37px}.task-icon>svg{width:21px}.resource-grid{gap:16px}.resource-cover{padding:17px}.resource-card-body{padding:16px 14px}.resource-card h3{font-size:14px}.meta-row{font-size:9px}.cover-title{font-size:32px}.section{padding-top:50px;padding-bottom:50px}.section-title h2{font-size:26px}.learning-path{gap:30px}.learning-path h2{font-size:29px}.path-step{gap:13px;padding:20px}.step-number{display:none}.path-step h3{font-size:14px}.path-step p{font-size:10px}.promo-card{padding:27px}.promo-card h2{font-size:24px}.promo-art{opacity:.5;bottom:50px;right:20px}.promo-art>svg{width:80px}.delivery-banner{padding:30px}.delivery-banner h2{font-size:22px}.delivery-banner>.button{padding:12px 16px;font-size:12px}.delivery-banner p{font-size:10px}.footer-grid{grid-template-columns:1.2fr 1fr 1fr}.footer-grid>div:last-child{display:none}.faq-section{gap:35px}.faq-section h2{font-size:26px}.detail-layout{grid-template-columns:minmax(0,1.25fr) minmax(260px,1fr);gap:22px}.detail-facts{font-size:11px}.purchase-panel{padding:22px}.purchase-panel h1{font-size:23px}.cover-large{padding:24px}.cover-large .cover-title{font-size:45px}.cover-large .cover-top{font-size:9px}.cover-large .cover-top span:first-child{font-size:7px}.purchase-note{font-size:9px!important}.purchase-panel .notice{padding:13px;font-size:10px}.workspace-layout{display:block}.workspace-sidebar{border:0;margin-bottom:30px;padding:0;position:static}.profile-mini,.sidebar-bottom{display:none}.workspace-sidebar nav{white-space:nowrap;border-bottom:1px solid var(--line);flex-direction:row;gap:6px;padding-bottom:10px;display:flex;overflow:auto}.workspace-sidebar nav a{padding:10px 12px;font-size:11px}.workspace-sidebar nav a>svg{width:15px}.workspace-main .grid-three{grid-template-columns:repeat(3,minmax(0,1fr))}.auth-layout{gap:40px}.auth-story h1{font-size:29px}.auth-form{padding:27px}.auth-illustration>div{padding:20px;left:0}.auth-illustration>span{left:0}.auth-form .auth-links{font-size:10px}.lesson-layout{grid-template-columns:200px minmax(0,1fr);gap:25px}.lesson-sidebar{padding:20px 15px}.lesson-heading h1{font-size:24px}.lesson-complete{flex-wrap:wrap;padding:20px}.lesson-complete .button{margin-left:auto}.practice-top{gap:12px}.practice-top h1{font-size:23px}.practice-top .button,.practice-top .text-button{font-size:11px}.question-panel{padding:24px}.question-part h2{font-size:17px}.answer-option{padding:13px;font-size:13px}.question-actions{flex-wrap:wrap}.answer-sheet{padding:18px}.practice-layout{grid-template-columns:minmax(0,1fr) 175px;gap:18px}.answer-grid{grid-template-columns:repeat(3,1fr)}.admin-layout{display:block}.admin-sidebar{border:0;padding:0;position:static}.admin-logo{display:none}.admin-sidebar nav{white-space:nowrap;border-bottom:1px solid var(--line);flex-direction:row;gap:4px;margin:0 0 25px;padding-bottom:12px;overflow:auto}.admin-sidebar nav a{padding:9px 12px;font-size:11px}.admin-sidebar>.text-link{display:none}.admin-main .page-intro{margin-top:20px}}@media (max-width:650px){.container{padding-left:20px;padding-right:20px}.site-header{height:72px}.header-inner{gap:10px}.main-nav{display:none}.main-nav.nav-open{border-bottom:1px solid var(--line);background:#fff;flex-direction:column;align-items:stretch;gap:0;height:auto;padding:18px 20px;display:flex;position:absolute;top:71px;left:0;right:0;box-shadow:0 15px 20px #1d312510}.main-nav>a,.main-nav .mobile-nav-extra{padding:13px 10px;font-size:14px;display:block}.main-nav>a.active:after{display:none}.header-actions{gap:5px}.header-actions .button{gap:5px;min-height:36px;padding:9px 10px;font-size:10px}.header-actions .button>svg{width:14px}.brand strong{letter-spacing:.04em;font-size:13px}.brand small{letter-spacing:.18em;font-size:7px}.brand-symbol{width:31px;height:34px;font-size:23px}.brand{gap:8px}.mobile-menu{width:36px;min-height:40px;display:inline-flex}.demo-strip{padding:7px 14px;font-size:8px;line-height:1.6}.home-hero{border-radius:16px;min-height:740px;margin-top:18px;padding:34px 26px 55px;display:block}.hero-content{width:100%}.hero-content h1{font-size:34px;line-height:1.55}.eyebrow.light{letter-spacing:.09em;font-size:7px}.hero-copy{margin:18px 0 23px;font-size:12px;line-height:1.95}.hero-content .button{min-height:44px;padding:12px 16px;font-size:11px}.hero-content .button-row{gap:8px}.hero-claim{margin-top:20px;font-size:9px}.hero-claim>span{margin-left:4px}.hero-composition{transform-origin:50% 45%;height:420px;top:310px;left:0;right:0;transform:scale(.69)}.hero-sheet{margin-left:-150px;top:65px;left:50%}.hero-floating-card{margin-left:-177px;top:360px;left:50%}.floating-note{font-size:10px;top:19px;right:0}.orbit{margin-left:-210px;top:50px;left:50%}.orbit-two{margin-left:-260px;top:0}.hero-bottom-label{letter-spacing:.07em;font-size:8px;bottom:22px;left:26px}.hero-bottom-label span{margin:0 9px}.task-strip{border-radius:12px;flex-direction:column;margin-top:17px;display:flex}.task-strip>a{gap:15px;padding:19px 20px}.task-strip>a+a:before{width:auto;height:1px;top:0;left:20px;right:20px}.task-icon{border-radius:11px;width:42px;height:42px}.task-strip h3{font-size:15px}.task-strip p{margin-top:3px;font-size:10px}.task-strip>a>svg:last-child{display:block}.section{padding-top:42px;padding-bottom:42px}.section-title{align-items:flex-start;gap:10px;margin-bottom:23px}.section-title h2{font-size:24px}.section-title p:not(.eyebrow){margin-top:12px;font-size:12px;line-height:1.9}.section-title>.text-link{gap:4px;margin-top:4px;font-size:10px}.section-title:has(.eyebrow){display:block}.section-title:has(.eyebrow)>.text-link{margin-top:15px}.eyebrow{margin-bottom:12px;font-size:9px}.grid-three,.grid-two{grid-template-columns:1fr;gap:18px}.exam-card{padding:23px 23px 0}.exam-card .small-caps{font-size:8px;display:block}.exam-card h3{margin-top:18px;font-size:28px}.exam-card h3>span{margin-left:12px;font-size:13px}.exam-card>p{font-size:12px}.exam-tags{margin:20px 0}.exam-tags span{padding:4px 9px;font-size:10px}.exam-card-bottom{padding:17px 0;font-size:11px}.resource-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 12px}.resource-grid>.resource-card:nth-child(4):last-child{display:block}.resource-card{border-radius:10px}.resource-cover{aspect-ratio:1.05;padding:13px}.cover-title{letter-spacing:0;padding-left:1px;font-size:27px}.cover-top{font-size:6px}.cover-top span:first-child{letter-spacing:0;font-size:5px}.cover-bottom{font-size:6px}.cover-bottom>span:last-child{font-size:14px}.cover-sample{font-size:6px;top:30px;right:10px}.cover-decoration{width:115px;height:115px;right:-50px}.resource-card-body{padding:14px 12px}.resource-card h3{min-height:40px;margin:9px 0;font-size:12px;line-height:1.65}.meta-row{flex-wrap:wrap;gap:0;font-size:8px;line-height:1.9}.resource-card-body>p{font-size:8px}.card-bottom{margin-top:16px}.resource-card .price{font-size:18px}.price small{margin-left:0;font-size:7px;display:block}.round-link{width:29px;height:29px}.round-link svg{width:15px}.learning-path{grid-template-columns:1fr;gap:28px}.learning-path h2{font-size:29px}.learning-path>div>p:not(.eyebrow){margin:16px 0 22px;font-size:13px}.learning-path .button{font-size:12px}.path-step{gap:15px;padding:23px 20px}.path-step h3{font-size:15px}.path-step p{font-size:11px}.step-number{display:block}.two-promos{grid-template-columns:1fr;gap:17px}.promo-card{padding:30px}.promo-card h2{font-size:26px}.promo-art{opacity:.75;right:27px}.delivery-banner{flex-direction:column;align-items:flex-start;gap:24px;padding:29px 25px}.delivery-banner h2{font-size:23px;line-height:1.7}.delivery-banner p{font-size:11px;line-height:2}.delivery-banner .badge{font-size:9px}.faq-section{grid-template-columns:1fr;gap:22px}.faq-section h2{margin-bottom:17px;font-size:27px}.faq-list summary{padding:20px 0;font-size:13px}.faq-list details>p{padding-right:5px;font-size:12px}.site-footer{margin-top:0;padding-top:38px}.footer-grid{grid-template-columns:1fr 1fr;gap:30px}.footer-grid>div:first-child{grid-column:span 2}.footer-grid>div:first-child>p{margin-top:15px}.footer-grid>div:last-child{display:none}.footer-grid strong{font-size:12px}.footer-grid>div>a:not(.brand){font-size:11px}.footer-bottom{align-items:flex-start;gap:20px;margin-top:30px;font-size:8px}.footer-bottom>div{white-space:nowrap;gap:15px}.breadcrumb{gap:7px;font-size:10px}.breadcrumb>span{gap:7px}.page-intro{margin:28px 0 30px;display:block}.page-intro h1{font-size:29px;line-height:1.55}.lede{margin-top:15px;font-size:13px;line-height:2}.resource-header{padding-top:22px;padding-bottom:27px}.resource-header h1{font-size:28px}.search-box{gap:10px;padding:4px 12px}.search-box>svg{width:18px}.search-box input{min-height:39px;font-size:11px}.resource-toolbar{flex-wrap:wrap;gap:18px}.resource-toolbar .tabs{gap:7px}.tabs>*{min-height:39px;padding:9px 13px!important;font-size:11px!important}.check-label{font-size:11px}.filter-line{flex-wrap:wrap;margin:20px 0;font-size:10px}.filter-line>div{gap:10px;width:100%}.filter-line select{flex:1;font-size:11px}.detail-layout{flex-direction:column;gap:25px;margin-top:25px;display:flex}.detail-layout>div,.detail-layout>aside{width:100%;min-width:0}.detail-layout>.purchase-panel{order:-1;position:static}.purchase-panel h1{font-size:27px}.purchase-panel>p{font-size:13px}.detail-facts{gap:10px;margin:20px 0;font-size:12px}.purchase-price{padding:18px 0}.purchase-price strong{font-size:29px}.purchase-panel .notice{font-size:11px}.cover-large{aspect-ratio:1.2;padding:28px}.cover-large .cover-title{font-size:57px}.cover-large .cover-top,.cover-large .cover-bottom{font-size:10px}.preview-thumbnails{gap:8px}.preview-thumbnails button{padding:10px;font-size:10px}.slide-preview{min-height:220px;padding:28px}.slide-preview h2{font-size:26px}.slide-preview p{font-size:12px}.detail-section h2{font-size:22px}.detail-section{padding:28px 0}.check-list{font-size:13px}.file-row{flex-wrap:wrap}.file-row>div{flex:1;min-width:0}.file-row .button{margin-left:33px}.exam-hero{padding:30px;position:relative;overflow:hidden}.exam-hero h1{font-size:39px}.exam-hero h1 span{font-size:24px}.exam-hero p{font-size:13px}.exam-hero small{max-width:210px;font-size:10px;display:block}.exam-hero-mark{opacity:.25;font-size:105px;position:absolute;top:60px;right:5px}.exam-hero>div:first-child{z-index:1}.exam-hero-mark>span{display:none}.exam-hero .button-row{gap:9px}.exam-hero .button{padding:11px 13px;font-size:11px}.course-row{gap:15px;padding:20px}.course-cover{flex-shrink:0;width:70px;min-height:125px;padding:15px}.course-row h3{font-size:16px}.course-row p{font-size:11px}.course-row>svg{display:none}.course-row .meta{font-size:10px}.course-banner{padding:30px}.course-banner h2{font-size:30px}.course-banner>span{font-size:80px}.lesson-row{gap:14px}.lesson-row strong{font-size:12px}.lesson-row small{font-size:10px}.lesson-row .badge{white-space:nowrap;font-size:9px}.tool-card{padding:30px}.tool-card h2{font-size:26px}.tool-card p{font-size:13px}.panel{padding:23px}.auth-layout{flex-direction:column;gap:25px;min-height:0;padding-top:35px;padding-bottom:45px;display:flex}.auth-story{width:100%;padding:0}.auth-story h1{margin-bottom:13px;font-size:27px}.auth-story>p:not(.eyebrow){font-size:12px}.auth-illustration{display:none}.auth-form{width:100%;padding:26px}.auth-form h2{font-size:26px}.auth-bottom{font-size:9px}.workspace-layout{padding-top:22px;padding-bottom:40px}.workspace-sidebar{margin-bottom:20px}.workspace-sidebar nav{scrollbar-width:none;margin-right:-20px}.workspace-sidebar nav a{gap:7px;padding:9px 11px;font-size:10px}.workspace-main .page-intro h1{font-size:28px}.workspace-welcome{margin-bottom:20px;padding:25px}.workspace-welcome h1{font-size:28px}.workspace-welcome p:not(.eyebrow){font-size:11px}.welcome-flower{padding-right:0;font-size:66px}.stats-grid{grid-template-columns:repeat(2,1fr);gap:12px}.stat-card{padding:17px 20px}.stat-card strong{font-size:26px}.stat-card>span{font-size:10px}.stat-card>svg{width:18px;top:18px;right:18px}.workspace-section{margin-top:30px}.workspace-section .section-title h2{font-size:21px}.workspace-course{flex-wrap:wrap;gap:15px;padding:18px}.small-course-art{width:65px;height:85px}.workspace-course h3{font-size:15px}.workspace-course .badge{font-size:8px}.workspace-course>.button{width:calc(100% - 80px);min-height:38px;margin-left:80px}.plan-invitation{flex-wrap:wrap;gap:17px;padding:22px}.plan-invitation>div{flex:1}.plan-invitation h3{font-size:14px}.plan-invitation p{font-size:10px;line-height:1.8}.plan-invitation>.button{margin-left:47px;font-size:11px}.workspace-main .grid-three{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.inline-empty{flex-wrap:wrap;gap:15px;padding:20px}.inline-empty p{font-size:11px}.inline-empty>.text-link{margin-left:35px}.plan-card{gap:16px;padding:20px}.plan-card h3{font-size:15px}.plan-card p{font-size:11px}.plan-card small{font-size:10px}.plan-card>svg{width:24px}.plan-task{padding:15px 20px}.task-row{flex-wrap:wrap;gap:13px}.task-row strong{font-size:13px}.task-row small{font-size:10px}.task-row>.button{min-height:38px;margin-left:41px;font-size:11px}.task-checkbox{width:26px;height:26px}.order-item{flex-wrap:wrap;gap:15px}.order-item h3{font-size:15px}.order-item p{font-size:11px}.order-item>strong{margin-left:70px;font-size:21px}.order-total>strong{font-size:29px}.order-list-body{flex-wrap:wrap;gap:15px}.order-list-body h3{font-size:14px}.order-list-body p{font-size:10px}.order-list-body>strong{font-size:21px}.order-list-body>svg{width:16px}.order-list-card{padding:20px}.order-help .text-link{font-size:11px}.order-heading .meta{font-size:10px}.form-stack{gap:16px}.form-stack label{font-size:12px}.form-grid{grid-template-columns:1fr}.notice{padding:14px;font-size:11px}.order-item small{font-size:9px}.lesson-layout{flex-direction:column;gap:28px;margin-top:25px;display:flex}.lesson-sidebar{width:100%;padding:20px;position:static}.lesson-sidebar nav{margin:20px -5px}.lesson-sidebar nav a{padding:12px 8px;font-size:12px}.lesson-content{width:100%}.lesson-heading h1{font-size:25px;line-height:1.6}.lesson-content .prose p{font-size:15px;line-height:2}.lesson-complete{gap:14px;padding:21px}.lesson-complete>div{min-width:200px}.lesson-complete .button{margin-left:40px}.practice-modes{gap:13px}.practice-mode{flex-wrap:wrap;gap:12px;padding:22px 18px}.practice-mode.primary{flex-wrap:nowrap}.practice-mode h2{font-size:20px}.practice-mode h3{font-size:15px}.practice-mode p{font-size:10px}.practice-mode>svg:first-child{width:23px}.practice-mode:not(.primary)>svg:last-child{display:none}.practice-mode:not(.primary)>div{flex:auto;width:100%}.practice-layout{flex-direction:column;gap:22px;display:flex}.practice-layout>div{width:100%}.answer-sheet{width:100%;padding:22px;position:static}.answer-grid{grid-template-columns:repeat(6,1fr)}.answer-sheet .notice{font-size:11px;display:flex}.practice-top{flex-wrap:wrap;gap:12px;margin-top:25px}.practice-top>div{flex:auto;width:100%}.practice-top h1{font-size:24px}.practice-top>.text-button{margin-left:auto;font-size:11px}.practice-top .button{min-height:39px;padding:9px 13px;font-size:11px}.question-panel{padding:23px 20px}.question-part h2{font-size:17px;line-height:1.85}.answer-option{gap:12px;padding:14px 12px;font-size:13px}.question-heading{margin-bottom:22px}.question-actions .meta{max-width:none;font-size:9px}.question-actions>.button{width:100%}.question-actions{gap:18px}.answer-analysis{padding:20px}.answer-analysis>div>p{font-size:13px}.answer-analysis .eyebrow{font-size:8px}.answer-analysis>div>strong{font-size:11px}.question-navigation .meta{display:none}.question-navigation .button{padding:11px 14px;font-size:11px}.case-material{padding:20px}.case-material p{font-size:14px}.practice-result{margin-top:30px;padding:35px 22px}.practice-result h1{font-size:26px}.practice-result>p:not(.eyebrow),.practice-result .button,.result-review{font-size:12px}.chat-window{max-height:600px;padding:21px}.chat-intro{align-items:flex-start;gap:13px}.agent-avatar{flex-shrink:0;width:42px;height:42px}.chat-intro h3{font-size:15px}.chat-intro p{font-size:10px}.suggestions{gap:10px;margin:25px 0 0}.suggestions button{padding:12px 14px;font-size:11px}.chat-message.user{margin-left:35px}.chat-bubble{padding:17px}.chat-bubble>p{font-size:13px}.citations small{font-size:9px}.chat-composer{padding:15px}.chat-composer small{font-size:9px}.chat-composer .button{min-height:40px;padding:10px 13px;font-size:11px}.chat-composer>div{align-items:flex-end;gap:13px}.agent-footnote{font-size:10px}.teaching-output{padding:24px}.teaching-step h3{font-size:15px}.teaching-step p{font-size:12px}.admin-layout{padding-top:22px}.admin-sidebar nav{scrollbar-width:none;margin-right:-20px}.admin-sidebar nav a{gap:7px;padding:9px 11px;font-size:10px}.admin-sidebar nav a>svg{width:14px}.admin-main .page-intro h1{font-size:28px}.admin-toolbar{flex-direction:column;gap:18px}.admin-toolbar>.button{align-self:flex-end}.admin-toolbar>.notice{width:100%}.admin-main .grid-two{gap:20px}.admin-main .section-title h2{font-size:22px}.admin-main .table-wrap{margin-left:0;margin-right:0}.table-wrap table{min-width:540px}.modal-backdrop{padding:12px}.editor-modal{margin:10px 0;padding:23px 20px}.modal-heading h2{font-size:22px}.editor-modal .form-grid{grid-template-columns:1fr}.editor-modal .panel{padding:17px}.upload-zone{padding:20px}.refund-job{flex-direction:column;align-items:stretch;gap:20px}.refund-job .button{font-size:11px}.feedback-item p{font-size:13px}.scope-options{padding:15px}.scope-options .check-label{font-size:11px}.code-editor{min-height:270px;font-size:10px}.resource-card h3{overflow-wrap:anywhere}}@media (max-width:360px){.container{padding-left:16px;padding-right:16px}.header-actions .button{padding:8px;font-size:9px}.brand strong{font-size:12px}.brand-symbol{width:28px;height:32px}.home-hero{min-height:720px;padding-left:22px;padding-right:22px}.hero-content h1{font-size:30px}.hero-content .button{padding:12px;font-size:10px}.hero-composition{top:298px;transform:scale(.64)}.hero-claim>span{margin-top:6px;margin-left:0;display:flex}.hero-copy{font-size:11px}.cover-title{font-size:24px}.resource-cover{padding:10px}.resource-card-body{padding:12px 10px}.task-strip p{font-size:9px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}@media print{.site-header,.site-footer,.demo-strip,.workspace-sidebar,.admin-sidebar,.button,.icon-button{display:none!important}.container{max-width:none}.panel{box-shadow:none;break-inside:avoid}.section{padding:20px 0}}
.directory-status{color:var(--jade);align-items:center;gap:9px;margin:-6px 0 22px;font-size:13px;display:flex}.directory-columns{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:start;gap:24px;display:grid}.directory-panel{border:1px solid var(--line);background:#fff;border-radius:16px;overflow:hidden}.directory-heading{border-bottom:1px solid var(--line);background:#f4f7f1;align-items:center;gap:14px;padding:24px;display:flex}.directory-heading>div{flex:1;min-width:0}.directory-heading h3{flex-wrap:wrap;align-items:center;gap:10px;margin:0 0 6px;font-size:21px;display:flex}.directory-heading h3 span{color:var(--muted);font-size:12px;font-weight:400}.directory-heading p{color:var(--muted);margin:0;font-size:12px;line-height:1.7}.directory-heading-icon{width:44px;height:44px;color:var(--jade);background:#e4eee5;border-radius:12px;flex-shrink:0;place-items:center;display:grid}.directory-list{margin:0;padding:0;list-style:none}.directory-row{text-align:left;border:0;border-bottom:1px solid var(--line);width:100%;color:var(--ink);cursor:pointer;font:inherit;background:0 0;align-items:center;gap:10px;padding:17px 22px;font-size:13px;line-height:1.6;display:flex}.directory-list>li:last-child>.directory-row{border-bottom:0}.directory-row:hover{background:#f2f8f4}.directory-row:focus-visible,.dialog-close:focus-visible{outline:2px solid var(--jade);outline-offset:-3px}.directory-row:disabled{cursor:wait;opacity:.6}.directory-number{color:var(--muted);font-variant-numeric:tabular-nums;min-width:18px;font-size:11px}.directory-title{overflow-wrap:anywhere;flex:1;min-width:0}.directory-count{color:var(--muted);white-space:nowrap;font-size:11px}.directory-row>svg{color:var(--jade);flex-shrink:0}.directory-parent{background:#f9faf7;font-weight:600}.directory-nested{border-left:1px solid #dce7df;margin-left:22px}.directory-nested .directory-row{padding-left:12px}.directory-footnote,.directory-empty{color:var(--muted);margin:18px 0 0;font-size:12px;line-height:1.8}.directory-empty{padding:8px 24px 28px}.bank-access-dialog{border:1px solid var(--line);width:min(480px,100vw - 32px);max-height:calc(100dvh - 40px);color:var(--ink);background:#fff;border-radius:20px;margin:auto;padding:36px;overflow-y:auto;box-shadow:0 24px 100px #092f2a33}.bank-access-dialog::backdrop{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#102e2bc0}.dialog-close{width:36px;height:36px;color:var(--muted);cursor:pointer;background:#f3f5f1;border:0;border-radius:50%;place-items:center;display:grid;position:absolute;top:14px;right:14px}.bank-gate-icon{color:var(--jade);margin-bottom:24px;display:flex}.bank-access-dialog h2{overflow-wrap:anywhere;margin:12px 0;font-size:24px;line-height:1.5}.bank-access-dialog>p{color:var(--muted);font-size:13px;line-height:1.9}.bank-gate-product{background:#f5f7f1;border-radius:12px;flex-wrap:wrap;align-items:center;gap:10px;margin:22px 0;padding:20px;display:flex}.bank-gate-price{color:var(--jade);margin-left:auto;font-size:27px;font-weight:700}.bank-gate-product small{width:100%;color:var(--muted);font-size:11px;line-height:1.7}.bank-access-dialog .button{width:100%}.bank-access-dialog .bank-payment-methods{text-align:center;margin:12px 0 20px;font-size:11px}@media (max-width:760px){.directory-columns{grid-template-columns:minmax(0,1fr);gap:24px}.directory-heading{padding:20px 16px}.directory-row{gap:8px;padding:16px 14px}.directory-nested{margin-left:14px}.bank-access-dialog{padding:28px 22px}.bank-access-dialog h2{font-size:21px}}
.agent-service-status{color:var(--muted);flex-wrap:wrap;align-items:center;gap:14px;margin:-12px 0 28px;font-size:13px;display:flex}.agent-service-status>a{margin-left:auto}.agent-workspace{grid-template-columns:minmax(0,1fr) 290px;align-items:start;gap:28px;margin-top:26px;display:grid}.agent-main{min-width:0}.agent-modes{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:20px;display:grid}.agent-modes button{text-align:left;border:1px solid var(--line);color:var(--ink);cursor:pointer;background:#f4f7f1;border-radius:12px;gap:9px;padding:22px 18px;display:grid}.agent-modes button[aria-pressed=true]{border-color:var(--jade);box-shadow:inset 0 0 0 1px var(--jade);background:#e9f3ee}.agent-modes button svg{color:var(--jade)}.agent-modes strong{font-size:17px}.agent-modes small{color:var(--muted);font-size:11px;line-height:1.6}.agent-form{gap:20px;display:grid}.agent-form label{gap:9px;font-size:13px;line-height:1.7;display:grid}.agent-form .check-label{color:var(--jade);align-items:start;gap:10px;font-size:12px;display:flex}.agent-form .check-label input{width:17px;min-width:17px;margin-top:3px}.agent-form textarea{resize:vertical;width:100%;line-height:1.85}.agent-form input,.agent-form select{width:100%}.agent-form-heading{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;display:flex}.agent-form-heading h2{margin:0;font-size:21px}.agent-form-heading>span:not(.badge){color:var(--muted);font-size:11px}.agent-extra{border-top:1px solid var(--line);margin:14px 0;padding:18px 0 0}.agent-extra summary{cursor:pointer;color:var(--jade);font-size:13px;font-weight:600}.agent-extra label{margin-top:18px}.agent-extra ol{color:var(--muted);padding-left:22px;font-size:13px;line-height:2}.agent-submit{justify-content:space-between;align-items:center;gap:20px;display:flex}.agent-submit p{color:var(--muted);flex:1;margin:0;font-size:11px;line-height:1.7}.agent-submit .button{flex-shrink:0}.agent-history{position:sticky;top:105px;padding:24px!important}.agent-history>p{color:var(--muted);margin:13px 0 20px;font-size:12px;line-height:1.8}.agent-history button{border:0;border-bottom:1px solid var(--line);text-align:left;cursor:pointer;width:100%;color:var(--ink);background:0 0;gap:8px;padding:16px 0;display:grid}.agent-history button.selected{background:#f1f7f2;border-radius:8px;padding:14px 10px}.agent-history button strong{overflow-wrap:anywhere;font-size:12px;line-height:1.7}.agent-history button small,.agent-history button span{color:var(--muted);font-size:10px}.agent-history button span{color:#0f6b59}.agent-history>a{margin-top:24px;font-size:12px}.agent-history-empty{text-align:center;color:var(--muted);padding:28px 10px;font-size:12px;line-height:1.9}.agent-result{margin-top:28px;scroll-margin-top:105px}.agent-result>p{color:var(--muted);margin-top:15px;font-size:13px;line-height:1.9}.agent-progress{color:var(--jade);align-items:center;gap:12px;padding:20px 0;font-size:13px;display:flex}.agent-result-body>section{margin:28px 0}.agent-result-body h3{margin:0 0 12px;font-size:18px}.agent-result-body p{white-space:pre-wrap;overflow-wrap:anywhere;font-size:14px;line-height:2}.agent-result-body ul{padding-left:22px;font-size:14px;line-height:2}.agent-evidence,.agent-sources{color:var(--muted);font-size:12px;line-height:1.9}.agent-evidence{background:#f5f7f1;border-radius:10px;padding:18px}.agent-evidence p{margin:8px 0 0;font-size:12px}.agent-sources>div{margin-top:18px}.agent-sources strong,.agent-sources small{display:block}.agent-sources p{margin:5px 0}.feedback-point{border-left:3px solid #b8d4c3;margin-top:20px;padding:10px 0 10px 20px}.feedback-point blockquote{color:var(--muted);white-space:pre-wrap;background:#f6f7f3;margin:0 0 12px;padding:12px;font-size:13px;line-height:1.8}.agent-review-layout{grid-template-columns:260px minmax(0,1fr);align-items:start;gap:22px;margin-top:24px;display:grid}.agent-review-list{max-height:760px;overflow-y:auto}.agent-review-list button{text-align:left;border:1px solid var(--line);width:100%;color:var(--ink);cursor:pointer;background:#fff;border-radius:9px;gap:10px;margin-bottom:9px;padding:16px;display:grid}.agent-review-list button.selected{border-color:var(--jade);background:#f1f7f2}.agent-review-list strong{font-size:12px;line-height:1.7}.agent-review-list small{color:var(--muted);font-size:10px}.agent-review-detail{min-width:0}.agent-review-detail h2{font-size:21px;line-height:1.6}.agent-review-detail .source-text{white-space:pre-wrap;overflow-wrap:anywhere;background:#f5f7f3;max-height:380px;margin-top:12px;padding:14px;font-family:inherit;font-size:12px;line-height:1.9;overflow-y:auto}@media (max-width:1000px){.agent-workspace{grid-template-columns:minmax(0,1fr)}.agent-history{position:static}.agent-review-layout{grid-template-columns:minmax(0,1fr)}.agent-review-list{max-height:320px}}@media (max-width:560px){.agent-modes{gap:7px}.agent-modes button{padding:16px 10px}.agent-modes strong{font-size:14px}.agent-modes small{font-size:10px}.agent-submit{flex-direction:column;align-items:stretch}.agent-service-status>a{margin-left:0}.agent-form-heading h2{font-size:18px}}
.bank-enrollment{grid-template-columns:1.5fr 1fr;align-items:center;gap:48px;margin-top:28px;display:grid;padding:38px!important}.bank-enrollment h2{margin:8px 0 12px}.bank-enrollment p{color:var(--muted);line-height:1.85}.bank-count strong{color:var(--jade);font-size:24px}.bank-facts{gap:34px;margin:24px 0;display:flex}.bank-facts span{color:var(--muted);gap:7px;font-size:13px;display:grid}.bank-facts strong{color:var(--ink);font-size:28px}.bank-purchase{border-left:1px solid var(--line);flex-direction:column;align-items:stretch;gap:12px;padding-left:40px;display:flex}.bank-purchase .badge{align-self:flex-start}.bank-price{letter-spacing:-1px;font-size:38px;font-weight:700}.bank-purchase p,.bank-purchase small{color:var(--muted);font-size:12px;line-height:1.8}.wallet-methods{border:0;grid-template-columns:1fr 1fr;gap:14px;margin:24px 0;padding:0;display:grid}.wallet-methods legend{margin-bottom:14px;font-weight:600}.wallet-method{text-align:left;border:1px solid var(--line);background:var(--paper);cursor:pointer;font:inherit;border-radius:12px;align-items:center;gap:12px;padding:18px;display:flex}.wallet-method:disabled{cursor:default;opacity:.65}.wallet-method span:nth-child(2){flex:1}.wallet-method strong,.wallet-method small{display:block}.wallet-method small{color:var(--muted);margin-top:6px;font-size:12px}.wallet-mark{color:#fff;background:#07a954;border-radius:10px;place-items:center;width:36px;height:36px;font-weight:700;display:grid}.wallet-alipay .wallet-mark{background:#1677ff}.payment-qr{text-align:center;border:1px solid var(--line);background:#fff;border-radius:16px;padding:24px}.payment-qr img{max-width:100%;height:auto;margin:12px auto;display:block}.payment-qr strong{font-size:28px}.payment-qr p,.payment-qr small{color:var(--muted);font-size:13px;line-height:1.8}.question-images{flex-direction:column;gap:12px;max-width:100%;margin:16px 0;display:flex}.question-images img{object-fit:contain;max-width:100%;height:auto;max-height:640px}.answer-option:has(.question-images){flex-wrap:wrap}.answer-option .question-images{width:100%}.question-part h2,.case-material p{white-space:pre-wrap}@media (max-width:700px){.bank-enrollment{grid-template-columns:1fr;gap:24px;padding:24px!important}.bank-purchase{border-left:0;border-top:1px solid var(--line);padding:24px 0 0}.bank-facts{gap:22px}.wallet-methods{grid-template-columns:1fr}.bank-price{font-size:32px}}
