@charset "UTF-8";
:root{--bg:#f5f7f7;--paper:#fff;--ink:#223b38;--muted:#86918f;--line:#e7edeb;--green:#247b68;--green-dark:#195c50;--green-soft:#e9f4ef;--blue:#009df0;--radius:14px;font-family:Inter,"Microsoft YaHei","PingFang SC",system-ui,sans-serif;color:var(--ink);font-size:14px;line-height:1.65;font-synthesis:none}*{box-sizing:border-box}body{margin:0;background:var(--bg)}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:wait;opacity:.65}svg.icon{width:20px;height:20px;flex-shrink:0;vertical-align:middle}h1,h2,h3,p{margin:0}h1{font-size:29px;line-height:1.4;letter-spacing:-.6px;font-weight:650}h2{font-size:18px;font-weight:650}h3{font-size:16px;font-weight:650}small{font-size:12px}.muted{color:var(--muted)}.brand{display:flex;gap:11px;align-items:center;font-size:20px;font-weight:650;letter-spacing:.2px}.brand-mark{display:grid;place-items:center;width:40px;height:40px;background:var(--green);color:white;border-radius:12px}.brand-mark .icon{width:23px;height:23px}.brand small{display:block;font-size:10px;letter-spacing:1.3px;font-weight:400;color:var(--muted);margin-top:1px}.eyebrow{font-size:10px;font-weight:650;letter-spacing:2.2px;color:var(--green);margin-bottom:10px}.btn{display:inline-flex;gap:8px;align-items:center;justify-content:center;min-height:42px;padding:9px 18px;border-radius:8px;border:1px solid transparent;white-space:nowrap;font-weight:500;line-height:1.5;transition:background .15s,box-shadow .15s}.btn:hover{box-shadow:0 3px 9px #25483e14}.btn.primary{color:#fff;background:var(--green)}.btn.primary:hover{background:var(--green-dark)}.btn.secondary{background:#fff;border-color:#dce5e1;color:#4e625c}.btn.light{background:white;color:var(--green-dark)}.btn.small{min-height:34px;padding:6px 12px;font-size:12px}.full{width:100%}.text-link{display:inline-flex;align-items:center;gap:6px;color:var(--green);font-size:12px;border:0;background:none;padding:0;white-space:nowrap}.text-link:hover{text-decoration:underline}.text-link .icon{width:16px;height:16px}.danger{color:#bf6557}.icon-button{background:none;border:0;color:#87978f;padding:6px}.alert{display:flex;align-items:center;gap:10px;padding:14px 18px;margin-bottom:22px;border-radius:9px;font-size:13px}.alert.success{background:#e7f4ec;color:#237254}.alert.error{background:#fff0ee;color:#a83731}.alert.warning{background:#fff6e5;color:#896527}.alert a{text-decoration:underline}.badge{display:inline-flex;align-items:center;gap:6px;border-radius:5px;padding:4px 9px;font-size:11px;white-space:nowrap;font-weight:400}.badge i{width:5px;height:5px;border-radius:50%;background:currentColor}.badge.green{color:#42876d;background:#ecf7ef}.badge.gray{color:#8a9390;background:#eef1f0}.badge.amber{color:#ae8949;background:#fff6e5}.field{display:flex;flex-direction:column;gap:9px;margin-bottom:23px}.field>span{font-size:13px;font-weight:500;color:#40544e}input:not([type=checkbox]),select,textarea{width:100%;border:1px solid #dde5e1;border-radius:7px;background:white;padding:11px 13px;color:var(--ink);outline:none;min-height:44px;transition:border-color .15s,box-shadow .15s}input::placeholder,textarea::placeholder{color:#a4ada8}input:focus,select:focus,textarea:focus{border-color:#71a890;box-shadow:0 0 0 3px #36877112}textarea{resize:vertical;line-height:1.95}input[type=checkbox]{accent-color:var(--green);width:16px;height:16px;flex-shrink:0;cursor:pointer}button:focus-visible,a:focus-visible{outline:3px solid #7fcab3;outline-offset:3px}.form-grid{display:grid;gap:16px}.form-grid.two{grid-template-columns:1fr 1fr}hr{border:0;border-top:1px solid var(--line);margin:28px 0}.inline-note{font-size:12px;color:#86918a;background:#f6f8f6;padding:12px 14px;border-radius:7px;line-height:1.85}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}
/* 管理后台 */
.sidebar{position:fixed;inset:0 auto 0 0;width:228px;background:white;border-right:1px solid var(--line);padding:31px 21px 0;display:flex;flex-direction:column;z-index:10}.sidebar .brand{font-size:21px;margin-bottom:48px}.nav-caption{font-size:10px;letter-spacing:1.4px;color:#a5aeaa;margin:0 13px 13px}.nav-item{display:flex;align-items:center;gap:13px;padding:13px 15px;margin-bottom:8px;border-radius:8px;color:#74817c;font-size:13px}.nav-item .icon{width:19px;height:19px}.nav-item:hover{background:#f6f8f6}.nav-item.active{background:#eaf4ee;color:#286a53;font-weight:600}.sidebar-bottom{margin-top:auto}.sidebar-bottom>a{display:flex;align-items:center;justify-content:space-between;font-size:12px;color:#809089;border-top:1px solid var(--line);padding:20px 9px}.sidebar-bottom>a .icon{width:16px}.account{display:flex;gap:10px;align-items:center;border-top:1px solid var(--line);padding:22px 5px;font-size:12px}.account small{display:block;font-size:10px;color:#9aa59f}.account form{margin-left:auto}.avatar{height:34px;width:34px;border-radius:50%;display:grid;place-items:center;background:#f0eee7;color:#97866b}.admin-main{margin-left:228px;min-height:100vh}.topbar{height:74px;background:white;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 38px;font-size:12px}.topbar .muted{margin-left:10px;font-size:11px}.topbar-date{font-size:11px;color:#89978f}.workspace{max-width:1510px;margin:auto;padding:35px 38px 48px}.page-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:29px}.page-heading p{font-size:12px;color:#8a9690;margin-top:9px}.heading-actions{display:flex;gap:11px}.heading-actions .btn{font-size:12px}.panel{background:white;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.panel-heading{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:23px 25px;border-bottom:1px solid #f0f3f1}.panel-heading h2{font-size:15px}.panel-heading p{font-size:11px;color:#9aa49e;margin-top:3px}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:26px}.stat-card{background:white;border:1px solid var(--line);border-radius:12px;padding:20px 22px}.stat-top{display:flex;align-items:center;justify-content:space-between;font-size:12px;color:#7b8982}.stat-top>span{height:33px;width:33px;border-radius:9px;background:#f3f7f4;color:#699881;display:grid;place-items:center}.stat-card:nth-child(2) .stat-top>span{color:#cdac68;background:#fbf7ed}.stat-card:nth-child(3) .stat-top>span{color:#6d9db2;background:#eef5f8}.stat-card:nth-child(4) .stat-top>span{color:#a590bc;background:#f5f1f8}.stat-card>strong{font-size:34px;font-weight:550;display:block;line-height:1.25;margin:7px 0 11px;letter-spacing:-1px}.stat-card>strong small{color:#9aa69e;font-size:11px;font-weight:400;letter-spacing:0;margin-left:8px}.stat-card p{font-size:10px;color:#a0aaa4}.dashboard-grid{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:24px;margin-bottom:25px}.course-progress-list{padding:0 24px}.course-progress{display:flex;align-items:center;gap:13px;padding:19px 0;border-bottom:1px solid #f0f3f1}.course-progress:last-child{border-bottom:0}.mini-course{width:38px;height:38px;border-radius:10px;display:grid;place-items:center;flex-shrink:0;background:#eef5eb;color:#71916b}.mini-course.tone-1{background:#edf3f9;color:#779cb9}.mini-course.tone-2{background:#f3effa;color:#a38bc0}.mini-course.tone-3{background:#faf4e9;color:#c4a05d}.mini-course.tone-4{background:#f8eee7;color:#b59479}.progress-info{flex:1}.progress-info strong{display:block;font-size:13px;font-weight:550}.progress-info small{display:block;font-size:10px;color:#a1aaa4;margin-top:4px}.progress-count{min-width:77px;text-align:right}.progress-count strong{font-size:19px;font-weight:500}.progress-count small{font-size:10px;color:#a0aaa4}.dashboard-side{display:flex;flex-direction:column;gap:17px}.publish-card{background:#e6f0e9;border-radius:13px;padding:24px;position:relative;overflow:hidden}.publish-card:after{content:"";position:absolute;width:150px;height:150px;border:25px solid #d6e6d970;border-radius:50%;right:-64px;top:-28px;pointer-events:none}.publish-icon{display:inline-grid;place-items:center;width:36px;height:36px;border-radius:10px;background:#d7e8dc;color:#548566;margin-bottom:18px}.publish-card .eyebrow{font-size:9px;letter-spacing:1px;color:#789585}.publish-card h2{font-size:24px;font-weight:550;line-height:1.5;letter-spacing:.3px}.publish-card p{font-size:11px;color:#86a08e;line-height:1.9;margin:10px 0 20px}.publish-card .btn{font-size:11px;min-height:36px;padding:7px 13px}.quick-panel{padding:20px 22px}.quick-panel h3{font-size:12px}.quick-panel p{font-size:11px;line-height:1.9;color:#9aa59e;margin:8px 0 12px}.quick-panel .text-link{font-size:11px}.empty-state{text-align:center;padding:50px 20px 56px;color:#a0ada5}.empty-state>.icon{width:33px;height:33px;margin-bottom:12px;color:#adbbb1}.empty-state h3{font-size:14px;font-weight:500;color:#82928a}.empty-state p{font-size:12px;margin-top:7px}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse;text-align:left;font-size:12px;white-space:nowrap}thead{background:#f9fbfa;color:#98a49c;font-size:11px}th{padding:14px 23px;font-weight:400}td{padding:17px 23px;border-bottom:1px solid #f0f3f1;color:#607269}td strong{font-weight:550;color:#364e41}tbody tr:last-child td{border-bottom:0}tbody tr:hover{background:#fcfdfc}.table-course{display:flex;align-items:center;gap:12px}.table-course small{display:block;color:#a1aaa4;font-size:10px;margin-top:4px}.table-actions{display:flex;gap:16px;color:var(--green);font-size:12px}.record-id{display:block;font-size:9px;color:#a6b0a9;letter-spacing:.5px;margin-top:2px}.phone{font-variant-numeric:tabular-nums}.count{display:inline-block;padding:1px 7px;background:#f0f5f1;border-radius:5px;color:#7a9382;font-size:11px;margin-left:6px}.editor-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:24px}.form-panel{padding:26px}.form-section-title{display:flex;gap:12px;align-items:center;margin-bottom:27px}.form-section-title>span{font-size:12px;color:#6f9b80;background:#edf5ef;padding:8px 10px;border-radius:8px}.form-section-title h2{font-size:16px}.form-section-title p{font-size:11px;color:#a0a9a2;margin-top:3px}.editor-note{display:flex;gap:10px;padding:19px 8px;color:#93a198;font-size:11px;line-height:1.9}.editor-note .icon{margin-top:3px}.filter-bar{padding:23px;display:flex;gap:12px;align-items:flex-end;flex-wrap:wrap;border-bottom:1px solid var(--line)}.filter-bar label{flex:1;min-width:120px}.filter-bar label>span{display:block;font-size:11px;color:#87968c;margin-bottom:6px}.filter-bar input,.filter-bar select{font-size:12px;min-height:39px;padding:9px 10px}.filter-bar .search-field{flex:1.5;min-width:180px}.filter-bar .btn{min-height:39px;font-size:12px}.reset-link{font-size:12px;color:#84968a;padding:9px 0}.list-meta{padding:17px 24px;font-size:12px;color:#7b8e80}.list-meta strong{font-weight:600;color:#32614a}.list-meta>span{margin-left:13px;color:#a0aba3;font-size:11px}.pagination{border-top:1px solid var(--line);padding:17px 24px;display:flex;align-items:center;justify-content:space-between;color:#92a095;font-size:12px}.pagination>div{display:flex;gap:10px}.export-layout{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:24px;margin-bottom:30px}.export-layout .muted{font-size:12px;margin-top:8px}.export-course-options{margin:23px 0}.export-course{display:flex;align-items:center;gap:12px;padding:14px 2px;border-bottom:1px solid var(--line)}.export-course>span{flex:1}.export-course strong{font-size:13px;font-weight:500}.export-course small{display:block;color:#98a69b;font-size:11px;margin-top:3px}.export-course .badge{flex:none}.export-buttons{display:flex;gap:12px;margin-bottom:24px}.export-buttons .btn{font-size:12px}.export-explainer{background:#fbfcfa;display:flex;flex-direction:column;justify-content:center}.export-explainer h3{margin-top:25px;font-size:15px}.export-explainer p{font-size:12px;color:#8d9e90;line-height:1.9;margin:12px 0 18px}.document-illustration{width:135px;height:160px;border:1px solid #dfe9df;border-radius:8px;padding:20px;background:white;box-shadow:8px 8px 0 #edf3eb;transform:rotate(-4deg);display:flex;flex-direction:column;gap:9px;align-self:center}.document-illustration .icon{color:#619070}.document-illustration span{font-size:12px;font-weight:600;color:#719578}.document-illustration>div{height:10px;border:1px solid #e5ede5;background:repeating-linear-gradient(90deg,#f1f6f0 0 19px,#dfeade 19px 20px)}.section-heading{display:flex;justify-content:space-between;align-items:center;margin:28px 0 18px}.section-heading>span{font-size:12px;color:#93a196}.qr-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.qr-card{text-align:center;padding:22px}.qr-card h3{font-size:15px}.qr-card img{display:block;max-width:100%;height:auto;margin:9px auto}.qr-card p{font-size:12px;color:#91a092}.qr-actions{display:flex;justify-content:center;gap:20px;margin-top:15px}.qr-url{display:block;overflow-wrap:anywhere;line-height:1.7;font-size:10px;color:#a1aca3;margin-top:14px}.settings-form{max-width:740px}.settings-form h2{margin-bottom:20px}.settings-form>p{font-size:12px;margin:-10px 0 22px}
/* 家长报名端 */
.public-body{background:#f7f9f8}.public-header{max-width:1200px;margin:auto;height:100px;display:flex;justify-content:space-between;align-items:center;padding:0 32px}.public-header .brand{font-size:18px}.public-header-note{font-size:12px;color:#95a39a;letter-spacing:1px}.public-main{max-width:1200px;margin:auto;padding:0 32px 40px;min-height:calc(100vh - 178px)}.public-footer{text-align:center;color:#a4afa8;font-size:11px;padding:20px 20px 30px}.public-footer a{margin-left:18px}.catalog-hero{position:relative;overflow:hidden;background:#e8f1eb;border:1px solid #e1ebe3;border-radius:23px;padding:46px 49px;min-height:355px}.catalog-hero .eyebrow{font-size:10px;letter-spacing:2px;color:#7f9d88}.catalog-hero h1{font-size:42px;font-weight:600;line-height:1.5;letter-spacing:1px}.catalog-hero h1>span{color:#d9a453}.catalog-hero p{margin-top:18px;font-size:13px;line-height:1.95;color:#80948a}.hero-pills{display:flex;gap:21px;margin-top:25px;color:#668573;font-size:11px}.hero-pills>span{display:flex;align-items:center;gap:7px}.hero-pills .icon{width:16px;height:16px}.hero-art{position:absolute;right:60px;top:15px;width:390px;height:340px}.art-orbit{position:absolute;width:300px;height:300px;border:1px solid #bdd2bf;border-radius:50%;left:55px;top:15px}.art-orbit:after{content:"";position:absolute;inset:25px;border:1px dashed #ccddcc;border-radius:50%}.art-book{position:absolute;width:170px;height:186px;top:85px;left:120px;background:#6d9980;border-radius:20px 32px 24px 18px;transform:rotate(-14deg);box-shadow:12px 12px 0 #b5cdb7;display:grid;place-items:center;color:#e3eddd}.art-book .icon{width:96px;height:96px;stroke-width:1}.art-star{position:absolute;color:#d6b465;font-size:86px;top:5px;left:68px}.art-block{width:67px;height:67px;background:#b6cfd5;border:7px solid #a6c4ca;position:absolute;right:10px;bottom:13px;border-radius:12px;transform:rotate(17deg)}.art-ball{position:absolute;left:30px;bottom:25px;width:73px;height:73px;border-radius:50%;background:repeating-linear-gradient(45deg,#d5b77d 0 17px,#e2c993 17px 19px)}.public-main>.section-heading{margin-top:35px;margin-bottom:22px}.course-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.course-card{background:white;border:1px solid var(--line);border-radius:15px;overflow:hidden;transition:transform .2s,box-shadow .2s}.course-card:hover{transform:translateY(-3px);box-shadow:0 7px 20px #273b3210}.course-art{height:152px;background:#e8efdd;position:relative;padding:22px;color:#719462;overflow:hidden}.tone-1 .course-art{background:#e7eef5;color:#7896b8}.tone-2 .course-art{background:#eeeaf6;color:#a08eb8}.tone-3 .course-art{background:#f5efdf;color:#bea369}.tone-4 .course-art{background:#f1e8df;color:#b39577}.course-number{font-size:12px;letter-spacing:2px;opacity:.6}.course-symbol{position:absolute;right:30px;top:8px;font-size:95px;line-height:1.5;transform:rotate(-12deg);opacity:.65;font-family:Georgia,"Segoe UI Symbol",serif}.course-art-label{position:absolute;left:22px;bottom:20px;font-size:17px;letter-spacing:3px;opacity:.75}.course-card-body{padding:22px}.card-title{display:flex;align-items:center;justify-content:space-between;gap:8px}.card-title h3{font-size:16px}.course-meta{color:#95a397;font-size:10px;margin-top:9px}.course-meta>span{margin:0 6px}.course-excerpt{font-size:12px;color:#849187;line-height:1.9;margin:16px 0 22px;height:69px;overflow:hidden}.card-bottom{border-top:1px solid #edf1ed;padding-top:17px;display:flex;flex-direction:column;gap:16px}.card-bottom>span{font-size:11px;color:#8b9a8d}.card-bottom .text-link{align-self:flex-end;font-size:12px}.enrollment{max-width:780px;margin:auto}.back-link{display:inline-block;color:#91a097;font-size:12px;margin:0 0 20px}.enroll-sheet{background:white;border:1px solid #ebefec;border-radius:14px;padding:43px 45px}.enroll-heading{text-align:center}.enroll-label{font-size:11px;letter-spacing:2px;color:#9aacad}.enroll-heading h1{font-size:29px;color:#049fe3;line-height:1.55;margin:16px 0 22px}.enroll-chips{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:9px}.enroll-chips>span:not(.badge){font-size:11px;color:#88989e;background:#f5f8f9;border-radius:4px;padding:4px 10px}.enroll-description{margin:33px 0 22px;font-size:16px;line-height:2.15;text-align:justify;color:#404e51;overflow-wrap:anywhere;white-space:normal}.course-facts{padding:18px 20px;background:#f7fafb;border-radius:8px;display:grid;grid-template-columns:1.5fr 1fr;gap:20px}.course-facts small{font-size:10px;color:#93a5ab}.course-facts p{font-size:12px;color:#6d7e84;line-height:1.8;margin-top:5px}.enroll-sheet hr{border-top-style:dashed;margin:30px 0 33px}.enroll-form .field{margin-bottom:30px;gap:13px}.enroll-form .field>span{font-size:16px;font-weight:400;color:#344448}.required{color:#e37676;font-weight:400}.enroll-form input:not([type=checkbox]),.enroll-form select{border-radius:4px;border-color:#e0e5e7;min-height:49px;font-size:14px;padding:12px 14px}.enroll-form input:focus,.enroll-form select:focus{border-color:#69bfe3;box-shadow:0 0 0 3px #059ff00b}.consent{display:flex;align-items:flex-start;gap:9px;color:#8a999c;font-size:11px;line-height:1.85;margin:1px 0 25px;cursor:pointer}.consent input{margin:3px 0 0;accent-color:var(--blue)}.enroll-submit{width:100%;color:white;background:var(--blue);font-size:18px;min-height:53px;border-radius:5px;letter-spacing:2px}.enroll-submit:hover{background:#008edb}.enroll-submit .icon{margin-left:7px;width:19px}.form-footnote{text-align:center;font-size:10px;color:#a7b0b1;margin-top:14px}.closed-notice{text-align:center;padding:25px 0 30px}.closed-notice h2{font-size:20px;color:#939c9c}.closed-notice p{color:#a2aeac;margin-top:10px;font-size:12px}.login-card{max-width:445px;padding:37px 39px;margin:45px auto;background:white;border:1px solid var(--line);border-radius:18px;box-shadow:0 15px 45px #2d513009;text-align:center}.login-mark{display:inline-grid;place-items:center;width:54px;height:54px;border-radius:15px;color:var(--green);background:#eaf4ed;margin-bottom:22px}.login-mark .icon{width:29px;height:29px}.login-card h1{font-size:25px}.login-card>p{color:#93a298;font-size:12px;margin-top:10px;margin-bottom:28px}.login-card form{text-align:left}.login-card .field>span{font-size:12px}.login-return{display:inline-block;font-size:11px;color:#94a398;margin-top:24px}.success-card{max-width:590px;margin:40px auto;background:white;border:1px solid var(--line);border-radius:18px;padding:42px;text-align:center}.success-icon{display:inline-grid;place-items:center;background:#e7f6ed;border-radius:50%;color:#45956e;width:74px;height:74px;margin-bottom:22px}.success-icon .icon{width:36px;height:36px}.success-card>p{font-size:12px;color:#93a297;margin-top:12px}.success-card dl{background:#f8faf8;border-radius:10px;padding:19px 22px;margin:26px 0;text-align:left;font-size:13px}.success-card dl>div{display:flex;justify-content:space-between;gap:20px;padding:9px 0}.success-card dt{color:#9aa89e;flex-shrink:0}.success-card dd{margin:0;text-align:right;color:#5f7767}.success-card .form-footnote{font-size:10px;margin-top:20px}
@media(min-width:1500px){.workspace{padding-top:43px}.stats-grid{gap:25px}.stat-card{padding:23px 26px}.dashboard-grid{grid-template-columns:minmax(0,1fr) 330px}.course-progress{padding:22px 0}}
@media(max-width:1150px){.sidebar{width:200px;padding-left:15px;padding-right:15px}.admin-main{margin-left:200px}.workspace{padding:28px 24px}.topbar{padding:0 24px}.dashboard-grid{grid-template-columns:1fr}.dashboard-side{display:grid;grid-template-columns:1.2fr 1fr}.publish-card h2 br{display:none}.publish-icon{display:none}.publish-card .eyebrow{margin-bottom:6px}.publish-card p{margin-bottom:13px}.publish-card{padding:22px}.quick-panel{display:flex;flex-direction:column;justify-content:center}.stats-grid{gap:14px}.stat-card{padding:17px}.page-heading{align-items:flex-start}.heading-actions{flex-wrap:wrap;justify-content:flex-end}.editor-layout{grid-template-columns:minmax(0,1fr) 290px;gap:18px}.form-panel{padding:22px}.export-layout{grid-template-columns:1fr 260px}.hero-art{right:20px;transform:scale(.9);transform-origin:right center}.catalog-hero h1{font-size:36px}.course-grid{gap:17px}.course-card-body{padding:19px}.course-meta{line-height:1.9}.qr-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:850px){.sidebar{width:76px;padding:24px 12px}.sidebar .brand{justify-content:center;margin-bottom:35px}.sidebar .brand>span:last-child,.nav-caption,.sidebar-bottom>a,.account>div,.account .avatar{display:none}.nav-item{font-size:0;gap:0;justify-content:center;padding:15px}.nav-item .icon{width:20px;height:20px}.account{justify-content:center}.account form{margin:0}.admin-main{margin-left:76px}.workspace{padding:25px 20px}.page-heading{flex-direction:column;gap:20px}.heading-actions{justify-content:flex-start}.stats-grid{grid-template-columns:repeat(2,1fr)}.editor-layout{grid-template-columns:1fr}.export-layout{grid-template-columns:1fr}.export-explainer{display:none}.public-header-note{display:none}.course-grid{grid-template-columns:repeat(2,1fr)}.hero-art{right:-30px;opacity:.7;transform:scale(.7)}.catalog-hero{padding:36px;min-height:330px}.catalog-hero h1{font-size:34px;position:relative;z-index:1}.catalog-hero p{position:relative;z-index:1}.hero-pills{position:relative;z-index:1}.section-heading>span{font-size:10px}.enroll-sheet{padding:36px}}
@media(max-width:600px){h1{font-size:25px}.public-header{height:78px;padding:0 21px}.public-header .brand{font-size:16px}.public-header .brand-mark{width:34px;height:34px;border-radius:10px}.public-main{padding:0 18px 25px}.catalog-hero{padding:28px 25px;min-height:320px;border-radius:16px}.catalog-hero .eyebrow{font-size:8px}.catalog-hero h1{font-size:30px;line-height:1.55}.catalog-hero p{font-size:11px;margin-top:14px}.hero-art{transform:scale(.45);right:-55px;top:65px;opacity:.5}.hero-pills{font-size:9px;gap:12px;margin-top:20px}.hero-pills .icon{width:13px;height:13px}.course-grid{grid-template-columns:1fr;gap:19px}.course-art{height:143px}.course-card-body{padding:22px}.course-excerpt{height:auto;max-height:68px}.public-main>.section-heading{align-items:flex-start;gap:5px;flex-direction:column;margin-top:29px}.section-heading h2{font-size:18px}.section-heading>span{font-size:11px}.course-meta{font-size:11px}.card-bottom{flex-direction:row;align-items:flex-end;gap:10px}.card-bottom>span{max-width:65%;font-size:10px}.card-bottom .text-link{font-size:11px}.enrollment{margin:0 -18px}.back-link{margin:0 22px 15px;font-size:11px}.enroll-sheet{padding:30px 22px 34px;border-left:0;border-right:0;border-radius:0}.enroll-heading h1{font-size:25px;line-height:1.55;margin:14px 0 18px}.enroll-label{font-size:9px}.enroll-chips{gap:6px}.enroll-chips>span:not(.badge){font-size:9px;padding:4px 7px}.enroll-chips .badge{font-size:9px}.enroll-description{font-size:16px;line-height:2;margin-top:28px}.course-facts{padding:15px;gap:14px;grid-template-columns:1.6fr 1fr}.course-facts p{font-size:11px}.enroll-sheet hr{margin:28px 0 31px}.enroll-form .field{margin-bottom:32px}.enroll-form .field>span{font-size:16px}.enroll-form .form-grid{gap:12px}.enroll-form input:not([type=checkbox]),.enroll-form select{font-size:15px;min-height:50px}.consent{font-size:10px;margin-top:3px;margin-bottom:27px}.enroll-submit{min-height:52px;font-size:18px}.public-footer{font-size:10px;padding:10px 15px 25px}.login-card{margin:28px 0;padding:30px 26px}.success-card{margin:25px 0;padding:32px 24px}.success-card dl{padding:15px;font-size:12px}.sidebar{position:static;width:100%;height:auto;padding:14px 16px 8px;border-right:0;border-bottom:1px solid var(--line)}.sidebar .brand{display:none}.sidebar nav{display:flex;gap:4px;justify-content:space-between}.nav-item{padding:10px;margin:0;flex-direction:column;gap:7px;font-size:9px;border-radius:7px}.nav-item .icon{width:18px;height:18px}.sidebar-bottom{display:none}.admin-main{margin:0}.topbar{height:49px;padding:0 20px;font-size:11px}.topbar-date{font-size:9px}.workspace{padding:24px 16px}.page-heading h1{font-size:23px}.page-heading p{font-size:11px;line-height:1.8}.page-heading .eyebrow{font-size:9px;letter-spacing:1.5px}.heading-actions .btn{font-size:11px;min-height:38px;padding:8px 13px}.stats-grid{gap:12px;margin-bottom:18px}.stat-card{padding:16px}.stat-card>strong{font-size:29px}.stat-top{font-size:11px}.stat-top>span{height:28px;width:28px}.stat-top .icon{width:16px;height:16px}.stat-card p{font-size:9px}.dashboard-grid{gap:17px}.panel-heading{padding:18px}.panel-heading h2{font-size:14px}.panel-heading .text-link{font-size:10px}.panel-heading p{font-size:10px}.course-progress-list{padding:0 16px}.course-progress{gap:9px;padding:16px 0}.progress-info strong{font-size:12px}.progress-info small{font-size:8px}.progress-count{min-width:48px}.progress-count strong{font-size:17px}.progress-count small{font-size:8px}.course-progress .badge{font-size:8px;padding:3px 5px;gap:4px}.mini-course{width:32px;height:32px;border-radius:8px}.mini-course .icon{width:17px;height:17px}.dashboard-side{grid-template-columns:1fr}.publish-card{padding:22px}.publish-card h2{font-size:22px}.publish-card p{font-size:11px}.quick-panel{display:none}.empty-state{padding:39px 18px 42px}.form-panel{padding:22px 19px}.field>span{font-size:12px}.form-panel .field{margin-bottom:21px}.export-buttons{flex-direction:column}.export-course{gap:10px}.export-course strong{font-size:12px}.export-course .badge{font-size:9px}.qr-grid{grid-template-columns:1fr 1fr;gap:12px}.qr-card{padding:17px 12px}.qr-card h3{font-size:12px}.qr-card img{width:150px}.qr-card p{font-size:9px}.qr-actions{gap:12px}.qr-actions .text-link{font-size:10px}.qr-url{font-size:8px}.section-heading{flex-direction:column;align-items:flex-start;gap:6px}.alert{font-size:11px;flex-wrap:wrap;padding:13px}.filter-bar{padding:18px;gap:10px}.filter-bar label{min-width:calc(50% - 10px)}.filter-bar .search-field{min-width:100%}.list-meta{padding:14px 18px;font-size:11px}.list-meta>span{display:block;margin:4px 0 0;font-size:10px}th,td{padding:13px 17px}.form-grid{gap:12px}.topbar .muted{font-size:9px}}
@media print{.sidebar,.topbar,.public-header,.public-footer,.heading-actions,.back-link{display:none}.admin-main{margin:0}.workspace,.public-main{padding:0}.panel{break-inside:avoid}.public-body,.admin-body{background:white}.enroll-sheet{border:0}.btn{display:none}}
