:root{--bg:#f6f8fb;--card:#ffffff;--text:#0b1220;--muted:#556274;--brand:#0f766e;--brand-strong:#0b5f58;--brand-soft:#ccfbf1;--blue:#0f766e;--blue-soft:#ccfbf1;--border:#d6dee8;--danger:#b42318;--shadow:0 10px 28px rgba(15,23,42,0.08)}[data-theme=dark]{--bg:#0b1220;--card:#111827;--text:#e5e7eb;--muted:#94a3b8;--brand:#14b8a6;--brand-strong:#0d9488;--brand-soft:#0f2e2b;--blue:#2dd4bf;--blue-soft:#0b3a36;--border:#243244;--danger:#f87171;--shadow:0 12px 28px rgba(2,6,23,0.45)}*{box-sizing:border-box}body{margin:0;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:16px;line-height:1.55;color:var(--text);background:linear-gradient(180deg,color-mix(in srgb,var(--bg) 86%,#ffffff 14%) 0,var(--bg) 100%);-webkit-font-smoothing:antialiased}a{color:var(--blue);font-weight:600}a,a:hover{text-decoration:none}a:hover{color:var(--brand-strong)}.breadcrumb{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem;font-size:.9rem;margin-bottom:.6rem}.breadcrumb,.breadcrumb a{color:var(--muted)}.breadcrumb-sep{opacity:.7}.container{max-width:1440px;margin:0 auto;padding:1.75rem 1.5rem 2.5rem;min-height:calc(100vh - 64px)}.site-footer{text-align:center;font-size:.9rem;color:var(--muted);padding:1.5rem 1rem 2rem}.card{background:var(--card);border:1px solid var(--border);border-radius:20px;padding:1.5rem;margin-bottom:1.4rem;box-shadow:var(--shadow)}.card+.card{margin-top:.5rem}h1,h2,h3{margin-top:0;line-height:1.2}h1{font-size:2rem;letter-spacing:-.02em}h2{font-size:1.35rem}h3{font-size:1.1rem}form{grid-gap:.75rem;gap:.75rem}form,label{display:grid}label{grid-gap:.35rem;gap:.35rem;font-weight:600;color:var(--text)}button,input,select,textarea{font:inherit}input,select,textarea{width:100%;border:1px solid var(--border);border-radius:12px;padding:.7rem .85rem;background:var(--card);transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px rgba(15,118,110,.15);background:var(--card)}button{border:none;border-radius:12px;padding:.7rem 1rem;background:var(--brand);color:white;font-weight:700;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background .2s ease}button:hover{background:var(--brand-strong);box-shadow:0 8px 18px rgba(15,118,110,.22);transform:translateY(-1px)}button:active{transform:translateY(0)}button.secondary{background:#334155}button.secondary:hover{background:#1f2937}button.danger{background:#b42318}button.danger:hover{background:#7a271a}button.link{color:var(--brand);padding:0}button.link,button.link:hover{background:transparent;box-shadow:none}button.link:hover{color:var(--brand-strong)}.muted{color:var(--muted);font-size:.95rem}.field-help{color:var(--muted);font-size:.85rem}.error{color:var(--danger);font-weight:700}.field-error{color:var(--danger);font-size:.85rem}.topbar{position:-webkit-sticky;position:sticky;top:0;z-index:20;background:color-mix(in srgb,var(--card) 92%,transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);border-radius:18px;padding:.95rem 1.15rem;margin-bottom:1.2rem;box-shadow:0 6px 20px rgba(15,23,42,.08)}.topbar-inner{justify-content:space-between;gap:.85rem}.topbar-actions,.topbar-inner{display:flex;align-items:center;flex-wrap:wrap}.topbar-actions{gap:.9rem;font-size:1rem}.topbar-actions a{display:inline-flex;align-items:center;gap:.35rem;padding:.5rem .95rem;border-radius:999px;background:color-mix(in srgb,var(--card) 80%,#ffffff 20%);color:var(--text);border:1px solid var(--border);font-weight:700;font-size:.95rem}.topbar-actions a:hover{background:color-mix(in srgb,var(--card) 60%,#ffffff 40%);color:var(--text)}.topbar-actions a.active{background:var(--brand-soft);color:#0f3d39;border-color:rgba(15,118,110,.4)}.brand{display:inline-flex;align-items:center;gap:.75rem;font-weight:700;font-size:1.08rem;color:var(--text)}.brand-logo{display:block;width:190px;max-width:100%;height:auto}.brand-title{white-space:nowrap}.badge{display:inline-flex;align-items:center;border-radius:999px;padding:.34rem .8rem;font-size:.9rem;font-weight:700;background:var(--brand-soft);color:#0f3d39;border:1px solid rgba(15,118,110,.18)}.topbar-actions .link{font-size:.95rem;font-weight:700}.badge.status-success{background:#dcfce7;color:#166534;border-color:#bbf7d0}.badge.status-warning{background:#fef9c3;color:#854d0e;border-color:#fde68a}.badge.status-muted{border-color:#e2e8f0}.badge.status-muted,.optional-badge{background:#f1f5f9;color:#475569}.grid{display:grid;grid-gap:1.1rem;gap:1.1rem}.stat-grid{display:grid;grid-gap:.9rem;gap:.9rem;grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.stat-card{border:1px solid var(--border);border-radius:16px;padding:1rem 1.1rem;background:#ffffff;box-shadow:0 6px 16px rgba(15,23,42,.05)}.stat-label{margin:0;font-size:.9rem;color:var(--muted)}.stat-value{margin:.25rem 0 0;font-size:1.6rem;font-weight:700}.activity-list{list-style:none;padding:0;margin:.75rem 0 0;display:grid;grid-gap:.65rem;gap:.65rem}.news-card{background:#f8fafc;border-color:#e2e8f0}.news-summary{display:flex;justify-content:space-between;align-items:center;gap:1rem;cursor:pointer;list-style:none}.news-summary::-webkit-details-marker{display:none}.news-list{list-style:none;padding:0;margin:.6rem 0 0;display:grid;grid-gap:.4rem;gap:.4rem}.news-item{display:grid;grid-gap:.2rem;gap:.2rem}.news-item a{color:#1f2937;font-weight:600}.news-item .file-meta{font-size:.75rem;color:#94a3b8}.filter-bar{display:flex;flex-wrap:nowrap;gap:.6rem;align-items:center}.filter-bar input{min-width:220px}.filter-bar input,.filter-bar select{max-width:260px}.activity-item{gap:.8rem;align-items:center;padding:.6rem .75rem;border:1px solid #e2e8f0;border-radius:14px;background:#f8fafc}.activity-item,.today-card{display:flex;justify-content:space-between}.today-card{gap:1rem;align-items:flex-start;flex-wrap:wrap;padding:1rem 1.1rem;border-radius:18px;border:1px solid rgba(15,118,110,.18);background:#f0fdfa}.empty-state{display:grid;grid-gap:.5rem;gap:.5rem;padding:.75rem .9rem;border-radius:14px;border:1px dashed #e2e8f0;background:#f8fafc}.download-pack{margin-top:.9rem;padding:.85rem 1rem;border:1px solid #e2e8f0;border-radius:16px;background:#f8fafc;align-items:center}.download-pack,.module-header{display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap}.module-header{align-items:flex-start}.badge-row{gap:.5rem;margin-top:.35rem}.badge-row,.module-actions{display:flex;flex-wrap:wrap}.module-actions{gap:.6rem}@media (min-width:720px){.grid.two{grid-template-columns:1fr 1fr}}.day-list{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));grid-gap:1rem;gap:1rem}@media (min-width:620px){.day-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:900px){.day-list{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:1200px){.day-list{grid-template-columns:repeat(4,minmax(0,1fr))}}.day-item{border:1px solid var(--border);border-radius:16px;padding:1.15rem;background:white;min-height:180px;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 6px 16px rgba(15,23,42,.06)}.day-item.locked{opacity:.7}.day-card-link{color:inherit;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;box-shadow:0 6px 18px rgba(15,23,42,.06)}.day-card-link:hover{transform:translateY(-2px);border-color:rgba(15,118,110,.4);box-shadow:0 10px 22px rgba(15,23,42,.1);text-decoration:none}.day-card-link .action-row{margin-top:auto}.day-card-link h3{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.drop-zone{border:1px dashed var(--border);border-radius:12px;padding:.75rem;background:#f8fbff}.day-item h3{margin-bottom:.4rem}.module-card p{margin:.35rem 0}.action-row{display:flex;gap:.8rem;align-items:center;flex-wrap:wrap;margin-top:1rem}.module-day-actions{margin-bottom:1.2rem}.button-link{display:inline-flex;align-items:center;justify-content:center;border-radius:12px;border:1px solid rgba(15,118,110,.35);background:#f0fdfa;color:#0f3d39;font-weight:600;padding:.5rem .8rem;text-decoration:none;gap:.35rem}.button-link:hover{background:#ccfbf1;text-decoration:none}.button-link-primary{border-color:var(--brand);background:var(--brand);color:#ffffff}.button-link-primary:hover{background:var(--brand-strong)}.button-link-secondary{border-color:#cbd5e1;background:#f8fafc;color:#334155}.button-link-secondary:hover{background:#e2e8f0}.button-link-quiet{border-color:transparent;background:transparent;color:#64748b;padding:.35rem .5rem}.button-link-quiet:hover{background:#f1f5f9;color:#334155}.icon-button{border:1px solid #e2e8f0;background:#ffffff;border-radius:10px;padding:.35rem .5rem;font-weight:600;color:#475569}.icon-button:hover{background:#f8fafc;color:#0f172a}.icon-button.active{border-color:rgba(15,118,110,.5);background:#f0fdfa;color:#0f3d39}.file-meta{color:#64748b;font-size:.78rem}.day-item.highlight{border-color:rgba(15,118,110,.4);background:#f0fdfa}.quiz-surface{border:1px solid #e2e8f0;border-radius:16px;padding:1rem}.quiz-surface h2{margin-bottom:.15rem}.button-link.ghost{background:transparent;border-color:transparent;color:var(--brand)}.button-link.ghost:hover{background:rgba(15,118,110,.08)}.action-row.primary-actions{gap:.6rem}.meta-row{display:flex;gap:.6rem;flex-wrap:wrap;color:var(--muted);font-size:.85rem}.lesson-material-card{margin-top:1.8rem}.module-download-row{margin-bottom:1.6rem}.module-day-page h1{margin-bottom:.6rem}.module-day-head{display:flex;flex-direction:column;gap:.6rem}@media (min-width:720px){.module-day-head{flex-direction:row;align-items:center;justify-content:space-between}}.copy-link-button{padding:.4rem .7rem}.day-quick-nav{display:flex;flex-wrap:wrap;gap:.45rem;margin:.8rem 0 .4rem}.day-quick-link{padding:.3rem .7rem;border-radius:999px;border:1px solid var(--border);font-size:.85rem;color:var(--muted);background:#f8fafc}.day-quick-link.active{background:var(--brand-soft);color:#0f3d39;border-color:rgba(15,118,110,.35);font-weight:700}.day-nav{display:flex;justify-content:space-between;margin:.6rem 0 1.2rem;gap:.6rem}.day-nav-link{font-weight:600;color:var(--brand);padding-bottom:.2rem;border-bottom:2px solid transparent}.day-nav-link:hover{border-bottom-color:rgba(15,118,110,.4)}.file-row{display:flex;flex-direction:column;gap:.4rem;padding:.7rem .8rem;border:1px solid #e2e8f0;border-radius:12px;background:#ffffff;box-shadow:none}@media (min-width:720px){.file-row{flex-direction:row;align-items:center;justify-content:space-between}}.file-row-main{display:flex;align-items:flex-start;gap:.75rem}.file-row-body{display:flex;flex-direction:column;gap:.25rem}.file-icon{width:2rem;height:2rem;border-radius:999px;background:#f1f5f9;align-items:center;font-size:.95rem}.file-title{font-weight:600}.file-meta{font-size:.85rem;color:var(--muted)}.file-actions{display:flex;gap:.6rem;flex-wrap:wrap}.file-actions .button-link{font-size:.9rem}.tag-row{display:flex;gap:.4rem;flex-wrap:wrap}.tag-badge{display:inline-flex;align-items:center;padding:.15rem .5rem;border-radius:999px;background:#f1f5f9;color:#334155;font-size:.75rem;font-weight:600}.supplemental-card{margin-top:1.8rem}.supplemental-header{display:flex;align-items:center;gap:.6rem}.file-list{display:grid;grid-gap:.6rem;gap:.6rem;padding-left:0;list-style:none;margin:.6rem 0 0}.file-list-buttons{margin-top:.75rem}.file-pill{width:100%;justify-content:flex-start;gap:.6rem;border-color:#e2e8f0;background:#ffffff;color:var(--text)}.file-pill:hover{border-color:#bfdbfe;background:#f8fafc}.file-icon{width:1.25rem;display:inline-flex;justify-content:center}.quiz-question-card{border:1px solid var(--border);border-radius:16px;padding:1rem;background:#ffffff;display:grid;grid-gap:.8rem;gap:.8rem;box-shadow:none}.quiz-surface{border:1px solid var(--border);border-radius:18px;padding:1.2rem;background:#ffffff}.quiz-surface-head{display:flex;justify-content:space-between;gap:1rem;align-items:center;flex-wrap:wrap;margin-bottom:.8rem}.quiz-progress{margin:0;font-size:.95rem;color:#334155;font-weight:600}.quiz-options{display:grid;grid-gap:.5rem;gap:.5rem}.quiz-option-row{display:flex;align-items:flex-start;gap:.6rem;font-weight:500;border:1px solid #dbe5f0;border-radius:12px;background:#ffffff;padding:.6rem .7rem;transition:border-color .2s ease,background .2s ease}.quiz-option-row:hover{border-color:rgba(15,118,110,.3);background:#f0fdfa}.quiz-option-row input{width:auto;margin-top:.15rem}.quiz-actions{display:flex;justify-content:flex-end}.quiz-feedback-ok{margin:0;color:#166534;font-weight:700}.quiz-feedback-error{margin:0;color:#b42318;font-weight:700}.quiz-feedback-details{margin:0;color:#6b7280;font-size:.9rem}.quiz-result-block,.quiz-result-list{display:grid;grid-gap:.8rem;gap:.8rem}.quiz-result-item{border:1px solid #e2e8f0;border-radius:12px;padding:.8rem;background:#ffffff;display:grid;grid-gap:.3rem;gap:.3rem}.quiz-result-question{margin:0;color:#1f2937}.quiz-result-answer{margin:0;color:#475569}.tool-collection{margin-top:1.6rem}.tool-collection-details{border-radius:16px}.tool-collection-summary{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;cursor:pointer;list-style:none}.tool-collection-summary::-webkit-details-marker{display:none}.tool-collection-summary h2{margin:0}.tool-collection-summary .muted{margin:.25rem 0 0}.tool-collection-details[open] .tool-collection-summary{margin-bottom:.75rem}.tool-collection-more{margin-top:.75rem}.tool-collection-more summary{cursor:pointer;font-weight:600}.tool-collection-more summary::-webkit-details-marker{display:none}.tool-grid.compact{gap:.75rem;margin-top:.75rem}.tool-card.compact{padding:.85rem;gap:.6rem;box-shadow:none}.tool-card.compact h3{font-size:1rem}.tool-card.compact .muted{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.tool-grid{display:grid;grid-gap:1rem;gap:1rem;margin-top:1rem}@media (min-width:720px){.tool-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1100px){.tool-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.tool-card{border:1px solid var(--border);border-radius:18px;padding:1.15rem;background:#ffffff;display:grid;grid-gap:.85rem;gap:.85rem;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;box-shadow:0 10px 24px rgba(15,23,42,.08)}.tool-card:hover{transform:translateY(-2px);border-color:#93c5fd;box-shadow:0 10px 22px rgba(15,23,42,.1)}.tool-card h3{margin-bottom:.35rem}.tool-meta{display:flex;flex-wrap:wrap;gap:.5rem}.admin-shell{display:grid;grid-template-columns:260px 1fr;min-height:100vh;background:var(--bg)}.admin-sidebar{border-right:1px solid var(--border);padding:1.25rem .95rem;position:-webkit-sticky;position:sticky;top:0;align-self:start;height:100vh;background:var(--card)}.admin-brand{font-weight:800;font-size:1.2rem;margin-bottom:1rem}.admin-nav{display:grid;grid-gap:.5rem;gap:.5rem}.admin-nav a{padding:.58rem .7rem;border-radius:10px;color:var(--text);font-size:1rem;font-weight:600}.admin-nav a:hover{background:color-mix(in srgb,var(--card) 70%,#ffffff 30%)}.admin-main{display:grid;grid-template-rows:auto 1fr}.admin-topbar{position:-webkit-sticky;position:sticky;top:0;z-index:10;display:flex;justify-content:space-between;align-items:center;padding:.85rem 1.2rem;border-bottom:1px solid var(--border);background:var(--card)}.admin-topbar-title{font-weight:700;font-size:1.15rem;color:#0f172a}.admin-content{padding:1.2rem}.admin-section h1{margin-bottom:.6rem}.admin-filter{gap:.4rem;font-size:.85rem}.admin-context,.admin-filter{display:flex;align-items:center}.admin-context{position:-webkit-sticky;position:sticky;top:56px;background:#ffffff;border:1px solid #e2e8f0;border-radius:12px;padding:.75rem .9rem;justify-content:space-between;margin-bottom:.8rem}.admin-context-actions{display:flex;gap:.5rem}.admin-tabs{display:flex;gap:.4rem;border-bottom:1px solid #e2e8f0;margin-bottom:.8rem}.admin-tabs a{padding:.4rem .6rem;border-radius:8px 8px 0 0;color:#475569}.admin-tabs a.active{background:#ffffff;border:1px solid #e2e8f0;border-bottom-color:transparent;color:#0f172a}.compact-card{border:1px solid #e2e8f0;border-radius:12px;padding:.8rem;background:#ffffff}.compact-table table{width:100%;border-collapse:collapse;font-size:.9rem}.compact-table td,.compact-table th{text-align:left;padding:.35rem .3rem;border-top:1px solid #e2e8f0}.day-link-row{gap:.3rem}.compact-row,.day-link-row{display:flex;flex-wrap:wrap}.compact-row{gap:.5rem;align-items:center}.participant-bulk-bar{flex-wrap:wrap;align-items:center}.participant-table-wrap{overflow-x:auto;margin-top:.9rem}.participant-table{width:100%;min-width:980px;border-collapse:collapse;font-size:.98rem}.participant-table td,.participant-table th{text-align:left;padding:.75rem .55rem;border-top:1px solid #e2e8f0;vertical-align:middle}.participant-table th{font-size:.92rem;color:#334155}.participant-select{width:1.15rem;height:1.15rem;min-width:1.15rem;padding:0;accent-color:var(--brand)}.participant-role-form{display:flex;gap:.45rem;align-items:center}.participant-role-form select{min-width:9.5rem;max-width:12rem;font-size:.95rem;padding:.5rem .65rem}.participant-role-form button{white-space:nowrap;padding:.5rem .8rem;font-size:.9rem}.bulk-selection-toolbar{margin-top:.65rem;display:flex;gap:.55rem;align-items:center;flex-wrap:wrap}.module-create-card{padding:1.1rem}.module-filter-card{margin-bottom:1rem}.module-admin-table-wrap{overflow-x:auto}.module-admin-table{width:100%;min-width:1280px;border-collapse:collapse;font-size:.98rem}.module-admin-table td,.module-admin-table th{text-align:left;padding:.7rem .55rem;border-top:1px solid #e2e8f0;vertical-align:top}.module-admin-table th{font-size:.93rem;color:#334155;position:-webkit-sticky;position:sticky;top:0;z-index:2;background:var(--card);box-shadow:inset 0 -1px 0 var(--border)}.module-edit-form{display:grid;grid-gap:.55rem;gap:.55rem}.module-day-link-row{gap:.45rem}.module-day-chip{display:inline-flex;align-items:center;justify-content:center;min-height:2rem;min-width:4.4rem;padding:.35rem .65rem;border-radius:999px;border:1px solid #99f6e4;background:#f0fdfa;color:#115e59;font-size:.95rem;font-weight:700}.module-day-chip:hover{background:#ccfbf1;border-color:#5eead4}.module-status-pill{display:inline-flex;align-items:center;gap:.4rem;width:-moz-fit-content;width:fit-content;border-radius:999px;padding:.3rem .65rem;font-size:.88rem;font-weight:700;border:1px solid transparent}.module-status-pill:before{content:"";width:.5rem;height:.5rem;border-radius:999px;display:inline-block}.module-status-visible{background:#ecfdf5;border-color:#86efac;color:#166534}.module-status-visible:before{background:#16a34a}.module-status-hidden{background:#f8fafc;border-color:#cbd5e1;color:#334155}.module-status-hidden:before{background:#64748b}.status-role-admin{background:#eff6ff;border-color:#93c5fd;color:#1d4ed8}.status-role-admin:before{background:#2563eb}.status-role-student{background:#fff7ed;border-color:#fdba74;color:#9a3412}.status-role-student:before{background:#ea580c}[data-theme=dark] .day-item,[data-theme=dark] .file-pill,[data-theme=dark] .file-row,[data-theme=dark] .quiz-question-card,[data-theme=dark] .quiz-surface{background:var(--card);border-color:var(--border);color:var(--text)}[data-theme=dark] .button-link,[data-theme=dark] .day-item.highlight,[data-theme=dark] .day-quick-link.active,[data-theme=dark] .today-card{background:#0f2e2b;border-color:#1f6b63;color:#c8fff5}[data-theme=dark] .button-link-secondary,[data-theme=dark] .day-quick-link,[data-theme=dark] .download-pack,[data-theme=dark] .drop-zone,[data-theme=dark] .empty-state,[data-theme=dark] .file-icon,[data-theme=dark] .icon-button,[data-theme=dark] .tag-badge{background:#0f172a;border-color:var(--border);color:var(--text)}[data-theme=dark] .file-meta,[data-theme=dark] .muted,[data-theme=dark] .news-item .file-meta{color:#b8c3d4}[data-theme=dark] .day-nav-link,[data-theme=dark] .file-title,[data-theme=dark] .news-item a{color:#e5e7eb}