.site-matcher{padding:32px 0 56px}.matcher-shell{width:min(1200px,calc(100% - 48px));margin:0 auto}.matcher-intro{max-width:820px;margin:0 auto 24px;text-align:left}.matcher-eyebrow{display:inline-flex;align-items:center;gap:8px;color:hsl(var(--primary));font-size:11px;font-weight:700;letter-spacing:.09em;text-transform:uppercase}.matcher-intro h1{margin:12px 0 10px;font-size:clamp(42px,5vw,56px);line-height:1.05;letter-spacing:-.055em;font-weight:750}.matcher-intro p{max-width:580px;color:hsl(var(--muted-foreground));font-size:16px;line-height:1.7}.matcher-panel{max-width:820px;margin:0 auto;padding:28px;border:1px solid hsl(var(--border));border-radius:20px;background:hsl(var(--card))}.matcher-progress{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:0 0 24px;padding:0;list-style:none}.matcher-progress li{display:grid;gap:11px;min-width:0;color:hsl(var(--muted-foreground));font-size:12px}.matcher-progress li:before{content:"";height:3px;border-radius:6px;background:hsl(var(--border))}.matcher-progress li[aria-current=step],.matcher-progress li[data-complete]{color:hsl(var(--foreground));font-weight:650}.matcher-progress li[aria-current=step]:before,.matcher-progress li[data-complete]:before{background:hsl(var(--primary))}.matcher-panel-heading{margin-bottom:20px}.matcher-step-label{color:hsl(var(--muted-foreground));font-size:11px}.site-matcher h2{font-size:clamp(23px,3vw,30px);letter-spacing:-.03em;line-height:1.2;font-weight:700;margin:8px 0 12px}.site-matcher h2:focus{outline:none}.matcher-panel-heading>p{color:hsl(var(--muted-foreground));font-size:14px;line-height:1.65}.matcher-fields{display:flex;flex-direction:column;gap:12px}.matcher-fields>p{color:hsl(var(--muted-foreground));line-height:1.65}.matcher-fields>label{margin-top:5px;font-size:14px;font-weight:600}.matcher-fields>label>span{color:hsl(var(--muted-foreground));font-weight:400}.matcher-fields>input,.matcher-fields>select{width:100%;min-width:0;min-height:48px;border:1px solid hsl(var(--border));border-radius:10px;background:hsl(var(--background));color:hsl(var(--foreground));padding:11px 13px;font-size:16px}.matcher-fields>input:focus-visible,.matcher-fields>select:focus-visible,.site-matcher a:focus-visible,.site-matcher button:focus-visible{outline:2px solid hsl(var(--primary));outline-offset:3px}.matcher-fields .matcher-note{font-size:12px;line-height:1.7}.matcher-interest-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));min-width:0;gap:12px;margin-bottom:6px}.matcher-choice{display:grid;grid-template-columns:40px minmax(0,1fr) 18px;align-items:start;gap:13px;padding:14px 16px;min-width:0;min-height:100px;border:1px solid hsl(var(--border));border-radius:12px;background:hsl(var(--background)/.35);cursor:pointer;transition:border-color .14s ease,background .14s ease}.matcher-choice:hover{border-color:hsl(var(--primary)/.4)}.matcher-choice[data-selected]{background:hsl(var(--primary)/.065);border-color:hsl(var(--primary)/.65)}.matcher-choice:focus-within{outline:2px solid hsl(var(--primary));outline-offset:3px}.matcher-choice input{width:18px;height:18px;margin-top:11px;accent-color:hsl(var(--primary))}.matcher-choice-icon{display:grid;place-items:center;width:40px;height:40px;border:1px solid hsl(var(--border));background:hsl(var(--secondary)/.7);border-radius:10px;color:hsl(var(--muted-foreground))}.matcher-choice[data-selected] .matcher-choice-icon{color:hsl(var(--primary));background:hsl(var(--primary)/.1);border-color:hsl(var(--primary)/.2)}.matcher-choice-content{display:grid;min-width:0;gap:5px;padding-top:1px}.matcher-choice-content strong{font-size:15px;font-weight:650;line-height:1.4}.matcher-choice-content>span{color:hsl(var(--muted-foreground));font-size:12px;line-height:1.55}.matcher-choice-content small{color:hsl(var(--muted-foreground));font-size:11px;line-height:1.4}.matcher-actions,.matcher-results-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;margin-top:20px}.matcher-primary,.matcher-secondary{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:46px;padding:11px 17px;border-radius:10px;font-size:14px;font-weight:650;text-align:center;text-decoration:none;transition:background .14s ease,border-color .14s ease}.matcher-primary{background:hsl(var(--primary));color:hsl(var(--primary-foreground));border:1px solid transparent}.matcher-primary:hover{background:hsl(var(--primary)/.85)}.matcher-secondary{color:hsl(var(--foreground));border:1px solid hsl(var(--border));background:hsl(var(--background))}.matcher-secondary:hover{border-color:hsl(var(--primary)/.5);background:hsl(var(--secondary))}.matcher-results-heading{display:flex;align-items:center;justify-content:space-between;gap:16px}.matcher-results-heading h2{margin-bottom:12px}.matcher-summary{display:flex;flex-wrap:wrap;gap:7px;margin:8px 0 20px}.matcher-summary>span{border:1px solid hsl(var(--border));border-radius:100px;padding:6px 12px;color:hsl(var(--muted-foreground));font-size:12px;overflow-wrap:anywhere}.matcher-availability{display:flex;align-items:flex-start;gap:13px;background:hsl(var(--secondary)/.5);border:1px solid hsl(var(--border));padding:18px;border-radius:14px;margin-bottom:18px}.matcher-availability>svg{flex-shrink:0;color:hsl(var(--primary));margin-top:2px}.matcher-availability h3{font-size:15px;font-weight:650;margin-bottom:6px;overflow-wrap:anywhere}.matcher-availability p{font-size:13px;line-height:1.65;color:hsl(var(--muted-foreground))}.matcher-availability button{display:inline-flex;align-items:center;min-height:44px;color:hsl(var(--primary));font-size:13px;text-decoration:underline;text-underline-offset:3px}.matcher-order{font-size:13px;line-height:1.6;color:hsl(var(--muted-foreground));margin:18px 0}.matcher-order a{color:hsl(var(--foreground));text-decoration:underline;text-underline-offset:3px}.matcher-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.matcher-result{min-width:0;display:flex;flex-direction:column}.matcher-reasons{padding:16px 18px;border:1px solid hsl(var(--primary)/.25);border-radius:14px 14px 0 0;background:hsl(var(--primary)/.05)}.matcher-reasons>span{display:flex;align-items:center;gap:7px;font-size:12px;font-weight:650;margin-bottom:10px}.matcher-reasons ul{display:grid;gap:6px;padding:0;list-style:none}.matcher-reasons li{display:flex;align-items:flex-start;gap:7px;font-size:12px;line-height:1.5;color:hsl(var(--muted-foreground))}.matcher-reasons li svg{flex-shrink:0;margin-top:2px;color:hsl(var(--primary))}.matcher-result .offer-card{border-top-left-radius:0;border-top-right-radius:0;flex:1}.matcher-results-actions{justify-content:center}.matcher-empty{padding:28px;text-align:center;border:1px solid hsl(var(--border));border-radius:16px}.matcher-empty p{max-width:520px;margin:0 auto 20px;color:hsl(var(--muted-foreground));line-height:1.7}.matcher-empty>a,.matcher-empty>button{margin:4px}.matcher-footer-note{text-align:center;color:hsl(var(--muted-foreground));font-size:12px;line-height:1.7;margin-top:26px}@media (max-width:1023px){.matcher-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.site-matcher{padding:28px 0 40px}.matcher-shell{width:calc(100% - 32px)}.matcher-intro{margin-bottom:24px}.matcher-intro p{font-size:14px}.matcher-progress{gap:8px;margin-bottom:22px}.matcher-progress li{font-size:11px;gap:9px}.matcher-panel{padding:20px 16px;border-radius:16px}.matcher-panel-heading{margin-bottom:20px}.matcher-interest-options{grid-template-columns:minmax(0,1fr);gap:10px}.matcher-choice{min-height:96px;padding:13px;gap:11px}.matcher-fields>p{font-size:14px}.matcher-grid{grid-template-columns:minmax(0,1fr);gap:24px}.matcher-results-heading{align-items:flex-start;flex-direction:column;gap:4px}.matcher-results-heading .matcher-secondary{margin-bottom:12px}.matcher-availability{padding:15px}.matcher-actions{gap:8px}.matcher-actions>*{flex:1;padding:10px 8px;font-size:13px}.matcher-results-actions>*{width:100%}}@media (prefers-reduced-motion:reduce){.matcher-choice,.matcher-primary,.matcher-secondary{transition:none}}.site-matcher h2{scroll-margin-top:96px}.matcher-match-count{border-radius:9px;padding:12px;background:hsl(var(--primary)/.08);font-size:14px;color:hsl(var(--foreground))!important}.matcher-availability>div{min-width:0}.matcher-compare-choice{display:flex;align-items:center;gap:10px;min-height:44px;cursor:pointer;font-size:13px}.matcher-compare-choice:has(input:disabled){color:hsl(var(--muted-foreground));cursor:default}.matcher-compare-choice input{width:18px;height:18px;accent-color:hsl(var(--primary));flex-shrink:0}.matcher-show-all{display:flex;margin:24px auto 0}.matcher-selection-note{text-align:center;font-size:12px;line-height:1.6;color:hsl(var(--muted-foreground));margin-top:12px}