:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Microsoft YaHei,sans-serif;color:#27342f;background:#f6f8f7;font-synthesis:none;line-height:1.55;font-size:14px;--green: #256653;--muted: #6b7771;--border: #dfe6e2;--surface: #fff}*{box-sizing:border-box;letter-spacing:0}body{margin:0}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}button{min-height:40px;border:1px solid var(--border);padding:8px 14px;border-radius:6px;background:#fff;color:inherit;cursor:pointer;display:inline-flex;gap:8px;align-items:center;justify-content:center;font-weight:500}button:hover{background:#edf3ef;border-color:#baccc1}button:disabled{opacity:.5;cursor:not-allowed}a{color:var(--green);text-decoration:none}a:hover{text-decoration:underline}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid #ca923d;outline-offset:3px}input,select,textarea{min-width:0;width:100%;padding:10px 12px;border:1px solid #cbd6cf;border-radius:5px;color:#27342f;background:#fff}input[type=checkbox],input[type=radio]{accent-color:var(--green);width:19px;height:19px;flex:0 0 19px}textarea{resize:vertical}label{display:flex;flex-direction:column;gap:7px;margin-bottom:16px;font-weight:500}fieldset{border:0;margin:0;padding:0}h1,h2,h3,p{margin-top:0}h1{font-size:28px;line-height:1.4;font-weight:650;margin-bottom:8px;overflow-wrap:anywhere}h2{font-size:19px;font-weight:650;line-height:1.5}h3{font-size:16px;line-height:1.6}p{margin-bottom:16px}small{font-size:12px}svg{flex-shrink:0}.primary{background:var(--green);border-color:var(--green);color:#fff}.primary:hover{background:#1b503f;border-color:#1b503f}.full{width:100%}.text-button{background:transparent;border:0;padding:4px 0;color:var(--green)}.text-button:hover{background:transparent;text-decoration:underline}.icon-button{width:40px;height:40px;flex-shrink:0;padding:0;border-color:transparent;background:transparent}.muted{color:var(--muted)}.positive{color:#24724f}.row,.spread{display:flex;gap:10px;align-items:center}.spread{justify-content:space-between}.nowrap{white-space:nowrap}.brand{display:flex;gap:11px;align-items:center;font-size:22px;font-weight:700;white-space:nowrap}.brand small{display:block;font-size:11px;font-weight:500;color:var(--muted);margin-top:-2px}.brand-icon{background:#e2efe7;color:var(--green);display:grid;place-items:center;border-radius:8px;width:41px;height:41px}.badge{display:inline-flex;width:fit-content;flex-shrink:0;align-items:center;padding:3px 8px;border-radius:4px;font-size:12px;line-height:1.5;background:#eef2ef;color:#5c6a63;white-space:nowrap}.badge.published{color:#286344;background:#e7f3e9}.badge.pending{color:#8a601b;background:#fff2d9}.badge.offline{color:#76696b;background:#f2eeee}.badge.draft{color:#496986;background:#eaf1f8}.eyebrow{color:var(--muted);font-size:12px;margin-bottom:8px}.page-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:28px}.page-heading h1{margin-bottom:0}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:22px}.section-heading h2{margin:0}.empty{padding:45px 20px;color:var(--muted);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;text-align:center}.empty p{margin:0}.error-notice{background:#fff0ed;border:1px solid #efd0c7;color:#993e2c;padding:12px 14px;border-radius:5px;display:flex;gap:10px;align-items:flex-start;margin-bottom:16px}.error-notice span{overflow-wrap:anywhere}.toast{position:fixed;z-index:20;left:50%;bottom:100px;transform:translate(-50%);background:#263e34;color:#fff;border-radius:6px;padding:14px 20px;display:flex;gap:10px;align-items:center;max-width:calc(100% - 32px);width:max-content;box-shadow:0 4px 18px #172d2726}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.modal{width:min(480px,calc(100% - 28px));max-height:calc(100dvh - 40px);border:1px solid var(--border);padding:24px;border-radius:8px;color:inherit;box-shadow:0 18px 80px #12241a33;overflow-y:auto}.modal.wide{width:min(800px,calc(100% - 28px))}.modal::backdrop{background:#19292285}.modal>header{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:22px}.modal>header h2{margin:0}.modal details{margin-bottom:20px}.modal summary{cursor:pointer;color:var(--green)}.dialog-actions{margin-top:24px;display:flex;justify-content:flex-end;gap:12px;border-top:1px solid var(--border);padding-top:18px}.check-label{flex-direction:row;align-items:flex-start;font-weight:400}.check-label .text-button{display:inline;min-height:unset;padding:0 4px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 18px}.editor-form h3{padding-bottom:12px;border-bottom:1px solid var(--border);margin:12px 0 20px}.version-item{padding-bottom:15px;border-bottom:1px solid var(--border)}.prose{white-space:pre-line;line-height:1.9;overflow-wrap:anywhere}.login-page{min-height:100dvh;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:32px 20px;background:#f3f7f4}.login-content{width:100%;max-width:370px}.login-content .brand{margin-bottom:35px}.login-content h1{font-size:25px}.login-content form{margin:25px 0 10px}.login-content .primary{margin-top:8px}.login-content .check-label{font-size:14px}.admin-app{display:flex;min-height:100dvh}.sidebar{width:226px;flex:0 0 226px;background:#fff;border-right:1px solid var(--border);position:fixed;height:100dvh;z-index:10;padding:28px 18px 22px;display:flex;flex-direction:column}.sidebar .brand{padding-left:8px}.workspace-label{margin:32px 10px 15px;font-size:11px;color:#879289;display:flex;justify-content:space-between;align-items:center}.workspace-label .badge{font-size:10px}.sidebar nav{display:flex;flex-direction:column;gap:6px}.sidebar nav button{padding:12px 14px;min-height:45px;justify-content:flex-start;border:0;color:#65716b;gap:13px}.sidebar nav button.selected{background:#e8f0eb;color:#25604a;font-weight:650}.sidebar-bottom{margin-top:auto;border-top:1px solid var(--border);padding:20px 10px 0;display:flex;flex-direction:column;gap:18px;font-size:12px}.sidebar-bottom a{display:flex;align-items:center;gap:10px;font-size:14px}.sidebar-bottom a svg:last-child{margin-left:auto}.admin-main{flex:1;min-width:0;margin-left:226px}.topbar{height:74px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:0 36px;background:#fff;gap:12px}.topbar-left{display:flex;align-items:center;gap:8px}.topbar-left>button{display:none}.account{display:flex;gap:10px;align-items:center;font-size:12px}.avatar{width:32px;height:32px;border-radius:50%;background:#ebdfd2;color:#876848;display:grid;place-items:center}.admin-content{max-width:1560px;margin:auto;padding:32px 36px;min-height:calc(100dvh - 128px)}.admin-footer{display:flex;justify-content:space-between;padding:15px 36px;font-size:11px;color:#8a958e}.metrics{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:28px 0;margin-bottom:35px}.metric{padding:0 26px;border-right:1px solid var(--border)}.metric:first-child{padding-left:0}.metric:last-child{border:0}.metric>span{display:flex;justify-content:space-between;gap:12px;align-items:center;color:var(--muted);font-size:13px}.metric svg{color:#4d8870}.metric:nth-child(2) svg{color:#bc7750}.metric:nth-child(3) svg{color:#667cad}.metric:nth-child(4) svg{color:#b89c43}.metric strong{display:block;font-size:34px;font-weight:650;margin-top:12px;font-variant-numeric:tabular-nums}.dashboard-columns{display:grid;grid-template-columns:1.25fr 1fr;gap:42px;margin-bottom:36px}.dashboard-columns>section{padding:5px 0 20px}.dashboard-columns>section+section{border-left:1px solid var(--border);padding-left:38px}.funnel-row{display:flex;gap:16px;margin-bottom:23px;align-items:center}.funnel-row>span{font-size:12px;color:#84918a}.funnel-row>div{flex:1}.funnel-row .spread{font-size:13px;margin-bottom:9px}.bar-track{height:8px;width:100%;background:#e8eeea;border-radius:2px;overflow:hidden}.bar-track>div{height:100%;background:#6d9b83;min-width:0}.funnel-row:nth-child(2) .bar-track>div{background:#83a5bb}.funnel-row:nth-child(3) .bar-track>div{background:#c3a167}.funnel-row:nth-child(4) .bar-track>div{background:#b48e8c}.task-row{width:100%;border:0;padding:15px 0;justify-content:flex-start;text-align:left;background:transparent;border-bottom:1px solid var(--border);border-radius:0;gap:14px}.task-row small{display:block;color:var(--muted);margin-top:5px}.task-row>svg{margin-left:auto}.icon-tile{width:44px;height:44px;background:#eaf0ec;color:#4b8067;border-radius:6px;display:grid;place-items:center;flex-shrink:0}.task-row .icon-tile{background:#fbefda;color:#ac7d28}.quality-stat{padding-top:26px;display:flex;flex-direction:column}.quality-stat strong{font-size:33px;font-weight:600;margin:6px 0}.quick-links{border-top:1px solid var(--border);padding-top:25px}.quick-links>div{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.quick-links button{background:transparent;border:0;padding:12px 0;justify-content:flex-start;gap:13px}.quick-links button>svg:last-child{margin-left:auto;color:var(--muted)}.toolbar{display:flex;align-items:center;gap:15px;margin:8px 0 20px;flex-wrap:wrap}.search-field{display:flex;align-items:center;gap:10px;border:1px solid var(--border);border-radius:6px;background:#fff;padding:0 12px;color:var(--muted);width:min(360px,100%)}.search-field input{border:0;padding-left:0;min-height:42px;background:transparent}.toolbar select{width:140px}.toolbar>.muted{margin-left:auto;font-size:12px}.table-wrap{width:100%;overflow-x:auto;background:#fff;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}table{border-collapse:collapse;width:100%;text-align:left;font-size:13px}th{color:#77847b;font-size:12px;font-weight:500;background:#f1f5f2;white-space:nowrap}th,td{padding:17px 16px;border-bottom:1px solid #e9edea}tbody tr:last-child td{border-bottom:0}td{vertical-align:middle}td b{font-weight:550}.course-cell{display:flex;gap:12px;align-items:center;min-width:240px;max-width:440px}.course-cell img{width:62px;height:48px;border-radius:4px;object-fit:cover;flex-shrink:0}.course-cell small,.cell-sub{display:block;color:#839087;font-size:11px;margin-top:4px}.actions{gap:2px}.actions .icon-button{height:34px;width:32px;min-height:34px}.audit-detail{max-width:360px;white-space:pre-wrap;overflow-wrap:anywhere;font-size:12px}.h5-app{--reading-size: 18px;font-size:var(--reading-size);max-width:1040px;margin:0 auto;min-height:100dvh;padding-bottom:104px;background:#fff}.h5-app.large-type{--reading-size: 22px}.h5-app.high-contrast{color:#14211a;--muted: #334b3c;--border: #a2b6a8;--green: #104c30}.h5-app h1{font-size:28px}.h5-app h2{font-size:22px}.h5-app h3{font-size:19px}.h5-app.large-type h1{font-size:30px}.h5-app.large-type h2{font-size:25px}.h5-app.large-type h3,.h5-app.large-type .course-row h3{font-size:23px}.h5-app.large-type .today-course p{font-size:20px}.h5-app small{font-size:14px}.h5-app button{min-height:46px}.h5-app .icon-button{width:46px;height:46px}.h5-app .badge{font-size:13px}.h5-header{padding:20px 36px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;gap:10px}.h5-header .brand{font-size:23px}.h5-header .brand small{font-size:12px}.h5-header .text-button{font-size:15px}.h5-main{padding:32px 36px 45px}.welcome{display:flex;justify-content:space-between;align-items:center;gap:15px;margin-bottom:30px}.welcome h1{font-size:26px}.welcome .eyebrow{font-size:14px;margin-bottom:7px}.date-chip{font-size:14px;display:flex;align-items:center;gap:8px;white-space:nowrap;color:var(--muted)}.today-section{padding:0 0 25px;border-bottom:1px solid var(--border)}.today-course{display:grid;grid-template-columns:1fr 1.1fr;gap:28px;align-items:center}.today-course>img{width:100%;aspect-ratio:1.4;object-fit:cover;border-radius:6px}.today-course h2{font-size:27px;margin:10px 0 12px}.category-label{color:#9a6e3e;font-size:13px;font-weight:550}.today-course p{color:#64726a;font-size:16px;margin-bottom:16px}.course-meta{display:flex;gap:7px;align-items:center;font-size:13px;color:var(--muted);margin-bottom:20px}.course-meta svg:nth-of-type(2){margin-left:12px}.today-course .primary{padding:12px 22px;min-height:50px}.h5-stats{display:grid;grid-template-columns:1fr 1fr;padding:26px 0;border-bottom:1px solid var(--border);margin-bottom:30px}.h5-stats>div{display:flex;gap:16px;align-items:center;justify-content:center;color:#678574;font-size:15px}.h5-stats>div+div{border-left:1px solid var(--border);color:#af8652}.h5-stats strong{color:#30493a;font-size:27px;margin-right:8px}.course-section{margin-bottom:30px}.course-row{width:100%;border:0;border-bottom:1px solid var(--border);padding:20px 0;border-radius:0;text-align:left;justify-content:flex-start;gap:22px;align-items:center}.course-row:hover{background:#f8faf8}.course-row>img{width:160px;aspect-ratio:1.4;object-fit:cover;border-radius:5px}.course-row>div{flex:1;min-width:0}.course-row h3{margin:5px 0;font-weight:600}.course-row small{color:var(--muted);font-weight:400}.course-row-status{display:flex;flex-wrap:wrap;gap:6px 18px;margin-top:12px;font-size:13px;color:var(--muted);font-weight:400}.course-row-status>span{display:flex;align-items:center;gap:5px}.health-note{display:flex;align-items:flex-start;gap:13px;padding:22px 0;color:#6b7b70}.health-note b{font-size:16px;color:#476351;font-weight:500}.health-note p{font-size:14px;margin:7px 0 0;line-height:1.8}.bottom-nav{position:fixed;bottom:0;left:50%;transform:translate(-50%);width:min(1040px,100%);display:grid;grid-template-columns:repeat(3,1fr);background:#fffffffa;border-top:1px solid var(--border);padding:9px 0 max(9px,env(safe-area-inset-bottom));z-index:8}.bottom-nav button{display:flex;flex-direction:column;gap:3px;padding:5px;border:0;color:#8a948d;background:transparent;border-radius:0;font-size:14px}.bottom-nav button.active{color:var(--green)}.tabs{display:flex;gap:24px;margin:22px 0 5px;border-bottom:1px solid var(--border)}.tabs button{background:transparent;border:0;border-bottom:3px solid transparent;border-radius:0;padding:12px 0;color:var(--muted)}.tabs button.active{color:var(--green);border-bottom-color:var(--green)}.checkin-records{margin-top:35px}.record-row{display:flex;align-items:center;gap:15px;padding:21px 0;border-bottom:1px solid var(--border)}.record-row>div{flex:1;min-width:0}.record-row b{font-weight:550;font-size:17px}.record-row small{display:block;color:var(--muted);margin-top:5px}.record-row>strong{flex-shrink:0}.profile-heading{display:flex;gap:22px;align-items:center;padding:18px 0 35px}.profile-heading h1{font-size:25px}.profile-heading .muted{font-size:14px}.profile-avatar{width:80px;height:80px;border-radius:50%;background:#e8efe9;color:#78977f;display:grid;place-items:center;flex-shrink:0}.profile-stats{display:grid;grid-template-columns:repeat(3,1fr);padding:12px 0 28px;border-bottom:1px solid var(--border)}.profile-stats>div{display:flex;flex-direction:column;align-items:center;gap:3px}.profile-stats strong{font-size:27px;font-weight:600}.profile-stats span{font-size:14px;color:var(--muted)}.balance-row{padding:25px 0;width:100%;border:0;background:transparent;justify-content:space-between;border-bottom:1px solid var(--border);border-radius:0}.balance-row>div,.balance-row>strong{display:flex;align-items:center;gap:15px}.balance-row svg{color:#b2883e}.balance-row strong{font-size:27px}.profile-menu{margin:14px 0 35px}.profile-menu>button{display:flex;width:100%;gap:17px;justify-content:flex-start;background:transparent;border:0;border-bottom:1px solid var(--border);border-radius:0;padding:23px 0}.profile-menu>button>svg:first-child{color:#6f8a7a}.profile-menu>button>svg:last-child{margin-left:auto;color:#91a197}.enrolled-row{padding:18px 0;border-bottom:1px solid var(--border)}.enrolled-row small{display:block;color:var(--muted);margin:5px 0 15px}.enrolled-row p{font-size:15px;margin-top:10px}.logout-button{display:flex;margin:30px auto 0;color:#815b4e;border:0}.back-button{margin-bottom:18px}.rewards-balance{padding:24px 0;border-bottom:1px solid var(--border);display:flex;flex-direction:column;gap:6px}.rewards-balance strong{font-size:42px;color:#946a35}.rewards-balance small{color:var(--muted)}.lesson{max-width:760px;margin:auto}.lesson h1{font-size:31px;margin:15px 0}.lesson-summary{color:var(--muted);line-height:1.8}.lesson-meta{display:flex;gap:8px 20px;flex-wrap:wrap;color:var(--muted);font-size:13px;margin-bottom:25px}.lesson-media,.lesson-cover{width:100%;aspect-ratio:16/9;object-fit:cover;background:#eef2ef;border-radius:6px}.lesson-cover{max-height:310px}.lesson-tools{margin:24px 0;display:flex;align-items:center;justify-content:space-between;font-size:15px;border-bottom:1px solid var(--border);padding-bottom:15px}.lesson-tools>span{display:flex;align-items:center;gap:9px}.lesson-body p{margin:0 0 24px;line-height:2}.source-note{border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:24px 0;display:flex;gap:13px;color:#55705f;margin:28px 0}.source-note>div{min-width:0}.source-note b{font-weight:550}.source-note a{display:block;font-size:15px;margin:8px 0;text-decoration:underline;overflow-wrap:anywhere}.source-note small{display:block}.source-note p{margin:15px 0 0;color:var(--muted);font-size:14px}.lesson-completion{padding:10px 0 25px}.lesson-completion .spread{font-size:15px}.lesson-completion h2{margin:0}progress{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:8px;margin:16px 0 20px;border:0;border-radius:3px;overflow:hidden;background:#e5ece7}progress::-webkit-progress-bar{background:#e5ece7}progress::-webkit-progress-value{background:#4c8963}progress::-moz-progress-bar{background:#4c8963}.success-note{display:flex;align-items:center;gap:12px;color:#28754f;padding:6px 0 18px}.quiz-section{border-top:1px solid var(--border);padding-top:25px}.answer-option{display:flex;flex-direction:row;align-items:center;gap:12px;padding:15px;border:1px solid var(--border);border-radius:6px;margin:12px 0;cursor:pointer;font-weight:400}.answer-option.chosen{background:#edf4ef;border-color:#619575}.option-letter{color:#6b8071;font-weight:600}.answer-result{margin-top:20px;padding:20px 0;border-top:2px solid #b9cfbe}.answer-result p{line-height:1.9}.answer-result small{color:var(--muted)}.answer-result button{display:flex;width:100%;margin-top:20px}.lesson-chapters{margin:24px 0;border-top:1px solid var(--border)}.chapter-row{width:100%;display:flex;align-items:center;gap:12px;padding:14px 8px;border:0;border-bottom:1px solid var(--border);border-radius:0;background:transparent;color:inherit;text-align:left}.chapter-row:hover{background:#f7faf8}.chapter-row.active{background:#edf6f0;box-shadow:inset 3px 0 #32704e}.chapter-row>div{flex:1;min-width:0}.chapter-row b,.chapter-row small{display:block}.chapter-row small{color:var(--muted);margin-top:3px}.chapter-index{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#fff0df;color:#a65a2d;font-weight:650}.subtitle-note{color:var(--muted);font-size:14px}.subtitle-control{width:fit-content;max-width:100%;display:flex;align-items:center;gap:10px;margin:12px 0;color:var(--muted);font-size:14px}.subtitle-control select{min-width:150px;padding:8px 34px 8px 10px}.activity-preview{line-height:1.8}.activity-preview h2{margin:14px 0}.activity-preview .check-label{margin-top:22px}.h5-app .modal{font-size:17px}.h5-app .modal h2{font-size:21px}@media(min-width:1300px){.admin-content{padding-top:39px}.page-heading{margin-bottom:34px}}@media(max-width:1050px){.sidebar{width:198px;flex-basis:198px;padding-left:12px;padding-right:12px}.admin-main{margin-left:198px}.admin-content{padding:28px 24px}.topbar{padding:0 24px}.dashboard-columns{gap:22px}.dashboard-columns>section+section{padding-left:22px}.metric{padding:0 15px}}@media(max-width:760px){.sidebar{transform:translate(-100%);width:226px;transition:transform .2s;top:64px;height:calc(100dvh - 64px);box-shadow:8px 0 24px #142c2112}.sidebar.open{transform:translate(0)}.admin-main{margin-left:0}.topbar{height:64px;padding:0 14px;position:sticky;top:0;z-index:11}.topbar-left>button{display:inline-flex}.topbar-left>span{font-size:12px}.account>span:not(.avatar){display:none}.admin-content{padding:25px 18px}.page-heading{gap:12px}.page-heading h1{font-size:24px}.page-heading .primary{padding:9px 10px}.page-heading .row{gap:3px}.metrics{grid-template-columns:repeat(2,1fr);gap:25px 0}.metric{padding:0 18px}.metric:nth-child(odd){padding-left:0}.metric:nth-child(2n){border:0}.metric strong{font-size:30px}.dashboard-columns{grid-template-columns:1fr;gap:12px}.dashboard-columns>section+section{border-left:0;border-top:1px solid var(--border);padding:25px 0 0}.quick-links>div{grid-template-columns:1fr;gap:5px}.admin-footer{padding:15px 18px;font-size:10px}.h5-header{padding:15px 20px}.h5-main{padding:24px 20px 32px}.welcome{align-items:flex-start;margin-bottom:25px}.welcome h1{font-size:24px}.date-chip{display:none}.today-course{grid-template-columns:1fr;gap:18px}.today-course>img{aspect-ratio:1.9}.today-course h2{font-size:25px;margin-top:5px}.today-course .primary{width:100%}.h5-stats{padding:22px 0}.course-row{gap:15px;align-items:flex-start}.course-row>img{width:110px;aspect-ratio:1}.course-row h3{font-size:18px}.course-row small{font-size:12px}.course-row-status{font-size:12px;margin-top:8px;gap:4px 10px}.row-chevron{display:none}.h5-app .section-heading h2{font-size:21px}.section-heading{margin-bottom:18px}.section-heading .text-button{font-size:14px}.h5-app h1{font-size:25px}.h5-app .lesson h1{font-size:28px}.profile-heading{gap:16px}.profile-heading h1{font-size:23px}.profile-avatar{width:65px;height:65px}.profile-menu>button{padding:21px 0}.form-grid{grid-template-columns:1fr}.modal{padding:20px}.h5-app .modal{padding:19px}.h5-app .modal .login-content h1{font-size:23px}.h5-app .record-row{gap:10px}.h5-app .record-row b{font-size:16px}}@media(max-width:380px){.h5-header{padding:12px 15px}.h5-header .brand{font-size:20px;gap:8px}.h5-header .brand-icon{width:34px;height:38px}.h5-header>.row{gap:3px}.h5-header .text-button{font-size:13px}.h5-main{padding:22px 16px}.h5-app .course-row{gap:12px}.h5-app .course-row img{width:88px}.h5-app .course-row h3{font-size:17px}.tabs{gap:18px;font-size:16px}.h5-stats>div{gap:10px}.h5-stats strong{font-size:25px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation:none!important;transition:none!important}}.h5-app{--h5-bg: #f7f3eb;--h5-surface: #fffdf8;--h5-ink: #172a4d;--h5-muted: #778092;--h5-red: #d9483e;--h5-line: #e7ded1;background:var(--h5-bg);color:var(--h5-ink)}.h5-app .h5-header{background:var(--h5-bg);border-bottom-color:var(--h5-line)}.h5-app .h5-header .brand-icon{background:var(--h5-red)}.h5-app .h5-header .text-button,.h5-app .h5-header .icon-button{color:var(--h5-red)}.h5-app .h5-header .icon-button{border-color:var(--h5-line);background:var(--h5-surface)}.h5-visual-hero{min-height:190px;margin:-4px 0 24px;padding:28px 26px;border-radius:8px;display:flex;align-items:flex-end;justify-content:space-between;overflow:hidden;color:#fff;background-color:#6b3f32;background-image:url(/images/learning.jpg);background-position:center;background-size:cover;background-blend-mode:multiply}.h5-visual-hero span:first-child{font-size:14px;letter-spacing:.08em}.h5-visual-hero h2{margin:9px 0 5px;color:#fff;font-size:27px}.h5-visual-hero p{margin:0;color:#fff;font-size:16px}.hero-mark{width:72px;height:72px;border:1px solid #ffffff99;border-radius:50%;display:grid;place-items:center;font-size:34px;font-weight:700;background:#ffffff1f}.h5-category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px 8px;margin:0 0 28px}.h5-category{min-height:94px;padding:8px 4px;border:0;border-radius:0;display:flex;flex-direction:column;gap:8px;background:transparent;color:var(--h5-ink);font-size:16px;font-weight:650}.h5-category:hover{background:#fff8}.h5-category-icon{width:58px;height:58px;margin:0 auto;border-radius:50%;display:grid;place-items:center;color:#fff;background:var(--h5-red)}.h5-app .today-section,.h5-app .h5-stats,.h5-app .course-section,.h5-app .checkin-records,.h5-app .profile-menu,.h5-app .enrolled-row,.h5-app .record-row{border-color:var(--h5-line)}.h5-app .today-course,.h5-app .course-row,.h5-app .record-row,.h5-app .balance-row{background:var(--h5-surface)}.h5-app .course-row:hover{background:#fff9f0}.h5-app .primary,.h5-app .balance-row strong,.h5-app .positive{color:var(--h5-red)}.h5-app .primary{background:var(--h5-red);color:#fff}.h5-app .badge.published,.h5-app .success-note{color:#a65a2d}.h5-app .bottom-nav{background:#fffdf8f2;border-top-color:var(--h5-line)}.h5-app .bottom-nav button.active{color:var(--h5-red)}.h5-app .modal{background:var(--h5-surface);border-color:var(--h5-line)}.h5-app .answer-option.chosen{background:#fff0df;border-color:#e2a06b}.media-upload-field{min-height:78px;padding:14px;border:1px dashed #9fb4a6;border-radius:6px;display:grid;grid-template-columns:auto 1fr minmax(160px,220px);gap:13px;align-items:center;background:#f7faf8}.media-upload-field>svg{color:var(--green)}.media-upload-field b,.media-upload-field small{display:block}.media-upload-field small{margin-top:3px;color:var(--muted);font-weight:400}.media-upload-field input{padding:8px;background:#fff}.upload-status{color:#276245;font-size:13px}.structure-editor{margin-top:8px;padding-top:18px;border-top:1px solid var(--border)}.structure-editor .section-heading{align-items:flex-start;margin-bottom:12px}.structure-editor .section-heading h3{margin:0 0 4px}.structure-editor .section-heading p{margin:0;font-size:13px}.structure-item{padding:14px 0;border-top:1px solid var(--border)}.structure-item:first-of-type{border-top:0}.structure-item-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.structure-item .icon-button{width:36px;height:36px}.structure-item input[type=file]{width:100%;padding:8px;background:#fff}.subtitle-item>.row{justify-content:space-between;align-items:center}.subtitle-item>.row input{flex:1;min-width:220px}@media(max-width:760px){.h5-visual-hero{min-height:175px;padding:22px 18px;margin-top:-8px}.h5-visual-hero h2{font-size:23px}.h5-visual-hero p{font-size:14px}.hero-mark{width:58px;height:58px;font-size:28px}.h5-category-grid{gap:14px 4px}.h5-category{font-size:15px}.h5-category-icon{width:54px;height:54px}.media-upload-field{grid-template-columns:auto 1fr}.media-upload-field input{grid-column:1 / -1}.structure-editor .section-heading{align-items:stretch}.structure-editor .section-heading>button{width:100%}.subtitle-item>.row{align-items:stretch;flex-direction:column}.subtitle-item>.row input{min-width:0}}
