:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;line-height:1.5;color:#e5e7eb;background-color:#0b1220;--topbar-height: 72px;--content-width: 1100px}body[data-device=desktop]{--content-width: 1100px}body[data-device=mobile]{--content-width: 100%;font-size:15px}*{box-sizing:border-box}body{margin:0;min-height:100vh;display:flex;align-items:flex-start;justify-content:center;background:radial-gradient(circle at 20% 20%,rgba(56,189,248,.15),transparent 35%),radial-gradient(circle at 80% 0%,rgba(168,85,247,.12),transparent 40%),#0b1220}#root{width:100%;display:flex;justify-content:center}.page{width:100%;display:flex;justify-content:center;padding:170px 18px 40px}.page-desktop{padding-top:170px}.page-mobile{padding:calc(var(--topbar-height) + 18px) 14px 32px}.page:after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(180deg,#0b122000,#0b1220b3);opacity:0;transition:opacity .3s ease;z-index:0}.layout{width:min(var(--content-width),100%);display:flex;flex-direction:column;gap:14px;position:relative;z-index:1}.page-mobile .layout{gap:12px}.topbar{position:fixed;top:0;left:0;right:0;padding:12px 18px;min-height:var(--topbar-height);display:flex;align-items:center;z-index:50;background:#0a101ce6;border-bottom:1px solid #1f2937;box-shadow:0 18px 36px #00000059;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}body[data-device=mobile] .topbar{padding:10px 14px;min-height:64px}.topbar-inner{margin:0 auto;width:min(var(--content-width),100%);display:flex;align-items:center;justify-content:space-between;gap:12px}.page-mobile .topbar-inner{flex-direction:column;align-items:flex-start}.topbar-brand{display:flex;flex-direction:column;gap:2px}.device-badge{margin-top:2px}.topbar-logo{font-weight:800;letter-spacing:-.02em;color:#e5e7eb}.topbar-meta{font-size:14px;color:#94a3b8}.topbar-actions{display:flex;align-items:center;gap:8px}.page-mobile .topbar-actions{width:100%;justify-content:flex-start;flex-wrap:wrap;gap:6px}.topbar-button{border-radius:999px;border:1px solid #1f2937;background:#0f172abf;color:#cbd5e1;padding:10px 14px;font-weight:700;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border .2s ease;box-shadow:0 8px 24px #00000040}.topbar-button.primary{border-color:#3b82f6;background:linear-gradient(135deg,#3b82f624,#3b82f614);color:#e2e8f0;box-shadow:0 12px 28px #3b82f62e}.topbar-button-active{border-color:#3b82f6;color:#e2e8f0;box-shadow:0 14px 32px #3b82f642}.topbar-button:hover{transform:translateY(-1px)}.subtle-scrollbar{scrollbar-width:thin;scrollbar-color:#1f2937 transparent}.subtle-scrollbar::-webkit-scrollbar{height:6px}.subtle-scrollbar::-webkit-scrollbar-thumb{background:#1f2937;border-radius:999px}.header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;border:1px solid #1f2937;border-radius:12px;background:#0f172af2;box-shadow:0 20px 50px #00000073;position:sticky;top:0;z-index:20;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.logo{font-weight:800;letter-spacing:-.02em}.profile{font-size:14px;color:#94a3b8}.card{border:1px solid #1f2937;border-radius:12px;background:linear-gradient(145deg,#0d1627,#0b1120);padding:12px;box-shadow:0 12px 28px #0006;overflow:hidden;min-width:0}.management{display:flex;flex-direction:column;gap:14px}.management-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:10px}.panel{border:1px solid #1f2937;border-radius:12px;background:linear-gradient(160deg,#0f172ad9,#0f172aa6);padding:12px;display:flex;flex-direction:column;gap:10px;min-width:0;overflow:hidden}.panel.soft{background:linear-gradient(160deg,#1e293bb3,#0f172a99);border-style:dashed}.form{display:flex;flex-direction:column;gap:10px}.field{display:flex;flex-direction:column;gap:4px;color:#cbd5e1;font-weight:600}.field.inline{flex-direction:row;align-items:flex-end;gap:10px}.field span{color:#94a3b8;font-size:12px;letter-spacing:.02em;text-transform:uppercase}.field input,.field select,.field textarea{width:100%;border-radius:10px;border:1px solid #1f2937;background:#0f172acc;color:#e2e8f0;padding:10px 12px;font-size:14px;transition:border .2s ease,box-shadow .2s ease,transform .2s ease}.field input:focus,.field select:focus,.field textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 10px 26px #3b82f62e}.primary{border-radius:12px;border:1px solid #3b82f6;background:linear-gradient(135deg,#3b82f633,#3b82f61a);color:#e2e8f0;padding:11px 12px;font-weight:700;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border .2s ease}.primary:hover{transform:translateY(-1px);box-shadow:0 12px 32px #3b82f633}.primary.full{width:100%;text-align:center}.group-list{display:grid;grid-template-columns:1fr;gap:10px}.group-card{border:1px solid #1f2937;border-radius:12px;padding:12px;background:linear-gradient(135deg,#0f172ae6,#0f172abf);display:flex;flex-direction:column;gap:8px;min-width:0}.group-header{display:flex;justify-content:space-between;gap:10px;align-items:center;min-width:0}.group-title{margin:2px 0 0;font-size:16px;letter-spacing:-.01em;word-break:break-word}.student-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:8px}.student{border:1px solid #1f2937;border-radius:12px;padding:10px;background:#94a3b80d;display:flex;align-items:center;justify-content:space-between;gap:10px;min-width:0}.student-name{margin:0;font-weight:700;word-break:break-word}.student-grade{margin:4px 0 0;color:#94a3b8;font-size:13px}.compact-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.compact-row{border:1px solid #1f2937;border-radius:10px;padding:10px;display:flex;justify-content:space-between;align-items:center;gap:10px;background:#94a3b80f;min-width:0}.chips{display:flex;gap:6px;flex-wrap:wrap;justify-content:flex-end}.pill.small{width:auto;padding:6px 10px;border:1px solid #1f2937;background:#3b82f61f;color:#cbd5e1;font-weight:700}.schedule{display:flex;flex-direction:column;gap:12px}.schedule-body{display:grid;grid-template-columns:minmax(270px,340px) 1fr;gap:12px;align-items:start}.page-mobile .schedule-body{grid-template-columns:1fr}.scheduler-card .section-heading{margin-bottom:4px}.scheduler-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(330px,1fr));gap:12px;align-items:stretch}.page-mobile .scheduler-grid{grid-template-columns:1fr}.scheduler-calendar-panel,.scheduler-form-panel{gap:12px}.scheduler-highlight{margin-top:8px;padding:12px;border-radius:12px;border:1px dashed #1f2937;background:linear-gradient(135deg,#22d3ee14,#3b82f60f);display:flex;justify-content:space-between;align-items:center;gap:10px}.scheduler-highlight .pill{min-width:120px;text-align:center;color:#cbd5e1;background:#22d3ee26;border:1px solid #22d3ee}.calendar-column,.lessons-column{border:1px solid #1f2937;border-radius:12px;background:linear-gradient(160deg,#0f172abf,#0f172a99);padding:10px;box-shadow:inset 0 1px #ffffff08;display:flex;flex-direction:column;gap:10px;min-width:0}.page-mobile .calendar-column,.page-mobile .lessons-column{padding:12px 14px}.lessons-column{background:linear-gradient(160deg,#0f172ae6,#0f172aa6);gap:10px;display:flex;flex-direction:column}.day-summary{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;padding:8px 10px;border-radius:9px;border:1px solid #1f2937;background:#94a3b80f;min-width:0}.day-summary.large .day-summary-title{font-size:22px}.day-summary.large .day-summary-meta{font-size:13px}.day-summary-title{margin:4px 0;font-size:16px;letter-spacing:-.01em;word-break:break-word}.day-summary-meta{margin:0;color:#a5b4fc;font-size:12px;letter-spacing:.01em;word-break:break-word}.chip{display:inline-flex;align-items:center;justify-content:center;padding:6px 10px;border-radius:999px;border:1px solid #1f2937;background:#3b82f61f;color:#cbd5e1;font-weight:600;white-space:nowrap;max-width:100%;overflow:hidden;text-overflow:ellipsis}.chip-active{border-color:#22d3ee;color:#99f6e4;background:#22d3ee24}.chip-muted{background:#94a3b814;color:#e5e7eb}.chip-small{padding:6px 8px;font-size:12px}.chip-warning{background:#facc1524;border-color:#facc15;color:#fef9c3}.chip-danger{background:#f8717124;border-color:#ef4444;color:#fecaca}.section-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;min-width:0}.schedule-controls{display:flex;align-items:center;gap:10px;width:100%;justify-content:flex-end;flex-wrap:wrap}.today-button{display:inline-flex;align-items:center;gap:8px;padding:6px 10px;border-radius:999px;border:1px solid #1f2937;background:linear-gradient(135deg,#3b82f61f,#3b82f60a);color:#dbeafe;cursor:pointer;font-weight:600;box-shadow:inset 0 1px #ffffff0a;transition:border .2s ease,box-shadow .2s ease,transform .2s ease}.today-button:hover{border-color:#3b82f6;box-shadow:0 8px 24px #3b82f626;transform:translateY(-1px)}.section-heading h1{margin:2px 0 0;font-size:20px;letter-spacing:-.01em}.date-range{margin:4px 0 0;color:#94a3b8;font-size:13px}.section-heading h2{margin:0;font-size:18px}.section-heading.compact{align-items:center}.panel-header{display:flex;justify-content:space-between;align-items:center;gap:8px}.lesson-meta-row{margin:4px 0 0;color:#94a3b8;font-size:13px}.eyebrow{margin:0;font-size:13px;text-transform:uppercase;letter-spacing:.08em;color:#94a3b8}.muted{margin:4px 0 0;color:#94a3b8;font-size:13px}.today{padding:8px 12px;border-radius:999px;border:1px solid #1f2937;background:#0f172a;font-size:14px;color:#cbd5e1}.calendar{display:grid;grid-template-columns:repeat(auto-fit,minmax(64px,1fr));gap:8px;width:100%;padding:10px;border-radius:12px;background:linear-gradient(145deg,#0f172acc,#0f172a99);box-shadow:inset 0 1px #ffffff08;align-items:stretch}.page-mobile .calendar{grid-template-columns:repeat(auto-fill,minmax(58px,1fr));gap:6px;padding:8px 6px}.day{position:relative;width:100%;min-height:clamp(48px,5.2vw,64px);border-radius:10px;border:1px solid #1f2937;background:linear-gradient(180deg,#0f172ae6,#0f172ab3);color:#cbd5e1;display:grid;gap:6px;grid-template-rows:auto 1fr;place-items:center;cursor:pointer;transition:border .2s ease,transform .2s ease,box-shadow .2s ease,background .2s ease}.page-mobile .day{min-height:60px}.day:hover{border-color:#3b82f6;transform:translateY(-2px);box-shadow:0 10px 30px #3b82f62e}.day.today-day{border-color:#22d3ee;box-shadow:0 8px 26px #22d3ee33;background:linear-gradient(135deg,#22d3ee26,#3b82f614)}.day.selected-day{outline:2px solid #3b82f6;outline-offset:-4px;background:linear-gradient(135deg,#3b82f633,#3b82f614)}.day-weekday{font-size:10px;color:#94a3b8;text-transform:uppercase;letter-spacing:.08em}.day-number{font-weight:700;font-size:14px}.day-dot{position:absolute;bottom:8px;width:5px;height:5px;border-radius:50%;background:linear-gradient(135deg,#22d3ee,#8b5cf6)}.new-lesson-panel{margin-top:10px;gap:12px}.new-lesson-grid{display:grid;grid-template-columns:1fr 140px;gap:10px}.segmented{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:6px}.segment{border-radius:10px;border:1px solid #1f2937;background:#94a3b80f;color:#cbd5e1;padding:10px 12px;font-weight:700;cursor:pointer;transition:border .2s ease,box-shadow .2s ease}.segment-active{border-color:#22d3ee;background:#22d3ee1f;color:#99f6e4;box-shadow:0 8px 20px #22d3ee1f}.inline-hint{margin:4px 0 0}.color-field{align-items:center}.color-input{width:100%;height:42px;padding:0 6px;border-radius:10px;border:1px solid #1f2937;background:#0f172a}.student-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:8px;max-height:200px;overflow:auto;padding-right:2px}.pill-row{display:flex;gap:8px;border:1px solid #1f2937;border-radius:10px;padding:10px;align-items:flex-start;background:#94a3b80f}.pill-row-body{display:flex;flex-direction:column;gap:2px}.pill-row-title{font-weight:700;color:#e2e8f0}.pill-row-sub{color:#94a3b8;font-size:12px}.form-error{margin:0;color:#fecdd3;font-size:13px}.lessons{border-top:1px solid #1f2937;padding-top:12px;display:flex;flex-direction:column;gap:10px}.lessons-header{display:flex;justify-content:space-between;align-items:center;gap:10px;padding-bottom:6px;border-bottom:1px solid #1f2937;min-width:0}.lesson-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:8px}.page-mobile .lesson-list{grid-template-columns:1fr}.lesson{width:100%;border-radius:12px;border:1px solid #1f2937;background:linear-gradient(135deg,#0f172ae6,#0f172acc);padding:10px;display:flex;flex-direction:column;gap:8px;cursor:pointer;color:#e2e8f0;text-align:left;transition:border .2s ease,transform .2s ease,box-shadow .2s ease;min-width:0}.lesson:hover{border-color:#334155;transform:translateY(-2px)}.lesson-active{border-color:#3b82f6;box-shadow:0 10px 30px #3b82f62e}.lesson .pill.muted{margin-top:4px}.lesson-meta{display:grid;gap:6px;min-width:0}.lesson-time{margin:0;font-size:14px;color:#cbd5e1}.lesson-title{margin:0;font-weight:600;letter-spacing:-.005em;word-break:break-word}.lesson-time-inline{color:#94a3b8;font-size:13px;font-weight:600}.lesson-title-row{display:flex;justify-content:space-between;align-items:flex-start;gap:8px;min-width:0}.lesson-tags{display:flex;gap:6px;flex-wrap:wrap;justify-content:flex-start}.lesson-room{color:#94a3b8;font-size:12px}.lesson-color-bar{height:6px;border-radius:999px;width:100%;box-shadow:0 0 0 3px #ffffff0d}.empty{border:1px dashed #1f2937;border-radius:11px;padding:12px;color:#94a3b8}.actions{display:flex;flex-direction:column;gap:12px;position:relative}.close-card{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;border:1px solid #b91c1c;background:#f8717124;color:#fecdd3;font-size:18px;font-weight:800;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border .2s ease,background .2s ease;position:absolute;top:12px;right:12px;z-index:2}.section-heading.compact{align-items:center;padding-right:52px}.close-card:hover{transform:translateY(-1px);border-color:#ef4444;background:#f871713d;box-shadow:0 8px 24px #f8717133}.active-lesson{display:flex;gap:12px;align-items:center;border-radius:12px;border:1px solid #1f2937;background:#0f172a;padding:10px 12px}.pill{width:12px;height:38px;border-radius:999px}.pill.muted{width:auto;height:auto;padding:6px 10px;color:#cbd5e1;background:#94a3b81f;border:1px dashed #1f2937}.actions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:10px}.inline-actions{display:flex;flex-wrap:wrap;gap:8px}.primary.ghost{background:#3b82f614;border-style:dashed}.primary.danger{border-color:#ef4444;background:linear-gradient(135deg,#f871712e,#7f1d1d2e);box-shadow:0 10px 28px #f8717126}.primary.danger:hover{box-shadow:0 14px 36px #f8717133;transform:translateY(-1px)}.comment-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.comment{border:1px solid #1f2937;border-radius:12px;padding:10px 12px;background:#94a3b80d}.comment-panel{gap:12px}.comment-header .muted{margin-top:2px}.comment-input{display:flex;flex-direction:column;gap:8px;border:1px solid #1f2937;border-radius:12px;padding:10px 12px;background:linear-gradient(140deg,#3b82f614,#0f172a99)}.comment-area{width:100%;border-radius:10px;border:1px solid #1f2937;background:#0f172acc;color:#e2e8f0;padding:12px;font-size:14px;resize:none;transition:border .2s ease,box-shadow .2s ease}.comment-area:focus{outline:none;border-color:#3b82f6;box-shadow:0 10px 26px #3b82f629}.comment-actions{display:flex;align-items:center;justify-content:space-between;gap:12px}.comment-actions .small{font-size:12px}.comment-list.modern{gap:10px}.comment-card{position:relative;border:1px solid #1f2937;border-radius:14px;padding:12px;background:linear-gradient(150deg,#0f172ae6,#0f172ab3);box-shadow:inset 0 1px #ffffff05}.comment-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:14px;padding:1px;background:linear-gradient(135deg,#3b82f64d,#22d3ee2e);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude}.comment-meta{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:#94a3b8;margin-bottom:6px}.comment-text{margin:0;color:#e5e7eb;line-height:1.6;word-break:break-word}.quick-action{display:flex;flex-direction:column;gap:10px;min-width:0;height:100%}.quick-action-header{display:flex;align-items:center;justify-content:space-between;gap:8px}.comment-pills{display:flex;gap:6px;flex-wrap:wrap;max-height:90px;overflow:auto}.pill.tiny{width:auto;min-height:0;height:auto;padding:6px 8px;font-size:12px;line-height:1.4}.cancel-panel .inline-actions{justify-content:flex-start}.inline-input{flex-direction:row;align-items:center;gap:10px}.inline-input input{flex:1}.stat-range{display:flex;gap:10px;flex-wrap:wrap}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:10px;margin-top:12px}.stat-card{border:1px solid #1f2937;border-radius:12px;padding:10px;background:#0f172ab3}.stat-value{margin:6px 0 0;font-size:18px;font-weight:800;letter-spacing:-.01em}.results-entry{display:flex;flex-direction:column;gap:12px}.result-entry-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px}.result-entry-footer{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap;align-items:flex-start}.result-entry-error{min-height:18px;color:#fca5a5;font-size:13px}.result-entry-title{margin:0 0 4px;font-weight:700;word-break:break-word}.result-entry-meta{margin:0;color:#94a3b8;font-size:13px}.result-entry-comment{margin:6px 0 0;color:#cbd5e1;font-size:13px;line-height:1.4}.helper{color:#94a3b8;font-size:12px}@media(max-width:900px){body{align-items:flex-start;justify-content:flex-start;padding:0}.page{padding:calc(var(--topbar-height) + 24px) 18px 36px}.layout{width:100%}.schedule-body{grid-template-columns:1fr}.calendar-column,.lessons-column{padding:12px 14px}.header,.card{border-radius:12px}.header{padding:14px 16px}.card{padding:18px}.card.actions .close-card{top:18px;right:18px}}@media(max-width:700px){.page{padding:calc(var(--topbar-height) + 20px) 16px 32px}.layout{gap:14px}.header{flex-direction:column;align-items:flex-start;gap:8px}.section-heading{flex-direction:column;align-items:flex-start}.schedule-body{gap:12px}.day-summary,.lessons-header{flex-direction:column;align-items:flex-start}.section-heading h1{font-size:24px}.calendar{grid-template-columns:repeat(auto-fill,minmax(58px,1fr));gap:6px;width:100%}.day{min-height:58px;border-radius:11px}.day-number{font-size:15px}.lessons{border-top:none;padding-top:0}.lesson-list,.actions-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}}@media(max-width:540px){.page{padding:calc(var(--topbar-height) + 16px + env(safe-area-inset-top,0px)) 12px calc(26px + env(safe-area-inset-bottom,0px))}.layout{gap:12px;width:100%}.header{width:100%;position:sticky;top:calc(env(safe-area-inset-top,0px) + var(--topbar-height) + 8px);z-index:10;gap:6px}.page:after{opacity:1}.card{padding:16px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:linear-gradient(145deg,#0d1627f2,#0b1120eb)}.card.actions .close-card{top:16px;right:16px}.card.actions .section-heading{position:static;background:transparent}.section-heading{position:sticky;top:calc(env(safe-area-inset-top,0px) + var(--topbar-height) + 6px);padding-top:4px;margin-top:-4px;background:linear-gradient(145deg,#0d1627f5,#0b1120f0);z-index:2;width:100%}.section-heading h1{font-size:22px}.section-heading h2{font-size:18px}.calendar{grid-template-columns:repeat(auto-fill,minmax(54px,1fr));max-width:100%;width:100%;margin:0;padding:6px 4px 8px;gap:6px;justify-items:center}.day{height:74px;min-height:66px;border-radius:12px}.day-number{font-size:15px}.day-dot{bottom:9px}.day-weekday{font-size:10px}.lessons,.actions-grid,.lesson-list{gap:12px}.lesson-list,.actions-grid{grid-template-columns:1fr}.lesson,.action{padding:12px}.lesson{gap:10px}.actions{position:sticky;bottom:calc(env(safe-area-inset-bottom,0px) + 10px);padding-bottom:6px}}:root{--bg: #0a0a0a;--panel: #111;--panel-muted: #161616;--border: #2a2a2a;--text: #f5f5f5;--muted: #c7c7c7;--accent: #ffffff}body{background:var(--bg);color:var(--text)}.page{padding:120px 16px 32px}.layout,.topbar,.header,.card,.panel,.calendar-column,.lessons-column,.day-summary,.student,.compact-row,.pill-row,.lesson,.action,.result-entry,.student-list-item,.table,.table th,.table td{background:var(--panel);border-color:var(--border);color:var(--text);box-shadow:none}.topbar,.header{background:var(--bg);border-bottom:1px solid var(--border)}.topbar-button,.primary,.segment,.chip,.pill,.pill.small,.chip-muted,.chip-warning,.chip-success,.chip-info,.chip-quiet,.chip-active,.segment-active,.pill.light,.pill-row,.pill-row-title,.pill-row-sub,.lesson-header,.lesson-footer,.lesson-body,.calendar,.day,.day-summary,.student,.compact-row,.result-footer,.actions,.scheduler-highlight,.new-lesson-panel,.color-input,.field input,.field select,.field textarea,.chip-small,.pill-row-body{background:var(--panel-muted);color:var(--text);border-color:var(--border);box-shadow:none}.topbar-button,.primary,.segment,.chip,.pill,.pill.small,.pill.light,.chip-small,.segment-active,.chip-active{border:1px solid var(--border)}.topbar-logo,.logo,.group-title,.lesson-title,.lesson-room,.group-card h3,.lesson-info strong,.section-heading h2,.section-heading small,.result-title,.result-stats,.result-value,.result-label,.table th,.table td,.pill-row-title,.pill-row-sub,.lesson-category,.lesson-meta,.result-entry h4,.result-entry p,.students-grid h4{color:var(--text)}.topbar-meta,.profile,.field span,.student-grade,.inline-hint,.day-summary-meta,.lesson-meta,.lesson-duration,.chip-muted,.chip-warning,.chip-success,.chip-info,.chip-quiet,.lesson-notes,.section-heading small,.result-label,.pill-row-sub,.table th,.table td,.attendance-status,.result-entry p,.lesson-room{color:var(--muted)}.topbar-button,.primary,.segment,.chip,.pill,.pill.small,.chip-small,.day,.lesson,.action,.result-entry,.student,.compact-row,.pill-row,.new-lesson-panel,.scheduler-highlight{border-radius:8px}.topbar-button,.primary{background:#f5f5f5;color:#0a0a0a;border-color:#e5e5e5}.topbar-button.primary,.segment-active,.chip-active{background:#fff;color:#0a0a0a;border-color:#f5f5f5}.topbar-button:hover,.primary:hover,.segment:hover,.day:hover,.lesson:hover,.action:hover,.student:hover,.compact-row:hover,.close-card:hover,.chip:hover,.chip-small:hover,.pill:hover,.segment-active:hover{transform:none;background:inherit;border-color:inherit;box-shadow:none}.field input,.field select,.field textarea,.color-input{background:#0f0f0f;color:var(--text)}.field input:focus,.field select:focus,.field textarea:focus,.color-input:focus{border-color:#f5f5f5;box-shadow:none}.calendar{background:transparent}.day.active{border-color:#f5f5f5;background:#151515}.day-summary{background:#111}.chip,.pill,.pill.small,.chip-muted,.chip-warning,.chip-success,.chip-info,.chip-quiet,.chip-small{background:#161616;color:var(--text)}.result-value{background:#161616;border:1px solid var(--border)}.table th{background:#0f0f0f}.table td{background:#121212}.lesson-footer,.lesson-header{border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.actions-grid,.lesson-list,.result-grid,.calendar,.student-grid,.management-grid,.scheduler-grid,.new-lesson-grid{gap:10px}
