@import"https://fonts.googleapis.com/css2?family=Sora:wght@400;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&display=swap";.login-page{min-height:100vh;position:relative;padding:20px 0;font-family:Sora,Segoe UI,Helvetica Neue,sans-serif;color:#0f172a;overflow:hidden}.background-image{background-repeat:no-repeat;background-size:cover;inset:0;position:absolute;z-index:0}.login-layout{position:relative;z-index:1;min-height:100%;display:flex;flex-direction:column;justify-content:space-between}.login-header,.login-footer{padding:0 24px}.logo-white{max-width:120px;max-height:32px;height:auto;width:auto}.copyright-text{color:#fff;font-size:.875rem;line-height:22px}.login-shell{width:100%;max-width:1075px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;padding:0;flex:1}.login-hero{display:flex;align-items:center;justify-content:flex-start;width:50%;padding:0 5px}.img-holder{position:relative;width:100%}.hero-bg{width:100%;height:auto;display:block}.login-page .robot-img{position:absolute;animation:float 6s infinite;left:50%;margin-left:-12px;top:-10px;transform:translate(-50%);width:80%;z-index:3}.login-page .circle-edge-01-holder{left:50%;margin-top:-33px;opacity:.75;position:absolute;top:50%;transform:translate(-50%,-50%);width:37%;z-index:1}.login-page .circle-edge-01-holder img{animation:spin 6s linear infinite;height:auto;width:100%}.login-page .circle-edge-02-holder{left:50%;margin-top:-33px;opacity:.75;position:absolute;top:50%;transform:translate(-50%,-50%);width:48%;z-index:1}.login-page .circle-edge-02-holder img{animation:spinReverse 6s linear infinite;height:auto;width:100%}.login-card{background:#fff;border-radius:20px;padding:32px;box-shadow:0 24px 60px #0f172a4d;display:flex;flex-direction:column;gap:18px;min-height:473px;max-width:380px;width:100%}.login-card-col{display:flex;justify-content:flex-end;width:50%;padding:0 5px}.login-card-header{display:flex;flex-direction:column;gap:6px}.login-title{font-size:22px;font-weight:700}.login-subtitle{font-size:12px;color:#6b7280}.login-subtitle a{color:#6d3dff;text-decoration:none;font-weight:600}.login-form{display:flex;flex-direction:column;gap:14px}.login-ghost-field{position:absolute;opacity:0;height:0;width:0;pointer-events:none}.login-field{display:flex;flex-direction:column;gap:6px;font-size:12px;color:#6b7280;font-weight:600}.login-field input{padding:10px 12px;border-radius:10px;border:1px solid #e5e7eb;font-size:14px;outline:none;background:#f9fafb;color:#111827}.login-field input:focus{border-color:#6d3dff;box-shadow:0 0 0 3px #6d3dff26}.login-actions{display:flex;justify-content:flex-end}.login-link{border:none;background:none;color:#6d3dff;font-size:12px;font-weight:600;cursor:pointer;padding:0}.login-error{font-size:12px;color:#b91c1c;background:#fef2f2;border-radius:10px;padding:8px 10px}.login-submit{margin-top:4px;width:100%;padding:10px 14px;border-radius:999px;border:none;background:#6d3dff;color:#fff;font-weight:600;cursor:pointer;font-size:14px;box-shadow:0 12px 24px #6d3dff4d}.login-submit:disabled{cursor:not-allowed;background:#b9a8ff;box-shadow:none}.login-divider{display:flex;align-items:center;gap:12px;font-size:11px;color:#9ca3af;font-weight:600}.login-divider:before,.login-divider:after{content:"";flex:1;height:1px;background:#e5e7eb}.login-google{border-radius:999px;border:1px solid #e5e7eb;background:#fff;padding:10px 14px;font-size:13px;font-weight:600;display:inline-flex;align-items:center;gap:8px;justify-content:center;cursor:pointer}.google-dot{width:18px;height:18px;border-radius:50%;background:conic-gradient(#ea4335,#fbbc05,#34a853,#4285f4);display:inline-flex;align-items:center;justify-content:center;color:#fff;font-size:10px;font-weight:700}@media(max-width:991.99px){.login-shell{max-width:100%}.login-hero{display:none}.login-card-col{width:100%;padding:0}.login-header,.login-footer{padding:0;text-align:center}}@media(max-width:600px){.login-shell{padding:24px 16px}.login-card{padding:24px}}@keyframes spinReverse{0%{transform:rotate(360deg)}to{transform:rotate(0)}}@keyframes float{0%{top:20px}50%{top:-20px}to{top:20px}}@media(min-width:576px){.login-page{padding:30px 25px}.logo-white{max-width:150px;max-height:36px}}@media(min-width:768px){.login-page{padding-left:50px;padding-right:50px}.login-page .form-holder{padding-bottom:60px;padding-top:60px}.logo-white{max-width:191px;max-height:44px}}@media(min-width:1200px){.login-page{padding:50px 88px}.login-page .form-holder{padding-bottom:81px;padding-top:70px}}.login-page .form-holder{padding-bottom:40px;padding-top:40px}:root{--ink: #0f172a;--muted: #6b7280;--violet: #6d3dff;--violet-dark: #5b2de4;--violet-soft: #e8e3ff;--blue: #3b82f6;--emerald: #10b981;--amber: #f59e0b;--surface: #ffffff;--surface-soft: #f5f3ff}.landing{min-height:100vh;font-family:Sora,Segoe UI,Helvetica Neue,sans-serif;color:var(--ink);background:radial-gradient(circle at top left,#f0ebff 0%,transparent 45%),radial-gradient(circle at 10% 20%,#efe9ff 0%,transparent 40%),linear-gradient(180deg,#f7f5ff,#fff 40%,#f7f7ff);position:relative;overflow-x:hidden}.landing:before,.landing:after{content:"";position:absolute;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,rgba(109,61,255,.18),transparent 70%);filter:blur(10px);z-index:0}.landing:before{top:-120px;right:-120px}.landing:after{bottom:-180px;left:-120px}.landing-nav{position:sticky;top:0;z-index:2;display:flex;align-items:center;justify-content:space-between;padding:20px 80px;background:#ffffffa6;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid rgba(109,61,255,.08)}.landing-brand{display:flex;align-items:center;gap:12px}.landing-logo{display:inline-flex;align-items:center;gap:10px}.landing-logo-animated .logo-mark{position:relative;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;flex:0 0 auto;border-radius:14px;background:linear-gradient(145deg,#6d3dff,#4f2bd6);box-shadow:0 10px 20px #4f2bd659}.landing-logo-animated .logo-video{width:34px;height:34px;border-radius:10px;object-fit:cover;background:#fff}.landing-logo-animated .logo-text{display:inline-block;font-size:18px;font-weight:700;color:var(--ink)}.landing-tag{font-size:12px;font-weight:700;color:var(--violet);background:var(--violet-soft);padding:4px 10px;border-radius:999px}@keyframes logoRobot{0%,50%{opacity:1;transform:rotate(0) scale(1)}65%,to{opacity:.25;transform:rotate(360deg) scale(.55)}}@keyframes logoRobotSwap{0%{opacity:1;transform:rotate(0) scale(1)}45%{opacity:1;transform:rotate(360deg) scale(1)}60%,to{opacity:0;transform:rotate(360deg) scale(.55)}}@keyframes logoRSwap{0%,50%{opacity:0;transform:scale(.6)}65%,90%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.6)}}@media(prefers-reduced-motion:reduce){.landing-logo-animated .logo-video{animation:none}}.landing-links{display:flex;gap:24px;font-size:14px}.landing-links a{color:var(--ink);text-decoration:none;font-weight:600;opacity:.7}.landing-links a:hover{opacity:1}.landing-actions{display:flex;gap:12px}.landing-btn{border-radius:999px;padding:10px 18px;font-size:14px;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;border:1px solid transparent;transition:transform .2s ease,box-shadow .2s ease}.landing-btn.primary{background:var(--violet);color:#fff;box-shadow:0 12px 24px #6d3dff4d}.landing-btn.primary:hover{transform:translateY(-2px)}.landing-btn.demo{background:#fff;color:var(--violet);border-color:var(--violet);box-shadow:0 12px 24px #6d3dff2e}.landing-btn.demo:hover{transform:translateY(-2px)}.landing-btn.ghost{background:#fff;color:var(--violet);border-color:#6d3dff40}main{position:relative;z-index:1}.hero{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:48px;padding:80px 80px 60px;align-items:center}.hero-copy h1{font-size:44px;margin:12px 0}.hero-copy h1 span{color:var(--violet)}.eyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:11px;color:#6d3dffb3;font-weight:600}.lede{font-size:16px;color:var(--muted);max-width:520px}.hero-cta{display:flex;gap:16px;margin-top:24px}.hero-stats{display:flex;gap:16px;margin-top:32px}.stat{background:#fff;border-radius:16px;padding:14px 18px;min-width:140px;box-shadow:0 10px 24px #0f172a14}.stat-value{font-size:20px;font-weight:700}.stat-label{font-size:12px;color:var(--muted)}.stat-blue{border-top:3px solid var(--blue)}.stat-purple{border-top:3px solid var(--violet)}.stat-emerald{border-top:3px solid var(--emerald)}.trust{margin-top:28px;display:flex;flex-direction:column;gap:8px;font-size:12px;color:var(--muted)}.trust-logos{display:flex;flex-wrap:wrap;gap:14px;font-weight:600;color:var(--ink)}.hero-visual{position:relative;min-height:420px}.hero-glow{position:absolute;width:260px;height:260px;border-radius:50%;background:radial-gradient(circle,rgba(109,61,255,.3),transparent 65%);top:40px;right:40px;filter:blur(10px);animation:drift 6s ease-in-out infinite}.hero-orbit{position:absolute;width:260px;height:260px;border-radius:50%;border:1px dashed rgba(109,61,255,.3);top:30px;right:20px;animation:spin 18s linear infinite}.orbit-ring{position:absolute;inset:20px;border-radius:50%;border:1px dashed rgba(109,61,255,.25)}.ring-two{inset:50px}.orbit-dot{position:absolute;width:10px;height:10px;border-radius:50%;background:#c5ff5a;box-shadow:0 0 8px #c5ff5ab3}.dot-a{top:18px;right:30px}.dot-b{bottom:20px;left:20px}.dot-c{top:100px;left:-6px}.hero-card{background:#fff;border-radius:20px;padding:20px 22px;box-shadow:0 18px 40px #0f172a1f;position:absolute;width:320px}.hero-card.pipeline{top:40px;left:20px;animation:float 6s ease-in-out infinite}.hero-card.summary{bottom:40px;right:10px;animation:float 7s ease-in-out infinite}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.card-header h3{margin:6px 0 0}.chip{background:#10b98126;color:#059669;padding:4px 10px;border-radius:999px;font-size:11px;font-weight:600}.pipeline-row{display:grid;grid-template-columns:1fr 1fr auto;align-items:center;gap:12px;margin-bottom:12px;font-size:13px}.pipeline-stage{display:flex;align-items:center;gap:8px}.pill{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;background:var(--surface-soft);color:var(--violet);font-size:12px;font-weight:600}.pipeline-meter{height:6px;background:#ede9fe;border-radius:999px;overflow:hidden}.pipeline-meter span{display:block;height:100%;background:linear-gradient(90deg,#7c3aed,#5b2de4)}.pipeline-count{font-size:12px;color:var(--muted)}.summary h4{margin:6px 0 8px}.summary p{font-size:13px;color:var(--muted)}.summary-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.summary-tags span{background:#f3f0ff;color:#6d3dff;font-size:11px;font-weight:600;padding:4px 10px;border-radius:999px}.section{padding:70px 80px}.section-header{max-width:680px;margin-bottom:32px}.section-header h2{font-size:32px;margin:10px 0}.section-lede{color:var(--muted)}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px}.feature{background:#fff;padding:20px;border-radius:18px;box-shadow:0 12px 30px #0f172a14}.feature-title{font-weight:700;margin-bottom:8px}.feature-body{font-size:14px;color:var(--muted)}.feature-purple{border-top:3px solid var(--violet)}.feature-blue{border-top:3px solid var(--blue)}.feature-amber{border-top:3px solid var(--amber)}.module-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px}.module-card{background:#fff;border-radius:18px;padding:18px 20px;box-shadow:0 16px 28px #0f172a14;border:1px solid rgba(109,61,255,.08)}.module-card h3{margin-top:10px;margin-bottom:8px}.module-card p{font-size:14px;color:var(--muted)}.module-tag{display:inline-flex;padding:4px 10px;background:#f3f0ff;color:var(--violet);border-radius:999px;font-size:11px;font-weight:600}.workflow-card{background:linear-gradient(120deg,#fff,#f2edff);border-radius:26px;padding:32px;box-shadow:0 18px 36px #0f172a1f}.workflow-steps{margin:20px 0 0;padding:0;list-style:none;display:grid;gap:16px}.workflow-steps li{display:flex;gap:12px;align-items:flex-start;font-size:14px;color:var(--muted)}.workflow-cta{display:flex;gap:12px;margin-top:24px}.insight-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px}.insight-card{background:#111827;color:#fff;padding:24px;border-radius:20px;box-shadow:0 18px 36px #11182733}.insight-stat{font-size:24px;font-weight:700;color:#c4b5fd}.insight-card p{color:#cbd5f5;font-size:13px}.faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px}.faq-card{background:#fff;border-radius:16px;padding:20px;box-shadow:0 12px 30px #0f172a14}.faq-card h3{margin:0 0 10px;font-size:16px}.faq-card p{font-size:13px;color:var(--muted)}.cta-card{display:flex;flex-direction:column;gap:16px;background:linear-gradient(120deg,#6d3dff,#4c2fe4);color:#fff;padding:32px;border-radius:26px;box-shadow:0 24px 40px #4c2fe440}.cta-card .section-lede{color:#fffc}.cta-actions{display:flex;gap:12px}.landing-footer{padding:30px 80px 50px;display:flex;flex-direction:column;gap:12px;border-top:1px solid rgba(109,61,255,.1)}.landing-foot-links{display:flex;gap:16px}.landing-foot-links a{color:var(--muted);text-decoration:none;font-size:13px}.footnote{color:var(--muted);font-size:12px}.footnote.error{color:#b91c1c}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes drift{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-12px) scale(1.05)}}@media(max-width:1024px){.landing-nav{padding:18px 32px}.hero,.section,.landing-footer{padding:60px 32px}.hero-card{position:relative;width:100%;margin-top:20px}.hero-card.pipeline,.hero-card.summary{left:0;right:0}.hero-visual{min-height:520px}}@media(max-width:820px){.landing-nav{flex-direction:column;gap:16px}.landing-links{flex-wrap:wrap;justify-content:center}.hero-cta{flex-direction:column;align-items:flex-start}.hero-stats,.cta-actions{flex-direction:column}}@media(max-width:600px){.hero-copy h1{font-size:34px}.hero-visual{min-height:480px}}.admin{background:#f8fafc;min-height:100vh;color:#0f172a}.admin__nav{display:flex;align-items:center;justify-content:space-between;padding:18px 24px;background:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:10}.admin__logo{display:flex;align-items:center;gap:10px;font-size:18px;font-weight:800}.admin__logo img{height:32px;width:auto}.admin__sub{color:#475569;margin-top:4px}.admin__nav-actions{display:flex;gap:10px}.btn{border:none;border-radius:999px;padding:10px 16px;font-weight:700;cursor:pointer;text-decoration:none;font-family:inherit}.btn-primary{background:linear-gradient(120deg,#2563eb,#7c3aed);color:#fff;box-shadow:0 10px 30px #2563eb40}.btn-ghost{background:#fff;border:1px solid #e5e7eb;color:#0f172a}.admin__grid{display:grid;gap:16px;padding:20px 24px 40px;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.admin__card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:16px;box-shadow:0 10px 28px #0f172a0f}.admin__wide{grid-column:1 / -1}.admin__card-head{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:12px}.admin__card-actions{display:flex;gap:8px;flex-wrap:wrap}.admin__alert{background:#ecfeff;border:1px solid #bae6fd;color:#0ea5e9;padding:10px 12px;border-radius:10px;margin-bottom:12px;font-weight:600}.admin__form{display:flex;flex-direction:column;gap:12px}.admin__field{display:flex;flex-direction:column;gap:6px}.admin__field label{font-weight:600;color:#334155}.admin__field input,.admin__field textarea{border:1px solid #e5e7eb;border-radius:10px;padding:10px 12px;font-size:14px;font-family:inherit}.admin__field textarea{resize:vertical}.admin__field-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px}.traffic{display:flex;flex-direction:column;gap:10px;margin-top:8px}.traffic__row{display:grid;grid-template-columns:80px 1fr 60px;align-items:center;gap:8px}.traffic__bar{background:#f1f5f9;height:10px;border-radius:999px;position:relative;overflow:hidden}.traffic__bar span{position:absolute;top:0;left:0;bottom:0;background:linear-gradient(90deg,#22d3ee,#6366f1);border-radius:999px}.traffic__value{text-align:right;font-weight:700}.ssl{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:8px;margin-top:10px}.ssl__label{color:#6b7280;font-size:12px;text-transform:uppercase;letter-spacing:1px}.ssl__value{font-weight:700}.ssl__badge{display:inline-block;padding:6px 10px;background:#ecfdf3;color:#16a34a;border-radius:999px;font-weight:700;border:1px solid #bbf7d0}.muted{color:#6b7280;margin-top:8px;font-size:13px}@media(max-width:720px){.admin__card-head{flex-direction:column;align-items:flex-start}.admin__nav{flex-direction:column;align-items:flex-start;gap:10px}}.ai-interview-page{min-height:100vh;padding:28px 24px 40px;background:radial-gradient(circle at top left,#eef2ff,#f8fafc 45%,#fff);color:#0f172a;font-family:Poppins,Segoe UI,Helvetica Neue,Arial,sans-serif}.ai-interview-state{padding:40px;font-size:18px;color:#0f172a}.ai-interview-header{display:flex;align-items:center;justify-content:space-between;gap:16px;max-width:1200px;margin:0 auto 18px}.ai-interview-title{font-size:28px;font-weight:700;letter-spacing:-.02em}.ai-interview-subtitle{margin-top:6px;color:#475569;font-size:14px}.ai-interview-status{display:flex;align-items:center}.ai-interview-pill{padding:6px 14px;border-radius:999px;font-size:12px;font-weight:700;background:#e2e8f0;color:#0f172a}.ai-interview-pill.live{background:#2563eb;color:#fff;box-shadow:0 10px 20px #2563eb40}.ai-interview-progress{max-width:1200px;margin:0 auto 20px}.ai-interview-progress-bar{height:10px;background:#e2e8f0;border-radius:999px;overflow:hidden}.ai-interview-progress-fill{height:100%;background:linear-gradient(90deg,#6366f1,#22c55e);border-radius:999px;transition:width .4s ease}.ai-interview-progress-text{margin-top:8px;font-size:12px;color:#64748b}.ai-interview-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:minmax(340px,1.4fr) minmax(280px,1fr);gap:22px}.ai-interview-card{background:#fff;border-radius:18px;padding:20px;box-shadow:0 16px 36px #0f172a1f}.ai-interview-video-card{display:flex;flex-direction:column;gap:14px}.ai-interview-video{width:100%;min-height:320px;border-radius:16px;background:#0f172a}.ai-interview-controls{display:flex;flex-wrap:wrap;gap:10px}.ai-interview-btn{border:none;border-radius:10px;padding:10px 18px;font-size:14px;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.ai-interview-btn.primary{background:linear-gradient(135deg,#4f46e5,#2563eb);color:#fff}.ai-interview-btn.success{background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff}.ai-interview-btn.danger{background:linear-gradient(135deg,#f43f5e,#dc2626);color:#fff}.ai-interview-btn.secondary{background:#e0e7ff;color:#1e1b4b}.ai-interview-btn.warning{background:#fde68a;color:#92400e}.ai-interview-btn.disabled{background:#e2e8f0;color:#94a3b8;cursor:not-allowed}.ai-interview-btn:hover{transform:translateY(-1px);box-shadow:0 8px 18px #0f172a1f}.ai-interview-timer{font-size:12px;color:#64748b}.ai-interview-question-card{display:flex;flex-direction:column;gap:12px}.ai-interview-question-title{font-size:13px;text-transform:uppercase;letter-spacing:.08em;color:#64748b}.ai-interview-question-text{font-size:18px;font-weight:600;color:#0f172a;line-height:1.5}.ai-interview-question-meta{font-size:13px;color:#475569}.ai-interview-tips{padding:12px 14px;background:#f1f5f9;border-radius:12px;font-size:13px;color:#334155}.ai-interview-complete-text{font-size:13px;color:#475569}@media(max-width:960px){.ai-interview-grid{grid-template-columns:1fr}.ai-interview-header{flex-direction:column;align-items:flex-start}}.app-shell{min-height:100vh;display:flex;flex-direction:column;background:var(--brand-accent-soft, #f6f8fb)}.topbar{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;min-height:92px;padding:8px 18px;background:#fff;border-bottom:1px solid var(--brand-accent-weak, #e5e7eb);box-shadow:0 2px 6px #0f172a0a}.topbar-left{display:flex;align-items:center;gap:12px}.topbar-brand{width:210px;height:56px;margin-top:-6px;border-radius:12px;background:transparent;border:none;display:flex;align-items:center;justify-content:flex-start;color:var(--brand-primary, #0d2a4d);font-weight:700;font-size:16px;letter-spacing:.5px}.topbar-logo{width:auto;height:44px;max-width:200px;max-height:44px;object-fit:contain}.topbar-logo-fallback{display:inline-flex;align-items:center;justify-content:center}.topbar-search{display:flex;align-items:center;gap:10px;background:#f5f7fb;border:1px solid #e6ebf2;border-radius:10px;padding:0 12px;height:38px;min-width:clamp(220px,36vw,460px);color:#51607a}.topbar-search input{border:none;outline:none;background:transparent;font-size:13px;width:100%}.topbar-search input::placeholder{color:#8a96a8}.topbar-search-icon{width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center}.topbar-actions{display:flex;align-items:center;gap:10px}.topbar-token-pill{font-size:12px;font-weight:600;color:#475569;background:#f8fafc;border:1px solid #e2e8f0;padding:6px 12px;border-radius:999px;white-space:nowrap}.btn-outline{border:1px solid var(--brand-accent, #cfd8e3);background:#fff;color:var(--brand-accent, #1d4ed8);padding:8px 14px;border-radius:8px;cursor:pointer;font-weight:600;font-size:13px;transition:background .2s ease,border-color .2s ease}.btn-outline:hover{background:var(--brand-accent-soft, #eff4ff);border-color:var(--brand-accent, #aac1f6)}.btn-circle{width:36px;height:36px;border-radius:50%;border:none;background:var(--brand-accent, #1d4ed8);color:#fff;display:grid;place-items:center;cursor:pointer;box-shadow:0 8px 18px #2563eb40}.btn-circle svg{width:16px;height:16px}.btn-primary{border:none;background:var(--brand-accent, #2563eb);color:#fff;padding:8px 16px;border-radius:10px;cursor:pointer;font-weight:700;font-size:13px;box-shadow:0 8px 18px #2563eb40;transition:transform .1s ease,box-shadow .1s ease,opacity .2s}.btn-primary:disabled{opacity:.7;cursor:not-allowed;box-shadow:none}.btn-primary:hover:not(:disabled){transform:translateY(-1px)}.btn-ghost{border:1px solid transparent;background:transparent;color:var(--brand-accent, #2563eb);padding:8px 14px;border-radius:10px;cursor:pointer;font-weight:600;font-size:13px;transition:background .2s ease,color .2s ease,border-color .2s ease}.btn-ghost:hover{background:var(--brand-accent-soft, #eff4ff);border-color:var(--brand-accent-weak, #aac1f6)}.icon-button{width:34px;height:34px;border-radius:10px;border:1px solid #e2e8f0;background:#fff;display:grid;place-items:center;cursor:pointer;color:#334155;position:relative}.icon-button svg{width:18px;height:18px}.icon-button.is-notified:after{content:"";position:absolute;top:6px;right:6px;width:8px;height:8px;background:#ef4444;border-radius:999px;border:2px solid #ffffff}.avatar-button{width:36px;height:36px;border-radius:50%;border:none;background:#eef2ff;color:#1d4ed8;font-weight:700;cursor:pointer}.profile-menu{position:relative}.profile-dropdown{position:absolute;right:0;top:calc(100% + 8px);background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 18px 40px #0f172a1f;min-width:220px;padding:10px;z-index:30}.profile-dropdown-header{padding:6px 8px 10px;border-bottom:1px solid #e5e7eb;margin-bottom:6px}.profile-dropdown-name{font-weight:700;color:#0f172a;font-size:14px}.profile-dropdown-meta{margin-top:4px;font-size:12px;color:#64748b;text-transform:capitalize}.profile-dropdown-item{width:100%;border:none;background:transparent;padding:8px 10px;border-radius:8px;text-align:left;font-size:13px;color:#1f2937;cursor:pointer}.profile-dropdown-item:hover{background:#f1f5f9}.profile-dropdown-item.is-danger{color:#b91c1c}.shell-body{display:flex;flex:1}.sidebar{width:230px;background:var(--brand-primary, #0c2542);color:#dce7f5;display:flex;flex-direction:column;padding:16px 14px;box-shadow:1px 0 8px #0f172a1f;transition:width .2s ease,padding .2s ease;position:relative;z-index:2}.sidebar-header{display:flex;align-items:center;justify-content:flex-start;padding:6px 6px 16px;border-bottom:1px solid rgba(255,255,255,.08);margin-bottom:12px;gap:4px}.sidebar-brand{display:flex;align-items:center;gap:0}.sidebar-logo{width:34px;height:34px;border-radius:10px;background:var(--brand-accent, #0b4aa3);display:grid;place-items:center;color:#fff;font-weight:700}.sidebar-title{font-weight:800;font-size:15px;letter-spacing:.2px;display:block}.sidebar-menu-toggle{width:34px;height:34px;border-radius:10px;border:1px solid rgba(255,255,255,.18);background:#ffffff14;color:#e2e8f0;display:grid;place-items:center;cursor:pointer;transition:background .2s ease,border-color .2s ease}.sidebar-menu-toggle svg{width:18px;height:18px}.sidebar-menu-toggle:hover{background:#ffffff29;border-color:#ffffff4d}.sidebar-menu{display:flex;flex-direction:column;gap:4px}.sidebar-submenu{margin:6px 0 12px 42px;padding-left:12px;border-left:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column;gap:4px}.sidebar-subheader{font-size:10px;text-transform:uppercase;letter-spacing:.16em;color:#9fb2cc;margin:8px 0 2px}.sidebar-sublink{display:block;padding:6px 8px;border-radius:10px;color:#b9c8dd;text-decoration:none;font-size:12px;font-weight:600;transition:background .18s ease,color .18s ease}.sidebar-sublink:hover{background:var(--brand-accent-weak, rgba(255, 255, 255, .08));color:#fff}.sidebar-sublink.active{background:var(--brand-accent-weak, rgba(255, 255, 255, .14));color:#fff}.sidebar-link{display:flex;align-items:center;gap:12px;padding:8px 10px;color:#cdd8e7;border-radius:12px;text-decoration:none;font-weight:600;font-size:13px;transition:background .18s ease,color .18s ease;border:none;background:transparent;width:100%;text-align:left;cursor:pointer}.sidebar-link:hover{background:var(--brand-accent-weak, rgba(255, 255, 255, .08));color:#fff}.sidebar-link.active{background:var(--brand-accent-weak, rgba(255, 255, 255, .16));color:#fff}.sidebar-link--toggle{justify-content:space-between}.sidebar-link--toggle .sidebar-label{flex:1}.sidebar-caret{display:inline-flex;width:20px;height:20px;align-items:center;justify-content:center;color:#9fb2cc;transition:transform .18s ease,color .18s ease}.sidebar-link--toggle.open .sidebar-caret{transform:rotate(180deg);color:#fff}.sidebar-icon{width:34px;height:34px;border-radius:12px;background:#ffffff14;display:grid;place-items:center}.sidebar-icon svg{width:18px;height:18px}.shell-content a{color:var(--brand-accent, #2563eb)}.shell-content{flex:1;padding:24px;background:#f6f8fb;overflow-y:auto;min-width:0}.shell-body--collapsed .sidebar{width:74px;padding:14px 8px}.shell-body--collapsed .sidebar-title,.shell-body--collapsed .sidebar-label{display:none}.shell-body--collapsed .sidebar-header{justify-content:center}.shell-body--collapsed .sidebar-icon{width:40px;height:40px}.shell-body--collapsed .sidebar-link{justify-content:center;padding:8px}.shell-body--collapsed .sidebar-submenu,.sidebar.is-collapsed .sidebar-title,.sidebar.is-collapsed .sidebar-label{display:none}@media(max-width:1100px){.topbar{padding:0 14px}.topbar-search{min-width:200px}.shell-content{padding:20px}}@media(max-width:900px){.topbar{height:auto;flex-wrap:wrap;gap:10px;padding:10px 14px}.topbar-search{flex:1 1 100%;min-width:auto}.topbar-actions{width:100%;justify-content:space-between;flex-wrap:wrap}}@media(max-width:960px){.shell-body{flex-direction:column}.sidebar{width:100%;flex-direction:row;flex-wrap:wrap;gap:10px}.shell-body--collapsed .sidebar{display:none}.sidebar-link{flex:1 1 160px}.shell-content{padding:18px}}@media(max-width:520px){.btn-primary,.btn-ghost,.btn-outline{width:100%;justify-content:center}.sidebar-link{text-align:center}}.field{display:flex;flex-direction:column;gap:6px}.field-label{font-size:13px;font-weight:600;color:#0f172a}.field-input{width:100%;padding:10px 12px;border:1px solid #e2e8f0;border-radius:10px;background:#f8fafc;color:#0f172a;transition:border-color .2s ease,box-shadow .2s ease}.field-input:focus{outline:none;border-color:var(--brand-accent, #2563eb);box-shadow:0 0 0 3px var(--brand-accent-soft, rgba(37, 99, 235, .15));background:#fff}.field-inline{display:flex;align-items:center;gap:18px}.field-checkbox{display:inline-flex;align-items:center;gap:8px;font-weight:600;color:#0f172a}.drawer-overlay{position:fixed;inset:0;background:#0f172a59;display:flex;justify-content:flex-end;z-index:40}.drawer-panel{width:min(520px,100%);height:100%;background:#fff;box-shadow:-20px 0 40px #0f172a2e;display:flex;flex-direction:column}.drawer-header{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid #e2e8f0}.drawer-title{font-size:18px;font-weight:700;color:#0f172a}.drawer-subtitle{font-size:12px;color:#7b8797}.drawer-close{border:none;background:#f1f5f9;color:#475569;width:32px;height:32px;border-radius:8px;cursor:pointer}.drawer-body{padding:18px 20px 24px;overflow-y:auto;display:flex;flex-direction:column;gap:18px}.drawer-section{display:flex;flex-direction:column;gap:12px}.section-title{font-size:13px;font-weight:700;color:#0f172a;display:flex;align-items:center;justify-content:space-between}.section-title.with-action{gap:12px}.section-action{border:none;background:none;color:#2563eb;font-size:12px;font-weight:600;cursor:pointer}.upload-card{border:1px dashed #cbd5f5;background:#f8faff;border-radius:12px;padding:18px;text-align:center;display:flex;flex-direction:column;gap:8px;color:#526280}.upload-card.is-loading{opacity:.7}.upload-icon{font-size:22px}.upload-title{font-size:13px;font-weight:600;color:#1f2a44}.upload-link{border:none;background:none;color:#2563eb;font-weight:600;cursor:pointer;padding:0}.upload-meta{font-size:11px;color:#94a3b8}.upload-btn{border:1px solid #c7d2fe;background:#eef2ff;color:#3730a3;padding:6px 10px;border-radius:8px;font-size:12px;font-weight:600;cursor:pointer;align-self:center}.upload-file{font-size:12px;color:#0f172a;font-weight:600}.upload-status{font-size:12px;color:#1d4ed8}.drawer-alert{padding:10px 12px;border-radius:10px;font-size:12px}.drawer-alert.error{background:#fef2f2;color:#b91c1c}.drawer-alert.success{background:#ecfdf3;color:#166534}.field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.field{display:flex;flex-direction:column;gap:6px;font-size:12px;color:#64748b}.field span{font-weight:600;color:#475569}.field input,.field select,.drawer-section textarea{border:1px solid #d7e0eb;border-radius:8px;padding:8px 10px;font-size:13px;color:#1f2937}.field-span{grid-column:span 2}.drawer-section textarea{resize:vertical}.drawer-footer{display:flex;justify-content:flex-end;gap:10px;padding-top:6px}.drawer-footer .btn-primary{background:#22c55e;box-shadow:0 8px 18px #22c55e40}@media(max-width:640px){.field-grid{grid-template-columns:1fr}}.kanban-board{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.kanban-column{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:12px;min-height:320px;display:flex;flex-direction:column;gap:10px;box-shadow:0 10px 24px #0f172a14}.kanban-column-header{display:flex;align-items:center;justify-content:space-between;font-weight:700;color:#0f172a;font-size:13px;text-transform:uppercase;letter-spacing:.08em}.kanban-count{background:#e2e8f0;color:#334155;border-radius:999px;padding:2px 8px;font-size:11px;font-weight:600}.kanban-cards{display:flex;flex-direction:column;gap:10px;flex:1}.kanban-card{background:#f8fafc;border-radius:12px;padding:10px;border:1px solid #e2e8f0;cursor:grab}.kanban-card-title{font-weight:700;font-size:13px;color:#0f172a}.kanban-card-meta{font-size:12px;color:#64748b;margin-top:4px}.kanban-card-actions{margin-top:8px;font-size:12px}.kanban-card-actions a{color:#2563eb;text-decoration:none;font-weight:600}.kanban-empty{font-size:12px;color:#94a3b8;padding:8px 2px}.kanban-loading,.kanban-error{background:#fff;border-radius:12px;padding:16px;border:1px solid #e2e8f0;font-size:13px;color:#475569}.kanban-error{border-color:#fecaca;color:#b91c1c;background:#fef2f2}.candidates-page{display:flex;flex-direction:column;gap:16px}.candidates-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:14px}.candidates-title{font-size:18px;font-weight:700;color:#0f172a}.candidates-count{color:#64748b;font-weight:600;margin-left:4px}.candidates-subtitle{font-size:12px;color:#7b8797}.candidates-toolbar{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.toolbar-filter{position:relative}.columns-panel{position:absolute;top:42px;right:0;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 12px 28px #0f172a1f;padding:12px;width:260px;z-index:20;display:grid;gap:10px}.columns-panel-header{display:flex;justify-content:space-between;align-items:center;font-size:12px;font-weight:700;color:#0f172a}.columns-panel-actions{display:flex;gap:6px}.columns-panel-actions button{border:none;background:#f1f5f9;color:#1f2937;font-size:11px;padding:4px 6px;border-radius:6px;cursor:pointer}.columns-panel-actions button:hover{background:#e2e8f0}.columns-panel-list{max-height:240px;overflow-y:auto;display:grid;gap:6px}.columns-panel-item{display:flex;align-items:center;gap:8px;font-size:12px;color:#1f2937}.columns-panel-item.locked{opacity:.7}.toolbar-search{display:flex;align-items:center;gap:8px;background:#fff;border:1px solid #d7e0eb;border-radius:10px;padding:0 10px;height:36px;min-width:220px}.toolbar-search input{border:none;outline:none;background:transparent;font-size:13px;width:100%}.toolbar-search input::placeholder{color:#9aa6b2}.toolbar-search-icon{width:16px;height:16px;color:#64748b;display:grid;place-items:center}.toolbar-btn{border:1px solid #d7e0eb;background:#fff;color:#1f2a44;padding:8px 12px;border-radius:8px;font-size:12px;font-weight:600;cursor:pointer;transition:background .2s ease,border-color .2s ease}.toolbar-btn:hover{background:#f3f6fb;border-color:#c5d0de}.toolbar-btn.active{background:#e0edff;border-color:#8ab2ff;color:#1d4ed8}.toolbar-btn.primary{background:#1d4ed8;border-color:#1d4ed8;color:#fff}.toolbar-btn.success{background:#22c55e;border-color:#22c55e;color:#fff}.toolbar-btn:disabled{opacity:.7;cursor:not-allowed}.candidates-error{padding:12px;border-radius:10px;background:#fef2f2;color:#b91c1c;font-size:13px}.candidates-toast{padding:10px;border-radius:8px;background:#ecfdf3;color:#166534;font-size:13px}.candidates-card{background:#fff;border-radius:12px;padding:16px;box-shadow:0 10px 24px #0f172a14}.candidates-loading{font-size:13px;color:#64748b}.candidates-table-wrap{overflow-x:auto}.crm-table{width:100%;border-collapse:collapse;min-width:1100px;table-layout:fixed}.crm-table thead th,.crm-table tbody td{border-right:1px solid #e2e8f0}.crm-table thead th:last-child,.crm-table tbody td:last-child{border-right:none}.crm-table thead th{font-size:11px;letter-spacing:.04em;text-transform:uppercase;color:#7b8797;padding:10px 8px;background:#f5f7fb;position:relative;white-space:nowrap;overflow:visible}.crm-table tbody td{padding:12px 8px;font-size:13px;color:#1f2937;vertical-align:top;white-space:normal;word-break:break-word}.crm-table tbody tr:hover{background:#f8fafc}.crm-th{-webkit-user-select:none;user-select:none}.crm-th-content{display:flex;align-items:center;gap:6px;padding-right:6px;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.crm-th.is-draggable{cursor:grab}.crm-th.is-dragging{opacity:.6}.col-resizer{position:absolute;right:-5px;top:0;width:10px;height:100%;cursor:col-resize;z-index:2;touch-action:none}.crm-table input[type=checkbox]{width:16px;height:16px;accent-color:#2563eb}.candidate-name{display:flex;align-items:center;gap:10px;min-width:0}.candidate-name-meta{min-width:0;flex:1}.candidate-avatar{width:32px;height:32px;border-radius:999px;background:#e0f2fe;color:#0369a1;display:grid;place-items:center;font-weight:700;font-size:12px}.candidate-name-text{font-weight:600;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.candidate-subtext{font-size:11px;color:#7b8797;white-space:normal;overflow-wrap:anywhere;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.muted{color:#9aa6b2}.status-pill{background:#eef2ff;color:#4338ca;padding:4px 8px;border-radius:999px;font-size:11px;font-weight:600}.action-button{border:1px solid #fca5a5;color:#b91c1c;background:#fff;padding:6px 10px;border-radius:8px;font-size:12px;cursor:pointer}.action-button.secondary{border-color:#cbd5f5;color:#1f2937}.action-buttons{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.action-link{color:#2563eb;font-weight:600;font-size:12px}.skills-cell{display:flex;align-items:flex-start;gap:6px}.skills-text{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.4;max-width:100%;white-space:normal}.skills-text.expanded{-webkit-line-clamp:initial;overflow:visible}.summary-text{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;line-height:1.4;max-width:100%;white-space:normal}.skills-toggle{border:none;background:transparent;color:#2563eb;font-size:11px;cursor:pointer;padding:0;margin-top:2px}.action-button:disabled{opacity:.6;cursor:not-allowed}.candidates-empty{padding:18px;text-align:center;color:#94a3b8;font-size:13px}.table-select{border:1px solid #d7e0eb;border-radius:8px;padding:6px 8px;font-size:12px;background:#fff;min-width:160px}@media(max-width:900px){.toolbar-search{min-width:180px}}.jobs-page{display:flex;flex-direction:column;gap:16px}.jobs-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:14px}.jobs-title{font-size:16px;font-weight:700;color:#0f172a}.jobs-subtitle{font-size:12px;color:#7b8797}.jobs-toolbar{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.jobs-select{border:1px solid #d7e0eb;border-radius:8px;padding:8px 10px;font-size:12px;background:#fff;min-width:140px}.jobs-error{padding:12px;border-radius:10px;background:#fef2f2;color:#b91c1c;font-size:13px}.jobs-card{background:#fff;border-radius:12px;padding:16px;box-shadow:0 10px 24px #0f172a14}.jobs-loading{font-size:13px;color:#64748b}.jobs-table-wrap{overflow-x:auto}.jobboards-overlay{position:fixed;inset:0;background:#0f172a59;display:flex;align-items:center;justify-content:center;z-index:50;padding:24px}.jobboards-modal{width:min(980px,96vw);background:#fff;border-radius:16px;box-shadow:0 25px 60px #0f172a2e;display:flex;flex-direction:column;gap:18px;padding:20px}.jobboards-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.jobboards-title{font-size:16px;font-weight:700;color:#0f172a}.jobboards-subtitle{font-size:12px;color:#64748b;margin-top:2px}.jobboards-close{width:32px;height:32px;border-radius:50%;border:none;background:#f1f5f9;color:#0f172a;font-size:18px;cursor:pointer}.jobboards-search input{width:100%;border:1px solid #e2e8f0;border-radius:10px;padding:10px 12px;font-size:13px}.jobboards-columns{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.jobboards-column{border:1px solid #e2e8f0;border-radius:12px;padding:12px;background:#f8fafc;min-height:260px}.jobboards-column-title{display:flex;align-items:center;justify-content:space-between;font-size:13px;font-weight:600;color:#1f2937;margin-bottom:10px}.jobboards-select-all{border:none;background:transparent;color:#2563eb;font-size:12px;cursor:pointer}.jobboards-list{display:flex;flex-direction:column;gap:8px}.jobboards-item{display:flex;align-items:center;gap:8px;font-size:12px;color:#1f2937;cursor:pointer}.jobboards-item input{margin:0}.jobboards-icon{width:22px;height:22px;border-radius:6px;background:#e0e7ff;color:#3730a3;display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:700}.jobboards-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.jobboards-note{font-size:12px;color:#64748b}.job-edit-overlay{position:fixed;inset:0;background:#0f172a66;display:flex;align-items:center;justify-content:center;z-index:60;padding:24px}.job-edit-modal{width:min(1100px,96vw);max-height:92vh;overflow:auto;background:#fff;border-radius:16px;box-shadow:0 30px 70px #0f172a2e;padding:20px;display:flex;flex-direction:column;gap:16px}.job-edit-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.job-edit-title{font-size:16px;font-weight:700;color:#0f172a}.job-edit-subtitle{font-size:12px;color:#64748b;margin-top:2px}.job-edit-close{width:32px;height:32px;border-radius:50%;border:none;background:#f1f5f9;color:#0f172a;font-size:18px;cursor:pointer}.job-edit-error{padding:10px 12px;border-radius:10px;background:#fef2f2;color:#b91c1c;font-size:12px}.job-edit-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:12px}.job-edit-stack{display:grid;gap:12px}.job-edit-field{display:flex;flex-direction:column;gap:6px;font-size:12px;color:#475569}.job-edit-field .field-input{width:100%}.job-edit-tags{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.job-edit-tag{background:#eef2ff;color:#4338ca;border-radius:999px;padding:4px 8px;display:inline-flex;gap:6px;align-items:center;font-size:12px}.job-edit-tag button{border:none;background:transparent;cursor:pointer;color:#312e81;font-size:12px}.job-edit-footer{display:flex;align-items:center;justify-content:flex-end;gap:10px}.jobboards-actions{display:flex;gap:8px;align-items:center}.jobs-page .crm-table{table-layout:auto;min-width:3200px}.jobs-page .crm-table thead th,.jobs-page .crm-table tbody td{white-space:nowrap;word-break:normal}.job-name{min-width:180px}.job-name-text{font-weight:600;color:#0f172a;max-width:220px;overflow:hidden;text-overflow:ellipsis}.job-subtext{font-size:11px;color:#7b8797}.jobs-empty{padding:18px;text-align:center;color:#94a3b8;font-size:13px}.job-description,.job-hiring-pipeline{max-width:240px;overflow:hidden;text-overflow:ellipsis}.action-small{padding:4px 8px;font-size:11px}.jobs-card .action-button{border-color:#c7d2fe;color:#1d4ed8;background:#eef2ff}.team-card{background:#fff;border-radius:12px;padding:16px;box-shadow:0 10px 24px #0f172a14}.team-card-title{font-weight:700;margin-bottom:12px}.team-kanban{display:flex;gap:16px;overflow-x:auto;padding-bottom:6px}.team-column{min-width:240px;background:#f8fafc;border-radius:12px;padding:12px;border:1px solid #e2e8f0;display:flex;flex-direction:column;gap:12px}.team-column-header{display:flex;align-items:center;justify-content:space-between;font-weight:700;color:#0f172a;font-size:13px}.team-count{background:#e0edff;color:#1d4ed8;font-weight:700;font-size:12px;padding:2px 8px;border-radius:999px}.team-column-body{display:grid;gap:12px}.team-card-item{background:#fff;border-radius:10px;border:1px solid #e2e8f0;padding:12px;display:grid;gap:6px;box-shadow:0 6px 16px #0f172a0f}.team-card-name{font-weight:700;color:#0f172a}.team-card-meta{font-size:12px;color:#64748b}.team-card-field label{display:block;font-size:11px;color:#64748b;margin-bottom:4px}.team-card-actions{display:flex;justify-content:flex-end}.team-status{font-weight:700}.team-status.active{color:#16a34a}.team-status.inactive{color:#ef4444}.team-empty{font-size:12px;color:#94a3b8;text-align:center;padding:8px}.reports-layout{display:grid;grid-template-columns:240px 1fr;gap:16px}.reports-sidebar{background:#fff;border-radius:12px;padding:16px;box-shadow:0 10px 24px #0f172a14;border:1px solid #eef2f7;height:fit-content}.reports-sidebar-title{font-size:11px;text-transform:uppercase;letter-spacing:.08em;font-weight:700;color:#94a3b8;margin-bottom:12px}.reports-nav{display:grid;gap:6px}.reports-nav-item{text-align:left;border:1px solid transparent;background:transparent;border-radius:8px;padding:8px 10px;font-size:13px;color:#1f2937;cursor:pointer}.reports-nav-item:hover{background:#f8fafc}.reports-nav-item.active{background:#e8f1ff;border-color:#b7d0ff;color:#1d4ed8;font-weight:600}.reports-main{display:flex;flex-direction:column;gap:16px}.reports-topbar{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;flex-wrap:wrap}.reports-title-block h1{margin:0;font-size:20px;font-weight:700;color:#0f172a}.reports-title-block p{margin:4px 0 0;color:#6b7280;font-size:13px}.reports-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.reports-tabs{display:flex;background:#f1f5f9;padding:4px;border-radius:999px;gap:4px}.reports-tab{border:none;background:transparent;padding:6px 12px;border-radius:999px;font-size:12px;color:#64748b;cursor:pointer}.reports-tab.active{background:#fff;color:#0f172a;font-weight:600;box-shadow:0 2px 6px #0f172a1f}.reports-btn{border:1px solid #cbd5f5;background:#fff;color:#1f2937;padding:8px 12px;border-radius:8px;font-size:12px;font-weight:600;cursor:pointer}.reports-btn:hover{background:#f3f6fb}.reports-error{padding:12px;border-radius:10px;background:#fef2f2;color:#b91c1c}.reports-loading{color:#64748b;font-size:13px}.reports-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px}.summary-tile{background:#fff;border-radius:12px;padding:14px;box-shadow:0 10px 24px #0f172a14;border:1px solid #eef2f7}.summary-label{color:#6b7280;font-size:12px;margin-bottom:6px}.summary-value{font-size:20px;font-weight:700;color:#0f172a}.reports-grid-two{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:16px}.report-panel{background:#fff;border-radius:12px;padding:16px;box-shadow:0 10px 24px #0f172a14;border:1px solid #eef2f7}.report-panel-title{font-weight:700;margin-bottom:12px;color:#0f172a}.pipeline-panel{display:flex;gap:16px;align-items:center;flex-wrap:wrap}.pipeline-donut{width:160px;height:160px;border-radius:50%;position:relative;background:#e2e8f0}.pipeline-donut:after{content:"";position:absolute;inset:36px;background:#fff;border-radius:50%;box-shadow:inset 0 0 0 1px #eef2f7}.pipeline-legend{display:grid;gap:8px;min-width:200px}.pipeline-legend-row{display:flex;align-items:center;gap:8px;font-size:12px;color:#334155}.pipeline-dot{width:10px;height:10px;border-radius:50%}.pipeline-count{margin-left:auto;font-weight:600;color:#0f172a}.pipeline-total{font-size:32px;font-weight:700;color:#0f172a;margin-bottom:12px}.pipeline-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:10px}.pipeline-tile{background:#f8fafc;border-radius:10px;padding:10px;border:1px solid #e2e8f0}.pipeline-tile-value{font-weight:700;font-size:16px;color:#0f172a}.pipeline-tile-label{font-size:11px;color:#64748b}.pipeline-empty{font-size:12px;color:#94a3b8;padding:8px}.report-mini-table{display:grid;gap:10px}.mini-row{display:flex;justify-content:space-between;align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:10px}.mini-name{font-weight:600;color:#0f172a}.mini-sub{font-size:11px;color:#94a3b8}.mini-metric{font-weight:700;color:#1d4ed8}.reports-section h2{margin:0 0 10px;font-size:16px;color:#0f172a}.reports-table-wrap{background:#fff;border-radius:12px;padding:12px;box-shadow:0 10px 24px #0f172a14;overflow-x:auto}.reports-table{width:100%;border-collapse:collapse;min-width:760px}.reports-table thead th{text-align:left;font-size:11px;letter-spacing:.04em;text-transform:uppercase;color:#7b8797;padding:8px;background:#f5f7fb}.reports-table tbody td{padding:10px 8px;font-size:13px;color:#1f2937;border-bottom:1px solid #f1f5f9}.reports-empty{text-align:center;color:#94a3b8;padding:14px}.reports-empty-block{background:#fff;border-radius:12px;padding:20px;border:1px dashed #e2e8f0;color:#64748b}@media(max-width:1000px){.reports-layout{grid-template-columns:1fr}}:root{--bg: #f3f4f6;--panel: #ffffff;--accent: #2563eb;--accent-soft: rgba(37, 99, 235, .12);--text: #111827;--muted: #6b7280;--border: #e5e7eb;--radius-lg: 16px;--radius-md: 12px}.jd-shell{display:grid;grid-template-columns:minmax(340px,420px) minmax(520px,1fr);gap:24px;width:100%}.card{background:var(--panel);border-radius:var(--radius-lg);border:1px solid var(--border);box-shadow:0 14px 45px #0f172a14;overflow:hidden;display:flex;flex-direction:column}.card-header{padding:14px 18px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border);background:linear-gradient(90deg,#f9fafb 0,#eff6ff,#eef2ff)}.card-title-group{display:flex;flex-direction:column;gap:3px}.card-title{font-size:15px;font-weight:600;letter-spacing:.03em;text-transform:uppercase;color:#111827}.card-subtitle{font-size:12px;color:var(--muted)}.badge{font-size:11px;padding:3px 8px;border-radius:999px;border:1px solid rgba(148,163,184,.6);color:var(--muted);background:#f9fafb}.jd-panel{padding:16px 18px 18px;display:flex;flex-direction:column;gap:14px}.section-label{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}.jd-input{margin-top:4px;display:flex;flex-direction:column;gap:8px}.jd-textarea{width:100%;min-height:180px;resize:vertical;background:#fff;border-radius:var(--radius-md);border:1px solid var(--border);padding:10px 12px;color:var(--text);font-size:13px;line-height:1.4;outline:none}.jd-textarea::placeholder{color:#9ca3af}.jd-meta{display:flex;gap:8px;flex-wrap:wrap;align-items:center;justify-content:space-between}.pill{display:inline-flex;align-items:center;gap:6px;font-size:11px;padding:4px 8px;border-radius:999px;background:#f9fafb;border:1px solid #e5e7eb;color:var(--muted)}.pill-dot{width:7px;height:7px;border-radius:999px;background:var(--accent);box-shadow:0 0 0 4px var(--accent-soft)}.btn{border:none;border-radius:999px;padding:8px 14px;font-size:13px;font-weight:500;cursor:pointer;display:inline-flex;align-items:center;gap:6px;transition:all .16s ease-out}.btn-primary{background:var(--accent);color:#fff;box-shadow:0 10px 30px #2563eb59}.btn-primary:hover{filter:brightness(1.05);transform:translateY(-.5px)}.btn-ghost{background:#fff;color:var(--muted);border:1px solid rgba(148,163,184,.7)}.btn-ghost:hover{background:#f9fafb}.file-upload-btn{position:relative;display:inline-flex;align-items:center}.jd-file-input{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer}.jd-summary{margin-top:6px;border-radius:var(--radius-md);border:1px solid var(--border);background:#f9fafb;padding:10px 11px;font-size:12px;color:var(--muted);min-height:70px}.jd-summary strong{color:#111827}.tag-list{margin-top:6px;display:flex;flex-wrap:wrap;gap:6px}.tag{padding:3px 6px;border-radius:999px;border:1px solid #e5e7eb;background:#fff;font-size:11px;color:#374151}.must-have{display:flex;flex-direction:column;gap:8px}.must-have-input{display:flex;gap:8px;align-items:center}.tag-strong{border-color:#c7d2fe;background:#eef2ff;color:#3730a3}.tag-remove{border:none;background:transparent;color:#6b7280;margin-left:6px;cursor:pointer;font-size:11px}.tag-remove:hover{color:#111827}.muted-inline{color:#9ca3af;font-size:11px}.chat-panel{display:flex;flex-direction:column;height:100%}.chat-header-meta{font-size:11px;color:var(--muted);display:flex;align-items:center;gap:8px}.chat-header-badge{padding:2px 8px;border-radius:999px;background:var(--accent-soft);color:var(--accent);border:1px solid rgba(37,99,235,.3);font-size:11px;text-transform:uppercase;letter-spacing:.08em}.error-banner{padding:8px 12px;margin:12px 18px 0;border-radius:10px;border:1px solid #fecaca;background:#fef2f2;color:#b91c1c;font-size:12px}.chat-body{flex:1;padding:16px 18px;overflow-y:auto;display:flex;flex-direction:column;gap:10px;background:#f9fafb}.chat-message-row{display:flex;gap:8px;max-width:80%}.chat-message-row.bot{align-self:flex-start}.chat-message-row.user{align-self:flex-end;flex-direction:row-reverse}.avatar{width:26px;height:26px;border-radius:999px;background:#e5e7eb;border:1px solid #d1d5db;display:flex;align-items:center;justify-content:center;font-size:11px;color:#111827}.bubble{padding:9px 11px;border-radius:var(--radius-md);font-size:13px;line-height:1.4;max-width:100%;overflow-wrap:anywhere}.bubble.bot{background:#fff;border:1px solid #e5e7eb;color:#111827}.bubble.user{background:var(--accent);color:#fff;border-radius:12px 12px 2px}.chat-footer{padding:10px 14px 12px;border-top:1px solid #e5e7eb;background:#fff}.chat-input-row{display:flex;gap:8px;align-items:center}.input{flex:1;border-radius:999px;border:1px solid #e5e7eb;background:#f9fafb;padding:8px 12px;font-size:13px;color:#111827;outline:none}.input::placeholder{color:#9ca3af}.hint-row{margin-top:7px;display:flex;gap:8px;flex-wrap:wrap}.hint-chip{border-radius:999px;padding:4px 9px;background:#f9fafb;border:1px dashed #e5e7eb;font-size:11px;color:var(--muted);cursor:pointer;transition:all .15s ease-out}.hint-chip:hover{border-style:solid;border-color:var(--accent);color:#111827}.match-block{margin-top:8px;padding:8px 10px;border-radius:8px;background:#f7f7ff;border:1px solid #e5e7eb;font-size:12px}.match-header{font-weight:600;margin-bottom:6px}.match-list{margin-top:4px}.match-row{display:flex;justify-content:space-between;align-items:center;padding:6px 0;border-top:1px solid #e2e2f2;gap:8px;flex-wrap:wrap}.match-row:first-child{border-top:none}.match-main{flex:1;min-width:0}.match-name{font-weight:600;margin-bottom:2px}.match-meta{font-size:11px;color:#555;white-space:normal;overflow-wrap:anywhere}.match-explain{margin-top:4px}.match-explain summary{font-size:11px;color:#2563eb;cursor:pointer;list-style:none}.match-explain summary::-webkit-details-marker{display:none}.match-explain-body{display:flex;flex-wrap:wrap;gap:6px;margin-top:4px}.match-explain-body span{font-size:10px;padding:2px 6px;border-radius:999px;border:1px solid #e5e7eb;background:#fff;color:#475569}.match-side{display:flex;align-items:center;gap:6px;margin-left:auto;white-space:nowrap}.match-score{font-weight:600;color:#2563eb;font-size:12px}.match-view-btn{font-size:11px;padding:4px 8px;border-radius:999px;background:#2563eb;color:#fff;text-decoration:none;border:none}.match-view-btn:hover{filter:brightness(1.05)}.external-block{background:#f0f9ff}.external-buttons{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:6px}.raw-query{background:#fff;border:1px solid #e5e7eb;padding:6px;border-radius:6px;font-size:11px;color:#374151;overflow-x:auto}@media(max-width:960px){.jd-shell{grid-template-columns:1fr;gap:16px}}@media(max-width:600px){.card-header{flex-direction:column;align-items:flex-start;gap:6px}}.emails-page{display:flex;flex-direction:column;gap:16px}.emails-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:14px}.emails-title{font-size:16px;font-weight:700;color:#0f172a}.emails-subtitle{font-size:12px;color:#7b8797}.emails-toolbar{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.emails-error{padding:12px;border-radius:10px;background:#fef2f2;color:#b91c1c;font-size:13px}.emails-card{background:#fff;border-radius:12px;padding:16px;box-shadow:0 10px 24px #0f172a14}.emails-loading{font-size:13px;color:#64748b}.emails-table-wrap{overflow-x:auto}.emails-empty{padding:18px;text-align:center;color:#94a3b8;font-size:13px}.mailbox-page{display:flex;flex-direction:column;gap:16px}.mailbox-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}.mailbox-title{font-size:18px;font-weight:700;color:#0f172a}.mailbox-subtitle{font-size:12px;color:#7b8797}.mailbox-controls{display:flex;align-items:center;gap:8px}.mailbox-layout{display:grid;gap:12px;min-height:70vh;align-items:stretch;grid-template-columns:minmax(240px,320px) minmax(0,1fr)}.mailbox-section-title{font-size:12px;font-weight:700;color:#0f172a}.mailbox-list,.mailbox-view{background:#fff;border-radius:12px;border:1px solid #e2e8f0;padding:10px;display:flex;flex-direction:column;gap:10px;min-width:0}.mailbox-list-header{display:flex;align-items:center;justify-content:space-between;gap:10px}.mailbox-folder-pill{font-size:10px;font-weight:600;color:#1d4ed8;background:#e0edff;border-radius:999px;padding:3px 8px}.mailbox-message-list{display:flex;flex-direction:column;gap:6px;overflow-y:auto}.mailbox-message{border:1px solid #e6edf5;border-radius:12px;padding:8px;text-align:left;background:#fff;cursor:pointer;display:flex;flex-direction:column;gap:6px}.mailbox-message.active{border-color:#9dbaf8;background:#f1f6ff}.mailbox-message-top{display:flex;justify-content:space-between;font-size:11px;color:#64748b}.mailbox-message-from{font-weight:700;color:#0f172a;max-width:70%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mailbox-message-subject{font-size:12px;font-weight:600;color:#0f172a}.mailbox-message-snippet{font-size:11px;color:#64748b;line-height:1.4;max-height:34px;overflow:hidden}.mailbox-thread-count{font-size:11px;font-weight:600;color:#1d4ed8}.mailbox-view-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.mailbox-view{background:#f7f9fc}.mailbox-view-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:12px;display:flex;flex-direction:column;gap:14px;min-height:100%}.mailbox-view-title{font-size:14px;color:#0f172a;font-weight:700;margin-bottom:6px}.mailbox-view-meta{font-size:11px;color:#64748b}.mailbox-view-body{flex:1;overflow-y:auto;font-size:12px;color:#1f2937;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;padding:10px 0}.mailbox-view-body pre{white-space:pre-wrap;font-family:inherit}.mailbox-reply{display:flex;flex-direction:column;gap:8px}.mailbox-reply textarea{border:1px solid #d7e0eb;border-radius:8px;padding:6px 8px;font-size:12px;resize:vertical}.mailbox-loading,.mailbox-empty-view,.mailbox-empty-list{font-size:13px;color:#94a3b8;padding:12px}.mailbox-error{padding:10px 12px;border-radius:10px;background:#fef2f2;color:#b91c1c;font-size:13px}.mailbox-empty{display:grid;place-items:center;min-height:60vh}.mailbox-empty-card{background:#fff;border-radius:12px;border:1px solid #e2e8f0;padding:20px;text-align:center;max-width:420px}.mailbox-empty-card h2{margin:0 0 8px;font-size:18px}.mailbox-empty-card p{color:#64748b;font-size:13px}@media(max-width:1200px){.mailbox-layout{grid-template-columns:minmax(200px,300px) 1fr}.mailbox-view{grid-column:1 / -1;min-height:300px}}.email-settings-page{display:flex;flex-direction:column;gap:16px}.email-settings-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}.email-settings-title{font-size:18px;font-weight:700;color:#0f172a}.email-settings-subtitle{font-size:12px;color:#7b8797}.email-settings-error{padding:10px 12px;border-radius:10px;background:#fef2f2;color:#b91c1c;font-size:13px}.email-settings-accounts{background:#fff;border-radius:12px;border:1px solid #e2e8f0;padding:16px}.email-settings-accounts h3{margin:0 0 10px;font-size:14px;color:#0f172a}.email-settings-list{display:flex;flex-direction:column;gap:10px}.email-settings-account{display:flex;justify-content:space-between;align-items:center;padding:10px;border:1px solid #e2e8f0;border-radius:10px}.account-email{font-weight:600;color:#0f172a}.account-meta{font-size:11px;color:#64748b;margin-top:2px}.email-settings-connect{display:grid;grid-template-columns:1.2fr 1fr;gap:16px}.connect-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:20px;display:flex;justify-content:space-between;align-items:center;gap:12px}.connect-card h2{margin:0 0 8px;font-size:16px}.connect-card p{margin:0;font-size:13px;color:#64748b}.connect-benefits{background:#f8fafc;border-radius:12px;padding:18px}.connect-benefits h3{margin:0 0 10px;font-size:14px}.connect-benefits ul{margin:0;padding-left:16px;font-size:12px;color:#475569;display:grid;gap:6px}.email-settings-providers{display:grid;place-items:center;min-height:320px}.provider-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:20px;width:min(360px,100%);display:flex;flex-direction:column;gap:10px}.provider-title{font-weight:700;color:#0f172a}.provider-btn{border:1px solid #d7e0eb;background:#fff;padding:10px;border-radius:10px;font-weight:600;cursor:pointer}.provider-link{border:none;background:transparent;color:#2563eb;font-size:12px;cursor:pointer;text-align:left}.email-settings-form{display:grid;place-items:center;min-height:360px}.imap-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:20px;width:min(420px,100%);display:flex;flex-direction:column;gap:12px}.imap-field{display:flex;flex-direction:column;gap:6px;font-size:12px;color:#64748b}.imap-field input{border:1px solid #d7e0eb;border-radius:8px;padding:8px 10px;font-size:13px}.imap-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.imap-checkbox{display:flex;align-items:center;gap:8px;font-size:12px;color:#475569}.imap-actions{display:flex;justify-content:space-between;gap:10px}@media(max-width:900px){.email-settings-connect{grid-template-columns:1fr}}.audit-page{display:flex;flex-direction:column;gap:16px;padding:24px}.audit-header{display:flex;align-items:center;justify-content:space-between;gap:16px}.audit-header h1{font-size:22px;margin:0 0 4px}.audit-header p{margin:0;color:#6b7280}.audit-export{padding:10px 16px;border-radius:10px;background:#2563eb;color:#fff;text-decoration:none;font-weight:600;font-size:14px;border:none;cursor:pointer}.audit-filters{background:#fff;border-radius:14px;padding:16px;box-shadow:0 10px 20px #0f172a0f;display:flex;flex-direction:column;gap:12px}.audit-filter-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}.audit-field{display:flex;flex-direction:column;gap:6px;font-size:13px}.audit-field label{color:#374151;font-weight:600}.audit-field input,.audit-field select{border:1px solid #d1d5db;border-radius:8px;padding:8px 10px;font-size:13px;background:#f9fafb}.audit-field-spacer{visibility:hidden}.audit-actions{display:flex;gap:10px}.audit-actions button{border-radius:8px;border:none;padding:8px 16px;background:#1d4ed8;color:#fff;font-weight:600;cursor:pointer}.audit-actions .ghost{background:#e5e7eb;color:#111827}.audit-table{background:#fff;border-radius:14px;padding:8px 0;box-shadow:0 10px 20px #0f172a0f;overflow-x:auto}.audit-table table{width:100%;border-collapse:collapse}.audit-table th,.audit-table td{text-align:left;padding:12px 16px;font-size:13px;border-bottom:1px solid #eef2f7;vertical-align:top}.audit-table th{color:#6b7280;font-weight:600;background:#f8fafc}.audit-event{font-weight:600;color:#1f2937}.audit-user{font-weight:600}.audit-role{color:#6b7280;font-size:12px}.audit-details{max-width:320px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#4b5563}.audit-pagination{display:flex;justify-content:flex-end;align-items:center;gap:12px;font-size:13px}.audit-pagination button{border:1px solid #cbd5f5;background:#fff;padding:6px 12px;border-radius:6px;cursor:pointer}.audit-pagination button:disabled{cursor:not-allowed;opacity:.6}.audit-empty{padding:24px;text-align:center;color:#6b7280}.workflow-shell{display:grid;grid-template-columns:56px 260px 1fr;gap:0;padding:0;background:#f5f6fb;border-radius:18px;overflow:hidden}.workflow-rail{background:#1b2b6b;color:#fff;display:flex;flex-direction:column;align-items:center;padding:12px 8px;gap:16px}.workflow-rail-logo{width:36px;height:36px;border-radius:12px;background:#fff;color:#1b2b6b;font-weight:700;display:grid;place-items:center;font-size:14px}.workflow-rail-icons{display:flex;flex-direction:column;gap:10px;margin-top:8px}.rail-btn{width:32px;height:32px;border-radius:10px;border:none;background:#ffffff1f;color:#fff;font-size:12px;cursor:pointer}.workflow-sidebar{background:#f0f3ff;color:#1f2937;padding:16px 14px;display:flex;flex-direction:column;gap:16px;min-height:640px;border-right:1px solid #e2e8f0}.workflow-sidebar-title{font-weight:600;font-size:12px;text-transform:uppercase;color:#64748b}.workflow-search input{width:100%;padding:8px 10px;border-radius:10px;border:1px solid #d7def0;background:#fff;color:#1f2937;font-size:12px}.workflow-group-title{font-size:12px;font-weight:600;margin-bottom:8px;color:#64748b}.workflow-list{display:flex;flex-direction:column;gap:8px}.workflow-list button{background:#fff;border:1px solid #dbe2f5;color:#1f2937;padding:8px 10px;font-size:12px;text-align:left;border-radius:10px;cursor:pointer;display:inline-flex;align-items:center;gap:8px}.workflow-list button:hover{border-color:#c4d2ff}.chip-dot{width:8px;height:8px;border-radius:50%;background:#6d5efc}.workflow-settings{margin-top:auto;display:flex;flex-direction:column;gap:10px;font-size:12px}.workflow-settings-title{font-weight:600;font-size:12px;color:#64748b}.workflow-settings label{display:flex;flex-direction:column;gap:6px;color:#475569}.workflow-settings input,.workflow-settings select{padding:8px 10px;border-radius:8px;border:1px solid #d7def0;font-size:12px}.workflow-main{display:flex;flex-direction:column;gap:12px;padding:16px}.workflow-topbar{display:flex;align-items:center;justify-content:space-between;gap:16px}.workflow-title{font-size:18px;font-weight:600}.workflow-subtitle{font-size:12px;color:#6b7280}.workflow-actions{display:flex;align-items:center;gap:8px}.wf-outline{border:1px solid #c7d2fe;background:#fff;color:#4c51bf;border-radius:8px;padding:8px 12px;font-weight:600;cursor:pointer}.wf-save{border:none;border-radius:8px;padding:8px 14px;background:#22c55e;color:#fff;font-weight:600;cursor:pointer}.wf-save:disabled{opacity:.7;cursor:not-allowed}.workflow-canvas{position:relative;min-height:600px;border:1px solid #e6e9f3;border-radius:14px;background:radial-gradient(#e3e7f2 1px,transparent 0);background-size:20px 20px;overflow:hidden}.workflow-lines{position:absolute;inset:0;width:100%;height:100%;pointer-events:auto}.workflow-lines path{fill:none;stroke:#a3a7c0;stroke-width:1.8;pointer-events:stroke;cursor:pointer}.workflow-lines path:hover{stroke:#a855f7}.workflow-node{position:absolute;width:180px;padding:10px 12px;border-radius:10px;background:#fff;border:1px solid #e0e3f2;box-shadow:0 10px 18px #0f172a14;cursor:grab}.workflow-node .node-header{display:flex;align-items:center;justify-content:space-between;font-size:13px;font-weight:600;margin-bottom:6px;padding-bottom:6px;border-bottom:1px dashed #e6e9f3}.workflow-node .node-header button{border:none;background:none;font-size:14px;cursor:pointer}.workflow-node .node-meta{font-size:11px;color:#6b7280}.node-ports{display:flex;justify-content:space-between;margin-top:10px}.port{width:12px;height:12px;border-radius:50%;background:#d9dcff;border:2px solid #6d5efc}.port.output.active{background:#7c3aed}.workflow-node.type-start{border-left:4px solid #22c55e}.workflow-node.type-filter{border-left:4px solid #f59e0b}.workflow-node.type-email{border-left:4px solid #3b82f6}.workflow-node.type-end{border-left:4px solid #ef4444}.wf-alert{padding:10px 12px;border-radius:10px;font-size:13px}.wf-alert.error{background:#fef2f2;color:#b91c1c}.wf-alert.success{background:#ecfdf3;color:#047857}.wf-empty{padding:24px;font-size:13px;color:#6b7280}.workflow-hint{font-size:12px;color:#6b7280}@media(max-width:900px){.workflow-shell{grid-template-columns:1fr}}.summary-toggle{border:none;background:transparent;color:#2563eb;font-size:12px;font-weight:600;padding:0;margin-top:6px;cursor:pointer}.summary-toggle:hover{text-decoration:underline}.summary-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.summary-tag{background:#f1f5f9;color:#475569;border-radius:999px;padding:4px 10px;font-size:11px;font-weight:600}.candidate-hero{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:18px 20px}.candidate-hero-details{min-width:0;flex:1}.candidate-hero-name{font-size:24px;font-weight:800;margin:0;word-break:break-word}.candidate-hero-title{font-size:13px;color:#6b7280;margin:6px 0;word-break:break-word}.candidate-hero-contact{font-size:13px;color:#475569;margin:0;word-break:break-word}.candidate-hero-status{font-size:13px;text-transform:uppercase;white-space:nowrap}.enrich-value{display:inline-flex;align-items:center;gap:8px}.enrich-missing{color:#94a3b8}.enrich-action{border:none;background:#e2e8f0;color:#1f2937;font-size:12px;font-weight:600;padding:4px 10px;border-radius:999px;cursor:pointer}.enrich-action:disabled{cursor:not-allowed;opacity:.6}.enrich-token{color:#64748b;font-size:11px;font-weight:600}.enrich-error{margin-top:8px;color:#b91c1c;font-size:12px}.candidate-results-header{display:flex;justify-content:space-between;align-items:flex-end;gap:12px}.candidate-results-count{font-size:14px;font-weight:700;color:#0f172a}.candidate-results-sub{font-size:12px;color:#64748b;margin-top:4px}.candidate-results{display:flex;flex-direction:column;gap:12px}.candidate-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:14px 16px;box-shadow:0 8px 18px #0f172a0f}.candidate-card-header{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.candidate-card-name{font-size:15px;font-weight:700;color:#0f172a}.candidate-card-title{font-size:13px;color:#475569;margin-top:4px}.candidate-card-meta{display:flex;flex-wrap:wrap;gap:12px;font-size:12px;color:#64748b;margin-top:8px}.candidate-card-summary{font-size:13px;color:#1f2937;line-height:1.5;margin-top:10px}.candidate-card-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.candidate-tag{background:#f1f5f9;color:#1e293b;border-radius:999px;padding:4px 10px;font-size:11px;font-weight:600}.candidate-results-empty{background:#fff;border-radius:12px;padding:16px;border:1px solid #e2e8f0;color:#64748b}.highlight-term{background:#fde68a;border-radius:3px;padding:0 2px}.xray-page{display:flex;flex-direction:column;gap:18px}.xray-header{display:flex;align-items:flex-end;justify-content:space-between;flex-wrap:wrap;gap:16px}.xray-token-pill{font-size:12px;font-weight:600;color:#475569;background:#f8fafc;border:1px solid #e2e8f0;padding:6px 12px;border-radius:999px;white-space:nowrap}.xray-title{font-size:22px;font-weight:700;color:#0f172a}.xray-subtitle{color:#64748b;font-size:13px}.xray-tabs{display:flex;gap:8px}.xray-textarea{min-height:220px;resize:vertical}.xray-parsed{border:1px solid #e2e8f0;border-radius:12px;padding:12px;background:#f8fafc}.xray-parsed-title{font-size:14px;font-weight:700;color:#0f172a}.xray-parsed-meta{font-size:12px;color:#64748b;margin-top:4px}.xray-section-title{font-size:13px;font-weight:700;color:#0f172a;margin:6px 0 2px}.xray-tab{border:1px solid #e2e8f0;padding:8px 12px;border-radius:999px;background:#fff;color:#334155;font-weight:600;font-size:12px;cursor:pointer}.xray-tab.active{background:#e2e8f0;color:#0f172a}.xray-body{display:grid;grid-template-columns:minmax(260px,320px) 1fr;gap:20px}.xray-panel{background:#fff;border-radius:16px;padding:18px;border:1px solid #e2e8f0;display:flex;flex-direction:column;gap:12px}.xray-label{font-size:12px;color:#64748b;font-weight:600}.xray-input{border:1px solid #e2e8f0;border-radius:12px;padding:10px 12px;font-size:13px;outline:none}.xray-input:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f626}.xray-button{margin-top:6px;background:#2563eb;color:#fff;border:none;border-radius:12px;padding:10px 12px;font-weight:600;cursor:pointer}.xray-button:disabled{opacity:.7;cursor:not-allowed}.xray-tags{display:flex;flex-wrap:wrap;gap:6px}.xray-tag{background:#e0f2fe;color:#0369a1;font-size:11px;padding:4px 8px;border-radius:999px;font-weight:600}.xray-results{display:flex;flex-direction:column;gap:14px}.xray-card{background:#fff;border-radius:16px;border:1px solid #e2e8f0;padding:16px 18px;box-shadow:0 6px 16px #0f172a0d}.xray-card-header{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.xray-card-name{font-size:16px;font-weight:700;color:#0f172a}.xray-card-meta{color:#64748b;font-size:13px}.xray-card-action{background:#eff6ff;color:#1d4ed8;padding:6px 12px;border-radius:999px;font-size:12px;font-weight:600;text-decoration:none}.xray-card-body{margin-top:12px;display:flex;flex-direction:column;gap:10px}.xray-card-summary{font-size:13px;color:#1f2937;line-height:1.5}.xray-highlight{background:#fde68a;border-radius:3px;padding:0 2px}.xray-card-toggle{align-self:flex-start;border:none;background:transparent;color:#2563eb;font-size:12px;font-weight:600;padding:0;cursor:pointer}.xray-card-toggle:hover{text-decoration:underline}.xray-card-footer{display:flex;flex-wrap:wrap;gap:12px;font-size:12px;color:#64748b}.xray-query{background:#f8fafc;border:1px solid #e2e8f0;padding:10px 12px;border-radius:12px;font-size:12px;color:#475569}.xray-loading,.xray-empty,.xray-error{background:#fff;border-radius:14px;padding:16px;border:1px solid #e2e8f0;color:#475569}.xray-error{border-color:#fecaca;color:#b91c1c;background:#fef2f2}@media(max-width:980px){.xray-body{grid-template-columns:1fr}}.crm-shell{min-height:100%;background:#eef1f5}.crm-topbar{display:flex;align-items:center;gap:20px;padding:12px 20px;background:#2f3947;color:#e2e8f0;position:sticky;top:0;z-index:5}.crm-brand{display:flex;align-items:center;gap:10px;font-weight:600;letter-spacing:.4px}.crm-logo{width:36px;height:36px;border-radius:8px;background:#4a5568;display:grid;place-items:center;font-size:12px;font-weight:700}.crm-brand-text{font-size:14px}.crm-nav{display:flex;align-items:center;gap:18px;flex:1}.crm-nav-link{color:#cbd5f1;text-decoration:none;font-size:14px;padding:8px 4px;border-bottom:2px solid transparent}.crm-nav-link.is-active{color:#fff;border-color:#4fd1c5}.crm-nav-link.is-disabled{color:#8b95a7;cursor:not-allowed}.crm-actions{display:flex;align-items:center;gap:10px}.crm-icon-button{width:32px;height:32px;border-radius:8px;border:1px solid #3f4b5c;background:#374151;color:#e2e8f0;cursor:pointer;display:grid;place-items:center;font-size:14px}.crm-avatar{width:34px;height:34px;border-radius:50%;background:#4fd1c5;color:#1f2937;display:grid;place-items:center;font-weight:700}.crm-body{padding:20px 24px 40px}.crm-card{background:#fff;border-radius:12px;padding:18px;box-shadow:0 12px 28px #0f172a14}.crm-hero{display:flex;justify-content:space-between;align-items:center;gap:16px}.crm-hero-title{font-size:20px;font-weight:700;margin:0}.crm-hero-subtitle{font-size:13px;color:#64748b;margin:6px 0 0}.crm-hero-select{border:1px solid #d0d6e0;background:#fff;border-radius:8px;padding:8px 12px;font-size:13px}.crm-empty{display:grid;place-items:center;text-align:center;padding:60px 20px;border:1px dashed #cbd5e1;border-radius:16px;background:#f8fafc;color:#64748b}.crm-empty-button{margin-top:16px;background:#3b82f6;color:#fff;border:none;border-radius:999px;padding:10px 22px;font-weight:600;cursor:pointer}@media(max-width:900px){.crm-topbar,.crm-nav{flex-wrap:wrap}}:root{font-family:Manrope,Segoe UI,sans-serif;line-height:1.5;font-weight:400;color:#0f172a;background-color:#f5f6fb;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}html{height:100%;-webkit-text-size-adjust:100%;text-size-adjust:100%}body{margin:0;min-height:100vh;background:#f5f6fb;color:#0f172a}img,video,canvas,svg{max-width:100%;height:auto}a{color:inherit;text-decoration:none}button,input,select,textarea{font-family:inherit;color:inherit}input,select,textarea{border:1px solid #d7e0eb;border-radius:8px;padding:8px 10px;font-size:13px;background:#fff}input::placeholder,textarea::placeholder{color:#9aa6b2}table{width:100%;border-collapse:collapse}th,td{text-align:left;vertical-align:top}table thead th{font-size:11px;letter-spacing:.04em;text-transform:uppercase;color:#7b8797;padding:10px 8px;background:#f5f7fb;border-bottom:1px solid #e2e8f0}table tbody td{padding:12px 8px;font-size:13px;color:#1f2937;border-bottom:1px solid #f1f5f9}table tbody tr:hover{background:#f8fafc}button{font-family:inherit;font-size:13px}#root{min-height:100vh}.card{background:#fff;border-radius:12px;padding:16px;box-shadow:0 10px 24px #0f172a14}.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:12px}.card-header-like{display:flex;justify-content:space-between;align-items:center;background:#fff;border-radius:12px;padding:14px 16px;box-shadow:0 10px 24px #0f172a14}.info-table{width:100%;border-collapse:collapse}.info-table td{padding:8px 6px;border-bottom:1px solid #f1f5f9}.experience-entry ul{margin:6px 0 0 16px}.exp-company{margin:5px 0;font-weight:600;color:#3498db}.exp-meta{margin:5px 0;color:#7f8c8d;font-size:.9em}.skills-tags{display:flex;flex-wrap:wrap;gap:8px}.skill-tag{background:#eef2ff;color:#4338ca;padding:6px 10px;border-radius:999px;font-size:12px}.badge{font-size:12px;padding:6px 10px;border-radius:999px;background:#e0f2fe;color:#0369a1}@media(max-width:900px){.card{padding:14px}.card-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}}@media(max-width:720px){.card-header-like{flex-direction:column;align-items:flex-start;gap:10px}}
