@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{font-family:Inter,system-ui,sans-serif;color:#f7f7f7;background:#080b12;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}body{margin:0;min-width:320px;background:#080b12}.center-screen,.login-screen{min-height:100vh;display:grid;place-items:center}.center-screen{color:#d4af37}.login-screen{padding:24px;background:radial-gradient(circle at top right,#20283a,#080b12 55%)}.login-card{width:min(100%,430px);background:#101620;border:1px solid #303b4e;border-radius:20px;padding:36px;box-shadow:0 24px 80px #0005}.brand{display:flex;align-items:center;gap:10px;margin:0 10px 42px}.brand.large{margin:0 0 30px}.brand-mark{display:grid;place-items:center;width:38px;height:38px;border:1px solid #d4af37;border-radius:11px;color:#d4af37;font-size:23px;font-weight:800}.brand strong{display:block;letter-spacing:2px}.brand small{display:block;color:#8a8f98;font-size:9px;letter-spacing:2px;margin-top:3px}.login-card h1{font-size:32px;margin:6px 0 12px}.login-card>p:not(.eyebrow){color:#8994a7;line-height:1.6;font-size:13px;margin-bottom:26px}.login-card label{display:block;color:#cbd2df;font-size:12px;margin-top:16px}.login-card input{display:block;width:100%;margin-top:8px;background:#0b1019;border:1px solid #303b4e;border-radius:9px;padding:13px;color:#fff;font:inherit;outline:none}.login-card input:focus{border-color:#d4af37}.full{width:100%;justify-content:center;margin-top:24px}.app-shell{display:flex;min-height:100vh}.sidebar{width:245px;background:#0d111b;border-right:1px solid #242b39;padding:25px 16px;display:flex;flex-direction:column}.sidebar nav{display:grid;gap:6px}.nav-item{border:0;background:transparent;color:#9ca3b0;text-align:left;padding:12px 14px;border-radius:9px;font:inherit;cursor:pointer}.nav-item.active,.nav-item:hover{background:#1a202d;color:#f5d98e}.sidebar-footer{margin-top:auto;color:#d4af37;font-size:12px;line-height:1.8}.sidebar-footer span{color:#697386;font-size:10px}.main-content{flex:1;padding:35px;max-width:1500px;margin:auto}.topbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:28px}.eyebrow{font-size:10px;letter-spacing:2px;color:#8a8f98;margin:0 0 8px}.gold{color:#d4af37}.topbar h1{font-size:29px;margin:0}.profile{display:flex;align-items:center;gap:12px;color:#b4bac6;font-size:13px}.text-button{background:none;border:0;color:#d4af37;cursor:pointer;font:inherit;font-size:12px}.hero-card{position:relative;overflow:hidden;display:flex;justify-content:space-between;align-items:center;background:linear-gradient(115deg,#171d2a,#101520);border:1px solid #2c3545;border-radius:18px;padding:35px;margin-bottom:22px}.hero-card h2{font-size:30px;margin:0 0 12px}.hero-card p:not(.eyebrow){color:#9da6b6;max-width:520px;line-height:1.7;margin:0}.hero-glow{font-size:170px;font-weight:800;color:#d4af37;opacity:.13;margin-right:30px}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;margin-bottom:22px}.stat-card,.workspace-card{background:#101620;border:1px solid #252f40;border-radius:14px;padding:22px}.stat-card span,.stat-card small{display:block;color:#8994a7;font-size:12px}.stat-card strong{display:block;font-size:27px;margin:13px 0}.stat-card small{font-size:10px}.workspace-card{margin-bottom:22px}.section-heading{display:flex;justify-content:space-between;gap:20px;align-items:start}.section-heading h3{margin:0 0 8px;font-size:18px}.section-heading p,.helper{color:#8994a7;font-size:12px;margin:0;line-height:1.6}.status{border:1px solid #394355;color:#8994a7;border-radius:30px;padding:7px 12px;font-size:11px;white-space:nowrap}.status.live{border-color:#477d5b;color:#87d7a0}.attendance-actions{display:flex;gap:12px;margin:24px 0 12px}.primary-btn,.secondary-btn{display:flex;align-items:center;gap:8px;border-radius:9px;padding:12px 18px;font:inherit;font-size:13px;cursor:pointer}.primary-btn{background:#d4af37;border:1px solid #d4af37;color:#0b0b0b;font-weight:700}.secondary-btn{background:#1b2330;border:1px solid #394355;color:#e6e9ef}.primary-btn:disabled,.secondary-btn:disabled{opacity:.4;cursor:not-allowed}.module-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin-top:22px}.module-card{display:flex;flex-direction:column;align-items:start;gap:9px;background:#151d2a;border:1px solid #293448;border-radius:12px;padding:17px;color:#e8ebf2;text-align:left;cursor:pointer}.module-card svg{color:#d4af37}.module-card strong{font-size:13px}.module-card span{font-size:10px;color:#8994a7;line-height:1.5}.table-wrap{overflow-x:auto;margin-top:18px;border:1px solid #293448;border-radius:10px}table{width:100%;border-collapse:collapse;min-width:560px;font-size:12px}th,td{text-align:left;padding:14px 16px;border-bottom:1px solid #242e3e;white-space:nowrap}th{background:#151d2a;color:#d4af37;font-weight:600;font-size:11px;letter-spacing:.4px}td{color:#c4ccda}tbody tr:last-child td{border-bottom:0}.table-status{display:inline-block;border:1px solid #394355;border-radius:20px;padding:4px 8px;color:#9ba7ba;font-size:10px}.error{color:#ff9a9a;font-size:12px;line-height:1.5}.banner{background:#351b24;border:1px solid #743747;border-radius:10px;padding:12px;margin-bottom:18px}@media(max-width:950px){.sidebar{width:205px}.stats-grid,.module-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:650px){.app-shell{display:block}.sidebar{width:100%;padding:15px}.brand{margin-bottom:15px}.sidebar nav{display:flex;overflow:auto}.nav-item{white-space:nowrap}.sidebar-footer{display:none}.main-content{padding:20px}.topbar{align-items:start}.profile{font-size:0}.hero-card{padding:24px}.hero-card h2{font-size:24px}.hero-glow{display:none}.stats-grid,.module-grid{grid-template-columns:1fr 1fr}.login-card{padding:26px}}
