.match-root{font-family:DM Sans,-apple-system,BlinkMacSystemFont,sans-serif;color:var(--ink);background:#fff;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.match-root *{box-sizing:border-box;margin:0;padding:0}.match-root h1,.match-root h2,.match-root h3{font-family:Playfair Display,Georgia,serif;letter-spacing:-.02em;line-height:1.1}.match-root h4,.match-root h5{font-family:DM Sans,sans-serif;letter-spacing:-.01em}.match-root a{color:inherit;text-decoration:none}.match-root img{max-width:100%;display:block;height:auto}.match-root .container{max-width:1280px;margin:0 auto;padding:0 24px}.match-root .container-narrow{max-width:980px;margin:0 auto;padding:0 24px}.match-root .top-banner{background:linear-gradient(90deg,var(--indigo-deep),var(--violet));color:#fff;padding:10px 24px;text-align:center;font-size:13px;font-weight:500;display:flex;align-items:center;justify-content:center;gap:8px}.match-root .badge-new{background:rgba(255,255,255,.2);padding:2px 10px;border-radius:100px;font-size:11px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.match-root .breadcrumb{background:var(--slate-50);padding:12px 0;border-bottom:1px solid var(--slate-150)}.match-root .breadcrumb ol{list-style:none;font-size:13px;color:var(--slate-500)}.match-root .breadcrumb li,.match-root .breadcrumb ol{display:flex;gap:8px;align-items:center}.match-root .breadcrumb li:not(:last-child):after{content:"›";color:var(--slate-300)}.match-root .breadcrumb a{color:var(--indigo-deep);font-weight:500}.match-root .breadcrumb a:hover{text-decoration:underline}.match-root .breadcrumb [aria-current=page]{color:var(--ink);font-weight:600}.match-root .hero{position:relative;overflow:hidden;background:radial-gradient(1200px 600px at 15% -10%,rgba(99,102,241,.1),transparent 60%),radial-gradient(900px 500px at 110% 30%,rgba(244,114,182,.07),transparent 60%),radial-gradient(700px 400px at 50% 110%,rgba(16,185,129,.05),transparent 60%),#fff;padding:48px 0 96px}.match-root .hero-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:64px;align-items:start;padding-top:24px}.match-root .hero-eyebrow{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin-bottom:24px}.match-root .eyebrow-pill{display:inline-flex;align-items:center;gap:7px;padding:6px 12px;border-radius:7px;background:linear-gradient(135deg,var(--indigo-50),#fff);color:var(--indigo-deep);font-size:12px;font-weight:600;border:1px solid var(--indigo-100);box-shadow:0 1px 2px rgba(15,23,42,.04)}.match-root .eyebrow-pill .dot{width:6px;height:6px;border-radius:50%;background:var(--mint);position:relative;animation:none}.match-root .eyebrow-pill .dot:after{content:"";position:absolute;inset:-3px;border-radius:50%;border:2px solid var(--mint);opacity:0;animation:match-eyebrow-pulse 2s cubic-bezier(.16,1,.3,1) infinite}@keyframes match-eyebrow-pulse{0%{opacity:1;transform:scale(.8)}to{opacity:0;transform:scale(1.6)}}@keyframes match-pulse{0%{box-shadow:0 0 0 0 rgba(16,185,129,.6)}70%{box-shadow:0 0 0 8px rgba(16,185,129,0)}to{box-shadow:0 0 0 0 rgba(16,185,129,0)}}.match-root .eyebrow-pill-secondary{background:#fff;color:var(--slate-700);border:1px solid var(--slate-200);box-shadow:0 1px 2px rgba(15,23,42,.04)}.match-root .eyebrow-pill-secondary .stars{display:inline-flex;gap:1px;color:var(--amber);letter-spacing:-1px;align-items:center}.match-root .eyebrow-pill-secondary .stars svg{width:11px;height:11px;flex-shrink:0}.match-root .hero h1{font-size:68px;line-height:1;letter-spacing:-.04em;margin-bottom:24px;color:var(--ink);font-weight:600}.match-root .hero h1 .gradient-word{background:linear-gradient(135deg,var(--indigo) 0,var(--violet) 60%,var(--coral) 100%);-webkit-background-clip:text;background-clip:text;color:transparent;font-style:italic;font-weight:500}.match-root .hero h1 .number{font-family:JetBrains Mono,monospace;font-style:normal;font-weight:700;color:var(--ink);position:relative;display:inline-block}.match-root .hero h1 .number .live-dot{position:absolute;top:-6px;right:-22px;width:10px;height:10px;border-radius:50%;background:var(--mint);animation:match-pulse 1.5s infinite}.match-root .hero-subtitle{font-size:20px;line-height:1.5;color:var(--slate-700);max-width:540px;margin-bottom:32px;font-weight:400}.match-root .hero-subtitle strong{color:var(--ink);font-weight:600}.match-root .hero-subtitle .check{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;background:var(--mint-soft);color:var(--mint-deep);font-size:11px;font-weight:800;margin:0 4px;vertical-align:-3px}.match-root .hero-ctas{display:flex;gap:12px;margin-bottom:32px;flex-wrap:wrap}.match-root .btn-hero{display:inline-flex;align-items:center;gap:10px;padding:18px 28px;border-radius:100px;font-size:15px;font-weight:600;cursor:pointer;border:none;font-family:inherit;transition:all .2s;text-decoration:none}.match-root .btn-hero-primary{background:var(--ink);color:#fff;box-shadow:0 8px 24px -4px rgba(10,14,26,.3)}.match-root .btn-hero-primary:hover{transform:translateY(-2px);background:var(--indigo-deep)}.match-root .btn-hero-secondary{background:#fff;color:var(--ink);border:1.5px solid var(--slate-200)}.match-root .btn-hero-secondary:hover{border-color:var(--indigo);color:var(--indigo)}.match-root .hero-trust{display:flex;gap:24px;align-items:center;flex-wrap:wrap;font-size:13px;color:var(--slate-500);padding-top:24px;border-top:1px solid var(--slate-150)}.match-root .trust-stars{color:var(--amber);font-size:14px;letter-spacing:-1px}.match-root .trust-rating{font-weight:700;color:var(--ink)}.match-root .trust-divider{width:1px;height:18px;background:var(--slate-200)}.match-root .trust-features{display:flex;gap:16px;flex-wrap:wrap}.match-root .trust-feat{display:inline-flex;align-items:center;gap:5px;font-size:12px;color:var(--slate-500);font-weight:500}.match-root .trust-feat .icon{color:var(--mint-deep);font-weight:800}.match-root .hero-right{position:relative;min-height:680px;display:flex;align-items:center;justify-content:center}.match-root .matching-stage{position:relative;width:100%;max-width:560px;display:flex;flex-direction:column;gap:18px;align-items:center}.match-root .drop-zone{background:#fff;border:2.5px dashed var(--indigo-100);border-radius:20px;width:100%;padding:32px 28px;box-shadow:var(--shadow-lg);position:relative;text-align:center;animation:match-floatA 6s ease-in-out infinite}@keyframes match-floatA{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.match-root .drop-icon{width:64px;height:64px;border-radius:20px;background:linear-gradient(135deg,var(--indigo),var(--violet));display:inline-flex;align-items:center;justify-content:center;margin-bottom:16px;box-shadow:0 12px 24px -8px rgba(99,102,241,.4)}.match-root .drop-icon svg{color:#fff;width:32px;height:32px}.match-root .drop-zone h3{font-family:DM Sans,sans-serif;font-size:18px;color:var(--ink);font-weight:700;margin-bottom:6px}.match-root .drop-zone .subtitle{font-size:13px;color:var(--slate-500);margin-bottom:20px}.match-root .drop-zone .subtitle strong{color:var(--ink);font-weight:600}.match-root .drop-actions{display:flex;flex-direction:column;gap:10px;align-items:center}.match-root .drop-cta{background:var(--ink);color:#fff;padding:12px 22px;border-radius:100px;font-size:14px;font-weight:600;border:none;cursor:pointer;font-family:inherit;display:inline-flex;align-items:center;gap:8px;text-decoration:none}.match-root .drop-cta:hover{background:var(--indigo-deep)}.match-root .drop-divider{font-size:11px;color:var(--slate-400);font-weight:500;letter-spacing:.1em;text-transform:uppercase}.match-root .import-options{display:flex;gap:8px;flex-wrap:wrap;justify-content:center}.match-root .import-btn{display:inline-flex;align-items:center;gap:6px;background:#fff;border:1px solid var(--slate-200);color:var(--slate-700);font-size:12px;font-weight:600;padding:8px 14px;border-radius:100px;cursor:pointer;font-family:inherit;text-decoration:none}.match-root .import-btn:hover{border-color:var(--indigo);color:var(--indigo)}.match-root .drop-meta{margin-top:20px;padding-top:16px;border-top:1px solid var(--slate-150);font-size:11px;color:var(--slate-500);display:flex;justify-content:center;gap:16px;flex-wrap:wrap}.match-root .drop-meta span{display:inline-flex;align-items:center;gap:4px}.match-root .drop-meta .icon{color:var(--mint-deep);font-weight:800}.match-root .magic-arrow{position:relative;display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,var(--indigo),var(--violet));box-shadow:0 12px 30px -8px rgba(99,102,241,.5),0 0 0 8px rgba(99,102,241,.06);z-index:10}.match-root .magic-arrow:before{content:"";position:absolute;inset:-4px;border-radius:50%;background:conic-gradient(from 0deg,transparent,rgba(99,102,241,.4),transparent);animation:match-rotate 3s linear infinite;z-index:-1}@keyframes match-rotate{to{transform:rotate(1turn)}}.match-root .magic-arrow svg{color:#fff;width:22px;height:22px}.match-root .magic-label{position:absolute;left:calc(100% + 12px);top:50%;transform:translateY(-50%);white-space:nowrap;background:#fff;border:1px solid var(--slate-200);border-radius:10px;padding:8px 14px;box-shadow:var(--shadow-md);font-size:12px;font-weight:600;color:var(--ink)}.match-root .magic-label .timer{color:var(--mint-deep);font-family:JetBrains Mono,monospace;font-weight:700;margin-left:4px}.match-root .results-panel{background:#fff;border-radius:20px;border:1px solid var(--slate-200);box-shadow:var(--shadow-lg);width:100%;overflow:hidden;animation:match-floatB 6s ease-in-out infinite;animation-delay:1s}@keyframes match-floatB{0%,to{transform:translateY(0)}50%{transform:translateY(4px)}}.match-root .results-header{padding:18px 22px;background:linear-gradient(180deg,#fff,#fdfdfb);border-bottom:1px solid var(--slate-150);display:flex;justify-content:space-between;align-items:center}.match-root .results-header-left{display:flex;align-items:center;gap:10px}.match-root .results-icon{width:34px;height:34px;border-radius:10px;background:var(--mint-soft);color:var(--mint-deep);display:flex;align-items:center;justify-content:center;font-size:18px}.match-root .results-title{font-family:DM Sans,sans-serif;font-size:14px;font-weight:700;color:var(--ink);line-height:1.2}.match-root .results-subtitle{font-size:11px;color:var(--slate-500);font-weight:500;margin-top:2px}.match-root .ats-pill{display:inline-flex;align-items:center;gap:5px;background:var(--mint-soft);border:1px solid var(--mint);color:var(--mint-deep);font-size:11px;font-weight:700;padding:5px 10px;border-radius:100px}.match-root .ats-pill .score{font-family:JetBrains Mono,monospace;font-weight:800}.match-root .results-list{padding:8px}.match-root .result-row{display:flex;align-items:center;gap:14px;padding:14px 16px;border-radius:12px}.match-root .result-row+.result-row{border-top:1px solid var(--slate-150)}.match-root .match-circle{flex-shrink:0;width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;font-family:JetBrains Mono,monospace;font-size:13px;font-weight:800}.match-root .match-circle:before{content:"";position:absolute;inset:0;border-radius:50%;background:conic-gradient(var(--mc-color,var(--mint)) 0 calc(var(--mc-pct,87)*1%),var(--slate-150) calc(var(--mc-pct,87)*1%) 100%)}.match-root .match-circle:after{content:"";position:absolute;inset:4px;background:#fff;border-radius:50%}.match-root .match-circle .pct{position:relative;z-index:1;color:var(--mc-text,var(--mint-deep))}.match-root .match-circle.high{--mc-color:var(--mint);--mc-text:var(--mint-deep)}.match-root .match-circle.med{--mc-color:var(--amber);--mc-text:#b45309}.match-root .result-content{flex:1;min-width:0}.match-root .result-title{font-size:14px;font-weight:700;color:var(--ink);line-height:1.2;margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.match-root .result-meta{font-size:11px;color:var(--slate-500);display:flex;gap:8px;align-items:center;flex-wrap:wrap}.match-root .result-meta .salary{color:var(--mint-deep);font-weight:700;font-family:JetBrains Mono,monospace}.match-root .result-meta .source{color:var(--indigo);font-weight:600}.match-root .result-meta .dot{color:var(--slate-300)}.match-root .result-action{flex-shrink:0;background:var(--ink);color:#fff;padding:8px 12px;border-radius:8px;font-size:11px;font-weight:600;border:none;cursor:pointer;font-family:inherit;display:inline-flex;align-items:center;gap:5px;text-decoration:none}.match-root .result-action:hover{background:var(--indigo-deep)}.match-root .results-footer{padding:14px 22px;background:var(--slate-50);border-top:1px solid var(--slate-150);text-align:center;font-size:13px;color:var(--slate-600);font-weight:500}.match-root .results-footer strong{color:var(--ink);font-weight:700}.match-root .results-footer a{color:var(--indigo-deep);font-weight:600;border-bottom:1px solid var(--indigo-100);margin-left:4px}.match-root .stats-bar{background:var(--ink);color:#fff;padding:48px 0;border-top:1px solid var(--slate-800)}.match-root .stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;text-align:center}.match-root .stat-num{font-family:Playfair Display,serif;font-size:48px;font-weight:600;color:#fff;line-height:1;margin-bottom:8px}.match-root .stat-num .gradient{background:linear-gradient(135deg,var(--indigo-soft),var(--coral));-webkit-background-clip:text;background-clip:text;color:transparent}.match-root .stat-label{font-size:13px;color:rgba(255,255,255,.6);font-weight:500;letter-spacing:.05em;text-transform:uppercase}.match-root section.standard{padding:96px 0}.match-root .section-eyebrow{text-align:center;margin-bottom:16px}.match-root .section-eyebrow .pill{display:inline-flex;align-items:center;gap:8px;padding:8px 18px;border-radius:100px;background:#fff;color:var(--indigo-deep);font-size:12px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;border:1px solid var(--indigo-100);box-shadow:var(--shadow-sm)}.match-root h2.section-title{font-size:48px;text-align:center;color:var(--ink);font-weight:600;margin-bottom:18px;letter-spacing:-.03em;line-height:1.1}.match-root h2.section-title .gradient{background:linear-gradient(135deg,var(--indigo),var(--violet));-webkit-background-clip:text;background-clip:text;color:transparent;font-style:italic;font-weight:500}.match-root .section-subtitle{text-align:center;font-size:18px;color:var(--slate-600);max-width:680px;margin:0 auto 64px;line-height:1.55}.match-root .section-subtitle a{color:var(--indigo-deep);font-weight:600;border-bottom:1px solid var(--indigo-100)}.match-root .how-it-works{background:linear-gradient(180deg,#fff 0,var(--slate-50) 50%,#fff 100%)}.match-root .steps-grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.match-root .step-card{background:#fff;border-radius:20px;padding:32px 24px;border:1px solid var(--slate-150);box-shadow:var(--shadow-md);transition:all .3s}.match-root .step-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-xl);border-color:var(--indigo-100)}.match-root .step-num{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:12px;background:linear-gradient(135deg,var(--indigo),var(--violet));color:#fff;font-family:Playfair Display,serif;font-style:italic;font-size:20px;font-weight:600;margin-bottom:18px;box-shadow:0 8px 16px -4px rgba(99,102,241,.4)}.match-root .step-card h3{font-size:18px;color:var(--ink);font-weight:600;margin-bottom:10px;line-height:1.2}.match-root .step-card p{font-size:13px;color:var(--slate-600);line-height:1.55;margin-bottom:14px}.match-root .step-meta{display:inline-flex;align-items:center;gap:6px;background:var(--mint-soft);color:var(--mint-deep);font-size:11px;font-weight:700;padding:5px 10px;border-radius:100px}.match-root .compare{background:#fff;position:relative;overflow:hidden}.match-root .compare:before{content:"";position:absolute;inset:0;background:radial-gradient(800px 400px at 80% 20%,rgba(99,102,241,.05),transparent),radial-gradient(600px 300px at 10% 80%,rgba(244,114,182,.04),transparent)}.match-root .compare-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;position:relative}.match-root .compare-content h2{font-size:44px;color:var(--ink);font-weight:600;margin-bottom:24px;letter-spacing:-.03em;line-height:1.05}.match-root .compare-content h2 .gradient{background:linear-gradient(135deg,var(--indigo),var(--violet));-webkit-background-clip:text;background-clip:text;color:transparent;font-style:italic;font-weight:500}.match-root .compare-content p{font-size:17px;color:var(--slate-600);line-height:1.6;margin-bottom:18px}.match-root .compare-content p strong{color:var(--ink);font-weight:600}.match-root .compare-table{background:#fff;border-radius:18px;border:1px solid var(--slate-200);overflow:hidden;box-shadow:var(--shadow-lg)}.match-root .compare-row{display:grid;grid-template-columns:1.4fr .7fr .7fr .7fr;align-items:center;padding:14px 18px;border-bottom:1px solid var(--slate-150);font-size:13px}.match-root .compare-row:last-child{border-bottom:none}.match-root .compare-row.header{background:var(--slate-50);padding:12px 18px}.match-root .compare-row.header div{font-size:11px;font-weight:700;color:var(--slate-600);letter-spacing:.05em;text-transform:uppercase}.match-root .compare-row.header .speedcv{color:var(--indigo-deep)}.match-root .compare-feature{color:var(--ink);font-weight:500}.match-root .compare-cell{display:flex;align-items:center;justify-content:center}.match-root .compare-cell .yes{background:var(--mint-soft);color:var(--mint-deep)}.match-root .compare-cell .no,.match-root .compare-cell .yes{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;font-weight:800;font-size:12px}.match-root .compare-cell .no{background:var(--slate-100);color:var(--slate-400)}.match-root .compare-cell .partial{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;background:#fef3c7;color:#b45309;font-weight:800;font-size:12px}.match-root .compare-cell.speedcv-cell{background:linear-gradient(180deg,rgba(99,102,241,.04),rgba(99,102,241,.08))}.match-root .testimonials{background:var(--slate-50)}.match-root .testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.match-root .testimonial-card{background:#fff;border-radius:18px;padding:28px;border:1px solid var(--slate-200);box-shadow:var(--shadow-sm);display:flex;flex-direction:column}.match-root .testimonial-stars{color:var(--amber);font-size:14px;margin-bottom:14px}.match-root .testimonial-quote{font-size:15px;color:var(--slate-700);line-height:1.6;font-style:italic;margin-bottom:20px;flex:1}.match-root .testimonial-author{display:flex;gap:12px;align-items:center;padding-top:18px;border-top:1px solid var(--slate-150)}.match-root .testimonial-avatar{width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,var(--indigo),var(--violet));display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:14px}.match-root .testimonial-author-info strong{display:block;font-size:13px;color:var(--ink);font-weight:700}.match-root .testimonial-author-info span{font-size:12px;color:var(--slate-500)}.match-root .faq-section{background:#fff}.match-root .faq-list{max-width:780px;margin:0 auto;display:flex;flex-direction:column;gap:12px}.match-root .faq-item{background:#fff;border:1px solid var(--slate-200);border-radius:14px;overflow:hidden;transition:all .2s}.match-root .faq-item[open]{border-color:var(--indigo);box-shadow:var(--shadow-md)}.match-root .faq-summary{padding:20px 24px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:16px;list-style:none;font-weight:600;color:var(--ink);font-size:16px}.match-root .faq-summary::-webkit-details-marker{display:none}.match-root .faq-summary:after{content:"+";font-size:24px;color:var(--indigo);font-weight:300}.match-root .faq-item[open] .faq-summary:after{content:"−"}.match-root .faq-content{padding:0 24px 22px;color:var(--slate-600);font-size:15px;line-height:1.6}.match-root .faq-content a{color:var(--indigo-deep);font-weight:500;border-bottom:1px solid var(--indigo-100)}.match-root .footer-cta{background:linear-gradient(135deg,var(--ink) 0,var(--ink-soft) 100%);color:#fff;padding:80px 0;position:relative;overflow:hidden;text-align:center}.match-root .footer-cta:before{content:"";position:absolute;inset:0;background:radial-gradient(800px 400px at 50% 50%,rgba(99,102,241,.15),transparent)}.match-root .footer-cta-inner{position:relative}.match-root .footer-cta h2{font-size:44px;color:#fff;font-weight:600;margin-bottom:18px;letter-spacing:-.03em;line-height:1.1}.match-root .footer-cta h2 .gradient{background:linear-gradient(135deg,var(--indigo-soft),var(--coral));-webkit-background-clip:text;background-clip:text;color:transparent;font-style:italic;font-weight:500}.match-root .footer-cta p{font-size:18px;color:rgba(255,255,255,.7);margin-bottom:32px;max-width:560px;margin-left:auto;margin-right:auto}.match-root .btn-final{background:#fff;color:var(--ink);padding:18px 36px;border-radius:100px;font-size:16px;font-weight:700;border:none;cursor:pointer;display:inline-flex;align-items:center;gap:10px;font-family:inherit;text-decoration:none}.match-root .btn-final:hover{transform:translateY(-2px) scale(1.02)}@media (max-width:980px){.match-root .hero{padding:32px 0 64px}.match-root .hero-grid{grid-template-columns:1fr;gap:48px}.match-root .hero h1{font-size:38px;line-height:1.05}.match-root .hero-subtitle{font-size:16px}.match-root .hero-right{min-height:auto;order:-1}.match-root section.standard{padding:64px 0}.match-root h2.section-title{font-size:28px}.match-root .stats-grid{grid-template-columns:repeat(2,1fr);gap:16px}.match-root .stat-num{font-size:32px}.match-root .steps-grid-4{grid-template-columns:1fr;gap:14px}.match-root .testimonials-grid{grid-template-columns:1fr}.match-root .compare-grid{grid-template-columns:1fr;gap:48px}.match-root .compare-content h2{font-size:28px}.match-root .footer-cta h2{font-size:24px}}.match-root .by-level{background:#fff}.match-root .levels-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.match-root .level-card{background:#fff;border:1px solid var(--slate-200);border-radius:16px;padding:30px 26px;transition:all .25s cubic-bezier(.16,1,.3,1);display:block;position:relative;overflow:hidden}.match-root .level-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px -4px rgba(15,23,42,.1),0 16px 40px -8px rgba(15,23,42,.12);border-color:var(--indigo-100)}.match-root .level-card.featured{background:linear-gradient(135deg,var(--indigo-50),#fff);border-color:var(--indigo-200);position:relative}.match-root .level-card.featured:before{content:"Most popular";position:absolute;top:-1px;right:-1px;background:linear-gradient(135deg,var(--indigo),var(--indigo-deep));color:#fff;font-size:9px;padding:4px 10px;border-radius:0 16px 0 8px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.match-root .level-icon{width:40px;height:40px;border-radius:10px;background:linear-gradient(135deg,var(--indigo-50),var(--indigo-100));color:var(--indigo-deep);display:inline-flex;align-items:center;justify-content:center;margin-bottom:20px;border:1px solid var(--indigo-100);transition:all .25s cubic-bezier(.16,1,.3,1)}.match-root .level-card:hover .level-icon{background:linear-gradient(135deg,var(--indigo),var(--indigo-deep));color:#fff;border-color:transparent}.match-root .level-icon svg{width:18px;height:18px}.match-root .level-card h3{font-family:DM Sans,sans-serif;font-size:18px;font-weight:600;color:var(--ink);margin-bottom:6px;letter-spacing:-.01em}.match-root .level-card p{font-size:13px;color:var(--slate-600);line-height:1.55;margin-bottom:22px;min-height:42px}.match-root .level-stat-row{display:flex;align-items:baseline;gap:6px;padding-top:18px;border-top:1px solid var(--slate-150)}.match-root .level-card.featured .level-stat-row{border-color:var(--indigo-100)}.match-root .level-stat{font-family:JetBrains Mono,monospace;font-size:26px;font-weight:700;line-height:1;background:linear-gradient(135deg,var(--ink),var(--indigo-deep));-webkit-background-clip:text;background-clip:text;color:transparent}.match-root .level-stat-label{font-size:11px;color:var(--slate-500);font-weight:500}.match-root .industries-section{background:linear-gradient(180deg,var(--slate-50) 0,#fff 100%)}.match-root .industries-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.match-root .industry-card{background:#fff;border:1px solid var(--slate-200);border-radius:16px;padding:28px;transition:all .25s cubic-bezier(.16,1,.3,1);display:block;position:relative;overflow:hidden;text-decoration:none}.match-root .industry-card:before{content:"";position:absolute;top:0;left:0;width:3px;height:100%;background:var(--card-color,var(--indigo));transform:scaleY(0);transform-origin:top;transition:transform .25s cubic-bezier(.16,1,.3,1)}.match-root .industry-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px -4px rgba(15,23,42,.1),0 16px 40px -8px rgba(15,23,42,.12);border-color:var(--card-color,var(--indigo))}.match-root .industry-card:hover:before{transform:scaleY(1)}.match-root .industry-icon{width:42px;height:42px;border-radius:11px;background:var(--card-bg,var(--indigo-50));color:var(--card-color,var(--indigo-deep));display:flex;align-items:center;justify-content:center;margin-bottom:18px;border:1px solid var(--card-border,var(--indigo-100));transition:all .25s cubic-bezier(.16,1,.3,1)}.match-root .industry-card:hover .industry-icon{background:var(--card-color,var(--indigo));color:#fff;border-color:transparent;transform:scale(1.05)}.match-root .industry-icon svg{width:18px;height:18px}.match-root .industry-card h3{font-family:DM Sans,sans-serif;font-size:16px;font-weight:600;margin-bottom:8px;color:var(--ink);letter-spacing:-.01em}.match-root .industry-card p{font-size:13px;color:var(--slate-600);line-height:1.55;margin-bottom:18px}.match-root .industry-meta{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:var(--card-color,var(--indigo-deep));font-weight:600}.match-root .industry-meta svg{width:12px;height:12px;transition:transform .15s cubic-bezier(.16,1,.3,1)}.match-root .industry-card:hover .industry-meta svg{transform:translateX(3px)}.match-root .industry-card.tech{--card-color:var(--indigo-deep);--card-bg:var(--indigo-50);--card-border:var(--indigo-100)}.match-root .industry-card.finance{--card-color:#059669;--card-bg:#d1fae5;--card-border:rgba(16,185,129,0.2)}.match-root .industry-card.health{--card-color:#dc2626;--card-bg:#fee2e2;--card-border:rgba(239,68,68,0.2)}.match-root .industry-card.marketing{--card-color:#ea580c;--card-bg:#ffedd5;--card-border:rgba(249,115,22,0.2)}.match-root .industry-card.education{--card-color:#7c3aed;--card-bg:#ede9fe;--card-border:rgba(139,92,246,0.2)}.match-root .industry-card.legal{--card-color:#0891b2;--card-bg:#cffafe;--card-border:rgba(6,182,212,0.2)}.match-root .by-city{background:#fff}.match-root .cities-container{background:linear-gradient(135deg,var(--indigo-50),#fff);border-radius:16px;border:1px solid var(--indigo-100);padding:32px;box-shadow:0 1px 3px rgba(15,23,42,.05),0 1px 2px rgba(15,23,42,.04)}.match-root .cities-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:8px}.match-root .city-card{background:#fff;border:1px solid var(--slate-200);border-radius:8px;padding:13px 14px;transition:all .15s cubic-bezier(.16,1,.3,1);display:flex;justify-content:space-between;align-items:center;cursor:pointer;text-decoration:none}.match-root .city-card:hover{border-color:var(--indigo);background:linear-gradient(135deg,var(--indigo-50),#fff);transform:translateY(-1px);box-shadow:0 1px 2px rgba(15,23,42,.04)}.match-root .city-name{font-size:13px;font-weight:500;color:var(--ink)}.match-root .city-count{font-family:JetBrains Mono,monospace;font-size:11px;color:var(--slate-500);font-weight:600;background:var(--slate-100);padding:2px 6px;border-radius:5px;transition:all .15s cubic-bezier(.16,1,.3,1)}.match-root .city-card:hover .city-count{background:var(--indigo);color:#fff}@media (max-width:980px){.match-root .industries-grid,.match-root .levels-grid{grid-template-columns:1fr 1fr;gap:14px}.match-root .cities-grid{grid-template-columns:1fr 1fr;gap:8px}}.match-root .sample-section{background:#fff}.match-root .sample-tabs{display:flex;justify-content:center;gap:6px;margin-bottom:36px;flex-wrap:wrap;background:var(--slate-50);padding:5px;border-radius:10px;width:fit-content;margin-left:auto;margin-right:auto;border:1px solid var(--slate-150);box-shadow:0 1px 2px rgba(15,23,42,.04)}.match-root .sample-tab{background:transparent;border:none;color:var(--slate-600);padding:9px 16px;border-radius:7px;font-size:13px;font-weight:500;cursor:pointer;font-family:inherit;transition:all .15s cubic-bezier(.16,1,.3,1);display:inline-flex;align-items:center;gap:6px}.match-root .sample-tab.active{background:linear-gradient(135deg,var(--indigo),var(--indigo-deep));color:#fff;font-weight:600;box-shadow:0 4px 12px -2px rgba(99,102,241,.4)}.match-root .sample-tab:hover:not(.active){color:var(--ink)}.match-root .sample-tab svg{width:14px;height:14px}.match-root .sample-display{background:#fff;border-radius:18px;padding:36px;border:1px solid var(--indigo-100);box-shadow:0 2px 8px rgba(15,23,42,.06),0 8px 24px rgba(15,23,42,.06);max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1.2fr;gap:36px;align-items:start;position:relative;overflow:hidden}.match-root .sample-display:before{content:"";position:absolute;top:-100px;right:-100px;width:300px;height:300px;background:radial-gradient(circle,rgba(99,102,241,.08),transparent 60%);pointer-events:none}.match-root .sample-cv-mini{background:linear-gradient(135deg,var(--slate-50),#fff);border-radius:14px;padding:22px;border:1px solid var(--slate-200);position:relative;z-index:1}.match-root .sample-cv-header{display:flex;gap:12px;align-items:center;margin-bottom:16px;padding-bottom:14px;border-bottom:1px solid var(--slate-200)}.match-root .sample-cv-photo{width:46px;height:46px;border-radius:50%;background:linear-gradient(135deg,var(--indigo),var(--indigo-deep));color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;font-family:JetBrains Mono,monospace;box-shadow:0 4px 12px -2px rgba(99,102,241,.3);flex-shrink:0}.match-root .sample-cv-name{font-family:Playfair Display,serif;font-size:17px;font-weight:500;color:var(--ink);line-height:1.2;letter-spacing:-.01em}.match-root .sample-cv-role{font-size:11px;color:var(--slate-500);margin-top:2px}.match-root .sample-cv-stats{display:flex;gap:8px;margin-top:6px;font-size:11px;color:var(--slate-600);flex-wrap:wrap}.match-root .sample-cv-stats strong{color:var(--ink);font-weight:600;font-family:JetBrains Mono,monospace}.match-root .sample-cv-body{font-size:11px;color:var(--slate-600);line-height:1.5;position:relative;z-index:1}.match-root .sample-cv-section-title{font-size:9px;font-weight:700;color:var(--indigo-deep);letter-spacing:.1em;text-transform:uppercase;margin-bottom:6px;margin-top:14px}.match-root .sample-cv-section-title:first-of-type{margin-top:0}.match-root .sample-cv-bullet{margin-bottom:4px;padding-left:12px;position:relative;color:var(--slate-700)}.match-root .sample-cv-bullet:before{content:"\00B7";position:absolute;left:3px;color:var(--indigo);font-weight:700}.match-root .sample-cv-skills{display:flex;flex-wrap:wrap;gap:4px;margin-top:6px}.match-root .sample-cv-skill{font-size:9px;font-weight:600;background:var(--indigo-50);color:var(--indigo-deep);padding:3px 7px;border-radius:5px;border:1px solid var(--indigo-100);font-family:JetBrains Mono,monospace}.match-root .sample-results{display:flex;flex-direction:column;gap:8px;position:relative;z-index:1}.match-root .sample-results-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px;padding-bottom:14px;border-bottom:1px solid var(--slate-200);gap:10px;flex-wrap:wrap}.match-root .sample-results-title{font-family:DM Sans,sans-serif;font-size:13px;font-weight:600;color:var(--ink);display:inline-flex;align-items:center;gap:6px}.match-root .sample-results-title svg{width:13px;height:13px;color:var(--indigo-deep)}.match-root .sample-results-title strong{font-family:JetBrains Mono,monospace;color:var(--mint-deep)}.match-root .sample-ats{display:inline-flex;align-items:center;gap:6px;background:linear-gradient(135deg,var(--mint),var(--mint-deep));color:#fff;font-size:11px;font-weight:700;padding:6px 11px;border-radius:6px;font-family:JetBrains Mono,monospace;box-shadow:0 4px 12px -4px rgba(16,185,129,.4)}.match-root .sample-match{display:flex;align-items:center;gap:12px;padding:12px 14px;background:#fff;border:1px solid var(--slate-200);border-radius:10px;transition:all .15s cubic-bezier(.16,1,.3,1)}.match-root .sample-match:hover{border-color:var(--indigo);transform:translateX(2px);box-shadow:0 1px 2px rgba(15,23,42,.04)}.match-root .sample-match-circle{flex-shrink:0;width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;font-family:JetBrains Mono,monospace;font-size:11px;font-weight:700}.match-root .sample-match-circle:before{content:"";position:absolute;inset:0;border-radius:50%;background:conic-gradient(var(--mc-color,var(--mint)) 0 calc(var(--mc-pct,87)*1%),var(--slate-150) calc(var(--mc-pct,87)*1%) 100%)}.match-root .sample-match-circle:after{content:"";position:absolute;inset:3px;background:#fff;border-radius:50%}.match-root .sample-match-circle .pct{position:relative;z-index:1;color:var(--mc-text,var(--mint-deep))}.match-root .sample-match-circle.high{--mc-color:var(--mint);--mc-text:var(--mint-deep)}.match-root .sample-match-circle.med{--mc-color:#f59e0b;--mc-text:#b45309}.match-root .sample-match-content{flex:1;min-width:0}.match-root .sample-match-title-text{font-size:13px;font-weight:600;color:var(--ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.match-root .sample-match-meta{font-size:11px;color:var(--slate-500);margin-top:2px}.match-root .sample-match-meta .salary{color:var(--mint-deep);font-weight:700;font-family:JetBrains Mono,monospace}.match-root .sample-match-action{flex-shrink:0;background:var(--ink);color:#fff;padding:7px 12px;border-radius:6px;font-size:11px;font-weight:600;border:none;cursor:pointer;font-family:inherit;text-decoration:none;transition:all .15s}.match-root .sample-match-action:hover{background:var(--indigo-deep);transform:translateY(-1px)}@media (max-width:980px){.match-root .sample-display{grid-template-columns:1fr;padding:24px;gap:24px}}.match-root .upload-card{background:#fff;border-radius:16px;border:1px solid var(--slate-200);box-shadow:var(--shadow-lg);overflow:hidden;position:relative;width:100%;max-width:520px;margin:0 auto}.match-root .upload-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,var(--indigo) 0,var(--mint) 100%);z-index:1}.match-root .upload-header{padding:18px 22px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--slate-150);gap:12px;flex-wrap:wrap}.match-root .upload-header-left{display:flex;gap:10px;align-items:center;min-width:0}.match-root .upload-icon-mini{width:34px;height:34px;border-radius:9px;background:linear-gradient(135deg,var(--indigo-50),var(--indigo-100));color:var(--indigo-deep);display:flex;align-items:center;justify-content:center;border:1px solid var(--indigo-100);flex-shrink:0}.match-root .upload-icon-mini svg{width:17px;height:17px}.match-root .upload-header-text h4{font-family:DM Sans,sans-serif;font-size:14px;font-weight:600;color:var(--ink);line-height:1.1;letter-spacing:-.01em;margin:0}.match-root .upload-header-text small{font-size:11px;color:var(--slate-500);font-weight:500;display:block;margin-top:2px}.match-root .live-indicator{display:inline-flex;align-items:center;gap:5px;font-size:10px;color:var(--mint-deep);font-weight:700;background:var(--mint-soft);padding:5px 10px;border-radius:6px;letter-spacing:.04em;text-transform:uppercase;border:1px solid rgba(16,185,129,.2);flex-shrink:0}.match-root .live-indicator .dot{width:5px;height:5px;border-radius:50%;background:var(--mint);flex-shrink:0}.match-root .upload-trust{padding:11px 22px;border-top:1px solid var(--slate-150);font-size:11px;color:var(--slate-500);display:flex;justify-content:center;gap:18px;flex-wrap:wrap;background:#fff}.match-root .upload-trust span{display:inline-flex;align-items:center;gap:4px}.match-root .upload-trust svg{width:12px;height:12px;color:var(--mint-deep);flex-shrink:0}.match-root .upload-card .drop-zone{margin:18px 22px 0;padding:42px 24px;border-radius:14px;text-align:center;cursor:pointer;border:1.5px dashed var(--indigo-200);background:linear-gradient(135deg,var(--indigo-50),#fff);transition:all .2s cubic-bezier(.16,1,.3,1);animation:none;width:auto;box-shadow:none;position:static}.match-root .upload-card .drop-zone.drag-active,.match-root .upload-card .drop-zone:hover{border-color:var(--indigo);border-style:solid;background:linear-gradient(135deg,var(--indigo-100),var(--indigo-50));transform:scale(1.005)}.match-root .upload-card .drop-icon{width:60px;height:60px;border-radius:16px;background:linear-gradient(135deg,var(--indigo),var(--indigo-deep));display:inline-flex;align-items:center;justify-content:center;margin-bottom:18px;color:#fff;box-shadow:0 12px 24px -8px rgba(99,102,241,.4);transition:all .2s cubic-bezier(.16,1,.3,1)}.match-root .upload-card .drop-icon svg{width:28px;height:28px;color:#fff}.match-root .upload-card .drop-zone h3{font-family:DM Sans,sans-serif;font-size:17px;color:var(--ink);font-weight:600;margin-bottom:4px;letter-spacing:-.01em}.match-root .upload-card .drop-zone p{font-size:13px;color:var(--slate-600);margin-bottom:18px}.match-root .upload-card .drop-zone p strong{color:var(--ink);font-weight:600}.match-root .upload-card .drop-cta{background:var(--ink);color:#fff;padding:11px 22px;border-radius:8px;font-size:13px;font-weight:600;border:none;cursor:pointer;font-family:inherit;display:inline-flex;align-items:center;gap:7px;transition:all .15s}.match-root .upload-card .drop-cta:hover{background:var(--indigo-deep);transform:translateY(-1px)}.match-root .upload-card .drop-cta svg{width:14px;height:14px}.match-root .upload-icon-mini-loading{background:linear-gradient(135deg,var(--indigo-50),var(--indigo-100));color:var(--indigo-deep)}.match-root .upload-icon-mini-loading .spin{animation:match-spin 1.2s linear infinite}@keyframes match-spin{to{transform:rotate(1turn)}}.match-root .upload-icon-mini-error{background:#fee2e2;color:#dc2626;border:1px solid rgba(239,68,68,.2)}.match-root .upload-loader{padding:48px 24px;text-align:center}.match-root .loader-spinner{width:48px;height:48px;border:3px solid var(--indigo-100);border-top-color:var(--indigo);border-radius:50%;animation:match-spin 1s linear infinite;margin:0 auto 18px}.match-root .loader-message{font-family:DM Sans,sans-serif;font-size:14px;font-weight:600;color:var(--ink);margin-bottom:6px}.match-root .loader-hint{font-size:12px;color:var(--slate-500)}.match-root .upload-error{padding:36px 24px;text-align:center}.match-root .error-message{font-size:14px;color:#dc2626;font-weight:500;margin-bottom:18px;line-height:1.5}.match-root .drop-zone.drag-active{border-color:var(--indigo);border-style:solid;background:linear-gradient(135deg,var(--indigo-100),var(--indigo-50));transform:scale(1.005)}body.match-results-state .match-root .hero{padding:24px 0 64px}body.match-results-state .match-root .hero-grid{grid-template-columns:1fr;gap:0;padding-top:0}body.match-results-state .match-root .hero-left{display:none}body.match-results-state .match-root .hero-right{min-height:auto;display:block;max-width:none;width:100%;align-items:stretch;justify-content:stretch}body.match-results-state .match-root .matching-stage{max-width:none;align-items:stretch;gap:0}body.match-results-state .match-root .matching-stage>.magic-arrow,body.match-results-state .match-root .matching-stage>.results-panel{display:none}.match-root .match-workspace{display:flex;flex-direction:column;gap:14px;width:100%}.match-root .ws-timeline{display:flex;align-items:center;justify-content:center;gap:14px;flex-wrap:wrap;margin-bottom:18px}.match-root .step-pill{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:6px;font-size:11px;font-weight:600;background:#fff;border:1px solid var(--slate-200);color:var(--slate-600);font-family:DM Sans,sans-serif}.match-root .step-pill.done{background:var(--mint-soft);color:var(--mint-deep);border-color:rgba(16,185,129,.3)}.match-root .step-pill.active{background:linear-gradient(135deg,var(--indigo),var(--indigo-deep));color:#fff;border-color:transparent;box-shadow:0 4px 12px -2px rgba(99,102,241,.4)}.match-root .step-pill svg{width:11px;height:11px}.match-root .step-arrow{color:var(--slate-300);font-size:14px}.match-root .ws-compact-bar{background:#fff;border-radius:14px;border:1px solid var(--slate-200);padding:12px 16px;display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap;position:relative;overflow:hidden;box-shadow:0 1px 3px rgba(15,23,42,.05)}.match-root .ws-compact-bar:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,var(--mint),var(--indigo))}.match-root .ws-compact-bar-left{display:flex;align-items:center;gap:10px;min-width:0;flex:1}.match-root .ws-compact-bar-icon{width:32px;height:32px;border-radius:8px;background:linear-gradient(135deg,var(--mint),var(--mint-deep));color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 10px -2px rgba(16,185,129,.3)}.match-root .ws-compact-bar-icon svg{width:15px;height:15px}.match-root .ws-compact-bar-text{min-width:0}.match-root .ws-compact-bar-text strong{display:block;font-size:13px;color:var(--ink);font-weight:700;font-family:DM Sans,sans-serif}.match-root .ws-compact-bar-text span{font-size:11px;color:var(--slate-500);display:flex;gap:5px;align-items:center;margin-top:2px;flex-wrap:wrap}.match-root .ws-compact-bar-text span code{background:var(--slate-100);padding:1px 6px;border-radius:4px;font-family:JetBrains Mono,monospace;font-size:10px;color:var(--slate-700);max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.match-root .ws-matches-count{color:var(--mint-deep)}.match-root .ws-compact-bar-actions{display:flex;gap:8px}.match-root .ws-compact-bar-btn{display:inline-flex;align-items:center;gap:5px;background:#fff;border:1px solid var(--slate-200);color:var(--slate-700);font-size:12px;font-weight:600;padding:7px 11px;border-radius:7px;cursor:pointer;font-family:inherit;transition:all .15s}.match-root .ws-compact-bar-btn:hover{border-color:var(--indigo);color:var(--indigo)}.match-root .ws-compact-bar-btn svg{width:11px;height:11px}.match-root .ws-grid{display:grid;grid-template-columns:1fr 1.4fr;gap:14px}.match-root .ws-cv-profile{background:#fff;border-radius:14px;border:1px solid var(--slate-200);overflow:hidden;display:flex;flex-direction:column;box-shadow:0 1px 3px rgba(15,23,42,.05)}.match-root .ws-cv-header{padding:18px;display:flex;align-items:flex-start;gap:12px;border-bottom:1px solid var(--slate-150);background:linear-gradient(180deg,#fff,var(--slate-50))}.match-root .ws-cv-avatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,var(--indigo),var(--indigo-deep));color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px;font-family:JetBrains Mono,monospace;box-shadow:0 6px 16px -4px rgba(99,102,241,.4);flex-shrink:0}.match-root .ws-cv-id{flex:1;min-width:0}.match-root .ws-cv-name{font-family:Playfair Display,serif;font-size:17px;font-weight:500;color:var(--ink);line-height:1.2;letter-spacing:-.01em}.match-root .ws-cv-role{font-size:11px;color:var(--slate-500);margin-top:3px}.match-root .ws-cv-detected{display:inline-flex;align-items:center;gap:4px;background:var(--indigo-50);color:var(--indigo-deep);font-size:10px;font-weight:600;padding:3px 8px;border-radius:5px;margin-top:8px;border:1px solid var(--indigo-100)}.match-root .ws-cv-detected svg{width:10px;height:10px}.match-root .ws-cv-stats{display:grid;grid-template-columns:repeat(3,1fr);border-bottom:1px solid var(--slate-150)}.match-root .ws-cv-stat{padding:14px 12px;text-align:center;border-right:1px solid var(--slate-150)}.match-root .ws-cv-stat:last-child{border-right:none}.match-root .ws-cv-stat-num{font-family:JetBrains Mono,monospace;font-size:20px;font-weight:700;color:var(--ink);line-height:1;margin-bottom:3px}.match-root .ws-cv-stat-num.ws-cv-stat-mint{color:var(--mint-deep)}.match-root .ws-cv-stat-num .small{font-size:.55em;color:var(--slate-400);font-weight:600}.match-root .ws-cv-stat-label{font-size:9px;color:var(--slate-500);font-weight:600;letter-spacing:.05em;text-transform:uppercase}.match-root .ws-cv-section{padding:14px 18px;border-bottom:1px solid var(--slate-150)}.match-root .ws-cv-section:last-child{border-bottom:none}.match-root .ws-cv-section-title{font-family:DM Sans,sans-serif;font-size:9px;font-weight:700;color:var(--indigo-deep);letter-spacing:.08em;text-transform:uppercase;margin-bottom:10px;display:flex;align-items:center;gap:5px}.match-root .ws-cv-section-title svg{width:10px;height:10px;color:var(--slate-400)}.match-root .ws-cv-skills{display:flex;flex-wrap:wrap;gap:5px}.match-root .ws-cv-skill{display:inline-flex;align-items:center;font-size:10px;font-weight:600;background:var(--indigo-50);color:var(--indigo-deep);padding:4px 9px;border-radius:5px;border:1px solid var(--indigo-100);font-family:JetBrains Mono,monospace}.match-root .ws-cv-bullets{display:flex;flex-direction:column;gap:8px}.match-root .ws-cv-bullet{display:flex;gap:9px;align-items:flex-start}.match-root .ws-cv-bullet-num{width:18px;height:18px;border-radius:50%;background:var(--indigo-50);color:var(--indigo-deep);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:10px;font-weight:700;font-family:JetBrains Mono,monospace;border:1px solid var(--indigo-100);margin-top:1px}.match-root .ws-cv-bullet-text{flex:1;font-size:11px;color:var(--slate-700);line-height:1.5}.match-root .ws-matches{background:#fff;border-radius:14px;border:1px solid var(--slate-200);overflow:hidden;display:flex;flex-direction:column;box-shadow:0 1px 3px rgba(15,23,42,.05)}.match-root .ws-matches-header{padding:14px 18px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--slate-150);background:linear-gradient(180deg,#fff,var(--slate-50));gap:10px;flex-wrap:wrap}.match-root .ws-matches-header-left{display:flex;align-items:center;gap:9px;min-width:0;flex:1}.match-root .ws-matches-icon{width:32px;height:32px;border-radius:9px;background:linear-gradient(135deg,var(--mint-soft),#fff);color:var(--mint-deep);display:flex;align-items:center;justify-content:center;border:1px solid rgba(16,185,129,.2);flex-shrink:0}.match-root .ws-matches-icon svg{width:14px;height:14px}.match-root .ws-matches-title{min-width:0}.match-root .ws-matches-title strong{display:block;font-family:DM Sans,sans-serif;font-size:13px;color:var(--ink);font-weight:700}.match-root .ws-matches-title small{font-size:10px;color:var(--slate-500);font-weight:500;display:block;margin-top:2px}.match-root .ws-matches-filters{display:flex;gap:5px;align-items:center}.match-root .ws-filter-chip{display:inline-flex;align-items:center;gap:3px;background:#fff;border:1px solid var(--slate-200);color:var(--slate-600);font-size:10px;font-weight:600;padding:5px 9px;border-radius:5px;cursor:pointer;font-family:inherit;transition:all .15s}.match-root .ws-filter-chip.active{background:var(--ink);color:#fff;border-color:var(--ink)}.match-root .ws-filter-chip:hover:not(.active){border-color:var(--indigo);color:var(--indigo)}.match-root .ws-matches-list{padding:6px;flex:1;display:flex;flex-direction:column}.match-root .ws-matches-empty{padding:36px 24px;text-align:center;color:var(--slate-500);font-size:13px}.match-root .ws-match-row{display:flex;align-items:center;gap:11px;padding:10px 12px;border-radius:8px;transition:background .15s;cursor:pointer;text-decoration:none;color:inherit;position:relative}.match-root .ws-match-row:hover{background:var(--slate-50)}.match-root .ws-match-row+.ws-match-row{border-top:1px solid var(--slate-150)}.match-root .ws-match-circle{flex-shrink:0;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;font-family:JetBrains Mono,monospace;font-size:10px;font-weight:700}.match-root .ws-match-circle:before{content:"";position:absolute;inset:0;border-radius:50%;background:conic-gradient(var(--mc-color,var(--mint)) 0 calc(var(--mc-pct,87)*1%),var(--slate-150) calc(var(--mc-pct,87)*1%) 100%)}.match-root .ws-match-circle:after{content:"";position:absolute;inset:3px;background:#fff;border-radius:50%}.match-root .ws-match-circle .pct{position:relative;z-index:1;color:var(--mc-text,var(--mint-deep))}.match-root .ws-match-circle.high{--mc-color:var(--mint);--mc-text:var(--mint-deep)}.match-root .ws-match-circle.med{--mc-color:#f59e0b;--mc-text:#b45309}.match-root .ws-match-content{flex:1;min-width:0}.match-root .ws-match-title{font-size:12px;font-weight:700;color:var(--ink);line-height:1.3;margin-bottom:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.match-root .ws-match-meta{font-size:10px;color:var(--slate-500);display:flex;gap:5px;align-items:center;flex-wrap:wrap}.match-root .ws-match-meta .salary{color:var(--mint-deep);font-weight:700;font-family:JetBrains Mono,monospace}.match-root .ws-match-meta .source{color:var(--indigo);font-weight:600}.match-root .ws-match-meta .dot{color:var(--slate-300)}.match-root .ws-match-skills{display:flex;gap:3px;flex-wrap:wrap;margin-top:5px}.match-root .ws-match-skill{font-size:9px;background:var(--mint-soft);color:var(--mint-deep);padding:2px 6px;border-radius:4px;font-weight:600;font-family:JetBrains Mono,monospace}.match-root .ws-match-action{flex-shrink:0;background:var(--ink);color:#fff;padding:6px 10px;border-radius:6px;font-size:10px;font-weight:700;display:inline-flex;align-items:center;gap:4px;transition:all .15s}.match-root .ws-match-row:hover .ws-match-action{background:var(--indigo-deep)}.match-root .ws-match-action svg{width:9px;height:9px}.match-root .ws-matches-footer{padding:11px 18px;background:linear-gradient(180deg,var(--slate-50),#fff);border-top:1px solid var(--slate-150);text-align:center;font-size:11px;color:var(--slate-600);font-weight:500}.match-root .ws-matches-footer strong{color:var(--ink)}.match-root .ws-matches-footer a{color:var(--indigo-deep);font-weight:600;border-bottom:1px solid var(--indigo-100);margin-left:3px}@media (max-width:980px){.match-root .ws-grid{grid-template-columns:1fr;gap:12px}.match-root .ws-compact-bar,.match-root .ws-matches-header{flex-direction:column;align-items:flex-start}.match-root .ws-timeline{gap:6px;margin-bottom:14px}.match-root .step-pill{font-size:10px;padding:5px 9px}.match-root .step-arrow{font-size:11px}}