@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{color-scheme:dark;--color-bg: #0a0c10;--color-surface: #161b2a;--color-surface-elevated: #1e2539;--color-border: rgba(255, 255, 255, .08);--color-text: #f8fafc;--color-text-dim: #94a3b8;--color-muted: #64748b;--color-accent: #6366f1;--color-accent-hover: #4f46e5;--color-accent-glow: rgba(99, 102, 241, .15);--glass-bg: rgba(22, 27, 42, .7);--glass-border: rgba(255, 255, 255, .1);--glass-blur: blur(12px);--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--radius: 12px;--radius-lg: 16px;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .2);--shadow-md: 0 4px 12px rgba(0, 0, 0, .3);--shadow-lg: 0 8px 32px rgba(0, 0, 0, .4);--transition: .25s cubic-bezier(.4, 0, .2, 1)}[data-theme=light]{color-scheme:light;--color-bg: #f1f5f9;--color-surface: #ffffff;--color-surface-elevated: #f8fafc;--color-border: #e2e8f0;--color-text: #0f172a;--color-text-dim: #334155;--color-muted: #64748b;--color-accent: #2563eb;--color-accent-hover: #1d4ed8;--color-accent-glow: rgba(37, 99, 235, .08);--glass-bg: rgba(255, 255, 255, .85);--glass-border: rgba(226, 232, 240, .8);--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .05), 0 2px 4px -1px rgba(0, 0, 0, .03);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .05), 0 4px 6px -2px rgba(0, 0, 0, .03)}[data-theme=light] input:not([type=checkbox]):not([type=radio]),[data-theme=light] select,[data-theme=light] textarea{background-color:#fff;color:#0f172a;border-color:#cbd5e1}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0;-webkit-tap-highlight-color:transparent}html{font-size:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth}body{font-family:var(--font-sans);background:var(--color-bg);color:var(--color-text);line-height:1.5;min-height:100vh;transition:background var(--transition),color var(--transition);overflow-x:hidden;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}.container-fluid{width:100%;max-width:100%;margin:0 auto}.container-standard{width:100%;max-width:1400px;margin:0 auto}[style*="max-width: 1000px"],[style*="maxWidth: 1000px"],[style*="max-width: 1200px"],[style*="maxWidth: 1200px"]{max-width:100%!important}a{color:inherit;text-decoration:none;transition:color var(--transition),opacity var(--transition)}button{font-family:var(--font-sans);border:none;background:none;cursor:pointer;transition:all var(--transition)}input,select,textarea{font-family:var(--font-sans);color:var(--color-text);outline:none;color-scheme:inherit}img{max-width:100%;display:block;-webkit-user-select:none;user-select:none}*{scrollbar-width:thin!important;scrollbar-color:#3f3f46 transparent!important}::-webkit-scrollbar{width:12px!important;height:12px!important;display:block!important}::-webkit-scrollbar-track{background-color:transparent!important}::-webkit-scrollbar-thumb{background-color:#3f3f46!important;border-radius:20px!important;border:3px solid transparent!important;background-clip:padding-box!important;min-height:40px!important}::-webkit-scrollbar-thumb:hover{background-color:#52525b!important}[data-theme=light] *{scrollbar-color:#d1d5db transparent!important}[data-theme=light] ::-webkit-scrollbar-thumb{background-color:#d1d5db!important}[data-theme=light] ::-webkit-scrollbar-thumb:hover{background-color:#9ca3af!important}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.glass{background:var(--glass-bg);backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--glass-border)}.glass-card{background:var(--glass-bg);backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--glass-border);box-shadow:var(--shadow-md);border-radius:var(--radius)}.gradient-text{background:linear-gradient(135deg,var(--color-accent),#818cf8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.flex{display:flex;align-items:center}.flex-col{display:flex;flex-direction:column}.justify-center{justify-content:center}.text-center{text-align:center}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.badge-status{padding:.35rem .85rem;border-radius:999px;font-size:.72rem;font-weight:700;display:inline-flex;align-items:center;gap:.4rem;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap}.badge-status.active{background:#ecfdf5;color:#047857}.badge-status.inactive{background:#fef2f2;color:#b91c1c}.badge-status.submitted{background:#fff7ed;color:#c2410c}.badge-status.approved{background:#ecfdf5;color:#047857}.badge-status.rejected{background:#fef2f2;color:#b91c1c}.badge-status.scheduled{background:#f5f3ff;color:#6d28d9}.btn{padding:.6rem 1.25rem;border-radius:10px;font-size:.875rem;font-weight:600;transition:all var(--transition);display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border:none;cursor:pointer}.btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn-danger{background:#ef44441a;border:1px solid rgba(239,68,68,.2);color:#f87171}.btn-danger:hover{background:#ef444433;border-color:#ef4444;color:#ef4444}.badge-status.inactive{background:#ef44441a;color:#ef4444}.badge-status.graduated{background:#a855f71a;color:#a855f7}.badge-status.on_break{background:#f59e0b1a;color:#f59e0b}.badge-status.withdrawn{background:#64748b1a;color:#64748b}.btn-sm{padding:.35rem .75rem;font-size:.75rem;border-radius:8px}.btn-icon-tiny{background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:.25rem;color:var(--color-muted);border-radius:4px;transition:all .2s}.btn-icon-tiny:hover{background:#ffffff0d;color:var(--color-text)}.required-star{color:#ef4444;margin-left:2px;font-weight:700}.table-container{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.stats-grid-5{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem}.workspace-grid-2col{display:grid;grid-template-columns:7fr 3fr;gap:1.5rem;align-items:start}@media(max-width:1024px){.stats-grid-5{grid-template-columns:repeat(3,1fr)}.workspace-grid-2col{grid-template-columns:1fr}}@media(max-width:768px){html{font-size:94%}body,p,span,div,h1,h2,h3,h4,td,th{overflow-wrap:break-word;word-break:normal}.stats-grid-5{grid-template-columns:repeat(2,1fr);gap:.75rem}.admin-header{padding:0 1rem!important;height:3.75rem!important}.header-title{font-size:.95rem!important}.header-subtitle{font-size:.85rem!important}.page-container{padding:1rem!important}.btn{padding:.5rem .85rem;font-size:.82rem}div[style*=flex],tr[style*=flex]{flex-wrap:wrap}.print-info-grid{grid-template-columns:1fr!important;gap:.35rem!important}.weekly-grid{grid-template-columns:1fr!important;gap:1rem!important}.weekly-column{overflow-x:auto}.weekly-column table{min-width:280px}.mini-cex-container,.epel-container,.log-set-container,.student-eval-container{padding:1rem!important;margin:0 auto!important;width:100%!important}div[style*=gridTemplateColumns],.form-grid-3col,.form-grid-2col{grid-template-columns:1fr!important;gap:.85rem!important}.log-section,.eval-table-wrapper{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.log-section table,.eval-table-wrapper table{min-width:580px}.modal{width:96%!important;max-width:100%!important;max-height:92vh!important;margin:1rem auto!important}.modal-body{max-height:calc(88vh - 120px)!important}}@media(max-width:768px){.page-container,.admin-content,main{max-width:100vw;overflow-x:hidden}div[style*="display: flex"],div[style*="display:flex"],header[style*="display: flex"]{flex-wrap:wrap}div[style*="flex: 1"],div[style*="flex:1"]{min-width:0}}@media(max-width:480px){.stats-grid-5{grid-template-columns:1fr}.header-subtitle,.header-divider{display:none}.truncate-mobile{max-width:180px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-block}}.admin-layout{display:flex;min-height:100vh;background:var(--color-bg)}.admin-main{flex:1;display:flex;flex-direction:column;min-width:0;background:var(--color-bg);position:relative}.admin-header{background:var(--color-surface);border-bottom:1px solid var(--color-border);height:4.5rem;display:flex;align-items:center;justify-content:space-between;padding:0 2rem;position:sticky;top:0;z-index:100}.header-left{display:flex;align-items:center;gap:1rem}.header-menu-btn{font-size:1.25rem;color:var(--color-text)}.header-title-container{display:flex;align-items:center;gap:.75rem}.header-title{font-size:1.1rem;font-weight:700;color:var(--color-text)}.header-divider{color:var(--color-border);font-weight:300}.header-subtitle{font-size:1.1rem;font-weight:700;color:var(--color-text-dim)}.header-right{display:flex;align-items:center;gap:1.5rem}.header-notification{position:relative;cursor:pointer;background:none;border:none;padding:.5rem;font-size:1.25rem;display:flex;align-items:center;justify-content:center;color:var(--color-text-dim);transition:color var(--transition)}.header-notification:hover{color:var(--color-text)}.notification-badge{position:absolute;top:4px;right:4px;background:#ef4444;color:#fff;font-size:.65rem;font-weight:700;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid var(--color-surface)}.header-user-dropdown{display:flex;align-items:center;gap:.75rem;cursor:pointer}.header-avatar{width:36px;height:36px;border-radius:50%;background:#2563eb;color:#fff;font-weight:700;font-size:.85rem;display:flex;align-items:center;justify-content:center}.header-user-info{display:flex;flex-direction:column}.header-user-name{font-size:.85rem;font-weight:600;color:var(--color-text)}.header-user-role{font-size:.75rem;color:var(--color-muted)}.admin-content{padding:1.75rem 2rem;flex:1;width:100%}.sidebar{width:16.25rem;min-height:100vh;background:#06132d;border-right:1px solid rgba(255,255,255,.05);display:flex;flex-direction:column;flex-shrink:0;position:sticky;top:0;height:100vh;overflow-y:auto;transition:width var(--transition)}.sidebar-brand{display:flex;justify-content:center;align-items:center;padding:1.5rem 1rem;border-bottom:1px solid rgba(255,255,255,.05);margin-bottom:1rem}.brand-logo-img{width:14.5rem;height:auto;max-height:90px;object-fit:contain;background:#fff;border-radius:8px;padding:.5rem .75rem}.sidebar-nav{flex:1;display:flex;flex-direction:column;padding:.5rem .75rem;gap:.35rem}.nav-item{display:flex;align-items:center;gap:.75rem;padding:.7rem 1rem;border-radius:8px;color:#94a3b8;text-decoration:none;font-size:.9rem;font-weight:500;transition:all var(--transition)}.nav-item:hover{background:#ffffff0f;color:#fff}.nav-item.active{background:#2563eb;color:#fff}.nav-icon{font-size:1.05rem;width:1.5rem;text-align:center}.sidebar-footer{padding:1.25rem;border-top:1px solid rgba(255,255,255,.05);margin-top:auto;background:#00000026}.sidebar-user{display:flex!important;align-items:center;gap:.75rem;color:#fff}.sidebar-user .user-avatar{width:36px;height:36px;border-radius:50%;background:#2563eb;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.85rem}.sidebar-user .user-info{display:flex;flex-direction:column}.sidebar-user .user-name{font-size:.875rem;font-weight:600;color:#fff}.sidebar-user .user-role{font-size:.75rem;color:#94a3b8}.switch{position:relative;display:inline-block;width:36px;height:20px}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#334155;transition:.3s}.slider:before{position:absolute;content:"";height:12px;width:12px;left:4px;bottom:4px;background-color:#fff;transition:.3s}input:checked+.slider{background-color:#2563eb}input:checked+.slider:before{transform:translate(16px)}.slider.round{border-radius:34px}.slider.round:before{border-radius:50%}.sidebar-actions{display:none}.btn-theme{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem;background:#ffffff0a;border:1px solid rgba(255,255,255,.05);border-radius:6px;color:#94a3b8;font-size:.75rem;font-weight:500}.btn-theme:hover{border-color:#2563eb;color:#fff}.btn-logout{flex:1;display:flex;align-items:center;justify-content:center;padding:.5rem;background:#ffffff0a;border:1px solid rgba(255,255,255,.05);border-radius:6px;color:#94a3b8;font-size:.75rem;font-weight:500;transition:all var(--transition)}.btn-logout:hover{background:#ef44441a;border-color:#ef444433;color:#f87171}.page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.page-title{font-size:2rem;font-weight:800;letter-spacing:-.02em;color:var(--color-text)}.page-subtitle{font-size:1.05rem;color:var(--color-text-dim);margin-top:.25rem}.stat-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem;margin-bottom:2.5rem}.stat-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:1.5rem;display:flex;flex-direction:column;gap:.5rem;transition:all var(--transition);position:relative;overflow:hidden}.stat-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:var(--color-accent);opacity:0;transition:opacity var(--transition)}.stat-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg);border-color:var(--color-accent-glow)}.stat-card:hover:before{opacity:1}.stat-label{font-size:1rem;color:var(--color-text-dim);font-weight:600;text-transform:uppercase;letter-spacing:.05em}.stat-value{font-size:2.5rem;font-weight:800;letter-spacing:-.01em}.stat-value.warn{color:#f97316}.stat-value.success{color:#10b981}.stat-value.accent{color:var(--color-accent)}.table-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-md)}.table-toolbar{display:flex;align-items:center;gap:1rem;padding:1.25rem 1.5rem;background:var(--color-surface-elevated);border-bottom:1px solid var(--color-border)}.search-input{flex:1;min-width:200px;padding:.6rem 1rem;background:var(--color-bg);border:1px solid var(--color-border);border-radius:10px;color:var(--color-text);font-size:.9rem;transition:all var(--transition)}.search-input:focus{border-color:var(--color-accent);box-shadow:0 0 0 3px var(--color-accent-glow)}.data-table{width:100%;border-collapse:collapse}.data-table th{text-align:left;font-size:.8rem;font-weight:700;color:var(--color-text-dim);text-transform:uppercase;letter-spacing:.08em;padding:1.25rem 1.75rem;background:var(--color-surface-elevated);border-bottom:2px solid var(--color-border);position:sticky;top:0;z-index:10;white-space:nowrap}.table-container{overflow:scroll;scrollbar-gutter:stable;max-height:70vh;min-height:200px;position:relative;width:100%;border-radius:0 0 var(--radius-lg) var(--radius-lg);border:1px solid var(--color-border);background:linear-gradient(to right,var(--color-surface) 30%,rgba(22,27,42,0)),linear-gradient(to left,var(--color-surface) 30%,rgba(22,27,42,0)) 100% 0,linear-gradient(to right,#00000040,#0000),linear-gradient(to left,#00000040,#0000) 100% 0;background-attachment:local,local,scroll,scroll;background-repeat:no-repeat;background-size:40px 100%,40px 100%,14px 100%,14px 100%}.data-table td{padding:1.25rem 1.75rem;font-size:1rem;border-bottom:1px solid var(--color-border);transition:background var(--transition);white-space:nowrap}.table-card div[style*="display: grid"],.table-card div[style*=grid-template-columns]{white-space:nowrap!important}.table-card div[style*="display: grid"]>span,.table-card div[style*="display: grid"]>div,.table-card div[style*="display: grid"]>p,.table-card div[style*=grid-template-columns]>span,.table-card div[style*=grid-template-columns]>div,.table-card div[style*=grid-template-columns]>p{white-space:nowrap!important}.table-card{overflow-x:auto!important;scrollbar-width:thin}.badge-status{padding:.25rem .75rem;border-radius:8px;font-size:.75rem;font-weight:700;display:inline-flex;align-items:center;gap:.4rem}.badge-status.active{background:#dcfce7;color:#166534}.badge-status.inactive{background:#fee2e2;color:#991b1b}.badge-status.submitted{background:#ffedd5;color:#9a3412}.badge-status.approved{background:#dcfce7;color:#166534}.badge-status.rejected{background:#fee2e2;color:#991b1b}.badge-status.scheduled{background:#f5f3ff;color:#5b21b6}.badge-status.pending{background:#fff7ed;color:#9a3412}.badge-status.missing{background:#fee2e2;color:#991b1b}.badge-status.requires_action{background:#fefce8;color:#854d0e}[data-theme=dark] .badge-status.active{background:#22c55e26;color:#4ade80}[data-theme=dark] .badge-status.inactive{background:#ef444426;color:#f87171}[data-theme=dark] .badge-status.submitted{background:#f9731626;color:#fb923c}[data-theme=dark] .badge-status.approved{background:#22c55e26;color:#4ade80}[data-theme=dark] .badge-status.rejected{background:#ef444426;color:#f87171}[data-theme=dark] .badge-status.scheduled{background:#8b5cf626;color:#a78bfa}[data-theme=dark] .badge-status.pending{background:#fb923c26;color:#fb923c}[data-theme=dark] .badge-status.missing{background:#ef444426;color:#f87171}[data-theme=dark] .badge-status.requires_action{background:#eab30826;color:#facc15}[data-theme=dark] .admin-content>div,[data-theme=dark] .admin-content>section{color:var(--color-text)}[data-theme=dark] [style*="background: '#ffffff'"],[data-theme=dark] [style*='background: "#ffffff"'],[data-theme=dark] [style*="background:'#ffffff'"],[data-theme=dark] [style*="background: rgb(255, 255, 255)"]{background:var(--color-surface)!important;border-color:var(--color-border)!important}[data-theme=dark] [style*="background: '#f8fafc'"],[data-theme=dark] [style*="background: '#f1f5f9'"],[data-theme=dark] [style*="background: '#f4f6fa'"]{background:var(--color-surface-elevated)!important;border-color:var(--color-border)!important}[data-theme=dark] [style*="color: '#0f172a'"]{color:var(--color-text)!important}[data-theme=dark] [style*="color: '#334155'"],[data-theme=dark] [style*="color: '#475569'"]{color:var(--color-text-dim)!important}[data-theme=dark] [style*="color: '#64748b'"],[data-theme=dark] [style*="color: '#94a3b8'"]{color:var(--color-muted)!important}[data-theme=dark] [style*="border: '1px solid #e2e8f0'"],[data-theme=dark] [style*="border-bottom: '1px solid #e2e8f0'"],[data-theme=dark] [style*="border-top: '1px solid #e2e8f0'"],[data-theme=dark] [style*="border-color: '#e2e8f0'"],[data-theme=dark] tr[style*=border-bottom],[data-theme=dark] td[style*=border-bottom]{border-color:var(--color-border)!important}[data-theme=dark] select,[data-theme=dark] textarea,[data-theme=dark] input:not([type=checkbox]):not([type=radio]){background:var(--color-surface-elevated)!important;color:var(--color-text)!important;border-color:var(--color-border)!important}[data-theme=dark] select:focus,[data-theme=dark] textarea:focus,[data-theme=dark] input:focus{border-color:var(--color-accent)!important;box-shadow:0 0 0 3px var(--color-accent-glow)!important}[data-theme=dark] div[style*="background: #ffffff"],[data-theme=dark] div[style*="background:#ffffff"],[data-theme=dark] div[style*="background: '#ffffff'"],[data-theme=dark] div[style*="background: '#fff'"],[data-theme=dark] div[style*="background:#fff"]{background:var(--color-surface)!important;border-color:var(--color-border)!important;color:var(--color-text)!important}[data-theme=dark] div[style*="background: #f8fafc"],[data-theme=dark] div[style*="background: #f1f5f9"],[data-theme=dark] div[style*="background: #f4f6fa"],[data-theme=dark] thead tr[style*="background: #f8fafc"]{background:var(--color-surface-elevated)!important;border-color:var(--color-border)!important}[data-theme=dark] th[style*="color: #64748b"],[data-theme=dark] th[style*="color: #94a3b8"]{color:var(--color-muted)!important;background:var(--color-surface-elevated)!important}[data-theme=dark] button[style*="background: #06132d"]{background:#0f2352!important;color:#fff!important}[data-theme=dark] div[style*="background: #fffbeb"]{background:#eab3081a!important;border-color:#eab30840!important;color:#facc15!important}[data-theme=dark] div[style*="background: #eff6ff"]{background:#2563eb26!important}[data-theme=dark] div[style*="background: #fff7ed"]{background:#ea580c26!important}[data-theme=dark] div[style*="background: #ecfdf5"]{background:#05966926!important}[data-theme=dark] div[style*="background: #fef2f2"]{background:#dc262626!important}[data-theme=dark] .modal-overlay>div[style*="background: #ffffff"]{background:var(--color-surface)!important;border:1px solid var(--color-border)!important;color:var(--color-text)!important}[data-theme=dark] div[style*="background: #e2e8f0"]{background:var(--color-border)!important}[data-theme=dark] div[style*="background: #eff6ff"]{color:#93c5fd!important}[data-theme=dark] div[style*="background: #fff7ed"]{color:#fdba74!important}[data-theme=dark] div[style*="background: #ecfdf5"]{color:#6ee7b7!important}[data-theme=dark] div[style*="background: #fef2f2"]{color:#fca5a5!important}[data-theme=dark] h1[style*="color: #0f172a"],[data-theme=dark] h2[style*="color: #0f172a"],[data-theme=dark] h3[style*="color: #0f172a"],[data-theme=dark] h4[style*="color: #0f172a"],[data-theme=dark] span[style*="color: #0f172a"],[data-theme=dark] div[style*="color: #0f172a"]{color:var(--color-text)!important}[data-theme=dark] span[style*="color: #334155"],[data-theme=dark] div[style*="color: #334155"],[data-theme=dark] p[style*="color: #334155"],[data-theme=dark] span[style*="color: #475569"],[data-theme=dark] div[style*="color: #475569"],[data-theme=dark] td[style*="color: #475569"]{color:var(--color-text-dim)!important}[data-theme=dark] span[style*="color: #64748b"],[data-theme=dark] div[style*="color: #64748b"],[data-theme=dark] td[style*="color: #64748b"]{color:var(--color-muted)!important}[data-theme=dark] button[style*="background: #ffffff"],[data-theme=dark] button[style*="background: '#ffffff'"]{background:var(--color-surface-elevated)!important;border-color:var(--color-border)!important;color:var(--color-text)!important}[data-theme=dark] button[style*="color: #ef4444"]{color:#f87171!important;border-color:#f87171!important;background:transparent!important}[data-theme=dark] button[style*="color: #2563eb"],[data-theme=dark] a[style*="color: #2563eb"]{color:#60a5fa!important}[data-theme=dark] div[style*="overflowX: 'auto'"],[data-theme=dark] div[style*="overflow-x: auto"]{background:var(--color-surface)!important}.btn{padding:.6rem 1.25rem;border-radius:10px;font-size:.875rem;font-weight:600;transition:all var(--transition);display:inline-flex;align-items:center;gap:.5rem}.btn-primary{background:var(--color-accent);color:#fff;box-shadow:0 4px 12px var(--color-accent-glow)}.btn-primary:hover{background:var(--color-accent-hover);transform:translateY(-1px);box-shadow:0 6px 20px var(--color-accent-glow)}.btn-secondary{background:var(--color-surface-elevated);border:1px solid var(--color-border);color:var(--color-text)}.btn-secondary:hover{background:var(--color-border)}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background:#000000d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;padding:1.5rem;z-index:1000}.modal{width:100%;max-width:500px;max-height:calc(100vh - 3rem);background:var(--color-surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);border:1px solid var(--color-border);overflow:hidden;display:flex;flex-direction:column}.modal-header{padding:1.25rem 1.5rem;display:flex;align-items:center;justify-content:space-between;background:var(--color-surface-elevated);border-bottom:1px solid var(--color-border)}.modal-title{font-size:1.1rem;font-weight:700;color:var(--color-text)}.modal-close{font-size:1.25rem;color:var(--color-text-dim);transition:color var(--transition)}.modal-close:hover{color:var(--color-text)}.modal-body{padding:1.5rem;overflow-y:scroll!important;flex:1;min-height:0;scrollbar-gutter:stable;scrollbar-width:auto;scrollbar-color:var(--color-accent) #1e1e2e}.modal-body::-webkit-scrollbar{width:12px!important;display:block!important}.modal-body::-webkit-scrollbar-track{background:#1e1e2e!important;border-radius:8px}.modal-body::-webkit-scrollbar-thumb{background:var(--color-accent)!important;border-radius:8px;border:2px solid #1e1e2e;min-height:40px}.modal-body::-webkit-scrollbar-thumb:hover{background:var(--color-accent-hover)!important}.modal-footer{padding:1.25rem 1.5rem;display:flex;align-items:center;justify-content:flex-end;gap:.75rem;background:var(--color-surface-elevated);border-top:1px solid var(--color-border)}.form-group{margin-bottom:1.25rem}.wizard-steps{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:1px solid var(--color-border);gap:.5rem}.wizard-step{flex:1;text-align:center;font-size:.8rem;font-weight:600;padding:.4rem .6rem;border-radius:6px;background:var(--color-bg);color:var(--color-muted);border:1px solid var(--color-border);transition:all var(--transition)}.wizard-step.active{background:var(--color-accent);color:#fff;border-color:var(--color-accent);box-shadow:0 2px 8px var(--color-accent-glow)}.wizard-step.done{background:#10b9811f;color:#10b981;border-color:#10b9814d}.upload-zone{border:2px dashed var(--color-border);border-radius:var(--radius);padding:2.5rem 1.5rem;text-align:center;cursor:pointer;background:var(--color-bg);transition:all var(--transition);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem}.upload-zone:hover,.upload-zone.drag-over{border-color:var(--color-accent);background:var(--color-accent-glow)}.upload-icon{font-size:2.2rem;margin-bottom:.25rem}.upload-zone p{font-weight:600;font-size:.95rem;color:var(--color-text)}.upload-hint{font-size:.8rem!important;font-weight:400!important;color:var(--color-muted)!important}.form-label{display:block;font-size:.875rem;font-weight:600;color:var(--color-text-dim);margin-bottom:.5rem}.form-input,.form-select,.form-textarea{width:100%;border-radius:10px;padding:.6rem .85rem;border:1px solid var(--color-border);background:var(--color-bg);color:var(--color-text);font-size:.95rem;transition:all var(--transition)}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:var(--color-accent);box-shadow:0 0 0 3px var(--color-accent-glow)}.form-input::placeholder{color:var(--color-text-dim);opacity:.7}[data-theme=dark] input[type=date]::-webkit-calendar-picker-indicator{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23f8fafc' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'%3E%3C/rect%3E%3Cline x1='16' y1='2' x2='16' y2='6'%3E%3C/line%3E%3Cline x1='8' y1='2' x2='8' y2='6'%3E%3C/line%3E%3Cline x1='3' y1='10' x2='21' y2='10'%3E%3C/line%3E%3C/svg%3E")!important;background-repeat:no-repeat;background-position:center;background-size:1.1rem;background-color:transparent!important;width:1.35rem;height:1.35rem;cursor:pointer;filter:none!important;opacity:.9;margin-right:2px}[data-theme=dark] input[type=date]::-webkit-calendar-picker-indicator:hover{opacity:1;transform:scale(1.1)}[data-theme=dark] .form-input::placeholder{color:#94a3b8;opacity:1}table tbody tr,.data-table tbody tr{transition:background-color .15s ease,box-shadow .15s ease;position:relative}table tbody tr[style*="cursor: pointer"],table tbody tr[style*="cursor:pointer"],.data-table tbody tr[style*="cursor: pointer"],.data-table tbody tr[style*="cursor:pointer"]{cursor:pointer!important}table tbody tr:hover td,.data-table tbody tr:hover td{background-color:#dbeafe!important;color:#1e3a8a!important}table tbody tr:hover td:first-child,.data-table tbody tr:hover td:first-child{box-shadow:inset 5px 0 #1d4ed8!important}[data-theme=dark] table tbody tr:hover td,[data-theme=dark] .data-table tbody tr:hover td{background-color:#1e293b!important;color:#f8fafc!important}[data-theme=dark] table tbody tr:hover td:first-child,[data-theme=dark] .data-table tbody tr:hover td:first-child{box-shadow:inset 5px 0 #6366f1!important}.pagination{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;background:var(--color-surface-elevated);border-top:1px solid var(--color-border);flex-wrap:wrap;gap:1rem}.pagination-info{font-size:.875rem;color:var(--color-text-dim)}.pagination-controls{display:flex;align-items:center;gap:1.25rem}.pagination-btns{display:flex;gap:.5rem}.page-size-selector{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--color-text-dim)}.page-size-select{padding:.35rem 1.8rem .35rem .75rem;border-radius:8px;border:1px solid var(--color-border);background:var(--color-bg);color:var(--color-text);font-size:.82rem;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2394a3b8'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .5rem center;background-size:1rem;transition:all var(--transition)}.page-size-select:focus{border-color:var(--color-accent);outline:none;box-shadow:0 0 0 2px var(--color-accent-glow)}@media screen and (max-width:1440px){.admin-content{padding:1.5rem}}@media screen and (max-width:1280px){.sidebar{width:14rem}.page-title{font-size:1.75rem}.admin-content{padding:1rem 1.25rem}}@media screen and (max-width:1024px){.sidebar{width:5rem}.nav-label,.user-info,.brand-logo-img,.sidebar-footer span:last-child{display:none}.sidebar-brand{padding:1rem 0}.nav-item{justify-content:center;padding:.75rem}.user-avatar{margin:0 auto}}@media screen and (max-width:768px){.sidebar{width:4rem}.admin-content{padding:.75rem}.page-header{flex-direction:column;align-items:flex-start;gap:.75rem}.page-title{font-size:1.25rem}.page-subtitle{font-size:.8rem}}@media print{.admin-layout{display:block!important;background:#fff!important;width:100%!important}.sidebar{display:none!important}.admin-main{margin:0!important;padding:0!important;width:100%!important;display:block!important;min-height:auto!important;position:static!important}.admin-content{padding:0!important;margin:0!important;width:100%!important;display:block!important}*{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;box-shadow:none!important}}
