html,body,#root{min-height:100%}html{background:#0f172a}body{min-width:320px;margin:0}#root{min-height:100vh}:root{--bg:#111827;--panel:#1f2937;--panel-2:#0f172a;--border:#334155;--text:#e5e7eb;--muted:#94a3b8;--blue:#60a5fa;--blue-2:#3b82f6;--danger:#f87171;--good:#4ade80}*{box-sizing:border-box}body{background:var(--bg);color:var(--text);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,select{font:inherit}button{cursor:pointer;color:var(--text);background:#60a5fa26;border:1px solid #60a5fa40;border-radius:10px;padding:10px 14px;font-weight:600}button:hover{background:#60a5fa40}button:disabled{opacity:.55;cursor:not-allowed}input,select{border:1px solid var(--border);background:var(--panel-2);color:var(--text);border-radius:10px;padding:10px 12px}input:focus,select:focus{border-color:var(--blue);outline:none;box-shadow:0 0 0 3px #3b82f633}.admin-shell{grid-template-columns:260px minmax(0,1fr);min-height:100vh;display:grid}.sidebar{border-right:1px solid var(--border);background:#020617;height:100vh;padding:22px;position:sticky;top:0;overflow-y:auto}.brand{align-items:center;gap:12px;margin-bottom:28px;display:flex}.brand-mark{background:var(--blue);border-radius:12px;place-items:center;width:40px;height:40px;font-weight:800;display:grid}.brand-title{font-weight:800}.brand-subtitle,.topbar-subtitle,.user-meta span{color:var(--muted);font-size:13px}.nav{gap:8px;display:grid}.nav-link{color:var(--muted);border:1px solid #0000;border-radius:10px;padding:11px 12px;text-decoration:none}.nav-link:hover,.nav-link.active{color:var(--text);background:var(--panel);border-color:var(--border)}.main-shell{width:100%;min-width:0}.topbar{border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:10;background:#0f172ad9;justify-content:space-between;align-items:center;height:78px;padding:0 28px;display:flex;position:sticky;top:0}.topbar-title{font-size:18px;font-weight:800}.user-panel{align-items:center;gap:12px;display:flex}.user-meta{text-align:right;gap:2px;display:grid}.secondary-button{border:1px solid var(--border);background:#94a3b814}.secondary-button:hover{background:#1f2937}.content{width:100%;max-width:none;padding:28px}.page-header{margin-bottom:18px}.page-title{margin:0 0 6px;font-size:26px;font-weight:800}.page-description{color:var(--muted)}.card{background:var(--panel);border:1px solid var(--border);border-radius:16px;padding:18px}.groups-page{width:100%;max-width:1480px}.groups-card{width:100%}.groups-card-header{justify-content:space-between;align-items:flex-start;margin-bottom:18px}.group-list{gap:14px;display:grid}.group-item{background:var(--panel-2);border:1px solid var(--border);border-radius:14px;gap:16px;padding:16px;display:grid}.group-head{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.group-title-row{align-items:center;gap:8px;margin-bottom:4px;display:flex}.status-pill{border-radius:999px;align-items:center;padding:3px 8px;font-size:12px;font-weight:700;display:inline-flex}.status-pill.active{color:var(--good);background:#22c55e1a;border:1px solid #22c55e40}.status-pill.disabled{color:var(--danger);background:#ef44441a;border:1px solid #ef444440}.pixel-form{gap:6px;display:grid}.small-text{font-size:13px}.pixels-toggle{cursor:pointer;-webkit-user-select:none;user-select:none;border:1px solid var(--border);background:#030712;border-radius:10px;align-items:center;gap:8px;padding:10px 12px;display:flex}.pixels-toggle:hover{border-color:#3b4a63}.pixel-table-wrap{border:1px solid var(--border);border-radius:12px;overflow-x:auto}.pixel-table{border-collapse:collapse;width:100%;min-width:720px}.pixel-table th,.pixel-table td{text-align:left;border-bottom:1px solid var(--border);vertical-align:middle;padding:10px 12px}.pixel-table th{color:var(--muted);background:#02061780;font-size:13px;font-weight:700}.pixel-table tr:last-child td{border-bottom:0}.token-cell{max-width:220px;color:var(--muted);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:13px}.warning-button{color:#fbbf24;background:#f59e0b33}.warning-button:hover{background:#d97706}.danger-button{color:#fca5a5;background:#f8717133}.danger-button:hover{background:#dc2626}.grid-gap{gap:16px;display:grid}.row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.error-text{color:var(--danger);padding-left:10px}.good-text{color:var(--good);padding-left:10px}.login-page{background:radial-gradient(1200px 600px at 50% -10%, #60a5fa26, transparent 60%), radial-gradient(800px 400px at 80% 120%, #4ade801a, transparent 60%), var(--bg);justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex;position:relative;overflow:hidden}.login-card{background:var(--panel);border:1px solid var(--border);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:18px;flex-direction:column;gap:12px;width:100%;max-width:400px;padding:26px;display:flex;box-shadow:0 20px 60px #00000073,0 0 0 1px #60a5fa26,0 0 40px #60a5fa14}.login-title{text-align:center;margin-bottom:12px;font-size:24px;font-weight:800}.form-stack{gap:14px;display:grid}.form-stack input,.form-stack button{width:100%;height:44px}@media (width<=820px){.admin-shell{grid-template-columns:1fr}.sidebar{border-right:0;border-bottom:1px solid var(--border);height:auto;position:static;overflow-y:visible}.topbar{flex-direction:column;align-items:flex-start;gap:16px;height:auto;padding:18px}.user-panel{justify-content:space-between;width:100%}.content{padding:18px}.group-head,.groups-card-header{flex-direction:column}.pixel-form input{width:100%}}.logout-button{align-items:center;gap:8px;display:inline-flex}.logout-icon{opacity:.8}.users-page{width:100%;max-width:1480px}.users-page-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.users-list-card,.access-card{width:100%;max-width:none}.users-card-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px;display:flex}.users-card-header h2,.modal-header h2{margin:0 0 6px}.users-list{gap:14px;display:grid}.user-item{background:var(--panel-2);border:1px solid var(--border);border-radius:14px;justify-content:space-between;align-items:flex-start;gap:16px;padding:16px;display:flex}.user-title-row{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:4px;display:flex}.user-actions{justify-content:flex-end}.access-list{gap:10px;margin-bottom:14px;display:grid}.access-row{background:var(--panel-2);border:1px solid var(--border);border-radius:10px;align-items:center;gap:10px;padding:10px 12px;display:flex}.access-row input{width:auto}.app-select,select{appearance:none;background-color:var(--panel-2);min-width:140px;height:44px;color:var(--text);border:1px solid var(--border);background-image:linear-gradient(45deg, transparent 50%, var(--muted) 50%), linear-gradient(135deg, var(--muted) 50%, transparent 50%);background-position:calc(100% - 18px),calc(100% - 12px);background-repeat:no-repeat;background-size:6px 6px;border-radius:10px;padding-right:34px}.app-select:hover,select:hover{border-color:#475569}.modal-backdrop{z-index:1000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#020617b8;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.modal-card{background:var(--panel);border:1px solid var(--border);border-radius:18px;width:100%;max-width:520px;padding:22px;box-shadow:0 24px 80px #00000073}.modal-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px;display:flex}.modal-header>div{gap:4px;display:grid}.button-loader-content{align-items:center;gap:8px;display:inline-flex}.loader{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:14px;height:14px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@media (width<=900px){.users-page-header,.users-card-header,.user-item,.modal-header{flex-direction:column}.user-actions{justify-content:flex-start}.password-row{grid-template-columns:1fr}.confirm-actions{justify-content:stretch}.confirm-actions button{flex:1}}.custom-select{min-width:140px;height:44px;position:relative}.custom-select-trigger{background:var(--panel-2);width:100%;height:44px;color:var(--text);border:1px solid var(--border);border-radius:10px;justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;display:inline-flex}.custom-select-trigger:hover,.custom-select-trigger:focus{background:var(--panel-2);border-color:#475569}.custom-select-arrow{color:var(--muted);font-size:12px}.custom-select-menu{z-index:1100;background:var(--panel);border:1px solid var(--border);border-radius:12px;padding:6px;position:absolute;top:calc(100% + 8px);left:0;right:0;box-shadow:0 18px 50px #00000073}.custom-select-option{width:100%;height:38px;color:var(--text);text-align:left;background:0 0;border:0;border-radius:8px;justify-content:flex-start;align-items:center;padding:8px 10px;display:flex}.custom-select-option:hover,.custom-select-option.active{background:#60a5fa24}.users-search-card input{width:100%;height:44px}.users-form{gap:14px}.team-list{gap:14px;display:grid}.team-item{background:var(--panel-2);border:1px solid var(--border);border-radius:14px;gap:14px;padding:16px;display:grid}.team-head{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.nested-users-list{padding-top:4px}.nested-user-item{background:#0f172ab8;align-items:center}.nested-user-item .user-actions{align-items:center}.nested-user-item .custom-select,.nested-user-item .custom-select-trigger{min-width:120px}.compact-access-list{max-height:360px;padding-right:4px;overflow-y:auto}.wide-modal-card{max-width:860px}.modal-two-columns{grid-template-columns:1fr 1fr;align-items:start;gap:16px;display:grid}.confirm-modal-card{max-width:460px}.confirm-actions{justify-content:flex-end;gap:10px;margin-top:16px;display:flex}.primary-button{background:#60a5fa38;border-color:#60a5fa61}.primary-button:hover{background:#60a5fa52}.users-form .custom-select,.users-form .custom-select-trigger{width:100%}@media (width<=900px){.team-head{flex-direction:column}.modal-two-columns{grid-template-columns:1fr}.wide-modal-card{max-width:520px}}.dashboard-page{width:100%;max-width:1480px}.stats-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;display:grid}.stats-grid.three-columns{grid-template-columns:repeat(3,minmax(0,1fr))}.stat-card{background:var(--panel);border:1px solid var(--border);border-radius:16px;gap:8px;min-height:118px;padding:18px;display:grid}.stat-label{color:var(--muted);font-size:13px;font-weight:700}.stat-value{letter-spacing:-.03em;font-size:30px;font-weight:850;line-height:1}.dashboard-chart-card,.dashboard-table-card{width:100%}.daily-chart{gap:12px;display:grid}.daily-bar-row{grid-template-columns:58px minmax(0,1fr) 72px;align-items:center;gap:12px;display:grid}.daily-date,.daily-total{color:var(--muted);font-size:13px;font-weight:700}.daily-total{text-align:right}.daily-bar-track{background:var(--panel-2);border:1px solid var(--border);border-radius:999px;height:12px;overflow:hidden}.daily-bar{background:#60a5fa80;border-radius:999px;height:100%}@media (width<=1180px){.stats-grid,.stats-grid.three-columns{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=700px){.stats-grid,.stats-grid.three-columns{grid-template-columns:1fr}.daily-bar-row{grid-template-columns:52px minmax(0,1fr) 52px}.stat-value{font-size:26px}}.password-control-row{grid-template-columns:minmax(0,1fr) 72px;align-items:stretch;gap:14px;display:grid}.password-input-wrap{min-width:0;position:relative}.password-input-wrap input{width:100%;padding-right:42px}.password-icon-button,.password-generate-button{justify-content:center;align-items:center;display:inline-flex}.password-icon-button{width:26px;height:26px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:8px;padding:0;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.password-icon-button:hover{color:var(--text);background:#94a3b81a}.password-icon-button svg,.password-generate-button svg{fill:none;stroke:currentColor;stroke-width:1.9px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}.password-generate-button{width:72px;min-width:72px;color:var(--text);padding:0}@media (width<=700px){.password-control-row{grid-template-columns:1fr}.password-generate-button{width:100%;min-width:0;height:54px}}.form-stack .password-input-wrap{position:relative}.form-stack .password-input-wrap input{padding-right:52px}.form-stack .password-input-wrap button.password-icon-button{width:30px;min-width:30px;max-width:30px;height:30px;min-height:30px;color:var(--muted);box-shadow:none;background:0 0;border:0;border-radius:8px;justify-content:center;align-items:center;margin:0;padding:0;display:inline-flex;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.form-stack .password-input-wrap button.password-icon-button:hover{color:var(--text);background:#94a3b81a}.form-stack .password-input-wrap button.password-icon-button svg{width:18px;height:18px}.user-create-top-row{grid-template-columns:minmax(0,1fr) 160px;align-items:stretch;gap:14px;display:grid}.user-create-top-row input,.user-create-top-row .custom-select,.user-create-top-row .custom-select-trigger{width:100%}@media (width<=700px){.user-create-top-row{grid-template-columns:1fr}}.groups-header-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:12px;margin-left:auto;display:flex}.groups-header-actions .users-search-card{min-width:280px}@media (width<=900px){.groups-header-actions{justify-content:flex-start;width:100%}.groups-header-actions .users-search-card{width:100%;min-width:0}}.icon-button{justify-content:center;align-items:center;width:44px;min-width:44px;height:44px;padding:0;display:inline-flex}.icon-button svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:20px;height:20px}
