:root{--bg: #f4f3f7;--bg-soft: rgba(255, 255, 255, .68);--bg-panel: rgba(255, 255, 255, .78);--bg-panel-strong: rgba(255, 255, 255, .9);--line: rgba(52, 73, 121, .12);--line-strong: rgba(52, 73, 121, .2);--text: #23304f;--text-soft: #5b6786;--primary: #344979;--primary-soft: #5d6da5;--accent: #9896bb;--lavender: #c6c6e8;--rose: #f7e5eb;--sky: #8ebce7;--success: #2c8f73;--warning: #c98b2d;--danger: #d06b7b;--shadow: 0 18px 48px rgba(46, 61, 105, .14);--radius-xl: 28px;--radius-lg: 22px;--radius-md: 16px;--radius-sm: 12px}:root[data-theme=dark]{--bg: #0f1526;--bg-soft: rgba(17, 24, 39, .68);--bg-panel: rgba(17, 24, 39, .82);--bg-panel-strong: rgba(20, 28, 48, .92);--line: rgba(198, 198, 232, .12);--line-strong: rgba(198, 198, 232, .22);--text: #eef2ff;--text-soft: #b0b8d9;--primary: #c6c6e8;--primary-soft: #8fa0e0;--accent: #8ca4d7;--lavender: #2c365f;--rose: #3a2d42;--sky: #4e7fc0;--success: #59c8a1;--warning: #efb05c;--danger: #ff8fa1;--shadow: 0 22px 48px rgba(0, 0, 0, .28)}*{box-sizing:border-box}html,body,#app{min-height:100%}body{margin:0;color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:radial-gradient(circle at top left,rgba(247,229,235,.85),transparent 28%),radial-gradient(circle at top right,rgba(142,188,231,.48),transparent 24%),linear-gradient(180deg,rgba(198,198,232,.35),transparent 35%),var(--bg);transition:background .28s ease,color .28s ease}body:before,body:after{content:"";position:fixed;inset:auto;width:360px;height:360px;border-radius:50%;filter:blur(54px);z-index:-2;pointer-events:none}body:before{top:-120px;left:-80px;background:#c6c6e86b}body:after{right:-120px;bottom:-120px;background:#f7e5eb59}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.65}input,select,textarea{width:100%;border:1px solid var(--line);border-radius:14px;background:var(--bg-panel-strong);color:var(--text);padding:.92rem 1rem;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}input:focus,select:focus,textarea:focus{outline:none;border-color:#5d6da594;box-shadow:0 0 0 4px #8ebce724}textarea{resize:vertical;min-height:120px}.base-button{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;border:1px solid transparent;border-radius:999px;padding:.84rem 1.15rem;font-weight:600;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease}.base-button:hover:not(:disabled){transform:translateY(-1px)}.base-button--primary{background:linear-gradient(135deg,var(--primary),var(--primary-soft));color:#fff;box-shadow:0 14px 28px #3449792e}.base-button--secondary{background:linear-gradient(135deg,#c6c6e8eb,#f7e5ebeb);color:var(--primary)}.base-button--ghost{background:transparent;color:var(--text-soft);border-color:var(--line)}.base-button--danger{background:linear-gradient(135deg,#d06b7b29,#d06b7b38);color:var(--danger);border-color:#d06b7b47}.base-button--sm{padding:.62rem .95rem;font-size:.9rem}.base-button--md{min-height:44px}.base-button--block{width:100%}.theme-toggle{display:inline-flex;align-items:center;gap:.8rem;border:1px solid var(--line);background:var(--bg-panel);color:var(--text);border-radius:999px;padding:.72rem 1rem;box-shadow:var(--shadow)}.theme-toggle__icon{display:inline-flex;width:1.8rem;height:1.8rem;align-items:center;justify-content:center;border-radius:999px;background:linear-gradient(135deg,var(--rose),var(--lavender))}.toast-stack{position:fixed;top:1.5rem;right:1.5rem;display:grid;gap:.75rem;z-index:100}.toast{min-width:280px;max-width:420px;display:flex;justify-content:space-between;gap:1rem;padding:1.05rem 1.1rem;border-radius:16px;border:1px solid var(--line);background:var(--bg-panel-strong);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:var(--shadow);transform:translate(22px);opacity:0;transition:transform .22s ease,opacity .22s ease}.toast button{border:none;background:transparent;color:inherit;font-size:1.25rem}.toast-visible{opacity:1;transform:translate(0)}.toast-success{border-color:#2c8f733d;color:var(--success)}.toast-error{border-color:#d06b7b47;color:var(--danger)}.toast-warning{border-color:#c98b2d47;color:var(--warning)}.toast-info{border-color:#5d6da53d;color:var(--primary-soft)}.app-shell{min-height:100vh;display:grid;grid-template-columns:300px 1fr;gap:1.75rem;padding:1.4rem;position:relative}.app-shell__backdrop{position:fixed;inset:0;background:radial-gradient(circle at 20% 20%,rgba(255,255,255,.4),transparent 24%),radial-gradient(circle at 80% 0%,rgba(142,188,231,.18),transparent 24%);pointer-events:none;z-index:-1}.app-shell__content{display:grid;gap:1.2rem;min-width:0}.sidebar-panel,.topbar-panel,.section-card,.hero-card,.stat-card,.panel-card,.table-shell,.form-shell,.glass-card,.login-card,.calendar-board,.timeline-card,.metric-card,.list-card{background:var(--bg-panel);border:1px solid var(--line);border-radius:var(--radius-xl);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);box-shadow:var(--shadow)}.sidebar-panel{padding:1.4rem;position:sticky;top:1.25rem;align-self:start}.sidebar-brand{display:flex;align-items:center;padding:.6rem .4rem 1.2rem}.sidebar-brand h1{margin:0;font-size:1.08rem}.sidebar-brand p{margin:.25rem 0 0;color:var(--text-soft);font-size:.92rem}.sidebar-nav{display:grid;gap:.5rem}.sidebar-link{display:flex;align-items:center;gap:.75rem;padding:.92rem 1rem;border-radius:16px;color:var(--text-soft);transition:background .2s ease,color .2s ease,transform .2s ease}.sidebar-link:hover{background:#8ebce71f;color:var(--text);transform:translate(2px)}.sidebar-link--active{background:linear-gradient(135deg,#3449792e,#5d6da51a);color:var(--text)}.sidebar-link__icon{width:2rem;text-align:center}.topbar-panel{display:flex;justify-content:space-between;align-items:center;gap:1.25rem;padding:1.25rem 1.5rem;position:relative;z-index:30;overflow:visible}.topbar-eyebrow{margin:0 0 .25rem;color:var(--text-soft);text-transform:uppercase;letter-spacing:.16em;font-size:.72rem}.topbar-title{margin:0;font-size:clamp(1.55rem,2vw,2.2rem)}.topbar-subtitle{margin:.3rem 0 0;color:var(--text-soft)}.topbar-actions{display:flex;align-items:center;gap:.95rem;flex-wrap:wrap;justify-content:flex-end}.session-chip{display:flex;align-items:center;gap:.75rem;padding:.55rem .75rem;border-radius:999px;background:#fff3;border:1px solid var(--line)}.session-chip strong,.session-chip p{margin:0}.session-chip p{color:var(--text-soft);font-size:.82rem}.session-chip__avatar{width:2.5rem;height:2.5rem;display:grid;place-items:center;border-radius:999px;background:linear-gradient(145deg,var(--rose),var(--lavender));color:var(--primary);font-weight:700}.page-content{display:grid;gap:1rem}.hero-card,.section-card,.panel-card,.form-shell,.calendar-board,.timeline-card,.list-card{padding:1.45rem}.hero-card{display:grid;grid-template-columns:1.4fr 1fr;gap:1rem;overflow:hidden;position:relative}.hero-card:after{content:"";position:absolute;inset:auto -10% -24% auto;width:280px;height:280px;border-radius:50%;background:radial-gradient(circle,rgba(247,229,235,.86),transparent 68%)}.hero-card__title{margin:0 0 .55rem;font-size:clamp(1.6rem,2.2vw,2.35rem)}.hero-card__subtitle,.muted-text,.field-hint,.metric-note,.empty-state,.table-state,.filter-caption,.panel-card__subtitle{color:var(--text-soft)}.hero-badges,.filter-pills,.inline-actions,.summary-grid,.tab-list,.quick-actions{display:flex;flex-wrap:wrap;gap:.65rem}.pill,.filter-pill{display:inline-flex;align-items:center;gap:.45rem;border-radius:999px;padding:.6rem .9rem;border:1px solid var(--line);background:#ffffff42}.filter-pill{color:var(--text-soft)}.filter-pill--active{background:linear-gradient(135deg,#3449792e,#c6c6e83d);color:var(--text)}.grid-4,.stats-grid,.card-grid,.dashboard-grid,.forms-grid,.metrics-grid{display:grid;gap:1.2rem}.grid-4,.stats-grid,.metrics-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.card-grid,.dashboard-grid,.forms-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.stat-card,.metric-card{padding:1.15rem 1.2rem}.stat-card__label,.metric-card__label{color:var(--text-soft);font-size:.92rem}.stat-card__value,.metric-card__value{font-size:1.8rem;font-weight:700;margin:.45rem 0 0}.metric-card__footer{margin-top:.75rem;font-size:.9rem;color:var(--text-soft)}.section-header,.panel-card__header,.form-header,.list-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.15rem}.section-title,.panel-card__title,.form-title,.list-title{margin:0;font-size:1.1rem}.table-shell{padding:0;overflow:hidden}.table-scroll{overflow-x:auto}.data-table{width:100%;border-collapse:collapse}.data-table th,.data-table td{padding:1.05rem 1.1rem;border-bottom:1px solid var(--line);text-align:left;vertical-align:top}.data-table th{color:var(--text-soft);font-weight:600;font-size:.9rem;background:#3449790a}.data-table tbody tr:hover{background:#8ebce712}.table-actions-inline,.inline-form-actions{display:flex;gap:.75rem;flex-wrap:wrap}.table-state,.empty-state{padding:2rem 1.2rem;text-align:center}.status-badge,.tone-badge{display:inline-flex;align-items:center;gap:.4rem;padding:.4rem .72rem;border-radius:999px;font-size:.86rem;font-weight:600}.status-badge--success,.tone-badge--success{color:var(--success);background:#2c8f731f}.status-badge--warning,.tone-badge--warning{color:var(--warning);background:#c98b2d24}.status-badge--danger,.tone-badge--danger{color:var(--danger);background:#d06b7b29}.status-badge--neutral,.tone-badge--neutral{color:var(--text-soft);background:#5d6da51f}.form-shell{max-width:1140px}.form-layout{display:grid;grid-template-columns:1.2fr .8fr;gap:1.2rem}.form-panel,.info-panel{display:grid;gap:1.1rem}.forms-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.field-group{display:grid;gap:.65rem}.field-group label{font-weight:600}.field-note,.field-error{font-size:.88rem}.field-error{color:var(--danger)}.login-screen{min-height:100vh;padding:1.25rem;display:grid;place-items:center}.login-shell{width:min(1120px,100%);display:grid;grid-template-columns:1.2fr .8fr;gap:1.25rem;align-items:stretch}.login-card,.login-aside{padding:1.5rem;position:relative;overflow:hidden}.login-card:after,.login-aside:after{content:"";position:absolute;inset:auto auto -140px -120px;width:260px;height:260px;border-radius:50%;background:radial-gradient(circle,rgba(142,188,231,.2),transparent 64%)}.login-heading{display:grid;gap:.2rem;margin-bottom:1.2rem}.login-heading__brand{font-size:1rem;letter-spacing:.14em}.login-brand{display:inline-flex;align-items:center;gap:.85rem;padding:.55rem .72rem;border-radius:999px;border:1px solid var(--line);margin-bottom:1.2rem}.login-brand__mark{width:2.8rem;height:2.8rem;border-radius:16px;display:grid;place-items:center;background:linear-gradient(145deg,var(--primary),var(--primary-soft));color:#fff;font-weight:800}.login-title{margin:0;font-size:clamp(2rem,3vw,3rem)}.login-subtitle,.login-caption{color:var(--text-soft)}.login-visual{display:grid;gap:1rem;align-content:start}.palette-preview,.palette-bar{border-radius:999px;overflow:hidden}.palette-preview{display:grid;grid-template-columns:repeat(5,1fr);border:1px solid var(--line)}.palette-preview span,.palette-bar span{min-height:40px}.palette-preview span:nth-child(1),.palette-bar span:nth-child(1){background:#344979}.palette-preview span:nth-child(2),.palette-bar span:nth-child(2){background:#5d6da5}.palette-preview span:nth-child(3),.palette-bar span:nth-child(3){background:#9896bb}.palette-preview span:nth-child(4),.palette-bar span:nth-child(4){background:#c6c6e8}.palette-preview span:nth-child(5),.palette-bar span:nth-child(5){background:#f7e5eb}.login-form{display:grid;gap:1rem;margin-top:1.4rem}.login-meta{display:grid;gap:.85rem;grid-template-columns:repeat(3,minmax(0,1fr))}.login-meta__item{padding:.95rem;border-radius:18px;background:#fff3;border:1px solid var(--line)}.login-meta__item strong{display:block;font-size:1.2rem;margin-bottom:.3rem}.form-alert{padding:.9rem 1rem;border-radius:14px;border:1px solid rgba(208,107,123,.22);background:#d06b7b1f;color:var(--danger)}.calendar-board{overflow:hidden}.calendar-grid{display:grid;grid-template-columns:120px repeat(7,minmax(0,1fr));gap:.75rem}.calendar-header-cell,.calendar-session-cell,.calendar-slot{border-radius:18px;border:1px solid var(--line);background:#ffffff29;min-height:116px;padding:.8rem}.calendar-header-cell{min-height:72px;display:flex;flex-direction:column;justify-content:center}.calendar-header-cell strong{display:block;margin-bottom:.25rem}.calendar-session-cell{min-height:auto;display:flex;align-items:center;font-weight:700}.schedule-chip,.history-item,.subject-item,.simple-list-item{padding:.85rem .95rem;border-radius:18px;border:1px solid var(--line);background:#ffffff2e}.schedule-chip{display:grid;gap:.35rem}.history-list,.simple-list{display:grid;gap:.75rem}.subject-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem}.subject-item{display:grid;gap:.85rem}.subject-item__footer,.summary-row,.space-between{display:flex;justify-content:space-between;align-items:center;gap:.75rem}.attendance-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:1rem}.progress-bar{width:100%;height:10px;border-radius:999px;background:#34497914;overflow:hidden}.progress-bar>span{display:block;height:100%;border-radius:inherit;background:linear-gradient(135deg,var(--primary),var(--primary-soft))}.kpi-circle{width:140px;height:140px;border-radius:50%;display:grid;place-items:center;background:conic-gradient(var(--primary) 0deg,var(--primary-soft) var(--progress),rgba(93,109,165,.14) var(--progress),rgba(93,109,165,.14) 360deg);padding:12px;margin-inline:auto}.kpi-circle__inner{width:100%;height:100%;border-radius:50%;display:grid;place-items:center;background:var(--bg-panel-strong);font-size:1.65rem;font-weight:700}.search-row,.filters-row,.toolbar-row{display:flex;flex-wrap:wrap;gap:.95rem;align-items:center}.search-row input{min-width:260px}.info-list{display:grid;gap:1rem}.info-list__item{display:flex;justify-content:space-between;gap:.85rem;padding:.95rem 1rem;border-radius:16px;background:#ffffff24;border:1px solid var(--line)}.login-floating-toggle{position:fixed;top:1.25rem;right:1.25rem;z-index:10}@media(max-width:1180px){.app-shell,.login-shell,.hero-card,.form-layout,.attendance-layout,.card-grid,.dashboard-grid,.forms-grid{grid-template-columns:1fr}.grid-4,.stats-grid,.metrics-grid,.calendar-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.calendar-session-cell{min-height:72px}}@media(max-width:900px){.app-shell{grid-template-columns:1fr}.sidebar-panel{position:static}.topbar-panel{flex-direction:column;align-items:stretch}.topbar-actions{justify-content:stretch}.topbar-actions>*{width:100%}}@media(max-width:640px){.grid-4,.stats-grid,.metrics-grid,.forms-grid,.card-grid,.dashboard-grid,.login-meta,.subject-grid{grid-template-columns:1fr}.app-shell,.login-screen{padding:.8rem}.hero-card,.section-card,.panel-card,.form-shell,.calendar-board,.timeline-card,.list-card,.login-card,.login-aside{padding:1rem}.calendar-grid{grid-template-columns:1fr}.search-row input{min-width:100%}.toast-stack{left:.8rem;right:.8rem}.toast{min-width:0}}:root{--brand-gradient: linear-gradient(145deg, #344979, #5d6da5);--brand-gradient-dark: linear-gradient(145deg, #2a3557, #435785)}.login-brand__mark{background:var(--brand-gradient);box-shadow:0 12px 26px #34497933}.session-chip,.account-menu__summary{background:#ffffff2e}.account-menu{position:relative;z-index:40}.account-menu__summary{display:inline-flex;align-items:center;gap:.65rem;padding:.72rem .95rem;border-radius:999px;border:1px solid var(--line);color:var(--text);cursor:pointer;-webkit-user-select:none;user-select:none}.account-menu__dropdown{position:absolute;top:calc(100% + .55rem);right:0;min-width:220px;display:grid;gap:.3rem;padding:.55rem;border-radius:18px;border:1px solid var(--line);background:var(--bg-panel-strong);box-shadow:var(--shadow);z-index:50;opacity:0;visibility:hidden;transform:translateY(8px);pointer-events:none;transition:opacity .18s ease,transform .18s ease,visibility .18s ease}.account-menu:hover .account-menu__dropdown,.account-menu:focus-within .account-menu__dropdown{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.account-menu__item{padding:.88rem 1rem;border-radius:14px;color:var(--text)}.account-menu__item:hover{background:#8ebce71f}.panel-card--compact{height:fit-content}.form-shell--single{max-width:920px}.form-shell--single .form-panel{gap:1.1rem}.form-shell--account{width:min(100%,760px);margin:0 auto;padding:1.15rem 1.25rem}.form-shell--account .form-panel{max-width:100%;gap:1.05rem}.form-shell--account .forms-grid,.form-shell--account .info-list{max-width:100%}.form-shell--account .inline-form-actions{justify-content:flex-start;padding-top:.2rem}.forms-grid--single{grid-template-columns:1fr}.login-shell--compact{width:min(560px,100%);grid-template-columns:1fr}.login-shell--compact .login-card{padding:1.7rem}.login-brand__mark{width:auto;min-width:4.75rem;padding:0 .95rem;font-size:.88rem}.dashboard-tab-strip{margin:0 0 1.15rem}.filter-pills--tabs{padding:.25rem 0}.toolbar-stack{display:grid;gap:1.15rem}.search-input-wrap{position:relative;flex:1 1 320px;max-width:540px}.search-input-wrap input{width:100%;min-height:46px;padding-right:2.7rem}.search-clear{position:absolute;top:50%;right:.55rem;transform:translateY(-50%);width:1.95rem;height:1.95rem;border:none;border-radius:999px;background:transparent;color:var(--text-soft);font-size:1.3rem;line-height:1;cursor:pointer}.search-clear:hover{background:#8ebce71f;color:var(--text)}.filter-pills--users{display:flex;flex-wrap:wrap;align-items:center;gap:.85rem;padding-top:.15rem;margin-bottom:.45rem}.filter-pills--users .filter-pill{min-width:146px;justify-content:center;padding:.68rem 1.05rem}.add-action-link{display:inline-flex}.add-action-link .base-button{background:linear-gradient(135deg,#3449791a,#5d6da529);color:var(--text);border:1px solid rgba(52,73,121,.18);box-shadow:none}.add-action-link .base-button:hover:not(:disabled){background:linear-gradient(135deg,#34497929,#5d6da53d);border-color:#34497942}.base-button--secondary{border:1px solid var(--line-strong)}:root[data-theme=dark] .base-button--primary{background:linear-gradient(135deg,#435785,#5d6da5);box-shadow:0 14px 26px #00000052}:root[data-theme=dark] .add-action-link .base-button{background:linear-gradient(135deg,#5d6da533,#8fa0e029);color:#eef2ff;border-color:#c6c6e82e}:root[data-theme=dark] .add-action-link .base-button:hover:not(:disabled){background:linear-gradient(135deg,#5d6da54d,#8fa0e038);border-color:#c6c6e847}:root[data-theme=dark] .base-button--secondary{background:#43578552;color:#eef2ff;border-color:#c6c6e82e}:root[data-theme=dark] .base-button--ghost{background:#ffffff0a;color:#e5e7f7;border-color:#c6c6e829}:root[data-theme=dark] :root[data-theme=dark] .login-brand__mark{background:var(--brand-gradient-dark);box-shadow:0 12px 28px #00000057}:root[data-theme=dark] .account-menu__summary,:root[data-theme=dark] .session-chip{background:#ffffff0d}@media(max-width:640px){.search-input-wrap{max-width:100%}.account-menu,.account-menu__summary{width:100%}.account-menu__dropdown{left:0;right:0}}.toolbar-row{row-gap:1rem}.toolbar-row>*{margin:0}.table-shell .data-table td,.table-shell .data-table th{white-space:nowrap}@media(max-width:900px){.toolbar-row,.inline-form-actions,.table-actions-inline{gap:.85rem}}:root:not([data-theme=dark]),:root[data-theme=light]{--bg: #edf2f8;--bg-soft: rgba(255, 255, 255, .9);--bg-panel: rgba(255, 255, 255, .96);--bg-panel-strong: #ffffff;--line: rgba(35, 56, 97, .14);--line-strong: rgba(35, 56, 97, .24);--text: #18243f;--text-soft: #485879;--primary: #233861;--primary-soft: #42598b;--accent: #6b7fb2;--lavender: #dde5f6;--rose: #eef2fb;--sky: #aac7ea;--success: #18795e;--warning: #a46b15;--danger: #b34c5c;--shadow: 0 18px 40px rgba(28, 41, 72, .1)}:root:not([data-theme=dark]) body,:root[data-theme=light] body{background:radial-gradient(circle at top left,rgba(221,229,246,.72),transparent 24%),radial-gradient(circle at top right,rgba(170,199,234,.36),transparent 20%),linear-gradient(180deg,#ffffffd1,#edf2f8fa),var(--bg)}:root:not([data-theme=dark]) .sidebar-panel,:root:not([data-theme=dark]) .topbar-panel,:root:not([data-theme=dark]) .section-card,:root:not([data-theme=dark]) .hero-card,:root:not([data-theme=dark]) .stat-card,:root:not([data-theme=dark]) .panel-card,:root:not([data-theme=dark]) .table-shell,:root:not([data-theme=dark]) .form-shell,:root:not([data-theme=dark]) .glass-card,:root:not([data-theme=dark]) .login-card,:root:not([data-theme=dark]) .calendar-board,:root:not([data-theme=dark]) .timeline-card,:root:not([data-theme=dark]) .metric-card,:root:not([data-theme=dark]) .list-card,:root[data-theme=light] .sidebar-panel,:root[data-theme=light] .topbar-panel,:root[data-theme=light] .section-card,:root[data-theme=light] .hero-card,:root[data-theme=light] .stat-card,:root[data-theme=light] .panel-card,:root[data-theme=light] .table-shell,:root[data-theme=light] .form-shell,:root[data-theme=light] .glass-card,:root[data-theme=light] .login-card,:root[data-theme=light] .calendar-board,:root[data-theme=light] .timeline-card,:root[data-theme=light] .metric-card,:root[data-theme=light] .list-card{background:#fffffff5;border-color:#2338611f;box-shadow:0 16px 36px #17254214;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}:root:not([data-theme=dark]) .topbar-title,:root:not([data-theme=dark]) .hero-card__title,:root:not([data-theme=dark]) .section-title,:root:not([data-theme=dark]) .panel-card__title,:root:not([data-theme=dark]) .form-title,:root[data-theme=light] .topbar-title,:root[data-theme=light] .hero-card__title,:root[data-theme=light] .section-title,:root[data-theme=light] .panel-card__title,:root[data-theme=light] .form-title{color:#18243f}:root:not([data-theme=dark]) .topbar-subtitle,:root:not([data-theme=dark]) .topbar-eyebrow,:root:not([data-theme=dark]) .muted-text,:root:not([data-theme=dark]) .field-hint,:root:not([data-theme=dark]) .metric-note,:root:not([data-theme=dark]) .empty-state,:root:not([data-theme=dark]) .table-state,:root:not([data-theme=dark]) .filter-caption,:root:not([data-theme=dark]) .panel-card__subtitle,:root[data-theme=light] .topbar-subtitle,:root[data-theme=light] .topbar-eyebrow,:root[data-theme=light] .muted-text,:root[data-theme=light] .field-hint,:root[data-theme=light] .metric-note,:root[data-theme=light] .empty-state,:root[data-theme=light] .table-state,:root[data-theme=light] .filter-caption,:root[data-theme=light] .panel-card__subtitle{color:#485879}:root:not([data-theme=dark]) input,:root:not([data-theme=dark]) select,:root:not([data-theme=dark]) textarea,:root[data-theme=light] input,:root[data-theme=light] select,:root[data-theme=light] textarea{background:#fff;border-color:#23386129;color:#18243f}:root:not([data-theme=dark]) input::placeholder,:root:not([data-theme=dark]) textarea::placeholder,:root[data-theme=light] input::placeholder,:root[data-theme=light] textarea::placeholder{color:#667696}:root:not([data-theme=dark]) input:focus,:root:not([data-theme=dark]) select:focus,:root:not([data-theme=dark]) textarea:focus,:root[data-theme=light] input:focus,:root[data-theme=light] select:focus,:root[data-theme=light] textarea:focus{border-color:#42598b94;box-shadow:0 0 0 4px #aac7ea38}:root:not([data-theme=dark]) .base-button,:root[data-theme=light] .base-button{font-weight:700}:root:not([data-theme=dark]) .base-button--primary,:root[data-theme=light] .base-button--primary{background:linear-gradient(135deg,#233861,#42598b);color:#fff;box-shadow:0 12px 24px #2338612e}:root:not([data-theme=dark]) .base-button--primary:hover:not(:disabled),:root[data-theme=light] .base-button--primary:hover:not(:disabled){background:linear-gradient(135deg,#1b2d51,#364d7c);box-shadow:0 14px 28px #1b2d5138}:root:not([data-theme=dark]) .base-button--secondary,:root[data-theme=light] .base-button--secondary{background:#eef3fb;color:#21355b;border:1px solid rgba(35,56,97,.16)}:root:not([data-theme=dark]) .base-button--ghost,:root[data-theme=light] .base-button--ghost{background:#fff;color:#374867;border-color:#23386129}:root:not([data-theme=dark]) .base-button--danger,:root[data-theme=light] .base-button--danger{background:#fff1f3;color:#b34c5c;border-color:#b34c5c33}:root:not([data-theme=dark]) .add-action-link .base-button,:root[data-theme=light] .add-action-link .base-button{background:linear-gradient(135deg,#f3f6fd,#e9effa);color:#21355b;border:1px solid rgba(35,56,97,.16);box-shadow:0 8px 18px #23386114}:root:not([data-theme=dark]) .add-action-link .base-button:hover:not(:disabled),:root[data-theme=light] .add-action-link .base-button:hover:not(:disabled){background:linear-gradient(135deg,#e9f0fb,#dde7f8);border-color:#23386138}:root:not([data-theme=dark]) .sidebar-link,:root[data-theme=light] .sidebar-link{color:#4b5a77}:root:not([data-theme=dark]) .sidebar-link:hover,:root[data-theme=light] .sidebar-link:hover{background:#42598b1a;color:#18243f}:root:not([data-theme=dark]) .sidebar-link--active,:root[data-theme=light] .sidebar-link--active{background:linear-gradient(135deg,#23386124,#42598b14);color:#18243f}:root:not([data-theme=dark]) .session-chip,:root:not([data-theme=dark]) .account-menu__summary,:root[data-theme=light] .session-chip,:root[data-theme=light] .account-menu__summary{background:#fff;border-color:#2338611f}:root:not([data-theme=dark]) .account-menu__dropdown,:root[data-theme=light] .account-menu__dropdown{background:#fff;border-color:#2338611f}:root:not([data-theme=dark]) .account-menu__item,:root[data-theme=light] .account-menu__item{color:#21355b}:root:not([data-theme=dark]) .account-menu__item:hover,:root[data-theme=light] .account-menu__item:hover{background:#eef3fb}:root:not([data-theme=dark]) .filter-pill,:root:not([data-theme=dark]) .pill,:root[data-theme=light] .filter-pill,:root[data-theme=light] .pill{background:#fff;color:#485879;border-color:#2338611f}:root:not([data-theme=dark]) .filter-pill--active,:root[data-theme=light] .filter-pill--active{background:linear-gradient(135deg,#eef3fb,#e3ebfb);color:#18243f;border-color:#23386129}:root:not([data-theme=dark]) .data-table th,:root[data-theme=light] .data-table th{background:#f4f7fc;color:#41506f}:root:not([data-theme=dark]) .data-table td,:root[data-theme=light] .data-table td{color:#1e2943}:root:not([data-theme=dark]) .data-table tbody tr:hover,:root[data-theme=light] .data-table tbody tr:hover{background:#aac7ea1f}:root:not([data-theme=dark]) .search-clear,:root[data-theme=light] .search-clear{color:#5a6787}:root:not([data-theme=dark]) .search-clear:hover,:root[data-theme=light] .search-clear:hover{background:#eef3fb;color:#21355b}:root:not([data-theme=dark]) .status-badge--neutral,:root:not([data-theme=dark]) .tone-badge--neutral,:root[data-theme=light] .status-badge--neutral,:root[data-theme=light] .tone-badge--neutral{color:#41506f;background:#eef3fb}.account-menu__item{width:100%;border:none;background:transparent;text-align:left}.modal-overlay{position:fixed;inset:0;display:grid;place-items:center;padding:1.5rem;background:#090e1b7a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:200}.modal-card{width:min(100%,760px);display:grid;gap:1.1rem;padding:1.25rem;border-radius:24px;border:1px solid var(--line);background:var(--bg-panel-strong);box-shadow:var(--shadow)}.modal-card--sm{width:min(100%,560px)}.modal-card--lg{width:min(100%,880px)}.modal-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding-bottom:.2rem}.modal-card__title{margin:0;font-size:1.18rem}.modal-card__subtitle{margin:.35rem 0 0;color:var(--text-soft)}.modal-card__body{display:grid;gap:1rem}.modal-close{width:42px;height:42px;border:1px solid var(--line);border-radius:999px;background:transparent;color:var(--text);font-size:1.5rem;line-height:1}.modal-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.85rem;padding-top:.25rem}.modal-hint-box{display:grid;gap:.45rem;padding:1rem 1.05rem;border-radius:18px;border:1px dashed var(--line-strong);background:var(--bg-soft);color:var(--text-soft)}:root:not([data-theme=dark]) .modal-card,:root[data-theme=light] .modal-card{background:#fff;border-color:#2338611f}:root:not([data-theme=dark]) .modal-close,:root[data-theme=light] .modal-close{background:#fff;border-color:#2338611f;color:#21355b}:root:not([data-theme=dark]) .modal-hint-box,:root[data-theme=light] .modal-hint-box{background:#f6f8fc;color:#4d5b78;border-color:#23386129}
