:root{--bg:#0a0a0a;--border:#ffffff0f;--border-mid:#ffffff1a;--text:#fff;--text-70:#ffffffb3;--text-55:#ffffff8c;--text-40:#fff6;--text-30:#ffffff4d;--text-20:#fff3;--text-12:#ffffff1f;--text-06:#ffffff0f;--font-sans:"Inter", system-ui, sans-serif;--font-mono:"JetBrains Mono", ui-monospace, monospace;--ease:cubic-bezier(0, 0, .2, 1);--sidebar-w:260px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body{background:var(--bg);height:100%;color:var(--text);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;overflow:hidden}.app{flex-direction:column;width:100vw;height:100vh;display:flex}.header{border-bottom:1px solid var(--border);z-index:10;flex-shrink:0;justify-content:space-between;align-items:center;height:56px;padding:0 32px;display:flex}.header-logo img{opacity:.9;width:auto;height:22px}.header-meta{align-items:center;gap:16px;display:flex}.step-label{letter-spacing:.1em;text-transform:uppercase;color:var(--text-30);font-size:11px;font-weight:400}.main-area{flex:1;display:flex;position:relative;overflow:hidden}.content-panel{scrollbar-width:none;transition:padding-right .4s var(--ease);flex-direction:column;flex:1;justify-content:safe center;align-items:center;padding:40px 32px 100px;display:flex;overflow:hidden auto}.content-panel::-webkit-scrollbar{display:none}.sidebar{border-left:1px solid var(--border);width:0;transition:width .4s var(--ease), opacity .4s var(--ease);opacity:0;flex-direction:column;flex-shrink:0;display:flex;overflow:hidden}.sidebar.open{width:var(--sidebar-w);opacity:1}.sidebar-inner{width:var(--sidebar-w);scrollbar-width:none;padding:24px 20px;overflow-y:auto}.sidebar-inner::-webkit-scrollbar{display:none}.sidebar-title{text-transform:uppercase;letter-spacing:.12em;color:var(--text-30);justify-content:space-between;align-items:center;margin-bottom:16px;font-size:10px;display:flex}.sidebar-count{font-family:var(--font-mono);color:var(--text-20);font-size:10px}.tree-category{opacity:0;transition:opacity .3s var(--ease), transform .3s var(--ease);margin-bottom:16px;transform:translateY(4px)}.tree-category.visible{opacity:1;transform:translateY(0)}.tree-cat-name{text-transform:uppercase;letter-spacing:.08em;color:var(--text-40);align-items:center;gap:6px;margin-bottom:6px;font-size:11px;font-weight:500;display:flex}.tree-cat-icon{color:var(--text-20);font-size:10px}.tree-items{border-left:1px solid var(--text-06);margin-left:5px;padding-left:14px}.tree-item{color:var(--text-40);opacity:0;transition:opacity .3s var(--ease);font-size:12px;font-weight:300;font-family:var(--font-mono);padding:3px 0}.tree-item.visible{opacity:1}.nav-bar{border-top:1px solid var(--border);z-index:10;flex-shrink:0;justify-content:space-between;align-items:center;height:64px;padding:0 32px;display:flex}.nav-back{color:var(--text-40);cursor:pointer;font-size:13px;font-family:var(--font-sans);transition:color .2s var(--ease);text-align:left;background:0 0;border:none;min-width:80px;font-weight:400}.nav-back:hover{color:var(--text-70)}.nav-back:disabled{opacity:0;cursor:default}.nav-dots{align-items:center;gap:6px;display:flex}.dot{background:var(--text-12);width:6px;height:6px;transition:all .3s var(--ease);border:none;border-radius:999px;padding:0}.dot.completed{background:var(--text-40)}.dot.active{background:var(--text);width:20px}.nav-continue{color:#000;font-size:13px;font-weight:500;font-family:var(--font-sans);cursor:pointer;transition:opacity .2s var(--ease);text-align:center;background:#fff;border:none;border-radius:999px;min-width:80px;padding:10px 24px}.nav-continue:hover{opacity:.85}.nav-continue:disabled{opacity:.3;cursor:default}.step{opacity:0;width:100%;max-width:560px;transition:opacity .3s var(--ease), transform .3s var(--ease);flex-direction:column;align-items:center;display:none;transform:translateY(8px)}.step.active{opacity:1;display:flex;transform:translateY(0)}.step-eyebrow{text-transform:uppercase;letter-spacing:.14em;color:var(--text-20);font-size:10px;font-family:var(--font-mono);margin-bottom:16px}.step-headline{text-align:center;letter-spacing:-.01em;margin-bottom:12px;font-size:32px;font-weight:200;line-height:1.25}.step-subtext{color:var(--text-55);text-align:center;max-width:420px;margin-bottom:32px;font-size:15px;font-weight:300;line-height:1.5}.btn-primary{color:#000;font-size:14px;font-weight:500;font-family:var(--font-sans);cursor:pointer;transition:opacity .2s var(--ease);background:#fff;border:none;border-radius:999px;align-items:center;gap:8px;padding:12px 28px;display:inline-flex}.btn-primary:hover{opacity:.85}.btn-secondary{color:var(--text-70);border:1px solid var(--border-mid);font-size:14px;font-weight:400;font-family:var(--font-sans);cursor:pointer;transition:all .2s var(--ease);background:#ffffff0d;border-radius:999px;align-items:center;gap:8px;padding:10px 24px;display:inline-flex}.btn-secondary:hover{background:#ffffff14;border-color:#ffffff26}.btn-ghost{color:var(--text-40);font-size:13px;font-weight:400;font-family:var(--font-sans);cursor:pointer;transition:color .2s var(--ease);background:0 0;border:none;padding:8px 0}.btn-ghost:hover{color:var(--text-70)}.btn-row{align-items:center;gap:12px;margin-top:8px;display:flex}.input{border:1px solid var(--border-mid);width:100%;color:var(--text);font-size:14px;font-weight:300;font-family:var(--font-sans);transition:border-color .2s var(--ease);background:#ffffff0d;border-radius:8px;outline:none;padding:12px 16px}.input:focus{border-color:#ffffff40}.input::placeholder{color:var(--text-20)}.input-label{text-transform:uppercase;letter-spacing:.1em;color:var(--text-30);margin-bottom:6px;font-size:10px;display:block}.welcome-checklist{flex-direction:column;align-items:center;gap:14px;width:100%;max-width:360px;margin-top:8px;display:flex}.welcome-checklist-item{border-bottom:1px solid var(--border);align-items:center;gap:12px;width:100%;padding:10px 0;display:flex}.welcome-checklist-item:last-child{border-bottom:none}.welcome-checklist-num{font-family:var(--font-mono);color:var(--text-20);text-align:center;width:18px;font-size:11px}.welcome-checklist-text{color:var(--text-55);font-size:14px;font-weight:300}.ws-list{flex-direction:column;gap:10px;width:100%;max-width:440px;margin-bottom:24px;display:flex}.ws-row{border:1px solid var(--border-mid);opacity:0;animation:ws-row-in .35s var(--ease) forwards;background:#ffffff0a;border-radius:10px;align-items:center;gap:14px;padding:14px 16px;display:flex;transform:translateY(6px)}@keyframes ws-row-in{to{opacity:1;transform:translateY(0)}}.ws-icon{width:38px;height:38px;color:var(--text-70);letter-spacing:.04em;background:#ffffff14;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;font-size:13px;font-weight:600;display:flex}.ws-info{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.ws-name{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:400;overflow:hidden}.ws-meta{color:var(--text-40);font-size:12px;font-weight:300}.ws-join-btn{flex-shrink:0;padding:8px 18px;font-size:13px}.ws-divider{align-items:center;gap:14px;width:100%;max-width:440px;margin-bottom:20px;display:flex}.ws-divider-line{background:var(--border-mid);flex:1;height:1px}.ws-divider-text{color:var(--text-30);text-transform:lowercase;font-size:12px;font-weight:300}.ws-error{color:#f87171;text-align:center;background:#f8717114;border:1px solid #f8717133;border-radius:8px;width:100%;max-width:440px;margin-bottom:16px;padding:10px 16px;font-size:13px}.fine-print{color:var(--text-20);text-align:center;margin-top:16px;font-size:12px;font-weight:300}.spinner{border:2px solid #00000026;border-top-color:#0009;border-radius:50%;width:18px;height:18px;animation:.7s linear infinite spin;display:none}@keyframes spin{to{transform:rotate(360deg)}}.agent-msg{align-items:flex-start;gap:14px;width:100%;margin-bottom:28px;display:flex}.agent-avatar{opacity:.6;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.agent-avatar svg{width:20px;height:20px}.agent-bubble-wrap{flex:1;min-width:0}.agent-bubble{color:var(--text-70);border-left:2px solid #ffffff1f;padding-left:16px;font-size:15px;font-weight:300;line-height:1.6}.agent-name{text-transform:uppercase;letter-spacing:.08em;color:var(--text-30);margin-bottom:6px;font-size:11px;font-weight:500}.agent-actions{margin-top:20px;padding-left:18px}.typewriter-cursor{color:var(--text-40);margin-left:1px;font-weight:200;animation:.8s step-end infinite blink;display:inline-block}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.company-btn-row{animation:fadeSlideUp .35s var(--ease) both}.company-manual{animation:fadeSlideUp .35s var(--ease) both;align-items:center;gap:10px;display:flex}.company-input{max-width:280px}.company-error{color:#ff6b6b;background:#ff6b6b14;border:1px solid #ff6b6b26;border-radius:8px;width:100%;margin-bottom:14px;padding:10px 16px;font-size:13px}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.links-actions{animation:fadeSlideUp .35s var(--ease) both;flex-direction:column;gap:12px;display:flex}.links-pills{flex-wrap:wrap;gap:8px;display:flex}.url-pill{border:1px solid var(--border-mid);animation:fadeSlideUp .25s var(--ease) both;background:#ffffff0f;border-radius:999px;align-items:center;gap:6px;padding:6px 10px 6px 14px;display:inline-flex}.url-pill-text{font-family:var(--font-mono);color:var(--text-70);white-space:nowrap;font-size:12px;font-weight:400}.url-pill-remove{color:var(--text-30);cursor:pointer;transition:color .15s var(--ease);font-size:14px;line-height:1;font-family:var(--font-sans);background:0 0;border:none;padding:0 2px}.url-pill-remove:hover{color:var(--text-70)}.url-pill-done{border-color:#4ade804d}.url-pill-error{border-color:#f871714d}.url-pill-status{font-size:11px;line-height:1}.url-pill-viewing{animation:1.2s ease-in-out infinite pulse}@keyframes pulse{0%,to{opacity:.4}50%{opacity:1}}.links-input{max-width:400px;font-family:var(--font-mono);font-size:13px}.links-btn-row{animation:fadeSlideUp .35s var(--ease) both}.links-error{color:#ff6b6b;background:#ff6b6b14;border:1px solid #ff6b6b26;border-radius:8px;width:100%;max-width:400px;padding:10px 16px;font-size:13px}.identity-actions{animation:fadeSlideUp .35s var(--ease) both;flex-direction:column;gap:16px;display:flex}.identity-btn-row{animation:fadeSlideUp .35s var(--ease) both}.identity-error{color:#ff6b6b;background:#ff6b6b14;border:1px solid #ff6b6b26;border-radius:8px;width:100%;max-width:440px;padding:10px 16px;font-size:13px}.identity-search-area{animation:fadeSlideUp .35s var(--ease) both;flex-direction:column;gap:10px;display:flex}.identity-found-label{color:var(--text-55);font-size:13px;font-weight:400}.identity-manual{animation:fadeSlideUp .35s var(--ease) both;align-items:center;gap:10px;display:flex}.identity-manual-input{max-width:320px;font-family:var(--font-mono);font-size:13px}.identity-result{animation:fadeSlideUp .35s var(--ease) both;flex-direction:column;gap:16px;display:flex}.identity-confirm-btn{align-self:flex-start}.search-progress{flex-direction:column;gap:8px;width:100%;max-width:360px;display:flex}.search-progress-bar-track{background:#ffffff0f;border-radius:2px;width:100%;height:3px;overflow:hidden}.search-progress-bar-fill{background:var(--text-55);height:100%;transition:width .7s var(--ease);border-radius:2px}.search-progress-status{color:var(--text-40);font-size:12px;font-weight:300;font-family:var(--font-mono);min-height:16px}.id-card{border:1px solid var(--border-mid);max-width:440px;animation:fadeSlideUp .35s var(--ease) both;background:#ffffff0a;border-radius:12px;align-items:center;gap:16px;padding:18px 20px;display:flex}.id-card-avatar{width:44px;height:44px;color:var(--text-70);letter-spacing:.04em;background:#ffffff14;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;font-size:15px;font-weight:600;display:flex}.id-card-info{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.id-card-name{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:15px;font-weight:500;overflow:hidden}.id-card-title{color:var(--text-55);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:300;overflow:hidden}.id-card-bio{color:var(--text-40);margin-top:4px;font-size:12px;font-weight:300;line-height:1.4}.id-card-sources{flex-wrap:wrap;gap:6px;margin-top:6px;display:flex}.id-card-source-linkedin{color:var(--text-55)}.identity-candidate-count{color:var(--text-40);text-align:center;margin-top:4px;font-size:11px}.identity-indexing{margin-top:10px}.identity-indexing-label{color:var(--text-55);align-items:center;gap:8px;margin-bottom:6px;font-size:13px;display:flex}.identity-indexed-source{font-family:var(--font-mono);color:var(--text-40);padding:2px 0;font-size:11px;animation:.3s ease-in fadeIn}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.id-card-source{font-family:var(--font-mono);color:var(--text-40);border:1px solid var(--text-06);transition:color .15s var(--ease), border-color .15s var(--ease);background:#ffffff0a;border-radius:999px;padding:2px 8px;font-size:11px;text-decoration:none}.id-card-source:hover{color:var(--text-70);border-color:var(--border-mid)}.toggle-switch{cursor:pointer;width:39px;height:20px;transition:background .2s var(--ease);background:#ffffff1f;border:none;border-radius:999px;flex-shrink:0;padding:0;position:relative}.toggle-switch.on{background:#ffffff8c}.toggle-switch:disabled{opacity:.4;cursor:default}.toggle-thumb{background:var(--bg);width:16px;height:16px;transition:transform .2s var(--ease);border-radius:50%;position:absolute;top:2px;left:2px}.toggle-switch.on .toggle-thumb{transform:translate(19px)}.invite-actions{animation:fadeSlideUp .35s var(--ease) both;flex-direction:column;gap:16px;display:flex}.invite-error{color:#ff6b6b;background:#ff6b6b14;border:1px solid #ff6b6b26;border-radius:8px;width:100%;max-width:440px;padding:10px 16px;font-size:13px}.invite-loading{align-items:center;gap:10px;display:flex}.invite-loading-text{color:var(--text-40);font-size:13px;font-weight:300}.invite-list{flex-direction:column;gap:8px;width:100%;max-width:440px;display:flex}.invite-empty{color:var(--text-40);font-size:14px;font-weight:300}.invite-add-row{animation:fadeSlideUp .35s var(--ease) both;align-items:center;gap:10px;display:flex}.invite-add-input{max-width:300px;font-size:13px}.invite-add-btn{flex-shrink:0;padding:10px 18px;font-size:13px}.invite-btn-row{animation:fadeSlideUp .35s var(--ease) both}.team-row{border:1px solid var(--border-mid);opacity:0;animation:ws-row-in .35s var(--ease) forwards;background:#ffffff0a;border-radius:10px;align-items:center;gap:12px;padding:10px 14px;display:flex;transform:translateY(6px)}.team-avatar{width:32px;height:32px;color:var(--text-70);letter-spacing:.04em;background:#ffffff14;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:12px;font-weight:600;display:flex}.team-info{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.team-name{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:400;overflow:hidden}.team-email{color:var(--text-40);font-size:11px;font-weight:300;font-family:var(--font-mono);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.knowledge-graph{flex-direction:column;align-items:center;gap:16px;margin-bottom:8px;display:flex}.knowledge-graph-svg{width:100%;max-width:400px;height:auto}.kg-center-circle{fill:#ffffff14;stroke:#fff3;stroke-width:1px}.kg-center-label{font-family:var(--font-sans);fill:var(--text-70);letter-spacing:.02em;font-size:11px;font-weight:500}.kg-line{opacity:0;transition:opacity .4s var(--ease)}.kg-line.visible{animation:kgLineIn .5s var(--ease) forwards}@keyframes kgLineIn{0%{opacity:0;stroke-dashoffset:200px}to{opacity:1;stroke-dashoffset:0}}.kg-outer-node{opacity:0;transition:opacity .3s var(--ease)}.kg-outer-node.visible{animation:kgNodeIn .4s var(--ease) forwards}@keyframes kgNodeIn{0%{opacity:0;transform:scale(.7)}to{opacity:1;transform:scale(1)}}.kg-outer-circle{fill:#ffffff0a;stroke:#ffffff1f;stroke-width:1px;transition:fill .3s var(--ease), stroke .3s var(--ease)}.kg-outer-circle.active{fill:#ffffff1a;stroke:#ffffff4d}.kg-outer-label{font-family:var(--font-mono);fill:var(--text-40);letter-spacing:.04em;font-size:9px}.kg-counter{font-family:var(--font-mono);color:var(--text-40);text-align:center;font-size:13px;font-weight:300}.kg-counter-num{color:var(--text-70);font-weight:500}.channels-actions{animation:fadeSlideUp .35s var(--ease) both;flex-direction:column;gap:16px;display:flex}.channels-list{flex-direction:column;gap:8px;width:100%;max-width:440px;display:flex}.channels-row-anim{opacity:0;animation:ws-row-in .35s var(--ease) forwards;transform:translateY(6px)}.channels-btn-row{animation:fadeSlideUp .35s var(--ease) both}.channel-row{border:1px solid var(--border-mid);background:#ffffff0a;border-radius:10px;align-items:center;gap:12px;padding:12px 14px;display:flex}.channel-icon{width:36px;height:36px;color:var(--text-55);background:#ffffff0f;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.channel-info{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.channel-name{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:400;overflow:hidden}.channel-desc{color:var(--text-40);font-size:11px;font-weight:300}.channel-badge{white-space:nowrap;border-radius:999px;flex-shrink:0;padding:4px 10px;font-size:11px;font-weight:500}.channel-badge--connected{color:var(--text-55);background:#ffffff14;border:1px solid #ffffff1f}.channel-badge--soon{color:var(--text-30);border:1px solid var(--border);background:#ffffff0a}.connect-modal-backdrop{z-index:100;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fadeIn .15s var(--ease);background:#0009;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.connect-modal{border:1px solid var(--border-mid);width:100%;max-width:380px;animation:modalIn .2s var(--ease);background:#141414;border-radius:14px;flex-direction:column;gap:16px;padding:24px;display:flex}@keyframes modalIn{0%{opacity:0;transform:scale(.95)translateY(8px)}to{opacity:1;transform:scale(1)translateY(0)}}.connect-modal-header{justify-content:space-between;align-items:center;display:flex}.connect-modal-title{color:var(--text);font-size:15px;font-weight:500}.connect-modal-close{width:28px;height:28px;color:var(--text-40);cursor:pointer;transition:background .15s var(--ease);background:#ffffff0f;border:none;border-radius:6px;justify-content:center;align-items:center;display:flex}.connect-modal-close:hover{background:#ffffff1a}.connect-modal-desc{color:var(--text-55);font-size:13px;font-weight:300;line-height:1.5}.connect-modal-actions{justify-content:flex-end;gap:10px;margin-top:4px;display:flex}.payment-phase{width:100%;animation:fadeSlideUp .35s var(--ease) both;flex-direction:column;align-items:center;display:flex}.payment-form{max-width:460px}.payment-error{color:#ff6b6b;text-align:center;background:#ff6b6b14;border:1px solid #ff6b6b26;border-radius:8px;width:100%;margin-bottom:16px;padding:10px 16px;font-size:13px}.payment-no-stripe{flex-direction:column;align-items:center;gap:12px;display:flex}.payment-no-stripe-text{color:var(--text-40);text-align:center;font-size:14px;font-weight:300}.stripe-card-form{flex-direction:column;gap:16px;width:100%;max-width:400px;display:flex}.stripe-card-input-wrap{border:1px solid var(--border-mid);transition:border-color .2s var(--ease);background:#ffffff0d;border-radius:10px;padding:14px 16px}.stripe-card-input-wrap:focus-within{border-color:#ffffff40}.stripe-card-error{color:#ff6b6b;font-size:13px;font-weight:300}.stripe-card-submit{justify-content:center;width:100%}.stripe-card-submit:disabled{opacity:.35;cursor:default}.stripe-spinner{border-width:1.5px;width:14px;height:14px;display:inline-block}.stripe-card-skip{text-align:center;margin-top:4px}.payment-processing{gap:16px;padding-top:40px}.payment-spinner-wrap{justify-content:center;align-items:center;width:48px;height:48px;display:flex}.payment-spinner-active{border:2px solid #ffffff1f;border-top-color:#fff9;width:32px;height:32px;display:block}.payment-processing-text{color:var(--text-55);font-size:15px;font-weight:300}.payment-success{gap:12px;padding-top:40px}.payment-success-title{color:var(--text);letter-spacing:-.01em;font-size:28px;font-weight:200}.payment-success-subtitle{color:var(--text-55);font-size:15px;font-weight:300}.checkmark-svg{overflow:visible}.checkmark-circle{stroke-dasharray:176;stroke-dashoffset:176px;animation:checkCircle .6s var(--ease) forwards}.checkmark-check{stroke-dasharray:48;stroke-dashoffset:48px;animation:checkStroke .3s var(--ease) .5s forwards}@keyframes checkCircle{to{stroke-dashoffset:0}}@keyframes checkStroke{to{stroke-dashoffset:0}}.kt-actions{animation:fadeSlideUp .35s var(--ease) both;flex-direction:column;align-items:center;gap:16px;display:flex}.kt-btn-row{animation:fadeSlideUp .35s var(--ease) both}.tabs{border-bottom:1px solid var(--border);gap:0;width:100%;margin-bottom:24px;display:flex}.tab{color:var(--text-40);cursor:pointer;font-size:13px;font-weight:400;font-family:var(--font-sans);transition:all .2s var(--ease);background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-1px;padding:10px 20px}.tab:hover{color:var(--text-70)}.tab.active{color:var(--text);border-bottom-color:var(--text)}.tab-content{width:100%;display:none}.tab-content.active{display:block}.code-block{width:100%;font-family:var(--font-mono);color:var(--text-70);background:#ffffff08;border:1px solid #ffffff14;border-radius:8px;margin-bottom:12px;padding:14px 18px;font-size:13px;line-height:1.7;position:relative;overflow-x:auto}.code-prompt{color:var(--text-30)}.code-comment{color:var(--text-20)}.copy-btn{border:1px solid var(--border);color:var(--text-40);cursor:pointer;font-size:11px;font-family:var(--font-sans);transition:all .2s var(--ease);background:#ffffff0f;border-radius:6px;padding:4px 8px;position:absolute;top:10px;right:10px}.copy-btn:hover{color:var(--text-70);background:#ffffff1a}.copy-btn.copied{color:var(--text-70)}.setup-step{width:100%;margin-bottom:20px}.setup-step-num{font-size:10px;font-family:var(--font-mono);color:var(--text-20);text-transform:uppercase;letter-spacing:.08em;margin-bottom:6px}.setup-step-text{color:var(--text-55);margin-bottom:8px;font-size:14px;font-weight:300;line-height:1.5}.completion-check{width:72px;height:72px;margin-bottom:24px}.completion-check svg{width:100%;height:100%}.check-circle{stroke:#fff3;fill:none;stroke-width:2px}.check-mark{stroke:#fff;fill:none;stroke-width:2.5px;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:32;stroke-dashoffset:32px;transition:stroke-dashoffset .6s var(--ease)}.check-mark.drawn{stroke-dashoffset:0}.interview-container{flex-direction:column;align-items:stretch;width:100%;display:flex}.interview-exchange{animation:fadeSlideUp .35s var(--ease) both}.interview-input-area{animation:fadeSlideUp .35s var(--ease) both;flex-direction:column;gap:10px;display:flex}.interview-form{align-items:center;gap:10px;display:flex}.interview-input{flex:1;max-width:380px}.interview-textarea{resize:none;scrollbar-width:thin;scrollbar-color:var(--text-20,#ffffff26) transparent;min-height:38px;max-height:120px;padding-top:8px;padding-bottom:8px;padding-right:12px;line-height:1.4;overflow-y:auto}.interview-textarea::-webkit-scrollbar{width:6px}.interview-textarea::-webkit-scrollbar-track{background:0 0}.interview-textarea::-webkit-scrollbar-thumb{background:var(--text-20,#ffffff26);border-radius:3px}.interview-textarea::-webkit-scrollbar-thumb:hover{background:var(--text-30,#ffffff40)}.interview-submit{flex-shrink:0}.interview-error{color:#ff6b6b;background:#ff6b6b14;border:1px solid #ff6b6b26;border-radius:8px;width:100%;max-width:400px;padding:10px 16px;font-size:13px}.interview-thinking{animation:fadeSlideUp .35s var(--ease) both}.interview-thinking-dots{align-items:center;gap:4px;padding:4px 0;display:inline-flex}.interview-dot{background:var(--text-30);border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite interviewPulse}.interview-dot:nth-child(2){animation-delay:.2s}.interview-dot:nth-child(3){animation-delay:.4s}@keyframes interviewPulse{0%,80%,to{opacity:.3;transform:scale(.8)}40%{opacity:1;transform:scale(1)}}
