@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap";:root{font-family:DM Sans,system-ui,-apple-system,sans-serif;color:#172d2a;background:#f8f7f4;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;--bg:#f8f7f4;--surface:#fff;--ink:#172d2a;--muted:#687872;--line:#e4e7e2;--accent:#e47753;--deep:#173a35;--soft:#ecf2ed;--error:#a44336;--shadow:0 14px 44px rgba(23,45,42,.07);--header-height:72px}:root[data-theme=dark]{color-scheme:dark;--bg:#121b1a;--surface:#1a2725;--ink:#eaf0e9;--muted:#a0ada5;--line:#33443f;--accent:#ff9875;--deep:#c9e4d6;--soft:#23332e;--error:#ffad9c;--shadow:0 14px 44px rgba(0,0,0,.16)}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}html{background:var(--bg)}body{background:var(--bg);color:var(--ink)}button,input,textarea,select{font:inherit}button{cursor:pointer}button:disabled{opacity:.5;cursor:not-allowed}a{color:inherit;text-decoration:none}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:Manrope,system-ui,sans-serif;letter-spacing:-.045em}h1{font-size:clamp(2.15rem,5vw,3.6rem);line-height:1.12;margin-bottom:.4rem}h2{font-size:1.25rem;line-height:1.25}p{line-height:1.6}input,textarea,select{max-width:100%;min-width:0;color:var(--ink);background:var(--surface);border:1px solid var(--line);border-radius:12px;padding:.82rem .95rem;outline:0}input:focus,textarea:focus,select:focus,.rich-input:focus{border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 15%,transparent)}textarea{resize:vertical;min-height:90px}label{display:grid;gap:.45rem;font-weight:600;font-size:.88rem}table{border-collapse:collapse;width:100%;text-align:left}th,td{padding:.85rem .7rem;border-bottom:1px solid var(--line);vertical-align:middle}th{font-size:.73rem;text-transform:uppercase;letter-spacing:.09em;color:var(--muted)}td{font-size:.9rem}.app-shell{min-height:100dvh;display:flex;flex-direction:column;min-width:0}.site-header{height:var(--header-height);border-bottom:1px solid var(--line);background:color-mix(in srgb,var(--bg) 90%,transparent);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);position:sticky;top:0;z-index:40}.header-inner{height:100%;width:min(100% - 48px,1200px);margin:auto;display:flex;align-items:center;gap:2.5rem}.brand-link{display:inline-flex;flex-shrink:0}.brand{font-family:Manrope,system-ui,sans-serif;font-weight:800;letter-spacing:-.075em;font-size:1.75rem;line-height:1}.accent-i{color:var(--accent)}.desktop-nav{display:flex;gap:.1rem;align-items:center;flex:1}.nav-link{font-size:.89rem;font-weight:700;color:var(--muted);padding:.7rem .9rem;border-radius:999px;white-space:nowrap}.nav-link:hover,.nav-link.active{color:var(--ink);background:var(--soft)}.theme-button{margin-left:auto}.mobile-nav{display:none}.main{flex:1;min-width:0}.page{width:min(100% - 48px,1200px);margin:auto;padding:52px 0 90px}.page.narrow{width:min(100% - 48px,800px)}.page-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:34px;gap:1rem}.page-head h1{margin:0}.eyebrow{font-size:.7rem;text-transform:uppercase;letter-spacing:.15em;font-weight:800;color:var(--accent);margin-bottom:.7rem}.muted{color:var(--muted)}.one-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pre-line{white-space:pre-line}.count-pill{min-width:40px;height:40px;display:grid;place-items:center;border-radius:999px;background:var(--soft);font-weight:800}.button{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;border:1px solid transparent;border-radius:12px;padding:.82rem 1.1rem;font-weight:800;font-size:.87rem;min-height:44px;line-height:1.2;transition:transform .12s,background .12s;white-space:nowrap}.button:hover:not(:disabled){transform:translateY(-1px)}.button.primary{background:var(--deep);color:var(--bg)}:root[data-theme=dark] .button.primary{color:#11211d}.button.subtle{background:var(--soft);color:var(--ink)}.button.ghost{background:transparent;border-color:var(--line);color:var(--ink)}.button.danger{background:#a44336;color:#fff}.button.full{width:100%}.icon-button{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border:0;border-radius:999px;background:transparent;color:var(--ink);flex:none}.icon-button:hover{background:var(--soft)}.icon-button.small{width:30px;height:30px}.text-button{background:none;border:0;padding:0;color:var(--accent);font-weight:800;font-size:.82rem}.text-button:hover{text-decoration:underline}.back-link{display:inline-flex;align-items:center;gap:.45rem;color:var(--muted);font-size:.88rem;font-weight:700;margin-bottom:32px}.back-link:hover{color:var(--ink)}.notice{border-radius:12px;padding:.8rem 1rem;margin:1rem 0;font-size:.88rem}.notice.error{color:var(--error);background:color-mix(in srgb,var(--error) 10%,transparent)}.notice.success{color:#26794c;background:#e9f5ec}.error-text{color:var(--error)!important}.loading{width:26px;height:26px;border-radius:50%;border:2px solid var(--line);border-top-color:var(--accent);animation:spin .7s linear infinite;margin:50px auto}@keyframes spin{to{transform:rotate(360deg)}}.empty-state{min-height:310px;border:1px dashed var(--line);border-radius:22px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.85rem;color:var(--muted);text-align:center}.empty-state p{margin:0}.empty-state.compact{min-height:180px;border:0}.tutor-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.tutor-card{min-width:0;min-height:320px;border:1px solid var(--line);border-radius:22px;padding:24px;background:var(--surface);display:flex;flex-direction:column;transition:transform .18s,box-shadow .18s,border-color .18s}.tutor-card:hover{transform:translateY(-3px);box-shadow:var(--shadow);border-color:color-mix(in srgb,var(--accent) 30%,var(--line))}.tutor-card-top{display:flex;align-items:start;justify-content:space-between;gap:8px;margin-bottom:18px}.avatar{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,#f5d6be,#dda386);color:#4c3025;font-family:Manrope,sans-serif;font-weight:800;font-size:1.1rem;flex:none}.avatar-large{width:78px;height:78px;font-size:2rem}.presence{display:inline-flex;align-items:center;gap:6px;font-weight:800;font-size:.72rem;color:#30865e;background:#e9f6ed;border-radius:999px;padding:7px 10px;white-space:nowrap}.presence-dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:#30a46c;box-shadow:0 0 0 3px #d1efdb;flex:none}.presence-dot.off{background:#aeb8b2;box-shadow:0 0 0 3px var(--line)}.tutor-card h2{font-size:1.32rem;margin:0 0 .35rem}.tutor-card .muted{font-size:.82rem;margin:0}.card-copy{color:var(--muted);font-size:.9rem;margin:20px 0 28px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.card-bottom{border-top:1px solid var(--line);padding-top:17px;margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:8px}.channel-list{font-size:.75rem;font-weight:800;color:var(--ink)}.profile-hero{display:flex;align-items:center;gap:22px;padding:10px 0 28px;border-bottom:1px solid var(--line)}.profile-title{display:flex;align-items:center;flex-wrap:wrap;gap:10px}.profile-title h1{font-size:clamp(2rem,4vw,3.1rem);margin:0}.profile-hero .muted{margin:8px 0 0}.welcome-copy{font-size:1.22rem;font-weight:600;line-height:1.5;margin:30px 0}.profile-video,.course-video{width:100%;max-height:480px;object-fit:contain;border-radius:18px;background:#0c1613}.profile-sections{display:grid;gap:0}.profile-sections section{padding:24px 0;border-bottom:1px solid var(--line)}.profile-sections h2{font-size:1rem;margin-bottom:10px}.profile-sections p{margin:0}.review{padding:16px 0;border-top:1px solid var(--line)}.review-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.review-head span{display:inline-flex;align-items:center;gap:3px;color:var(--accent)}.sticky-action{position:sticky;bottom:0;padding:16px 0 max(16px,env(safe-area-inset-bottom));background:var(--bg)}.course-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.course-card{border:1px solid var(--line);border-radius:22px;background:var(--surface);padding:30px;min-height:260px;display:flex;flex-direction:column;position:relative;transition:transform .16s}.course-card:hover{transform:translateY(-3px)}.course-symbol{width:54px;height:54px;border-radius:17px;display:grid;place-items:center;background:var(--soft);color:var(--deep);margin-bottom:auto}.course-card h2{font-size:1.42rem;margin:4px 0 8px}.course-card .muted{font-size:.89rem;margin:0;max-width:90%}.course-arrow{position:absolute;right:30px;bottom:30px}.detail-heading{border-bottom:1px solid var(--line);padding-bottom:30px;margin-bottom:26px}.detail-heading h1{max-width:700px}.detail-heading .muted{margin:14px 0 0}.module-list h2{font-size:1rem;margin:0 0 14px}.module-row{display:flex;align-items:center;gap:18px;width:100%;text-align:left;background:none;border:0;border-bottom:1px solid var(--line);padding:20px 0;color:var(--ink)}.module-row:hover{color:var(--accent)}.module-row strong{flex:1}.module-number{color:var(--accent);font-weight:800;font-size:.86rem}.content-block{padding:25px 0;border-bottom:1px solid var(--line)}.content-block h2{font-size:1.18rem}.rich-text{line-height:1.75;overflow-wrap:anywhere}.rich-text p:last-child{margin-bottom:0}.flashcard{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;min-height:200px;border:1px solid var(--line);border-radius:18px;padding:25px;background:var(--surface);color:var(--ink);font-size:1.3rem;font-weight:700}.flashcard-footer{display:flex;justify-content:space-between;align-items:center;margin-top:12px;color:var(--muted)}.quiz fieldset{border:0;border-top:1px solid var(--line);padding:18px 0;margin:0}.quiz legend{font-weight:800;padding-top:20px}.choice{display:flex;align-items:center;gap:10px;font-weight:500;padding:8px 0}.choice input{width:18px;height:18px;accent-color:var(--accent)}.activity{display:grid;gap:14px}.activity audio{width:100%}.score-card{padding:18px;border-radius:14px;background:var(--soft);margin-top:20px}.score-card p{margin:5px 0 0}.complete-button{margin:30px 0}.auth-wrap{min-height:calc(100dvh - var(--header-height));display:flex;align-items:center;justify-content:center;padding:35px 20px 80px}.auth-card{width:min(100%,430px);background:var(--surface);border:1px solid var(--line);border-radius:24px;padding:32px;box-shadow:var(--shadow)}.auth-brand{text-align:center;margin-bottom:30px}.auth-brand .brand{font-size:2.3rem}.segmented{display:flex;gap:3px;background:var(--soft);border-radius:12px;padding:4px}.segmented button{flex:1;border:0;border-radius:9px;background:transparent;color:var(--muted);padding:11px 9px;font-weight:800;font-size:.85rem;white-space:nowrap}.segmented button.selected{background:var(--surface);color:var(--ink);box-shadow:0 1px 4px #00000014}.segmented.small button{display:inline-flex;align-items:center;justify-content:center;gap:5px;padding:8px 11px}.form-stack{display:grid;gap:18px}.auth-card .form-stack{margin-top:25px}.auth-card h1{font-size:1.6rem}.auth-footer{display:block;margin:22px auto 0}.conversation-list{border-top:1px solid var(--line)}.conversation-row{display:flex;align-items:center;gap:14px;padding:17px 2px;border-bottom:1px solid var(--line)}.conversation-row:hover{background:var(--soft)}.conversation-text{display:grid;gap:3px;min-width:0;flex:1}.conversation-text strong,.conversation-text span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.conversation-text span{font-size:.82rem;color:var(--muted)}.unread-badge{background:var(--accent);color:#fff;border-radius:999px;min-width:22px;height:22px;font-size:.72rem;display:grid;place-items:center;font-weight:800}.main-chat{height:calc(var(--vvh,100dvh) - var(--header-height));overflow:hidden;flex:unset}.chat-page{height:100%;display:flex;flex-direction:column;width:min(100%,850px);margin:auto;background:var(--surface);border-inline:1px solid var(--line);min-width:0}.chat-top{display:flex;align-items:center;gap:11px;min-height:65px;padding:9px 16px;border-bottom:1px solid var(--line)}.chat-top strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-top-actions{margin-left:auto;display:flex}.chat-scroll{flex:1;min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:24px 22px;display:flex;flex-direction:column;gap:17px}.message-line{display:flex;flex-direction:column;align-items:flex-start;max-width:82%;min-width:0}.message-line.mine{align-self:flex-end;align-items:flex-end}.message-bubble{border-radius:18px 18px 18px 5px;background:var(--soft);padding:12px 15px;max-width:100%;min-width:0;overflow-wrap:anywhere}.message-line.mine .message-bubble{border-radius:18px 18px 5px;background:var(--deep);color:var(--bg)}:root[data-theme=dark] .message-line.mine .message-bubble{color:#13221e}.message-bubble p{margin:0;white-space:pre-wrap;line-height:1.55}.message-line time{font-size:.66rem;color:var(--muted);margin-top:4px;padding:0 5px}.media-message audio{width:min(100%,280px);display:block}.media-message video{width:min(100%,280px);max-height:340px;border-radius:10px;display:block}.message-tools{display:flex;align-items:center;gap:14px;margin-top:8px}.message-line.mine .text-button{color:var(--bg)}.message-extra{border-top:1px solid color-mix(in srgb,var(--muted) 20%,transparent);padding-top:9px;margin-top:9px!important;font-size:.87rem}.status-text{font-size:.75rem;color:var(--muted)}.composer{flex:none;border-top:1px solid var(--line);padding:9px 16px max(10px,env(safe-area-inset-bottom));background:var(--surface)}.composer-tools{display:flex;gap:5px;margin-bottom:8px}.composer-tools button{display:inline-flex;align-items:center;gap:5px;border:0;border-radius:8px;background:transparent;padding:6px 10px;color:var(--muted);font-weight:700;font-size:.76rem}.composer-tools button.selected{background:var(--soft);color:var(--ink)}.composer-form{display:flex;align-items:end;gap:8px}.composer-form textarea{flex:1;min-height:42px;max-height:130px;resize:none;padding:11px 13px;border-radius:14px}.send-button{width:42px;height:42px;display:grid;place-items:center;border:0;border-radius:13px;background:var(--deep);color:var(--bg);flex:none}.chat-panel{padding:16px;border-top:1px solid var(--line);background:var(--bg);font-size:.88rem}.chat-panel p{margin:11px 0 0}.panel-head{display:flex;justify-content:space-between;align-items:center;gap:12px}.panel-head h2{margin:0}.chat-panel input{width:84px}.record-control{padding:8px 0}.record-preview{display:grid;gap:10px}.record-preview audio,.record-preview video{max-width:100%;max-height:240px}.inline-actions{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;background:#0a16148c;display:grid;place-items:center;padding:20px}.modal{width:min(100%,480px);background:var(--surface);border-radius:20px;padding:24px;display:grid;gap:18px}.modal label textarea{min-height:120px}.account-profile{display:flex;align-items:center;gap:17px;padding:0 0 30px;border-bottom:1px solid var(--line)}.account-profile>div{display:grid;gap:3px;min-width:0}.account-profile .muted{font-size:.85rem;overflow-wrap:anywhere}.setting-section{padding:26px 0;border-bottom:1px solid var(--line)}.setting-section h2{font-size:1rem;margin-bottom:17px}.setting-section>label{max-width:550px}.setting-section>.button{margin-top:13px}.section-title{display:flex;align-items:center;gap:10px;margin-bottom:17px}.section-title h2{margin:0}.setting-row,.switch-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:11px 0;font-weight:600}.switch-row input{width:20px;height:20px;accent-color:var(--deep)}.setting-link{width:100%;display:flex;align-items:center;gap:12px;padding:20px 0;border:0;border-bottom:1px solid var(--line);background:none;color:var(--ink);font-weight:700;text-align:left}.setting-link span{flex:1}.setting-link.signout{color:var(--error)}.steps{padding-left:22px;margin:0 0 17px;display:grid;gap:9px;font-size:.9rem}.steps li{padding-left:5px}.compact-text{font-size:.87rem;margin:.7rem 0}.inline-status{display:inline-flex;align-items:center;gap:8px;color:#2f9b65;font-weight:800;font-size:.85rem}.balance-card{background:var(--deep);color:var(--bg);border-radius:20px;padding:30px;display:flex;flex-direction:column;gap:5px;margin-bottom:22px}.balance-card strong{font-family:Manrope,sans-serif;font-size:3.6rem;line-height:1.15;letter-spacing:-.07em}.balance-card span{font-size:.82rem;font-weight:700;opacity:.8}.balance-card.earnings{margin:20px 0;background:var(--soft);color:var(--ink)}.availability-card{display:flex;align-items:center;justify-content:space-between;padding:18px 22px;border:1px solid var(--line);background:var(--surface);border-radius:17px;gap:15px}.availability-card>div{display:flex;align-items:center;gap:11px}.availability-card .presence-dot{width:10px;height:10px}.setting-section .form-stack{max-width:620px}.admin-page{width:min(100% - 48px,1250px)}.admin-tabs{display:flex;gap:4px;overflow-x:auto;border-bottom:1px solid var(--line);margin:0 0 25px;scrollbar-width:none}.admin-tabs a{padding:12px 14px;font-size:.82rem;font-weight:800;white-space:nowrap;color:var(--muted)}.admin-tabs a:hover{color:var(--ink)}.admin-section{padding:0 0 60px}.admin-section h2{font-size:1.25rem}.section-head{display:flex;justify-content:space-between;align-items:center;gap:15px;margin-bottom:18px}.section-head h2{margin:0}.stats-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}.stat-card{display:grid;gap:12px;min-height:150px;border:1px solid var(--line);border-radius:16px;background:var(--surface);padding:20px}.stat-card span{color:var(--muted);font-size:.8rem;font-weight:800}.stat-card strong{font:800 2.4rem Manrope,sans-serif;letter-spacing:-.06em}.stat-card svg{justify-self:end}.admin-form{display:flex;flex-wrap:wrap;gap:9px;padding:18px;background:var(--soft);border-radius:14px;margin-bottom:20px}.admin-form input,.admin-form select{flex:1 1 170px}.table-scroll{max-width:100%;overflow-x:auto}.table-actions{white-space:nowrap}.table-actions .text-button{margin-right:12px}.admin-list{border-top:1px solid var(--line)}.admin-list-row{display:flex;justify-content:space-between;align-items:center;gap:16px;border-bottom:1px solid var(--line);padding:16px 0}.admin-list-row>div{display:grid;gap:3px;min-width:0}.admin-list-row span,.admin-list-row time{color:var(--muted);font-size:.8rem}.status-pill{display:inline-block;padding:5px 9px;border-radius:99px;background:var(--soft);color:var(--muted);font-size:.72rem;font-weight:800}.course-fields{max-width:700px}.course-fields .inline-actions{margin-top:4px}.module-head{margin-top:35px}.module-add input{flex:1;max-width:350px}.module-edit-list{display:grid;gap:20px;margin-top:20px}.module-editor{border:1px solid var(--line);background:var(--surface);border-radius:17px;padding:20px;min-width:0}.module-editor-head{display:flex;align-items:center;gap:12px}.module-editor-head input{flex:1;font-weight:800}.module-editor-actions{display:flex;justify-content:space-between;gap:10px;margin-top:17px}.block-editor{padding:18px;margin-top:16px;border:1px solid var(--line);border-radius:12px;display:grid;gap:11px}.block-editor-head{display:flex;justify-content:space-between;align-items:center}.rich-editor{border:1px solid var(--line);border-radius:12px;overflow:hidden}.rich-toolbar{display:flex;border-bottom:1px solid var(--line);padding:5px;background:var(--soft)}.rich-toolbar button{border:0;background:none;min-width:36px;min-height:30px;color:var(--ink);font-weight:800}.rich-input{min-height:160px;padding:15px;outline:0}.editor-pair{display:grid;grid-template-columns:1fr 1fr;gap:9px}.quiz-editor{display:grid;gap:8px;padding:14px;border:1px solid var(--line);border-radius:12px}.quiz-editor label{display:flex;align-items:center;gap:10px}.moderation-card{border:1px solid var(--line);background:var(--surface);border-radius:16px;padding:20px;margin-bottom:13px}.moderation-head{display:flex;justify-content:space-between;gap:10px;margin-bottom:5px}.moderation-card p{font-size:.9rem;margin:12px 0}.quoted-message{padding:13px;border-radius:10px;background:var(--soft);font-size:.88rem;overflow-wrap:anywhere}@media(max-width:900px){.tutor-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.header-inner{gap:1.2rem}.nav-link{padding:.65rem .6rem}.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:700px){:root{--header-height:58px}.app-shell{height:var(--vvh,100dvh);min-height:0;overflow:hidden}.site-header{height:var(--header-height);position:relative;flex:none}.main{overflow-y:auto;min-height:0}.main-chat{height:auto;flex:1;overflow:hidden}.header-inner{width:calc(100% - 32px)}.brand{font-size:1.5rem}.desktop-nav{display:none}.mobile-nav{position:relative;bottom:auto;left:auto;right:auto;height:calc(58px + env(safe-area-inset-bottom));padding:4px 5px env(safe-area-inset-bottom);display:flex;align-items:stretch;background:var(--surface);border-top:1px solid var(--line);z-index:50;flex:none}.mobile-nav-item{min-width:0;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;color:var(--muted);font-size:.62rem;font-weight:800;overflow:hidden}.mobile-nav-item span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.mobile-nav-item.active{color:var(--accent)}.page,.page.narrow,.admin-page{width:calc(100% - 32px);padding:30px 0 calc(35px + env(safe-area-inset-bottom))}.page-head{margin-bottom:23px}.page-head h1{font-size:2.2rem}.tutor-grid,.course-grid{grid-template-columns:1fr}.tutor-card{min-height:260px;padding:20px}.card-copy{margin:16px 0 22px}.course-card{min-height:225px;padding:23px}.course-arrow{right:23px;bottom:23px}.auth-wrap{align-items:flex-start;padding-top:28px;padding-bottom:35px}.auth-card{padding:25px 20px}.sticky-action{bottom:0;margin-bottom:0}.profile-hero{gap:16px}.profile-hero .avatar-large{width:64px;height:64px;font-size:1.7rem}.profile-title h1{font-size:1.9rem}.chat-page{border:0}.chat-scroll{padding:18px 12px}.message-line{max-width:88%}.chat-top{padding:7px 8px}.composer{padding:7px 10px max(9px,env(safe-area-inset-bottom))}.admin-tabs{margin-right:-16px;padding-right:16px}.stats-grid{gap:9px}.stat-card{min-height:125px;padding:15px}.admin-form{padding:12px}.setting-row{align-items:flex-start;flex-direction:column;gap:8px}.setting-row .segmented{width:100%}.availability-card{padding:15px}.balance-card{padding:23px}.module-editor{padding:13px}.block-editor{padding:12px}}@media(max-width:360px){.page,.page.narrow,.admin-page,.header-inner{width:calc(100% - 24px)}.mobile-nav-item{font-size:.57rem}.tutor-card{padding:17px}.presence{font-size:.66rem}.setting-row .segmented.small button{padding:8px 7px}.inline-actions .button{white-space:normal}.message-line{max-width:92%}.module-editor-actions{flex-direction:column}.editor-pair{grid-template-columns:1fr}.auth-card{padding:22px 15px}}.review-form{border-top:1px solid var(--line);padding-top:22px;margin-top:22px}.review-form h3{font-size:1rem}.progress-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 0;border-bottom:1px solid var(--line)}.progress-row svg{color:#30a46c;flex:none}.message-line.mine .message-tools .icon-button{color:var(--bg)}:root[data-theme=dark] .message-line.mine .message-tools .icon-button{color:#13221e}.module-editor-head{gap:6px}.module-editor-head input{min-width:0}.admin-mobile-section{display:none}@media(max-width:700px){.admin-tabs{display:none}.admin-mobile-section{display:block;width:100%;margin:0 0 25px}}.pack-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.pack-option{display:flex;flex-direction:column;gap:9px;align-items:flex-start;min-width:0;padding:15px;border:1px solid var(--line);border-radius:14px;background:var(--surface);color:var(--ink);text-align:left}.pack-option:hover{border-color:var(--accent)}.pack-option span{color:var(--muted);font-size:.85rem}@media(max-width:360px){.pack-grid{grid-template-columns:1fr}.pack-option{flex-direction:row;justify-content:space-between;align-items:center}}.presence-error{position:fixed;left:16px;right:16px;bottom:72px;z-index:75;max-width:480px;margin:auto;pointer-events:none}.older-messages{align-self:center;min-height:36px}.course-preview{max-height:80dvh;overflow-y:auto;align-content:start}.course-preview section{border-top:1px solid var(--line);padding-top:12px}.course-preview h3{margin:0 0 12px}.preview-block{padding:10px 0}.preview-block p{margin:8px 0}.preview-block audio,.preview-block video{display:block;max-width:100%;max-height:260px;margin:8px 0}.moderation-card audio,.report-video{display:block;max-width:100%;max-height:260px;margin:10px 0}
