@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap";:root{font-family:DM Sans,sans-serif;color:#1c1930;background:#fbfaff;font-synthesis:none;--primary:#6d4aff;--primary-dark:#5635dd;--ink:#1c1930;--muted:#6e6982;--line:#e8e4f3;--soft:#f3f0ff;--card:#fff;--success:#16865a;--danger:#d44a59}*{box-sizing:border-box}body{margin:0;min-width:320px;background:radial-gradient(circle at 90% 0,#eee8ff 0,transparent 26rem),#fbfaff}button,input,select,textarea{font:inherit}button,a{transition:.2s ease}a{text-decoration:none;color:inherit}.app-shell{min-height:100vh;display:flex;flex-direction:column}.topbar{height:76px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(20px,5vw,72px);border-bottom:1px solid rgba(232,228,243,.8);background:#fbfaffe0;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);position:sticky;top:0;z-index:20}.brand{display:flex;align-items:center;gap:11px;font-family:Manrope;font-weight:800;font-size:19px}.brand-mark{width:42px;height:42px;border-radius:14px;background:var(--primary);color:#fff;display:grid;place-items:center;box-shadow:0 8px 24px #6d4aff40}.nav{display:flex;align-items:center;gap:8px}.nav a,.nav-action{display:flex;align-items:center;gap:7px;padding:10px 13px;border-radius:11px;border:0;background:transparent;color:var(--muted);font-weight:600;cursor:pointer}.nav a:hover,.nav a.active,.nav-action:hover{background:var(--soft);color:var(--primary)}.menu-button{display:none;border:0;background:transparent}.hero{min-height:650px;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(340px,.75fr);align-items:center;gap:70px;padding:70px clamp(24px,7vw,110px) 88px;overflow:hidden}.hero-content{max-width:690px}.eyebrow,.section-kicker,.page-heading>span,.dashboard-head>div>span{display:inline-flex;align-items:center;gap:7px;color:var(--primary);font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.12em}.hero h1{font-family:Manrope;font-size:clamp(52px,7vw,92px);line-height:.98;letter-spacing:-.055em;margin:19px 0 24px}.hero h1 span{color:var(--primary)}.hero p{font-size:19px;line-height:1.7;color:var(--muted);max-width:650px}.hero-actions{display:flex;gap:12px;margin-top:32px}.button{border:0;border-radius:13px;padding:13px 19px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer}.button.primary{background:var(--primary);color:#fff;box-shadow:0 10px 28px #6d4aff38}.button.primary:hover{background:var(--primary-dark);transform:translateY(-1px)}.button.ghost{background:#fff;color:var(--ink);border:1px solid var(--line)}.button.wide{width:100%;padding:15px}.trust-row{display:flex;gap:22px;margin-top:28px;color:var(--muted);font-size:14px}.trust-row span{display:flex;align-items:center;gap:7px}.radar-card{background:linear-gradient(150deg,#241a54,#6d4aff);border-radius:36px;padding:30px;min-height:455px;display:flex;flex-direction:column;justify-content:center;box-shadow:0 30px 80px #3f2a8847;transform:rotate(2deg)}.radar{width:min(330px,80vw);aspect-ratio:1;margin:auto;position:relative;border-radius:50%;background:repeating-radial-gradient(circle,transparent 0 54px,rgba(255,255,255,.13) 55px 57px),linear-gradient(#ffffff0d,#ffffff0d);border:1px solid rgba(255,255,255,.2)}.radar:before,.radar:after{content:"";position:absolute;background:#ffffff1f}.radar:before{width:1px;height:100%;left:50%}.radar:after{height:1px;width:100%;top:50%}.radar-center{position:absolute;inset:calc(50% - 37px);width:74px;height:74px;border-radius:50%;background:#fff;color:var(--primary);display:grid;place-items:center;z-index:2}.dot{position:absolute;width:13px;height:13px;border-radius:50%;background:#6ff0bd;box-shadow:0 0 0 8px #6ff0bd1f}.d1{top:22%;left:66%}.d2{top:64%;left:18%}.d3{top:75%;left:71%}.pulse{position:absolute;inset:50%;border:1px solid rgba(255,255,255,.38);border-radius:50%;animation:pulse 3s infinite}.p2{animation-delay:1s}.p3{animation-delay:2s}@keyframes pulse{0%{inset:48%;opacity:1}to{inset:2%;opacity:0}}.match-preview{background:#fffffff5;border-radius:18px;padding:17px 19px;display:flex;flex-direction:column;gap:4px;transform:rotate(-2deg)}.match-preview strong{color:var(--primary);font-size:20px}.match-preview span{color:var(--muted);font-size:14px}.section{padding:85px clamp(24px,7vw,110px)}.section-heading{text-align:center;max-width:700px;margin:0 auto 42px}.section-heading span{color:var(--primary);font-weight:800;text-transform:uppercase;font-size:13px;letter-spacing:.13em}.section-heading h2,.how h2,.page-heading h1,.dashboard-head h1{font-family:Manrope;font-size:clamp(34px,4vw,52px);letter-spacing:-.04em;margin:12px 0}.category-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:15px}.category-grid article{background:#fff;border:1px solid var(--line);border-radius:21px;padding:25px;min-height:220px}.category-grid article:hover{transform:translateY(-5px);box-shadow:0 15px 35px #32256014}.icon-box{width:48px;height:48px;border-radius:14px;background:var(--soft);color:var(--primary);display:grid;place-items:center}.category-grid h3{font-family:Manrope;margin:24px 0 8px}.category-grid p,.how p,.page-heading p{color:var(--muted);line-height:1.6}.how{background:#201a39;color:#fff;display:grid;grid-template-columns:.8fr 1.2fr;gap:80px;align-items:center}.how h2{font-size:43px}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.steps div{border-left:1px solid rgba(255,255,255,.2);padding-left:22px}.steps b{color:#9f88ff}.steps p{font-size:14px}.page{min-height:calc(100vh - 150px)}.page-heading{max-width:780px;margin-bottom:34px}.page-heading p{font-size:17px}.narrow{max-width:920px;margin:auto}.filter-bar{display:grid;grid-template-columns:2fr 1.2fr 1fr 80px auto;gap:10px;margin-bottom:30px;background:#fff;padding:12px;border:1px solid var(--line);border-radius:18px}.filter-bar input,.filter-bar select,.search-form input,.search-form select,.search-form textarea,.auth-card input{width:100%;border:1px solid var(--line);border-radius:11px;padding:12px 13px;background:#fff;color:var(--ink);outline:none}.filter-bar input:focus,.filter-bar select:focus,.search-form input:focus,.search-form select:focus,.search-form textarea:focus,.auth-card input:focus{border-color:#9a82ff;box-shadow:0 0 0 3px #eeeaff}.search-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.search-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:22px;display:flex;flex-direction:column;min-height:285px}.card-top{display:flex;justify-content:space-between;align-items:center;gap:8px}.category-pill,.intent-pill,.mini-pill{font-size:12px;font-weight:800;border-radius:999px;padding:7px 10px;background:var(--soft);color:var(--primary)}.intent-pill{background:#f4f3f8;color:var(--muted)}.search-card h3{font-family:Manrope;font-size:21px;margin:20px 0 9px}.search-card p{color:var(--muted);line-height:1.55;flex:1}.card-meta{display:flex;flex-direction:column;gap:7px;color:var(--muted);font-size:13px}.card-meta span{display:flex;align-items:center;gap:6px}.card-author{border-top:1px solid var(--line);padding-top:14px;margin-top:15px;font-size:12px;color:#8a8599}.empty{text-align:center;color:var(--muted);padding:60px 20px}.empty.small{padding:30px 10px}.auth-page{min-height:calc(100vh - 76px);display:grid;grid-template-columns:1fr 1fr}.auth-side{background:linear-gradient(140deg,#221a49,#6d4aff);color:#fff;padding:10vw 8vw;display:flex;flex-direction:column;justify-content:center}.auth-side span{text-transform:uppercase;font-size:13px;font-weight:800;letter-spacing:.14em;color:#bcaeff}.auth-side h1{font-family:Manrope;font-size:clamp(40px,5vw,65px);line-height:1.05;letter-spacing:-.05em;margin:20px 0}.auth-side p{color:#d8d1f6;line-height:1.7;max-width:530px}.auth-card{max-width:520px;width:calc(100% - 40px);margin:auto;background:#fff;border:1px solid var(--line);border-radius:24px;padding:32px;box-shadow:0 25px 70px #36276e1a}.auth-tabs{display:grid;grid-template-columns:1fr 1fr;background:#f5f3f9;padding:5px;border-radius:13px;margin-bottom:25px}.auth-tabs button{border:0;border-radius:9px;padding:11px;background:transparent;font-weight:700;color:var(--muted)}.auth-tabs button.active{background:#fff;color:var(--primary);box-shadow:0 3px 12px #21194314}label{display:flex;flex-direction:column;gap:7px;font-size:13px;font-weight:700;color:#4f4a62;margin-bottom:16px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-row.three{grid-template-columns:1fr 90px 1fr}.checkbox{flex-direction:row;align-items:flex-start;font-weight:500;line-height:1.4}.checkbox input{width:auto}.form-error{background:#fff0f1;color:#a72d3d;border:1px solid #ffd1d6;padding:12px;border-radius:10px;margin:10px 0}.search-form{background:#fff;border:1px solid var(--line);border-radius:24px;padding:30px}.search-form textarea{resize:vertical}.safety-note{display:flex;flex-direction:column;background:#f0fbf6;color:#267254;border:1px solid #cceede;border-radius:13px;padding:15px;margin:6px 0 20px}.safety-note span{font-size:13px;margin-top:4px}.dashboard-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:30px}.dashboard-head h1{margin-bottom:0}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:25px}.stats article{background:#fff;border:1px solid var(--line);border-radius:18px;padding:22px}.stats b{display:block;font-family:Manrope;font-size:34px;color:var(--primary)}.stats span{font-size:13px;color:var(--muted)}.dashboard-grid{display:grid;grid-template-columns:1fr 1.25fr;gap:20px}.panel{background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden}.panel-title{padding:22px;border-bottom:1px solid var(--line)}.panel-title h2{font-family:Manrope;margin:0;font-size:20px}.list-item,.match-item{display:flex;align-items:center;gap:14px;padding:19px 22px;border-bottom:1px solid var(--line)}.list-item:last-child,.match-item:last-child{border-bottom:0}.list-item>div{flex:1}.list-item h3,.match-item h3{font-size:15px;margin:8px 0 4px}.list-item small,.match-item small{color:var(--muted)}.status{font-size:11px;border-radius:999px;padding:6px 9px;background:#eee}.status-active{background:#eaf9f2;color:var(--success)}.score-ring{width:58px;height:58px;border:5px solid #dcd3ff;color:var(--primary);font-weight:800;border-radius:50%;display:grid;place-items:center;flex:0 0 auto}.match-copy{flex:1}.match-copy p{font-size:12px;color:var(--muted);margin:0 0 5px}.match-actions{display:flex;gap:6px}.match-actions button{width:38px;height:38px;border-radius:11px;border:0;display:grid;place-items:center;cursor:pointer}.accept{background:#e7f8f0;color:var(--success)}.reject{background:#fff0f1;color:var(--danger)}.mutual{font-size:11px;color:var(--success);font-weight:800}footer{padding:28px clamp(24px,7vw,110px);display:flex;justify-content:space-between;color:var(--muted);border-top:1px solid var(--line);font-size:13px}footer strong{color:var(--ink)}@media(max-width:1050px){.category-grid{grid-template-columns:repeat(3,1fr)}.search-grid{grid-template-columns:repeat(2,1fr)}.hero{gap:35px}.dashboard-grid{grid-template-columns:1fr}.filter-bar{grid-template-columns:1fr 1fr 1fr}.filter-bar .button{grid-column:span 1}.how{grid-template-columns:1fr}}@media(max-width:760px){.topbar{height:68px}.menu-button{display:block}.nav{display:none;position:absolute;left:16px;right:16px;top:72px;background:#fff;border:1px solid var(--line);border-radius:16px;padding:10px;box-shadow:0 20px 50px #281e4e26;flex-direction:column;align-items:stretch}.nav.open{display:flex}.hero{grid-template-columns:1fr;padding-top:52px}.hero h1{font-size:55px}.radar-card{min-height:390px}.category-grid,.search-grid,.steps,.stats{grid-template-columns:1fr}.section{padding:58px 20px}.how{gap:35px}.filter-bar,.auth-page{grid-template-columns:1fr}.auth-side{padding:60px 25px}.auth-card{margin:35px auto}.form-row,.form-row.three{grid-template-columns:1fr}.dashboard-head{align-items:flex-start;gap:15px}.trust-row,.hero-actions{flex-wrap:wrap}footer{flex-direction:column;gap:8px}.match-item{align-items:flex-start;flex-wrap:wrap}}.connection-banner{position:sticky;top:76px;z-index:19;display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 18px;background:#32285f;color:#fff;font-size:13px;font-weight:700;box-shadow:0 8px 24px #2119431f}.pwa-install{position:fixed;right:24px;bottom:24px;z-index:45;border:0;border-radius:999px;padding:14px 18px;background:#1c1930;color:#fff;display:flex;align-items:center;gap:9px;font-weight:800;cursor:pointer;box-shadow:0 18px 45px #1c193047}.pwa-install:hover{transform:translateY(-2px);background:#30294f}.pwa-install:focus-visible{outline:3px solid #b8a9ff;outline-offset:3px}.pwa-toast{position:fixed;right:24px;bottom:84px;z-index:50;width:min(440px,calc(100vw - 32px));display:flex;align-items:center;gap:14px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:16px;box-shadow:0 24px 65px #281e4e33}.pwa-toast>div{flex:1;display:flex;flex-direction:column;gap:3px}.pwa-toast strong{font-size:14px}.pwa-toast span{color:var(--muted);font-size:12px}.pwa-toast .button{padding:10px 13px;font-size:13px}.icon-button,.modal-close{border:0;background:transparent;color:var(--muted);display:grid;place-items:center;cursor:pointer}.pwa-modal-backdrop{position:fixed;inset:0;z-index:80;background:#1c193094;display:grid;place-items:center;padding:20px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.pwa-modal{position:relative;width:min(440px,100%);background:#fff;border-radius:25px;padding:34px;box-shadow:0 30px 90px #140f2d59;text-align:center}.modal-close{position:absolute;top:16px;right:16px}.modal-icon{width:62px;height:62px;margin:0 auto 18px;border-radius:19px;background:var(--soft);color:var(--primary);display:grid;place-items:center}.pwa-modal h2{font-family:Manrope;margin:0 0 12px}.pwa-modal p{color:var(--muted);line-height:1.6;margin-bottom:23px}@media(max-width:760px){.connection-banner{top:68px}.pwa-install{right:14px;bottom:max(14px,env(safe-area-inset-bottom));padding:13px}.pwa-install span{display:none}.pwa-toast{left:16px;right:16px;bottom:74px;width:auto;flex-wrap:wrap}.pwa-toast>div{min-width:200px}}@media(display-mode:standalone){body{padding-top:env(safe-area-inset-top)}.topbar{padding-left:max(20px,env(safe-area-inset-left));padding-right:max(20px,env(safe-area-inset-right))}.pwa-install{display:none}footer{padding-bottom:max(28px,env(safe-area-inset-bottom))}}.search-builder-page{max-width:1080px}.ai-hub-intro{background:linear-gradient(145deg,#201842,#5840cc);color:#fff;border-radius:26px;padding:25px;margin-bottom:22px;box-shadow:0 24px 60px #3a278429}.ai-hub-title{display:flex;align-items:flex-start;gap:12px;margin-bottom:19px}.ai-hub-title>div{display:flex;flex-direction:column;gap:4px}.ai-hub-title strong{font-family:Manrope;font-size:20px}.ai-hub-title span{color:#d8d0ff;font-size:13px}.agent-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.agent-grid article{display:flex;gap:10px;align-items:flex-start;padding:14px;background:#ffffff14;border:1px solid rgba(255,255,255,.12);border-radius:14px}.agent-grid article>b{color:#a994ff;font-size:11px}.agent-grid h3{font-size:13px;margin:0 0 5px}.agent-grid p{font-size:11px;line-height:1.45;color:#d7d0f3;margin:0}.advanced-search-form{padding:38px}.form-section-title{display:flex;align-items:flex-start;gap:13px;border-top:1px solid var(--line);padding-top:28px;margin:12px 0 22px}.form-section-title:first-child{border-top:0;padding-top:0}.form-section-title>span{width:33px;height:33px;border-radius:10px;background:var(--soft);color:var(--primary);font-weight:800;display:grid;place-items:center;flex:0 0 auto}.form-section-title h2{font:800 19px Manrope;margin:0 0 4px}.form-section-title p{color:var(--muted);font-size:12px;margin:0}.narrative-label{margin-bottom:8px}.voice-textarea{position:relative}.voice-textarea textarea{padding-bottom:66px;min-height:250px}.voice-textarea.is-listening textarea{border-color:#e25475;box-shadow:0 0 0 4px #e254751a}.microphone-button{position:absolute;right:13px;bottom:13px;border:1px solid var(--line);border-radius:12px;padding:11px 14px;background:#fff;color:var(--primary);display:flex;align-items:center;gap:8px;font-weight:800;cursor:pointer}.microphone-button.active{background:#fff1f4;color:#c53356;border-color:#ffc4d2}.listening-indicator{display:flex;align-items:center;gap:9px;color:#b92b4b;font-size:12px;margin:5px 0 18px}.listening-indicator i{width:9px;height:9px;border-radius:50%;background:#e25475;box-shadow:0 0 #e2547573;animation:listening 1.4s infinite}@keyframes listening{70%{box-shadow:0 0 0 9px #e2547500}to{box-shadow:0 0 #e2547500}}.upload-zone{position:relative;min-height:160px;border:1.5px dashed #bcb0ed;border-radius:18px;background:#faf8ff;color:var(--primary);align-items:center;justify-content:center;text-align:center;cursor:pointer;padding:28px}.upload-zone:hover{background:#f4f0ff}.upload-zone input{position:absolute;inset:0;opacity:0;cursor:pointer}.upload-zone strong{font-size:15px}.upload-zone span{font-size:12px;color:var(--muted);font-weight:500}.file-list{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin:0 0 20px}.file-list article{display:flex;align-items:center;gap:11px;border:1px solid var(--line);border-radius:13px;padding:12px;color:var(--primary)}.file-list article>div{min-width:0;display:flex;flex-direction:column}.file-list strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:12px;color:var(--ink)}.file-list span{font-size:11px;color:var(--muted)}.web-search-switch{display:grid;grid-template-columns:auto auto 1fr;gap:12px;align-items:center;border:1px solid var(--line);border-radius:16px;padding:16px;cursor:pointer}.web-search-switch>input{position:absolute;opacity:0;pointer-events:none}.switch-ui{width:45px;height:25px;border-radius:999px;background:#d8d4e3;position:relative}.switch-ui:after{content:"";position:absolute;left:3px;top:3px;width:19px;height:19px;border-radius:50%;background:#fff;box-shadow:0 2px 6px #00000026;transition:.2s}.web-search-switch>input:checked+.switch-ui{background:var(--primary)}.web-search-switch>input:checked+.switch-ui:after{transform:translate(20px)}.web-search-switch>div{display:flex;flex-direction:column;gap:4px}.web-search-switch strong{display:flex;align-items:center;gap:6px;color:var(--ink)}.web-search-switch small{color:var(--muted);font-weight:500}.consent-checkbox{margin:15px 0;background:#fffaf1;border:1px solid #f0ddae;border-radius:13px;padding:13px}.safety-note{flex-direction:row;align-items:flex-start;gap:11px}.safety-note>div{display:flex;flex-direction:column}.publish-search-button{margin-top:7px;min-height:54px}.success-notice{background:#ecfaf3;color:#18704c;border:1px solid #cceedd;border-radius:12px;padding:13px 15px;margin:0 0 18px}.search-select{width:100%;border:0;background:#fff;text-align:left;cursor:pointer}.search-select:hover,.search-select.selected{background:#faf8ff}.search-select.selected{box-shadow:inset 4px 0 var(--primary)}.hub-panel{margin-top:24px;background:#fff;border:1px solid var(--line);border-radius:24px;overflow:hidden}.hub-panel-head{display:flex;align-items:flex-end;justify-content:space-between;gap:25px;padding:27px;border-bottom:1px solid var(--line)}.hub-panel-head>div:first-child{max-width:660px}.hub-panel-head span{display:flex;align-items:center;gap:7px;color:var(--primary);font-size:12px;text-transform:uppercase;font-weight:800;letter-spacing:.1em}.hub-panel-head h2{font:800 26px Manrope;margin:8px 0}.hub-panel-head p{color:var(--muted);font-size:13px;line-height:1.55;margin:0}.hub-actions{display:flex;gap:9px}.hub-actions select{max-width:270px;border:1px solid var(--line);border-radius:12px;padding:11px;background:#fff}.hub-status{margin:20px 27px 0;padding:14px;border-radius:13px;background:#f3f0ff;display:flex;flex-direction:column;gap:4px}.hub-status strong{font-size:13px}.hub-status span{font-size:12px;color:var(--muted)}.hub-status.status-configuration_required,.hub-status.status-failed{background:#fff3f1;color:#a33737}.agent-status-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;padding:20px 27px}.agent-status-grid article{display:flex;gap:10px;border:1px solid var(--line);border-radius:13px;padding:13px}.agent-status-grid article>div:last-child{display:flex;flex-direction:column;gap:4px}.agent-status-grid strong{font-size:12px}.agent-status-grid span{font-size:11px;color:var(--muted);line-height:1.4}.agent-state{width:10px;height:10px;border-radius:50%;background:#c9c5d2;margin-top:3px;flex:0 0 auto}.agent-state.completed{background:#27a36d}.agent-state.failed{background:#da5263}.agent-state.running{background:#e1a12a}.candidate-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;padding:0 27px 27px}.candidate-card{display:grid;grid-template-columns:104px 1fr;gap:16px;border:1px solid var(--line);border-radius:18px;padding:14px;position:relative}.candidate-photo{width:104px;height:112px;border-radius:14px;background:var(--soft);overflow:hidden;position:relative;display:grid;place-items:center;color:var(--primary)}.candidate-photo img{width:100%;height:100%;object-fit:cover}.candidate-photo>span{position:absolute;right:7px;bottom:7px;background:#1c1930e0;color:#fff;border-radius:999px;padding:5px 7px;font-size:10px;font-weight:800}.candidate-copy{min-width:0}.candidate-tags{display:flex;gap:7px;align-items:center}.candidate-tags b,.candidate-tags span{font-size:10px;border-radius:999px;padding:5px 7px;background:var(--soft);color:var(--primary);text-transform:uppercase}.candidate-tags span{background:#f2f1f5;color:var(--muted)}.candidate-copy h3{font:700 15px Manrope;margin:9px 0 6px}.candidate-copy p{font-size:12px;color:var(--muted);line-height:1.45;margin:0 0 8px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.candidate-copy small{font-size:10px;color:#918ba1}.candidate-actions{grid-column:1/-1;display:flex;gap:7px;border-top:1px solid var(--line);padding-top:11px}.candidate-actions .button{font-size:11px;padding:9px 11px;margin-right:auto}.icon-action{width:36px;height:36px;border:0;border-radius:10px;display:grid;place-items:center;cursor:pointer}.icon-action.save{background:#f0edff;color:var(--primary)}.icon-action.reject{background:#fff0f1;color:var(--danger)}.hub-empty{display:flex;flex-direction:column;align-items:center}.hub-empty h3{margin:10px 0 4px}.hub-empty p{max-width:560px;margin:0;line-height:1.55}@media(max-width:1100px){.agent-grid,.agent-status-grid{grid-template-columns:repeat(2,1fr)}.candidate-grid{grid-template-columns:1fr}}@media(max-width:760px){.advanced-search-form{padding:21px}.agent-grid,.file-list,.agent-status-grid{grid-template-columns:1fr}.microphone-button span{display:none}.hub-panel-head{align-items:stretch;flex-direction:column}.hub-actions{flex-direction:column}.hub-actions select{max-width:none}.candidate-grid{padding:0 14px 14px}.agent-status-grid{padding:14px}.hub-status{margin:14px}.candidate-card{grid-template-columns:82px 1fr}.candidate-photo{width:82px;height:92px}}.monetization-panel{margin:22px 0 26px;background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;display:grid;gap:16px}.credit-summary-card{display:flex;align-items:center;gap:16px}.credit-icon{width:58px;height:58px;border-radius:18px;background:linear-gradient(145deg,#6d4aff,#9c80ff);color:#fff;display:grid;place-items:center;box-shadow:0 12px 28px #6d4aff3d}.credit-summary-card span{font-size:12px;text-transform:uppercase;letter-spacing:.1em;color:var(--primary);font-weight:800}.credit-summary-card h2{font:800 25px Manrope;margin:3px 0}.credit-summary-card p{margin:0;color:var(--muted);font-size:13px}.package-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.package-strip article{border:1px solid var(--line);border-radius:15px;padding:13px;display:flex;align-items:center;justify-content:space-between;gap:10px}.package-strip article>div{display:flex;flex-direction:column}.package-strip strong{font:700 14px Manrope}.package-strip span{font-size:11px;color:var(--muted)}.package-strip .button{padding:9px 11px;font-size:12px}.invite-box{display:grid;grid-template-columns:minmax(230px,1fr) minmax(220px,.8fr) auto;gap:10px;align-items:center;background:#faf8ff;border:1px solid #e2dcff;border-radius:16px;padding:14px}.invite-box>div{display:flex;align-items:center;gap:11px;color:var(--primary)}.invite-box>div span{display:flex;flex-direction:column}.invite-box strong{font-size:13px;color:var(--ink)}.invite-box small{font-size:11px;color:var(--muted)}.invite-box input,.invite-link input{width:100%;border:1px solid var(--line);border-radius:11px;padding:11px 12px;background:#fff}.invite-link{display:flex;gap:8px}.partial-access-banner{margin:20px 27px 0;border:1px solid #efdca8;background:#fff9e9;border-radius:15px;padding:14px;display:flex;align-items:center;justify-content:space-between;gap:16px}.partial-access-banner>div{display:flex;align-items:center;gap:11px;color:#9a6a00}.partial-access-banner span{display:flex;flex-direction:column}.partial-access-banner strong{font-size:13px;color:#624600}.partial-access-banner small{font-size:11px;color:#846c36}.demo-tag{background:#fff3d7!important;color:#8a6100!important}.stats article:last-child b{color:var(--primary)}@media(max-width:980px){.package-strip,.invite-box{grid-template-columns:1fr}.partial-access-banner{align-items:stretch;flex-direction:column}}.search-access-note{margin-bottom:18px;border:1px solid #efdca8;background:#fff9e9;border-radius:14px;padding:14px 16px;display:flex;flex-direction:column;gap:4px}.search-access-note strong{font-size:13px;color:#624600}.search-access-note span{font-size:12px;color:#846c36}
