:root{--brand-graphite:#20262e;--brand-orange:#f60;--brand-white:#fff;--muted:#697587;--border:#e4e8ee;--bg:#f7f8fa;--active:#fff0e6;--danger:#bb2929;--success:#227246}*{box-sizing:border-box}[hidden]{display:none!important}body{margin:0;background:var(--bg);color:var(--brand-graphite);font:14px 'Segoe UI',system-ui,sans-serif}button,input,select,textarea{font:inherit}button,a.btn{border:1px solid var(--border);background:white;color:var(--brand-graphite);padding:10px 14px;border-radius:8px;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:40px}button:hover,a.btn:hover{background:#f0f2f5}button.primary{background:var(--brand-graphite);color:white;border-color:var(--brand-graphite)}button:disabled{opacity:.45;cursor:not-allowed}a{color:var(--brand-graphite)}input,select,textarea{border:1px solid var(--border);border-radius:8px;padding:10px 12px;background:white;color:var(--brand-graphite);min-width:0}input[type=checkbox]{accent-color:var(--brand-orange);width:16px;height:16px;cursor:pointer}input:focus,select:focus,textarea:focus{outline:2px solid #ff660055;outline-offset:1px}button:focus-visible,a:focus-visible,summary:focus-visible{outline:2px solid var(--brand-orange);outline-offset:3px}svg{width:20px;height:20px;flex-shrink:0}small,p,.muted{color:var(--muted)}p{line-height:1.6}h1{font-size:34px;letter-spacing:-.8px;margin:9px 0 0;font-weight:700}h2{font-size:20px}h3{font-size:16px}main{max-width:1680px;margin:0 auto;padding:28px 4vw 48px}main>header,dialog header{display:flex;align-items:center;justify-content:space-between;gap:16px}.breadcrumb{font-size:13px;color:var(--muted);margin-bottom:14px}.subtitle{margin:5px 0 24px}.app-header{height:76px;padding:0 3.5vw;background:white;display:flex;align-items:center;justify-content:space-between;gap:30px;position:relative;z-index:20;border-bottom:1px solid #f0f2f5;box-shadow:0 3px 20px #20262e05}.brand{display:flex;align-items:center;flex-shrink:0}.brand img{width:260px;height:auto;display:block}.global-search{display:flex;align-items:center;gap:10px;border:1px solid var(--border);border-radius:9px;background:var(--bg);padding:0 12px;max-width:670px;flex:1}.global-search input{width:100%;border:0;background:transparent;padding:12px 0}.global-search kbd{white-space:nowrap;color:var(--muted);font-size:11px}.header-actions{display:flex;align-items:center;gap:23px}.icon-button{padding:8px;border:0;background:transparent}.launcher{background:var(--active);color:#b74700;border-color:#ffd6bd;padding:10px}.user-context{display:flex;gap:10px;align-items:center;font-size:12px;white-space:nowrap}.user-context small{display:block;margin-top:3px}.avatar{display:inline-flex;width:32px;height:32px;flex-shrink:0;align-items:center;justify-content:center;border-radius:10px;background:#f0f2f5;font-size:11px;font-weight:600}.user-context .avatar{border-radius:50%;width:38px;height:38px}.nav-popover,.notification-popover{position:absolute;right:3.5vw;top:68px;background:white;border:1px solid var(--border);border-radius:16px;box-shadow:0 16px 48px #20262e14;width:280px;padding:12px;z-index:30}.nav-popover p{margin:6px 12px 12px;font-size:12px}.nav-popover a{display:flex;align-items:center;gap:15px;padding:13px 14px;text-decoration:none;border-radius:9px;margin:3px 0}.nav-popover a:hover{background:var(--bg)}.nav-popover a.active{background:var(--active);font-weight:600}.nav-popover a.active svg{color:var(--brand-orange)}.notification-popover{width:330px;padding:22px}.cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:24px 0 20px}.card{display:flex;align-items:center;gap:20px;background:white;border:1px solid var(--border);border-radius:11px;padding:19px 21px;text-align:left}.card strong{font-size:28px;display:block;margin-top:3px;line-height:1.2}.card span{color:var(--muted);font-size:13px}.card-icon{width:49px;height:49px;border-radius:12px;display:grid;place-items:center;background:#f5f6f8}.card-icon.orange{color:var(--brand-orange);background:var(--active)}.card-icon.red{color:var(--danger);background:#fff0f1}.toolbar{display:flex;align-items:center;gap:10px;margin:20px 0;flex-wrap:wrap}.toolbar .search-control{display:flex;align-items:center;gap:9px;border:1px solid var(--border);background:white;border-radius:8px;padding:0 12px;flex:1;min-width:230px}.search-control input{border:0;width:100%;padding-left:0}.toolbar select{max-width:185px}.toolbar-actions{display:flex;gap:10px;margin-left:auto}.collection-bar{display:flex;align-items:center;gap:12px;flex-wrap:wrap;padding:0 0 15px}.collection-bar p{margin:0;font-size:12px}.collection-bar a{font-size:12px;color:var(--muted)}.panel{background:white;border:1px solid var(--border);border-radius:11px;overflow:hidden}.table{overflow:auto}table{border-collapse:collapse;width:100%;white-space:nowrap}th,td{text-align:left;padding:11px 20px;border-bottom:1px solid #edf0f3}th{font-size:12px;color:#5c697d;font-weight:600;background:#fcfcfd;height:44px}td{font-size:13px;height:51px}tr:hover{background:#fafbfc}tr.selected{background:#fffaf6}td.long{max-width:290px;overflow:hidden;text-overflow:ellipsis}.row{cursor:default}.profile-name{display:inline-flex;align-items:center;cursor:default;border:0;padding:0;background:none;min-height:28px;font-size:13px;justify-content:flex-start;text-align:left;gap:13px}.profile-name:hover{background:transparent}.auth{width:175px;padding:7px 9px;border-color:transparent;background:transparent}.auth:hover,.auth:focus{border-color:var(--border);background:white}.manual-state{display:block;font-size:10px}.badge,.pill{display:inline-flex;align-items:center;gap:6px;font-size:11px;padding:5px 9px;border-radius:6px;background:#f0f2f5;color:#546074;white-space:nowrap}.badge:before{content:'';width:6px;height:6px;border-radius:50%;background:currentColor}.badge.good,.pill{color:var(--success);background:#eafaef}.badge.bad{color:var(--danger);background:#ffeded}.badge.busy,.warning{color:#996013;background:#fff3db}.dots{border:0;background:transparent;font-size:21px;min-height:30px;padding:0 13px}.row-menu{position:fixed;z-index:50;width:200px;background:white;box-shadow:0 8px 32px #20262e25;border:1px solid var(--border);border-radius:10px;padding:6px}.row-menu button{display:block;width:100%;text-align:left;border:0;font-size:13px}.table-footer{display:flex;justify-content:space-between;align-items:center;gap:15px;padding:15px 20px;color:var(--muted);font-size:12px}.pagination{display:flex;align-items:center;gap:5px}.pagination button{min-width:34px;min-height:34px;padding:5px;border:0;background:transparent;border-radius:50%}.pagination button.active{background:var(--brand-orange);color:white}.pagination select{margin-left:16px;font-size:12px}.alert-box{border:1px solid #ffdbdb;background:#fff6f6;padding:16px 20px;border-radius:10px;margin:18px 0;color:var(--danger)}.alert-heading{display:flex;align-items:center;gap:15px}.alert-heading strong{color:var(--brand-graphite)}.alert-heading p{margin:4px 0 0;font-size:13px}.alert-heading button{margin-left:auto;white-space:nowrap;border-color:#f5b9b9;color:var(--danger)}.alert-box details{margin-top:9px;white-space:pre-line}.alert-box summary{padding:6px 0}.notice{padding:14px 18px;border:1px solid var(--border);border-radius:9px;background:#f2f4f7;color:var(--muted);margin:18px 0}.empty{padding:36px;text-align:center;color:var(--muted)}#error:not(:empty){padding:14px 18px;border:1px solid #ffdbdb;background:#fff6f6;border-radius:9px;color:var(--danger);white-space:pre-line}#message:empty,#error:empty{display:none}summary{cursor:pointer;padding:14px 0;color:var(--muted)}dialog{color:var(--brand-graphite);border:1px solid var(--border);border-radius:16px;padding:28px;width:min(820px,94vw);max-height:90vh;box-shadow:0 20px 80px #20262e30}dialog::backdrop{background:#20262e66;backdrop-filter:blur(2px)}.detail{display:grid;grid-template-columns:190px 1fr;gap:15px;padding:12px 0;border-bottom:1px solid var(--border);overflow-wrap:anywhere}.detail span{color:var(--muted)}textarea{width:100%;min-height:85px}.footer{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}pre{white-space:pre-wrap;overflow-wrap:anywhere;max-height:45vh;overflow:auto;padding:16px;background:var(--bg);font:12px monospace}#modalAuth{width:100%}#authCritical{border-top:6px solid var(--danger);background:#fffafa}#authCritical h2{color:var(--danger);font-size:24px}#authCritical li{line-height:1.8}#authCritical .auth-icon{color:var(--danger);font-size:34px}#authProfile{font-weight:bold;overflow-wrap:anywhere}.metrics{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:14px 0}.metrics .notice{margin:0}.extra-filters{display:flex;gap:20px;align-items:center;padding:14px;background:white;border:1px solid var(--border);border-radius:9px}.extra-filters label{display:flex;align-items:center;gap:7px}.history-section{margin-top:20px}.settings-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.settings-grid section{margin:0!important}form#settings{max-width:none}.settings-grid+.actions{margin-top:22px}
.card{justify-content:flex-start}#cards{grid-template-columns:repeat(4,minmax(0,1fr));max-width:none}#inventoryFilters>input{flex:1;min-width:260px}#inventoryTable td,#inventoryTable th{padding:11px 12px}#inventoryTable td:first-child{max-width:210px}.alert-box #error:not(:empty){background:transparent;border:0;padding:0}.alert-box details{white-space:normal}#collectionIssues{white-space:pre-line;line-height:1.8;margin-top:15px}.alert-box summary{color:var(--danger)}
@media(min-width:1500px){main{padding-top:34px}.cards{max-width:1200px}}@media(max-width:1100px){.app-header{gap:20px}.user-context{display:none}.global-search{max-width:520px}.toolbar-actions{margin-left:0}.settings-grid{grid-template-columns:1fr}.cards{gap:10px}#cards{grid-template-columns:1fr 1fr}.card{padding:16px;gap:12px}}@media(max-width:650px){.app-header{height:auto;min-height:72px;padding:15px 20px;flex-wrap:wrap;gap:12px}.brand img{width:210px}.header-actions{gap:10px}.global-search{order:3;flex-basis:100%;max-width:none}.nav-popover,.notification-popover{top:62px;right:12px;max-width:calc(100vw - 24px)}main{padding:22px 18px}h1{font-size:28px}.cards,#cards{grid-template-columns:1fr}.card{padding:14px 18px}.card strong{font-size:24px}.table-footer{flex-direction:column;align-items:flex-start}.pagination{flex-wrap:wrap}.toolbar{gap:8px}.toolbar .search-control{flex-basis:100%}.toolbar-actions{flex-wrap:wrap}.toolbar select{flex:1 1 140px;max-width:none}.detail{grid-template-columns:1fr;gap:5px}.metrics{grid-template-columns:1fr}main>header{align-items:flex-start}.alert-heading{align-items:flex-start;flex-wrap:wrap}.alert-heading button{margin-left:0}.extra-filters{flex-wrap:wrap}}
.profile-indicators.cards{grid-template-columns:repeat(4,minmax(0,1fr));max-width:none}.profile-indicators .card{padding:16px;gap:4px}.indicator-link{border:0;padding:0;flex:1;justify-content:flex-start;text-align:left;gap:16px;background:transparent}.indicator-link:hover{background:transparent}.indicator-link .card-icon{flex-shrink:0}.profile-indicators .icon-button{flex-shrink:0;padding:6px}.indicator-link span{white-space:nowrap}@media(max-width:1100px){.profile-indicators.cards{grid-template-columns:1fr 1fr}}@media(max-width:650px){.profile-indicators.cards{grid-template-columns:1fr}}
.api-details table{table-layout:fixed;white-space:normal}.api-details th,.api-details td{overflow-wrap:anywhere;vertical-align:top;height:auto;padding:12px 16px}.api-details th{width:38%;background:#fafbfc}.api-details tbody th{font-weight:500}.api-details td{white-space:pre-wrap}.api-details thead th{background:#f0f2f5}
.error-link{cursor:pointer;text-decoration:none}.error-link:focus-visible{outline:2px solid var(--brand-orange);outline-offset:3px}.view-profile{font-size:12px;min-height:32px;padding:6px 10px}.profile-error-item{border-top:1px solid var(--border);padding:14px 0;overflow-wrap:anywhere}.profile-error-item p{white-space:pre-wrap}#errorProfileName{overflow-wrap:anywhere}
.auth-indicator:disabled{opacity:1;cursor:default}.facebook-login-form{margin-top:24px;border-top:1px solid var(--border);padding-top:12px}.facebook-login-form>label{display:block;margin:12px 0 6px}.facebook-login-form>input{display:block;width:100%}.facebook-login-form .toggle-label{display:flex;gap:8px;align-items:center;margin:18px 0}.facebook-login-form .actions{display:flex;gap:10px;flex-wrap:wrap}
.filter-label{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--muted)}.filter-label select{font-size:13px;color:var(--brand-graphite)}@media(max-width:650px){.filter-label{width:100%;justify-content:space-between}.filter-label select{flex:0 1 180px}}
.toolbar.profile-controls{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;align-items:stretch}.toolbar.profile-controls>select,.toolbar.profile-controls>button{width:100%;max-width:none;min-width:0;height:48px;min-height:48px;margin:0;padding:0 14px;font-size:13px;white-space:nowrap}.toolbar.profile-controls>select{text-overflow:ellipsis}.profile-controls+#exportMenu+.collection-bar{padding-bottom:12px}@media(max-width:1000px){.toolbar.profile-controls{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:650px){.toolbar.profile-controls{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}}
.profile-code{display:inline-flex;align-items:center;justify-content:center;min-width:64px;padding:6px 8px;border-radius:6px;background:#f0f2f5;color:var(--muted);font-size:12px;font-variant-numeric:tabular-nums;letter-spacing:.4px}
.global-search{position:relative}.global-results{position:absolute;top:calc(100% + 8px);left:0;right:0;background:white;border:1px solid var(--border);border-radius:12px;box-shadow:0 16px 40px #20262e22;max-height:65vh;overflow:auto;padding:10px;z-index:60}.global-results h3{margin:12px 8px 5px;font-size:12px;color:var(--muted)}.search-status{margin:8px;font-size:12px}.global-result{display:flex;align-items:flex-start;flex-direction:column;width:100%;text-align:left;border:0;background:white;gap:4px;padding:12px}.global-result strong,.global-result small{overflow-wrap:anywhere;white-space:normal}.global-result strong{font-size:13px;font-weight:600}.global-result small{font-size:11px}

.profile-header-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.profile-header-actions .action-help{position:relative;display:inline-flex}.profile-header-actions button{height:42px;min-height:42px;background:white;color:var(--brand-graphite);border:1px solid var(--border);white-space:nowrap;font-size:13px}.profile-header-actions button:hover{background:#f0f2f5}.action-tooltip{display:none;position:absolute;top:calc(100% + 9px);right:0;width:280px;max-width:80vw;padding:12px 14px;border-radius:8px;background:var(--brand-graphite);color:white;font-size:12px;line-height:1.5;box-shadow:0 6px 22px #20262e26;z-index:40;pointer-events:none}.action-help:hover .action-tooltip,.action-help:focus-within .action-tooltip{display:block}@media(max-width:900px){main>header:has(.profile-header-actions){flex-wrap:wrap}.profile-header-actions{justify-content:flex-start}.action-tooltip{left:0;right:auto}}

.toolbar.profile-controls{grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}.profile-filter{display:flex;flex-direction:column;gap:6px;min-width:0}.profile-filter>span{font-size:11px;font-weight:400;color:var(--muted);padding-left:2px}.profile-filter>input,.profile-filter>select{width:100%;max-width:none;height:42px;min-height:42px;padding:0 12px;font-size:13px}.profile-filter>input::placeholder{color:var(--muted)}@media(max-width:1000px){.toolbar.profile-controls{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:650px){.toolbar.profile-controls{grid-template-columns:repeat(2,minmax(0,1fr))}}

.global-search:focus-within{border-color:var(--brand-orange);outline:2px solid #ff660055;outline-offset:1px}.global-search input:focus{outline:none}

.profile-header-actions .action-tooltip{width:310px;padding:15px 17px;background:#fbfcfe;color:var(--brand-graphite);border:1px solid #e4e8ee;border-radius:12px;font-size:12px;font-weight:400;line-height:1.65;letter-spacing:.05px;box-shadow:0 6px 20px #20262e0d;top:calc(100% + 10px);text-align:left}

.action-tooltip>strong{display:block;font-size:12px;font-weight:600;margin-bottom:6px}.action-tooltip>span{display:block}.action-tooltip>span+span{margin-top:7px}

.bm-people{margin:26px 0}.bm-person{border:1px solid var(--border);border-radius:10px;padding:16px;margin:12px 0;background:#fcfcfd}.bm-person header{display:flex;align-items:center;justify-content:space-between;gap:16px}.bm-person header>div{min-width:0;overflow-wrap:anywhere}.bm-person header strong{font-size:14px;font-weight:600}.bm-person header small{display:block;margin-top:4px}.bm-person header button{font-size:12px;min-height:34px;padding:6px 11px;white-space:nowrap}.person-attributes{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin:18px 0}.person-attributes dt,.person-note small{color:var(--muted);font-size:11px}.person-attributes dd{margin:5px 0 0;font-size:12px;overflow-wrap:anywhere}.person-note{border-top:1px solid var(--border);padding-top:10px}.person-note p{margin:4px 0 0;color:var(--brand-graphite);font-size:12px;white-space:pre-wrap;overflow-wrap:anywhere}.bm-metrics{grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}.bm-metrics .notice{padding:12px 10px;background:#fafbfc;border-radius:9px;min-width:0}.bm-metrics small{font-size:11px;line-height:1.4;display:block;min-height:31px}.bm-metrics h3{font-size:14px;font-weight:600;margin:8px 0 0;overflow-wrap:anywhere}.limit-change-history{margin-top:12px}#personNoteDialog{width:min(560px,94vw)}#personNote{margin-top:8px;min-height:120px}@media(max-width:650px){.bm-metrics{grid-template-columns:repeat(5,minmax(120px,1fr));overflow-x:auto;padding-bottom:6px}.person-attributes{grid-template-columns:repeat(2,minmax(0,1fr))}.bm-person header{align-items:flex-start;flex-wrap:wrap}}

.toolbar.business-filters{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}#exportBusinesses{height:42px;font-size:13px;white-space:nowrap}@media(max-width:1000px){.toolbar.business-filters{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:650px){.toolbar.business-filters{grid-template-columns:repeat(2,minmax(0,1fr))}}

/* Shared status tokens: tables and Dashboard use one semantic palette. */
.status-good{--status-color:#227246;--status-bg:#eafaef}.status-bad{--status-color:#bb2929;--status-bg:#ffeded}.status-warning{--status-color:#996013;--status-bg:#fff3db}.status-neutral{--status-color:#697587;--status-bg:#f0f2f5}.badge[class*="status-"]{color:var(--status-color);background:var(--status-bg)}
.dashboard-toolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin:22px 0 18px}.dashboard-filters{display:flex;gap:12px;flex-wrap:wrap}.dashboard-filters label{width:210px}.dashboard-toolbar>button{height:42px;font-size:13px}.dashboard-update{display:flex;align-items:center;gap:16px;flex-wrap:wrap;color:var(--muted);font-size:12px}.dashboard-update #dashboardConnection{margin-left:auto;font-size:11px}.dashboard-update button{min-height:30px;padding:4px 10px;font-size:12px}.dashboard-help{font-size:11px;color:var(--muted);margin:8px 0;line-height:1.5}.dashboard-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin:24px 0}.dashboard-module{background:white;border:1px solid var(--border);border-radius:12px;padding:22px;min-width:0;align-self:start}.dashboard-module>header{display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid #f0f2f5;padding-bottom:18px;margin-bottom:18px}.dashboard-module-title{display:flex;align-items:center;gap:10px;min-width:0}.dashboard-module-title h2{font-size:16px;font-weight:600;margin:0;letter-spacing:-.15px;overflow-wrap:anywhere}.dashboard-glyph{width:34px;height:34px;display:grid;place-items:center;border-radius:9px;background:#f5f6f8;flex-shrink:0}.dashboard-glyph svg{width:18px;height:18px}.dashboard-link{display:inline-flex;align-items:center;justify-content:center;font-size:12px;text-decoration:none;min-height:36px;padding:7px 9px;border:1px solid var(--border);border-radius:7px;white-space:nowrap;cursor:pointer}.dashboard-link:hover{background:#f7f8fa}.dashboard-distribution{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,3fr);gap:20px;align-items:start}.dashboard-distribution table{white-space:normal;table-layout:fixed}.dashboard-distribution th,.dashboard-distribution td{padding:10px 5px;height:auto;font-size:12px;overflow-wrap:anywhere}.dashboard-distribution th{font-weight:500;background:white}.dashboard-distribution th:first-child,.dashboard-distribution td:first-child{width:65%}.dashboard-distribution th:last-child,.dashboard-distribution td:last-child{text-align:right;width:35%;font-variant-numeric:tabular-nums}.dashboard-distribution thead th{font-size:10px;color:var(--muted);padding-top:0}.dashboard-total th,.dashboard-total td{font-weight:600;color:var(--brand-graphite);font-size:13px}.status-dot{display:inline-block;width:6px;height:6px;margin-right:6px;border-radius:50%;background:var(--status-color);vertical-align:middle}.dashboard-chart{padding-top:3px;min-width:0}.dashboard-bar{margin:0 0 17px}.dashboard-bar:last-child{margin-bottom:0}.dashboard-bar-caption{display:flex;align-items:baseline;justify-content:space-between;gap:10px;font-size:11px;margin-bottom:7px}.dashboard-bar-caption span{overflow-wrap:anywhere;min-width:0;color:#515d6d}.dashboard-bar-caption strong{font-weight:600;font-variant-numeric:tabular-nums;flex-shrink:0}.dashboard-track{height:6px;border-radius:5px;background:#f0f2f5;overflow:hidden}.dashboard-track>span{display:block;height:100%;border-radius:5px;background:var(--status-color);transition:width .2s ease}.dashboard-empty,.dashboard-partial{font-size:12px;margin:15px 0 0;line-height:1.6}.dashboard-partial{margin:0 0 15px;padding:10px 12px;background:#fff9ee;border-radius:7px;color:#79531e}.dashboard-footer{font-size:11px;text-align:center;color:var(--muted);margin:20px 0}.dashboard-skeleton{min-height:150px;display:grid;gap:16px}.dashboard-skeleton span{display:block;height:12px;background:#f1f3f6;border-radius:4px;animation:dashboard-pulse 1.4s ease-in-out infinite}.dashboard-skeleton span:nth-child(even){width:75%}.add-asset-options{display:grid;grid-template-columns:1fr 1fr;gap:16px}.add-asset-options section{border:1px solid var(--border);border-radius:10px;padding:18px}.add-asset-options h3{font-size:15px;margin-top:0}.add-asset-options p{font-size:13px}#addAssetDialog{width:min(680px,94vw)}
@keyframes dashboard-pulse{50%{opacity:.5}}@media(prefers-reduced-motion:reduce){.dashboard-skeleton span{animation:none}.dashboard-track>span{transition:none}}@media(max-width:1150px){.dashboard-grid{grid-template-columns:1fr}}@media(max-width:600px){.dashboard-distribution{grid-template-columns:1fr;gap:20px}.dashboard-toolbar{flex-wrap:wrap;align-items:flex-start}.dashboard-filters{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:10px}.dashboard-filters label{width:auto;min-width:0}.dashboard-update #dashboardConnection{margin-left:0}.dashboard-module{padding:16px}.dashboard-module-title h2{font-size:15px}.dashboard-module>header{gap:8px}.dashboard-link{padding:7px;font-size:11px}.add-asset-options{grid-template-columns:1fr}.dashboard-grid{gap:16px}}

/* Chart-only Dashboard: every card shares the tallest card's row height. */
.dashboard-grid{grid-auto-rows:1fr;align-items:stretch}.dashboard-module{align-self:stretch;min-width:0}.dashboard-distribution{display:block}.dashboard-total{display:flex;align-items:baseline;justify-content:space-between;margin:0 0 22px;padding-bottom:14px;border-bottom:1px solid #f0f2f5;white-space:nowrap}.dashboard-total>span{font-size:12px;color:var(--muted)}.dashboard-total>strong{font-size:24px;line-height:1.2;font-weight:600;font-variant-numeric:tabular-nums}.dashboard-chart{padding-top:0}.dashboard-module-title h2,.dashboard-bar-caption span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;overflow-wrap:normal}.dashboard-module-title{flex:1;min-width:0}.dashboard-link{flex-shrink:0}.dashboard-bar-caption{white-space:nowrap;font-size:12px}.dashboard-module .dashboard-empty,.dashboard-module .dashboard-partial{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dashboard-bar{margin-bottom:20px}

.dashboard-module-content{position:relative}.dashboard-module .dashboard-chart{height:220px;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#cbd1da transparent;scrollbar-gutter:stable;padding-right:9px}.dashboard-chart:focus-visible{outline:2px solid #ff660055;outline-offset:4px;border-radius:4px}.dashboard-expand{display:flex;margin:16px 0 0 auto;padding:5px 10px;min-height:32px;font-size:12px;color:var(--muted);background:white}.dashboard-expanded{width:min(900px,94vw)}.dashboard-expanded>header{margin-bottom:22px}.dashboard-expanded .dashboard-chart{height:auto;overflow:visible;padding:0}.dashboard-expanded .dashboard-bar-caption span{white-space:nowrap}.dashboard-expanded .dashboard-total{margin-top:8px}.dashboard-expanded .dashboard-distribution{display:block}
