:root{--yellow: #f5c400;--yellow-dark: #c99e00;--black: #141617;--ink: #1f2425;--muted: #6d7477;--line: #e4e8e8;--bg: #f5f6f5;--white: #fff;--green: #197a51;--green-bg: #e8f6ee;--red: #b3433a;--red-bg: #fff0ef;--blue: #2f6fa5;--shadow: 0 16px 40px rgba(20, 22, 23, .07);font-family:DM Sans,system-ui,sans-serif;color:var(--ink);background:var(--bg);font-synthesis:none}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;background:var(--bg)}button,input,textarea,select{font:inherit}button{cursor:pointer;border:0}a{color:inherit;text-decoration:none}.btn{display:inline-flex;justify-content:center;align-items:center;gap:9px;border-radius:6px;background:var(--yellow);color:#161616;font-weight:700;padding:13px 20px;min-height:44px;transition:transform .18s,box-shadow .18s}.btn:hover{transform:translateY(-1px);box-shadow:0 8px 18px #f5c40038}.btn:disabled{cursor:wait;opacity:.58;transform:none;box-shadow:none}.btn.outline{background:transparent;border:1px solid #c9cecf;color:var(--ink)}.btn.dark{background:var(--black);color:#fff}.btn.small{font-size:12px;padding:7px 10px;min-height:30px;border-radius:4px}.btn.green{background:var(--green-bg);color:var(--green)}.eyebrow{letter-spacing:.16em;font-size:10px;font-weight:700;color:var(--yellow-dark)}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:Space Grotesk,DM Sans,sans-serif}h2{font-size:30px;line-height:1.1;margin:8px 0 12px}h3{font-size:16px;line-height:1.2;margin:0}.badge{display:inline-flex;align-items:center;width:max-content;border-radius:20px;background:#eef0f0;color:#5c6568;font-size:11px;font-weight:700;padding:5px 9px;white-space:nowrap}.badge.green{background:var(--green-bg);color:var(--green)}.badge.yellow{background:#fff8d9;color:#947300}.badge.red{background:var(--red-bg);color:var(--red)}.badge.dark{background:#e9ebeb;color:#273033}.progress{height:7px;border-radius:20px;background:#e3e7e7;overflow:hidden}.progress span{height:100%;display:block;background:var(--yellow);border-radius:inherit}.dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:#8b9295;margin-right:6px}.dot.green{background:#32a76d}.dot.yellow{background:var(--yellow)}.dot.blue{background:#5793c4}.avatar{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:var(--black);color:var(--yellow);font-weight:700;font-size:14px}.avatar.tiny{width:26px;height:26px;font-size:11px}.alert{padding:12px 15px;border-radius:6px;margin-bottom:18px;font-size:14px}.alert.error{background:var(--red-bg);color:#963c36;border:1px solid #f4c9c5}.alert button{float:right;background:transparent;font-size:20px;color:inherit}.empty{text-align:center;border:1px dashed #ccd2d2;border-radius:7px;padding:28px;color:var(--muted);font-size:14px}.empty span{font-size:25px;color:#abb3b5}.empty p{margin:6px 0 0}.loading-line{height:12px;background:#e8ecec;border-radius:5px;animation:pulse 1.2s infinite alternate}.loading-card{height:240px;border-radius:8px;background:#e8ecec;animation:pulse 1.2s infinite alternate}@keyframes pulse{to{opacity:.45}}.public-page{background:#f7f8f7}.public-nav{height:76px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 max(4vw,34px);position:sticky;top:0;z-index:20}.brand,.auth-logo,.side-brand{display:flex;align-items:center;gap:11px}.brand-mark{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;background:var(--yellow);color:#171717;font-family:Space Grotesk;font-weight:700;letter-spacing:-.05em;border-radius:3px}.brand b{display:block;line-height:1;font-family:Space Grotesk;font-size:15px;letter-spacing:.02em}.brand b em,.side-brand em,.auth-logo em{font-style:normal;color:#ab8500}.brand small,.side-brand small,.auth-logo small{display:block;color:#7b8385;font-size:10px;margin-top:5px}.public-nav nav{display:flex;align-items:center;gap:28px;font-size:13px;font-weight:600}.public-nav nav a{color:#4e5759}.public-nav nav a:hover{color:#9e7e00}.public-nav .btn{min-height:38px;padding:9px 17px}.hero{max-width:1360px;margin:auto;padding:86px max(5vw,42px) 85px;display:grid;grid-template-columns:1fr 1.05fr;gap:65px;align-items:center;background:linear-gradient(107deg,#171a1b,#202526 65%,#242b2b);position:relative;overflow:hidden}.hero:after{content:"";position:absolute;width:480px;height:480px;border:1px solid rgba(245,196,0,.18);border-radius:50%;right:-180px;top:-190px;box-shadow:0 0 0 70px #f5c40006,0 0 0 140px #f5c40005}.hero-copy,.hero-panel{position:relative;z-index:1}.hero-copy{max-width:575px}.hero-copy .eyebrow{color:var(--yellow)}.hero h1{font-size:clamp(42px,5.2vw,75px);letter-spacing:-.06em;line-height:.96;color:#fff;margin:18px 0 24px}.hero h1 span{color:var(--yellow)}.hero-copy>p{color:#c8cecf;line-height:1.65;font-size:17px;max-width:545px;margin-bottom:31px}.hero-actions{display:flex;align-items:center;gap:24px}.hero-actions .btn{padding:14px 24px}.text-link{color:#fff;font-weight:600;font-size:14px}.text-link span{color:var(--yellow);font-size:20px;margin-left:5px}.hero-meta{display:flex;gap:18px;margin-top:40px;color:#8e9899;font-size:11px}.hero-meta i{width:6px;height:6px;border-radius:50%;background:var(--yellow);display:inline-block;margin-right:6px}.hero-panel{background:#f8f9f8;border-radius:8px;padding:22px;box-shadow:0 22px 60px #00000057;border:1px solid rgba(255,255,255,.3)}.panel-top{display:flex;align-items:center;justify-content:space-between;padding-bottom:18px;border-bottom:1px solid #e3e7e6;font-family:Space Grotesk;font-size:17px}.mini-stats{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:16px 0}.stat{background:#fff;border:1px solid #e7eaea;border-radius:6px;padding:14px;display:flex;align-items:flex-start;gap:10px}.stat-icon{width:29px;height:29px;border-radius:5px;display:flex;align-items:center;justify-content:center;background:#fff6cf;color:#a07d00;font-size:17px;font-weight:700}.stat p{font-size:11px;color:#687073;margin:0 0 4px}.stat strong{display:block;font-family:Space Grotesk;font-size:22px;color:#171a1b}.stat small{font-size:10px;color:#8b9495}.panel-chart{background:#fff;border:1px solid #e7eaea;border-radius:6px;padding:14px 16px 12px}.chart-head{display:flex;justify-content:space-between;font-size:12px;margin-bottom:10px}.chart-head small{color:#8a9293}.bars{height:94px;display:flex;gap:7px;align-items:end;background:repeating-linear-gradient(to top,#eff2f1 0,#eff2f1 1px,transparent 1px,transparent 31px);padding:4px 2px 0}.bars span{flex:1;background:var(--yellow);border-radius:3px 3px 0 0;min-height:8px}.panel-list{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:12px}.panel-list>div{border:1px solid #e7eaea;border-radius:5px;padding:9px;font-size:10px;color:#626b6d;line-height:1.4}.panel-list b{display:block;color:#242b2c;margin-top:4px}.section{max-width:1360px;margin:auto;padding:78px max(5vw,42px)}.section-heading{max-width:630px}.section-heading p{color:var(--muted);line-height:1.6}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:36px}.feature{min-height:205px;background:#fff;border:1px solid var(--line);padding:22px;border-radius:7px;position:relative;transition:transform .18s,box-shadow .18s}.feature:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.feature-icon{width:40px;height:40px;background:var(--yellow);border-radius:4px;display:flex;align-items:center;justify-content:center;color:#161616;font-size:21px;font-weight:700;margin-bottom:28px}.feature h3{font-size:17px;margin-bottom:8px}.feature p{font-size:13px;line-height:1.5;color:var(--muted);max-width:230px}.feature-arrow{position:absolute;right:20px;bottom:20px;color:#a58a15;font-size:18px}.split-section{background:#1b1f20;color:#fff;max-width:none;padding-left:max(10vw,42px);padding-right:max(10vw,42px);display:grid;grid-template-columns:.75fr 1.8fr;gap:70px;align-items:center}.split-section .section-heading p{color:#b7bec0}.split-section h2{font-size:39px}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.step{position:relative;padding-top:22px;border-top:2px solid #535a5a}.step:before{content:"";position:absolute;top:-7px;left:0;width:12px;height:12px;border-radius:50%;background:var(--yellow)}.step-num{font-family:Space Grotesk;color:var(--yellow);font-size:12px;letter-spacing:.13em}.step h3{margin:15px 0 10px;color:#fff;font-size:18px}.step p{color:#afb7b8;font-size:13px;line-height:1.55}.coach-banner{max-width:1200px;margin:76px auto;padding:35px 40px;background:#fff8d8;border:1px solid #eddb82;border-radius:8px;display:flex;align-items:center;justify-content:space-between;gap:30px}.coach-banner h2{margin-top:10px}.coach-banner p{color:#6b6960;margin:0;line-height:1.55}.coach-bubble{background:#fff;border:1px solid #eadb93;padding:17px 18px;display:flex;align-items:center;gap:12px;min-width:350px;border-radius:6px;box-shadow:0 8px 22px #826e1114}.coach-icon{width:38px;height:38px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:var(--yellow);font-size:20px;color:#161616;font-weight:700}.coach-icon.small{width:26px;height:26px;font-size:14px;flex:0 0 auto}.coach-icon.large{width:52px;height:52px;font-size:26px}.coach-bubble small{display:block;color:#9c7d00;font-weight:700;font-size:10px}.coach-bubble b{display:block;font-size:13px;margin-top:4px}.bubble-arrow{margin-left:auto;font-size:20px;color:#9b7e00}.trust-row{max-width:1200px;margin:0 auto 82px;padding:27px 31px;background:#e9edeb;border-radius:7px;display:flex;align-items:center;justify-content:space-between}.trust-row b,.trust-row span{display:block}.trust-row b{font-family:Space Grotesk;font-size:17px}.trust-row span{color:var(--muted);font-size:12px;margin-top:5px}.public-footer{background:#16191a;color:#d5dadb;min-height:150px;padding:34px max(5vw,42px);display:flex;justify-content:space-between;gap:30px;align-items:flex-start}.public-footer>div{display:flex;flex-direction:column;gap:6px}.public-footer b{color:#fff;font-family:Space Grotesk;font-size:14px}.public-footer>div:first-child b{color:var(--yellow)}.public-footer span{font-size:12px;color:#899294;max-width:300px;line-height:1.45}.auth-page{min-height:100vh;background:#181b1c;display:grid;grid-template-columns:1fr 1fr}.auth-card{background:#fff;min-height:100vh;padding:42px max(8vw,45px);display:flex;flex-direction:column;justify-content:center}.back{background:transparent;text-align:left;color:#7a8284;font-size:13px;padding:0;margin-bottom:75px}.auth-logo{margin-bottom:50px}.auth-logo b{font-family:Space Grotesk;font-size:15px}.auth-card h1{font-size:38px;letter-spacing:-.05em;margin:15px 0 10px}.auth-intro{color:var(--muted);font-size:14px;line-height:1.55;max-width:400px;margin-bottom:26px}.auth-card form{display:flex;flex-direction:column;gap:18px;max-width:400px}.auth-card label,.inline-form label,.upload-grid label,.modal label,.settings-grid label{font-size:12px;font-weight:700;color:#424a4b;display:flex;flex-direction:column;gap:7px}.auth-card input,.inline-form input,.inline-form textarea,.inline-form select,.upload-grid input,.upload-grid select,.modal input,.modal textarea,.modal select,.settings-grid input,.answer-input{border:1px solid #d9dede;border-radius:5px;background:#fff;padding:12px 13px;color:#1c2324;outline:none;width:100%}.auth-card input:focus,.inline-form input:focus,.inline-form textarea:focus,.inline-form select:focus,.upload-grid input:focus,.upload-grid select:focus,.modal input:focus,.modal textarea:focus,.modal select:focus,.settings-grid input:focus,.answer-input:focus{border-color:#c59b00;box-shadow:0 0 0 3px #f5c40024}.auth-card .btn{margin-top:8px}.auth-note{margin-top:25px;color:#9da4a5;font-size:11px}.auth-side{color:#fff;display:flex;flex-direction:column;justify-content:center;padding:60px max(8vw,45px);background:radial-gradient(circle at 80% 20%,#2a3031,#181b1c 54%)}.auth-side .eyebrow{color:var(--yellow)}.auth-side h2{font-size:54px;letter-spacing:-.06em;line-height:1.02;margin:20px 0}.auth-side h2 span{color:var(--yellow)}.auth-side>p{color:#adb6b7;max-width:370px;line-height:1.6}.side-rule{border-top:1px solid #444b4c;color:#d1d7d7;padding:17px 0;font-size:13px;max-width:360px;margin-top:14px}.side-rule span{display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--yellow);margin-right:8px}.auth-side .side-rule+.side-rule{margin-top:0}.auth-card .alert{max-width:400px}.app-shell{min-height:100vh;display:flex;background:var(--bg)}.sidebar{width:240px;flex:0 0 240px;background:#191c1d;color:#dce1e1;padding:25px 15px 18px;display:flex;flex-direction:column;min-height:100vh}.side-brand{padding:0 11px 35px}.side-brand .brand-mark{width:37px;height:37px}.side-brand b{display:block;font-family:Space Grotesk;font-size:13px;line-height:1.1;letter-spacing:.03em}.side-brand small{font-size:9px;color:#8f999a}.side-label{font-size:9px;letter-spacing:.16em;color:#758082;font-weight:700;margin:0 11px 12px}.sidebar nav{display:flex;flex-direction:column;gap:4px}.sidebar nav button,.logout{display:flex;align-items:center;gap:11px;text-align:left;background:transparent;border-radius:5px;color:#9fa8a9;padding:11px 12px;font-size:13px;transition:background .16s,color .16s}.sidebar nav button span,.logout span{width:18px;font-size:17px;text-align:center}.sidebar nav button:hover,.sidebar nav button.active{background:#2d3232;color:#fff}.sidebar nav button.active{box-shadow:inset 3px 0 var(--yellow)}.sidebar nav button.active span{color:var(--yellow)}.side-spacer{flex:1}.side-status{border-top:1px solid #353a3b;border-bottom:1px solid #353a3b;padding:15px 10px;color:#879193;font-size:11px}.status-dot{display:inline-block;width:7px;height:7px;background:#35a56e;border-radius:50%;margin-right:7px}.logout{margin-top:13px;color:#9fa8a9}.main-wrap{min-width:0;flex:1}.app-header{height:94px;padding:0 4.3%;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between}.header-title .eyebrow{font-size:9px}.header-title h1{font-size:24px;margin:5px 0 0;letter-spacing:-.04em}.header-actions{display:flex;align-items:center;gap:25px}.header-search{height:38px;border:1px solid #e1e5e5;border-radius:5px;display:flex;align-items:center;gap:8px;padding:0 12px;color:#9aa2a3;font-size:14px}.header-search span{font-size:12px}.user-pill{display:flex;align-items:center;gap:9px;font-size:12px}.user-pill b,.user-pill small{display:block}.user-pill small{font-size:10px;color:var(--muted);margin-top:3px}.user-pill>span:last-child{color:#899293;margin-left:4px}.mobile-menu{display:none}.app-content{max-width:1440px;margin:0 auto;padding:38px 4.3% 60px}.app-footer{border-top:1px solid var(--line);padding:17px 4.3%;color:#889193;font-size:11px}.app-footer span{float:right}.welcome,.page-intro{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:30px}.welcome h2,.page-intro h2{font-size:34px;margin:8px 0}.welcome p,.page-intro p{color:var(--muted);font-size:14px;margin:0}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:13px;margin-bottom:20px}.stats-grid .stat{min-height:100px;box-shadow:0 3px 8px #14161706}.stats-grid .stat-icon{background:#fff7d3}.dashboard-grid{display:grid;grid-template-columns:1.4fr 1fr;gap:15px}.panel{background:#fff;border:1px solid var(--line);border-radius:7px;padding:20px;min-width:0}.panel-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.panel-heading h3{font-size:16px}.panel-heading button{background:transparent;color:#987a00;font-size:11px;font-weight:700}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse;min-width:570px;font-size:12px}th{text-align:left;color:#818a8c;font-size:10px;letter-spacing:.04em;font-weight:700;padding:0 8px 11px;border-bottom:1px solid var(--line)}td{padding:12px 8px;border-bottom:1px solid #eff1f1;color:#4d5658;white-space:nowrap}tbody tr:last-child td{border-bottom:0}.table-person{display:flex;align-items:center;gap:8px;color:#272e2f}.table-progress{display:flex;align-items:center;gap:8px;min-width:120px}.table-progress .progress{width:78px;height:5px}.table-progress small{color:#6f7879}.event-list{display:flex;flex-direction:column}.event{display:flex;align-items:center;gap:10px;padding:11px 0;border-bottom:1px solid #edf0f0}.event:last-child{border-bottom:0}.date-box{width:37px;height:37px;border-radius:4px;background:#fff8d7;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#977600;line-height:1}.date-box b{font-family:Space Grotesk;font-size:15px}.date-box small{font-size:9px;margin-top:3px}.event>div{flex:1;min-width:0}.event>div b,.event>div small{display:block}.event>div b{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.event>div small{font-size:10px;color:#8a9294;margin-top:4px}.course-row{display:flex;align-items:center;gap:12px;padding:15px 0;border-bottom:1px solid #eef0f0}.course-row:last-child{border-bottom:0}.course-icon{width:35px;height:35px;display:flex;align-items:center;justify-content:center;background:#fff6cf;color:#9e7d00;border-radius:5px;font-size:18px}.course-icon.large{width:46px;height:46px;font-size:23px}.course-row-main{flex:1}.course-row-main>b,.course-row-main>small{display:block}.course-row-main>b{font-size:13px}.course-row-main small{font-size:11px;color:#8a9394;margin:4px 0 9px}.course-row>strong{font-family:Space Grotesk;font-size:16px}.coach-strip{background:#fff8d8;border:1px solid #eddb82;border-radius:7px;padding:17px 20px;display:flex;align-items:center;gap:13px;margin-top:15px;cursor:pointer}.coach-strip>div{flex:1}.coach-strip b{font-size:13px}.coach-strip p{margin:3px 0 0;font-size:11px;color:#7f7861}.coach-strip>span:last-child{font-size:22px;color:#9c7b00}.course-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.course-card{background:#fff;border:1px solid var(--line);border-radius:7px;padding:19px;min-height:230px;cursor:pointer;transition:transform .18s,box-shadow .18s}.course-card:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.course-card-top{display:flex;justify-content:space-between;align-items:start}.course-card h3{margin:20px 0 8px;font-size:18px}.course-card p{font-size:12px;line-height:1.5;color:var(--muted);min-height:38px}.course-card-bottom{display:flex;align-items:end;gap:10px;margin-top:25px}.course-card-bottom>div{flex:1}.course-card-bottom small{display:block;color:#8b9495;font-size:10px;margin-bottom:7px}.course-card-bottom>b{font-family:Space Grotesk;font-size:17px}.inline-form{background:#fff;border:1px solid var(--line);border-radius:7px;padding:20px;margin-bottom:20px;display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.inline-form textarea{min-height:100px;resize:vertical}.inline-form .full,.inline-form .form-actions{grid-column:1/-1}.instruction-form{grid-template-columns:repeat(4,1fr)}.instruction-form .full{grid-column:1/-1}.instruction-form select[multiple]{height:94px}.instruction-list{display:flex;flex-direction:column;gap:14px}.instruction-list .panel{padding:18px 21px}.instruction-meta{display:flex;justify-content:space-between;align-items:center}.instruction-meta span b,.instruction-meta span small{display:block}.instruction-meta span b{font-family:Space Grotesk;font-size:16px}.instruction-meta span small{font-size:11px;color:var(--muted);margin-top:4px}.topic-text{white-space:pre-line;font-size:12px;color:#697274;line-height:1.6;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:14px 0;margin:16px 0}.attendance-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:9px}.attendance{display:flex;align-items:center;gap:8px;border:1px solid #e7ebeb;border-radius:5px;padding:9px}.attendance>div{flex:1;min-width:0}.attendance b,.attendance small{display:block}.attendance b{font-size:12px}.attendance small{font-size:10px;color:#879091;margin-top:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.exam-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.exam-card{background:#fff;border:1px solid var(--line);border-radius:7px;padding:20px;display:flex;gap:16px}.exam-icon{width:42px;height:42px;display:flex;align-items:center;justify-content:center;border-radius:5px;background:#fff6ce;color:#967600;font-size:22px;font-weight:700;flex:0 0 auto}.exam-card h3{margin:12px 0 7px}.exam-card p{font-size:12px;color:var(--muted);margin-bottom:17px}.exam-card .btn{font-size:12px;padding:8px 12px;min-height:34px}.result-card{display:flex;align-items:center;gap:15px;background:#fff;border:1px solid var(--line);border-radius:7px;padding:18px 20px;margin-top:15px}.result-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:20px;font-weight:700}.result-icon.success{color:var(--green);background:var(--green-bg)}.result-icon.fail{color:var(--red);background:var(--red-bg)}.result-card>div{flex:1}.result-card h3{margin:5px 0}.result-card p{margin:0;font-size:12px;color:var(--muted)}.result-card>button{background:transparent;font-size:20px;color:#899293}.document-grid,.certificate-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.document-card,.certificate-card{background:#fff;border:1px solid var(--line);border-radius:7px;padding:19px}.doc-top,.certificate-top{display:flex;align-items:center;justify-content:space-between}.doc-symbol,.certificate-icon{width:40px;height:40px;background:#fff6cf;border-radius:5px;display:flex;align-items:center;justify-content:center;color:#9b7a00;font-size:23px}.document-card h3,.certificate-card h3{margin:18px 0 8px;font-size:15px}.document-card p,.certificate-card p{color:var(--muted);font-size:11px;line-height:1.5;min-height:32px}.doc-meta{display:flex;gap:13px;color:#859092;font-size:10px;padding:12px 0;border-top:1px solid #edf0f0;margin-top:12px}.doc-actions{display:flex;gap:8px}.doc-actions button,.certificate-card button{background:transparent;color:#997b00;font-size:11px;font-weight:700;padding:4px 0}.upload-box{background:#fff;border:1px solid var(--line);border-radius:7px;padding:20px;margin-bottom:21px}.upload-head{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);padding-bottom:15px;margin-bottom:16px}.upload-head h3{margin:0 0 5px}.upload-head p{margin:0;color:var(--muted);font-size:11px}.upload-icon{font-size:31px;color:#a80}.upload-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.upload-grid input[type=file]{font-size:11px;padding:10px}.upload-footer{display:flex;align-items:center;justify-content:space-between;margin-top:17px;padding-top:14px;border-top:1px solid var(--line);color:#849092;font-size:11px}.coach-layout{display:grid;grid-template-columns:245px 1fr;gap:14px;min-height:565px}.thread-list,.chat-window{background:#fff;border:1px solid var(--line);border-radius:7px}.thread-list{padding:15px}.thread-head{display:flex;justify-content:space-between;padding:4px 5px 15px;border-bottom:1px solid var(--line);font-size:13px}.thread-head button{background:#fff8d8;color:#9a7a00;border-radius:4px;width:25px;height:25px;font-size:18px}.thread{background:transparent;width:100%;display:flex;align-items:center;gap:8px;padding:10px 6px;text-align:left;border-bottom:1px solid #f1f2f2;color:#5a6365;font-size:11px}.thread.active,.thread:hover{background:#fff9dc;color:#3e4647}.chat-window{display:flex;flex-direction:column;min-width:0}.chat-head{display:flex;align-items:center;gap:10px;border-bottom:1px solid var(--line);padding:15px 19px}.chat-head>div{flex:1}.chat-head b,.chat-head small{display:block}.chat-head small{color:#8a9293;font-size:10px;margin-top:4px}.messages{flex:1;padding:25px 24px;overflow:auto;min-height:370px;max-height:525px}.chat-welcome{text-align:center;color:#687173;margin:55px auto 0;max-width:400px}.chat-welcome .coach-icon{margin-bottom:15px}.chat-welcome h3{font-size:20px;color:#262d2e}.chat-welcome p{font-size:12px}.suggestions{display:flex;justify-content:center;flex-wrap:wrap;gap:6px;margin-top:22px}.suggestions button{background:#f5f7f6;border:1px solid #e2e6e5;border-radius:20px;color:#697274;font-size:11px;padding:8px 11px}.message{display:flex;gap:10px;margin:0 0 22px;max-width:90%}.message.user{margin-left:auto;flex-direction:row-reverse}.message-avatar{width:27px;height:27px;border-radius:50%;background:#222728;color:var(--yellow);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:11px;flex:0 0 auto}.message.user .message-avatar{background:#e7ecea;color:#384142}.message-body{padding:12px 14px;border-radius:4px 10px 10px;background:#f1f4f3;font-size:13px;line-height:1.55;color:#3e4748}.message.user .message-body{background:#fff8d7;border-radius:10px 4px 10px 10px}.sources{display:flex;flex-wrap:wrap;gap:5px;margin-top:6px}.sources small{width:100%;color:#9a7a00;font-weight:700;font-size:10px}.sources span{font-size:9px;color:#6f7778;background:#f6f7f7;border-radius:3px;padding:3px 5px}.chat-compose{border-top:1px solid var(--line);padding:13px;display:flex;gap:8px}.chat-compose input{flex:1;border:1px solid #dfe3e2;border-radius:5px;padding:11px 13px;outline:none}.chat-compose .btn{width:44px;padding:8px;font-size:18px}.settings-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.settings-grid .panel{display:flex;flex-direction:column;gap:14px}.settings-grid .panel .btn{align-self:flex-start;margin-top:7px}.model-status{border:1px solid #e6eaea;border-radius:6px;padding:15px;display:grid;grid-template-columns:1fr auto;gap:7px;font-size:12px}.model-status small{grid-column:1/-1;color:var(--muted);font-size:10px}.model-list{border-top:1px solid var(--line);padding-top:13px}.model-list>b{font-size:11px;display:block;margin-bottom:8px}.model-list>div{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid #f0f2f2;font-size:11px}.model-list small{color:#879091}.settings-note{color:#8a9293;font-size:10px;line-height:1.5}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0d10119e;z-index:50;display:flex;align-items:center;justify-content:center;padding:25px}.modal{max-height:calc(100vh - 50px);overflow:auto;background:#fff;border-radius:8px;padding:27px;position:relative;width:min(520px,100%);box-shadow:0 20px 60px #0000004d}.large-modal{width:min(850px,100%)}.exam-modal{width:min(760px,100%)}.modal-close{position:absolute;right:17px;top:15px;background:transparent;color:#849092;font-size:25px}.modal h2{margin:9px 30px 9px 0}.modal>p{font-size:13px;color:var(--muted);line-height:1.5}.modal-progress{display:flex;align-items:center;gap:12px;margin:20px 0}.modal-progress .progress{flex:1}.modal-progress b{font-size:11px;color:#6b7475}.module-list{display:flex;flex-direction:column;gap:12px}.module{border:1px solid #e4e9e8;border-radius:6px;padding:15px}.module-head{display:flex;justify-content:space-between;align-items:center}.module-head>div{display:flex;align-items:center;gap:10px}.module-number{font-family:Space Grotesk;color:#a07e00;font-size:12px}.module-head small{color:#997a00;font-weight:700;font-size:11px}.module>p{font-size:11px;color:#7a8385;margin:10px 0 13px}.lesson{border-top:1px solid #eff1f1;padding:11px 0 0;margin-top:9px;display:flex;align-items:flex-start;gap:8px}.check{font-size:17px;color:#a5abad}.check.done{color:var(--green)}.lesson>div{flex:1;min-width:0}.lesson b,.lesson small{display:block}.lesson b{font-size:12px}.lesson small{color:#7c8586;font-size:10px;line-height:1.45;margin-top:3px}.question-list{display:flex;flex-direction:column;gap:17px;margin-top:22px}.question{display:flex;gap:12px}.question-no{width:25px;height:25px;border-radius:50%;background:#fff4c4;color:#957400;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;flex:0 0 auto}.question>b{font-size:13px;line-height:1.5}.question>div{flex:1}.options{display:flex;flex-direction:column;gap:8px;margin-top:12px}.options label,.checkline{display:flex;flex-direction:row;align-items:center;gap:8px;font-size:12px;font-weight:500;color:#5b6567}.options input,.checkline input{width:15px;height:15px;accent-color:#c49d00}.answer-input{margin-top:12px;min-height:50px;resize:vertical;font-size:12px}.modal-actions{display:flex;justify-content:flex-end;gap:9px;border-top:1px solid var(--line);margin-top:24px;padding-top:16px}.form-actions{display:flex;justify-content:flex-end}.boot{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:22px}.boot .loading-line{width:120px}@media(max-width:1100px){.hero{grid-template-columns:1fr;gap:35px}.hero-copy,.hero-panel{max-width:700px}.feature-grid{grid-template-columns:repeat(2,1fr)}.split-section{grid-template-columns:1fr;gap:30px}.steps{max-width:800px}.dashboard-grid{grid-template-columns:1fr}.course-grid,.document-grid,.certificate-grid,.upload-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:820px){.public-nav{padding:0 22px}.public-nav nav a{display:none}.hero{padding:65px 22px}.hero-copy>p{font-size:15px}.section{padding:58px 22px}.coach-banner{margin:50px 22px;padding:28px 23px;flex-direction:column;align-items:flex-start}.coach-bubble{width:100%;min-width:0}.trust-row{margin:0 22px 55px;gap:15px;align-items:flex-start;flex-direction:column}.public-footer{padding:30px 22px;flex-wrap:wrap}.auth-page{grid-template-columns:1fr}.auth-side{display:none}.auth-card{padding:35px 27px}.back{margin-bottom:50px}.sidebar{position:fixed;left:-260px;top:0;z-index:60;transition:left .2s}.sidebar.open{left:0;box-shadow:10px 0 35px #00000040}.mobile-menu{display:block;background:transparent;font-size:20px;color:#6a7374;margin-right:14px}.app-header{height:78px;padding:0 20px}.header-actions{gap:8px}.header-search{display:none}.user-pill>div,.user-pill>span:last-child{display:none}.app-content{padding:27px 20px 50px}.stats-grid{grid-template-columns:repeat(2,1fr)}.welcome,.page-intro{align-items:flex-start;flex-direction:column}.welcome h2,.page-intro h2{font-size:29px}.instruction-form{grid-template-columns:repeat(2,1fr)}.coach-layout{grid-template-columns:1fr}.thread-list{min-height:0}.thread-list .empty{padding:12px}.document-grid,.certificate-grid,.settings-grid{grid-template-columns:1fr}.app-footer{padding:15px 20px}.course-grid,.exam-grid{grid-template-columns:1fr}}@media(max-width:520px){.hero h1{font-size:44px}.hero-actions{align-items:flex-start;flex-direction:column;gap:15px}.hero-meta{flex-direction:column;gap:7px}.mini-stats,.panel-list,.feature-grid{grid-template-columns:1fr}.steps{grid-template-columns:1fr;gap:14px}.step{border-top:0;border-left:2px solid #535a5a;padding:0 0 0 18px}.step:before{left:-7px;top:1px}.stats-grid{gap:8px}.stats-grid .stat{padding:11px 9px;gap:7px}.stats-grid .stat strong{font-size:19px}.inline-form,.instruction-form{grid-template-columns:1fr}.inline-form .full,.instruction-form .full{grid-column:auto}.attendance-grid,.upload-grid{grid-template-columns:1fr}.upload-footer{align-items:flex-start;gap:14px;flex-direction:column}.modal-backdrop{padding:10px}.modal{padding:21px 17px}.lesson{flex-wrap:wrap}.lesson .btn{margin-left:34px}.app-footer span{float:none;display:block;margin-top:4px}}.block{display:block;margin-top:.35rem}.actions{display:flex;flex-wrap:wrap;gap:.6rem;margin:.8rem 0;align-items:center}.btn.danger{color:#921f1f;background:#fff0ef;border:1px solid #edbcb8}.edit-form{display:grid;gap:1rem;padding-top:1rem}.edit-form label,.inline-form label{display:grid;gap:.4rem}.edit-form input,.edit-form select,.edit-form textarea{width:100%}.check-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.5rem;max-height:300px;overflow:auto}label.check-choice{display:flex;align-items:center;gap:.65rem;padding:.55rem;cursor:pointer}.check-choice input{width:18px;height:18px;flex-shrink:0}.learning-module{border:1px solid #e4e5e7;border-radius:12px;margin:1rem 0;padding:1rem}.learning-module summary{font-weight:700;cursor:pointer;display:flex;justify-content:space-between;gap:1rem}.lesson-reading{border-top:1px solid #e7e7e7;padding-top:1rem;margin-top:1rem}.lesson-text{white-space:pre-wrap;line-height:1.8;overflow-wrap:anywhere}.notice{border-left:4px solid #f5c400;padding:1rem;background:#fffaf0;margin:1rem 0}fieldset{border:1px solid #ddd;border-radius:8px;padding:1rem}.modal-backdrop .modal-backdrop{z-index:110}.modal{max-height:90dvh;overflow-y:auto;padding-bottom:max(24px,env(safe-area-inset-bottom))}.table-wrap{overflow-x:auto;max-width:100%}.table-wrap td{vertical-align:top}@media(max-width:600px){.actions .btn{min-height:44px}.modal{width:calc(100vw - 20px);max-height:94dvh}.learning-module{padding:.8rem}}
