:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:#111827;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f5f7fb;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0}button,input{font:inherit}button{cursor:pointer}#root{min-height:100vh}:root{--bg:#f5f7fb;--surface:#fff;--surface-muted:#f1f5fa;--border:#dde5f0;--border-strong:#c6d1df;--text:#111827;--muted:#617086;--soft:#8b98aa;--blue:#3347ff;--blue-soft:#3347ff1a;--teal:#00a6a6;--teal-soft:#00a6a61f;--amber:#d99118;--amber-soft:#f2a93b26;--red:#d35c63;--red-soft:#d35c6321;--shadow:0 18px 50px #11182714;--radius:18px}.admin-shell{background:linear-gradient(180deg, #fffc, #f5f7fb33 240px), var(--bg);grid-template-columns:272px minmax(0,1fr);min-height:100vh;display:grid}.sidebar{border-right:1px solid var(--border);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);z-index:20;background:#ffffffdb;flex-direction:column;gap:22px;height:100vh;padding:22px 18px;display:flex;position:sticky;top:0}.brand-row{align-items:center;gap:11px;display:flex}.brand-mark{color:#fff;background:linear-gradient(135deg,#3347ff,#00a6a6);border-radius:13px;place-items:center;width:42px;height:42px;font-weight:800;display:grid;box-shadow:0 12px 30px #3347ff38}.brand-row strong{font-size:15px;line-height:18px;display:block}.brand-row span{color:var(--muted);margin-top:2px;font-size:12px;line-height:15px;display:block}.side-nav{gap:5px;display:grid}.side-nav button{width:100%;color:var(--muted);text-align:left;background:0 0;border:0;border-radius:12px;align-items:center;gap:11px;padding:11px 12px;font-size:14px;font-weight:650;display:flex}.side-nav button:hover,.side-nav button.active{color:var(--text);background:var(--surface-muted)}.side-nav button.active{box-shadow:inset 3px 0 0 var(--blue)}.sidebar-card{border:1px solid var(--border);background:#f9fbff;border-radius:16px;gap:10px;margin-top:auto;padding:14px;display:flex}.sidebar-card svg{color:var(--blue);flex:none}.sidebar-card strong{font-size:13px;display:block}.sidebar-card p{color:var(--muted);margin:4px 0 0;font-size:12px;line-height:17px}.workspace{min-width:0;padding:22px}.data-alert{border:1px solid var(--amber);color:var(--amber);background:var(--amber-soft);border-radius:14px;margin-bottom:14px;padding:12px 14px;font-size:13px;font-weight:700}.data-alert.muted{border-color:var(--border);color:var(--muted);background:var(--surface)}.topbar{justify-content:space-between;align-items:center;gap:18px;margin-bottom:18px;display:flex}.topbar h1{color:var(--text);margin:0;font-size:28px;font-weight:800;line-height:34px}.topbar p,.panel-header p{color:var(--muted);margin:3px 0 0;font-size:13px;line-height:18px}.topbar-actions{align-items:center;gap:10px;display:flex}.search-box{border:1px solid var(--border);background:var(--surface);border-radius:14px;align-items:center;gap:9px;width:min(360px,34vw);padding:0 12px;display:flex}.search-box svg{color:var(--soft)}.search-box input{width:100%;height:42px;color:var(--text);background:0 0;border:0;outline:0;font-size:13px}.ghost-button,.icon-button,.panel-header button,.row-actions button{border:1px solid var(--border);color:var(--text);background:var(--surface);justify-content:center;align-items:center;gap:7px;font-size:13px;font-weight:700;display:inline-flex}.ghost-button{border-radius:14px;height:42px;padding:0 14px}.icon-button{border-radius:14px;width:42px;height:42px;position:relative}.notification-anchor,.filter-anchor{position:relative}.notification-button.active,.ghost-button.active{border-color:color-mix(in srgb, var(--blue) 36%, var(--border));color:var(--blue);background:var(--blue-soft)}.filter-panel{z-index:40;border:1px solid var(--border);background:var(--surface);width:230px;box-shadow:var(--shadow);border-radius:16px;gap:7px;padding:12px;display:grid;position:absolute;top:calc(100% + 10px);right:0}.filter-panel strong{color:var(--text);text-transform:uppercase;font-size:12px}.filter-panel button{border:1px solid var(--border);height:34px;color:var(--muted);text-align:left;text-transform:capitalize;background:#fbfcff;border-radius:10px;padding:0 10px;font-size:12px;font-weight:800}.filter-panel button.active{border-color:color-mix(in srgb, var(--blue) 38%, var(--border));color:var(--blue);background:var(--blue-soft)}.notification-button>span{border:2px solid var(--surface);color:#fff;background:var(--red);border-radius:999px;place-items:center;min-width:20px;height:20px;padding:0 5px;font-size:10px;font-weight:900;line-height:1;display:grid;position:absolute;top:-6px;right:-6px}.notification-panel{border:1px solid var(--border);background:var(--surface);width:min(420px,100vw - 28px);box-shadow:var(--shadow);z-index:40;border-radius:18px;padding:14px;position:absolute;top:calc(100% + 10px);right:0}.notification-panel:before{content:"";border-top:1px solid var(--border);border-left:1px solid var(--border);background:var(--surface);width:12px;height:12px;position:absolute;top:-7px;right:18px;transform:rotate(45deg)}.notification-head{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;gap:12px;padding-bottom:11px;display:flex}.notification-head strong,.notification-head span{display:block}.notification-head strong{color:var(--text);font-size:15px}.notification-head span{color:var(--muted);margin-top:3px;font-size:12px}.notification-head button{border:1px solid var(--border);height:30px;color:var(--blue);background:var(--blue-soft);border-radius:10px;padding:0 10px;font-size:12px;font-weight:800}.notification-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;padding:12px 0;display:grid}.notification-stats span{border:1px solid var(--border);color:var(--muted);text-align:center;background:#fbfcff;border-radius:10px;padding:7px 6px;font-size:11px;font-weight:800}.notification-list{gap:8px;max-height:360px;display:grid;overflow-y:auto}.notification-item{border:1px solid var(--border);text-align:left;background:#fbfcff;border-radius:14px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;width:100%;padding:11px;display:grid}.notification-item strong,.notification-item small{display:block}.notification-item strong{color:var(--text);font-size:13px;line-height:17px}.notification-item small{color:var(--muted);margin-top:3px;font-size:12px;line-height:16px}.notification-item em{color:var(--soft);white-space:nowrap;font-size:11px;font-style:normal}.notification-dot{border-radius:999px;width:10px;height:10px}.notification-dot.blue{background:var(--blue)}.notification-dot.teal{background:var(--teal)}.notification-dot.amber{background:var(--amber)}.notification-dot.red{background:var(--red)}.notification-empty{border:1px dashed var(--border-strong);color:var(--muted);text-align:center;background:#fbfcff;border-radius:14px;padding:22px;font-size:13px;font-weight:700}.mobile-menu{display:none}.kpi-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:14px;display:grid}.kpi-card,.panel{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow)}.kpi-card{min-height:154px;padding:17px;position:relative;overflow:hidden}.kpi-card:after{content:"";opacity:.08;background:currentColor;border-radius:50%;width:100px;height:100px;position:absolute;inset:auto -30px -44px auto}.kpi-card.blue{color:var(--blue)}.kpi-card.teal{color:var(--teal)}.kpi-card.amber{color:var(--amber)}.kpi-card.red{color:var(--red)}.kpi-icon{background:color-mix(in srgb, currentColor 13%, white);border-radius:12px;place-items:center;width:38px;height:38px;display:grid}.kpi-card span,.kpi-card p{color:var(--muted);display:block}.kpi-card span{text-transform:uppercase;margin-top:16px;font-size:12px;font-weight:750}.kpi-card strong{color:var(--text);margin-top:5px;font-size:28px;line-height:34px;display:block}.kpi-card p{margin:4px 0 0;font-size:13px}.dashboard-grid{grid-template-columns:minmax(0,1.7fr) minmax(310px,.8fr);gap:14px;margin-bottom:14px;display:grid}.panel{min-width:0;padding:16px}.panel-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:15px;display:flex}.panel-header h2{color:var(--text);margin:0;font-size:17px;line-height:22px}.panel-header button{height:34px;color:var(--blue);background:var(--blue-soft);border-radius:11px;padding:0 12px}.chart-wrap{width:100%;min-width:0;height:310px}.chart-loading{border:1px dashed var(--border-strong);color:var(--muted);background:#fbfcff;border-radius:16px;place-items:center;font-size:13px;font-weight:800;display:grid}.chart-legend{flex-wrap:wrap;gap:10px;margin:-4px 0 12px;display:flex}.chart-legend span{border:1px solid var(--border);color:var(--muted);background:#fbfcff;border-radius:999px;align-items:center;gap:7px;padding:7px 10px;font-size:13px;font-weight:800;display:inline-flex}.toolbar-row{flex-wrap:wrap;gap:8px;margin:-4px 0 14px;display:flex}.toolbar-row button{border:1px solid var(--border);height:34px;color:var(--muted);text-transform:capitalize;background:#fbfcff;border-radius:999px;padding:0 11px;font-size:12px;font-weight:800}.toolbar-row button.active{border-color:color-mix(in srgb, var(--blue) 38%, var(--border));color:var(--blue);background:var(--blue-soft)}.legend-dot{border-radius:999px;width:9px;height:9px}.legend-dot.blue{background:var(--blue)}.legend-dot.teal{background:var(--teal)}.legend-dot.violet{background:#7c5cff}.legend-dot.red{background:var(--red)}.queue-list,.report-list,.activity-list{gap:9px;display:grid}.queue-item,.report-item{border:1px solid var(--border);text-align:left;background:#fbfcff;border-radius:14px;align-items:center;width:100%;display:grid}.queue-item{grid-template-columns:auto minmax(0,1fr) auto;gap:11px;padding:12px}.queue-icon{border-radius:12px;place-items:center;width:38px;height:38px;display:grid}.queue-icon.blue{color:var(--blue);background:var(--blue-soft)}.queue-icon.amber{color:var(--amber);background:var(--amber-soft)}.queue-icon.teal{color:var(--teal);background:var(--teal-soft)}.queue-icon.red{color:var(--red);background:var(--red-soft)}.command-metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-bottom:12px;display:grid}.command-metrics span{border:1px solid var(--border);background:#fbfcff;border-radius:13px;gap:3px;padding:12px;display:grid}.command-metrics strong{color:var(--text);font-size:18px}.command-metrics small{color:var(--muted);font-size:11px;font-weight:800}.queue-item strong,.report-item strong,.activity-item strong{color:var(--text);font-size:13px;line-height:17px;display:block}.queue-item small,.report-item small,.activity-item small{color:var(--muted);margin-top:3px;font-size:12px;line-height:16px;display:block}.content-grid{grid-template-columns:minmax(0,1.55fr) minmax(310px,.75fr);gap:14px;display:grid}.single-grid{grid-template-columns:minmax(0,1fr);gap:14px;display:grid}.expanded-table table{min-width:900px}.table-scroll{overflow-x:auto}table{border-collapse:collapse;width:100%;min-width:720px}th{color:var(--soft);text-align:left;text-transform:uppercase;padding:0 9px 11px;font-size:11px;font-weight:800}td{border-top:1px solid var(--border);color:var(--muted);vertical-align:middle;padding:13px 9px;font-size:13px}td strong{color:var(--text);font-size:13px;line-height:18px;display:block}td span{color:var(--soft);margin-top:3px;font-size:12px;display:block}.pagination-bar{color:var(--muted);justify-content:space-between;align-items:center;gap:14px;padding:14px 0 0;font-size:13px;font-weight:700;display:flex}.pagination-actions{align-items:center;gap:9px;display:flex}.pagination-actions strong{color:var(--text);font-size:13px}.pagination-actions button{border:1px solid var(--border);min-width:82px;height:36px;color:var(--text);background:#fff;border-radius:11px;padding:0 12px;font-weight:800}.pagination-actions button:disabled{cursor:not-allowed;color:var(--soft);background:#f7f9fc}.status-pill{text-transform:capitalize;border-radius:999px;padding:6px 9px;font-size:11px;font-weight:800;display:inline-flex}.status-pill.pending{color:var(--amber);background:var(--amber-soft)}.status-pill.live{color:var(--teal);background:var(--teal-soft)}.status-pill.flagged{color:var(--red);background:var(--red-soft)}.status-pill.verified,.status-pill.active,.status-pill.open,.status-pill.waiting_support,.status-pill.resolved{color:var(--teal);background:var(--teal-soft)}.status-pill.review,.status-pill.high,.status-pill.medium,.status-pill.pending,.status-pill.none,.status-pill.unknown{color:var(--amber);background:var(--amber-soft)}.status-pill.rejected,.status-pill.closed{color:var(--red);background:var(--red-soft)}.status-pill.low{color:var(--blue);background:var(--blue-soft)}.status-pill.published,.status-pill.submitted_for_review,.status-pill.paused,.status-pill.removed,.status-pill.reviewing,.status-pill.waiting_user,.status-pill.draft{color:var(--amber);background:var(--amber-soft)}.row-actions{justify-content:flex-end;gap:5px;min-width:100px;display:flex}.row-actions button{border-radius:10px;width:30px;height:30px}.side-stack{align-content:start;gap:14px;display:grid}.report-item{grid-template-columns:auto minmax(0,1fr) auto;gap:10px;padding:11px}.severity{border-radius:999px;width:9px;height:42px}.severity.high{background:var(--red)}.severity.medium{background:var(--amber)}.severity.low{background:var(--teal)}.report-item em{color:var(--soft);font-size:12px;font-style:normal}.activity-item{grid-template-columns:auto minmax(0,1fr);gap:10px;padding:10px 0;display:grid}.activity-item+.activity-item{border-top:1px solid var(--border)}.activity-item>span{width:32px;height:32px;color:var(--blue);background:var(--blue-soft);border-radius:10px;place-items:center;display:grid}.empty-state{border:1px dashed var(--border-strong);text-align:center;background:#fbfcff;border-radius:16px;place-items:center;min-height:180px;padding:28px;display:grid}.empty-state strong{color:var(--text);font-size:15px}.empty-state span{max-width:420px;color:var(--muted);margin-top:6px;font-size:13px;line-height:19px}.category-grid,.settings-grid,.action-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.action-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.action-card{border:1px solid var(--border);background:#fbfcff;border-radius:16px;min-height:138px;padding:15px}.action-card span{color:var(--blue);background:var(--blue-soft);text-transform:uppercase;border-radius:999px;margin-bottom:12px;padding:5px 8px;font-size:11px;font-weight:900;display:inline-flex}.action-card strong{color:var(--text);font-size:14px;line-height:19px;display:block}.action-card p{color:var(--muted);margin:7px 0 0;font-size:12px;line-height:17px}.category-card,.setting-row{border:1px solid var(--border);background:#fbfcff;border-radius:16px}.category-card{text-align:left;gap:8px;padding:16px;display:grid}.category-card strong{color:var(--text);font-size:15px}.category-card span{color:var(--muted);font-size:13px}.setting-row{justify-content:space-between;align-items:center;gap:14px;padding:14px;display:flex}.setting-row strong,.setting-row small{display:block}.setting-row strong{color:var(--text);font-size:13px}.setting-row small{color:var(--muted);margin-top:4px;font-size:12px;line-height:16px}.setting-row input{width:18px;height:18px;accent-color:var(--blue)}.toast{border:1px solid var(--border);background:var(--surface);width:min(360px,100vw - 44px);box-shadow:var(--shadow);z-index:50;border-radius:16px;padding:14px 16px;position:fixed;bottom:22px;right:22px}.toast strong,.toast span{display:block}.toast strong{font-size:14px}.toast span{color:var(--muted);margin-top:4px;font-size:13px}.modal-backdrop{z-index:60;background:#11182761;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.modal-panel{border:1px solid var(--border);background:var(--surface);width:min(640px,100%);max-height:min(760px,100vh - 40px);box-shadow:var(--shadow);border-radius:20px;padding:18px;overflow-y:auto}.modal-head{justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:12px;display:flex}.modal-head strong,.modal-head span{display:block}.modal-head strong{color:var(--text);font-size:17px}.modal-head span{color:var(--muted);margin-top:3px;font-size:12px}.ticket-message{border:1px solid var(--border);color:var(--muted);background:#fbfcff;border-radius:14px;margin:0 0 12px;padding:13px;font-size:13px;line-height:19px}.message-list{gap:9px;display:grid}.message-item{border:1px solid var(--border);background:#fff;border-radius:14px;padding:12px}.message-item strong{color:var(--text);text-transform:capitalize;font-size:13px}.message-item p{color:var(--muted);margin:6px 0;font-size:13px;line-height:18px}.message-item span{color:var(--soft);font-size:11px}.listing-detail-panel{width:min(880px,100%)}.listing-detail-grid{grid-template-columns:minmax(0,1.2fr) minmax(240px,.8fr);gap:12px;margin-bottom:12px;display:grid}.listing-media-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;display:grid}.listing-media-grid img,.listing-media-empty{aspect-ratio:4/3;border:1px solid var(--border);background:#fbfcff;border-radius:14px;width:100%}.listing-media-grid img{object-fit:cover}.listing-media-empty{color:var(--muted);grid-column:1/-1;place-items:center;font-size:13px;font-weight:800;display:grid}.listing-review-card{border:1px solid var(--border);background:#fbfcff;border-radius:16px;align-content:start;gap:13px;padding:14px;display:grid}.listing-review-card dl{gap:10px;margin:0;display:grid}.listing-review-card div{border-bottom:1px solid var(--border);justify-content:space-between;gap:12px;padding-bottom:9px;display:flex}.listing-review-card dt,.listing-review-card dd{margin:0;font-size:12px}.listing-review-card dt{color:var(--muted);font-weight:800}.listing-review-card dd{color:var(--text);text-align:right;font-weight:850}.decision-note{color:var(--text);gap:8px;font-size:13px;font-weight:850;display:grid}.decision-note textarea{resize:vertical;border:1px solid var(--border);width:100%;color:var(--text);font:inherit;background:#fbfcff;border-radius:14px;padding:11px 12px;font-size:13px;line-height:19px}.modal-actions{flex-wrap:wrap;gap:8px;margin-top:13px;display:flex}.modal-actions button{min-height:36px;color:var(--text);background:#fbfcff;border-radius:11px;align-items:center;gap:7px;padding:0 12px;display:inline-flex}.login-screen{background:linear-gradient(135deg, #3347ff1c, transparent 34%), linear-gradient(315deg, #00a6a61f, transparent 40%), var(--bg);grid-template-columns:minmax(320px,460px) minmax(360px,620px);justify-content:center;align-items:center;gap:22px;min-height:100vh;padding:28px;display:grid}.login-panel,.login-preview{border:1px solid var(--border);box-shadow:var(--shadow);background:#ffffffe6;border-radius:26px}.login-panel{gap:28px;padding:28px;display:grid}.login-panel h1{max-width:360px;margin:0;font-size:36px;line-height:42px}.login-panel p{color:var(--muted);margin:10px 0 0;font-size:14px;line-height:21px}.login-panel form{gap:14px;display:grid}.login-panel label{color:var(--muted);text-transform:uppercase;gap:7px;font-size:12px;font-weight:800;display:grid}.login-panel input{border:1px solid var(--border);height:48px;color:var(--text);background:var(--surface);border-radius:14px;outline:none;padding:0 13px;font-size:14px}.login-panel input:focus{border-color:var(--blue);box-shadow:0 0 0 4px var(--blue-soft)}.primary-button{color:#fff;background:var(--text);border:0;border-radius:15px;justify-content:center;align-items:center;gap:8px;height:50px;font-weight:800;display:inline-flex}.primary-button:disabled{cursor:progress;opacity:.72}.form-note{background:var(--amber-soft);border-radius:12px;padding:11px 12px;color:var(--amber)!important;font-size:12px!important;line-height:17px!important}.login-preview{padding:22px}.preview-header,.preview-footer{color:var(--muted);align-items:center;gap:9px;font-size:13px;font-weight:750;display:flex}.preview-header{justify-content:space-between}.preview-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:22px 0;display:grid}.preview-grid div{border:1px solid var(--border);background:#fbfcff;border-radius:18px;min-height:124px;padding:16px}.preview-grid span{color:var(--blue);font-size:12px;font-weight:900}.preview-grid strong{margin-top:34px;font-size:20px;display:block}.preview-footer{border-top:1px solid var(--border);padding-top:16px}.preview-footer p{margin:0;font-size:12px;line-height:17px}.sidebar-scrim{display:none}@media (width<=1180px){.admin-shell{grid-template-columns:1fr}.sidebar{width:286px;transition:transform .18s;position:fixed;top:0;left:0;transform:translate(-102%)}.sidebar.open{transform:translate(0)}.sidebar-scrim{z-index:10;background:#11182747;border:0;display:block;position:fixed;inset:0}.mobile-menu{display:inline-flex}.topbar{align-items:flex-start}}@media (width<=980px){.topbar{flex-wrap:wrap}.topbar-actions,.search-box{width:100%}.kpi-grid,.dashboard-grid,.content-grid,.category-grid,.settings-grid,.action-grid,.login-screen{grid-template-columns:1fr}.chart-wrap{height:260px}}@media (width<=620px){.workspace,.login-screen{padding:14px}.topbar h1{font-size:24px;line-height:30px}.topbar-actions{grid-template-columns:1fr auto auto auto;display:grid}.notification-panel{right:-54px}.notification-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.ghost-button{padding:0 10px}.panel,.login-panel,.login-preview{padding:14px}.login-panel h1{font-size:29px;line-height:35px}.preview-grid{grid-template-columns:1fr}table{min-width:0}th:nth-child(n+3),td:nth-child(n+3){display:none}th,td{padding-inline:8px}}
