*{margin:0;padding:0;box-sizing:border-box}html{height:100%;overflow:hidden;scroll-behavior:smooth}body{font-family:var(--font-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;background:var(--color-bg-deep);color:var(--color-text-primary);height:100vh;height:100dvh;overflow:hidden;overscroll-behavior:none;position:relative;width:100%}[hidden]{display:none!important}:root{--spring: cubic-bezier(.22, 1, .36, 1);--spring-bounce: cubic-bezier(.34, 1.56, .64, 1);--ease-out-expo: cubic-bezier(.16, 1, .3, 1);--duration-instant: .1s;--duration-quick: .15s;--duration-fast: .2s;--duration-medium: .25s;--duration-normal: .3s;--duration-moderate: .4s;--duration-slow: .5s;--duration-entrance: .6s;--color-bg: #000;--color-bg-deep: #0a0a0a;--color-surface: #111;--color-surface-elevated: #1a1a1a;--color-surface-raised: rgba(255,255,255,.06);--color-surface-subtle: rgba(255,255,255,.04);--color-surface-dim: rgba(255,255,255,.03);--color-surface-ghost: rgba(255,255,255,.02);--color-border: rgba(255,255,255,.08);--color-border-strong: rgba(255,255,255,.15);--color-overlay: rgba(0,0,0,.8);--color-scrim-light: rgba(0,0,0,.35);--color-text-primary: #fff;--color-text-high: rgba(255,255,255,.9);--color-text-secondary: rgba(255,255,255,.75);--color-text-dim: rgba(255,255,255,.6);--color-text-muted: rgba(255,255,255,.55);--color-brand: #1127d2;--color-brand-dark: #0d1fa8;--color-brand-light: #4d65ff;--color-success: #25d366;--color-success-dark: #22c55e;--color-text-on-success: #0a0a0a;--color-wa-glyph-on-brand: #25d366;--color-success-text: #4ade80;--color-error: #ef4444;--color-error-light: #f87171;--color-warning: #f59e0b;--color-info: #3b82f6;--color-accent-gold: #C9A87C;--color-accent-gold-dim: rgba(201, 168, 124, .15);--color-accent-purple: #a855f7;--color-accent-indigo: #818cf8;--color-brand-text: #8098ff;--color-surface-brand-top: rgba(17, 39, 210, .1);--color-surface-brand-bottom: rgba(17, 39, 210, .03);--color-border-brand: rgba(77, 101, 255, .16);--color-surface-card-top: rgba(255, 255, 255, .055);--color-surface-card-bottom: rgba(255, 255, 255, .022);--color-border-card: rgba(255, 255, 255, .1);--color-text-soft: rgba(255,255,255,.7);--color-text-faint: rgba(255,255,255,.45);--color-text-ghost: rgba(255,255,255,.35);--color-border-subtle: rgba(255,255,255,.1);--color-border-faint: rgba(255,255,255,.06);--color-border-ghost: rgba(255,255,255,.04);--space-2xs: 2px;--space-xs: 4px;--space-sm: 8px;--space-md: 12px;--space-lg: 16px;--space-xl: 20px;--space-2xl: 24px;--space-3xl: 32px;--space-4xl: 48px;--space-5xl: 64px;--space-6xl: 80px;--radius-2xs: 2px;--radius-xs: 4px;--radius-s: 6px;--radius-sm: 8px;--radius-m: 10px;--radius-md: 12px;--radius-card: 14px;--radius-lg: 16px;--radius-xl: 20px;--radius-2xl: 24px;--radius-pill: 100px;--radius-full: 50%;--btn-radius: 8px;--btn-radius-icon: 50%;--font-display: Manrope, "Manrope Fallback", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-body: Inter, "Inter Fallback", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--text-xs: 12px;--text-sm: 14px;--text-base: 16px;--text-lg: 18px;--text-xl: 22px;--text-2xl: 26px;--text-3xl: 32px;--text-4xl: 40px;--text-display: clamp(34px, 8.5vw, 48px);--text-headline: clamp(24px, 3vw, 34px);--text-4xs: 9px;--text-3xs: 10px;--text-2xs: 11px;--text-xs-plus: 13px;--text-md: 16px;--text-xl-sm: 20px;--leading-tight: 1.2;--leading-normal: 1.5;--leading-relaxed: 1.7;--shadow-card: 0 2px 12px rgba(0,0,0,.3);--shadow-sheet: 0 -4px 24px rgba(0,0,0,.5)}@keyframes fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes shake{0%,to{transform:translate(0)}20%{transform:translate(-6px)}40%{transform:translate(5px)}60%{transform:translate(-4px)}80%{transform:translate(2px)}}@keyframes fadeScale{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@keyframes softReveal{0%{opacity:0}to{opacity:1}}:focus-visible{outline:2px solid rgba(77,101,255,.8);outline-offset:3px;border-radius:var(--radius-xs)}.page,.prop-sheet,.detail-sheet,.modal,.filters-body{scroll-behavior:smooth}.lucide{width:1.25em;height:1.25em;vertical-align:-.15em;flex:none}:root{--color-primary: var(--color-brand);--color-link: var(--color-text-secondary);--color-link-hover: var(--color-text-high);--color-focus-ring: rgba(255, 255, 255, .92);--dialog-scrim: rgba(0, 0, 0, .6);--dialog-radius: var(--radius-xl);--dialog-max-w-compact: 480px;--dialog-max-w-wide: 720px;--dialog-max-h: 90dvh;--dialog-shadow: 0 24px 80px rgba(0, 0, 0, .5)}:focus-visible{outline:2px solid var(--color-focus-ring);outline-offset:3px;border-radius:var(--radius-xs)}.link,a.link{color:var(--color-link);text-decoration:underline;text-underline-offset:2px}.link:hover,a.link:hover{color:var(--color-link-hover)}.link-btn-primary{background:var(--color-primary);color:#fff}.link-btn-primary:hover{background:var(--color-brand-dark)}.link-btn-wa{background:var(--color-brand)!important;color:#fff!important}.link-btn-wa svg{color:var(--color-wa-glyph-on-brand)}.dialog-overlay{background:var(--dialog-scrim);align-items:flex-end}.dialog-surface{border-radius:var(--dialog-radius) var(--dialog-radius) 0 0;max-height:88dvh;box-shadow:var(--dialog-shadow)}.dialog-surface:before{content:"";display:block;width:36px;height:4px;background:#ffffff26;border-radius:2px;margin:8px auto 0}.dialog-surface--compact{max-width:var(--dialog-max-w-compact)}.dialog-surface--wide{max-width:var(--dialog-max-w-wide)}@media(min-width:768px){.dialog-overlay{align-items:center;justify-content:center}.dialog-surface{border-radius:var(--dialog-radius);max-height:var(--dialog-max-h)}.dialog-surface:before{display:none}}@media(prefers-reduced-motion:reduce){.dialog-surface{transition:none!important;transform:none!important}.dialog-overlay{transition-duration:.01ms!important}}.truncate-1{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.truncate-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.truncate-3{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}input[aria-invalid=true],select[aria-invalid=true],textarea[aria-invalid=true]{border-color:var(--color-error)!important;border-bottom-color:var(--color-error)!important;border-top-color:var(--color-error)!important;border-left-color:var(--color-error)!important;border-right-color:var(--color-error)!important;outline:2px solid var(--color-error)!important;outline-offset:1px}input[aria-invalid=true]:focus,select[aria-invalid=true]:focus,textarea[aria-invalid=true]:focus{border-color:var(--color-error)!important;border-bottom-color:var(--color-error)!important;box-shadow:0 0 0 2px #ef444440!important;outline-color:var(--color-error)!important}input[type=checkbox][aria-invalid=true]{outline:2px solid var(--color-error)!important;outline-offset:2px}input[type=checkbox][aria-invalid=true]+label,label:has(input[type=checkbox][aria-invalid=true]){color:var(--color-error)}.field-error{display:flex;align-items:flex-start;gap:var(--space-sm);margin-top:var(--space-xs);font-size:var(--text-2xs);font-weight:500;line-height:1.4;color:var(--color-error)}.field-error-icon{flex-shrink:0;width:14px;height:14px;margin-top:1px}.field-error-text{flex:1}.consent-label{display:flex;align-items:flex-start;gap:8px;margin:12px 0;font-size:13px;color:#ffffffb3;cursor:pointer}.consent-label input[type=checkbox]{width:24px;height:24px;flex-shrink:0;margin-top:0;accent-color:var(--color-primary, #1127d2)}.consent-label a{color:#fffc;text-decoration:underline}.sd-state{display:flex;flex-direction:column;align-items:center;gap:var(--space-md);padding:var(--space-5xl) var(--space-2xl);text-align:center}.sd-state-title{color:var(--color-text-primary);font-size:17px;font-weight:600;text-wrap:balance}.sd-state-body{max-width:42ch;color:var(--color-text-dim);font-size:14px;line-height:1.55;text-wrap:pretty}.sd-state-icon{display:flex;align-items:center;justify-content:center;width:72px;height:72px;border-radius:var(--radius-full);background:var(--color-surface-subtle);border:1px solid var(--color-border);color:var(--color-text-muted);margin-bottom:var(--space-xs)}.sd-state-icon svg{width:28px;height:28px}.sd-state-alt-link{color:var(--color-text-secondary);font-size:13px;text-decoration:underline;text-underline-offset:3px;display:inline-flex;align-items:center;min-height:44px}.sd-state-alt-link:hover{color:var(--color-text-primary)}.sd-state-actions{display:flex;flex-wrap:wrap;gap:var(--space-md);justify-content:center;margin-top:var(--space-sm)}.sd-state--error .sd-state-title{color:var(--color-error)}.cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:9999;display:flex;align-items:center;gap:var(--space-lg);padding-top:var(--space-lg);padding-left:var(--space-xl);padding-right:var(--space-xl);padding-bottom:calc(var(--space-lg) + env(safe-area-inset-bottom));background:var(--color-surface-elevated, #1a1a1a);border-top:1px solid var(--color-border, rgba(255,255,255,.08));color:var(--color-text-high, rgba(255,255,255,.9));font-size:var(--text-sm);transform:translateY(100%);transition:transform var(--duration-normal) var(--ease-out-expo)}.cookie-banner.show{transform:translateY(0)}.cookie-banner p{margin:0;flex:1}.cookie-banner a{color:inherit;text-decoration:underline}.cookie-actions{display:flex;gap:var(--space-sm);flex-shrink:0}.cookie-btn{min-height:44px;min-width:88px;padding:var(--space-md) var(--space-xl);border-radius:var(--btn-radius);font-size:var(--text-sm);font-weight:600;font-family:inherit;cursor:pointer;border:1px solid transparent;transition:background var(--duration-fast) var(--spring),border-color var(--duration-fast) var(--spring)}.cookie-btn--reject{background:var(--color-surface-raised, rgba(255,255,255,.06));border-color:var(--color-border-strong, rgba(255,255,255,.15));color:var(--color-text-primary, #fff)}.cookie-btn--reject:hover{background:#ffffff1f}.cookie-btn--accept{background:var(--color-text-primary, #fff);color:var(--color-bg-deep, #0a0a0a)}.cookie-btn--accept:hover{background:#ffffffe0}@media(max-width:600px){.cookie-banner{flex-direction:column;align-items:stretch;gap:var(--space-md)}.cookie-actions{justify-content:stretch}.cookie-btn{flex:1}}@media(max-width:479px){.cookie-banner{flex-direction:row;align-items:center;gap:var(--space-sm);padding-top:var(--space-xs);padding-left:var(--space-md);padding-right:var(--space-md);padding-bottom:calc(var(--space-xs) + env(safe-area-inset-bottom));font-size:var(--text-xs)}.cookie-banner p{flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cookie-btn{flex:0 0 auto;min-width:72px;padding-left:var(--space-md);padding-right:var(--space-md);font-size:var(--text-xs);white-space:nowrap}}@media(prefers-reduced-motion:reduce){.cookie-banner{transition:none}}.page-enter{animation:fadeUp .5s cubic-bezier(.16,1,.3,1) both}@media(prefers-reduced-motion:reduce){.page-enter{animation:none}}img:not([src]),img[src=""]{visibility:hidden}.modal.stepq-card{height:auto;padding:28px 26px 26px;text-align:left;transform:none}.stepq-step{font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--color-brand-text);margin-bottom:10px}.stepq-title{font-size:20px;line-height:1.3;font-weight:600;color:var(--color-text-high);text-wrap:balance;margin-bottom:8px}.stepq-help{font-size:13px;line-height:1.5;color:var(--color-text-muted);margin-bottom:18px}.stepq-options{display:grid;gap:10px}.stepq-option{display:flex;align-items:center;min-height:52px;padding:0 18px;border-radius:12px;cursor:pointer;text-align:left;background:var(--color-surface-raised);border:1px solid var(--color-border);color:var(--color-text-primary);font-family:Inter,sans-serif;font-size:15px;font-weight:500;transition:border-color var(--duration-fast) var(--spring),background var(--duration-fast) var(--spring)}@media(hover:hover){.stepq-option:hover{border-color:var(--color-brand-text);background:var(--color-surface-brand-top)}}.stepq-back{margin-top:16px;padding:8px 0;min-height:44px;background:none;border:none;cursor:pointer;color:var(--color-text-muted);font-family:Inter,sans-serif;font-size:13px}.stepq-verdict{font-size:22px;line-height:1.28;font-weight:700;color:var(--color-text-high);text-wrap:balance;margin-bottom:10px}.stepq-card--yes .stepq-verdict{color:var(--color-brand-text)}.stepq-detail{font-size:14px;line-height:1.55;color:var(--color-text-muted);margin-bottom:20px}.stepq-cta{display:flex;align-items:center;justify-content:center;width:100%;min-height:48px;padding:0 20px;border:none;border-radius:var(--btn-radius);cursor:pointer;background:var(--color-brand);color:#fff;font-family:Inter,sans-serif;font-size:15px;font-weight:600;transition:filter var(--duration-fast) var(--spring),transform var(--duration-fast) var(--spring)}@media(hover:hover){.stepq-cta:hover{filter:brightness(1.12)}}.stepq-cta:active{transform:scale(.98);transition-duration:var(--duration-instant)}.stepq-note{margin-top:12px;font-size:12px;line-height:1.45;color:var(--color-text-muted);text-align:center}.stepq-back--center{display:block;width:100%;text-align:center;margin-top:4px}.sd-btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-sm);padding:var(--space-lg) var(--space-2xl);border:1px solid transparent;border-radius:var(--btn-radius);font-family:inherit;font-size:15px;font-weight:600;line-height:1;letter-spacing:-.01em;text-decoration:none;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:transform .22s var(--spring),box-shadow .22s var(--spring),background .22s var(--spring),border-color .22s var(--spring)}.sd-btn:disabled,.sd-btn[aria-disabled=true]{opacity:.5;cursor:not-allowed;transform:none}.sd-btn--primary{background:var(--color-brand);color:var(--color-text-primary)}.sd-btn--primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 12px 36px #1127d273,0 4px 12px #00000040}.sd-btn--ghost{background:var(--color-surface-raised);border-color:var(--color-border-strong);color:var(--color-text-secondary);font-weight:500}.sd-btn--ghost:hover:not(:disabled){transform:translateY(-2px);background:#ffffff17;border-color:#ffffff47;color:var(--color-text-primary)}.sd-btn--danger{background:transparent;border-color:var(--color-error);color:var(--color-error)}.sd-btn--danger:hover:not(:disabled){background:var(--color-error);color:var(--color-text-primary)}.sd-btn:active:not(:disabled){transform:scale(.98)}.sd-btn--block{width:100%}.sd-input{width:100%;padding:var(--space-md) var(--space-lg);background:var(--color-surface-subtle);border:1px solid var(--color-border);border-radius:var(--radius-md);color:var(--color-text-primary);font-family:inherit;font-size:15px;transition:border-color .22s var(--spring),background .22s var(--spring)}.sd-input::placeholder{color:var(--color-text-muted)}.sd-input:hover{border-color:var(--color-border-strong)}.sd-input:focus{outline:none;border-color:var(--color-brand-light);background:#ffffff0f}.sd-label{display:block;margin-bottom:var(--space-sm);color:var(--color-text-secondary);font-size:13px;font-weight:500}.sd-skeleton{background:linear-gradient(90deg,#ffffff0a 25%,#ffffff14 37%,#ffffff0a 63%);background-size:400% 100%;border-radius:var(--radius-sm);animation:sd-skeleton-sheen 1.4s ease-in-out infinite}@keyframes sd-skeleton-sheen{0%{background-position:100% 50%}to{background-position:0 50%}}.sd-footer-legal{margin-top:var(--space-4xl);padding:var(--space-xl) var(--space-lg);border-top:1px solid var(--color-border, rgba(255,255,255,.08));text-align:center;font-size:var(--text-xs);color:var(--color-text-muted, rgba(255,255,255,.55))}.sd-footer-legal p{margin:0}.sd-footer-legal .footer-link{color:var(--color-text-muted, rgba(255,255,255,.55));text-decoration:none}.sd-footer-legal .footer-link:hover{color:var(--color-text-secondary, rgba(255,255,255,.75))}@media(prefers-reduced-motion:reduce){.sd-btn,.sd-input{transition:none}.sd-btn:hover:not(:disabled),.sd-btn:active:not(:disabled){transform:none}.sd-skeleton{animation:none;background:var(--color-surface-raised)}}.card-cta,.header-cta{display:inline-flex;align-items:center;justify-content:center;min-height:44px}.footer-link{display:inline-flex;align-items:center;min-height:44px;padding:0 6px;margin:0 -6px}.logo{display:inline-flex;align-items:center;min-height:44px}.sd-btn{min-height:44px}:root{--agents-bg: var(--color-bg-deep);--agents-text: var(--color-text-primary);--agents-text-muted: var(--color-text-muted);--agents-border: var(--color-border);--agents-surface: var(--color-surface-subtle);--agents-surface-raised: var(--color-surface-raised)}html,body{height:auto;overflow:visible;font-family:var(--font-body);-webkit-font-smoothing:antialiased;background:var(--agents-bg);color:var(--agents-text)}a{color:inherit;text-decoration:none}a,button,[role=button]{touch-action:manipulation}a:focus-visible,button:focus-visible{outline:2px solid var(--color-brand-light);outline-offset:3px;border-radius:4px}.skip-link{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%)}.skip-link:focus{clip:auto;clip-path:none;position:fixed;top:16px;left:16px;width:auto;height:auto;overflow:visible;padding:8px 16px;background:var(--color-brand);color:#fff;border-radius:8px;z-index:9999;font-size:var(--text-sm)}header{position:sticky;top:0;z-index:100;background:var(--agents-bg);border-bottom:1px solid var(--agents-border)}header .container{max-width:1120px;margin:0 auto;padding:0 var(--space-xl);height:56px;display:flex;align-items:center;justify-content:space-between}.logo{display:inline-flex;align-items:center;line-height:0}.logo img{height:32px;width:auto;opacity:.92}.header-cta{display:inline-flex;align-items:center;background:var(--color-brand);color:#fff;padding:var(--space-sm) 18px;border-radius:var(--btn-radius);font-size:var(--text-xs-plus);font-weight:600;transition:opacity .15s var(--spring),transform .15s var(--spring)}.header-cta:hover{opacity:.8}.header-cta:active{transform:scale(.98)}.container{max-width:1120px;margin:0 auto;padding:0 24px}.hero{padding:48px 0 32px;text-align:center}.hero h1{font-family:Manrope,-apple-system,sans-serif;font-size:clamp(26px,4vw,40px);font-weight:800;letter-spacing:-.02em;color:var(--agents-text);margin-bottom:8px;line-height:1.15}.hero-trust{font-size:var(--text-xs-plus);font-weight:600;letter-spacing:-.01em;color:var(--agents-text-muted);margin-bottom:4px}.hero-sub{font-size:15px;color:var(--agents-text-muted);margin-bottom:var(--space-xl)}.agent-count{display:inline-block;font-size:var(--text-xs-plus);font-weight:600;color:var(--agents-text);background:var(--agents-surface);border-radius:100px;padding:5px 12px;margin-bottom:20px}.search-wrap{position:relative;max-width:480px;margin:0 auto 24px}.search-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:var(--color-text-ghost);pointer-events:none}#search-input{width:100%;padding:14px 16px 14px 44px;background:var(--color-surface-subtle);border:1.5px solid var(--agents-border);border-radius:14px;font-size:15px;color:var(--agents-text);outline:none;transition:border-color .15s,box-shadow .15s;font-family:inherit}#search-input::placeholder{color:#ffffff59}#search-input:focus{border-color:var(--color-brand-light);box-shadow:0 0 0 3px #4d65ff26}@media(max-width:768px),(pointer:coarse){#search-input{font-size:var(--text-base)}}.filter-chips{display:flex;gap:8px;flex-wrap:wrap;justify-content:center;margin-bottom:40px}.chip{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;min-height:44px;touch-action:manipulation;border-radius:100px;border:1.5px solid var(--agents-border);background:transparent;font-size:var(--text-xs-plus);font-weight:600;color:var(--agents-text-muted);cursor:pointer;transition:all .15s var(--spring);font-family:inherit}.chip:hover{border-color:#ffffff38;color:var(--agents-text)}.chip.active{background:var(--color-brand);border-color:var(--color-brand);color:#fff}.chip:focus-visible{outline:2px solid #1127d2;outline-offset:2px}.chip-dot{width:6px;height:6px;border-radius:50%}.chip-dot-verified{background:#22c55e}.chip-dot-pro{background:#3b82f6}.chip-dot-premium{background:#d4e84a;filter:brightness(.8)}.chip.active .chip-dot-premium{filter:brightness(1.3)}.results-bar{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.results-count{font-size:var(--text-xs-plus);color:var(--agents-text-muted);font-weight:500}.agent-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:64px}.agent-card{background:var(--agents-surface-raised);border:1.5px solid var(--agents-border);border-radius:20px;padding:24px;display:flex;flex-direction:column;transition:box-shadow .22s var(--spring),border-color .22s var(--spring)}.agent-card:hover{box-shadow:0 8px 32px #00000059;border-color:#ffffff1f}.card-photo-wrap{position:relative;width:72px;height:72px;margin-bottom:16px;flex-shrink:0}.card-photo{width:72px;height:72px;border-radius:50%;object-fit:cover;background:#ffffff14;display:block}.card-photo-placeholder{width:72px;height:72px;border-radius:50%;background:#ffffff14;display:flex;align-items:center;justify-content:center;font-family:Manrope,sans-serif;font-size:var(--text-xl);font-weight:700;color:var(--agents-text-muted);letter-spacing:-.5px}.verified-badge{position:absolute;bottom:0;right:0;width:22px;height:22px;background:#22c55e;border-radius:50%;border:2px solid var(--agents-bg);display:flex;align-items:center;justify-content:center}.verified-badge svg{display:block}.card-name-row{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;gap:6px;margin-bottom:8px}.super-agent-badge{display:inline-flex;align-items:center;color:#fbbf24}.super-agent-badge svg{flex-shrink:0;display:block;filter:drop-shadow(0 1px 2px rgba(251,191,36,.35))}.super-agent-badge--card svg{width:15px;height:15px}.card-name{font-family:Manrope,-apple-system,sans-serif;font-size:var(--text-base);font-weight:700;color:var(--agents-text);line-height:1.25}.card-agency{font-size:var(--text-xs-plus);color:var(--agents-text-muted);margin-bottom:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.card-area{font-size:var(--text-xs);color:var(--agents-text-muted);margin-bottom:12px}.card-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:16px;margin-top:auto}.tier-badge{display:inline-flex;align-items:center;font-size:var(--text-2xs);font-weight:700;letter-spacing:.04em;text-transform:uppercase;padding:3px 8px;border-radius:6px}.tier-badge-premium{background:#d4e84a2e;color:#5a6600}.tier-badge-pro{background:#3b82f61a;color:#1d4ed8}.lead-count{font-size:var(--text-xs);color:var(--agents-text-muted)}.card-cta{display:block;width:100%;padding:11px 16px;background:var(--color-brand);color:#fff;border-radius:var(--btn-radius);font-size:var(--text-sm);font-weight:600;text-align:center;transition:opacity .15s var(--spring),transform .15s var(--spring);margin-top:auto}.card-cta:hover{opacity:.85}.card-cta:active{transform:scale(.98)}.agent-card-join{border:1px solid var(--color-border);background:var(--color-surface-dim);align-items:center;text-align:center;justify-content:center;gap:12px}.agent-card-join:hover{border-color:var(--color-border-strong);background:var(--color-surface-subtle);box-shadow:none;transform:none}.join-card-icon{color:var(--color-brand-light);margin-bottom:4px}.join-card-heading{font-family:Manrope,-apple-system,sans-serif;font-size:var(--text-base);font-weight:700;color:var(--agents-text)}.join-card-sub{font-size:var(--text-xs-plus);color:var(--agents-text-muted);line-height:1.5}.join-card-cta{background:var(--color-surface-raised);border:1px solid var(--color-border-strong);color:var(--color-text-primary);margin-top:4px}.join-card-cta:hover{background:#ffffff17;border-color:#ffffff47;opacity:1}.agent-grid.agent-grid--editorial{grid-template-columns:1fr;gap:var(--space-lg);max-width:720px;margin-left:auto;margin-right:auto;margin-bottom:var(--space-4xl)}.agent-card--editorial{display:grid;grid-template-columns:140px 1fr;grid-template-areas:"portrait head" "portrait body";align-items:start;gap:var(--space-md) 28px;padding:28px}.dir-portrait{grid-area:portrait;width:140px;height:140px;border-radius:var(--radius-full);flex-shrink:0}.dir-portrait-img{object-fit:cover;background:var(--color-surface-raised);display:block}.dir-monogram{display:flex;align-items:center;justify-content:center;background:var(--color-surface-raised);border:1px solid var(--color-border-strong);font-family:Manrope,-apple-system,sans-serif;font-size:var(--text-4xl);font-weight:800;letter-spacing:-.03em;color:var(--color-text-secondary)}.dir-head{grid-area:head}.dir-body{grid-area:body}.agent-card--editorial .card-name{font-size:24px;font-weight:800;letter-spacing:-.02em}.agent-card--editorial .card-agency{margin-bottom:0}.agent-card--editorial .super-agent-badge--card svg{width:18px;height:18px}.dir-tagline{font-size:15px;line-height:1.5;color:var(--color-text-secondary)}.dir-facts{display:flex;flex-wrap:wrap;gap:var(--space-sm) var(--space-3xl);margin-top:18px;padding-top:var(--space-lg);border-top:1px solid var(--agents-border)}.dir-fact{display:flex;flex-direction:column;gap:var(--space-2xs)}.dir-fact-value{font-family:Manrope,-apple-system,sans-serif;font-size:var(--text-xl);font-weight:800;letter-spacing:-.02em;line-height:1.1;color:var(--agents-text)}.dir-fact-label{font-size:var(--text-xs);color:var(--agents-text-muted)}.dir-creds{display:flex;flex-wrap:wrap;gap:var(--space-sm);margin-top:var(--space-lg)}.dir-cred{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:var(--radius-pill);border:1px solid var(--agents-border);background:var(--color-surface-subtle);font-size:var(--text-xs);font-weight:600;color:var(--color-text-secondary)}.dir-cred svg{color:var(--color-success-text);flex-shrink:0}.dir-cta{display:inline-flex;align-items:center;justify-content:center;gap:6px;width:auto;padding:0 22px;margin-top:var(--space-xl)}.dir-invite{display:flex;align-items:center;gap:var(--space-3xl);max-width:720px;margin:0 auto var(--space-5xl);padding-top:28px;border-top:1px solid var(--agents-border)}.dir-invite-copy{flex:1}.dir-invite-eyebrow{font-size:var(--text-2xs);font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--agents-text-muted);margin-bottom:6px}.dir-invite-title{font-family:Manrope,-apple-system,sans-serif;font-size:var(--text-xl-sm);font-weight:800;letter-spacing:-.02em;color:var(--agents-text);margin-bottom:6px}.dir-invite-text{font-size:var(--text-sm);line-height:1.55;color:var(--agents-text-muted);max-width:46ch}.dir-invite-cta{display:inline-flex;align-items:center;justify-content:center;gap:6px;width:auto;padding:0 22px;margin-top:0;flex-shrink:0}@media(max-width:640px){.agent-card--editorial{grid-template-columns:88px 1fr;grid-template-areas:"portrait head" "body body";gap:var(--space-lg);padding:var(--space-xl)}.dir-portrait{width:88px;height:88px}.dir-monogram{font-size:var(--text-2xl)}.agent-card--editorial .card-name{font-size:var(--text-xl)}.dir-facts{gap:var(--space-md) var(--space-2xl)}.dir-cta{width:100%}.dir-invite{flex-direction:column;align-items:flex-start;gap:var(--space-xl)}.dir-invite-cta{width:100%}}.empty-state{grid-column:1 / -1;text-align:center;padding:64px 24px}.empty-state h2{font-size:var(--text-lg);font-weight:700;color:var(--agents-text);margin-bottom:8px}.empty-state p{font-size:var(--text-sm);color:var(--agents-text-muted);margin-bottom:20px}.empty-clear-btn{background:none;border:1.5px solid var(--agents-border);border-radius:var(--btn-radius);padding:10px 20px;font-size:var(--text-sm);font-weight:600;color:var(--agents-text);cursor:pointer;font-family:inherit;transition:background .15s var(--spring)}.empty-clear-btn:hover{background:#ffffff0f}.empty-retry-btn{background:var(--color-brand);border:none;border-radius:var(--btn-radius);padding:10px 20px;font-size:var(--text-sm);font-weight:600;color:var(--color-text-primary);cursor:pointer;font-family:inherit;transition:opacity .15s var(--spring)}.empty-retry-btn:hover{opacity:.85}.skeleton-card{background:var(--agents-surface-raised);border:1.5px solid var(--agents-border);border-radius:20px;padding:24px}.skel{background:linear-gradient(135deg,#ffffff0a 25%,#ffffff14,#ffffff0a 75%);background-size:400% 400%;animation:skel-shimmer 1.6s ease infinite;border-radius:8px}@keyframes skel-shimmer{0%{background-position:100% 0}to{background-position:0% 100%}}.skel-line{height:14px;margin-bottom:8px;width:42%}.skel-line-sm{height:12px;margin-bottom:8px;width:28%}.skel-line-sm--wide{width:64%}.skel-btn{height:42px;border-radius:var(--btn-radius);margin-top:16px}.skel-btn--inline{width:148px}.skeleton-card--editorial{display:grid;grid-template-columns:140px 1fr;gap:28px;padding:28px}.skel-portrait{width:140px;height:140px;border-radius:var(--radius-full)}.skel-figures{height:46px;width:62%;margin:18px 0 16px}.skel-chips{height:28px;width:40%;margin-bottom:20px;border-radius:var(--radius-pill)}@media(max-width:640px){.skeleton-card--editorial{grid-template-columns:88px 1fr;gap:var(--space-lg);padding:var(--space-xl)}.skel-portrait{width:88px;height:88px}.skel-btn--inline{width:100%}}@media(max-width:900px){.agent-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.agent-grid{grid-template-columns:1fr;gap:16px}.hero{padding:40px 0 28px}.hero h1{font-size:var(--text-2xl)}header .container{padding:0 16px}.container{padding:0 16px}}@media(prefers-reduced-motion:reduce){.skel{animation:none;opacity:.7}}
