:root{color-scheme:light;--ink:#141414;--muted:#5a5f66;--surface:#fff;--panel:#f7f8fa;--accent:#b6955a;--line:#e7e9ed}*{box-sizing:border-box;padding:0;margin:0}body{font-family:Inter,Helvetica Neue,Segoe UI,sans-serif;min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}body.is-scatter-fullscreen{overflow:hidden}main{padding:72px 24px 120px}.container{max-width:1600px;margin:0 auto}.site-header{border-bottom:1px solid var(--line);background:#fff}.header-inner{display:flex;justify-content:space-between;align-items:center;padding:18px 24px}.header-actions{display:inline-flex;gap:10px}.icon-button{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:12px;border:1px solid var(--line);background:#fff;color:var(--ink);text-decoration:none;box-shadow:0 10px 24px hsla(0,0%,8%,.08);transition:transform .16s ease,box-shadow .16s ease,color .16s ease,border-color .16s ease}.icon-button:hover{transform:translateY(-1px);box-shadow:0 14px 30px hsla(0,0%,8%,.14);color:var(--accent);border-color:#e0d2bb}.icon-button svg,.icon-button__img{width:18px;height:18px}.logo{font-weight:700;letter-spacing:.08em;text-transform:uppercase;font-size:14px;display:inline-flex;align-items:center}.logo img{height:132px;width:auto;display:block}.nav{display:flex;gap:24px;font-size:13px;text-transform:uppercase;letter-spacing:.08em}.nav a{text-decoration:none;color:var(--ink)}.nav a:hover{color:var(--accent)}.hero{display:flex;flex-direction:column;gap:16px;margin-bottom:48px;position:relative;padding:64px 32px 56px;border-radius:28px;border:1px solid #efe2d4;background:#fff;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;border-radius:inherit;background:radial-gradient(1200px 420px at 12% 12%,rgba(182,149,90,.16),transparent 60%),radial-gradient(900px 380px at 85% 18%,rgba(29,78,216,.08),transparent 55%),linear-gradient(180deg,rgba(17,24,39,.06),rgba(17,24,39,0) 70%);opacity:.95;pointer-events:none;z-index:0}.hero h1{font-size:48px;line-height:1.08;letter-spacing:.08em;text-transform:uppercase;max-width:760px}.hero p{color:var(--muted);max-width:720px;line-height:1.5}.hero strong{color:var(--accent);font-weight:700}.hero:after{content:"";position:absolute;inset:0;border-radius:inherit;background-image:linear-gradient(135deg,rgba(17,24,39,.04),rgba(17,24,39,0)),linear-gradient(90deg,hsla(0,0%,8%,.04) 1px,transparent 0),linear-gradient(180deg,hsla(0,0%,8%,.04) 1px,transparent 0);background-size:auto,120px 120px,120px 120px;background-repeat:no-repeat,repeat,repeat;opacity:.3;pointer-events:none;z-index:0}.hero>*{position:relative;z-index:1}.home-filters{border:1px solid #ede3d5;background:linear-gradient(135deg,#fff,#fff8ee)}.home-section{margin-top:32px}.home-section-header{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:16px}.home-section-header h2{display:inline-flex;align-items:center;gap:12px;margin-bottom:0}.home-section-note{flex-basis:100%;margin-top:6px}.home-trophy{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:10px;background:linear-gradient(135deg,#fff3dc,#f3d4a3);border:1px solid rgba(182,149,90,.45);color:#7b4f12;box-shadow:0 8px 18px rgba(122,79,18,.18)}.home-trophy svg{width:22px;height:22px}.home-trophy img{display:block;object-fit:contain;object-position:center;margin:auto}.home-card-header{height:64px;display:flex;align-items:center;margin-bottom:12px}.home-card-header h2{margin-bottom:0;line-height:1.2;max-height:2.4em;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.home-card-body{flex:1 1;display:flex;flex-direction:column}.home-card-body .table-wrap{flex:1 1}.home-grid{display:grid;grid-gap:20px;gap:20px;grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch}.home-grid .card{border:1px solid #efe2d4;background:#fff;box-shadow:0 16px 32px hsla(0,0%,8%,.08);position:relative;overflow:hidden;display:flex;flex-direction:column;margin-top:0}.home-grid .card+.card{margin-top:0}.home-grid .card:before{content:"";position:absolute;inset:0 0 auto 0;height:4px;background:linear-gradient(90deg,rgba(182,149,90,0),#b6955a 18%,#efc47a 50%,#b6955a 82%,rgba(182,149,90,0))}.home-grid .card:nth-child(2):before{background:linear-gradient(90deg,rgba(47,158,163,0),#2f9ea3 18%,#7dd2cf 50%,#2f9ea3 82%,rgba(47,158,163,0))}.home-grid .card:nth-child(3):before{background:linear-gradient(90deg,rgba(123,79,163,0),#7b4fa3 18%,#c6a2e6 50%,#7b4fa3 82%,rgba(123,79,163,0))}@media (max-width:1200px){.home-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:860px){.home-grid{grid-template-columns:1fr}}.muted{color:var(--muted);line-height:1.5}.card h2{margin-bottom:12px;font-size:20px;letter-spacing:.04em;text-transform:uppercase}.card-header{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:12px}.card-header h2{margin-bottom:0}.card-header-actions{display:inline-flex;gap:8px;flex-wrap:wrap}.card p{margin-bottom:16px}.search-card{background:linear-gradient(135deg,#f7f3ed,#fff)}.search-card--borderless{border:none;padding:20px 0 10px;background:transparent}.search-form{grid-template-columns:1fr}.search-label{font-size:12px;text-transform:uppercase;letter-spacing:.12em;color:var(--muted)}.search-card--borderless .search-input{border:none;background:#fff;box-shadow:0 18px 40px hsla(0,0%,8%,.08);transition:transform .16s ease,box-shadow .16s ease;cursor:pointer}.search-input{margin-top:8px;width:100%;border:1px solid #e0e3e8;border-radius:14px;padding:16px 18px;font-size:17px;background:#fff;box-shadow:0 12px 30px hsla(0,0%,8%,.06)}.search-input:focus{outline:none;border-color:var(--accent);box-shadow:0 12px 30px rgba(182,149,90,.18)}.search-input:hover{cursor:pointer}.search-field{position:relative}.search-suggestions{position:absolute;top:calc(100% + 10px);left:0;right:0;z-index:20;padding:8px;border-radius:16px;border:1px solid var(--line);background:#fff;box-shadow:0 18px 40px hsla(0,0%,8%,.14);display:flex;flex-direction:column;gap:6px}.search-suggestion{display:grid;grid-gap:4px;gap:4px;padding:10px 12px;border-radius:12px;border:1px solid transparent;text-decoration:none;color:inherit;transition:background .16s ease,border-color .16s ease,color .16s ease}.search-suggestion:hover{background:#f3f6fa;border-color:#d9e0ea;color:#101114}.search-suggestion-name{font-weight:600}.search-suggestion-meta{font-size:12px;color:var(--muted)}.search-card--borderless .search-input:hover{transform:translateY(-1px);box-shadow:0 22px 46px hsla(0,0%,8%,.12)}.search-card--borderless .search-input:focus{transform:translateY(-2px);box-shadow:0 18px 40px rgba(182,149,90,.2)}.notice{margin-bottom:12px;padding:10px 12px;border-radius:10px;background:#f5f7fa;border:1px solid var(--line);color:var(--muted);font-size:14px}.notice-success{background:#fbf6ee;border-color:#e6d6bf;color:#8f6b32}.card{border-radius:12px;padding:24px;border:1px solid var(--line)}.card+.card{margin-top:32px}.settings-page{display:flex;flex-direction:column;gap:32px}.settings-hero{margin-bottom:0}.settings-grid{display:grid;grid-gap:24px;gap:24px;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}.settings-card{border-radius:18px;border:1px solid #ebe3d7;background:linear-gradient(145deg,#fff,#fffaf3);box-shadow:0 18px 36px hsla(0,0%,8%,.08)}.settings-card--wide{grid-column:span 2}.settings-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:16px}.settings-card-header h2{margin-bottom:6px}.settings-form{padding:16px;border-radius:14px;border:1px solid #efe5d8;background:#fff;box-shadow:0 12px 24px hsla(0,0%,8%,.06)}.settings-form+.settings-form{margin-top:16px}.settings-divider{height:1px;background:linear-gradient(90deg,rgba(182,149,90,0),rgba(182,149,90,.35),rgba(182,149,90,0));margin:20px 0}.settings-meta{display:grid;grid-gap:6px;gap:6px}.form{display:grid;grid-gap:16px;gap:16px}.filters{grid-template-columns:repeat(4,minmax(0,1fr));align-items:end;gap:20px 24px}.stealth-filters .search-label:first-child{grid-column:span 3}.filter-actions{gap:12px;justify-content:flex-start;padding-top:12px}.filters-checkbox{display:inline-flex;align-items:center;gap:10px;padding:10px 14px;border-radius:999px;border:1px solid #b7ddd8;background:#f3fbfa;text-transform:uppercase;letter-spacing:.08em;cursor:pointer}.filters-checkbox input{width:16px;height:16px;accent-color:#2f9ea3;cursor:pointer}.filters-group--employees input[type=number]{border-color:#d9c19a;background:#fffaf2}.filters-group--employees input[type=number]:focus{border-color:#b6955a;box-shadow:0 12px 30px rgba(182,149,90,.18)}.filters-group--interaction input[type=number]{border-color:#b7ddd8;background:#f3fbfa}.filters-group--interaction input[type=number]:focus{border-color:#2f9ea3;box-shadow:0 12px 30px rgba(47,158,163,.18)}.filters-group--raised input[type=number]{border-color:#dccaea;background:#f7f2fb}.filters-group--raised input[type=number]:focus{border-color:#7b4fa3;box-shadow:0 12px 30px rgba(123,79,163,.18)}.filters-group--vcdates input{border:0;background:#fffaf2;border-radius:999px;padding:12px 16px;line-height:1.2;box-shadow:inset 0 0 0 1px #e6d6bf;outline:none;background-clip:padding-box}.filters-group--vcdates input:focus{box-shadow:inset 0 0 0 1px #b6955a,0 0 0 3px rgba(182,149,90,.2)}.filters-group--vcdates input:focus,.vc-filters input{outline:none;background-clip:padding-box}.vc-filters .filters-group--vcdates{border:0;background:transparent}label{display:grid;grid-gap:6px;gap:6px;font-size:14px;text-transform:uppercase;letter-spacing:.08em}input[type=date],input[type=email],input[type=file],input[type=number],input[type=text]{border:1px solid var(--line);padding:10px 12px;border-radius:999px;background:#fff;font-family:inherit}input[type=date]:hover,input[type=email]:hover,input[type=number]:hover,input[type=text]:hover{cursor:pointer}select{border:1px solid var(--line);padding:10px 38px 10px 12px;border-radius:999px;background-color:#fff;font-family:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:linear-gradient(45deg,transparent 50%,var(--muted) 50%),linear-gradient(135deg,var(--muted) 50%,transparent 50%),linear-gradient(to right,#fff,#fff);background-position:calc(100% - 18px) calc(50% - 3px),calc(100% - 12px) calc(50% - 3px),0 0;background-size:6px 6px,6px 6px,100% 100%;background-repeat:no-repeat}.vc-filters .dropdown-trigger:hover,.vc-filters input:hover,.vc-filters select:hover,select:hover{cursor:pointer}.select-wrap{position:relative;border-radius:999px;width:100%;display:block}.select-wrap select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:none;min-height:44px;padding:12px 44px 12px 16px;background-clip:padding-box;width:100%;display:block}.select-wrap:after{content:"";position:absolute;right:18px;top:50%;width:8px;height:8px;border-right:2px solid var(--muted);border-bottom:2px solid var(--muted);transform:translateY(-50%) rotate(45deg);pointer-events:none}select:focus{outline:none;border-color:var(--accent);box-shadow:0 12px 30px rgba(182,149,90,.18)}.country-select{min-width:180px;border:1px solid #e0e3e8;background:#fff;color:var(--ink);font-weight:600;letter-spacing:.04em;text-transform:uppercase;font-size:11px;padding:8px 34px 8px 12px;border-radius:999px;box-shadow:0 10px 24px hsla(0,0%,8%,.08);transition:box-shadow .16s ease,border-color .16s ease,transform .16s ease;background-image:linear-gradient(45deg,transparent 50%,var(--muted) 50%),linear-gradient(135deg,var(--muted) 50%,transparent 50%),linear-gradient(to right,transparent,transparent);background-position:calc(100% - 18px) calc(50% - 3px),calc(100% - 12px) calc(50% - 3px),0 0;background-size:6px 6px,6px 6px,100% 100%;background-repeat:no-repeat;-webkit-appearance:none;-moz-appearance:none;appearance:none}.country-select:hover{cursor:pointer;transform:translateY(-1px);box-shadow:0 14px 30px hsla(0,0%,8%,.12)}.country-select:focus{outline:none;border-color:var(--accent);box-shadow:0 14px 30px rgba(182,149,90,.2)}textarea{border:1px solid var(--line);padding:12px 14px;border-radius:16px;background:#fff;font-family:inherit;font-size:14px;line-height:1.5;box-shadow:0 12px 30px hsla(0,0%,8%,.06)}textarea:focus{outline:none;border-color:var(--accent);box-shadow:0 12px 30px rgba(182,149,90,.18)}.status-select{min-width:170px;border:1px solid #d7c6a8;background:linear-gradient(180deg,#fffaf2,#f0e4d3);color:#2a1c0c;font-weight:700;letter-spacing:.08em;text-transform:uppercase;font-size:10px;padding:8px 36px 8px 12px;border-radius:999px;box-shadow:0 10px 24px rgba(182,149,90,.2);text-align:center;text-align-last:center;-moz-text-align-last:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:linear-gradient(45deg,transparent 50%,#6d5a3a 0),linear-gradient(135deg,#6d5a3a 50%,transparent 0),linear-gradient(90deg,transparent,transparent);background-position:calc(100% - 18px) calc(50% - 3px),calc(100% - 12px) calc(50% - 3px),0 0;background-size:6px 6px,6px 6px,100% 100%;background-repeat:no-repeat}.status-select:focus{outline:none;border-color:#b6955a;box-shadow:0 12px 26px rgba(182,149,90,.35)}.status-select option{text-align:center;font-weight:600;text-transform:uppercase}.status-select.status-to-qualify{border-color:#b6955a;background-image:linear-gradient(45deg,transparent 50%,#6d5a3a 0),linear-gradient(135deg,#6d5a3a 50%,transparent 0),linear-gradient(180deg,#fff3dc,#e6c89b);color:#2a1c0c}.status-select.status-not-interesting{border-color:#c8cdd5;background-image:linear-gradient(45deg,transparent 50%,#58606b 0),linear-gradient(135deg,#58606b 50%,transparent 0),linear-gradient(180deg,#f1f3f6,#d9dde5);color:#39414d}.status-select.status-to-contact{border-color:#9bb9e8;background-image:linear-gradient(45deg,transparent 50%,#2f4e7b 0),linear-gradient(135deg,#2f4e7b 50%,transparent 0),linear-gradient(180deg,#ecf3ff,#cfe0fb);color:#1f3b66}.status-select.status-contacted{border-color:#9dd6b2;background-image:linear-gradient(45deg,transparent 50%,#2f6d4c 0),linear-gradient(135deg,#2f6d4c 50%,transparent 0),linear-gradient(180deg,#e8f6ee,#c4e4d0);color:#1e4a32}.manual-entry{display:flex;justify-content:flex-start}.manual-entry-inline{display:flex;justify-content:flex-end;margin-bottom:20px}.button-small{padding:8px 14px;font-size:11px;letter-spacing:.08em}.modal-backdrop{position:fixed;inset:0;background:hsla(0,0%,8%,.4);display:flex;align-items:center;justify-content:center;padding:24px;z-index:2000}.modal{width:min(640px,92vw);background:#fff;border-radius:16px;border:1px solid var(--line);box-shadow:0 22px 60px hsla(0,0%,8%,.18);padding:24px}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.modal-close{border:1px solid var(--line);background:#fff;width:36px;height:36px;border-radius:50%;font-size:16px;line-height:1;padding:0}.modal-close:hover{background:#111;color:#fff}.country-dropdown{position:relative}.dropdown-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid var(--line);padding:10px 14px;border-radius:999px;background:#fff;font-family:inherit;box-shadow:0 12px 30px hsla(0,0%,8%,.06);transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.dropdown-trigger:hover{transform:translateY(-1px);box-shadow:0 18px 36px hsla(0,0%,8%,.12);cursor:pointer}.dropdown-trigger:focus-visible{outline:none;border-color:var(--accent);box-shadow:0 16px 36px rgba(182,149,90,.2)}.dropdown-trigger-content{display:flex;align-items:center;gap:10px;min-width:0}.dropdown-label{font-size:14px;font-weight:600;letter-spacing:.02em;text-transform:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dropdown-label.is-placeholder{color:var(--muted);font-weight:500}.dropdown-caret{width:10px;height:10px;border-right:2px solid var(--muted);border-bottom:2px solid var(--muted);transform:rotate(45deg);transition:transform .16s ease}.dropdown-trigger.is-open .dropdown-caret{transform:rotate(-135deg)}.dropdown-menu{position:absolute;top:calc(100% + 10px);left:0;right:0;z-index:20;padding:8px;border-radius:16px;border:1px solid var(--line);background:#fff;box-shadow:0 18px 40px hsla(0,0%,8%,.14);max-height:280px;overflow-y:auto;display:flex;flex-direction:column;gap:4px}.dropdown-option{border:1px solid transparent;border-radius:12px;background:transparent;padding:8px 12px;display:flex;align-items:center;gap:10px;font-size:14px;text-align:left;font-family:inherit;cursor:pointer;transition:background .16s ease,border-color .16s ease,color .16s ease}.dropdown-option:hover{background:#e9eef5;color:#101114}.dropdown-option.is-selected{border-color:var(--accent);background:#fbf6ee;color:var(--accent)}.dropdown-option-label{flex:1 1}.dropdown-flag{width:22px;height:16px;border-radius:4px;border:1px solid hsla(0,0%,8%,.12);background:#f1f2f4;color:var(--muted);display:inline-flex;align-items:center;justify-content:center;font-size:8px;letter-spacing:.16em;text-transform:uppercase}.dropdown-flag.more{background:#f8f2e9;color:#8f6b32;font-weight:700;letter-spacing:.08em}.dropdown-flag-icon{width:22px;height:16px}.dropdown-flag-stack{display:inline-flex;align-items:center;gap:6px}input::placeholder{color:#9aa1a9}button{border:1px solid var(--ink);padding:12px 22px;border-radius:999px;background:#fff;color:var(--ink);font-weight:600;text-transform:uppercase;letter-spacing:.08em;cursor:pointer;transition:background .16s ease,color .16s ease}button:hover{background:var(--ink);color:#fff}.button-link{display:inline-flex;align-items:center;justify-content:center;padding:12px 22px;border-radius:999px;border:1px solid var(--ink);color:var(--ink);text-decoration:none;text-transform:uppercase;letter-spacing:.08em;font-weight:600;width:-moz-fit-content;width:fit-content}.button-link:hover{background:var(--ink);color:#fff}.company-link{color:var(--ink);text-decoration:none;font-weight:600}.row-link{display:block;color:inherit;text-decoration:none}.row-subtle{color:var(--muted);font-size:12px}.metric-chip{font-weight:600}.score-chip{display:inline-flex;align-items:center;justify-content:center;min-width:64px;padding:6px 14px;border-radius:999px;border:1px solid #d9c19a;background:linear-gradient(140deg,#f8f2e9,#d5b482 60%,#b6955a);color:#2b1c0b;font-weight:700;letter-spacing:.08em;text-transform:uppercase;box-shadow:0 10px 22px rgba(182,149,90,.35)}.score-chip:hover{box-shadow:0 14px 28px rgba(182,149,90,.45);transform:translateY(-1px)}.flag-icon{display:inline-block;width:20px;height:15px;border-radius:2px;vertical-align:middle;box-shadow:0 0 0 1px rgba(0,0,0,.06)}.row-link:hover .company-link{color:var(--accent)}.company-cell{position:relative}.company-tooltip{position:absolute;left:0;top:calc(100% + 8px);max-width:520px;min-width:320px;padding:10px 12px;border-radius:12px;border:1px solid var(--line);background:#fff;color:var(--ink);font-size:12px;line-height:1.4;box-shadow:0 16px 32px hsla(0,0%,8%,.18);opacity:0;pointer-events:none;transform:translateY(4px);transition:opacity .15s ease,transform .15s ease;z-index:5}.company-cell:hover .company-tooltip{opacity:1;transform:translateY(0)}.table{width:100%;border-collapse:collapse;font-size:14px}.table-wrap{position:relative;width:100%;overflow-x:auto}.table-clearing-overlay{position:absolute;inset:0;z-index:20;border-radius:10px;background:hsla(0,0%,100%,.76);backdrop-filter:blur(1px);-webkit-backdrop-filter:blur(1px);display:inline-flex;align-items:center;justify-content:center;gap:8px;pointer-events:none}.table-clearing-overlay__text{font-size:12px;color:#2e3642;font-weight:500}.table-scroll{max-height:min(70vh,720px);overflow:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.table-scroll .table thead th{position:-webkit-sticky;position:sticky;top:0;background:#fff;z-index:1}.table-pagination{display:flex;flex-wrap:wrap;gap:12px 24px;align-items:center;justify-content:space-between;margin-top:18px}.table-meta{font-size:13px;color:var(--muted)}.pagination-controls{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.pagination-controls button:disabled{opacity:.4;cursor:not-allowed}.pagination-status{font-size:13px}.pagination-size,.pagination-status{color:var(--muted);text-transform:uppercase;letter-spacing:.08em}.pagination-size{display:inline-flex;align-items:center;gap:8px;font-size:12px}.pagination-size select{border:1px solid var(--line);padding:8px 12px;border-radius:999px;background:#fff;font-family:inherit}.table-wrap .table{min-width:860px}.table-row{transition:background .16s ease}.table-row.is-clickable{cursor:pointer}.table-row:hover{background:#f8f9fb}.details-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:20px 32px;gap:20px 32px}.chart{gap:12px}.chart,.chart-list{display:flex;flex-direction:column}.chart-list{gap:10px}.chart-row{display:grid;grid-template-columns:minmax(0,1fr) 2fr auto;grid-gap:12px;gap:12px;align-items:center}.chart-label{font-size:13px;color:var(--ink)}.chart-bar{position:relative;height:8px;background:#f1f3f6;border-radius:999px;overflow:hidden}.chart-fill{position:absolute;inset:0;width:0;background:var(--accent)}.growth-card{display:flex;flex-direction:column;gap:16px}.growth-toggle{display:flex;flex-wrap:wrap;gap:8px}.growth-fullscreen{border:1px solid var(--line);background:#fff;color:var(--ink);padding:6px 14px;border-radius:999px;font-size:11px;text-transform:uppercase;letter-spacing:.12em;cursor:pointer}.growth-fullscreen:hover{background:#111;color:#fff}.growth-clear{border:1px solid #c9b491;background:#fbf6ee;color:#8f6b32;padding:6px 12px;border-radius:999px;font-size:11px;text-transform:uppercase;letter-spacing:.12em;cursor:pointer}.growth-clear:hover{background:#8f6b32;color:#fff}.growth-pill{border:1px solid var(--line);background:#fff;color:var(--ink);padding:6px 12px;border-radius:999px;font-size:11px;text-transform:uppercase;letter-spacing:.12em;cursor:pointer}.growth-pill.active{border-color:var(--accent);color:var(--accent);background:var(--panel)}.growth-scatter-mode{width:100%;font-size:12px;color:var(--muted);letter-spacing:.08em;text-transform:uppercase}.growth-scatter-mode strong{color:#8f6b32}.growth-meter{border:1px solid var(--line);border-radius:14px;padding:16px;background:#fff}.growth-track{position:relative;height:10px;border-radius:999px;background:linear-gradient(90deg,#c54848,#f2c36a 50%,#3d78d8)}.growth-marker{position:absolute;top:50%;transform:translate(-50%,-50%);width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 0 0 2px #fff,0 0 0 4px hsla(0,0%,8%,.22),0 4px 12px rgba(0,0,0,.22)}.growth-marker.pos{background:#2f6fd6}.growth-marker.neg{background:#c23f3f}.growth-values{display:flex;flex-wrap:wrap;gap:12px 24px;margin-top:12px;font-size:13px;color:var(--muted)}.growth-value{color:var(--ink);font-weight:600}.chart-value{font-size:12px;letter-spacing:.08em}.chart-value,.detail-label{color:var(--muted);text-transform:uppercase}.detail-label{font-size:11px;letter-spacing:.12em;margin-bottom:6px}.detail-value{font-size:15px;color:var(--ink);word-break:break-word}.summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:16px;gap:16px}.summary-tile{border:1px solid var(--line);border-radius:10px;padding:16px;background:#fff}.summary-list{font-size:14px;color:var(--ink)}.stealth-country-tile{text-align:left;border:1px solid #efe2d4;background:linear-gradient(135deg,hsla(36,52%,94%,.9),rgba(182,149,90,calc(.12 + var(--tile-strength, 0) * .6)));box-shadow:0 12px 24px hsla(0,0%,8%,.08);transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease;cursor:pointer}.stealth-country-tile:hover{transform:translateY(-3px);box-shadow:0 18px 36px hsla(0,0%,8%,.16);border-color:#c9b491;background:linear-gradient(135deg,hsla(36,52%,94%,.95),rgba(182,149,90,calc(.22 + var(--tile-strength, 0) * .7)))}.stealth-country-flag{margin-right:8px;vertical-align:middle}.stealth-country-fallback{display:inline-flex;align-items:center;justify-content:center;width:20px;height:15px;margin-right:8px;border-radius:3px;border:1px solid hsla(0,0%,8%,.12);background:#f1f2f4;color:var(--muted);font-size:9px;letter-spacing:.12em;text-transform:uppercase}.stealth-country-tile.is-active{border-color:var(--accent);box-shadow:0 16px 30px rgba(182,149,90,.28)}.growth-scatter{background:linear-gradient(135deg,#fff 10%,#f8f2e9);border:1px solid #efe2d4}.growth-scatter,.interaction-scatter{box-shadow:0 18px 40px hsla(0,0%,8%,.08)}.interaction-scatter{background:linear-gradient(135deg,#f4fbfb 10%,#fff);border:1px solid #cfe9e6}.raised-scatter{background:linear-gradient(135deg,#f7f2fb 10%,#fff);border:1px solid #e3d3f4;box-shadow:0 18px 40px hsla(0,0%,8%,.08)}.interaction-scatter .scatter-panel{fill:#f8fefd;stroke:#cfe9e6}.interaction-scatter .scatter-grid{stroke:#cfe9e6}.interaction-scatter .scatter-cell{fill:#2f9ea3}.interaction-scatter .scatter-axis,.interaction-scatter .scatter-tick{stroke:#86c9c7}.interaction-scatter .scatter-tick-label{fill:#2e7d7b}.raised-scatter .scatter-panel{fill:#fbf8fe;stroke:#e3d3f4}.raised-scatter .scatter-grid{stroke:#e3d3f4}.raised-scatter .scatter-cell{fill:#7b4fa3}.raised-scatter .scatter-axis,.raised-scatter .scatter-tick{stroke:#c8a9e6}.raised-scatter .scatter-tick-label{fill:#6a3d8f}.growth-scatter.is-fullscreen{background:#fff;border-radius:0;padding:8px 12px 12px;position:fixed;inset:0;z-index:999;margin:0;width:100vw;height:100vh;display:flex;flex-direction:column}.growth-scatter-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;flex-wrap:wrap;margin-bottom:16px}.growth-scatter.is-fullscreen .growth-scatter-header{justify-content:center;margin-bottom:6px}.growth-scatter.is-fullscreen .growth-scatter-header>div:first-child{display:none}.growth-scatter-header .muted{margin-top:6px}.scatter-wrap{width:100%;overflow:hidden;position:relative}.growth-scatter.is-fullscreen .scatter-wrap{flex:1 1;min-height:0}.growth-scatter.is-fullscreen .scatter-wrap svg{height:100%}.scatter-wrap svg{width:100%;height:auto;display:block}.scatter-panel{fill:#fff;stroke:#efe2d4}.scatter-grid{stroke:#f0e8dc;stroke-dasharray:4 6}.scatter-cell{fill:#b6955a;cursor:pointer;transition:opacity .14s ease,filter .14s ease}.scatter-cell:hover{filter:brightness(1.1)}.scatter-zero{stroke:#a4834a;stroke-width:1.6;stroke-dasharray:8 6}.scatter-zero-label{fill:#a4834a;font-size:10px;font-weight:600;letter-spacing:.1em}.scatter-axis,.scatter-tick{stroke:#bfa784;stroke-width:1}.scatter-tick-label{fill:#8d7a5a;font-size:11px;letter-spacing:.08em}.scatter-label{fill:var(--muted);font-size:11px;font-weight:600;letter-spacing:.16em;text-transform:uppercase}.scatter-link{cursor:pointer}.scatter-hit{fill:transparent}.scatter-dot{fill:var(--accent);opacity:.82;stroke:#fff;stroke-width:1.8;paint-order:stroke fill;filter:drop-shadow(0 6px 12px rgba(20,20,20,.12));transition:opacity .18s ease,fill .18s ease,filter .22s ease,stroke-width .2s ease}.scatter-dot.is-hovered{opacity:1;fill:#8f6b32;stroke:#f4e4cb;stroke-width:2.6;filter:drop-shadow(0 16px 22px rgba(20,20,20,.24));animation:scatter-glow 1.6s ease-in-out infinite}.scatter-empty{fill:var(--muted);font-size:14px}.scatter-tooltip{position:absolute;transform:translate(-50%,-125%);padding:8px 12px;border-radius:999px;background:#fff;border:1px solid #efe2d4;color:var(--ink);font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;box-shadow:0 16px 32px hsla(0,0%,8%,.18);white-space:nowrap;z-index:30;text-decoration:none;pointer-events:auto}.scatter-tooltip--density{width:min(380px,80vw);border-radius:16px;text-transform:none;letter-spacing:.02em;font-weight:500;transform:none;white-space:normal}.scatter-tooltip-title{font-weight:700;text-transform:uppercase;letter-spacing:.12em;font-size:11px;margin-bottom:6px;color:#8f6b32}.scatter-tooltip-row{font-size:12px;color:var(--ink);margin-bottom:4px}.scatter-tooltip-list{margin-top:8px;border-top:1px solid #efe2d4;padding-top:8px;max-height:220px;overflow-y:auto}.scatter-tooltip-list-title{font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:var(--muted);margin-bottom:6px}.scatter-tooltip-item{display:flex;flex-direction:column;gap:2px;padding:4px 0}.scatter-tooltip-name{font-weight:600;color:var(--ink);font-size:12px}.scatter-tooltip-meta{color:var(--muted);font-size:11px}.scatter-tooltip-cta{margin-top:8px;width:100%;border:1px solid #b6955a;background:#fbf6ee;color:#8f6b32;padding:8px 10px;border-radius:999px;font-size:11px;text-transform:uppercase;letter-spacing:.12em;cursor:pointer}.scatter-tooltip-cta:hover{background:#8f6b32;color:#fff}.scatter-tooltip:hover{color:#8f6b32;border-color:#d8c2a4}@keyframes scatter-glow{0%{opacity:.9}50%{opacity:1;filter:drop-shadow(0 18px 28px rgba(182,149,90,.35))}to{opacity:.95}}@keyframes sheet-header-pulse{0%{opacity:.4;transform:scaleX(.6)}50%{opacity:1;transform:scaleX(1)}to{opacity:.5;transform:scaleX(.7)}}.table td,.table th{text-align:center;padding:12px 10px;border-bottom:1px solid var(--line)}.table-input{width:100%;height:100%;min-height:44px;border:none;border-radius:0;padding:10px 12px;font:inherit;font-size:14px;letter-spacing:inherit;text-transform:none;color:inherit;background:transparent;cursor:text;-webkit-user-select:text;-moz-user-select:text;user-select:text;pointer-events:auto;display:block;position:relative;z-index:1}.table-input:hover{cursor:text}.table-input:focus{outline:none;box-shadow:inset 0 0 0 2px var(--accent)}.table-sheet{border:1px solid #e9dfcf;border-radius:16px;overflow:hidden;-webkit-user-select:text;-moz-user-select:text;user-select:text;box-shadow:0 16px 36px hsla(0,0%,8%,.06)}.table-sheet thead th{background:linear-gradient(180deg,#fff7ec,#f6efe4);text-transform:none;letter-spacing:.02em;font-weight:700;font-size:12px;color:#5a4a32;border-bottom:1px solid #e6d6bf}.table-sheet--screening thead th{position:-webkit-sticky;position:sticky;top:0;z-index:2;position:relative}.table-sheet--screening thead th.sheet-header-selectable{-webkit-user-select:none;-moz-user-select:none;user-select:none}.table-sheet--screening thead th.sheet-header-selectable.is-selected{background:#f1f5fa;border-bottom-color:#d5dde9;color:#344052}.table-sheet--screening thead th.sheet-index .sheet-th-content{width:100%;justify-content:center;padding-right:0}.table-sheet--screening thead th.col-company-input,.table-sheet--screening thead th.col-domain{display:table-cell;white-space:nowrap}.table-scroll .table-sheet--screening{width:max-content;min-width:max(100%,1920px)}.sheet-th-content{display:inline-flex;align-items:center;gap:6px;padding-right:12px}.sheet-col-resizer{position:absolute;top:0;right:-5px;width:10px;height:100%;border:0;background:transparent;padding:0;cursor:col-resize;min-height:0;border-radius:0}.sheet-col-resizer:after{content:"";position:absolute;top:8px;bottom:8px;right:4px;width:1px;background:#d5dce7}.sheet-col-resizer:hover:after{background:#aeb8c7}.sheet-header-main{display:inline}.sheet-input-tag{margin-left:6px;display:inline-flex;align-items:center;min-height:16px;padding:0 6px;border-radius:999px;border:1px solid #dce2ea;background:#f5f7fa;color:#697281;font-size:9px;font-weight:500;letter-spacing:.01em;text-transform:none;vertical-align:middle}.sheet-input-hint{margin:8px 0 10px 12px;color:#717987;font-size:11px;font-weight:500;letter-spacing:0}.selection-actions{position:absolute;z-index:40;transform:none;gap:6px;padding:4px;border-radius:8px;background:hsla(0,0%,100%,.96);backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);box-shadow:0 8px 18px rgba(16,24,40,.1)}.selection-action-button,.selection-actions{display:inline-flex;align-items:center;border:1px solid #d9e0ea}.selection-action-button{width:30px;height:30px;border-radius:6px;background:#fff;justify-content:center;padding:0;min-height:0}.selection-action-button:hover{background:#f7f9fc;border-color:#c8d1df}.selection-action-button:disabled{opacity:.7;cursor:default}.selection-action-button--danger:hover{background:#fff7f4;border-color:#e3c3b6}.selection-action-button--danger.is-deleting{background:#f7f9fc;border-color:#cfd7e3}.selection-action-spinner{width:14px;height:14px;border-radius:999px;border:2px solid #d2d8e2;border-top-color:#5a6473;animation:selection-action-spin .75s linear infinite}@keyframes selection-action-spin{to{transform:rotate(1turn)}}.table-sheet td{border-right:1px solid #f1e7d8;border-bottom:1px solid #f1e7d8;padding:0;cursor:text;-webkit-user-select:text;-moz-user-select:text;user-select:text;position:relative;background:#fff;color:#1f1a14}.table-sheet .col-domain{width:auto;max-width:none}.table-sheet thead th.col-domain{color:#8f6b32;letter-spacing:.16em;font-weight:800;font-size:13px;text-transform:uppercase}.table-sheet--screening thead th.col-domain{font-size:11px;font-weight:600;text-transform:none;letter-spacing:.01em}.table-sheet td.col-domain{background:inherit;font-weight:inherit;color:inherit}.table-sheet--screening .sheet-index{width:48px;text-align:center;font-size:12px;color:#6f7783;border-right:1px solid #edf1f6;padding:0}.table-sheet--screening .sheet-index.is-selected{background:#f4e7d2;color:#7b4f12;box-shadow:inset 0 0 0 1px #d6b88e}.table-sheet--screening tbody tr:hover td{background:#fff}.sheet-actions .button-link,.sheet-actions button{box-shadow:0 10px 24px hsla(0,0%,8%,.08)}.sheet-icon-button--danger.is-clearing{border-color:#d9e0ea;background:#fff}.sheet-icon-button--danger.is-clearing .sheet-icon-img,.sheet-icon-img.is-clearing{animation:sheet-clearing-spin .9s linear infinite}@keyframes sheet-clearing-spin{to{transform:rotate(1turn)}}.sheet-table-actions{display:flex;justify-content:flex-end;margin:8px 0 12px}.sheet-actions{display:inline-flex;align-items:center;gap:10px}.sheet-add-row-wrap{display:flex;justify-content:flex-start;margin-top:10px}.sheet-add-row-button{display:inline-flex;align-items:center;gap:6px;height:32px;border:1px solid #d9e0ea;border-radius:8px;background:#fff;color:#2e3642;font-size:12px;font-weight:500;padding:0 10px;cursor:pointer}.sheet-add-row-button:hover{border-color:#c9d2df;background:#f9fbfd}.copy-toast{font-size:12px;color:#8f6b32;background:#fbf6ee;border:1px solid #e6d6bf;padding:6px 10px;border-radius:999px;letter-spacing:.08em;text-transform:uppercase}.sheet-icon-button{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:999px;border:1px solid #e6d6bf;background:#fff;color:var(--ink);box-shadow:0 10px 24px hsla(0,0%,8%,.08);text-decoration:none;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.sheet-icon-button:hover{transform:translateY(-1px);box-shadow:0 14px 30px hsla(0,0%,8%,.14);border-color:#d8c2a4;background:#fff;color:var(--ink)}.sheet-icon-button--danger{border-color:#ead1c6;background:#fff8f2}.sheet-icon-button--danger:hover{border-color:#d9b3a0}.sheet-icon{width:16px;height:16px;stroke:#1b1b1b;stroke-width:1.4;fill:none;stroke-linecap:round;stroke-linejoin:round}.sheet-icon-img{width:16px;height:16px;display:block;transition:transform .18s ease,filter .18s ease}.sheet-icon-img.is-copied{transform:scale(1.15);filter:drop-shadow(0 6px 10px rgba(182,149,90,.35))}.copy-icon{width:14px;height:14px;display:inline-block;margin-right:8px;background-repeat:no-repeat;background-position:50%;background-size:contain;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232c2012' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><rect x='9' y='9' width='13' height='13' rx='2'/><path d='M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1'/></svg>")}.table-sheet td.sheet-cell{cursor:pointer;border-radius:0;position:relative;z-index:0;transition:none}.table-sheet td.sheet-cell.is-selected{background:rgba(236,244,255,.32);outline:none;--sel-top:0px;--sel-right:0px;--sel-bottom:0px;--sel-left:0px;--sel-color:#8ea9d0;z-index:3;box-shadow:none}.table-sheet td.sheet-cell.is-selected:after{content:"";position:absolute;inset:0;pointer-events:none;z-index:5;box-sizing:border-box;border-style:solid;border-color:var(--sel-color);border-width:var(--sel-top) var(--sel-right) var(--sel-bottom) var(--sel-left);border-radius:0}.table-sheet td.sheet-cell.is-selected-edge-top{--sel-top:1px}.table-sheet td.sheet-cell.is-selected-edge-bottom{--sel-bottom:1px}.table-sheet td.sheet-cell.is-selected-edge-left{--sel-left:1px}.table-sheet td.sheet-cell.is-selected-edge-left:after{left:-1px}.table-sheet td.sheet-cell.is-selected-edge-right{--sel-right:1px}.table-sheet td.sheet-cell:active{background:rgba(236,244,255,.32)}.table-sheet{-webkit-user-select:none;-moz-user-select:none;user-select:none}.table-sheet .table-input{cursor:text;-webkit-user-select:text;-moz-user-select:text;user-select:text}.sheet-domain{display:flex;align-items:center;gap:10px;padding-right:12px}.sheet-domain .table-input{flex:1 1}.sheet-country-input{display:flex;align-items:center;gap:8px;padding:0 8px}.sheet-country-input .table-input{flex:1 1}.sheet-domain-link{border:1px solid #d9e0ea;background:#fff;color:#586273;font-size:11px;font-weight:500;text-transform:none;letter-spacing:0;padding:4px 8px;border-radius:999px;text-decoration:none;cursor:pointer;white-space:nowrap;transition:border-color .12s ease,background .12s ease,color .12s ease;box-shadow:none}.sheet-domain-link:hover{border-color:#c8d1df;background:#f9fbfd;color:#3f4958}.sheet-domain-link--icon{width:24px;min-width:24px;height:24px;min-height:24px;padding:0;display:inline-flex;align-items:center;justify-content:center}.sheet-domain-link--icon img{width:14px;height:14px;display:block}.sheet-attio{display:inline-flex;align-items:center;gap:6px}.sheet-company-with-attio{display:flex;align-items:center;justify-content:flex-start;gap:6px;width:100%}.sheet-company-with-attio .table-input--company{flex:1 1 auto;text-align:left}.sheet-company-with-attio .sheet-domain-link--icon{margin-right:6px}.sheet-description-wrap{position:relative}.sheet-description-floating-tooltip{position:absolute;width:min(560px,calc(100vw - 32px));z-index:35;padding:8px 10px;border:1px solid #d7dde7;border-radius:8px;background:#fff;color:#1f2630;font-size:12px;line-height:1.4;box-shadow:0 8px 24px rgba(16,24,40,.12);opacity:1;visibility:visible;transition:opacity .14s ease,transform .14s ease;pointer-events:none;white-space:normal}.sheet-description-floating-tooltip.is-above{transform:translateY(-100%)}.sheet-description-floating-tooltip.is-below{transform:translateY(0)}.sheet-enrich{display:grid;grid-gap:16px;gap:16px;grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:16px}.sheet-enrich-card{border:1px solid #efe5d8;border-radius:16px;background:#fff;padding:16px;display:grid;grid-gap:10px;gap:10px}.sheet-enrich-card .filter-actions{padding-top:0}@media (max-width:900px){.sheet-enrich{grid-template-columns:1fr}}.sheet-header-cell{display:inline-flex;align-items:center;gap:8px;justify-content:center}.sheet-header-action{position:relative;display:inline-flex;align-items:center;z-index:2}.sheet-header-target{position:relative;overflow:visible}.sheet-header-target.is-highlighted .sheet-header-cell>span:first-child{color:#8f6b32;text-shadow:0 6px 18px rgba(182,149,90,.35)}.sheet-header-target.is-highlighted .sheet-header-cell>span:first-child:after{content:"";display:block;height:2px;margin-top:4px;border-radius:999px;background:linear-gradient(90deg,#b6955a,rgba(182,149,90,.1));animation:sheet-header-pulse .9s ease-in-out infinite}.sheet-header-button{width:26px;height:26px;border-radius:999px;border:1px solid #e6d6bf;background:#fffaf2;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 6px 14px rgba(182,149,90,.18);transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease;margin-top:-6px}.sheet-header-button:hover{transform:translateY(-1px);border-color:#d8c2a4;box-shadow:0 10px 20px rgba(182,149,90,.24)}.table-sheet--screening .sheet-cell{vertical-align:middle;-moz-user-select:none;user-select:none;-webkit-user-select:none;font-size:12px;font-weight:400;color:#2a313d}.table-sheet--screening .sheet-cell:hover{cursor:cell}.table-sheet--screening .sheet-cell.is-editing,.table-sheet--screening .sheet-cell.is-editing:hover{cursor:text}.table-sheet--screening .sheet-index:hover{cursor:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%232a313d' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M4 12h13'/><path d='m12 5 7 7-7 7'/></svg>") 6 9,pointer}.table-sheet--screening .sheet-cell--company,.table-sheet--screening .sheet-cell--domain{cursor:pointer;color:#556070}.table-sheet--screening tbody td:nth-child(10),.table-sheet--screening tbody td:nth-child(10) .table-input,.table-sheet--screening tbody td:nth-child(10) select,.table-sheet--screening tbody td:nth-child(10) select option,.table-sheet--screening tbody td:nth-child(7),.table-sheet--screening tbody td:nth-child(7) .table-input,.table-sheet--screening tbody td:nth-child(7) select,.table-sheet--screening tbody td:nth-child(7) select option,.table-sheet--screening tbody td:nth-child(8),.table-sheet--screening tbody td:nth-child(8) .table-input,.table-sheet--screening tbody td:nth-child(8) select,.table-sheet--screening tbody td:nth-child(8) select option,.table-sheet--screening tbody td:nth-child(9),.table-sheet--screening tbody td:nth-child(9) .table-input,.table-sheet--screening tbody td:nth-child(9) select,.table-sheet--screening tbody td:nth-child(9) select option{color:#161b22}.table-sheet--screening .table-input,.table-sheet--screening select{width:100%;min-height:32px;border-radius:0;background:#fff;color:#2a313d;padding:6px 8px;font:inherit;transition:none;pointer-events:none;-moz-user-select:none;user-select:none;-webkit-user-select:none}.table-sheet--screening .sheet-cell.is-editing .table-input,.table-sheet--screening .sheet-cell.is-editing select{pointer-events:auto;-moz-user-select:none;user-select:none;-webkit-user-select:none}.table-sheet--screening .sheet-index{-moz-user-select:none;user-select:none;-webkit-user-select:none}.table-sheet--screening .table-input--company,.table-sheet--screening .table-input--domain{font-size:12px;font-weight:400;color:#556070}.table-sheet--screening .table-input:hover,.table-sheet--screening select:hover{background:#fffdf8;border-color:#e9dcc7}.table-sheet--screening .table-input:focus,.table-sheet--screening select:focus{outline:none;border-color:#caa56b;box-shadow:0 0 0 2px hsla(37,47%,61%,.22);background:#fffaf0}.table-sheet--screening .sheet-cell.is-selected .table-input,.table-sheet--screening .sheet-cell.is-selected select{border-color:transparent;background:transparent}.table-sheet--screening .sheet-cell--company:before,.table-sheet--screening .sheet-cell--domain:before{content:"";position:absolute;left:0;top:8px;bottom:8px;width:1px;background:#e7ecf3;opacity:0;transition:opacity .12s ease}.table-sheet--screening .sheet-cell--company:hover:before,.table-sheet--screening .sheet-cell--domain:hover:before{opacity:1}.table-sheet--screening .sheet-choice-pills{min-height:32px;display:inline-flex;align-items:center;gap:4px;padding:0 6px}.table-sheet--screening .sheet-choice-pill{height:22px;border:1px solid #dde3ed;border-radius:999px;background:#fff;color:#4c5564;font-size:11px;font-weight:500;line-height:1;padding:0 8px;letter-spacing:0;transition:none}.table-sheet--screening .sheet-choice-pill.is-active{border-color:#c9d4e5;color:#161b22;background:#f7f9fc}.table-sheet--screening .sheet-choice-pill--static{display:inline-flex;align-items:center;margin:0 6px}.table-sheet--screening .sheet-choice-dropdown{position:absolute;left:6px;top:calc(100% - 4px);transform:none;z-index:12;display:flex;flex-direction:column;gap:4px;padding:6px;border:1px solid #d6dde8;border-radius:10px;background:#fff;box-shadow:0 10px 24px rgba(20,24,32,.14);min-width:112px;white-space:nowrap}.table-sheet--screening .sheet-choice-pill--menu{width:100%;justify-content:flex-start;text-align:left}.table-sheet--screening .sheet-cell.is-editing{overflow:visible;z-index:14}.table-sheet--screening .sheet-choice-pills.is-editing .sheet-choice-pill{cursor:pointer;pointer-events:auto}.table-sheet--screening .sheet-choice-pills.is-editing .sheet-choice-pill:hover{border-color:#c3cfdf;background:#f8fbff;color:#161b22}.table-sheet--screening .sheet-choice-pills.is-editing .sheet-choice-pill:focus-visible{outline:none;border-color:#a9bbd5;box-shadow:0 0 0 2px rgba(148,170,203,.24)}.table-cell-loader{min-height:32px;width:100%;display:inline-flex;align-items:center;gap:8px;padding:0 8px}.table-cell-loader__dot{width:8px;height:8px;border-radius:999px;background:#aab2bf;animation:table-cell-loader-pulse .9s ease-in-out infinite}.table-cell-loader__line{flex:1 1;height:8px;border-radius:999px;background:linear-gradient(90deg,#eef2f7,#f8fafc 50%,#eef2f7);background-size:200% 100%;animation:table-cell-loader-shimmer 1.2s linear infinite}.table-cell-loader.is-live .table-cell-loader__dot{background:#5b86c5}.table-cell-loader.is-live .table-cell-loader__line{background:linear-gradient(90deg,#dfeafb,#f4f8ff 50%,#dfeafb);background-size:200% 100%}@keyframes table-cell-loader-pulse{0%,to{opacity:.45;transform:scale(.85)}50%{opacity:1;transform:scale(1)}}@keyframes table-cell-loader-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.table-sheet--screening input[type=month]::-webkit-calendar-picker-indicator{opacity:.7;cursor:pointer}.table-sheet tr:last-child td{border-bottom:none}.table-sheet td:last-child{border-right:none}.table-sheet .table-row:hover{background:#fff}.table .col-company{text-align:left}.table th{font-size:11px;letter-spacing:.12em;color:var(--muted)}.badge,.table th{text-transform:uppercase}.badge{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;background:#fff;border:1px solid var(--line);color:var(--accent);font-size:12px;font-weight:600;letter-spacing:.08em}@media (max-width:800px){.settings-grid{grid-template-columns:1fr}.settings-card--wide{grid-column:auto}.hero h1{font-size:32px}.nav{display:none}.chart-row,.details-grid{grid-template-columns:1fr}.summary-grid{grid-template-columns:1fr 1fr}.filters{grid-template-columns:1fr}.table,.table thead{display:block}.table tr{display:grid;grid-gap:8px;gap:8px;padding:16px 0;border-bottom:1px solid #efe5d8}.table th{display:none}}.header-actions{display:flex;align-items:center;gap:12px}.flag-cell{display:inline-flex;align-items:center;gap:8px;justify-content:center}.site-header{background:var(--surface);border-bottom-color:var(--line)}.header-inner{padding:14px 20px}main{padding:56px 20px 88px}.hero{padding:44px 26px 40px;border-radius:20px;border-color:var(--line);background:var(--surface)}.hero:before{opacity:.38}.hero:after{opacity:.12;background-size:auto,160px 160px,160px 160px}.home-filters,.search-card,.settings-card,.settings-form,.sheet-enrich-card{background:var(--surface)}.card{border-radius:10px;border-color:var(--line);box-shadow:none}.card+.card{margin-top:22px}.settings-card{border-radius:12px;box-shadow:0 4px 14px hsla(0,0%,8%,.04)}.settings-form{border-color:var(--line)}.country-select,.dropdown-trigger,.search-card--borderless .search-input,.search-input,.table-input,input[type=date],input[type=email],input[type=file],input[type=number],input[type=text],select,textarea{box-shadow:none}.country-select:hover,.dropdown-trigger:hover,.search-card--borderless .search-input:focus,.search-card--borderless .search-input:hover{transform:none}.button-link,button{letter-spacing:.05em;border-color:var(--line);background:var(--surface)}.button-link:hover,button:hover{background:#f4f6f9;color:var(--ink)}.icon-button,.sheet-header-button{box-shadow:none}.icon-button:hover,.sheet-header-button:hover{transform:none;box-shadow:none}.notice{background:#fafbfc;border-color:var(--line)}.screening-search-gate{max-width:860px;margin:0 auto}.screening-search-chooser{display:grid;grid-gap:10px;gap:10px}.screening-search-chooser__title{font-size:15px;font-weight:600;color:#1f2630}.screening-search-chooser__list{display:grid;grid-gap:8px;gap:8px}.screening-search-chooser__row{display:flex;align-items:center;gap:8px}.screening-search-chooser__item{display:flex;align-items:center;justify-content:space-between;text-align:left;border:1px solid #d7dde6;background:#fff;color:#1f2630;border-radius:10px;min-height:42px;padding:0 12px;flex:1 1;transition:border-color .12s ease,background-color .12s ease,box-shadow .12s ease}.screening-search-chooser__item:hover{border-color:#b9c4d2;background:#f9fbfd}.screening-search-chooser__item:focus-visible{outline:none;border-color:#7b8ca4;box-shadow:0 0 0 3px rgba(123,140,164,.2)}.screening-search-chooser__name{font-weight:600}.screening-search-chooser__meta{font-size:12px;color:#64748b}.screening-search-chooser__delete{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid #d7dde6;background:#fff;color:#1f2630;border-radius:10px;width:34px;min-width:34px;height:34px;min-height:34px;padding:0;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:border-color .12s ease,background-color .12s ease,box-shadow .12s ease}.screening-search-chooser__delete:hover{border-color:#e2b6ba;background:#fff5f6}.screening-search-chooser__delete:focus-visible{outline:none;border-color:#d78b92;box-shadow:0 0 0 3px rgba(215,139,146,.2)}.screening-search-chooser__delete img{width:14px;height:14px;display:block}.screening-search-chooser__actions{display:flex;gap:8px;flex-wrap:wrap}.screening-delete-modal{width:min(420px,92vw)}.screening-delete-modal h3{margin:0;font-size:16px;line-height:1.25}.screening-delete-modal__text{margin:0;color:#1f2630}.screening-delete-modal__subtext{margin:6px 0 0;color:#6f7783;font-size:13px}.screening-delete-modal__actions{margin-top:16px;display:flex;justify-content:flex-end;gap:8px}.screening-delete-modal__confirm{border-color:#e2b6ba;background:#fff5f6;color:#8e2a35}.screening-delete-modal__confirm:hover{border-color:#d78b92;background:#ffecee;color:#7f1f2a}.filter-save-modal{width:min(480px,92vw);border-radius:14px;padding:22px}.filter-save-modal h3{margin:0;font-size:16px;font-weight:600;color:#111827}.filter-save-modal__text{margin:2px 0 14px;font-size:13px;line-height:1.45;color:#4b5563}.filter-save-modal__label{display:block;margin-bottom:8px;font-size:12px;font-weight:600;color:#1f2937;letter-spacing:.01em}.filter-save-modal__input{width:100%;border:1px solid #d5dce8;border-radius:10px;padding:10px 12px;font-size:13px;color:#111827;background:#fff;transition:border-color .14s ease,box-shadow .14s ease}.filter-save-modal__input:focus{outline:none;border-color:#8ea9d0;box-shadow:0 0 0 3px rgba(142,169,208,.22)}.filter-save-modal__actions{margin-top:14px;display:flex;justify-content:flex-end;gap:8px}.filter-save-modal__confirm{border:1px solid #111827;background:#111827;color:#fff}.filter-save-modal__confirm:hover:not(:disabled){border-color:#0f172a;background:#0f172a}.filter-save-modal__confirm:disabled{opacity:.45;cursor:not-allowed}.screening-active-search{display:inline-flex;align-items:center;gap:10px;flex-wrap:wrap;min-height:38px;padding:6px 10px;border:1px solid #e5e7eb;border-radius:12px;background:#f8fafc;margin-bottom:8px}.screening-active-search__label{margin:0;font-size:12px;font-weight:500;letter-spacing:.01em;line-height:1.2;color:#667085}.screening-active-search__back{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid #d0d5dd;background:#fff;color:#344054;border-radius:9px;height:30px;padding:0 10px;display:inline-flex;align-items:center;gap:6px;cursor:pointer}.screening-active-search__back:hover{border-color:#98a2b3;background:#f9fafb}.screening-active-search__back:focus-visible{outline:none;border-color:#98a2b3;box-shadow:0 0 0 3px rgba(152,162,179,.2)}.screening-active-search__back img{width:14px;height:14px;display:block}.screening-active-search__back span{font-size:12px;font-weight:500;line-height:1}.screening-active-search__input{min-width:240px;max-width:460px;border:1px solid #d0d5dd;border-radius:10px;height:34px;padding:0 11px;background:#fff;color:#111827}.screening-active-search__input:focus-visible{outline:none;border-color:#98a2b3;box-shadow:0 0 0 3px rgba(152,162,179,.2)}.screening-active-search__name{margin:0;font-size:14px;font-weight:600;color:#0f172a;line-height:1.2;max-width:460px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.screening-active-search__name-row{display:inline-flex;align-items:center;gap:6px;min-height:24px;line-height:1}.screening-active-search__edit{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid #d0d5dd;background:#fff;color:#475467;border-radius:8px;width:26px;min-width:26px;height:26px;min-height:26px;padding:0;margin:0;display:inline-flex;align-items:center;justify-content:center;line-height:1;cursor:pointer;vertical-align:middle}.screening-active-search__edit:hover{border-color:#98a2b3;background:#f9fafb;color:#344054}.screening-active-search__edit:focus-visible{outline:none;border-color:#98a2b3;box-shadow:0 0 0 3px rgba(152,162,179,.2)}.screening-active-search__edit-icon{width:14px;height:14px;display:block;flex:0 0 auto}.table-wrap{border-radius:10px}.table-sheet .table-row:hover,.table-sheet--screening tbody tr:hover td{background:#fff}.app-shell{min-height:100vh;display:grid;grid-template-columns:248px minmax(0,1fr)}.app-shell,.app-sidebar{background:var(--surface)}.app-sidebar{border-right:1px solid var(--line);padding:18px 14px 16px;display:flex;flex-direction:column;gap:14px;position:-webkit-sticky;position:sticky;top:0;height:100vh}.sidebar-logo{padding:4px 8px 10px;border-bottom:1px solid var(--line)}.sidebar-logo img{height:76px}.sidebar-nav{display:grid;grid-gap:4px;gap:4px;padding:4px}.sidebar-link,.sidebar-nav a{display:inline-flex;align-items:center;width:100%;min-height:38px;border-radius:10px;padding:0 12px;text-decoration:none;color:var(--ink);font-size:13px;letter-spacing:.04em;text-transform:uppercase;border:1px solid transparent;transition:background .12s ease,border-color .12s ease,color .12s ease}.sidebar-item{display:inline-flex;align-items:center;gap:8px}.sidebar-item__brand{width:16px;height:16px;opacity:.55;filter:grayscale(1)}.sidebar-item__icon{width:15px;height:15px;opacity:.95}.sidebar-item>span:not(.screening-beta-badge){font-weight:600}.sidebar-link:hover,.sidebar-nav a:hover{background:#f5f7fa;border-color:#eceff3}.sidebar-link[aria-current=page],.sidebar-nav a[aria-current=page]{background:#fbf6ee;border-color:#e6d6bf;color:#8f6b32}.sidebar-link[aria-current=page] .sidebar-item__brand,.sidebar-nav a[aria-current=page] .sidebar-item__brand{opacity:1;filter:none}.sidebar-footer-links{display:grid;grid-gap:4px;gap:4px}.sidebar-footer{margin-top:auto;display:grid;grid-gap:8px;gap:8px;padding-top:12px;border-top:1px solid var(--line)}.sidebar-signout{width:100%;min-height:38px;border-radius:10px;text-transform:uppercase;font-size:12px;letter-spacing:.06em}.app-main{min-width:0}.app-content{max-width:1520px;padding:28px 22px 60px}main{padding:0}.page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px;padding:0 2px}.page-header__meta h1{font-size:28px;line-height:1.15;letter-spacing:.04em;text-transform:uppercase;margin-bottom:6px;display:inline-flex;align-items:center;gap:10px}.page-header__icon{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:8px;border:1px solid #e6d6bf;background:#fbf6ee;flex-shrink:0}.page-header__icon img{width:17px;height:17px;display:block}.page-header__meta p{color:var(--muted);font-size:14px;line-height:1.45}.page-header__actions{display:inline-flex;align-items:center;gap:8px}.settings-page{gap:20px}@media (max-width:980px){.app-shell{grid-template-columns:1fr}.app-sidebar{position:static;height:auto;border-right:none;border-bottom:1px solid var(--line);padding:12px;gap:10px}.sidebar-logo img{height:56px}.sidebar-footer-links,.sidebar-nav{grid-template-columns:repeat(2,minmax(0,1fr))}.app-content{padding:18px 14px 42px}.page-header{flex-direction:column;align-items:flex-start;margin-bottom:14px}.page-header__meta h1{font-size:23px}}.badge,.button-link,.card h2,.nav,.page-header__meta h1,.sidebar-link,.sidebar-nav a,.table th,button,label{text-transform:none;letter-spacing:.01em}.page-header__meta h1{letter-spacing:.01em}.button-link,.sidebar-signout,button{font-weight:600}.table th{font-size:12px;color:#626872}.settings-grid{gap:14px}.form,.settings-page{gap:10px}.card{padding:16px}.card+.card{margin-top:14px}.settings-card{border-radius:10px;box-shadow:none}.settings-card-header{margin-bottom:10px}.settings-card-header .muted{display:none}.settings-form{padding:10px;border-radius:8px;border:1px solid #edf0f4}.settings-form+.settings-form{margin-top:8px}.settings-divider{margin:12px 0}.muted{line-height:1.35}.button-link,.sidebar-signout,button{min-height:32px;padding:6px 12px;font-size:12px;line-height:1.2;letter-spacing:0}.filter-actions{gap:8px;padding-top:2px;align-items:flex-start}.filter-actions>*{min-width:0}.filter-actions .button-link,.filter-actions button{flex:0 0 auto;max-width:100%}.sheet-table-actions{margin:4px 0 8px}.sheet-actions{gap:6px}.sheet-icon-button{width:30px;height:30px;box-shadow:none}.sheet-header-button{width:22px;height:22px;margin-top:0}.table-sheet,.table-wrap{border-radius:8px}:root{--control-bg:#fff;--control-border:#d9dee5;--control-border-hover:#c8ced8;--control-border-focus:#b6955a;--control-text:#141414;--control-muted:#626872}label{gap:4px;font-size:12px;font-weight:600}.country-select,.dropdown-trigger,.search-input,.status-select,input[type=date],input[type=email],input[type=file],input[type=number],input[type=text],select,textarea{border:1px solid var(--control-border);background:var(--control-bg);color:var(--control-text);border-radius:8px;box-shadow:none;min-height:34px;padding:7px 10px;font-size:13px;letter-spacing:0;transition:border-color .12s ease,background-color .12s ease}.country-select:hover,.dropdown-trigger:hover,.search-input:hover,.status-select:hover,input[type=date]:hover,input[type=email]:hover,input[type=file]:hover,input[type=number]:hover,input[type=text]:hover,select:hover,textarea:hover{border-color:var(--control-border-hover);background:#fcfdff;transform:none;box-shadow:none}.country-select:focus,.dropdown-trigger:focus-visible,.search-input:focus,.status-select:focus,input[type=date]:focus,input[type=email]:focus,input[type=file]:focus,input[type=number]:focus,input[type=text]:focus,select:focus,textarea:focus{outline:none;border-color:var(--control-border-focus);box-shadow:0 0 0 2px rgba(182,149,90,.16);background:#fff}textarea{min-height:88px;line-height:1.4;resize:vertical}.country-select,.status-select{min-width:0;padding-right:34px;text-align:left;text-align-last:left;-moz-text-align-last:left;font-weight:600;font-size:12px;letter-spacing:0;text-transform:none;background-image:none}.select-wrap:after{right:12px;width:7px;height:7px;border-right-width:1.5px;border-bottom-width:1.5px}.button-link,.icon-button,.sheet-header-button,.sheet-icon-button,.sidebar-signout,button{border:1px solid var(--control-border);color:var(--control-text);border-radius:8px;box-shadow:none;min-height:32px;padding:6px 12px;font-size:12px;font-weight:600;letter-spacing:0;text-transform:none;transition:border-color .12s ease,background-color .12s ease,color .12s ease}.button-link:hover,.icon-button:hover,.sheet-header-button:hover,.sheet-icon-button:hover,.sidebar-signout:hover,button:hover{border-color:var(--control-border-hover);background:#f7f9fc;color:var(--control-text);transform:none;box-shadow:none}.button-link:focus-visible,.icon-button:focus-visible,.sheet-header-button:focus-visible,.sheet-icon-button:focus-visible,.sidebar-signout:focus-visible,button:focus-visible{outline:none;border-color:var(--control-border-focus);box-shadow:0 0 0 2px rgba(182,149,90,.16)}.button-link[aria-disabled=true],.icon-button:disabled,.sheet-header-button:disabled,.sheet-icon-button:disabled,.sidebar-signout:disabled,button:disabled{opacity:.55;cursor:not-allowed}.table-sheet--screening .table-input,.table-sheet--screening select{border:1px solid transparent;border-radius:6px;min-height:30px;padding:5px 7px;box-shadow:none;font-size:12px;font-weight:400;color:#556070}.table-sheet--screening .table-input:focus,.table-sheet--screening select:focus{border-color:var(--control-border-focus);box-shadow:0 0 0 1px rgba(182,149,90,.22)}:root{--surface-subtle:#fbfcfe;--line-soft:#e5e9ef;--line-strong:#d7dde6}.app-shell{grid-template-columns:232px minmax(0,1fr)}.app-sidebar{padding:14px 10px 12px;gap:10px}.sidebar-logo{padding:2px 8px 8px}.sidebar-logo img{height:64px}.sidebar-link,.sidebar-nav a{min-height:34px;padding:0 10px;border-radius:8px;font-size:12px}.sidebar-item{gap:6px}.app-content{max-width:1880px;padding:18px 16px 34px;width:100%}.page-header{margin-bottom:12px}.page-header__meta h1{font-size:24px;margin-bottom:2px}.page-header__meta p{font-size:12px;color:#6a717c}.card{border:1px solid var(--line-soft);background:#fff;border-radius:8px;padding:14px;box-shadow:0 1px 2px rgba(16,24,40,.04)}.card+.card{margin-top:10px}.settings-grid{gap:10px}.settings-card{border:1px solid var(--line-soft);background:#fff;border-radius:8px;box-shadow:0 1px 2px rgba(16,24,40,.04)}.settings-card-header{margin-bottom:8px;padding-bottom:8px;border-bottom:1px solid #f0f3f7}.settings-form{background:transparent;border:0;border-radius:0;box-shadow:none;padding:8px 0}.settings-form+.settings-form{margin-top:0;border-top:1px dashed #edf1f6}.settings-divider{margin:8px 0;background:#edf1f6}.badge{min-height:24px;padding:3px 8px;font-size:10px;border-radius:999px}label{font-size:11px;gap:3px}.country-select,.dropdown-trigger,.search-input,.status-select,input[type=date],input[type=email],input[type=file],input[type=number],input[type=text],select,textarea{min-height:32px;border-radius:7px;padding:6px 9px;font-size:12px;border-color:var(--line-strong)}textarea{min-height:78px}.button-link,.sidebar-signout,button{min-height:30px;border-radius:7px;padding:5px 10px;font-size:11px}.filter-actions{display:flex;flex-wrap:wrap;gap:6px;align-items:center;padding-top:0}.filter-actions .muted{font-size:11px}.sheet-table-actions{margin:2px 0 6px}.sheet-actions{gap:4px}.sheet-icon-button{width:28px;height:28px;border-radius:7px}.table-wrap{border:1px solid var(--line-soft);border-radius:8px;background:var(--surface-subtle)}.table-sheet{border-radius:8px;border-color:transparent;box-shadow:none}.table-sheet thead th{font-size:11px;padding:8px;border-bottom:1px solid #e9edf3;background:#f8fafc}.table-sheet--screening tbody tr td,.table-sheet--screening tbody tr:nth-child(odd) td{background:#fff}.table-sheet td{border-bottom:1px solid #edf1f6}.table-input{min-height:32px;padding:6px 8px;font-size:12px}.table-sheet--screening .sheet-index{font-size:11px;background:#fff}.screening-filters-card,.screening-import-card,.screening-workflow-card{border:1px solid #e5e9ef;background:#fff}.screening-import-card,.screening-workflow-card{position:relative}.screening-import-loader{position:absolute;inset:0;z-index:30;border-radius:10px;border:1px solid #e5e9ef;background:hsla(0,0%,100%,.9);backdrop-filter:blur(1.5px);-webkit-backdrop-filter:blur(1.5px);display:grid;place-content:center;justify-items:center;grid-gap:8px;gap:8px;padding:20px;text-align:center}.screening-import-loader--workflow{z-index:4;background:hsla(0,0%,100%,.68);backdrop-filter:none;-webkit-backdrop-filter:none}.screening-workflow-card .screening-enrich-complete-banner,.screening-workflow-card .screening-flow-note,.screening-workflow-card .screening-workflow-head,.screening-workflow-card .screening-workflow-steps{position:relative;z-index:6}.screening-import-loader__spinner{width:22px;height:22px;border-radius:999px;border:2px solid #d8dee7;border-top-color:#1f2630;animation:screening-import-spin .85s linear infinite}.screening-import-loader__title{margin:0;font-size:13px;font-weight:600;color:#1f2630;letter-spacing:0}.screening-import-loader__subtitle{margin:0;font-size:11px;font-weight:400;color:#6f7783;letter-spacing:0}.screening-import-loader__steps{margin:6px 0 0;padding:0;width:min(560px,92%);list-style:none;display:grid;grid-gap:6px;gap:6px;text-align:left}.screening-import-loader__step{display:inline-flex;align-items:center;gap:8px;font-size:11px;line-height:1.3;color:#8a93a1}.screening-import-loader__step-dot{width:8px;height:8px;border-radius:999px;flex:0 0 auto;border:1px solid #cfd6e1;background:#eef2f7}.screening-import-loader__step--active{color:#1f2630;font-weight:500}.screening-import-loader__step--active .screening-import-loader__step-dot{border-color:#7f8ea3;background:#7f8ea3}.screening-import-loader__step--done{color:#5f6b7d}.screening-import-loader__step--done .screening-import-loader__step-dot{border-color:#97a4b8;background:#c7d2e1}@keyframes screening-import-spin{to{transform:rotate(1turn)}}.screening-filters-header,.screening-import-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.screening-workflow-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.screening-flow-note{margin:0;font-size:12px;color:#6d7480}.screening-workflow-steps{display:flex;flex-wrap:wrap;gap:8px;margin:10px 0 8px}.screening-enrich-complete-banner{margin-top:10px;border:1px solid #d9e1ea;background:#f7fafc;color:#1f2630;border-radius:10px;min-height:38px;display:flex;align-items:center;padding:8px 12px;font-size:13px;font-weight:500;line-height:1.35}.screening-enrich-complete-banner.is-error{border-color:#ebd8d8;background:#fff7f7;color:#5a2323}.table-wrap.is-next-focus{box-shadow:0 0 0 2px rgba(17,24,39,.14)}.screening-step-chip{display:inline-flex;align-items:center;min-height:28px;padding:4px 10px;border-radius:999px;border:1px solid #e0e6ee;background:#f9fbfd;font-size:11px;font-weight:600;color:#404754}.screening-import-vendor{font-size:11px;color:#6a717c;padding:2px 8px;border-radius:999px;background:#f7f9fc;border:1px solid #e5e9ef}.screening-import-mode{position:relative;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:4px;gap:4px;width:100%;border:1px solid #e3e8ef;border-radius:999px;padding:4px;background:#f8fafc;box-shadow:inset 0 1px 0 rgba(16,24,40,.02);margin-bottom:10px}.screening-mode-label-row{display:flex;align-items:baseline;justify-content:space-between;gap:8px;margin-bottom:6px}.screening-mode-label{font-size:12px;font-weight:700;color:#262c36}.screening-mode-caption{font-size:11px;color:#727986}.screening-mode-tab{position:relative;z-index:2;min-height:34px;border:1px solid transparent;background:transparent;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;gap:6px;font-size:12px;font-weight:600;color:#3f4652}.screening-mode-tab img{width:14px;height:14px}.screening-mode-tab:hover{background:hsla(0,0%,100%,.7)}.screening-mode-tab.is-active{color:#141414;border-color:#d5dce7;font-weight:700}.screening-mode-indicator{position:absolute;top:4px;left:4px;width:calc((100% - 8px) / 2);height:calc(100% - 8px);border-radius:999px;background:#fff;border:1px solid #d5dce7;box-shadow:0 2px 6px rgba(16,24,40,.1);transition:transform .18s ease}.screening-mode-indicator--text{transform:translateX(0)}.screening-mode-indicator--files,.screening-mode-indicator--website{transform:translateX(100%)}.vc-dataset-toggle-wrap{margin-bottom:12px}.vc-dataset-toggle{width:100%;max-width:420px}.vc-dataset-toggle-tab{text-decoration:none}.vc-dataset-toggle-tab:disabled{opacity:.55;cursor:not-allowed}.vc-dataset-toggle-tab:focus-visible{outline:2px solid #b6955a;outline-offset:1px}.vc-dataset-toggle-indicator{pointer-events:none}.screening-beta-badge{font-size:9px;text-transform:uppercase;font-weight:700;letter-spacing:.04em;color:#8f6b32;background:#fbf6ee;border:1px solid #e6d6bf;border-radius:999px;padding:1px 6px}.screening-import-panel{min-height:230px;border:1px solid #e8ecf2;border-radius:10px;background:#fcfdff;padding:12px}.screening-import-panel-inner{display:grid;grid-gap:8px;gap:8px}.screening-field{display:grid;grid-gap:6px;gap:6px}.screening-field-label{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:600}.screening-field-helper{font-size:11px;color:#7a818c}.screening-help-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.screening-count{font-size:11px;color:#7a818c}.screening-hidden-file-input{display:none}.screening-dropzone{min-height:120px;border:1px dashed #cfd6e1;border-radius:10px;background:#fff;display:grid;place-items:center;grid-gap:4px;gap:4px;text-align:center;padding:12px}.screening-dropzone.is-drag-over{border-color:#b6955a;background:#fdf9f2}.settings-upload-field{display:grid;grid-gap:6px;gap:6px}.settings-upload-label{font-size:11px;font-weight:600;color:#2c3340}.settings-upload-input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.settings-upload-dropzone{min-height:98px;border:1px dashed #cfd6e1;border-radius:10px;background:#fff;display:grid;place-items:center;grid-gap:4px;gap:4px;text-align:center;padding:12px}.settings-upload-dropzone.is-drag-over{border-color:#b6955a;background:#fdf9f2}.settings-upload-selected{margin:0;font-size:11px;color:#5e6672}.settings-upload-form{position:relative}.settings-upload-loader{border-radius:10px;z-index:8}.settings-upload-submit-ready{background:#111827;border-color:#111827;color:#fff}.settings-upload-submit-ready:hover{background:#0b1220;border-color:#0b1220;color:#fff}.settings-dirty-form.is-dirty button[type=submit]{background:#111827;border-color:#111827;color:#fff}.settings-dirty-form.is-dirty button[type=submit]:hover{background:#0b1220;border-color:#0b1220;color:#fff}.screening-file-list{list-style:none;display:grid;grid-gap:6px;gap:6px;padding:0}.screening-file-list li{display:flex;align-items:center;justify-content:space-between;gap:8px;border:1px solid #e5e9ef;border-radius:8px;background:#fff;padding:7px 9px}.screening-file-list li div{display:grid;grid-gap:2px;gap:2px}.screening-file-list li strong{font-size:12px;font-weight:600}.screening-file-list li span{font-size:11px;color:#757d89}.screening-clear-filters,.screening-file-remove{border:0;background:transparent;color:#5e6672;padding:0;min-height:0;font-size:12px;text-decoration:underline}.screening-clear-filters:hover,.screening-file-remove:hover{color:#141414;background:transparent}.screening-clear-filters:disabled{opacity:.45;cursor:not-allowed;text-decoration:none}.screening-clear-filters.is-step-active{text-decoration:none;border:1px solid #111827;border-radius:999px;padding:6px 10px;background:#111827;color:#fff}.screening-clear-filters.is-step-active:hover{background:#0b1220;color:#fff}.screening-filters-actions{display:inline-flex;align-items:center;gap:10px;flex-wrap:wrap}.screening-filter-presets{min-width:180px}.screening-filter-presets .select-wrap select{min-width:180px;height:32px;font-size:12px}.screening-add-filter{position:relative}.screening-add-filter-button{min-height:30px;border:1px solid #d8dee8;border-radius:999px;background:#fff;color:#2f3744;font-size:12px;font-weight:600;padding:6px 11px}.screening-add-filter-button:hover{border-color:#c7d0dc;background:#f9fbfd}.screening-add-filter-menu{position:absolute;top:calc(100% + 6px);left:0;z-index:30;min-width:220px;border:1px solid #d8dee8;border-radius:10px;background:#fff;box-shadow:0 12px 28px rgba(17,24,39,.12);padding:6px;display:grid;grid-gap:2px;gap:2px}.screening-add-filter-option{min-height:30px;border:0;border-radius:7px;background:transparent;color:#2f3744;font-size:12px;font-weight:500;text-align:left;padding:6px 8px}.screening-add-filter-option:hover{background:#f3f6fa}.screening-add-filter-empty{font-size:11px;color:#6f7783;padding:6px 8px}.screening-filter-heading{display:flex;align-items:center;justify-content:space-between;gap:8px}.screening-filter-remove{border:0;background:transparent;color:#5e6672;padding:0;min-height:0;font-size:11px;text-decoration:underline}.screening-filter-remove:hover{color:#141414}.screening-filter-remove--range{justify-self:end;margin-bottom:2px}.screening-filters-empty{grid-column:1/-1;margin:0;font-size:12px}.screening-inline-feedback{font-size:12px;color:#8b5e1d;background:#fbf6ee;border:1px solid #e6d6bf;border-radius:8px;padding:7px 9px}.screening-import-actions{display:flex;justify-content:flex-end;margin-top:10px}.screening-import-actions .screening-next-action{background:#111827;border-color:#111827;color:#fff;text-transform:none;letter-spacing:0}.screening-import-actions .screening-next-action:hover{background:#0b1220;border-color:#0b1220;color:#fff}.screening-enrich{display:grid;grid-gap:8px;gap:8px;min-width:360px}.screening-enrich-button{justify-self:end}.screening-workflow-card.is-next-step .screening-enrich-button{background:#111827;border-color:#111827;color:#fff;text-transform:none;letter-spacing:0}.screening-workflow-card.is-next-step .screening-enrich-button:hover{background:#0b1220;border-color:#0b1220;color:#fff}.screening-enrich-status{display:grid;justify-items:end;grid-gap:6px;gap:6px;text-align:right}.screening-enrich-progress{min-width:260px;width:min(420px,100%);display:grid;grid-gap:6px;gap:6px}.screening-enrich-progress__head{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:11px;font-weight:500;color:#2f3744}.screening-enrich-progress__track{width:100%;height:6px;border-radius:999px;background:#e6ebf2;overflow:hidden}.screening-enrich-progress__fill{height:100%;border-radius:999px;background:linear-gradient(90deg,#1f2937,#374151);transition:width .22s ease}.screening-enrich-tickets{list-style:none;margin:0;padding:0;display:grid;grid-gap:6px;gap:6px;justify-items:end}.screening-enrich-ticket{display:inline-flex;align-items:center;gap:8px;max-width:560px;border:1px solid #e2e7ef;border-radius:8px;background:#fff;padding:5px 8px}.screening-enrich-ticket__id{display:inline-flex;align-items:center;justify-content:center;min-width:30px;height:18px;border-radius:999px;border:1px solid #d5dce8;background:#f7f9fc;color:#2e3642;font-size:10px;font-weight:600;letter-spacing:.02em}.screening-enrich-ticket__label{font-size:12px;color:#2f3744;line-height:1.3;text-align:left}.screening-enrich-live{display:inline-flex;align-items:center;gap:10px;padding:8px 12px;border-radius:10px;border:1px solid #e5e9ef;background:hsla(0,0%,100%,.9);backdrop-filter:blur(1.5px);-webkit-backdrop-filter:blur(1.5px)}.screening-enrich-live__spinner{width:18px;height:18px;flex:0 0 auto}.screening-enrich-live__text{display:grid;grid-gap:3px;gap:3px;text-align:left}.screening-filters-grid{display:grid;grid-gap:12px;gap:12px;grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch}.screening-range-field{grid-column:1/-1;align-self:stretch}.screening-filters-grid .screening-field{gap:7px;min-width:0;grid-template-rows:auto 42px}.screening-filters-grid .screening-field .select-wrap{height:40px}.screening-filters-grid .screening-field-label{min-height:16px;display:inline-flex;align-items:center;font-size:12px;font-weight:600;line-height:1.25;letter-spacing:0;color:#2c3340}.screening-filters-global-helper{margin:8px 0 0;font-size:11px;font-weight:400;line-height:1.3;color:#717987;letter-spacing:0}.screening-advanced-filters{margin-top:12px;padding:12px;border:1px solid #e2e7ee;border-radius:10px;background:#fbfcfe;display:grid;grid-gap:10px;gap:10px}.screening-advanced-filters__head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.screening-advanced-filters__title{margin:0;font-size:12px;font-weight:600;color:#212833}.screening-advanced-filters__subtitle{margin:2px 0 0;font-size:11px;color:#697180}.screening-advanced-filters__add{min-height:30px;padding:0 10px;border-radius:8px;border:1px solid #d5dce7;background:#fff;font-size:11px;font-weight:600;color:#2b3240}.screening-advanced-filters__add:hover{background:#f6f8fb;border-color:#c9d2df}.screening-advanced-filters__mode{display:inline-flex;align-items:center;gap:6px;padding:3px;border-radius:999px;border:1px solid #dbe2ec;background:#fff;width:-moz-fit-content;width:fit-content}.screening-advanced-mode-button{min-height:28px;padding:0 10px;border:1px solid transparent;border-radius:999px;background:transparent;font-size:11px;font-weight:600;color:#616a78}.screening-advanced-mode-button.is-active{background:#f5f8fc;border-color:#d3dbe7;color:#1f2630}.screening-advanced-filters__list{display:grid;grid-gap:8px;gap:8px}.screening-advanced-filter-row{display:grid;grid-template-columns:minmax(120px,160px) minmax(0,1fr) auto;align-items:center;grid-gap:8px;gap:8px}.screening-advanced-filter-row .select-wrap{height:38px}.screening-advanced-filter-row .select-wrap select,.screening-advanced-filter-row input{min-height:38px;border-radius:9px;border:1px solid #d7deea;background:#fff;font-size:12px;color:#1f2630}.screening-advanced-filters__remove{min-height:30px;padding:0 9px;border-radius:8px;border:1px solid #d6dde7;background:#fff;color:#566071;font-size:11px;font-weight:600}.screening-advanced-filters__remove:hover{background:#f8fafd;border-color:#c9d2df}.screening-advanced-filters__empty,.screening-advanced-filters__meta{margin:0;font-size:11px;color:#6e7785}@media (max-width:920px){.screening-advanced-filter-row{grid-template-columns:1fr;gap:6px}.screening-advanced-filters__mode{width:100%;justify-content:space-between}}.screening-filters-grid .screening-field .dropdown-trigger,.screening-filters-grid .screening-field .select-wrap select{min-height:40px;border-radius:10px;border:1px solid #d9e0ea;background:#fff;box-shadow:0 1px 2px rgba(16,24,40,.04)}.screening-filters-grid .screening-field .dropdown-trigger{width:100%}.screening-filters-grid .screening-field .select-wrap select{font-size:12px;font-weight:500;line-height:1.3;letter-spacing:0;color:#1f2630}.screening-filters-grid .screening-field .dropdown-trigger:hover,.screening-filters-grid .screening-field .select-wrap select:hover{border-color:#c8d1df}.screening-filters-grid .screening-field .dropdown-trigger:focus-visible,.screening-filters-grid .screening-field .select-wrap select:focus-visible{outline:2px solid rgba(143,107,50,.28);outline-offset:1px}.screening-filters-grid .country-dropdown{width:100%}.screening-filters-grid .country-dropdown .dropdown-trigger{font-family:inherit;font-size:12px;font-weight:500;letter-spacing:0;line-height:1.3;padding:8px 10px;border:1px solid #d9e0ea;border-radius:10px;background:#fff;box-shadow:0 1px 2px rgba(16,24,40,.04)}.screening-filters-grid .country-dropdown .dropdown-trigger:hover{transform:none;box-shadow:0 1px 2px rgba(16,24,40,.04)}.screening-filters-grid .country-dropdown .dropdown-trigger:focus-visible{outline:none;border-color:#c8d1df;box-shadow:0 0 0 2px rgba(143,107,50,.16)}.screening-filters-grid .country-dropdown .dropdown-label{font-family:inherit;font-size:12px;font-weight:500;letter-spacing:0;line-height:1.3;color:#1f2630}.screening-filters-grid .country-dropdown .dropdown-label.is-placeholder{font-weight:500;color:#68707c}.screening-filters-grid .country-dropdown .dropdown-menu{width:100%;border-radius:10px;border:1px solid #d9e0ea;box-shadow:0 8px 24px rgba(16,24,40,.08);padding:6px;gap:2px}.screening-filters-grid .dropdown-menu{width:100%}.screening-filters-grid .country-dropdown .dropdown-option{min-height:34px;border:1px solid transparent;border-radius:8px;padding:6px 8px;font-family:inherit;color:#1f2630}.screening-filters-grid .country-dropdown .dropdown-option,.screening-filters-grid .country-dropdown .dropdown-option-label{font-size:12px;font-weight:500;letter-spacing:0;line-height:1.3}.screening-filters-grid .country-dropdown .dropdown-option:hover{background:#f6f8fb;color:#1f2630}.screening-filters-grid .country-dropdown .dropdown-option.is-selected{border-color:#d9e0ea;background:#f2f5f9;color:#1f2630}.screening-filters-grid .country-dropdown .dropdown-option:focus-visible{outline:none;border-color:#c8d1df;box-shadow:0 0 0 2px rgba(143,107,50,.16)}.screening-filters-grid .country-dropdown .dropdown-flag{border:1px solid #d7dde7;background:#f6f8fb;color:#6a7380;font-size:8px;font-weight:500;letter-spacing:.08em}.screening-range-inputs{display:grid;grid-gap:8px;gap:8px;grid-template-columns:repeat(2,minmax(0,1fr))}.screening-range-inputs label{display:grid;grid-gap:4px;gap:4px}.screening-range-label{font-size:11px;color:#737a86}.sidebar-logo img{height:96px}@media (max-width:1180px){.screening-filters-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.screening-range-field{grid-column:1/-1}.screening-workflow-head{flex-direction:column;align-items:stretch}.screening-enrich{min-width:0}.screening-enrich-button{justify-self:start}.screening-enrich-status{justify-items:start;text-align:left}}@media (max-width:780px){.screening-filters-grid{grid-template-columns:1fr}.screening-range-field{grid-column:1/-1}.screening-range-inputs{grid-template-columns:1fr}}:root{--ink:#1b1b1f;--muted:#6f7580;--surface:#f7f7f8;--panel:#fff;--line:#e5e7eb;--accent:#3a3f47}body{background:var(--surface);color:var(--ink)}.app-sidebar,.card,.screening-filters-card,.screening-import-card,.settings-card,.table-sheet,.table-wrap{background:#fff;border-color:var(--line);box-shadow:none}.page-header__meta h1{font-size:22px;letter-spacing:0;font-weight:650}.muted,.page-header__meta p{color:var(--muted)}.button-link,.icon-button,.sheet-header-button,.sheet-icon-button,.sidebar-signout,button{background:#fff;border-color:#d9dde4;color:#1f2329}.button-link:hover,.icon-button:hover,.sheet-header-button:hover,.sheet-icon-button:hover,.sidebar-signout:hover,button:hover{background:#f3f4f6;border-color:#cfd5dd}.country-select,.dropdown-trigger,.search-input,.status-select,input[type=date],input[type=email],input[type=file],input[type=number],input[type=text],select,textarea{background:#fff;border-color:#d9dde4}.sidebar-link[aria-current=page],.sidebar-nav a[aria-current=page]{background:#f3f4f6;border-color:#d6dbe3;color:#1f2329}.badge,.screening-beta-badge,.screening-import-vendor{background:#f3f4f6;border-color:#dde2ea;color:#4d5562}.home-filters,.screening-filters-card{background:#fbfcfd;border:1px solid #e4e8ee}.form.filters,.form.search-form,.screening-filters-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px;align-items:end}.form.filters>label,.form.search-form>label,.screening-filters-grid .screening-field{min-width:0;gap:7px}.form.filters>label,.form.search-form>label{display:grid}.form.filters>label,.form.search-form>label,.screening-filters-grid .screening-field-label{font-family:inherit;font-size:12px;font-weight:500;line-height:1.25;letter-spacing:0;text-transform:none;color:#68707c}.form.filters .select-wrap,.form.search-form .select-wrap,.screening-filters-grid .select-wrap{height:42px;border-radius:10px}.form.filters .country-dropdown .dropdown-trigger,.form.filters .select-wrap select,.form.filters input[type=text],.form.search-form .country-dropdown .dropdown-trigger,.form.search-form .select-wrap select,.form.search-form input[type=text],.screening-filters-grid .country-dropdown .dropdown-trigger,.screening-filters-grid .select-wrap select,.screening-filters-grid input[type=text]{min-height:42px;height:42px;border-radius:10px;border:1px solid #d8dee7;background:#fdfefe;box-shadow:none;padding:0 12px;font-size:14px;font-weight:400;letter-spacing:0;line-height:1.3;color:#1f2630}.form.filters .country-dropdown .dropdown-trigger,.form.search-form .country-dropdown .dropdown-trigger,.screening-filters-grid .country-dropdown .dropdown-trigger{display:flex;align-items:center;justify-content:space-between;gap:10px}.form.filters .select-wrap:after,.form.search-form .select-wrap:after,.screening-filters-grid .select-wrap:after{width:7px;height:7px;right:13px;border-right-width:1.5px;border-bottom-width:1.5px}.form.filters .country-dropdown .dropdown-caret,.form.search-form .country-dropdown .dropdown-caret,.screening-filters-grid .country-dropdown .dropdown-caret{width:7px;height:7px;border-right-width:1.5px;border-bottom-width:1.5px}.form.filters .country-dropdown .dropdown-trigger:hover,.form.filters .select-wrap select:hover,.form.filters input[type=text]:hover,.form.search-form .country-dropdown .dropdown-trigger:hover,.form.search-form .select-wrap select:hover,.form.search-form input[type=text]:hover,.screening-filters-grid .country-dropdown .dropdown-trigger:hover,.screening-filters-grid .select-wrap select:hover,.screening-filters-grid input[type=text]:hover{border-color:#c8d0dc;background:#fff;transform:none}.form.filters .country-dropdown .dropdown-trigger:focus-visible,.form.filters .select-wrap select:focus,.form.filters input[type=text]:focus,.form.search-form .country-dropdown .dropdown-trigger:focus-visible,.form.search-form .select-wrap select:focus,.form.search-form input[type=text]:focus,.screening-filters-grid .country-dropdown .dropdown-trigger:focus-visible,.screening-filters-grid .select-wrap select:focus,.screening-filters-grid input[type=text]:focus{outline:none;border-color:#bec8d6;box-shadow:0 0 0 2px rgba(143,107,50,.14)}.form.filters .country-dropdown .dropdown-trigger-content,.form.search-form .country-dropdown .dropdown-trigger-content,.screening-filters-grid .country-dropdown .dropdown-trigger-content{gap:8px}.form.filters .country-dropdown .dropdown-label,.form.filters .country-dropdown .dropdown-option-label,.form.search-form .country-dropdown .dropdown-label,.form.search-form .country-dropdown .dropdown-option-label,.screening-filters-grid .country-dropdown .dropdown-label,.screening-filters-grid .country-dropdown .dropdown-option-label{font-family:inherit;font-size:14px;font-weight:400;letter-spacing:0;line-height:1.3;color:#1f2630}.form.filters .country-dropdown .dropdown-label.is-placeholder,.form.search-form .country-dropdown .dropdown-label.is-placeholder,.screening-filters-grid .country-dropdown .dropdown-label.is-placeholder{color:#6f7783;font-weight:400}.form.filters .country-dropdown .dropdown-menu,.form.search-form .country-dropdown .dropdown-menu,.screening-filters-grid .country-dropdown .dropdown-menu{width:100%;border:1px solid #d8dee7;border-radius:10px;box-shadow:0 10px 28px rgba(16,24,40,.08);padding:6px;gap:2px}.dropdown-search-wrap{padding:2px 2px 6px}.dropdown-search-input{width:100%;min-height:36px;border-radius:8px;border:1px solid #d8dee7;background:#fff;padding:0 10px;font-family:inherit;font-size:13px;font-weight:400;letter-spacing:0}.dropdown-search-input:focus{outline:none;border-color:#bec8d6;box-shadow:0 0 0 2px rgba(143,107,50,.14)}.dropdown-divider{height:1px;background:#e9edf3;margin:4px 2px}.form.filters .country-dropdown .dropdown-option,.form.search-form .country-dropdown .dropdown-option,.screening-filters-grid .country-dropdown .dropdown-option{min-height:36px;border:1px solid transparent;border-radius:8px;padding:6px 9px;font-weight:400;color:#1f2630}.form.filters .country-dropdown .dropdown-option:hover,.form.search-form .country-dropdown .dropdown-option:hover,.screening-filters-grid .country-dropdown .dropdown-option:hover{background:#f5f8fc;color:#1f2630}.form.filters .country-dropdown .dropdown-option.is-selected,.form.search-form .country-dropdown .dropdown-option.is-selected,.screening-filters-grid .country-dropdown .dropdown-option.is-selected{border-color:#d2dae5;background:#f1f5fa;color:#1f2630}.form.filters .country-dropdown .dropdown-option.is-selected:after,.form.search-form .country-dropdown .dropdown-option.is-selected:after,.screening-filters-grid .country-dropdown .dropdown-option.is-selected:after{content:"✓";color:#5f6977;font-size:12px;margin-left:auto}.form.filters .country-dropdown .dropdown-option:focus-visible,.form.search-form .country-dropdown .dropdown-option:focus-visible,.screening-filters-grid .country-dropdown .dropdown-option:focus-visible{outline:none;border-color:#bec8d6;box-shadow:0 0 0 2px rgba(143,107,50,.14)}.form.filters .country-dropdown .dropdown-flag,.form.search-form .country-dropdown .dropdown-flag,.screening-filters-grid .country-dropdown .dropdown-flag{width:18px;height:13px;border-radius:3px;border:1px solid #d6dde8;background:#f5f8fc;font-size:7px;font-weight:500;letter-spacing:.04em;color:#6f7783}.form.filters .country-dropdown .dropdown-flag-icon,.form.search-form .country-dropdown .dropdown-flag-icon,.screening-filters-grid .country-dropdown .dropdown-flag-icon{width:18px;height:13px}.form.filters .range-filter,.screening-filters-grid .range-filter{min-height:78px}.form.filters .range-filter__label,.screening-filters-grid .range-filter__label{font-size:12px;font-weight:500;color:#68707c;text-transform:none;letter-spacing:0}.form.filters .range-filter__values,.screening-filters-grid .range-filter__values{font-size:13px;font-weight:500;color:#1f2630}@media (max-width:1180px){.form.filters,.form.search-form,.screening-filters-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:780px){.form.filters,.form.search-form,.screening-filters-grid{grid-template-columns:1fr}}.range-filter{display:grid;grid-gap:6px;gap:6px;border:1px solid #e5e7eb;border-radius:10px;padding:10px 10px 8px;background:#fff}.range-filter__head{display:flex;align-items:baseline;justify-content:space-between;gap:10px}.range-filter__label{font-size:11px;font-weight:600;color:#30343b}.range-filter__values{font-size:11px;color:#6d7480}.range-filter__track-wrap{position:relative;height:22px}.range-filter__bubble{position:absolute;top:-26px;transform:translateX(-50%);min-width:26px;padding:2px 6px;border-radius:999px;border:1px solid #d6dde8;background:#fff;color:#1f2630;font-size:10px;font-weight:600;line-height:1.2;text-align:center;white-space:nowrap;box-shadow:0 4px 10px rgba(16,24,40,.1);opacity:0;visibility:hidden;transition:opacity .12s ease;pointer-events:none;z-index:2}.range-filter__bubble:after{content:"";position:absolute;left:50%;bottom:-5px;width:8px;height:8px;transform:translateX(-50%) rotate(45deg);border-right:1px solid #d6dde8;border-bottom:1px solid #d6dde8;background:#fff}.range-filter__bubble.is-visible{opacity:1;visibility:visible}.range-filter__progress,.range-filter__track{position:absolute;top:50%;transform:translateY(-50%);height:4px;border-radius:999px}.range-filter__track{left:0;right:0;background:#e5e7eb}.range-filter__progress{background:#939aa6}.range-filter__input{position:absolute;left:0;right:0;top:50%;transform:translateY(-50%);width:100%;margin:0;pointer-events:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;height:20px}.range-filter__input::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:14px;height:14px;border-radius:50%;border:2px solid #fff;background:#3d434d;box-shadow:0 0 0 1px #3d434d;cursor:pointer;pointer-events:auto}.range-filter__input::-moz-range-thumb{width:14px;height:14px;border-radius:50%;border:2px solid #fff;background:#3d434d;box-shadow:0 0 0 1px #3d434d;cursor:pointer;pointer-events:auto}.range-filter__input::-moz-range-track,.range-filter__input::-webkit-slider-runnable-track{background:transparent;border:0}.range-filter__helper{font-size:10px;color:#7b828e}.range-filter__quick-marks{display:flex;flex-wrap:wrap;gap:6px}.range-filter__quick-mark{min-height:24px;padding:0 8px;border-radius:999px;border:1px solid #d7dde7;background:#fff;font-size:10px;font-weight:600;color:#4b5360}.range-filter__quick-mark:hover{background:#f6f8fb;border-color:#c8d0dc}.range-filter__quick-mark.is-active{background:#f3f6fa;border-color:#bcc8d8;color:#1f2630}.logo,.logo img{letter-spacing:normal;text-transform:none;font-weight:inherit}.sidebar-logo img{height:104px;display:block;max-width:100%}@media (max-width:980px){.sidebar-logo img{height:74px}}.home-trophy{width:auto;height:20px;padding:0 7px;border-radius:999px;background:#f3f4f6;border:1px solid #dde2ea;box-shadow:none;color:#5b6270;font-size:10px;font-weight:700;letter-spacing:.04em}.sidebar-collapse-input{position:fixed;opacity:0;pointer-events:none}.sidebar-topbar{display:flex;align-items:center;justify-content:flex-start;gap:8px;margin-bottom:8px}.sidebar-logo{padding:0;border-bottom:0;display:inline-flex;align-items:center;flex:0 0 auto}.sidebar-logo img{width:32px;height:32px;object-fit:contain}.sidebar-brand-text{font-size:13px;font-weight:600;color:#1f2630;letter-spacing:.01em;white-space:nowrap;margin-right:auto}.sidebar-collapse-button{width:32px;height:32px;border:1px solid #d9dde4;border-radius:11px;background:#f9fafb;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .12s ease,border-color .12s ease,transform .12s ease}.sidebar-collapse-button:hover{background:#fff;border-color:#cfd6e0}.sidebar-collapse-button__icon{width:14px;height:14px;display:block}.sidebar-collapse-button__icon--collapsed{display:none}.app-shell{transition:grid-template-columns .14s ease}.app-sidebar{transition:padding .14s ease}.sidebar-collapse-input:checked+.app-shell{grid-template-columns:76px minmax(0,1fr)}.sidebar-collapse-input:checked+.app-shell .app-sidebar{padding-left:10px;padding-right:10px}.sidebar-collapse-input:checked+.app-shell .sidebar-link,.sidebar-collapse-input:checked+.app-shell .sidebar-nav a{justify-content:center;padding-left:0;padding-right:0}.sidebar-collapse-input:checked+.app-shell .sidebar-brand-text,.sidebar-collapse-input:checked+.app-shell .sidebar-footer,.sidebar-collapse-input:checked+.app-shell .sidebar-item>span,.sidebar-collapse-input:checked~.app-shell .sidebar-collapse-button__icon--expanded{display:none}.sidebar-collapse-input:checked~.app-shell .sidebar-collapse-button__icon--collapsed{display:block}.table-sheet--vc{table-layout:auto;width:max(100%,1480px);min-width:100%}.table-sheet--vc,.table-sheet--vc .sheet-cell,.table-sheet--vc .sheet-cell *,.table-sheet--vc th,.table-sheet--vc th *{-moz-user-select:none;user-select:none;-webkit-user-select:none}.table-sheet--vc .sheet-cell.is-editing .table-input,.table-sheet--vc .sheet-cell.is-editing input,.table-sheet--vc .sheet-cell.is-editing select,.table-sheet--vc .sheet-cell.is-editing textarea{-moz-user-select:text;user-select:text;-webkit-user-select:text}.vc-table-wrap{padding:14px 14px 10px}.table-sheet--vc thead th{vertical-align:middle;text-align:center;height:30px;padding:0 10px}.table-sheet--vc thead th .sheet-th-content{display:flex;align-items:center;justify-content:center;width:100%;padding-right:0;font-size:12px;font-weight:600;line-height:1.2;min-height:30px;margin:0}.table-sheet--vc td.col-company-input,.table-sheet--vc th.vc-col-company{text-align:left}.table-sheet--vc th.vc-col-company .sheet-th-content{justify-content:flex-start}.vc-table-header-meta{align-items:center;width:100%;display:flex;flex-wrap:wrap;gap:8px}.vc-table-header-meta .table-meta{font-size:12px;letter-spacing:.05em;text-transform:uppercase}.table-sheet--vc .sheet-index{min-width:48px;text-align:center}.table-sheet--vc .sheet-cell{vertical-align:middle;white-space:nowrap;font-size:12px;line-height:1.35}.table-sheet--vc td{padding:8px 10px}.table-sheet--vc td.vc-col-website{max-width:280px}.table-sheet--vc td.vc-col-website .sheet-domain-link{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.table-sheet--vc .flag-cell{align-items:center;font-size:12px}.table-sheet--vc .sheet-choice-pill{font-size:12px}.table-sheet--vc .sheet-cell.is-editing,.table-sheet--vc .sheet-cell.is-editing:hover{background:#fffaf0;box-shadow:inset 0 0 0 1px #e6d6bf}.table-sheet--vc .sheet-cell.is-editing .table-input{background:#fffdf7;border-color:#d9bf8b;box-shadow:inset 0 0 0 1px hsla(40,51%,70%,.35)}.table-sheet--vc .sheet-choice-dropdown{display:inline-flex;align-items:center;gap:6px}.table-sheet--vc .sheet-choice-pill--menu{border:1px solid #d5dce7;background:#fff;color:#3f4652;border-radius:999px;padding:2px 9px;font-size:12px;line-height:1.2;cursor:pointer}.table-sheet--vc .sheet-choice-pill--menu.is-active{border-color:#e6d6bf;background:#fbf6ee;color:#8f6b32}.vc-company-cell{gap:8px}.vc-company-cell,.vc-company-hover{display:inline-flex;align-items:center;min-width:0}.vc-company-hover{position:relative}.vc-company-name{display:inline-block;max-width:260px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vc-company-tooltip-layer{position:fixed;transform:translateX(-50%);min-width:240px;max-width:440px;padding:10px 12px 11px;border-radius:12px;border:1px solid #d6dde8;background:#fff;color:#1f2630;box-shadow:0 14px 34px rgba(16,24,40,.14),0 2px 8px rgba(16,24,40,.08);white-space:normal;z-index:5000;pointer-events:none;animation:vc-tooltip-fade-in .12s ease-out}.vc-company-tooltip-layer:before{content:"";position:absolute;left:50%;top:-6px;width:10px;height:10px;transform:translateX(-50%) rotate(45deg);border-left:1px solid #d6dde8;border-top:1px solid #d6dde8;background:#fff}.vc-company-tooltip-label{margin-bottom:4px;font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:#6e7785;font-weight:600}.vc-company-tooltip-text{font-size:12px;line-height:1.45;color:#1f2630}@keyframes vc-tooltip-fade-in{0%{opacity:0;transform:translateX(-50%) translateY(2px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}.vc-linkedin-icon-link{display:inline-flex;width:18px;height:18px;align-items:center;justify-content:center;border-radius:6px;border:1px solid #dde3ec;background:#f8fafc;text-decoration:none;flex:0 0 auto}.vc-linkedin-icon-link img{width:12px;height:12px;display:block}.vc-linkedin-icon-link:hover{border-color:#c6d3e5;background:#eff4fb}.discovery-enrich-inline{display:flex;align-items:center;gap:8px 10px;flex-wrap:wrap;flex:1 1 720px;min-width:min(100%,420px)}.discovery-enrich-pill{display:inline-flex;align-items:center;gap:6px;border:1px solid #d9e1ec;border-radius:999px;padding:5px 11px;background:#f8fafd;color:#3a4452;white-space:nowrap}.discovery-enrich-pill strong{color:#1f2937;letter-spacing:.04em}.discovery-enrich-pill--run{border-color:#d6dfc8;background:#f4f8ec;color:#355124}.discovery-enrich-pill--error{border-color:#f0c9c9;background:#fff4f4;color:#8b2e2e}.discovery-enrich-hide{border:1px solid #d6dde8;border-radius:999px;padding:4px 10px;background:#fff;color:#4a5566;line-height:1.2}.discovery-enrich-confirm-modal{max-width:440px}.vc-attio-icon-link img{width:12px;height:12px}.vc-attio-icon-link:hover{border-color:#dfd4c1;background:#fbf7ef}.slack-team-grid{grid-template-columns:1fr}.slack-team-table-card .settings-card-header{align-items:center}.slack-team-toolbar{display:inline-flex;align-items:center;gap:10px}.slack-team-table{width:100%;border-collapse:separate;border-spacing:0;border:1px solid #e4e9f1;border-radius:16px;overflow:hidden;background:#fff;font-family:inherit;box-shadow:0 6px 16px rgba(15,23,42,.05)}.slack-team-table thead th{background:#f4f7fb;border-bottom:1px solid #e4e9f1;font-size:10px;letter-spacing:.09em;text-transform:uppercase;color:#566173;font-weight:600;padding:11px 16px;text-align:left}.slack-team-table td{border-bottom:1px solid #edf1f6;vertical-align:top;padding:14px 16px;text-align:left;color:#1f2937}.slack-team-table tbody tr:nth-child(2n) td{background:#fafcff}.slack-team-table tbody tr:hover td{background:#eef4ff}.slack-team-table tbody tr:last-child td{border-bottom:0}.slack-target-title{font-weight:650;line-height:1.35;color:#111827;font-size:14px}.slack-target-subtitle{margin-top:3px;font-size:11px;color:#5f6978;line-height:1.35}.slack-chip{display:inline-flex;align-items:center;padding:3px 8px;border-radius:999px;border:1px solid #d9e2ee;background:rgba(214,223,234,.5);font-size:10px;letter-spacing:.05em;text-transform:uppercase;line-height:1.2;color:#374255;white-space:nowrap}.slack-chip--subtle{letter-spacing:.03em;text-transform:none;color:#2f3b4d}.slack-chip--active{border-color:#bcded7;background:rgba(16,185,129,.1);color:#0f6e66}.slack-chip--paused{border-color:#e7d9d3;background:hsla(25,5%,45%,.08);color:#6b5d55}.slack-row-actions{display:inline-flex;align-items:center;justify-content:flex-end;gap:6px;width:100%}.slack-row-actions .sheet-icon-button{width:30px;height:30px;border:1px solid #e5ebf3;background:hsla(0,0%,100%,.95);box-shadow:none}.slack-row-actions .sheet-icon-button:hover{background:#f2f7ff;border-color:#cfdae8;box-shadow:0 4px 10px rgba(15,23,42,.08);transform:translateY(-1px)}.slack-row-actions .sheet-icon-button--danger{border-color:#ecd7d2;background:rgba(255,245,242,.9)}.slack-row-actions .sheet-icon-button--danger:hover{border-color:#ddb9b0;background:#fff1ed}.slack-target-modal{width:min(980px,94vw);max-height:min(88vh,980px);overflow:auto}.slack-target-form{grid-template-columns:repeat(2,minmax(0,1fr))}.slack-target-form .slack-span-2{grid-column:span 2}.slack-cell-actions,.slack-col-actions{text-align:right!important}.slack-cell-countries .slack-target-subtitle{display:inline-flex;align-items:center;flex-wrap:wrap;gap:4px}.slack-cell-filters{white-space:nowrap}.slack-filter-list{display:grid;grid-gap:5px;gap:5px;align-content:start}.slack-filter-row{display:flex;align-items:center;justify-content:flex-start;gap:8px;min-height:20px}.slack-filter-label{min-width:48px;font-size:10px;line-height:1.2;font-weight:600;color:#667283;letter-spacing:.02em}.slack-chip--filter{min-width:62px;justify-content:center;padding:2px 8px;border-radius:8px;font-size:10px;line-height:1.15;font-weight:600;letter-spacing:.01em;text-transform:none;color:#273346;border-color:#dbe3ef;background:rgba(148,163,184,.08)}.slack-chip--filter-yes{border-color:#cae3d4;background:rgba(34,197,94,.1);color:#165a3f}.slack-chip--filter-no{border-color:#dde3ec;background:rgba(148,163,184,.11);color:#4b5565}.slack-chip--filter-any,.slack-chip--filter-unchecked{border-color:#d9e1ec;background:rgba(148,163,184,.08);color:#384659}.slack-country-flags{display:inline-flex;align-items:center;flex-wrap:wrap;gap:6px}.slack-country-flag{width:20px;height:15px;border-radius:3px;border:1px solid #d8e0ea;box-shadow:0 1px 2px rgba(17,24,39,.08)}.slack-country-fallback{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:18px;padding:0 6px;border-radius:999px;border:1px solid #d9e2ee;background:#f6f8fb;color:#445063;font-size:10px;font-weight:700;letter-spacing:.04em}@media (max-width:900px){.slack-team-table td:nth-child(2),.slack-team-table td:nth-child(5),.slack-team-table th:nth-child(2),.slack-team-table th:nth-child(5){display:none}}@media (max-width:760px){.slack-target-form{grid-template-columns:1fr}.slack-target-form .slack-span-2{grid-column:span 1}.slack-team-table td:nth-child(4),.slack-team-table th:nth-child(4){display:none}}