:root,[data-theme=dark]{--bg: #0b0d14;--surface: #1a1e2e;--surface-hover: #222738;--border: #2a2f42;--text: #e2e6ef;--text-dim: #8b92a8;--accent: #3B82F6;--accent-hover: #2563EB;--green: #22c55e;--yellow: #eab308;--red: #ef4444;--blue: #3b82f6;--radius: 10px;--radius-lg: 16px;--shadow: 0 2px 8px rgba(0,0,0,.3);--font: "Inter", system-ui, -apple-system, sans-serif}[data-theme=light]{--bg: #f5f6f8;--surface: #ffffff;--surface-hover: #eef0f4;--border: #dfe1e6;--text: #1a1d27;--text-dim: #5e6278;--accent: #2563EB;--accent-hover: #1D4ED8;--green: #16a34a;--yellow: #ca8a04;--red: #dc2626;--blue: #2563eb;--radius: 10px;--radius-lg: 16px;--shadow: 0 2px 8px rgba(0,0,0,.08);--font: "Inter", system-ui, -apple-system, sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font);background:var(--bg);color:var(--text);line-height:1.5;-webkit-font-smoothing:antialiased}.app-layout{display:flex;min-height:100vh}.sidebar{width:240px;background:var(--surface);border-right:1px solid var(--border);display:flex;flex-direction:column;position:fixed;top:0;left:0;height:100vh;z-index:50}.sidebar-logo{padding:1.25rem 1.5rem;border-bottom:1px solid var(--border)}.sidebar-logo .brand-tnl{color:var(--text);font-weight:700;font-size:1.5rem}.sidebar-logo .brand-rt{color:var(--accent);font-weight:700;font-size:1.5rem}.sidebar-logo .brand-sub{color:var(--text-dim);font-weight:400;font-size:.85rem;margin-left:.3rem}.sidebar-nav{flex:1;padding:.75rem;overflow-y:auto}.nav-link{display:flex;align-items:center;gap:.75rem;padding:.6rem 1rem;border-radius:var(--radius);color:var(--text-dim);text-decoration:none;font-size:.9rem;font-weight:500;transition:all .15s;margin-bottom:2px}.nav-link:hover{color:var(--text);background:var(--surface-hover)}.nav-link.active{color:var(--text);background:#3b82f61f}.main-content{margin-left:240px;flex:1;display:flex;flex-direction:column;min-height:100vh}.top-bar{position:sticky;top:0;z-index:40;background:var(--bg);border-bottom:1px solid var(--border);padding:0 2rem;height:52px;display:flex;align-items:center;justify-content:flex-end}.top-bar-right{display:flex;align-items:center;gap:1rem}.top-bar-username{font-size:.875rem;font-weight:500;color:var(--text-dim)}.top-bar-signout{font-size:.8rem;color:var(--text-dim);background:none;border:none;cursor:pointer;font-family:inherit;padding:0}.top-bar-signout:hover{color:var(--accent)}.page-content{padding:2rem;flex:1;max-width:1100px}.page-header{display:flex;align-items:baseline;gap:.75rem;margin-bottom:1.5rem}.page-header h1{font-size:1.5rem;font-weight:600}.page-count{font-size:.85rem;color:var(--text-dim)}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem;margin-bottom:1rem;box-shadow:var(--shadow)}.card h3{font-size:1rem;font-weight:600;margin-bottom:.75rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1rem;margin-bottom:1.5rem}.stat-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.25rem;box-shadow:var(--shadow)}.stat-label{font-size:.8rem;color:var(--text-dim);margin-bottom:.25rem}.stat-value{font-size:1.75rem;font-weight:700}.stat-value.green{color:var(--green)}.stat-value.yellow{color:var(--yellow)}.stat-value.red{color:var(--red)}.stat-value.accent{color:var(--accent)}.status-dot{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:.4rem}.status-dot.online{background:var(--green)}.status-dot.approved{background:var(--accent)}.status-dot.pending{background:var(--yellow)}.status-dot.offline,.status-dot.disabled{background:var(--red)}.status-pill{display:inline-block;padding:.15rem .6rem;border-radius:999px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em}.status-pill.online{background:#22c55e26;color:var(--green)}.status-pill.approved{background:#3b82f626;color:var(--accent)}.status-pill.pending{background:#eab30826;color:var(--yellow)}.status-pill.offline,.status-pill.disabled{background:#ef444426;color:var(--red)}.badge-static{background:#3b82f626;color:var(--blue)}.badge-dynamic{background:#22c55e26;color:var(--green)}.table-container{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow)}table{width:100%;border-collapse:collapse;font-size:.9rem}thead{background:#0003}th{padding:.75rem 1rem;text-align:left;font-size:.8rem;font-weight:600;color:var(--text-dim);text-transform:uppercase;letter-spacing:.05em}td{padding:.75rem 1rem;border-top:1px solid var(--border)}tr:hover td{background:var(--surface-hover)}.btn{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem 1rem;border-radius:var(--radius);font-size:.85rem;font-weight:500;font-family:inherit;cursor:pointer;border:1px solid var(--border);background:var(--surface);color:var(--text);transition:all .15s;text-decoration:none}.btn:hover{background:var(--surface-hover)}.btn.accent{background:var(--accent);border-color:var(--accent);color:#fff}.btn.accent:hover{background:var(--accent-hover)}.btn.danger{background:#ef444426;border-color:#ef44444d;color:var(--red)}.btn.danger:hover{background:#ef444440}.btn.small{padding:.3rem .7rem;font-size:.8rem}.btn:disabled{opacity:.5;cursor:not-allowed}input[type=text],input[type=password],input[type=number],input[type=email],select{width:100%;padding:.6rem .8rem;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);font-family:inherit;font-size:.9rem;outline:none;transition:border-color .15s}input:focus,select:focus{border-color:var(--accent)}label{display:block;font-size:.85rem;font-weight:500;color:var(--text-dim);margin-bottom:.3rem}.form-group{margin-bottom:1rem}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--bg)}.auth-box{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2.5rem;width:100%;max-width:380px;box-shadow:var(--shadow);text-align:center}.auth-box h1{font-size:2rem;margin-bottom:.25rem}.auth-subtitle{color:var(--text-dim);font-size:.9rem;margin-bottom:1.5rem}.auth-error{background:#ef444426;border:1px solid rgba(239,68,68,.3);color:var(--red);padding:.6rem 1rem;border-radius:var(--radius);font-size:.85rem;margin-bottom:1rem}.empty-state{text-align:center;padding:3rem 2rem;color:var(--text-dim)}.empty-state .icon{font-size:2.5rem;margin-bottom:.75rem;opacity:.5}.empty-state p{font-size:.9rem;margin-bottom:1rem}.pagination{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem}.pagination a,.pagination span{padding:.4rem .8rem;border-radius:var(--radius);font-size:.85rem;text-decoration:none;color:var(--text-dim)}.pagination a:hover{background:var(--surface-hover);color:var(--text)}.pagination .current{background:var(--accent);color:#fff}.flex{display:flex}.gap-2{gap:.5rem}.gap-4{gap:1rem}.items-center{align-items:center}.justify-between{justify-content:space-between}.ml-auto{margin-left:auto}.mb-4{margin-bottom:1rem}.mt-4{margin-top:1rem}.text-dim{color:var(--text-dim)}.text-sm{font-size:.85rem}.text-xs{font-size:.75rem}.mono{font-family:Consolas,Monaco,monospace}@media(max-width:768px){.sidebar{display:none}.main-content{margin-left:0}.page-content{padding:1rem}.stats-grid{grid-template-columns:1fr 1fr}}.theme-btn{width:32px;height:32px;border-radius:6px;border:1px solid var(--border);background:var(--surface);color:var(--text);cursor:pointer;font-size:.95rem;display:flex;align-items:center;justify-content:center;transition:border-color .15s,background .15s;flex-shrink:0;line-height:1}.theme-btn:hover{border-color:var(--accent);background:var(--surface-hover)}.tabs{display:flex;gap:.25rem;border-bottom:1px solid var(--border);margin-bottom:1.25rem}.tab{background:none;border:none;padding:.6rem 1rem;cursor:pointer;color:var(--text-dim);border-bottom:2px solid transparent;font-size:.95rem}.tab:hover{color:var(--text)}.tab.tab-active{color:var(--text);border-bottom-color:var(--accent);font-weight:600}
