@import"https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap";:root{color-scheme:light;--bg: #eef3f8;--panel: #ffffff;--panel-strong: #15243b;--surface: #f7f9fc;--text: #183048;--muted: #627489;--border: #d6e0eb;--primary: #1768ac;--primary-strong: #0f5087;--success: #1f8f55;--warning: #c78c1f;--critical: #cb473d;--shadow: 0 22px 44px rgba(21, 36, 59, .08);font-family:IBM Plex Sans,Segoe UI,sans-serif}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{background:radial-gradient(circle at top right,rgba(23,104,172,.12),transparent 22rem),linear-gradient(180deg,#f6f9fc,#eef3f8);color:var(--text)}button,input,select,textarea{font:inherit}button{cursor:pointer}.eyebrow{display:inline-block;font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;color:var(--muted)}.app-shell{display:grid;grid-template-columns:20rem 1fr;min-height:100vh}.sidebar{display:flex;flex-direction:column;gap:1.2rem;padding:1.6rem;background:linear-gradient(180deg,#102238,#19324f);color:#eef5fb}.brand-lockup h1,.topbar h2,.auth-panel h1{font-family:Space Grotesk,IBM Plex Sans,sans-serif;margin:.2rem 0 .5rem}.brand-lockup p,.identity-card small,.panel-header p,.auth-copy{color:#eef5fbc7}.menu{display:flex;flex-direction:column;gap:.5rem}.menu-item{display:flex;align-items:center;justify-content:space-between;gap:.8rem;width:100%;border:1px solid rgba(255,255,255,.08);border-radius:1rem;background:#ffffff0a;color:inherit;padding:.85rem 1rem;text-align:left}.menu-item.active{background:#1768ac59;border-color:#84c3f666}.menu-item-main{display:flex;flex-direction:column;gap:.2rem}.menu-item-main small{color:#eef5fbb8}.count-pill,.subtle-chip{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:.22rem .55rem;font-size:.8rem;background:#ffffff24}.sidebar-footer{margin-top:auto;display:flex;flex-direction:column;gap:.9rem}.identity-card{display:flex;flex-direction:column;gap:.2rem;padding:.95rem;border-radius:1rem;background:#ffffff12}.main-panel{padding:1.4rem 1.6rem 2rem}.topbar{display:flex;justify-content:space-between;gap:1rem;align-items:center;margin-bottom:1rem}.topbar-actions,.toolbar-inline,.row,.row-actions{display:flex;align-items:center;gap:.65rem}.row.wrap,.toolbar-inline.wrap{flex-wrap:wrap}.page-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.page-grid.wide{grid-template-columns:1.1fr 1.4fr}.page-grid.two-up,.page-grid.nested{grid-template-columns:repeat(2,minmax(0,1fr))}.page-grid.single-column{grid-template-columns:1fr}.panel{background:var(--panel);border:1px solid var(--border);border-radius:1.35rem;box-shadow:var(--shadow);padding:1.15rem}.panel-header{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start;margin-bottom:1rem}.panel-header h3{margin:0}.panel-header p{margin:.4rem 0 0;color:var(--muted)}.stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.85rem}.stat-tile{display:flex;flex-direction:column;gap:.35rem;padding:1rem;border:1px solid var(--border);border-radius:1rem;background:linear-gradient(180deg,#fff,#f8fbfd);color:var(--text)}.stat-tile strong{font-size:1.7rem;font-family:Space Grotesk,IBM Plex Sans,sans-serif}.stat-tile.interactive:hover{border-color:#1768ac80}.toolbar{display:flex;flex-wrap:wrap;gap:.65rem;margin-bottom:1rem}.filter-details{margin-bottom:1rem;border:1px solid var(--border);border-radius:1rem;background:var(--surface)}.filter-details summary{cursor:pointer;padding:.85rem 1rem;color:var(--muted);font-weight:600;list-style:none}.filter-details summary::-webkit-details-marker{display:none}.filter-details[open] summary{border-bottom:1px solid var(--border)}.filter-details .toolbar{margin-bottom:0;padding:.9rem}.inline-form{display:grid;gap:.8rem}.inline-form.two-column{grid-template-columns:repeat(2,minmax(0,1fr))}.inline-form.three-column{grid-template-columns:repeat(3,minmax(0,1fr))}.inline-form.four-column{grid-template-columns:repeat(4,minmax(0,1fr))}.field,.modal-form{display:flex;flex-direction:column;gap:.45rem}.field.compact span{font-size:.78rem;color:var(--muted)}input,select,textarea{width:100%;border:1px solid var(--border);border-radius:.9rem;padding:.78rem .88rem;background:var(--surface);color:var(--text)}textarea{min-height:7rem;resize:vertical}.check-inline{display:inline-flex;align-items:center;gap:.5rem;color:var(--muted)}.check-inline input{width:auto}.primary-button,.secondary-button,.ghost-link,.icon-button{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:.72rem 1rem;border:1px solid transparent;text-decoration:none}.primary-button{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-strong) 100%);color:#fff}.primary-button.danger-fill{background:linear-gradient(135deg,var(--critical) 0%,#9e2e25 100%)}.secondary-button,.ghost-link,.icon-button{background:#fff;border-color:var(--border);color:var(--text)}.link-button{border:0;background:transparent;color:var(--primary-strong);padding:0}.link-button.danger{color:var(--critical)}.data-table{width:100%;border-collapse:collapse}.data-table th,.data-table td{text-align:left;vertical-align:top;padding:.75rem .6rem;border-top:1px solid var(--border)}.data-table thead th{border-top:0;color:var(--muted);font-size:.83rem;letter-spacing:.04em;text-transform:uppercase}.tag{display:inline-flex;align-items:center;border-radius:999px;padding:.2rem .6rem;font-size:.8rem;text-transform:uppercase;letter-spacing:.04em;background:#1768ac1f;color:var(--primary-strong)}.tag.success{background:#1f8f5524;color:var(--success)}.tag.warning{background:#c78c1f24;color:var(--warning)}.tag.critical{background:#cb473d24;color:var(--critical)}.tag.muted{background:#62748924;color:var(--muted)}.banner{margin-bottom:1rem;border-radius:1rem;padding:.9rem 1rem}.banner.success{background:#1f8f551f;color:var(--success)}.banner.error{background:#cb473d1f;color:var(--critical)}.muted{color:var(--muted)}.loading-block,.empty-state{padding:1.2rem;border:1px dashed var(--border);border-radius:1rem;color:var(--muted);background:var(--surface)}.pagination{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-top:1rem}.stack-list,.message-window{display:flex;flex-direction:column;gap:.8rem}.stack-item,.message-bubble{border:1px solid var(--border);border-radius:1rem;padding:.9rem;background:var(--surface)}.stack-item.subtle{background:linear-gradient(180deg,#fff,#f7fbff)}.user-summary-card{gap:.9rem}.user-summary-head{display:flex;justify-content:space-between;gap:.8rem;align-items:flex-start}.user-summary-head strong{display:block;font-size:1.05rem}.stack-list.compact{gap:.55rem}.detail-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem}.detail-split,.image-compare-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem}.detail-item{border:1px solid var(--border);border-radius:1rem;background:#fff;padding:.9rem;display:flex;flex-direction:column;gap:.35rem}.detail-item span{color:var(--muted);font-size:.84rem}.detail-item strong{font-size:1rem}.tab-strip{display:flex;flex-wrap:wrap;gap:.55rem}.tab-button{border:1px solid var(--border);background:#fff;color:var(--text);border-radius:999px;padding:.6rem .9rem;display:inline-flex;align-items:center;gap:.45rem}.tab-button.active{background:#1768ac1f;border-color:#1768ac59;color:var(--primary-strong)}.review-image{width:100%;min-height:14rem;max-height:24rem;object-fit:cover;border-radius:.9rem;border:1px solid var(--border);background:#fff}.json-block{margin:0;padding:1rem;border-radius:1rem;border:1px solid var(--border);background:#0f1d2f;color:#e8f0f8;overflow:auto;max-height:24rem;font-family:IBM Plex Mono,Consolas,monospace;font-size:.82rem;line-height:1.45}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f192670;display:flex;align-items:center;justify-content:center;padding:1rem}.modal-card{width:min(42rem,100%);max-height:calc(100vh - 2rem);overflow:auto;background:#fff;border-radius:1.35rem;padding:1.1rem;box-shadow:0 28px 60px #0f192633}.modal-header,.modal-footer{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start}.modal-footer{margin-top:1rem;align-items:center}.modal-form{margin-top:1rem}.auth-shell{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1.5rem}.auth-panel{width:min(30rem,100%);padding:1.5rem;border-radius:1.4rem;background:#102238f5;color:#f4f8fc;box-shadow:0 28px 60px #10223840}.auth-form{display:flex;flex-direction:column;gap:.9rem}.field-hint{color:#eef5fbc7;font-size:.9rem;line-height:1.4}.auth-actions{display:flex;flex-wrap:wrap;gap:.7rem}.auth-actions.compact{flex-direction:column}.surface-note{border:1px solid rgba(255,255,255,.12);border-radius:1rem;padding:.85rem .95rem;background:#ffffff0f;color:#f4f8fce0}.mono{font-family:IBM Plex Mono,Consolas,monospace}.gap{gap:.4rem}.clickable-row{cursor:pointer}.clickable-row:hover td,.clickable-cell:hover{background:#1768ac0a}.data-table tr.is-selected td,.clickable-cell.is-selected,.clickable-row.is-selected td{background:#1768ac1a}.clickable-cell{cursor:pointer}.media-preview{width:100%}.media-preview.image{max-height:24rem;object-fit:contain;border-radius:1rem;border:1px solid var(--border);background:#fff}.clamp-two{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media (max-width: 1100px){.app-shell{grid-template-columns:1fr}.sidebar{padding-bottom:1rem}.page-grid,.page-grid.wide,.page-grid.two-up,.stats-grid,.detail-split,.image-compare-grid,.inline-form.two-column,.inline-form.three-column,.inline-form.four-column,.detail-grid{grid-template-columns:1fr}}:root{color-scheme:dark;--bg: #07111f;--panel: rgba(11, 23, 39, .9);--panel-strong: #08182a;--surface: rgba(16, 31, 51, .72);--surface-strong: rgba(22, 40, 65, .92);--text: #edf4ff;--muted: #8aa0bc;--border: rgba(138, 160, 188, .18);--primary: #53a6ff;--primary-strong: #2b7fe0;--success: #39d98a;--warning: #ffb547;--critical: #ff6b7d;--shadow: 0 28px 56px rgba(0, 0, 0, .34);font-family:Roboto,IBM Plex Sans,Segoe UI,sans-serif}body{background:radial-gradient(circle at top left,rgba(83,166,255,.18),transparent 28rem),radial-gradient(circle at top right,rgba(95,255,196,.08),transparent 22rem),linear-gradient(180deg,#07111f,#0a1526 55%,#060d19);color:var(--text)}a{color:inherit}.mobile-only{display:none}.app-shell{grid-template-columns:minmax(17rem,20rem) 1fr;gap:0;background:transparent}.sidebar-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#040b14b8;opacity:0;pointer-events:none;transition:opacity .2s ease;z-index:20}.sidebar-backdrop.visible{opacity:1;pointer-events:auto}.sidebar{position:sticky;top:0;min-height:100vh;padding:1.4rem;background:#060e19e0;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-right:1px solid var(--border)}.sidebar-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.brand-lockup p,.panel-header p,.auth-copy,.topbar-subtitle{color:var(--muted)}.brand-lockup h1,.topbar h2,.auth-panel h1,.profile-hero h3{font-family:Roboto,Space Grotesk,sans-serif}.sidebar-summary-card,.quick-stat,.metric-inline-card,.content-card,.line-chart-card,.profile-hero{border:1px solid var(--border);background:linear-gradient(180deg,#111f33eb,#091322f5);box-shadow:var(--shadow)}.sidebar-summary-card{display:flex;align-items:center;justify-content:space-between;gap:1rem;border-radius:1.2rem;padding:.95rem 1rem}.sidebar-summary-card span{display:block;color:var(--muted);font-size:.82rem}.sidebar-summary-card strong{display:block;margin-top:.2rem}.menu-item{align-items:flex-start;justify-content:flex-start;padding:.95rem 1rem;background:#ffffff05;border:1px solid rgba(138,160,188,.12)}.menu-item:hover{border-color:#53a6ff52;background:#53a6ff14}.menu-item.active{background:linear-gradient(135deg,#53a6ff33,#53a6ff14);border-color:#53a6ff66}.menu-item-icon{width:2.2rem;height:2.2rem;display:inline-flex;align-items:center;justify-content:center;border-radius:.9rem;background:#53a6ff1f;color:var(--primary);flex:0 0 auto}.menu-item-main{flex:1}.count-pill,.subtle-chip{background:#53a6ff1f;color:var(--text);border:1px solid rgba(83,166,255,.18)}.identity-card,.stack-item,.detail-item,.panel,.modal-card,.auth-panel,.loading-block,.empty-state,.filter-details,.data-table tr.is-selected td,.clickable-cell.is-selected,.clickable-row.is-selected td{background:var(--panel)}.identity-card{border:1px solid var(--border);background:#0d1829e0}.main-panel{padding:1.5rem}.topbar{align-items:flex-start;margin-bottom:1.1rem}.topbar-copy{display:flex;flex-direction:column;gap:.35rem}.topbar-meta{display:flex;align-items:center;gap:.75rem}.topbar h2{font-size:clamp(1.7rem,3vw,2.4rem);margin:0}.topbar-subtitle{margin:0;max-width:52rem}.quick-stats,.metric-inline-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.9rem;margin-bottom:1rem}.quick-stat,.metric-inline-card{border-radius:1.1rem;padding:1rem}.quick-stat span,.metric-inline-card span{display:block;color:var(--muted);font-size:.82rem;margin-bottom:.5rem}.quick-stat strong,.metric-inline-card strong{font-size:1.2rem}.quick-stat.subtle,.metric-inline-card.accent{background:linear-gradient(135deg,#53a6ff38,#0a1526f5)}.dashboard-layout{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);gap:1rem}.dashboard-layout>.panel:first-child,.dashboard-layout>.panel:last-child{grid-column:span 2}.panel{background:linear-gradient(180deg,#0b1727e0,#081220f5);border:1px solid var(--border);border-radius:1.4rem;box-shadow:var(--shadow)}.panel-header{align-items:center}.stats-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.stat-tile{gap:.7rem;border-radius:1.1rem;background:linear-gradient(180deg,#111f33cc,#0b1525f2);border:1px solid rgba(83,166,255,.12)}.stat-tile strong{font-size:1.6rem;color:var(--text)}.stat-tile small{color:var(--muted)}.stat-tile-top{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.tile-sparkline{display:inline-flex;align-items:end;gap:.22rem;min-width:4rem;height:1.75rem}.tile-sparkline-bar{display:inline-flex;width:.38rem;border-radius:999px;background:linear-gradient(180deg,#5fffc4f2,#53a6ff66)}.line-chart-card{border-radius:1.2rem;padding:1rem}.line-chart-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.line-chart-head strong{display:block;margin-top:.35rem;font-size:1.1rem}.line-chart{position:relative;height:14rem;border-radius:1rem;border:1px solid var(--border);background:linear-gradient(180deg,rgba(83,166,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(83,166,255,.06) 1px,transparent 1px),linear-gradient(180deg,#0b1727b8,#07101deb);background-size:100% 25%,16.66% 100%,auto}.line-chart:before{content:"";position:absolute;top:1rem;right:.75rem;bottom:1.25rem;left:.75rem;background:linear-gradient(180deg,#53a6ff33,#53a6ff05);clip-path:polygon(0% 86%,16% 72%,32% 66%,48% 53%,64% 41%,80% 28%,100% 18%,100% 100%,0% 100%)}.line-chart-point{position:absolute;width:.7rem;height:.7rem;margin-left:-.35rem;border-radius:999px;background:#8efdd2;border:2px solid rgba(7,16,29,.96);box-shadow:0 0 0 6px #53a6ff14}.chart-axis-labels{display:flex;justify-content:space-between;margin-top:.75rem;color:var(--muted);font-size:.82rem}.toolbar{display:grid;grid-template-columns:repeat(auto-fit,minmax(10rem,1fr));gap:.7rem}input,select,textarea,.secondary-button,.ghost-link,.icon-button{background:#111f33b8;color:var(--text);border:1px solid var(--border)}.secondary-button:hover,.ghost-link:hover,.icon-button:hover,input:focus,select:focus,textarea:focus{border-color:#53a6ff6b;outline:none}.data-table{border-collapse:separate;border-spacing:0;overflow:hidden}.data-table thead th{position:sticky;top:0;background:#09121ff5;z-index:1}.data-table th,.data-table td{border-top:1px solid rgba(138,160,188,.12)}.data-table tbody tr:hover td,.clickable-row:hover td,.clickable-cell:hover{background:#53a6ff0f}.activity-table td .tag+.tag{margin-left:.35rem}.tag{background:#53a6ff1f;color:#cfe6ff}.tag.success{background:#39d98a24;color:var(--success)}.tag.warning{background:#ffb54724;color:var(--warning)}.tag.critical{background:#ff6b7d24;color:var(--critical)}.tag.muted{background:#8aa0bc24;color:#afc2d9}.banner.success{background:#39d98a1a;color:var(--success)}.banner.error{background:#ff6b7d1a;color:var(--critical)}.detail-item,.stack-item{border-color:#8aa0bc24;background:#0f1c2ed1}.detail-item strong,.stack-item strong{color:var(--text)}.tab-button{background:#111f33b8}.tab-button.active{background:#53a6ff24;color:var(--text)}.profile-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;border-radius:1.2rem;padding:1rem 1.1rem}.profile-hero h3{margin:.25rem 0}.profile-hero p{margin:0;color:var(--muted)}.content-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem}.content-card{display:flex;flex-direction:column;gap:.9rem;border-radius:1.2rem;padding:.9rem;cursor:pointer}.content-card.is-selected{border-color:#53a6ff73;box-shadow:0 0 0 1px #53a6ff38,var(--shadow)}.content-card-top{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.content-check{font-size:.82rem}.content-thumb{min-height:7rem;border-radius:1rem;border:1px solid rgba(83,166,255,.16);display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at top left,rgba(83,166,255,.22),transparent 60%),#081322e6}.content-thumb span{width:3rem;height:3rem;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#53a6ff2e;color:var(--text);font-size:1.2rem}.content-card-body{display:flex;flex-direction:column;gap:.45rem}.content-card-body p{margin:0}.content-card-meta{display:flex;align-items:center;justify-content:space-between;gap:.8rem;color:var(--muted);font-size:.84rem}.modal-card,.auth-panel{background:linear-gradient(180deg,#0b1727f5,#081220fa);border:1px solid var(--border)}.auth-shell{background:radial-gradient(circle at top left,rgba(83,166,255,.16),transparent 26rem),linear-gradient(180deg,#07111f,#08121f)}.review-image,.media-preview.image{background:#111f33c7}.brand-lockup h1,.topbar h2,.auth-panel h1,.profile-hero h3{font-family:Roboto,sans-serif}.primary-button:disabled,.secondary-button:disabled,.mini-action-button:disabled{opacity:.48;cursor:not-allowed;box-shadow:none}.danger-text{color:#ffd7dc;border-color:#ff6b7d3d}.danger-text:hover:not(:disabled){border-color:#ff6b7d6b;color:#fff}.dashboard-screen{display:flex;flex-direction:column;gap:1rem}.hero-kpi-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.hero-kpi-card{display:flex;align-items:stretch;justify-content:space-between;gap:1rem;min-height:8.5rem;padding:1.15rem 1.25rem;border-radius:1.45rem;border:1px solid rgba(255,255,255,.08);color:var(--text);text-align:left;box-shadow:var(--shadow)}.hero-kpi-card.is-clickable{cursor:pointer}.hero-kpi-card.is-clickable:hover{transform:translateY(-1px)}.hero-kpi-card--success{background:linear-gradient(135deg,#184435eb,#08161ff5)}.hero-kpi-card--info{background:linear-gradient(135deg,#16325eeb,#081322f5)}.hero-kpi-card--warning{background:linear-gradient(135deg,#49380fe6,#0c1421f5)}.hero-kpi-card--critical{background:linear-gradient(135deg,#491c22eb,#0c1421f5)}.hero-kpi-copy{display:flex;flex-direction:column;gap:.45rem;min-width:0}.hero-kpi-copy span{color:#edf4ffc7;font-size:.98rem}.hero-kpi-copy strong{font-size:clamp(2rem,5vw,2.7rem);line-height:1}.hero-kpi-copy small{color:var(--muted)}.hero-kpi-trend{display:inline-flex;align-items:flex-end;gap:.28rem;min-width:7rem}.hero-kpi-trend span{width:.45rem;border-radius:999px;background:linear-gradient(180deg,#fffffff2,#53a6ff47)}.growth-chart-card{display:flex;flex-direction:column;gap:1rem}.growth-chart-head{display:flex;align-items:center;justify-content:space-between;gap:1rem}.growth-chart-head strong{display:block;margin-top:.25rem;font-size:1.15rem}.growth-chart-svg-shell{height:24rem;border-radius:1.35rem;border:1px solid rgba(83,166,255,.14);background:linear-gradient(180deg,rgba(83,166,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(83,166,255,.04) 1px,transparent 1px),linear-gradient(180deg,#08111eeb,#0b1625db);background-size:100% 20%,12.5% 100%,auto;overflow:hidden}.growth-chart-svg{width:100%;height:100%}.growth-chart-area{fill:#53a6ff33}.growth-chart-line{fill:none;stroke:#53a6ff;stroke-width:2.2;stroke-linejoin:round;stroke-linecap:round}.growth-chart-footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;color:var(--muted)}.growth-chart-footer strong{color:var(--text);font-size:1rem}.dashboard-health-stack{display:flex;flex-direction:column;gap:.9rem}.health-status-row{display:flex;flex-wrap:wrap;gap:.5rem}.dashboard-health-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem}.dashboard-activity-table{display:block}.dashboard-activity-cards{display:none}.activity-primary{display:flex;align-items:center;gap:.55rem;margin-bottom:.3rem}.activity-primary strong{font-size:.98rem}.user-table-shell,.user-history-table{overflow-x:auto}.user-management-table td{vertical-align:middle}.user-row-main{display:flex;align-items:center;gap:.75rem}.user-avatar{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:linear-gradient(135deg,#53a6ff38,#53a6ff14);color:var(--text);overflow:hidden;flex:0 0 auto}.user-avatar--sm{width:2.35rem;height:2.35rem}.user-avatar--md{width:3rem;height:3rem}.user-avatar--lg{width:4.5rem;height:4.5rem;font-size:1.2rem}.user-avatar img{width:100%;height:100%;object-fit:cover}.mini-action-button{display:inline-flex;align-items:center;justify-content:center;min-width:4.4rem;border-radius:999px;border:1px solid rgba(83,166,255,.18);background:#53a6ff14;color:var(--text);padding:.45rem .7rem}.mini-action-button.danger{border-color:#ff6b7d38;background:#ff6b7d14}.users-mobile-list{display:none}.user-mobile-card{gap:1rem}.compact-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.user-sheet-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#030810c2;display:flex;align-items:stretch;justify-content:flex-end;padding:1.25rem;z-index:40}.user-sheet{width:min(70rem,100%);height:100%;border-radius:1.6rem;border:1px solid rgba(138,160,188,.16);background:linear-gradient(180deg,#0a1423fa,#060d19fa);box-shadow:0 30px 80px #00000073;display:flex;flex-direction:column;overflow:hidden}.user-sheet-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1.35rem 1.35rem 1rem;border-bottom:1px solid rgba(138,160,188,.12)}.user-sheet-identity{display:flex;align-items:flex-start;gap:1rem}.user-sheet-identity h3{margin:.25rem 0 .2rem;font-size:clamp(1.7rem,3vw,2.2rem)}.user-sheet-identity p{margin:0 0 .65rem;color:var(--muted)}.user-sheet-primary-actions{display:flex;flex-wrap:wrap;gap:.75rem;padding:1rem 1.35rem 0}.user-sheet-body{display:flex;flex-direction:column;gap:1rem;padding:1rem 1.35rem 1.35rem;overflow:auto}.report-mini-image{width:5rem;height:5rem;object-fit:cover;border-radius:.9rem;border:1px solid rgba(138,160,188,.14)}@media (max-width: 1100px){.mobile-only{display:inline-flex}.sidebar{position:fixed;left:0;top:0;bottom:0;width:min(88vw,21rem);transform:translate(-100%);transition:transform .22s ease;z-index:30}.sidebar.is-open{transform:translate(0)}.quick-stats,.metric-inline-grid,.stats-grid,.content-grid,.dashboard-layout{grid-template-columns:1fr}.dashboard-layout>.panel:first-child,.dashboard-layout>.panel:last-child{grid-column:auto}.topbar{flex-direction:column}.topbar-actions{width:100%;flex-wrap:wrap}.profile-hero,.content-card-meta,.pagination{flex-direction:column;align-items:flex-start}.main-panel{padding:1rem}.hero-kpi-grid,.dashboard-health-grid,.compact-detail-grid{grid-template-columns:1fr}.users-mobile-list{display:flex;flex-direction:column;gap:.9rem}.user-table-shell,.dashboard-activity-table{display:none}.dashboard-activity-cards{display:flex;flex-direction:column;gap:.75rem}.user-sheet-backdrop{padding:.75rem;align-items:flex-end}.user-sheet{width:100%;max-height:calc(100vh - 1.5rem);border-radius:1.35rem 1.35rem 0 0}.user-sheet-header,.user-sheet-primary-actions,.user-sheet-body{padding-left:1rem;padding-right:1rem}.user-sheet-identity{flex-direction:column}}
