:root{--blue:#0756d9;--navy:#061936;--line:#dce4ee;--muted:#63748a;--green:#18864b;--bg:#f4f7fb}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--navy);font:14px Arial,sans-serif}button,input{font:inherit;color:inherit}.screen{width:min(1080px,calc(100% - 28px));min-height:720px;margin:20px auto;background:white;border:1px solid var(--line);border-radius:15px;box-shadow:0 8px 28px #18395d14;padding:26px 34px;position:relative}header{height:45px;border-bottom:1px solid var(--line);display:flex;align-items:flex-start;justify-content:space-between}.logo{display:flex;align-items:center;gap:12px;font-size:11px;font-weight:700}.logo b{font-size:28px;color:var(--blue);font-style:italic}.logo span{color:var(--blue)}header small{color:var(--blue);font-weight:700}.progress{display:flex;align-items:center;max-width:290px;margin:22px 0 38px}.progress span{width:25px;height:25px;border-radius:50%;display:grid;place-items:center;background:#f0f4f8;font-size:11px}.progress span.active,.progress span.done{background:var(--blue);color:white}.progress i{width:34px;height:1px;background:var(--line)}h1{font-size:24px;margin:0 0 8px}h2{margin:0 0 8px}.subtitle{color:var(--muted);margin:0 0 20px}.welcome{text-align:center;padding-top:35px}.welcome h1{font-size:36px;margin-top:12px}.welcome h1 em{font-style:normal;color:var(--blue)}.welcome>p{max-width:470px;line-height:1.7;margin:14px auto 20px;color:var(--muted)}.primary,.secondary{height:46px;border-radius:5px;border:1px solid var(--line);font-weight:700;cursor:pointer}.primary{background:var(--blue);color:white;padding:0 25px;min-width:220px;display:flex;justify-content:center;align-items:center;gap:28px}.primary:hover{background:#0649b8}.secondary{background:white;min-width:110px}.hero-button{margin:0 auto}.proof{display:flex;justify-content:center;gap:70px;margin-top:65px}.proof span{display:grid;grid-template-columns:30px auto;text-align:left;color:var(--blue)}.proof b,.proof small{color:var(--navy);font-size:10px}.proof small{color:var(--muted)}.actions{display:flex;justify-content:space-between;align-items:center;margin-top:28px}.search{height:42px;border:1px solid var(--line);border-radius:6px;display:flex;gap:10px;align-items:center;padding:0 12px;color:var(--muted)}.search input{border:0;outline:0;width:100%}.paddle-select{display:grid;grid-template-columns:300px 1fr;gap:18px;margin-top:16px}.paddle-list{border:1px solid var(--line);border-radius:7px;overflow:hidden}.paddle-list button{width:100%;border:0;border-bottom:1px solid var(--line);background:white;text-align:left;padding:12px;display:flex;gap:12px;align-items:center;cursor:pointer}.paddle-list button.selected{border:2px solid var(--blue);background:#f7faff}.paddle-list small{display:block;color:var(--muted);font-size:10px;margin-top:3px}.mini-paddle{width:18px;height:28px;border-radius:7px;background:#252a2c}.paddle-card{border:1px solid var(--line);border-radius:8px;padding:24px;display:grid;grid-template-columns:1fr 200px}.paddle-card a{color:var(--blue);font-weight:700}.paddle-card dl{display:grid;grid-template-columns:1fr 1fr;font-size:11px;line-height:1.9}.paddle-card dt{color:var(--muted)}.paddle-card dd{margin:0;font-weight:700}.verified{display:inline-block;background:#effaf3;color:var(--green);padding:8px;border-radius:5px;font-size:10px}.paddle-art{width:150px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.face{width:142px;height:175px;border-radius:44% 44% 22% 22%;background:linear-gradient(145deg,#313638,#15191b);border:3px solid #080b0c;position:relative}.neck{width:48px;height:20px;background:#181c1d}.grip{width:42px;height:105px;background:repeating-linear-gradient(#15191a 0 7px,#303638 8px 10px);border-radius:0 0 8px 8px}.tape{position:absolute;background:#ff7d29}.tape-sides{width:6px;height:42px;top:48px;left:1px;box-shadow:132px 0 #ff7d29}.tape-top{width:44px;height:6px;top:1px;left:46px}.tape-corners{width:6px;height:36px;top:18px;left:12px;box-shadow:106px 0 #ff7d29}.tape-throat{width:70px;height:6px;bottom:2px;left:33px}.tape-handle{width:42px;height:8px;bottom:-42px;left:47px;z-index:2}.style-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:20px 0 34px}.style-grid button{min-height:180px;background:white;border:1px solid var(--line);border-radius:7px;padding:20px;display:flex;flex-direction:column;align-items:center;gap:12px;cursor:pointer}.style-grid button.selected,.choice-row button.selected,.weight-choices button.selected{border:2px solid var(--blue);background:#f6f9ff}.style-grid i{font-size:27px}.style-grid small{color:var(--muted);line-height:1.5}.choice-row{display:flex;gap:10px}.choice-row button,.weight-choices button{flex:1;height:46px;border:1px solid var(--line);background:white;border-radius:5px;cursor:pointer}.priority-list{display:grid;gap:8px}.priority-list button{height:56px;border:1px solid var(--line);background:white;border-radius:7px;display:grid;grid-template-columns:35px 1fr 100px;align-items:center;text-align:left;cursor:pointer}.priority-list button>span{width:25px;height:25px;border-radius:50%;background:var(--blue);color:white;display:grid;place-items:center;margin-left:8px}.priority-list small{display:block;color:var(--muted);font-weight:400}.priority-list i{color:var(--blue);font-style:normal}.priority-list button.selected{border:2px solid var(--blue);background:#f7faff}.form-section{margin:25px 0}.form-section h3{margin-bottom:4px}.form-section>p{color:var(--muted);font-size:11px}.weight-choices{display:flex;gap:10px;max-width:650px}.check{display:block;margin:12px 0}.check input{accent-color:var(--blue)}.analysis{text-align:center;max-width:580px;margin:25px auto}.analysis>p{color:var(--muted)}.ring{width:170px;height:170px;margin:28px auto;border-radius:50%;display:grid;place-items:center;background:conic-gradient(var(--blue) 78%,#cfe0fb 0);position:relative}.ring:after{content:"";position:absolute;inset:14px;background:white;border-radius:50%}.ring b{font-size:35px;z-index:1}.analysis ul{list-style:none;text-align:left;padding:0}.analysis li{display:grid;grid-template-columns:28px 1fr;color:var(--green);margin:15px}.analysis li small{grid-column:2;color:var(--muted)}.analysis li.active{color:var(--blue)}.time{background:#f5f7fa;padding:12px;color:var(--muted);margin-top:30px}.center-title{text-align:center}.center-title p{color:var(--muted)}.overview{display:grid;grid-template-columns:1fr 310px;gap:25px;margin:25px 0}.score-card{border:1px solid var(--line);border-radius:8px;text-align:center;padding:18px;display:flex;flex-direction:column;gap:7px}.score-card>b{font-size:38px;color:var(--blue)}.score-card span{color:var(--blue);font-weight:700}.score-card hr{width:100%;border:0;border-top:1px solid var(--line)}.solutions{display:flex;gap:10px}.solutions span{flex:1;border:1px solid var(--line);padding:13px;border-radius:6px;font-size:11px}.solutions b{display:block;margin-bottom:8px}.solutions .selected{border:2px solid var(--blue)}table{border-collapse:collapse;width:100%;margin:20px 0}th,td{border:1px solid var(--line);padding:13px;text-align:left}th{background:#f4f7fb}td.change{color:var(--green);font-weight:700}.tabs{display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--line);margin:20px 0}.tabs>*{padding:12px;text-align:center}.tabs b{background:var(--blue);color:white}.placement{display:grid;grid-template-columns:1fr 200px 1fr;align-items:center;gap:25px;margin:20px auto;max-width:750px}.callout{border:1px solid #9fbeef;border-radius:7px;text-align:center;padding:18px;color:var(--muted)}.callout b{font-size:28px;color:var(--blue);display:block}.tips{display:flex;justify-content:space-around;background:#f7f9fc;border:1px solid var(--line);padding:18px}.tips span{display:flex;flex-direction:column;text-align:center;gap:4px}.tips small{color:var(--muted)}.details-tabs{grid-template-columns:repeat(3,1fr)}.explain{line-height:1.8;max-width:800px;color:#42556c}.checks{list-style:none;padding:0}.checks li{margin:17px 0;color:#304b65}.checks li::first-letter{color:var(--green)}.help{margin-top:50px;background:#f7f9fc;border:1px solid var(--line);padding:22px}.loading{padding:40px;text-align:center}
@media(max-width:760px){.screen{margin:0;width:100%;border-radius:0;padding:20px;min-height:100vh}.paddle-select,.overview{grid-template-columns:1fr}.style-grid{grid-template-columns:1fr}.choice-row,.weight-choices,.proof,.tips{flex-wrap:wrap}.placement{grid-template-columns:1fr}.paddle-card{grid-template-columns:1fr}.progress{margin-bottom:25px}.actions{position:sticky;bottom:0;background:white;padding:12px 0}.primary{min-width:170px}}

/* Premium paddle product asset */
.paddle-art{width:190px;height:290px;margin:0 auto;display:flex;align-items:center;justify-content:center;position:relative}
.paddle-art img{display:block;width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 10px 12px #07152a24)}
.welcome .paddle-art{width:185px;height:285px}
.paddle-card .paddle-art{width:180px;height:275px}
.placement .paddle-art{width:220px;height:335px}
.overview .paddle-art{width:210px;height:320px}
.mini-paddle{width:20px;height:32px;border-radius:0;background:url('/assets/clean-paddle.png') center/contain no-repeat}
.tape-overlay{position:absolute;inset:0;pointer-events:none;filter:drop-shadow(0 1px 2px #7a250080)}
.tape-overlay i{position:absolute;display:block;background:linear-gradient(90deg,#ff5b18,#ff9a3d 48%,#f45d16);border:1px solid #d94d0b;border-radius:999px;box-shadow:0 0 0 2px #fff8,0 0 10px #ff6b2480}
.tape-overlay-top i:first-child{width:23%;height:2.5%;left:38.5%;top:5.2%}.tape-overlay-top i:last-child{display:none}
.tape-overlay-sides i{width:3.5%;height:22%;top:21%}.tape-overlay-sides i:first-child{left:21.2%}.tape-overlay-sides i:last-child{right:21.2%}
.tape-overlay-upper-corners i,.tape-overlay-corners i{width:21%;height:18%;top:4.4%;background:none;box-shadow:none;border:0;border-color:#ff741f;border-style:solid;filter:drop-shadow(0 1px 1px #7a250080)}
.tape-overlay-upper-corners i:first-child,.tape-overlay-corners i:first-child{left:18.5%;border-width:6px 0 0 6px;border-radius:78% 0 0 0}
.tape-overlay-upper-corners i:last-child,.tape-overlay-corners i:last-child{right:18.5%;border-width:6px 6px 0 0;border-radius:0 78% 0 0}
.tape-overlay-corners i{height:23%;top:5.5%}
.tape-overlay-lower-corners i,.tape-overlay-throat i{width:3.5%;height:15%;top:48%}.tape-overlay-lower-corners i:first-child,.tape-overlay-throat i:first-child{left:24%;transform:rotate(-39deg)}.tape-overlay-lower-corners i:last-child,.tape-overlay-throat i:last-child{right:24%;transform:rotate(39deg)}
.tape-overlay-handle i:first-child{width:20%;height:2.8%;left:40%;top:91%}.tape-overlay-handle i:last-child{display:none}

/* Official The Racket Pro brand */
.logo{gap:14px}
.logo img{display:block;width:155px;height:30px;object-fit:contain;background:#03063b;border-radius:2px}
.logo span{padding-left:14px;border-left:1px solid var(--line);letter-spacing:.025em}
@media(max-width:600px){.logo img{width:112px;height:25px}.logo span{font-size:8px;padding-left:8px}.logo{gap:8px}}

/* Storefront navigation remains available throughout the optimizer. */
.store-header{min-height:88px;background:#fff;border-bottom:1px solid #e7e7e7;display:flex;align-items:center;gap:42px;padding:14px max(24px,calc((100% - 1080px)/2));position:relative;z-index:5}
.store-brand{display:block;flex:0 0 auto}
.store-brand img{display:block;width:255px;height:50px;object-fit:contain;background:#03063b}
.store-links{display:flex;align-items:center;justify-content:center;gap:34px;flex:1}
.store-links a,.store-home{color:#282828;text-decoration:none;font-size:15px;white-space:nowrap}
.store-links a:hover,.store-home:hover{text-decoration:underline;text-underline-offset:5px}
.store-home{font-weight:700;color:var(--blue)}
.optimizer-header strong{color:var(--blue);font-size:12px;letter-spacing:.04em}
@media(max-width:900px){.store-header{gap:18px;min-height:72px;padding:10px 16px}.store-brand img{width:190px;height:42px}.store-links{display:none}.store-home{margin-left:auto}}
@media(max-width:480px){.store-brand img{width:150px;height:34px}.store-home{font-size:12px}}

/* Welcome-screen benefit alignment */
.proof span{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;min-width:135px;text-align:center;gap:4px;color:var(--blue)}
.proof b,.proof small{display:block;width:100%;text-align:center}
.proof b{margin-top:3px}

/* Data quality and estimate disclosures */
.data-status{margin-top:12px;padding:9px 10px;border-radius:5px;font-size:10px;line-height:1.4}
.data-status.warning,.estimate-warning{border:1px solid #edc86a;background:#fff8e4;color:#674d08}
.estimate-warning{margin:18px 0;padding:14px 16px;border-radius:7px;line-height:1.45}
.estimate-warning b{display:block;margin-bottom:4px}
.estimate-warning p{margin:0}
.estimate-warning.compact{font-size:12px;padding:11px 14px}
.tape-options{margin-top:14px;padding:14px 16px;border:1px solid var(--line);border-radius:7px;background:#f7f9fc;line-height:1.45}
.tape-options>b{display:block;color:var(--blue);margin-bottom:7px}
.tape-options ul{margin:0 0 8px;padding-left:20px}
.tape-options li{margin:5px 0}
.tape-options small{display:block;color:var(--muted)}
.solutions .tape-options b{margin-bottom:7px}

/* Honest phase-based analysis progress */
.analysis-spinner{width:130px;height:130px;margin:28px auto;display:grid;place-items:center;position:relative}
.analysis-spinner i{position:absolute;inset:0;border:10px solid #d9e6fa;border-top-color:var(--blue);border-radius:50%;animation:analysis-spin 1s linear infinite}
.analysis-spinner b{color:var(--blue);font-size:15px}
.analysis .engine-progress li{color:#9aa7b6;transition:color .2s ease}
.analysis .engine-progress li span{grid-row:1/3;width:22px;height:22px;border-radius:50%;display:grid;place-items:center;background:#edf1f6;color:#7c8a9a}
.analysis .engine-progress li.active{color:var(--blue)}
.analysis .engine-progress li.active span{background:var(--blue);color:white}
.analysis .engine-progress li.done{color:var(--green)}
.analysis .engine-progress li.done span{background:#e4f5e9;color:var(--green)}
@keyframes analysis-spin{to{transform:rotate(360deg)}}
@media(prefers-reduced-motion:reduce){.analysis-spinner i{animation:none}}

/* V1 skill-only setup */
.skill-screen{max-width:850px;margin:55px auto 90px}
.skill-choices{margin-top:28px}
.skill-choices button{height:125px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:16px}
.skill-choices button b{font-size:15px}
.skill-choices button small{color:var(--muted);line-height:1.4}
/* Paddle Advisor vertical slice */
.tool-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.tool-actions .hero-button{width:auto;min-width:270px}.tool-actions .secondary{background:#fff}.advisor-screen{max-width:1120px}.advisor-home{border:0;background:transparent;color:#777;font-weight:700;cursor:pointer}.advisor-title{max-width:780px;margin:38px auto 28px;text-align:center}.advisor-title>span,.current-card>span,.baseline-banner span,.advisor-overall>span{text-transform:uppercase;letter-spacing:.12em;font-size:11px;font-weight:800;color:#417242}.advisor-title h1{margin:10px 0 12px}.advisor-title p{color:#6c716d;line-height:1.6}.advisor-picker{display:grid;grid-template-columns:1.2fr .8fr;gap:22px;margin-top:18px}.current-card{background:#183f2b;color:#fff;border-radius:16px;padding:34px;align-self:start}.current-card span{color:#c8f04b}.current-card h2{font-family:Georgia,serif;font-size:31px;margin:18px 0 6px}.current-card p{color:#bdc9c1}.current-card>b{display:block;color:#c8f04b;font-size:12px;margin-top:35px}.advisor-candidate-list{display:grid;grid-template-columns:1fr 1fr;max-height:none}.advisor-candidate-list button{border:1px solid #ddd}.advisor-candidate-list button:disabled,.actions button:disabled{opacity:.45;cursor:not-allowed}.selection-count{display:flex;justify-content:space-between;gap:20px;background:#edf4e6;border-radius:10px;padding:14px 18px;margin-bottom:14px;font-size:12px}.selection-count span{color:#657064}.results-heading{max-width:900px}.advisor-tabs{display:flex;gap:8px;justify-content:center;margin:0 0 20px}.advisor-tabs button{border:1px solid #d7dad4;background:#fff;border-radius:999px;padding:10px 18px;cursor:pointer}.advisor-tabs button.active{background:#183f2b;color:#fff;border-color:#183f2b}.baseline-banner{display:grid;grid-template-columns:auto 1fr auto auto 1fr;align-items:center;gap:12px;background:#fff;border:1px solid #e0e2dc;border-radius:12px;padding:17px 20px}.baseline-banner i{color:#898f8a;font-size:12px}.advisor-overall{margin:18px 0;background:#183f2b;color:#fff;border-radius:16px;padding:29px}.advisor-overall>span{color:#c8f04b}.advisor-overall h2{font-family:Georgia,serif;font-weight:400;font-size:29px;margin:9px 0}.advisor-overall p{color:#c7d1ca;margin:0;line-height:1.6}.observation-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.observation{background:#fff;border-radius:14px;padding:25px;border-top:5px solid #87a385}.observation>span{float:right;color:#417242;font-weight:800}.observation h3{font-size:17px;max-width:85%;margin:0 0 10px}.observation p{color:#5e6660;line-height:1.55;margin:0 0 22px}.observation small{display:block;border-top:1px solid #e2e4df;padding-top:13px;font-weight:700;color:#39443d}.observation.severity-3{border-top-color:#c8f04b}.observation.severity-2{border-top-color:#417242}
.spec-comparison{background:#fff;border-radius:16px;margin:18px 0;overflow:hidden}.spec-section-heading{padding:25px 28px 18px}.spec-section-heading>span{font-size:10px;letter-spacing:.13em;font-weight:800;color:#417242}.spec-section-heading h2{font-family:Georgia,serif;font-weight:400;font-size:29px;margin:7px 0}.table-scroll{overflow-x:auto}.advisor-table{width:100%;border-collapse:collapse;min-width:720px}.advisor-table th,.advisor-table td{padding:15px 24px;border-top:1px solid #e3e5df;text-align:left;font-size:13px}.advisor-table thead th{background:#f2f4ee;text-transform:uppercase;letter-spacing:.06em;font-size:10px;color:#5d665f}.advisor-table thead small{display:block;text-transform:none;letter-spacing:0;font-size:11px;color:#252d28;margin-top:4px}.advisor-table tbody th{font-weight:600;color:#606862}.advisor-table .difference{background:#edf4e6;color:#183f2b;font-weight:800}.materials .advisor-table{min-width:620px}.materials-note{font-size:11px;line-height:1.55;color:#6b736d;margin:0;padding:16px 28px 24px;border-top:1px solid #e3e5df}
.overview-table td{padding:0}.metric-cell{width:100%;min-height:67px;border:0;background:#fff;padding:10px 15px;cursor:pointer;text-align:center}.metric-cell:hover,.metric-cell:focus-visible{background:#eef4ff;outline:2px solid var(--blue);outline-offset:-2px}.metric-cell b,.metric-cell small{display:block}.metric-cell b{color:#607063}.metric-cell small{margin-top:5px;color:#657188}.metric-cell.severity-1 b,.metric-cell.severity-2 b,.metric-cell.severity-3 b{color:#c62f2f}.metric-cell.severity-0 b{color:#238044}.metric-dialog{width:min(520px,calc(100% - 28px));border:0;border-radius:16px;padding:34px;box-shadow:0 28px 90px #06193655}.metric-dialog::backdrop{background:#06193699}.dialog-close{position:absolute;right:18px;top:14px;border:0;background:transparent;font-size:30px;cursor:pointer}.dialog-kicker{font-size:10px;letter-spacing:.14em;font-weight:800;color:var(--blue)}.metric-dialog h2{font-family:Georgia,serif;font-size:36px;margin:10px 0 22px}.dialog-values p{margin:8px 0}.dialog-values strong{display:block;font-size:24px;color:#c62f2f;margin:20px 0}.interpretation-callout{background:#fff1f0;border:1px solid #efcfcb;border-radius:10px;padding:20px;margin:18px 0}.interpretation-callout h3{font-size:14px;margin:0 0 8px}.interpretation-callout p{line-height:1.55;margin:0}.metric-dialog>small{color:#68746c}.dialog-done{width:100%;margin-top:25px}
.comparison-hint{display:flex;align-items:center;gap:14px;background:#eaf2ff;border:1px solid #c9dcfb;border-radius:10px;padding:15px 18px;margin:0 0 18px}.comparison-hint>span{width:27px;height:27px;border-radius:50%;display:grid;place-items:center;background:var(--blue);color:#fff;font-weight:800;font-family:Georgia,serif}.comparison-hint strong{display:block;color:var(--navy)}.comparison-hint p{margin:3px 0 0;color:#50657f;font-size:12px;line-height:1.45}
.advisor-screen .current-card,.advisor-screen .advisor-overall{background:var(--navy)}.advisor-screen .advisor-title>span,.advisor-screen .baseline-banner span,.advisor-screen .spec-section-heading>span{color:var(--blue)}.advisor-screen .current-card span,.advisor-screen .current-card>b,.advisor-screen .advisor-overall>span{color:#8bb7ff}.advisor-screen .advisor-tabs button.active{background:var(--navy);border-color:var(--navy)}.advisor-screen .observation{border-top-color:#8bb7ff}.advisor-screen .observation.severity-2,.advisor-screen .observation.severity-3{border-top-color:var(--blue)}
.overall-paddle{border-bottom:1px solid #ffffff2b;padding-bottom:18px;margin-bottom:20px}.overall-paddle span,.overall-paddle strong,.overall-paddle small{display:block}.overall-paddle span{color:#8bb7ff;font-size:10px;letter-spacing:.14em;font-weight:800}.overall-paddle strong{font-family:Georgia,serif;font-size:34px;font-weight:400;margin-top:7px}.overall-paddle small{color:#b9c8dc;margin-top:5px}
.selected-paddles{border:1px solid var(--line);border-radius:10px;margin:0 0 18px;background:#f9fbfe;overflow:hidden}.selected-heading{display:flex;align-items:center;justify-content:space-between;padding:14px 17px;border-bottom:1px solid var(--line)}.selected-heading h2{font-size:14px;margin:0}.selected-heading h2 span{font-weight:400;color:var(--muted)}.selected-heading button{border:0;background:transparent;color:var(--blue);font-weight:700;cursor:pointer}.selected-list>div{display:grid;grid-template-columns:30px 1fr 34px;align-items:center;gap:12px;padding:11px 16px;border-bottom:1px solid var(--line)}.selected-list>div:last-child{border-bottom:0}.selected-list p{margin:0}.selected-list p b,.selected-list p small{display:block}.selected-list p small{color:var(--muted);font-size:11px;margin-top:3px}.selected-list button{border:0;background:transparent;font-size:24px;color:#526276;cursor:pointer;border-radius:50%}.selected-list button:hover,.selected-list button:focus-visible{background:#e7eef8;color:var(--blue)}.selected-empty{margin:0;padding:18px;color:var(--muted);font-size:12px}
@media(max-width:700px){.advisor-picker,.observation-grid,.advisor-candidate-list{grid-template-columns:1fr}.baseline-banner{grid-template-columns:1fr}.baseline-banner i{display:none}.selection-count{flex-direction:column}.tool-actions .hero-button{min-width:100%}}

/* Distinct product identities */
.tool-welcome{padding-top:24px}.welcome-kicker{font-size:10px;letter-spacing:.2em;font-weight:800;color:#66758b}.tool-welcome h1{margin-top:10px;color:var(--navy)}.tool-choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;max-width:820px;margin:36px auto 0;text-align:left}.tool-choice{min-height:300px;border-radius:18px;padding:32px;display:flex;flex-direction:column;align-items:flex-start}.tool-choice>span{font-size:10px;letter-spacing:.14em;font-weight:800}.tool-choice h2{font-family:Georgia,serif;font-size:34px;font-weight:400;margin:12px 0}.tool-choice p{line-height:1.6;flex:1}.tool-choice button{height:48px;border-radius:7px;padding:0 20px;border:0;font-weight:800;cursor:pointer;width:100%;display:flex;justify-content:space-between;align-items:center}.advisor-choice{background:#2b5682;color:#fff}.advisor-choice>span{color:#ffc34d}.advisor-choice p{color:#d9e6f2}.advisor-launch{background:#f06a32;color:#fff}.advisor-launch:hover{background:#ff7b42}.optimizer-choice{background:#eaf2ff;border:1px solid #c9dcfb}.optimizer-choice>span{color:var(--blue)}.optimizer-choice p{color:#536982}.optimizer-launch{background:var(--blue);color:#fff}.shared-data-note{font-size:11px;color:#718094;margin-top:22px}
.advisor-screen{--advisor-ink:#2b5682;--advisor-accent:#f06a32;--advisor-mint:#e5eef7;--advisor-sand:#f5f1ea;background:var(--advisor-sand);border-color:#ded3c4;box-shadow:0 12px 36px #274b6c1c}.advisor-screen .optimizer-header{border-bottom-color:#d8cdbd}.advisor-screen .optimizer-header strong{color:var(--advisor-ink);letter-spacing:.08em}.advisor-screen .optimizer-header small,.advisor-screen .advisor-title>span,.advisor-screen .baseline-banner span,.advisor-screen .spec-section-heading>span{color:var(--advisor-accent)}.advisor-screen .progress span.active,.advisor-screen .progress span.done{background:var(--advisor-ink)}.advisor-screen .progress i{background:#cabfae}.advisor-screen .primary{background:var(--advisor-ink)}.advisor-screen .primary:hover{background:#23466a}.advisor-screen .search,.advisor-screen .paddle-list,.advisor-screen .selected-paddles{background:#fff;border-color:#d8cdbd}.advisor-screen .paddle-list button.selected{border-color:var(--advisor-accent);background:#fff3ef}.advisor-screen .current-card,.advisor-screen .advisor-overall{background:var(--advisor-ink)}.advisor-screen .current-card span,.advisor-screen .current-card>b,.advisor-screen .advisor-overall>span,.advisor-screen .overall-paddle span{color:#ffc34d}.advisor-screen .observation{border-top-color:#9ebbd5}.advisor-screen .observation.severity-2,.advisor-screen .observation.severity-3{border-top-color:var(--advisor-accent)}.advisor-screen .comparison-hint{background:var(--advisor-mint);border-color:#c6d7e8}.advisor-screen .comparison-hint>span{background:var(--advisor-ink)}.advisor-screen .comparison-hint p{color:#4d6680}.advisor-screen .selected-heading button{color:var(--advisor-accent)}
.paddle-switcher{background:#fff;border:2px solid var(--advisor-accent);border-radius:14px;padding:18px;margin:0 0 20px;box-shadow:0 8px 22px #683e2920}.paddle-switcher>div:first-child{display:flex;justify-content:space-between;align-items:center;margin-bottom:13px}.paddle-switcher>div:first-child span{font-size:11px;letter-spacing:.13em;font-weight:900;color:var(--advisor-ink)}.paddle-switcher>div:first-child small{color:#746d63}.paddle-switcher .advisor-tabs{margin:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.paddle-switcher .advisor-tabs button{border:1px solid #d8cdbd;border-radius:9px;padding:13px;text-align:left;background:#fbf8f3;display:flex;flex-direction:column;align-items:flex-start;min-height:84px}.paddle-switcher .advisor-tabs button>span{font-size:9px;letter-spacing:.09em;font-weight:900;color:var(--advisor-accent);margin-bottom:7px}.paddle-switcher .advisor-tabs button>b{font-size:13px;line-height:1.25}.paddle-switcher .advisor-tabs button>small{font-size:10px;color:#766f65;margin-top:4px}.paddle-switcher .advisor-tabs button.active{background:var(--advisor-ink);border-color:var(--advisor-ink);color:#fff;box-shadow:0 5px 14px #2b56823d}.paddle-switcher .advisor-tabs button.active>span{color:#ffc34d}.paddle-switcher .advisor-tabs button.active>small{color:#d9e6f2}
@media(max-width:700px){.tool-choice-grid{grid-template-columns:1fr}.paddle-switcher>div:first-child{align-items:flex-start;flex-direction:column;gap:5px}.paddle-switcher .advisor-tabs{grid-template-columns:1fr}}
.advisor-welcome{text-align:center;padding:72px 28px 55px}.advisor-welcome .welcome-kicker{color:var(--advisor-accent)}.advisor-welcome h1{font-family:Georgia,serif;font-size:clamp(44px,6vw,72px);font-weight:400;line-height:1.02;letter-spacing:-.035em;max-width:900px;margin:18px auto;color:var(--advisor-ink)}.advisor-welcome>p{max-width:690px;margin:0 auto;color:#66717a;font-size:17px;line-height:1.65}.advisor-welcome-actions{display:flex;justify-content:center;margin:34px 0 55px}.advisor-welcome-actions .primary{width:auto;min-width:280px}.advisor-value-grid{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;align-items:center;gap:20px;background:#fff;border:1px solid #ded3c4;border-radius:14px;padding:24px;max-width:900px;margin:auto;text-align:left}.advisor-value-grid span{display:flex;flex-direction:column;gap:6px}.advisor-value-grid b{font-size:11px;letter-spacing:.08em;color:var(--advisor-ink)}.advisor-value-grid small{color:#737b82}.advisor-value-grid i{font-style:normal;color:var(--advisor-accent);font-size:25px}.optimizer-welcome .welcome-kicker{display:block;margin-top:18px;color:var(--blue)}
@media(max-width:700px){.advisor-welcome{padding:45px 5px}.advisor-welcome h1{font-size:43px}.advisor-value-grid{grid-template-columns:1fr;text-align:center}.advisor-value-grid i{transform:rotate(90deg)}}

/* Lighter Racket Pro navy */
.advisor-choice{background:#3d6f9f}.advisor-choice p{color:#e4edf6}.advisor-screen{--advisor-ink:#3d6f9f;box-shadow:0 12px 36px #315d861c}.advisor-screen .primary:hover{background:#315d86}.paddle-switcher .advisor-tabs button.active{box-shadow:0 5px 14px #3d6f9f42}.paddle-switcher .advisor-tabs button.active>small{color:#e4edf6}

/* Manual-or-suggested comparison path */
.comparison-paths{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin:0 0 26px}.comparison-path{display:flex;flex-direction:column;min-height:245px;padding:27px;border:1px solid #d8cdbd;border-radius:15px;background:#fff;box-shadow:0 8px 22px #315d8612}.comparison-path>span{font-size:10px;letter-spacing:.13em;font-weight:900;color:var(--advisor-accent)}.comparison-path h2{margin:12px 0 8px;font-family:Georgia,serif;font-size:25px;font-weight:400;color:var(--advisor-ink)}.comparison-path p{flex:1;margin:0 0 22px;color:#65717c;line-height:1.55}.comparison-path button{min-height:48px;border:0;border-radius:6px;padding:0 18px;display:flex;align-items:center;justify-content:space-between;background:var(--advisor-ink);color:#fff;font-weight:800;cursor:pointer}.comparison-path button:hover{background:#315d86}.comparison-path button:disabled{opacity:.65;cursor:wait}.suggested-path{border:2px solid var(--advisor-accent);background:#fff8f4}.suggested-path button{background:var(--advisor-accent)}.suggested-path button:hover{background:#db5823}.suggested-path small{display:block;min-height:16px;margin-top:9px;color:#a33b1c}.manual-divider{display:flex;align-items:center;gap:16px;margin:7px 0 20px;color:#79746c;font-size:10px;letter-spacing:.13em;font-weight:900}.manual-divider:before,.manual-divider:after{content:"";height:1px;flex:1;background:#d8cdbd}.suggested-results-note{display:flex;align-items:center;gap:16px;margin:0 0 18px;padding:15px 18px;border:1px solid #c6d7e8;border-radius:10px;background:var(--advisor-mint)}.suggested-results-note b{color:var(--advisor-ink);white-space:nowrap}.suggested-results-note span{color:#4d6680;font-size:12px;line-height:1.45}
@media(max-width:700px){.comparison-paths{grid-template-columns:1fr}.comparison-path{min-height:0}.suggested-results-note{align-items:flex-start;flex-direction:column;gap:5px}.suggested-results-note b{white-space:normal}}
.comparison-path:not(.suggested-path)::after{content:"";display:block;min-height:16px;margin-top:9px}

/* Prominent Advisor welcome label */
.advisor-welcome .welcome-kicker{display:block;font-size:16px;font-weight:900;letter-spacing:.16em;line-height:1.3}

/* Compact Advisor step header */
.advisor-screen .optimizer-header{height:38px}
.advisor-screen .progress{margin:14px 0 16px}
.advisor-screen .advisor-title{margin:16px auto 22px}
@media(max-width:760px){.advisor-screen .progress{margin:12px 0 14px}.advisor-screen .advisor-title{margin:14px auto 20px}}

/* Make multi-paddle navigation and interactive cells unmistakable */
.paddle-switcher{border-width:3px;padding:20px}.paddle-switcher>div:first-child{align-items:flex-start}.paddle-switcher>div:first-child span{font-size:18px;letter-spacing:.04em}.paddle-switcher>div:first-child small{font-size:13px;font-weight:700;color:#4d6680}.paddle-switcher .advisor-tabs button{position:relative;min-height:96px;border-width:2px;transition:transform .15s ease,box-shadow .15s ease}.paddle-switcher .advisor-tabs button:not(.active):hover,.paddle-switcher .advisor-tabs button:not(.active):focus-visible{transform:translateY(-2px);border-color:var(--advisor-accent);box-shadow:0 6px 16px #315d8624}.paddle-switcher .advisor-tabs button:not(.active)>span::after{content:" — CLICK TO SWITCH"}
.comparison-hint{border-width:2px;padding:18px 20px;box-shadow:0 6px 16px #315d8617}.comparison-hint>span{width:34px;height:34px;font-size:17px;flex:0 0 auto}.comparison-hint strong{font-size:16px}.comparison-hint p{font-size:13px;font-weight:600}
.metric-cell{position:relative;overflow:visible}.metric-cell::after{content:"Click for explanation";position:absolute;left:50%;top:50%;z-index:4;transform:translate(-50%,-42%);width:max-content;max-width:calc(100% - 10px);padding:8px 10px;border-radius:6px;background:var(--advisor-ink);color:#fff;font-size:11px;font-weight:800;line-height:1.2;box-shadow:0 5px 14px #17344f4d;opacity:0;pointer-events:none;transition:opacity .12s ease,transform .12s ease}.metric-cell:hover::after,.metric-cell:focus-visible::after{opacity:1;transform:translate(-50%,-50%)}
@media(max-width:700px){.paddle-switcher>div:first-child span{font-size:16px}.paddle-switcher .advisor-tabs button:not(.active)>span::after{content:" — TAP TO SWITCH"}.metric-cell::after{content:"Tap for explanation"}}

/* Screen 3 keeps navy only on the currently viewed paddle tab */
.advisor-screen .advisor-overall{background:#fff;color:var(--advisor-ink);border:1px solid #d8cdbd;box-shadow:0 7px 18px #315d8610}
.advisor-screen .advisor-overall>span,.advisor-screen .overall-paddle span{color:var(--advisor-accent)}
.advisor-screen .advisor-overall h2{color:var(--advisor-ink)}
.advisor-screen .advisor-overall p{color:#566777}
.advisor-screen .overall-paddle{border-bottom-color:#d8cdbd}
.advisor-screen .overall-paddle strong{color:var(--advisor-ink)}
.advisor-screen .overall-paddle small{color:#6d7780}
.advisor-screen .release-year{display:block;margin-top:3px;font-weight:800;color:#6d7780}
.advisor-screen .advisor-tabs button.active .release-year{color:#fff;opacity:.9}
.baseline-banner small{font-size:11px;font-weight:800;color:#52687b}

/* Keep each Screen 3 paddle name and release year together */
.advisor-screen .baseline-banner{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);gap:24px;padding:20px 24px}
.advisor-screen .baseline-paddle{display:grid;grid-template-columns:1fr;gap:5px;min-width:0}
.advisor-screen .baseline-paddle b{font-size:18px;line-height:1.25}
.advisor-screen .baseline-paddle small{display:block;font-size:14px;line-height:1.3;font-weight:800;color:#52687b}
.advisor-screen .baseline-banner i{font-size:13px;white-space:nowrap}
.advisor-screen .release-year{font-size:13px!important;line-height:1.3;color:#52687b}
@media(max-width:700px){.advisor-screen .baseline-banner{grid-template-columns:1fr;gap:12px}.advisor-screen .baseline-banner i{display:block}}
