:root{--red:#e8232a;--red-light:#ff4d53;--red-dark:#b51c22;--red-muted:#e8232a1f;--bg:#080910;--bg-2:#0f1218;--bg-card:#13161f;--bg-card-2:#191d2a;--border:#ffffff14;--border-red:#e8232a47;--white:#f8fafc;--gray-100:#e2e8f0;--gray-400:#94a3b8;--gray-500:#64748b;--green:#10b981;--amber:#ffc107;--radius-sm:8px;--radius-md:12px;--radius-lg:18px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--white);-webkit-font-smoothing:antialiased;font-family:Inter,sans-serif}a{color:inherit;text-decoration:none}button{color:inherit;font-family:inherit}input,select,textarea{font-family:inherit}.cs-fullcenter{justify-content:center;align-items:center;min-height:100vh;display:flex}.cs-loading{justify-content:center;padding:60px 0;display:flex}.cs-spinner{border:3px solid var(--border);border-top-color:var(--red);border-radius:50%;width:32px;height:32px;animation:.8s linear infinite cs-spin}@keyframes cs-spin{to{transform:rotate(360deg)}}.cs-empty{text-align:center;color:var(--gray-500);border:1px dashed var(--border);border-radius:var(--radius-lg);flex-direction:column;align-items:center;gap:10px;margin:16px 0;padding:40px 20px;font-size:14px;line-height:1.6;display:flex}.cs-empty a{color:var(--red-light);font-weight:600}.cs-empty-ico{color:var(--gray-500);opacity:.7;display:flex}.cs-empty-ico svg{width:34px;height:34px}.cs-h1{letter-spacing:-.02em;margin-bottom:6px;font-family:Bricolage Grotesque,sans-serif;font-size:clamp(26px,4vw,36px);font-weight:800}.cs-kicker{letter-spacing:.14em;text-transform:uppercase;color:var(--red-light);background:var(--red-muted);border:1px solid var(--border-red);border-radius:100px;align-items:center;gap:8px;margin-bottom:12px;padding:5px 13px;font-size:10px;font-weight:800;display:inline-flex}.cs-kicker-dot{background:var(--red);border-radius:50%;width:5px;height:5px;box-shadow:0 0 6px #e8232acc}.cs-h2{letter-spacing:-.02em;margin-bottom:8px;font-family:Bricolage Grotesque,sans-serif;font-size:clamp(19px,3vw,26px);font-weight:800}.cs-h3{margin-bottom:12px;font-family:Bricolage Grotesque,sans-serif;font-size:16px;font-weight:700}.cs-h3-ico{align-items:center;gap:9px;display:flex}.cs-h3-ico svg{color:var(--red-light);flex-shrink:0}.cs-sub{color:var(--gray-400);max-width:640px;margin-bottom:18px;font-size:14px;line-height:1.6}.cs-muted{color:var(--gray-400);font-size:14px;line-height:1.6}.cs-muted-sm{color:var(--gray-500);font-size:12px}.cs-spacer{flex:1}.cs-dot{opacity:.4;margin:0 2px}.cs-back{color:var(--gray-400);margin-bottom:14px;font-size:13px;font-weight:600;display:inline-block}.cs-back:hover{color:var(--white)}.cs-see-all{color:var(--red-light);margin-top:12px;font-size:13px;font-weight:700;display:inline-block}.cs-btn{cursor:pointer;border:1px solid var(--border);background:var(--bg-card);color:var(--gray-100);border-radius:100px;justify-content:center;align-items:center;gap:7px;padding:9px 18px;font-size:13px;font-weight:700;transition:border-color .15s,background .15s,transform .15s,opacity .15s;display:inline-flex}.cs-btn:hover{border-color:var(--border-red);background:var(--bg-card-2)}.cs-btn:disabled{opacity:.45;cursor:not-allowed}.cs-btn-red{background:var(--red);border-color:var(--red);color:#fff;box-shadow:0 6px 20px #e8232a52}.cs-btn-red:hover{background:var(--red-dark);border-color:var(--red-dark);transform:translateY(-1px);box-shadow:0 8px 26px #e8232a6b}.cs-btn-red:disabled{box-shadow:none;transform:none}.cs-btn-green{border-color:var(--green);color:var(--green);background:#10b98124}.cs-btn-danger{color:var(--red-light)}.cs-btn-danger:hover{border-color:var(--red);background:var(--red-muted)}.cs-btn-sm{padding:6px 12px;font-size:12px}.cs-btn-block{width:100%;margin-top:8px;padding:12px;font-size:14px}.cs-label{text-transform:uppercase;letter-spacing:.06em;color:var(--gray-500);margin:14px 0 6px;font-size:11px;font-weight:700;display:block}.cs-input,.cs-textarea,.cs-select{width:100%;color:var(--white);background:var(--bg);border:1px solid var(--border);border-radius:10px;padding:10px 14px;font-size:14px;transition:border-color .15s,box-shadow .15s}.cs-input:focus,.cs-textarea:focus,.cs-select:focus{border-color:var(--border-red);outline:none;box-shadow:0 0 0 3px #e8232a1f}.cs-textarea{resize:vertical;line-height:1.5}.cs-select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2394A3B8' stroke-width='2.5'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;width:auto;padding-right:34px}.cs-select-block{width:100%}*{scrollbar-width:thin;scrollbar-color:#ffffff24 transparent}::-webkit-scrollbar{width:9px;height:9px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#ffffff24;border-radius:100px}::-webkit-scrollbar-thumb:hover{background:#ffffff3d}.cs-form-error{color:var(--red-light);background:var(--red-muted);border:1px solid var(--border-red);border-radius:8px;margin-top:12px;padding:8px 12px;font-size:13px}.cs-search{max-width:420px;margin-bottom:22px}.cs-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);margin-bottom:18px;padding:22px;box-shadow:0 10px 30px #00000038}.cs-toasts{z-index:400;pointer-events:none;flex-direction:column;align-items:center;gap:8px;display:flex;position:fixed;bottom:24px;left:50%;transform:translate(-50%)}.cs-toast{background:var(--bg-card);color:var(--white);border:1px solid #10b98180;border-radius:100px;align-items:center;gap:9px;padding:11px 20px;font-size:13px;font-weight:600;animation:.25s cs-toast-in;display:inline-flex;box-shadow:0 12px 40px #0000008c}.cs-toast-ico{color:var(--green);display:flex}.cs-toast-err{border-color:var(--red)}.cs-toast-err .cs-toast-ico{color:var(--red-light)}@keyframes cs-toast-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}.cs-confirm{max-width:420px}.cs-confirm-title{font-family:Bricolage Grotesque,sans-serif;font-size:18px;font-weight:800;line-height:1.3}.cs-confirm-body{color:var(--gray-400);white-space:pre-wrap;margin-top:10px;font-size:13px;line-height:1.6}.cs-avatar{object-fit:cover;border-radius:50%;flex-shrink:0}.cs-avatar-txt{background:var(--red-muted);border:1px solid var(--border-red);color:var(--red-light);justify-content:center;align-items:center;font-weight:800;display:inline-flex}.cs-role-badge{letter-spacing:.08em;color:var(--red-light);background:var(--red-muted);border:1px solid var(--border-red);vertical-align:middle;border-radius:4px;margin-left:4px;padding:2px 6px;font-size:9px;font-weight:800;display:inline-block}.cs-off-badge{letter-spacing:.08em;color:var(--gray-500);background:var(--bg);border:1px solid var(--border);border-radius:4px;margin-left:6px;padding:2px 6px;font-size:9px;font-weight:800;display:inline-block}.cs-auto-badge{letter-spacing:.08em;color:var(--green);background:#10b9811a;border:1px solid #10b9814d;border-radius:4px;margin-left:6px;padding:2px 6px;font-size:9px;font-weight:800;display:inline-block}.cs-badge-count{background:var(--red);color:#fff;border-radius:100px;justify-content:center;align-items:center;min-width:19px;height:19px;padding:0 5px;font-size:11px;font-weight:800;display:inline-flex}.cs-shell{min-height:100vh;display:flex}.cs-side{z-index:100;background:var(--bg-2);border-right:1px solid var(--border);flex-direction:column;flex-shrink:0;width:240px;padding:20px 14px;display:flex;position:fixed;top:0;bottom:0;left:0}.cs-logo{flex-direction:column;align-items:flex-start;gap:6px;padding:6px 10px 18px;display:flex}.cs-logo-img{width:138px;height:auto}.cs-logo-sub{letter-spacing:.12em;text-transform:uppercase;color:var(--gray-500);font-size:10px;font-weight:600}.cs-nav-group{letter-spacing:.12em;text-transform:uppercase;color:var(--gray-500);padding:16px 12px 6px;font-size:10px;font-weight:800}.cs-side-bottom{border-top:1px solid var(--border);flex-direction:column;gap:6px;margin-top:10px;padding-top:10px;display:flex}.cs-nav-admin{border:1px dashed var(--border)}.cs-nav-admin:hover,.cs-nav-admin.cs-nav-active{border-color:var(--border-red)}.cs-nav{flex-direction:column;flex:1;gap:2px;display:flex;overflow-y:auto}.cs-nav-item{color:var(--gray-400);border-radius:10px;align-items:center;gap:11px;padding:10px 12px;font-size:14px;font-weight:600;transition:background .12s,color .12s;display:flex}.cs-nav-item:hover{background:var(--bg-card);color:var(--white)}.cs-nav-active,.cs-nav-active:hover{background:var(--red-muted);color:var(--red-light)}.cs-nav-ico{opacity:.9;justify-content:center;align-items:center;width:22px;display:flex}.cs-nav-active .cs-nav-ico{color:var(--red-light)}.cs-nav-item .cs-badge-count{margin-left:auto}.cs-side-foot{align-items:center;gap:8px;display:flex}.cs-me{border-radius:10px;flex:1;align-items:center;gap:10px;min-width:0;padding:6px;display:flex}.cs-me:hover{background:var(--bg-card)}.cs-me-txt{flex-direction:column;min-width:0;display:flex}.cs-me-name{white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:700;overflow:hidden}.cs-me-role{color:var(--gray-500);font-size:11px}.cs-logout{color:var(--gray-500);cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;padding:7px;display:flex}.cs-logout:hover{color:var(--red-light);background:var(--red-muted)}.cs-main{flex:1;min-width:0;margin-left:240px;position:relative}.cs-main-glow{pointer-events:none;background:radial-gradient(65% 100% at 50% 0,#e8232a12 0%,#0000 70%);height:420px;position:absolute;top:0;left:0;right:0}.cs-page{max-width:1000px;margin:0 auto;padding:38px 28px 80px;animation:.25s cs-page-in;position:relative}@keyframes cs-page-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.cs-page-narrow{max-width:640px}.cs-page-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:8px;display:flex}.cs-page-head-txt{min-width:0}.cs-page-head-actions{align-items:center;gap:10px;padding-top:34px;display:flex}.cs-topbar{display:none}.cs-drawer-wrap{z-index:200;background:#0009;position:fixed;inset:0}.cs-drawer{transform:none;box-shadow:20px 0 60px #00000080}.cs-login{background:radial-gradient(ellipse 55% 40% at 50% 0%, #e8232a21 0%, transparent 70%), radial-gradient(ellipse 40% 30% at 85% 100%, #e8232a0d 0%, transparent 70%), var(--bg);flex-direction:column;justify-content:center;align-items:center;gap:22px;min-height:100vh;padding:24px;display:flex}.cs-login-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);width:100%;max-width:420px;padding:40px 36px 32px;position:relative;overflow:hidden;box-shadow:0 30px 80px #0000008c}.cs-login-card:before{content:"";background:linear-gradient(90deg, transparent 0%, var(--red) 30%, var(--red-light) 50%, var(--red) 70%, transparent 100%);height:3px;position:absolute;top:0;left:0;right:0}.cs-logo-login{width:185px;height:auto;margin:0 auto 22px;display:block}.cs-login-h1{text-align:center;margin-bottom:4px;font-family:Bricolage Grotesque,sans-serif;font-size:23px;font-weight:800}.cs-login-sub{color:var(--gray-400);text-align:center;margin-bottom:8px;font-size:13px}.cs-login-foot{color:var(--gray-500);text-align:center;margin-top:20px;font-size:12px;line-height:1.6}.cs-login-tag{letter-spacing:.06em;color:var(--gray-500);text-transform:uppercase;font-size:12px;font-weight:600}.cs-home-grid{grid-template-columns:3fr 2fr;gap:18px;display:grid}.cs-progress-card{align-items:center;gap:26px;display:flex}.cs-ring-txt{fill:var(--white);font-family:Bricolage Grotesque,sans-serif;font-size:28px;font-weight:800}.cs-progress-info{flex-direction:column;align-items:flex-start;gap:8px;display:flex}.cs-done-tag{color:var(--green);font-size:14px;font-weight:700}.cs-event-row{border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;gap:12px;padding:10px 0;display:flex}.cs-event-row:last-of-type{border-bottom:none}.cs-event-title{font-size:14px;font-weight:600}.cs-event-desc{color:var(--gray-400);max-width:380px;margin-top:4px;font-size:12px}.cs-news{border-bottom:1px solid #ffffff0d;padding:12px 0}.cs-news:last-child{border-bottom:none}.cs-news-pinned{background:var(--red-muted);border:1px solid var(--border-red);border-radius:var(--radius-md);margin-bottom:10px;padding:12px 16px}.cs-news-head{align-items:baseline;gap:8px;display:flex}.cs-news-title{flex:1;font-size:15px;font-weight:700}.cs-news-body{color:var(--gray-400);white-space:pre-wrap;margin-top:6px;font-size:13px;line-height:1.6}.cs-mini-post{border-bottom:1px solid #ffffff0d;flex-direction:column;gap:2px;padding:10px 0;display:flex}.cs-mini-post:last-of-type{border-bottom:none}.cs-mini-post:hover .cs-mini-post-title{color:var(--red-light)}.cs-mini-post-cat{color:var(--gray-500);font-size:11px;font-weight:700}.cs-mini-post-title{font-size:14px;font-weight:600;transition:color .12s}.cs-bar{background:var(--bg-card-2);border:1px solid var(--border);border-radius:100px;height:8px;overflow:hidden}.cs-bar-fill{background:var(--red);border-radius:100px;height:100%;transition:width .5s}.cs-mod-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:14px;margin-top:22px;display:grid}.cs-mod-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;gap:8px;padding:20px;transition:border-color .15s,transform .15s,box-shadow .15s;display:flex;box-shadow:0 8px 24px #0000002e}.cs-mod-card:hover{border-color:var(--border-red);transform:translateY(-3px);box-shadow:0 16px 40px #00000059}.cs-mod-num{color:#e8232a4d;font-family:Bricolage Grotesque,sans-serif;font-size:26px;font-weight:800;line-height:1}.cs-mod-title{font-family:Bricolage Grotesque,sans-serif;font-size:16px;font-weight:700;line-height:1.3}.cs-mod-summary{color:var(--gray-500);font-size:12px;line-height:1.5}.cs-mod-foot{flex-direction:column;gap:6px;margin-top:auto;padding-top:10px;display:flex}.cs-lesson-list{flex-direction:column;gap:8px;margin-top:22px;display:flex}.cs-lesson-row{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);align-items:center;gap:14px;padding:13px 16px;transition:border-color .15s;display:flex}.cs-lesson-row:hover{border-color:var(--border-red)}.cs-lesson-done{opacity:.75}.cs-check{background:var(--bg);border:1px solid var(--border);width:30px;height:30px;color:var(--gray-500);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:13px;font-weight:800;display:flex}.cs-check-on{background:var(--green);border-color:var(--green);color:#fff}.cs-lesson-title{flex:1;font-size:14px;font-weight:600}.cs-lesson-meta{align-items:center;gap:10px;display:flex}.cs-soon{text-transform:uppercase;letter-spacing:.05em;color:var(--amber);background:#ffc1071a;border:1px solid #ffc1074d;border-radius:100px;padding:3px 9px;font-size:10px;font-weight:700}.cs-lesson-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px;display:flex}.cs-video{aspect-ratio:16/9;border-radius:var(--radius-lg);border:1px solid var(--border);background:#000;width:100%;margin-bottom:18px;position:relative;overflow:hidden}.cs-video iframe{width:100%;height:100%;position:absolute;inset:0}.cs-video-soon{color:var(--gray-500);background:var(--bg-card);flex-direction:column;justify-content:center;align-items:center;gap:12px;font-size:14px;display:flex}.cs-video-soon-ico{color:var(--gray-500);opacity:.6;display:flex}.cs-material{color:var(--red-light);padding:8px 0;font-size:14px;font-weight:600;display:block}.cs-notes-toggle{cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;display:flex}.cs-notes-toggle .cs-h3{margin-bottom:0}.cs-note{margin-top:16px}.cs-note-title{color:var(--red-light);margin-bottom:8px;font-size:14px;font-weight:700}.cs-note ul{flex-direction:column;gap:6px;padding-left:20px;display:flex}.cs-note li{color:var(--gray-100);font-size:13px;line-height:1.55}.cs-prevnext{grid-template-columns:1fr 1fr;gap:12px;margin-top:8px;display:grid}.cs-pn{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);flex-direction:column;gap:3px;padding:14px 16px;transition:border-color .15s;display:flex}.cs-pn:hover{border-color:var(--border-red)}.cs-pn-next{text-align:right;align-items:flex-end}.cs-pn-dir{text-transform:uppercase;letter-spacing:.05em;color:var(--red-light);font-size:11px;font-weight:700}.cs-pn-title{color:var(--gray-400);font-size:13px}.cs-cat-row{flex-wrap:wrap;align-items:center;gap:8px;margin:6px 0 20px;display:flex}.cs-chip{color:var(--gray-400);background:var(--bg-card);border:1px solid var(--border);cursor:pointer;border-radius:100px;padding:8px 16px;font-size:12px;font-weight:700;transition:all .12s}.cs-chip:hover{border-color:var(--border-red);color:var(--white)}.cs-chip-on{background:var(--red-muted);border-color:var(--border-red);color:var(--red-light)}.cs-chip-n{opacity:.6;margin-left:3px;font-weight:600}.cs-post-list{flex-direction:column;gap:10px;display:flex}.cs-post-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);align-items:center;gap:14px;padding:14px 18px;display:flex}.cs-post-pinned{border-color:var(--border-red);background:#e8232a0a}.cs-post-main{flex:1;min-width:0}.cs-post-title{margin-bottom:3px;font-size:15px;font-weight:700;display:block}.cs-post-title:hover{color:var(--red-light)}.cs-post-meta{color:var(--gray-500);flex-wrap:wrap;align-items:center;gap:5px;font-size:12px;display:flex}.cs-post-meta a:hover{color:var(--red-light)}.cs-post-stats{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:6px;display:flex}.cs-like{color:var(--gray-500);border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:100px;align-items:center;gap:5px;padding:4px 11px;font-size:12px;font-weight:700;transition:all .12s;display:inline-flex}.cs-like-on svg{fill:currentColor}.cs-like:hover{border-color:var(--border-red);color:var(--red-light)}.cs-like-on{color:var(--red-light);background:var(--red-muted);border-color:var(--border-red)}.cs-like-lg{margin-top:14px;padding:7px 16px;font-size:14px}.cs-comments-n{color:var(--gray-500);align-items:center;gap:5px;font-size:12px;font-weight:600;display:inline-flex}.cs-post-full-head{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:16px;display:flex}.cs-post-body{color:var(--gray-100);white-space:pre-wrap;margin-top:8px;font-size:14px;line-height:1.7}.cs-comment{border-bottom:1px solid #ffffff0d;gap:12px;padding:14px 0;display:flex}.cs-comment-main{flex:1;min-width:0}.cs-comment-body{color:var(--gray-100);white-space:pre-wrap;margin:5px 0;font-size:13px;line-height:1.6}.cs-comment-actions{align-items:center;gap:12px;display:flex}.cs-link-danger{color:var(--gray-500);cursor:pointer;background:0 0;border:none;font-size:12px}.cs-link-danger:hover{color:var(--red-light)}.cs-comment-form{flex-direction:column;align-items:flex-end;gap:10px;margin-top:16px;display:flex}.cs-modal-wrap{z-index:250;background:#000000a6;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.cs-modal{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);width:100%;max-width:540px;max-height:90vh;padding:26px;overflow-y:auto}.cs-modal-foot{justify-content:flex-end;gap:10px;margin-top:18px;display:flex}.cs-member-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:12px;display:grid}.cs-member-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);align-items:center;gap:14px;padding:16px;transition:border-color .15s;display:flex}.cs-member-card:hover{border-color:var(--border-red)}.cs-member-info{flex-direction:column;gap:3px;min-width:0;display:flex}.cs-member-name{font-size:14px;font-weight:700}.cs-member-bio{color:var(--gray-400);font-size:12px}.cs-profile-head{flex-wrap:wrap;align-items:center;gap:20px;display:flex}.cs-profile-info{min-width:0}.cs-profile-bio{color:var(--gray-400);margin:6px 0;font-size:14px;line-height:1.6}.cs-profile-grid{grid-template-columns:1fr 1fr;gap:18px;display:grid}.cs-profile-stats{color:var(--gray-400);gap:18px;margin-top:14px;font-size:13px;display:flex}.cs-profile-stats strong{color:var(--white)}.cs-mini-achievements{flex-wrap:wrap;gap:8px;display:flex}.cs-mini-ach{background:var(--bg);border:1px solid var(--border);cursor:default;border-radius:10px;padding:6px 9px;font-size:26px}.cs-avatar-edit{align-items:center;gap:16px;margin-bottom:6px;display:flex}.cs-msgs{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--bg-card);grid-template-columns:320px 1fr;gap:0;height:calc(100vh - 200px);min-height:420px;display:grid;overflow:hidden}.cs-threads{border-right:1px solid var(--border);overflow-y:auto}.cs-thread{text-align:left;cursor:pointer;background:0 0;border:none;border-bottom:1px solid #ffffff0a;align-items:center;gap:11px;width:100%;padding:13px 15px;display:flex}.cs-thread:hover{background:var(--bg-card-2)}.cs-thread-on{background:var(--red-muted)}.cs-thread-main{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.cs-thread-name{font-size:13px;font-weight:700}.cs-thread-last{color:var(--gray-500);white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.cs-thread-side{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:4px;display:flex}.cs-conv{flex-direction:column;min-width:0;display:flex}.cs-conv-empty{color:var(--gray-500);text-align:center;flex:1;justify-content:center;align-items:center;padding:30px;font-size:14px;line-height:1.6;display:flex}.cs-conv-empty a{color:var(--red-light);margin:0 4px;font-weight:600}.cs-conv-head{border-bottom:1px solid var(--border);align-items:center;gap:10px;padding:12px 16px;display:flex}.cs-conv-back{cursor:pointer;color:var(--gray-400);background:0 0;border:none;margin:0;font-size:16px;display:none}.cs-conv-name{font-size:14px;font-weight:700}.cs-conv-name:hover{color:var(--red-light)}.cs-conv-body{flex-direction:column;flex:1;gap:10px;padding:18px;display:flex;overflow-y:auto}.cs-msg{background:var(--bg-card-2);border:1px solid var(--border);border-radius:14px 14px 14px 4px;align-self:flex-start;max-width:75%;padding:9px 14px}.cs-msg p{white-space:pre-wrap;word-break:break-word;font-size:13px;line-height:1.5}.cs-msg-mine{background:var(--red-muted);border-color:var(--border-red);border-radius:14px 14px 4px;align-self:flex-end}.cs-msg-time{color:var(--gray-500);margin-top:3px;font-size:10px;display:block}.cs-conv-form{border-top:1px solid var(--border);gap:10px;padding:12px 16px;display:flex}.cs-ach-grid{grid-template-columns:repeat(auto-fill,minmax(290px,1fr));gap:12px;display:grid}.cs-ach{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);opacity:.55;filter:grayscale(.7);align-items:flex-start;gap:14px;padding:18px;display:flex}.cs-ach-on{opacity:1;filter:none;border-color:var(--border-red)}.cs-ach-icon{font-size:32px;line-height:1}.cs-ach-name{margin-bottom:3px;font-family:Bricolage Grotesque,sans-serif;font-size:15px;font-weight:700}.cs-ach-desc{color:var(--gray-400);margin-bottom:6px;font-size:12px;line-height:1.5}.cs-ach-date{color:var(--green);font-size:11px;font-weight:700}.cs-ach-locked{color:var(--gray-500);font-size:11px;font-weight:700}.cs-cal-grid{grid-template-columns:3fr 2fr;gap:18px;display:grid}.cs-cal-head{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.cs-cal-head .cs-h3{margin-bottom:0}.cs-cal{grid-template-columns:repeat(7,1fr);gap:4px;display:grid}.cs-cal-dow{text-transform:uppercase;color:var(--gray-500);text-align:center;padding:4px 0;font-size:10px;font-weight:800}.cs-cal-cell{background:var(--bg);border:1px solid #ffffff0d;border-radius:8px;flex-direction:column;gap:3px;min-height:64px;padding:5px;display:flex;overflow:hidden}.cs-cal-today{border-color:var(--red)}.cs-cal-daynum{color:var(--gray-500);font-size:11px;font-weight:700}.cs-cal-today .cs-cal-daynum{color:var(--red-light)}.cs-cal-ev{color:var(--red-light);background:var(--red-muted);white-space:nowrap;text-overflow:ellipsis;border-radius:4px;padding:2px 5px;font-size:10px;font-weight:600;overflow:hidden}.cs-dict-group{margin-bottom:26px}.cs-dict-letter{color:#e8232a73;border-bottom:1px solid var(--border);margin-bottom:12px;padding-bottom:6px;font-family:Bricolage Grotesque,sans-serif;font-size:24px;font-weight:800}.cs-dict-term{margin-bottom:16px}.cs-dict-name{margin-bottom:4px;font-size:15px;font-weight:700}.cs-dict-def{color:var(--gray-400);max-width:720px;font-size:13px;line-height:1.65}.cs-tabs{flex-wrap:wrap;gap:8px;margin-bottom:22px;display:flex}.cs-tab{color:var(--gray-400);background:var(--bg-card);border:1px solid var(--border);cursor:pointer;border-radius:100px;padding:9px 16px;font-size:13px;font-weight:700;transition:all .12s}.cs-tab:hover{color:var(--white);border-color:var(--border-red)}.cs-tab-on{background:var(--red-muted);border-color:var(--border-red);color:var(--red-light)}.cs-tpl-row{border-bottom:1px solid #ffffff0d;align-items:center;gap:12px;padding:11px 0;display:flex}.cs-tpl-row:last-child{border-bottom:none}.cs-tpl-ico{color:var(--red-light);display:flex}.cs-tpl-name{flex:1;font-size:14px;font-weight:600}.cs-calc-grid{grid-template-columns:1fr 1fr;align-items:start;gap:18px;display:grid}.cs-calc-field{margin-bottom:4px;display:block}.cs-calc-input{align-items:center;gap:8px;display:flex}.cs-calc-suffix{color:var(--gray-500);font-size:13px;font-weight:700}.cs-calc-result{position:sticky;top:20px}.cs-calc-row{color:var(--gray-400);border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;gap:14px;padding:10px 0;font-size:14px;display:flex}.cs-calc-row strong{color:var(--gray-100);font-variant-numeric:tabular-nums}.cs-calc-total{border-top:1px solid var(--border-red);color:var(--white);border-bottom:none;padding-top:14px;font-weight:700}.cs-calc-total strong{color:var(--red-light);font-size:18px}.cs-calc-margin{color:var(--white);border-bottom:none;font-weight:700}.cs-calc-margin strong{color:var(--green);font-size:18px}.cs-calc-neg strong{color:var(--red-light)}.cs-calc-note{margin-top:14px;line-height:1.6}.cs-admin-tabs{margin-bottom:18px}.cs-admin-form{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:10px;display:flex}.cs-admin-form .cs-input{flex:1;width:auto;min-width:180px}.cs-admin-form .cs-input-emoji{text-align:center;flex:none;width:64px;min-width:64px}.cs-table{flex-direction:column;display:flex}.cs-trow{border-bottom:1px solid #ffffff0d;align-items:center;gap:12px;padding:11px 0;display:flex}.cs-trow:last-child{border-bottom:none}.cs-trow-off{opacity:.5}.cs-tcell-main{flex-direction:column;flex:1;gap:2px;min-width:0;font-size:14px;font-weight:600;display:flex}.cs-created-box{background:#10b98114;border:1px solid #10b9814d;border-radius:10px;margin-top:12px;padding:12px 16px;font-size:13px;line-height:1.6}.cs-created-box code{background:var(--bg);border:1px solid var(--border);color:var(--green);border-radius:6px;padding:2px 8px;font-size:13px}.cs-pw-box{background:var(--bg);border:1px solid var(--border);border-radius:10px;align-items:center;gap:12px;margin-top:16px;padding:12px 16px;display:flex}.cs-pw-box code{color:var(--green);letter-spacing:.03em;word-break:break-all;flex:1;font-size:15px;font-weight:700}.cs-checkline{color:var(--gray-400);cursor:pointer;align-items:center;gap:8px;margin:12px 0;font-size:13px;display:flex}.cs-lesson-admin{border-bottom:1px solid #ffffff0a;align-items:center;gap:10px;padding:8px 0;display:flex}.cs-lesson-admin .cs-tcell-main{font-size:13px}.cs-input-url{flex:1.4;width:auto;min-width:220px;font-size:12px}@media (width<=900px){.cs-home-grid,.cs-profile-grid,.cs-cal-grid,.cs-calc-grid{grid-template-columns:1fr}.cs-calc-result{position:static}}@media (width<=780px){.cs-shell{flex-direction:column}.cs-side{display:none}.cs-progress-info .cs-btn{border-radius:14px}.cs-drawer{width:270px;display:flex}.cs-main{margin-left:0}.cs-topbar{z-index:90;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);background:#080910eb;justify-content:space-between;align-items:center;gap:12px;height:54px;padding:0 16px;display:flex;position:sticky;top:0}.cs-logo-top{align-items:center;display:flex}.cs-logo-img-top{width:auto;height:26px}.cs-burger{color:var(--gray-100);cursor:pointer;background:0 0;border:none;align-items:center;display:flex}.cs-top-msgs{color:var(--gray-100);align-items:center;gap:4px;display:flex;position:relative}.cs-page{padding:22px 16px 70px}.cs-progress-card{text-align:center;flex-direction:column}.cs-progress-info{align-items:center}.cs-msgs{grid-template-columns:1fr;height:calc(100vh - 160px)}.cs-threads{display:block}.cs-msgs-open .cs-threads,.cs-msgs:not(.cs-msgs-open) .cs-conv{display:none}.cs-conv-back{display:block}.cs-prevnext{grid-template-columns:1fr}.cs-lesson-admin,.cs-post-card{flex-wrap:wrap}.cs-cal-cell{min-height:46px}.cs-cal-ev{display:none}.cs-cal-cell:has(.cs-cal-ev){border-color:var(--border-red);background:var(--red-muted)}}
