*{box-sizing:border-box}html,body,#app{margin:0;min-height:100%;font-family:Inter,PingFang SC,Arial,sans-serif;color:#24282d;background:#f5f6f8}button,input{font:inherit}.login-page{min-height:100vh;display:grid;place-items:center;background:radial-gradient(circle at 15% 15%,#dfeff2,#f5f6f8 45%)}.login-card{width:min(410px,calc(100% - 32px));padding:42px;background:#fff;border-radius:24px;box-shadow:0 20px 70px #1f343c18}.logo-mark,.brand-dot{display:grid;place-items:center;background:#26383c;color:#fff;font-weight:800;border-radius:50%;width:42px;height:42px}.eyebrow{font-size:11px;letter-spacing:.18em;color:#849297;margin:18px 0 8px}.login-card h1{font-size:30px;margin:0}.login-subtitle{color:#859196;margin:10px 0 30px}.login-card label{display:block;font-size:13px;color:#69757a;margin:16px 0}.login-card input{display:block;width:100%;padding:13px 14px;margin-top:7px;border:1px solid #e2e7e8;border-radius:10px;outline:0}.login-card input:focus{border-color:#536f75}.primary-button{width:100%;border:0;border-radius:10px;background:#26383c;color:#fff;padding:14px;cursor:pointer;margin-top:8px}.hint{font-size:12px;color:#9aa5a8;text-align:center}.error{color:#c84e4e;font-size:12px}.admin-shell{min-height:100vh}.topbar{height:64px;background:#fff;border-bottom:1px solid #e6eaeb;display:flex;align-items:center;padding:0 28px;gap:28px}.brand{font-weight:700;display:flex;align-items:center;gap:10px}.brand-dot{width:30px;height:30px;font-size:14px}.topbar-title{color:#8b9699;font-size:13px;flex:1}.logout{border:0;background:none;color:#7e898c;font-size:13px;cursor:pointer}.workspace{display:grid;grid-template-columns:210px minmax(480px,1fr) 310px;min-height:calc(100vh - 64px)}.sidebar{background:#fff;border-right:1px solid #e6eaeb;padding:24px 14px;display:flex;flex-direction:column}.section-label{font-size:11px;letter-spacing:.12em;color:#a1acad;padding:0 12px 12px}.nav-item{border:0;background:none;text-align:left;padding:12px;border-radius:9px;color:#6d797d;cursor:pointer}.nav-item.active,.nav-item:hover{background:#edf4f4;color:#26383c;font-weight:600}.sidebar-foot{margin-top:auto;color:#b0b9ba;font-size:11px;padding:12px}.preview-area{padding:28px;display:flex;flex-direction:column;align-items:center}.preview-heading{width:min(640px,100%);display:flex;justify-content:space-between;align-items:end;margin-bottom:18px}.preview-heading h2{margin:0;font-size:22px}.device-badge{font-size:11px;background:#e8eeee;color:#647276;padding:7px 10px;border-radius:20px}.phone{width:375px;max-width:100%;background:#f2f5f6;border:9px solid #25353a;border-radius:32px;box-shadow:0 18px 42px #21343c24;overflow:hidden}.phone-status{height:25px;padding:6px 15px 0;font-size:9px;color:#56666b;display:flex;justify-content:space-between;background:#fff}.phone-content{min-height:650px;max-height:calc(100vh - 170px);overflow:auto;background:#e8f0f1}.preview-hero{height:155px;background:linear-gradient(140deg,#9ec8d0,#e8f2f2);display:grid;place-items:center;position:relative;color:#587076;font-size:13px;cursor:pointer}.preview-hero img,.preview-brand img,.coach-card img{width:100%;height:100%;object-fit:cover}.preview-hero i,.preview-brand i{position:absolute;right:10px;top:10px;background:#26383ccc;color:#fff;font-size:10px;padding:4px 7px;border-radius:12px;font-style:normal}.preview-brand{height:105px;margin:10px;border-radius:15px;background:#dce8ea;display:grid;place-items:center;position:relative;overflow:hidden;text-align:center;color:#718184;cursor:pointer}.preview-brand small,.coach-card small{font-size:10px}.preview-tabs{height:66px;background:#26383c;color:#dfe9e9;display:flex;justify-content:space-around;align-items:end;padding:0 8px 13px;font-size:9px}.preview-tabs b{color:#fff;cursor:pointer}.preview-coaches{padding:12px;display:flex;gap:9px}.coach-card{width:50%;height:160px;background:#fff;border-radius:14px;overflow:hidden;display:flex;flex-direction:column;cursor:pointer;color:#718184;font-size:11px}.coach-card img,.coach-card>span{height:112px;display:grid;place-items:center;background:#bdc9cb;text-align:center}.coach-card strong{color:#354247;padding:10px;font-size:10px}.editor-panel{background:#fff;border-left:1px solid #e6eaeb;padding:28px 22px}.panel-title{display:flex;justify-content:space-between}.panel-title h3{margin:0 0 24px}.selected-dot{width:9px;height:9px;background:#5d999d;border-radius:50%;margin-top:25px}.asset-editor h4{margin:0 0 13px}.asset-box{height:170px;border:1px dashed #cbd6d7;border-radius:12px;background:#f7f9f9;display:grid;place-items:center;color:#a0abad;overflow:hidden}.asset-box img{width:100%;height:100%;object-fit:cover}.upload-button{display:block;text-align:center;margin-top:14px;padding:12px;border-radius:9px;background:#26383c;color:#fff;font-size:13px;cursor:pointer}.upload-button input{display:none}.delete-button{width:100%;border:1px solid #e3aaaa;color:#bd5d5d;background:#fff;border-radius:9px;padding:10px;margin-top:9px;cursor:pointer}.panel-tip{font-size:11px;color:#9ba6a8;line-height:1.6}.empty-editor{text-align:center;color:#9aa5a8;padding-top:130px}.cursor-icon{font-size:40px;color:#b8c6c7}.empty-editor p{margin:16px 0 7px;color:#627174}.empty-editor small{font-size:11px}@media(max-width:950px){.workspace{grid-template-columns:170px minmax(360px,1fr)}.editor-panel{grid-column:1/-1;border-left:0;border-top:1px solid #e6eaeb;min-height:280px}.empty-editor{padding:30px}.asset-editor{max-width:420px}}@media(max-width:620px){.topbar{padding:0 15px;height:56px}.topbar-title{display:none}.workspace{display:flex;flex-direction:column}.sidebar{order:2;flex-direction:row;overflow:auto;border:0;border-top:1px solid #e6eaeb;padding:8px;position:sticky;bottom:0;z-index:2}.sidebar .section-label,.sidebar-foot{display:none}.nav-item{white-space:nowrap;padding:9px 12px}.preview-area{order:1;padding:18px 12px}.editor-panel{order:3;padding:22px 16px}.phone{width:min(375px,100%)}.preview-heading{align-items:start}.device-badge{display:none}}.course-editor{margin-top:34px;border-top:1px solid #e6eaeb;padding-top:24px}.small-add{border:0;background:#edf4f4;color:#426e72;border-radius:7px;padding:7px 9px;cursor:pointer}.course-types{display:flex;gap:7px;margin-bottom:12px}.course-types button{border:1px solid #e0e7e7;background:#fff;color:#738083;border-radius:7px;padding:7px;font-size:11px;cursor:pointer}.course-types button.active{background:#26383c;color:#fff}.course-row{display:flex;gap:5px;align-items:center;border-bottom:1px solid #edf0f0;padding:10px 0;font-size:11px}.course-row>div{flex:1;display:flex;flex-direction:column;gap:4px}.course-row span{color:#9a6760}.course-row button{border:0;background:none;color:#5d8588;font-size:11px;cursor:pointer}.course-form{display:grid;gap:8px;margin-top:12px}.course-form input,.course-form select{width:100%;border:1px solid #dfe7e7;border-radius:7px;padding:9px;font-size:12px}.course-form .primary-button{margin:0;padding:9px}
