:root{--background:#0d0d0d;--foreground:#e8e8e0;--card:#141414;--popover:#1c1c1c;--primary:#fff;--primary-foreground:#0d0d0d;--muted:#1c1c1c;--muted-foreground:#888;--accent:#242424;--destructive:#ef4444;--success:#22c55e;--warning:#f59e0b;--border:#2a2a2a;--input:#2a2a2a;--ring:#fff;--sidebar:#141414;--sidebar-border:#2a2a2a;--sidebar-accent:#1c1c1c;--radius:.375rem;--radius-sm:calc(var(--radius) * .6);--radius-lg:var(--radius);--font-sans:"DM Sans", ui-sans-serif, system-ui, sans-serif;--font-mono:"JetBrains Mono", "Courier New", ui-monospace, monospace}*{box-sizing:border-box}html,body{height:100%;margin:0}body{background:var(--background);color:var(--foreground);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;font-size:14px;line-height:1.5}#app{height:100vh;display:flex;overflow:hidden}button{font-family:inherit;font-size:inherit;color:inherit;cursor:pointer;background:0 0;border:none}:focus-visible{outline:2px solid var(--ring);outline-offset:2px}.font-heading{font-family:var(--font-mono)}.tabular{font-variant-numeric:tabular-nums}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.sidebar{border-right:1px solid var(--sidebar-border);background:var(--sidebar);flex-direction:column;flex-shrink:0;width:220px;display:flex}.sidebar-brand{height:56px;font-family:var(--font-mono);letter-spacing:-.02em;align-items:center;padding:0 20px;font-size:18px;font-weight:700;display:flex}.team-switcher{padding:0 12px 8px}.team-switcher button{border:1px solid var(--sidebar-border);border-radius:var(--radius-lg);background:var(--sidebar);justify-content:space-between;align-items:center;width:100%;padding:6px 12px;font-size:14px;display:flex}.team-switcher button:hover{background:var(--sidebar-accent)}.team-switcher svg{width:16px;height:16px;color:var(--muted-foreground);flex-shrink:0}.sidebar-nav{flex-direction:column;gap:4px;padding:8px 12px;display:flex}.nav-link{border-radius:var(--radius-lg);color:#e8e8e0b3;text-align:left;align-items:center;gap:12px;width:100%;padding:8px 12px;font-size:14px;font-weight:500;transition:background-color .12s,color .12s;display:flex}.nav-link:hover,.nav-link.active{background:var(--sidebar-accent);color:var(--foreground)}.nav-link svg{flex-shrink:0;width:16px;height:16px}.sidebar-folders{flex:1;padding:8px 12px;overflow-y:auto}.folders-head{justify-content:space-between;align-items:center;margin-bottom:4px;padding:0 4px;display:flex}.folders-head span{text-transform:uppercase;letter-spacing:.05em;color:var(--muted-foreground);font-size:12px;font-weight:600}.folders-head button{border-radius:var(--radius-sm);width:20px;height:20px;color:var(--muted-foreground);justify-content:center;align-items:center;display:flex}.folders-head button:hover{background:var(--sidebar-accent);color:var(--foreground)}.folder-item{border-radius:var(--radius-lg);width:100%;color:var(--muted-foreground);text-align:left;align-items:center;gap:8px;padding:6px 8px;font-size:12px;display:flex}.folder-item:hover{background:var(--sidebar-accent)}.folder-item svg{flex-shrink:0;width:14px;height:14px}.usage{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--card);margin:0 12px 12px;padding:12px}.usage-head{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.usage-title{font-size:12px;font-weight:500}.plan-badge{border:1px solid var(--border);text-transform:uppercase;letter-spacing:.04em;color:var(--muted-foreground);border-radius:999px;padding:1px 6px;font-size:10px;font-weight:600}.usage-line+.usage-line{margin-top:8px}.usage-labels{color:var(--muted-foreground);justify-content:space-between;align-items:center;margin-bottom:4px;font-size:12px;display:flex}.usage-track{background:var(--muted);border-radius:999px;width:100%;height:6px;position:relative;overflow:hidden}.usage-fill{background:var(--primary);border-radius:999px;position:absolute;inset:0 auto 0 0}.usage-fill.warn{background:var(--warning)}.usage-upgrade{border-radius:var(--radius-lg);background:var(--primary);width:100%;color:var(--primary-foreground);text-align:center;margin-top:10px;padding:6px;font-size:12px;font-weight:600;display:block}.main{flex-direction:column;flex:1;min-width:0;display:flex}.header{border-bottom:1px solid var(--border);background:var(--background);flex-shrink:0}.header-row{align-items:center;gap:12px;height:56px;padding:0 16px;display:flex}.header-title{font-family:var(--font-mono);margin:0;font-size:16px;font-weight:600}.header-spacer{flex:1}.search-wrap{position:relative}.search-wrap svg{width:16px;height:16px;color:var(--muted-foreground);pointer-events:none;position:absolute;top:50%;left:10px;transform:translateY(-50%)}.search-input{border:1px solid var(--input);border-radius:var(--radius-lg);background:var(--card);width:256px;height:32px;color:var(--foreground);padding:0 12px 0 32px;font-family:inherit;font-size:14px}.search-input::placeholder{color:var(--muted-foreground)}.search-input:focus{box-shadow:0 0 0 1px var(--ring);outline:none}.btn{border:1px solid var(--input);border-radius:var(--radius-lg);background:var(--card);white-space:nowrap;align-items:center;gap:6px;height:32px;padding:0 12px;font-size:14px;font-weight:500;display:inline-flex}.btn:hover{background:var(--accent)}.btn svg{width:16px;height:16px}.btn-primary{background:var(--primary);color:var(--primary-foreground);border-color:#0000}.btn-primary:hover{background:#e2e2e2}.btn-sm{height:28px;padding:0 10px;font-size:12px}.menu-wrap{position:relative}.menu{z-index:50;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--popover);min-width:224px;padding:4px;position:absolute;top:calc(100% + 4px);right:0;box-shadow:0 10px 30px #0009}.menu[hidden]{display:none}.menu button{border-radius:var(--radius-sm);text-align:left;align-items:center;gap:8px;width:100%;padding:6px 8px;font-size:14px;display:flex}.menu button:hover{background:var(--accent)}.menu button svg{width:16px;height:16px;color:var(--muted-foreground)}.content{flex:1;padding:20px;overflow-y:auto}.content--map{flex-direction:column;display:flex}.stat-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.card{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--card);padding:20px}.stat-head{justify-content:space-between;align-items:center;display:flex}.stat-title{color:var(--muted-foreground);margin:0;font-size:14px}.stat-head svg{width:16px;height:16px;color:var(--muted-foreground)}.stat-value{font-family:var(--font-mono);margin:8px 0 0;font-size:24px;font-weight:700;line-height:1.2}.stat-sub{color:var(--muted-foreground);margin:4px 0 0;font-size:12px}.card-title{font-family:var(--font-mono);margin:0 0 12px;font-size:14px;font-weight:600}.section-gap{margin-top:16px}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.chart{width:100%;height:200px;display:block}.chart-line{fill:none;stroke:var(--foreground);stroke-width:1.5px}.chart-area{fill:#e8e8e00f}.chart-grid{stroke:var(--border);stroke-width:1px}.chart-label{fill:var(--muted-foreground);font-size:10px;font-family:var(--font-mono)}.chart-dot{fill:var(--foreground)}.recent-list,.activity-list{margin:0;padding:0;list-style:none}.recent-item{border-radius:var(--radius-lg);align-items:center;gap:12px;margin:0 -4px;padding:4px;display:flex}.recent-item:hover{background:#1c1c1c80}.avatar{background:var(--muted);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:12px;font-weight:700;display:flex}.recent-body{flex:1;min-width:0}.recent-name{white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:14px;font-weight:500;overflow:hidden}.recent-meta{color:var(--muted-foreground);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:12px;overflow:hidden}.activity-list li{padding:2px 0;font-size:14px}.activity-list .muted{color:var(--muted-foreground)}.activity-list .when{color:var(--muted-foreground);margin-left:8px;font-size:12px}.comp-row{text-align:left;align-items:center;gap:8px;width:100%;padding:2px 0;display:flex}.comp-row:hover .comp-label{color:var(--foreground)}.comp-row svg{width:14px;height:14px;color:var(--muted-foreground);flex-shrink:0}.comp-label{width:68px;color:var(--muted-foreground);flex-shrink:0;font-size:12px}.comp-track{background:var(--muted);border-radius:999px;flex:1;height:6px;overflow:hidden}.comp-fill{background:var(--foreground);border-radius:999px;height:100%}.comp-pct{text-align:right;width:36px;color:var(--muted-foreground);font-size:12px}.sources{border-top:1px solid var(--border);margin-top:12px;padding-top:12px}.sources p{color:var(--muted-foreground);margin:0 0 8px;font-size:12px;font-weight:500}.source-chips{flex-wrap:wrap;gap:6px;display:flex}.chip{border:1px solid var(--border);color:var(--muted-foreground);border-radius:999px;padding:2px 8px;font-size:11px}.bulk-bar{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--card);align-items:center;gap:12px;margin-bottom:12px;padding:8px 12px;font-size:14px;display:flex}.bulk-bar[hidden]{display:none}.bulk-count{font-weight:500}.table-wrap{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--card);overflow:hidden}table{border-collapse:collapse;width:100%}thead th{border-bottom:1px solid var(--border);color:var(--muted-foreground);text-align:left;white-space:nowrap;padding:10px 12px;font-size:12px;font-weight:500}.sort-btn{color:var(--muted-foreground);align-items:center;gap:4px;font-size:12px;font-weight:500;display:inline-flex}.sort-btn:hover,.sort-btn.active{color:var(--foreground)}.sort-btn svg{width:12px;height:12px}tbody tr{border-bottom:1px solid var(--border);cursor:pointer}tbody tr:last-child{border-bottom:0}tbody tr:hover{background:#1c1c1c80}tbody td{vertical-align:middle;padding:10px 12px;font-size:14px}.cell-name{align-items:center;gap:10px;display:flex}.cell-name .avatar{width:28px;height:28px;font-size:11px}.name-main{font-weight:500}.name-source{letter-spacing:.06em;text-transform:uppercase;color:var(--muted-foreground);font-size:10px}.muted-cell{color:var(--muted-foreground)}.mono-cell{font-family:var(--font-mono);white-space:nowrap;font-size:12.5px}.empty-row td{text-align:center;color:var(--muted-foreground);padding:32px 12px}input[type=checkbox]{appearance:none;border:1px solid var(--input);border-radius:var(--radius-sm);background:var(--card);cursor:pointer;place-content:center;width:16px;height:16px;margin:0;display:grid}input[type=checkbox]:checked{background:var(--primary);border-color:var(--primary)}input[type=checkbox]:checked:after{content:"";border-left:2px solid var(--primary-foreground);border-bottom:2px solid var(--primary-foreground);width:9px;height:5px;transform:rotate(-45deg)translateY(-1px)}.map-holder{border:1px solid var(--border);border-radius:var(--radius-lg);flex:1;min-height:420px;overflow:hidden}#map{background:var(--card);width:100%;height:100%}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:var(--popover);color:var(--foreground)}.leaflet-popup-content-wrapper{border-radius:var(--radius-lg)}.leaflet-popup-content{margin:10px 12px;font-size:13px}.popup-name{margin-bottom:2px;font-weight:600}.popup-meta{color:var(--muted-foreground);font-size:12px}.account-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;max-width:780px;display:grid}.plan-row{align-items:baseline;gap:8px;margin:8px 0 4px;display:flex}.plan-price{font-family:var(--font-mono);font-size:24px;font-weight:700}.plan-period{color:var(--muted-foreground);font-size:13px}.plan-list{margin:12px 0 0;padding:0;list-style:none}.plan-list li{color:var(--muted-foreground);align-items:flex-start;gap:8px;padding:3px 0;font-size:13px;display:flex}.plan-list svg{width:14px;height:14px;color:var(--success);flex-shrink:0;margin-top:3px}.toast{z-index:100;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--popover);opacity:0;pointer-events:none;max-width:420px;padding:10px 16px;font-size:13px;transition:opacity .16s,transform .16s;position:fixed;bottom:20px;left:50%;transform:translate(-50%,8px);box-shadow:0 12px 32px #0009}.toast.show{opacity:1;transform:translate(-50%)}@media (prefers-reduced-motion:reduce){.toast{transition:none}}@media (width<=1100px){.stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:1fr}}@media (width<=860px){.sidebar{display:none}.search-input{width:150px}.btn-label{display:none}.account-grid{grid-template-columns:1fr}}@media (width<=560px){.stat-grid{grid-template-columns:1fr}.search-wrap{display:none}}.table-meta{align-items:center;gap:12px;min-height:24px;margin-bottom:12px;display:flex}.filter-chip{border:1px solid var(--border);background:var(--card);color:var(--muted-foreground);border-radius:999px;align-items:center;gap:8px;padding:3px 6px 3px 10px;font-size:12px;display:inline-flex}.filter-chip strong{color:var(--foreground);font-weight:600}.filter-chip button{width:18px;height:18px;color:var(--muted-foreground);border-radius:999px;justify-content:center;align-items:center;display:flex}.filter-chip button:hover{background:var(--accent);color:var(--foreground)}.filter-chip svg{width:12px;height:12px}.row-count{color:var(--muted-foreground);margin:0 0 0 auto;font-size:12px}.folder-item.active{background:var(--sidebar-accent);color:var(--foreground)}.folder-count{color:var(--muted-foreground);margin-left:auto;font-size:11px}td.c-email,td.c-company,td.c-title,td.c-location{text-overflow:ellipsis;white-space:nowrap;max-width:0;overflow:hidden}thead th.c-email,td.c-email{width:22%}thead th.c-company,td.c-company{width:17%}thead th.c-title,td.c-title{width:16%}thead th.c-phone,td.c-phone{width:15%}thead th.c-location,td.c-location{width:13%}tbody td,thead th{padding:9px 10px}@media (width<=820px){.c-location{display:none}}@media (width<=700px){.c-phone{display:none}}@media (width<=600px){.c-title{display:none}}@media (width<=520px){.c-company{display:none}}thead th:nth-child(2),tbody td:nth-child(2){width:17%}.name-main,.name-source{white-space:nowrap}.cell-name>div:last-child{min-width:0}.name-main{text-overflow:ellipsis;overflow:hidden}
