.gmap-sheet-dashboard{--gmap-bg:#08111a;--gmap-panel:#101b26;--gmap-border:rgba(255,255,255,.08);--gmap-text:#eaf3fb;--gmap-muted:#8ea4b8;--gmap-accent:#53e3a6;--gmap-danger:#ff6b6b;--gmap-glow:0 0 0 1px rgba(83,227,166,.15),0 18px 40px rgba(0,0,0,.28);background:linear-gradient(180deg,#071019 0%,#0c1722 100%);color:var(--gmap-text);border:1px solid var(--gmap-border);border-radius:24px;padding:22px;box-shadow:var(--gmap-glow);font-family:inherit}
.gmap-sheet-hero{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;flex-wrap:wrap;margin-bottom:18px}.gmap-sheet-eyebrow{font-size:11px;letter-spacing:.18em;color:var(--gmap-accent);font-weight:700}.gmap-sheet-hero h2{margin:6px 0 8px;font-size:32px;line-height:1.05;color:#fff}.gmap-sheet-hero p{margin:0;color:var(--gmap-muted);max-width:760px}.gmap-sheet-actions{display:flex;gap:10px;flex-wrap:wrap}.gmap-btn{border:1px solid var(--gmap-border);background:#0d1823;color:#fff;border-radius:14px;padding:12px 16px;font-weight:700;cursor:pointer;transition:.2s}.gmap-btn:hover{transform:translateY(-1px);border-color:rgba(255,255,255,.16)}.gmap-btn-primary{background:linear-gradient(180deg,var(--gmap-accent),#32c68f);color:#042010;border:none}
.gmap-sheet-searchbar{margin-bottom:14px}.gmap-sheet-searchbar input{width:100%;background:#0d1823;border:1px solid var(--gmap-border);border-radius:18px;padding:16px 18px;color:#fff;font-size:16px;outline:none;box-shadow:inset 0 1px 0 rgba(255,255,255,.04)}
.gmap-sheet-filters{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;margin-bottom:14px}.gmap-sheet-filters select{width:100%;background:#0d1823;border:1px solid var(--gmap-border);color:#fff;border-radius:14px;padding:12px 14px;outline:none}
.gmap-sheet-active-filters{display:flex;flex-wrap:wrap;gap:8px;min-height:20px;margin-bottom:16px}.gmap-filter-chip{display:inline-flex;align-items:center;gap:8px;padding:7px 11px;border-radius:999px;background:rgba(83,227,166,.12);border:1px solid rgba(83,227,166,.22);color:#dffcef;font-size:12px;font-weight:700}.gmap-filter-chip button{appearance:none;border:none;background:none;color:inherit;cursor:pointer;font-size:14px;padding:0}
.gmap-sheet-kpis{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;margin-bottom:18px}.gmap-kpi{background:linear-gradient(180deg,rgba(255,255,255,.03),rgba(255,255,255,.015));border:1px solid var(--gmap-border);border-radius:20px;padding:16px;box-shadow:var(--gmap-glow)}.gmap-kpi-label{font-size:11px;letter-spacing:.12em;color:var(--gmap-muted);font-weight:700;margin-bottom:10px}.gmap-kpi-value{font-size:28px;line-height:1;font-weight:800;color:#fff}
.gmap-sheet-panels{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-bottom:18px}.gmap-sheet-panel{background:#0d1823;border:1px solid var(--gmap-border);border-radius:20px;padding:16px}.gmap-panel-head{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:14px}.gmap-panel-head h3{margin:0;font-size:16px;color:#fff}.gmap-panel-head span{font-size:11px;letter-spacing:.12em;color:var(--gmap-muted);text-transform:uppercase}
.gmap-chart-list{display:flex;flex-direction:column;gap:8px}.gmap-chart-row{display:grid;grid-template-columns:minmax(70px,140px) 1fr auto;gap:10px;align-items:center;cursor:pointer}.gmap-chart-row:hover .gmap-chart-bar>span{opacity:.92}.gmap-chart-label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#d6e6f5;font-size:13px}.gmap-chart-bar{background:rgba(255,255,255,.05);border-radius:999px;height:12px;overflow:hidden;position:relative}.gmap-chart-bar>span{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,var(--gmap-accent),#3cd6ff)}.gmap-chart-value{font-size:12px;color:var(--gmap-muted);font-weight:700}
.gmap-sheet-table-wrap{background:#0d1823;border:1px solid var(--gmap-border);border-radius:20px;padding:16px}.gmap-sheet-table-head{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:12px;flex-wrap:wrap}.gmap-sheet-table-title{font-size:18px;font-weight:800;color:#fff}.gmap-sheet-table-meta{font-size:13px;color:var(--gmap-muted)}.gmap-sheet-table-scroll{overflow:auto}.gmap-sheet-table{width:100%;border-collapse:collapse;min-width:1180px}.gmap-sheet-table th,.gmap-sheet-table td{padding:10px 12px;border-bottom:1px solid rgba(255,255,255,.06);text-align:left;font-size:13px}.gmap-sheet-table th{font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--gmap-muted);position:sticky;top:0;background:#0d1823}.gmap-sheet-table td{color:#e7f0f7}.gmap-sheet-table tr:hover td{background:rgba(255,255,255,.02)}.gmap-tag{display:inline-block;padding:4px 8px;border-radius:999px;background:rgba(83,227,166,.12);border:1px solid rgba(83,227,166,.18);font-size:11px;font-weight:700}.gmap-tag.gmap-tag-seen{background:rgba(255,107,107,.12);border-color:rgba(255,107,107,.22);color:#ffd0d0}.gmap-loading,.gmap-empty{text-align:center;color:var(--gmap-muted);padding:22px}
@media (max-width:1200px){.gmap-sheet-kpis{grid-template-columns:repeat(3,minmax(0,1fr))}.gmap-sheet-filters{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media (max-width:800px){.gmap-sheet-dashboard{padding:16px;border-radius:16px}.gmap-sheet-hero h2{font-size:24px}.gmap-sheet-kpis,.gmap-sheet-panels,.gmap-sheet-filters{grid-template-columns:1fr}.gmap-sheet-actions{width:100%}.gmap-btn{flex:1}}
