:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#0f172a;background:#f8fafc;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}button,input,textarea,select{font:inherit}.container{min-height:100vh;display:grid;place-items:center;padding:24px}.app-shell{min-height:100vh;display:grid;grid-template-columns:264px minmax(0,1fr);background:#f8fafc}.sidebar{position:sticky;top:0;height:100vh;display:flex;flex-direction:column;border-right:1px solid #e2e8f0;background:#fff;padding:18px}.sidebar-brand{display:flex;align-items:center;gap:12px;padding-bottom:18px;border-bottom:1px solid #e2e8f0}.sidebar-brand div,.user-block{display:grid;gap:2px}.sidebar-brand span,.user-block small{color:#64748b;font-size:.82rem;text-transform:capitalize}.brand-mark{width:38px;height:38px;display:grid;place-items:center;border-radius:8px;background:#0f172a;color:#fff;font-weight:700}.sidebar-nav{display:grid;gap:6px;padding:18px 0}.sidebar-footer{display:grid;gap:12px;margin-top:auto;padding-top:18px;border-top:1px solid #e2e8f0}.content-shell{width:100%;max-width:1240px;padding:28px}.page-stack{display:grid;gap:18px}.page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.page-header h1,.panel h1{margin:0;font-size:1.45rem;line-height:1.2}.page-header p{margin:6px 0 0;color:#64748b}.panel{width:100%;border:1px solid #e2e8f0;border-radius:8px;background:#fff;padding:18px;box-shadow:0 1px 2px #0f172a0a}.auth-panel{width:min(100%,440px)}form{display:grid;gap:10px}.device-form{margin-bottom:16px}label{color:#334155;font-size:.9rem;font-weight:500}input,textarea,select{width:100%;min-height:40px;border:1px solid #cbd5e1;border-radius:6px;background:#fff;color:#0f172a;padding:9px 11px;outline:none}textarea{resize:vertical}input:focus,textarea:focus,select:focus{border-color:#0f172a;box-shadow:0 0 0 2px #0f172a1f}button,.button{min-height:40px;border:1px solid #0f172a;border-radius:6px;padding:8px 14px;cursor:pointer;background:#0f172a;color:#fff;font-weight:500}button:disabled{opacity:.55;cursor:not-allowed}.secondary{border-color:#cbd5e1;background:#fff;color:#0f172a}.danger{border-color:#dc2626;background:#dc2626;color:#fff}.full-width{width:100%}.nav-item{width:100%;justify-content:flex-start;border-color:transparent;background:transparent;color:#334155;text-align:left}.nav-item:hover,.nav-item.active{border-color:#e2e8f0;background:#f1f5f9;color:#0f172a}.tabs{display:flex;flex-wrap:wrap;gap:8px}.tabs .active{border-color:#0f172a;background:#0f172a;color:#fff}.inline-controls{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px}.row-actions{display:flex;flex-wrap:wrap;gap:8px}.notice,.status{margin:0;border:1px solid #e2e8f0;border-radius:8px;background:#f1f5f9;color:#334155;padding:12px}.qr-section{text-align:center}.qr-section h2{margin:0 0 6px;font-size:1rem}.qr-section p{margin:0 0 14px;color:#64748b}.qr-section img{max-width:100%;height:auto}.table-wrap{width:100%;overflow-x:auto}table{width:100%;border-collapse:collapse;font-size:.9rem}.nested-table{min-width:360px;font-size:.84rem}.nested-table th,.nested-table td{min-width:80px;padding:8px}th,td{min-width:120px;border-bottom:1px solid #e2e8f0;padding:11px 12px;text-align:left;vertical-align:top;overflow-wrap:anywhere}th{color:#475569;background:#f8fafc;font-weight:600}tbody tr:last-child td{border-bottom:0}pre{width:100%;margin:0;overflow-x:auto;border-radius:6px;background:#020617;color:#e2e8f0;padding:12px;font-size:.84rem}.secret-text{overflow-wrap:anywhere}@media(max-width:820px){.app-shell{grid-template-columns:1fr}.sidebar{position:static;height:auto}.sidebar-nav{grid-template-columns:repeat(2,minmax(0,1fr))}.content-shell{padding:18px}.page-header,.inline-controls{grid-template-columns:1fr}.page-header{display:grid}}
