:root{--blue:#2563eb;--blue-dark:#1d4ed8;--blue-light:#eff6ff;--ink:#0e0e0e;--ink-80:#1a1a1a;--muted:#6b7280;--muted-light:#9ca3af;--border:#e5e7eb;--border-dark:#d1d5db;--surface:#f9fafb;--surface-2:#f3f4f6;--white:#fff;--green:#10b981;--green-bg:#ecfdf5;--amber:#d97706;--amber-bg:#fffbeb;--red:#dc2626;--red-bg:#fef2f2;--purple:#7c3aed;--purple-bg:#f5f3ff;--font-display:"Syne", sans-serif;--font-body:"Inter", sans-serif;--radius:12px;--radius-sm:8px;--radius-xs:6px;--radius-full:9999px;--shadow:0 1px 3px 0 #00000014, 0 1px 2px -1px #0000000f;--shadow-md:0 4px 6px -1px #00000014, 0 2px 4px -2px #0000000f;--shadow-lg:0 10px 15px -3px #00000014, 0 4px 6px -4px #0000000d;--sidebar-w:240px;--topbar-h:56px;--ease:cubic-bezier(.4, 0, .2, 1);--dur:.15s}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-body);color:var(--ink);background:var(--surface);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:.9375rem;line-height:1.6}img,svg{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input,textarea,select{font-family:inherit}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);color:var(--ink);line-height:1.2}.text-xs{font-size:.75rem;line-height:1.5}.text-sm{font-size:.8125rem;line-height:1.5}.text-base{font-size:.9375rem;line-height:1.6}.text-lg{font-size:1.0625rem;line-height:1.5}.text-xl{font-size:1.25rem;line-height:1.4}.text-2xl{font-size:1.5rem;line-height:1.3}.text-3xl{font-size:2rem;line-height:1.2}.font-medium{font-weight:500}.font-semi{font-weight:600}.font-bold{font-weight:700}.text-muted{color:var(--muted)}.text-blue{color:var(--blue)}.text-green{color:var(--green)}.text-amber{color:var(--amber)}.text-red{color:var(--red)}.text-ink{color:var(--ink)}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.gap-1{gap:4px}.gap-2{gap:8px}.gap-3{gap:12px}.gap-4{gap:16px}.gap-6{gap:24px}.gap-8{gap:32px}.w-full{width:100%}.btn{height:36px;font-family:var(--font-body);border-radius:var(--radius-sm);transition:all var(--dur) var(--ease);white-space:nowrap;-webkit-user-select:none;user-select:none;align-items:center;gap:6px;padding:0 16px;font-size:.8125rem;font-weight:600;display:inline-flex}.btn:disabled{opacity:.55;cursor:not-allowed}.btn-primary{background:var(--blue);color:var(--white)}.btn-primary:hover:not(:disabled){background:var(--blue-dark);box-shadow:var(--shadow-md)}.btn-secondary{background:var(--white);color:var(--ink);border:1px solid var(--border)}.btn-secondary:hover:not(:disabled){background:var(--surface);border-color:var(--border-dark)}.btn-ghost{color:var(--muted);background:0 0;padding:0 10px}.btn-ghost:hover:not(:disabled){background:var(--surface-2);color:var(--ink)}.btn-danger{background:var(--red-bg);color:var(--red);border:1px solid #0000}.btn-danger:hover:not(:disabled){background:#fee2e2}.btn-sm{height:30px;padding:0 12px;font-size:.75rem}.btn-lg{height:44px;padding:0 24px;font-size:.9375rem}.card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow)}.card-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.card-title{font-family:var(--font-display);color:var(--ink);font-size:.9375rem;font-weight:700}.card-body{padding:20px}.card-footer{border-top:1px solid var(--border);background:var(--surface);border-radius:0 0 var(--radius) var(--radius);padding:12px 20px}.form-group{flex-direction:column;gap:6px;display:flex}.form-label{color:var(--ink-80);font-size:.8125rem;font-weight:600}.form-input,.form-select,.form-textarea{width:100%;height:38px;font-family:var(--font-body);color:var(--ink);background:var(--white);border:1px solid var(--border);border-radius:var(--radius-sm);transition:border-color var(--dur) var(--ease), box-shadow var(--dur) var(--ease);outline:none;padding:0 12px;font-size:.9375rem}.form-textarea{resize:vertical;height:auto;padding:10px 12px}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px #2563eb1f}.form-input::placeholder,.form-textarea::placeholder{color:var(--muted-light)}.form-error{color:var(--red);margin-top:2px;font-size:.75rem}.form-hint{color:var(--muted);font-size:.75rem}.badge{border-radius:var(--radius-full);letter-spacing:.02em;text-transform:uppercase;white-space:nowrap;align-items:center;gap:4px;padding:3px 8px;font-size:.6875rem;font-weight:600;display:inline-flex}.badge-green{background:var(--green-bg);color:var(--green)}.badge-amber{background:var(--amber-bg);color:var(--amber)}.badge-red{background:var(--red-bg);color:var(--red)}.badge-blue{background:var(--blue-light);color:var(--blue)}.badge-purple{background:var(--purple-bg);color:var(--purple)}.badge-muted{background:var(--surface-2);color:var(--muted)}.spinner{border:2px solid var(--border);border-top-color:var(--blue);border-radius:50%;flex-shrink:0;width:20px;height:20px;animation:.6s linear infinite spin}.spinner-sm{width:14px;height:14px}.spinner-lg{border-width:3px;width:32px;height:32px}@keyframes spin{to{transform:rotate(360deg)}}.skeleton{background:linear-gradient(90deg, var(--surface-2) 25%, var(--border) 50%, var(--surface-2) 75%);border-radius:var(--radius-xs);background-size:200% 100%;animation:1.4s ease-in-out infinite shimmer}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.empty-state{text-align:center;color:var(--muted);flex-direction:column;align-items:center;gap:12px;padding:48px 24px;display:flex}.empty-state-icon{margin-bottom:4px;font-size:2rem}.empty-state h3{color:var(--ink);font-size:1rem;font-weight:600}.empty-state p{max-width:320px;font-size:.875rem;line-height:1.6}.page-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.page-header h1{font-size:1.5rem;font-weight:700}.page-subtext{color:var(--muted);margin-top:2px;font-size:.875rem}.page-body{flex-direction:column;gap:20px;display:flex}.grid-2{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.grid-3{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.grid-4{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}@media (width<=900px){.grid-4,.grid-3{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.grid-4,.grid-3,.grid-2{grid-template-columns:1fr}}.stat-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:8px;padding:20px;display:flex}.stat-label{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:600}.stat-value{font-family:var(--font-display);color:var(--ink);font-size:2rem;font-weight:700;line-height:1}.stat-delta{color:var(--muted);font-size:.75rem}.trust-ring-wrap{justify-content:center;align-items:center;display:flex;position:relative}.trust-ring-label{text-align:center;pointer-events:none;position:absolute}.trust-ring-number{font-family:var(--font-display);color:var(--ink);font-size:2rem;font-weight:800;line-height:1}.trust-ring-max{color:var(--muted);font-size:.75rem}.signal-row{grid-template-columns:110px 1fr 32px;align-items:center;gap:10px;display:grid}.signal-name{color:var(--muted);text-transform:capitalize;font-size:.75rem;font-weight:500}.signal-bar{background:var(--surface-2);border-radius:var(--radius-full);height:6px;overflow:hidden}.signal-fill{background:var(--blue);border-radius:var(--radius-full);height:100%;transition:width .6s var(--ease)}.signal-score{color:var(--ink);text-align:right;font-size:.75rem;font-weight:600}.auth-shell{background:var(--surface);justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.auth-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);width:100%;max-width:420px;box-shadow:var(--shadow-lg);flex-direction:column;gap:24px;padding:36px;display:flex}.auth-logo{align-items:center;gap:10px;text-decoration:none;display:flex}.auth-logo-mark{background:var(--blue);width:36px;height:36px;color:var(--white);font-family:var(--font-display);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;font-size:1rem;font-weight:800;display:flex}.auth-logo-name{font-family:var(--font-display);color:var(--ink);font-size:1.0625rem;font-weight:700}.auth-heading{color:var(--ink);margin-bottom:2px;font-size:1.5rem;font-weight:700}.auth-sub{color:var(--muted);font-size:.875rem}.auth-fields{flex-direction:column;gap:14px;display:flex}.auth-footer{text-align:center;color:var(--muted);font-size:.8125rem}.auth-footer a{color:var(--blue);font-weight:500}.auth-footer a:hover{text-decoration:underline}.auth-error{background:var(--red-bg);border-radius:var(--radius-sm);color:var(--red);border:1px solid #fca5a5;padding:10px 14px;font-size:.8125rem}.app-shell{min-height:100vh;display:flex}.sidebar{width:var(--sidebar-w);background:var(--ink-80);z-index:100;flex-direction:column;flex-shrink:0;min-height:100vh;display:flex;position:fixed;top:0;left:0}.sidebar-logo{border-bottom:1px solid #ffffff12;align-items:center;gap:10px;padding:18px 16px 14px;display:flex}.sidebar-logo-mark{background:var(--blue);width:30px;height:30px;color:var(--white);font-family:var(--font-display);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;font-size:.8125rem;font-weight:800;display:flex}.sidebar-logo-name{font-family:var(--font-display);color:var(--white);font-size:.9375rem;font-weight:700}.sidebar-nav{flex-direction:column;flex:1;gap:2px;padding:12px 8px;display:flex;overflow-y:auto}.sidebar-section-label{color:#ffffff4d;letter-spacing:.08em;text-transform:uppercase;padding:10px 8px 4px;font-size:.6875rem;font-weight:600}.nav-item{border-radius:var(--radius-sm);color:#fff9;cursor:pointer;transition:all var(--dur) var(--ease);align-items:center;gap:9px;padding:8px 10px;font-size:.8125rem;font-weight:500;text-decoration:none;display:flex}.nav-item:hover{color:var(--white);background:#ffffff12}.nav-item.active{color:var(--white);background:#2563eb40}.nav-item.active svg{color:#60a5fa}.nav-item svg{flex-shrink:0;width:16px;height:16px}.sidebar-footer{border-top:1px solid #ffffff12;padding:12px 8px}.sidebar-user{border-radius:var(--radius-sm);align-items:center;gap:9px;padding:8px 10px;display:flex}.sidebar-avatar{background:var(--blue);width:28px;height:28px;color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.75rem;font-weight:700;display:flex}.sidebar-user-info{flex:1;overflow:hidden}.sidebar-user-email{color:#ffffff80;white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;overflow:hidden}.main-content{margin-left:var(--sidebar-w);flex-direction:column;flex:1;min-height:100vh;display:flex}.topbar{height:var(--topbar-h);background:var(--white);border-bottom:1px solid var(--border);z-index:50;justify-content:space-between;align-items:center;padding:0 24px;display:flex;position:sticky;top:0}.topbar-title{font-family:var(--font-display);font-size:.9375rem;font-weight:700}.topbar-actions{align-items:center;gap:8px;display:flex}.page-content{flex:1;padding:28px 24px}.business-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);transition:box-shadow var(--dur) var(--ease), border-color var(--dur) var(--ease);cursor:pointer;flex-direction:column;gap:14px;padding:20px;display:flex}.business-card:hover{box-shadow:var(--shadow-md);border-color:var(--border-dark)}.business-card-header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.business-name{font-family:var(--font-display);color:var(--ink);font-size:1rem;font-weight:700}.business-industry{color:var(--muted);margin-top:2px;font-size:.75rem}.business-scores{gap:12px;display:flex}.score-pill{flex-direction:column;align-items:center;gap:1px;display:flex}.score-pill-value{font-family:var(--font-display);color:var(--ink);font-size:1.25rem;font-weight:800;line-height:1}.score-pill-label{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;font-size:.625rem;font-weight:600}.divider{background:var(--border);height:1px}.table-wrap{overflow-x:auto}table{border-collapse:collapse;width:100%}th{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;text-align:left;border-bottom:1px solid var(--border);background:var(--surface);white-space:nowrap;padding:10px 16px;font-size:.6875rem;font-weight:600}td{border-bottom:1px solid var(--border);color:var(--ink);padding:12px 16px;font-size:.875rem}tr:last-child td{border-bottom:none}tr:hover td{background:var(--surface)}.modal-overlay{z-index:200;animation:fade-in .12s var(--ease);background:#00000073;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.modal{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow-lg);width:100%;max-width:520px;max-height:90vh;animation:slide-up .15s var(--ease);overflow-y:auto}@keyframes slide-up{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.modal-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:20px 24px 16px;display:flex}.modal-title{font-size:1rem;font-weight:700}.modal-close{width:28px;height:28px;color:var(--muted);transition:all var(--dur) var(--ease);border-radius:6px;justify-content:center;align-items:center;display:flex}.modal-close:hover{background:var(--surface-2);color:var(--ink)}.modal-body{padding:20px 24px}.modal-footer{border-top:1px solid var(--border);background:var(--surface);border-radius:0 0 var(--radius) var(--radius);justify-content:flex-end;align-items:center;gap:10px;padding:16px 24px;display:flex}.toast-container{z-index:500;pointer-events:none;flex-direction:column;gap:8px;display:flex;position:fixed;bottom:24px;right:24px}.toast{background:var(--ink-80);color:var(--white);border-radius:var(--radius-sm);box-shadow:var(--shadow-lg);pointer-events:all;animation:toast-in .2s var(--ease);align-items:center;gap:10px;max-width:320px;padding:12px 16px;font-size:.875rem;font-weight:500;display:flex}@keyframes toast-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.toast-success{background:#065f46}.toast-error{background:#991b1b}.toast-icon{flex-shrink:0}.node-type-chip{border-radius:var(--radius-full);text-transform:capitalize;background:var(--surface-2);color:var(--muted);border:1px solid var(--border);align-items:center;gap:4px;padding:2px 8px;font-size:.6875rem;font-weight:600;display:inline-flex}.improvement-item{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:12px;padding:10px 0;display:flex}.improvement-item:last-child{border-bottom:none}.improvement-action{color:var(--ink);flex:1;font-size:.8125rem}.improvement-gain{color:var(--green);white-space:nowrap;font-size:.75rem;font-weight:700}.crawl-status-pending{color:var(--muted)}.crawl-status-queued{color:var(--amber)}.crawl-status-in_progress{color:var(--blue)}.crawl-status-complete{color:var(--green)}.crawl-status-failed{color:var(--red)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border-dark);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--muted-light)}.sr-only{clip:rect(0,0,0,0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}@media (width<=768px){.sidebar{transform:translate(-100%)}.sidebar.open{transform:translate(0)}.main-content{margin-left:0}.page-content{padding:20px 16px}:root{--sidebar-w:220px}}
