@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap");*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--green-900:#085041;--green-700:#0f6e56;--green-600:#16875f;--green-500:#1d9e75;--green-400:#2ebd8e;--green-300:#5dcaa5;--green-100:#e1f5ee;--green-50:#f0faf6;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-150:#eceef1;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--gray-900:#111827;--black:#0a0a0a;--radius-sm:10px;--radius-md:14px;--radius-lg:18px;--shadow-sm:0 1px 3px rgba(0,0,0,.06),0 1px 2px rgba(0,0,0,.04);--shadow-md:0 4px 12px rgba(0,0,0,.08),0 2px 4px rgba(0,0,0,.05);--font:"Plus Jakarta Sans",-apple-system,BlinkMacSystemFont,sans-serif}html{font-size:16px}body{font-family:var(--font);background:var(--gray-50);color:var(--gray-900);line-height:1.6;min-height:100vh;-webkit-font-smoothing:antialiased}.site-header{background:var(--black);padding:0 1.75rem;justify-content:space-between;height:60px;position:-webkit-sticky;position:sticky;top:0;z-index:100;flex-shrink:0}.logo,.site-header{display:flex;align-items:center}.logo{gap:11px;text-decoration:none}.logo-text{font-size:17px;font-weight:800;color:#fff;letter-spacing:-.3px}.header-tag{font-size:11px;font-weight:500;color:var(--gray-500);letter-spacing:.02em}.page-main{max-width:620px;margin:0 auto;padding:2.75rem 1.5rem 5rem}.advisor{width:100%}.advisor-head{margin-bottom:2.25rem}.advisor-title{font-size:26px;font-weight:800;color:var(--gray-900);letter-spacing:-.5px;margin-bottom:5px;line-height:1.2}.advisor-sub{font-size:14px;color:var(--gray-400);font-weight:400}.progress{display:flex;gap:5px;margin-bottom:2.25rem}.progress-dot{height:4px;flex:1 1;border-radius:4px;background:var(--gray-200);transition:background .3s}.progress-dot.done{background:var(--green-500)}.progress-dot.active{background:var(--green-400)}.question{font-size:19px;font-weight:700;color:var(--gray-900);margin-bottom:1.25rem;line-height:1.35;letter-spacing:-.2px}.question-hint{font-size:13px;color:var(--gray-400);margin:-.75rem 0 1.1rem}.options{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px;margin-bottom:2rem}.options.one-col{grid-template-columns:1fr}.options.three-col{grid-template-columns:repeat(3,1fr)}.opt{background:#fff;border:1.5px solid var(--gray-200);border-radius:var(--radius-md);padding:16px 18px;cursor:pointer;text-align:left;transition:all .15s;color:var(--gray-900);width:100%;box-shadow:var(--shadow-sm)}.opt:hover{border-color:var(--green-300);box-shadow:var(--shadow-md);transform:translateY(-1px)}.opt.selected,.opt:hover{background:var(--green-50)}.opt.selected{border:2px solid var(--green-500);box-shadow:0 0 0 4px rgba(29,158,117,.1)}.opt-label{font-size:14px;font-weight:700;display:block;margin-bottom:4px;color:var(--gray-900)}.opt-desc{font-size:12px;color:var(--gray-400);line-height:1.45}.opt.selected .opt-label{color:var(--green-900)}.opt.selected .opt-desc{color:var(--green-700)}.nav{display:flex;justify-content:space-between;align-items:center}.nav-counter{font-size:13px;color:var(--gray-400);font-weight:500}.btn{text-decoration:none;font-family:var(--font);font-weight:600;font-size:14px;padding:11px 22px;border-radius:var(--radius-sm);cursor:pointer;transition:all .15s;border:1.5px solid var(--gray-200);background:#fff;color:var(--gray-700);box-shadow:var(--shadow-sm)}.btn:hover{background:var(--gray-100);border-color:var(--gray-300)}.btn:active{transform:scale(.98)}.btn:disabled{opacity:.4;cursor:not-allowed;transform:none}.btn.primary{text-decoration:none!important;background:var(--green-500);border-color:var(--green-500);color:#fff;box-shadow:0 2px 8px rgba(29,158,117,.3)}.btn.primary:hover{background:var(--green-400);border-color:var(--green-400);box-shadow:0 4px 14px rgba(29,158,117,.35);transform:translateY(-1px)}.btn.ghost{border-color:transparent;background:transparent;box-shadow:none;color:var(--gray-500)}.btn.ghost:hover{background:var(--gray-100);color:var(--gray-700)}.region-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px;margin-bottom:1.5rem}.loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:5rem 1rem;text-align:center}.spinner-wrap{position:relative;width:56px;height:56px;margin-bottom:1.5rem}.spinner{width:56px;height:56px;border:3px solid var(--gray-200);border-top-color:var(--green-500);border-radius:50%;animation:spin .75s linear infinite}.spinner-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:22px}@keyframes spin{to{transform:rotate(1turn)}}.loading-msg{font-size:17px;font-weight:700;color:var(--gray-800);margin-bottom:6px;letter-spacing:-.2px}.loading-sub{font-size:13px;color:var(--gray-400)}.results-summary{font-size:15px;color:var(--gray-500);margin-bottom:1.5rem;font-style:italic;line-height:1.55}.profile-chips{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:2rem}.chip{font-size:12px;font-weight:600;background:#fff;color:var(--gray-600);padding:5px 11px;border-radius:20px;border:1.5px solid var(--gray-200);box-shadow:var(--shadow-sm)}.section{margin-bottom:2rem}.section-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--gray-400);margin-bottom:12px;display:flex;align-items:center;gap:8px}.priority-badge{background:var(--green-100);color:var(--green-900);font-size:10px;font-weight:700;padding:3px 8px;border-radius:10px;text-transform:none;letter-spacing:0}.rec-card{background:#fff;border:1.5px solid var(--gray-200);border-radius:var(--radius-lg);padding:1.1rem 1.35rem;margin-bottom:10px;box-shadow:var(--shadow-sm);transition:box-shadow .2s,transform .15s}.rec-card:hover{box-shadow:var(--shadow-md);transform:translateY(-1px)}.rec-card.top{border:2px solid var(--green-500);box-shadow:0 0 0 4px rgba(29,158,117,.08),var(--shadow-md)}.rec-card-head{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:8px;gap:12px}.rec-name{font-size:15px;font-weight:700;color:var(--gray-900);flex:1 1;letter-spacing:-.15px}.rec-meta{display:flex;align-items:center;gap:8px;flex-shrink:0}.rec-price{font-size:12px;font-weight:700;color:var(--green-700)}.rec-badge{font-size:11px;font-weight:700;padding:3px 10px;border-radius:10px;background:var(--green-500);color:#fff;white-space:nowrap}.rec-badge.alt{background:var(--gray-100);color:var(--gray-500)}.rec-why{font-size:13px;color:var(--gray-500);line-height:1.6;margin-bottom:10px}.rec-specs{display:flex;flex-wrap:wrap;gap:5px;margin-bottom:12px}.rec-spec{font-size:11px;font-weight:600;background:var(--gray-100);color:var(--gray-600);padding:3px 9px;border-radius:6px;border:1px solid var(--gray-200)}.rec-links{display:flex;gap:8px;flex-wrap:wrap}.rec-link{font-size:12px;font-weight:600;color:var(--green-700);text-decoration:none;border:1.5px solid var(--green-300);padding:5px 12px;border-radius:8px;display:inline-flex;align-items:center;gap:4px;transition:all .15s}.rec-link:hover{background:var(--green-100);transform:translateY(-1px)}.divider{border:none;border-top:1.5px solid var(--gray-150);margin:2rem 0}.chat-box{background:#fff;border-radius:var(--radius-lg);padding:1.35rem;border:1.5px solid var(--gray-200);box-shadow:var(--shadow-sm)}.chat-title{font-size:14px;font-weight:700;color:var(--gray-900);margin-bottom:14px}.chat-messages{max-height:260px;overflow-y:auto;margin-bottom:14px;display:flex;flex-direction:column;gap:9px}.msg-user{background:var(--green-500);color:#fff;border-radius:14px 14px 3px 14px;font-weight:500;align-self:flex-end;max-width:85%;line-height:1.5}.msg-assistant,.msg-user{padding:10px 14px;font-size:13px}.msg-assistant{background:var(--gray-50);color:var(--gray-800);border-radius:14px 14px 14px 3px;align-self:flex-start;max-width:90%;line-height:1.6;border:1.5px solid var(--gray-200)}.chat-input-row{display:flex;gap:9px}.chat-input{flex:1 1;background:var(--gray-50);border:1.5px solid var(--gray-200);border-radius:var(--radius-sm);padding:10px 14px;font-size:13px;color:var(--gray-900);font-family:var(--font);outline:none;transition:border-color .15s,box-shadow .15s}.chat-input:focus{border-color:var(--green-400);box-shadow:0 0 0 3px rgba(29,158,117,.1);background:#fff}.chat-input::placeholder{color:var(--gray-400)}.results-footer{text-align:center;margin-top:2.5rem}.twu-note{font-size:12px;color:var(--gray-400);margin-top:8px}.twu-note a{color:var(--green-600);text-decoration:none;font-weight:500}.twu-note a:hover{text-decoration:underline}.form-group{margin-bottom:1.25rem}.form-label{font-size:12px;font-weight:700;color:var(--gray-600);margin-bottom:7px;display:block}.form-label-opt{font-weight:400;color:var(--gray-400)}.form-input{width:100%;background:#fff;border:1.5px solid var(--gray-200);border-radius:var(--radius-sm);padding:10px 14px;font-size:14px;color:var(--gray-900);font-family:var(--font);outline:none;transition:border-color .15s,box-shadow .15s;box-sizing:border-box}.form-input:focus{border-color:var(--green-400);box-shadow:0 0 0 3px rgba(29,158,117,.1)}.form-input::placeholder{color:var(--gray-300)}.feel-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:8px;gap:8px}.feel-opt{background:#fff;border:1.5px solid var(--gray-200);border-radius:var(--radius-md);padding:13px 10px;cursor:pointer;text-align:center;transition:all .15s;box-shadow:var(--shadow-sm)}.feel-opt:hover{border-color:var(--green-300);background:var(--green-50);transform:translateY(-1px)}.feel-opt.selected{border:2px solid var(--green-500);background:var(--green-50)}.feel-emoji{font-size:22px;display:block;margin-bottom:6px}.feel-lbl{font-size:11px;font-weight:600;color:var(--gray-600);line-height:1.35}.feel-opt.selected .feel-lbl{color:var(--green-900)}.want-grid{display:flex;flex-wrap:wrap;gap:7px}.want-chip{background:#fff;border:1.5px solid var(--gray-200);border-radius:20px;padding:5px 13px;cursor:pointer;font-size:12px;font-weight:600;color:var(--gray-500);transition:all .15s;box-shadow:var(--shadow-sm)}.want-chip:hover{border-color:var(--green-300);background:var(--green-50)}.want-chip.selected{border:2px solid var(--green-500);background:var(--green-50);color:var(--green-900)}.kept-badge{display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:700;padding:3px 10px;border-radius:8px;margin-bottom:8px;border:1px solid var(--green-300)}.chip-setup,.kept-badge{background:var(--green-100);color:var(--green-900)}.chip-setup,.rec-spec-highlight{border-color:var(--green-300)}.rec-spec-highlight{background:var(--green-100);color:var(--green-900)}.rec-review{background:var(--gray-50);border-left:2px solid var(--green-300);border-radius:0 var(--radius-sm) var(--radius-sm) 0;padding:9px 12px;margin-bottom:10px;display:flex;flex-direction:column;gap:4px}.rec-review-quote{font-size:12px;color:var(--gray-600);font-style:italic;line-height:1.55}.rec-review-source{font-size:11px;font-weight:600;color:var(--green-700);text-decoration:none;align-self:flex-end}.rec-review-source:hover{text-decoration:underline}.site-nav-links{display:flex;align-items:center;gap:24px}.site-nav-link{font-size:13px;font-weight:500;color:hsla(0,0%,100%,.55);text-decoration:none;transition:color .15s}.site-nav-link:hover{color:#fff}.share-btn{background:var(--gray-100);border-color:var(--gray-200);color:var(--gray-700);display:inline-flex;align-items:center;gap:6px}.share-btn:hover{background:var(--gray-200)}.share-btn-copied{background:var(--green-100)!important;border-color:var(--green-300)!important;color:var(--green-900)!important}.results-footer-actions{display:flex;align-items:center;gap:10px;justify-content:center;flex-wrap:wrap;margin-bottom:12px}.shared-banner{background:var(--green-100);border:1px solid var(--green-300);color:var(--green-900);font-size:13px;font-weight:600;padding:10px 14px;border-radius:var(--radius-sm);margin-bottom:1.5rem;display:flex;align-items:center;gap:7px}.pros-inline-link{font-size:13px;color:var(--green-700);text-decoration:none;font-weight:500}.pros-inline-link:hover{text-decoration:underline}.tension-calc{background:#fff;border:1.5px solid var(--gray-200);border-radius:var(--radius-lg);padding:1.25rem 1.35rem;margin:1rem 0 1.5rem;box-shadow:var(--shadow-sm)}.tension-calc-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.25rem;gap:12px}.tension-calc-title{font-size:14px;font-weight:700;color:var(--gray-900);margin-bottom:3px}.tension-calc-sub{font-size:12px;color:var(--gray-400)}.tension-unit-toggle{display:flex;background:var(--gray-100);border-radius:8px;padding:3px;gap:2px;flex-shrink:0}.tension-unit-btn{font-size:12px;font-weight:600;padding:4px 10px;border-radius:6px;border:none;cursor:pointer;background:transparent;color:var(--gray-500);font-family:var(--font);transition:all .15s}.tension-unit-btn.active{background:#fff;color:var(--gray-900);box-shadow:var(--shadow-sm)}.tension-main{margin-bottom:1.1rem}.tension-recommended{display:flex;align-items:baseline;gap:14px;margin-bottom:12px}.tension-value{font-size:32px;font-weight:800;color:var(--green-500);letter-spacing:-.5px}.tension-range{font-size:13px;color:var(--gray-400)}.tension-bar-wrap{margin-bottom:4px}.tension-bar{position:relative;height:8px;background:var(--gray-200);border-radius:4px;margin-bottom:6px}.tension-bar-fill{position:absolute;top:0;bottom:0;background:var(--green-100);border-radius:4px;border:1px solid var(--green-300)}.tension-bar-dot{position:absolute;top:50%;transform:translate(-50%,-50%);width:14px;height:14px;background:var(--green-500);border-radius:50%;border:2px solid #fff;box-shadow:0 0 0 2px var(--green-300)}.tension-bar-labels{display:flex;justify-content:space-between;font-size:10px;color:var(--gray-400)}.tension-adjustments{background:var(--gray-50);border-radius:var(--radius-sm);padding:10px 12px;margin-bottom:10px}.tension-adj-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--gray-400);margin-bottom:7px}.tension-adj-list{display:flex;flex-direction:column;gap:4px}.tension-adj-row{display:flex;justify-content:space-between;font-size:12px;color:var(--gray-600)}.tension-plus{color:var(--green-700);font-weight:600}.tension-minus{color:#b45309;font-weight:600}.tension-note{font-size:12px;color:var(--gray-400);line-height:1.55}.pros-hero{text-align:center;margin-bottom:2.5rem;padding-top:.5rem}.pros-eyebrow{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--green-500);margin-bottom:10px}.pros-title{font-size:28px;font-weight:800;color:var(--gray-900);letter-spacing:-.5px;margin-bottom:10px}.pros-subtitle{font-size:14px;color:var(--gray-400);line-height:1.7;max-width:500px;margin:0 auto}.pros-filters{display:flex;gap:8px;margin-bottom:2rem;justify-content:center}.pros-filter-btn{font-size:13px;font-weight:600;padding:8px 18px;border-radius:20px;border:1.5px solid var(--gray-200);background:#fff;color:var(--gray-600);cursor:pointer;transition:all .15s;font-family:var(--font)}.pros-filter-btn:hover{border-color:var(--green-300);color:var(--green-700)}.pros-filter-btn.active{background:var(--green-500);border-color:var(--green-500);color:#fff}.pros-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:14px;gap:14px;margin-bottom:2.5rem}@media (max-width:560px){.pros-grid{grid-template-columns:1fr}}.pro-card{background:#fff;border:1.5px solid var(--gray-200);border-radius:var(--radius-lg);padding:1.1rem 1.25rem;box-shadow:var(--shadow-sm);transition:box-shadow .2s,transform .15s}.pro-card:hover{box-shadow:var(--shadow-md);transform:translateY(-1px)}.pro-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:14px}.pro-flag-name{display:flex;align-items:center;gap:10px}.pro-flag{font-size:22px}.pro-name{font-size:15px;font-weight:700;color:var(--gray-900);margin-bottom:2px}.pro-country{font-size:12px;color:var(--gray-400)}.pro-badges{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.pro-tour-badge{font-size:10px;font-weight:700;padding:2px 8px;border-radius:6px;letter-spacing:.05em}.pro-tour-badge.atp{background:#eff6ff;color:#1d4ed8}.pro-tour-badge.wta{background:#fdf4ff;color:#7e22ce}.pro-rank{font-size:12px;font-weight:700;color:var(--gray-400)}.pro-setup{display:flex;flex-direction:column;gap:8px;margin-bottom:12px}.pro-setup-row{display:grid;grid-template-columns:68px 1fr;grid-gap:8px;gap:8px;align-items:start}.pro-setup-label{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--gray-400);padding-top:2px}.pro-setup-value{font-size:13px;font-weight:500;color:var(--gray-800);display:block}.pro-setup-crosses{color:var(--gray-500);font-weight:400}.pro-setup-note{display:block;margin-top:2px}.pro-setup-note,.pro-tension-kg{font-size:11px;color:var(--gray-400)}.pro-tension-kg{margin-left:6px;font-weight:400}.pro-tags{display:flex;flex-wrap:wrap;gap:5px}.pro-tag{font-size:11px;font-weight:500;background:var(--gray-100);color:var(--gray-600);padding:3px 9px;border-radius:10px;border:1px solid var(--gray-200)}.pro-tag-surface{background:var(--green-50);color:var(--green-700);border-color:var(--green-200)}.pros-disclaimer{text-align:center;padding:1.5rem;background:var(--gray-100);border-radius:var(--radius-lg);margin-top:1rem}.pros-disclaimer p{font-size:12px;color:var(--gray-400);line-height:1.6;margin-bottom:12px}.pros-cta-link{font-size:14px;font-weight:600;color:var(--green-700);text-decoration:none}.pros-cta-link:hover{text-decoration:underline}.pro-tag-source{background:#f0fdf4;color:var(--green-700);border-color:var(--green-200);font-size:10px;text-decoration:none}.pro-tag-source:hover{text-decoration:underline}.bmc-card{justify-content:space-between;gap:1rem;background:#fffbf0;border:1px solid #f5e6c8;border-radius:var(--radius-md);padding:1rem 1.25rem;margin:1.5rem 0 .5rem}.bmc-card,.bmc-card-left{display:flex;align-items:center}.bmc-card-left{gap:.85rem}.bmc-icon{font-size:1.6rem;flex-shrink:0}.bmc-title{font-size:.9rem;font-weight:600;color:var(--gray-800);margin-bottom:2px}.bmc-sub{font-size:.78rem;color:var(--gray-500);line-height:1.4}.bmc-btn{flex-shrink:0;background:#fd0;color:#1a1a1a;border:none;border-radius:2rem;padding:.55rem 1.2rem;font-size:.85rem;font-weight:600;font-family:var(--font);cursor:pointer;text-decoration:none;white-space:nowrap;transition:background .2s,transform .15s}.bmc-btn:hover{background:#ffe633;transform:translateY(-1px)}@media (max-width:520px){.bmc-card{flex-direction:column;align-items:flex-start}.bmc-btn{width:100%;text-align:center}}.rec-link-review{color:var(--red-600,#dc2626)!important;border-color:rgba(220,38,38,.2)!important}.rec-link-review:hover{background:rgba(220,38,38,.05)!important;border-color:rgba(220,38,38,.4)!important}.guides-hero{padding:5rem 2rem 2rem;background:var(--green-50,#f0fdf4);border-bottom:1px solid var(--green-100,#dcfce7)}.guides-hero-inner{max-width:680px;margin:0 auto}.guides-eyebrow{font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--green-600,#16a34a);margin-bottom:.5rem}.guides-hero h1{font-size:clamp(1.8rem,4vw,2.6rem);font-weight:700;color:var(--gray-900);margin-bottom:.75rem}.guides-sub{color:var(--gray-500);font-size:1rem;line-height:1.65}.guides-content{max-width:900px;margin:0 auto;padding:3rem 2rem 5rem}.guides-section{margin-bottom:3rem}.guides-section h2{font-size:1.1rem;font-weight:600;color:var(--gray-700);margin-bottom:1.25rem;padding-bottom:.5rem;border-bottom:1px solid var(--gray-100)}.guide-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:1rem;gap:1rem}.guide-card{display:block;background:var(--white,#fff);border:1px solid var(--gray-100);border-radius:var(--radius-md);padding:1.4rem;text-decoration:none;transition:border-color .2s,box-shadow .2s}.guide-card:hover{border-color:var(--green-300,#86efac);box-shadow:0 2px 8px rgba(0,0,0,.06)}.guide-card h3{font-size:.95rem;font-weight:600;color:var(--gray-800);margin:.4rem 0 .5rem;line-height:1.35}.guide-card p{font-size:.82rem;color:var(--gray-500);line-height:1.55;margin-bottom:.75rem}.guide-card-category{display:inline-block;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;background:var(--green-50,#f0fdf4);color:var(--green-700,#15803d);padding:.15rem .5rem;border-radius:999px}.guide-card-meta{font-size:.75rem;color:var(--gray-400)}.guides-cta-strip{margin-top:3rem;padding:2rem;background:var(--gray-50);border-radius:var(--radius-md);text-align:center}.guides-cta-strip p{color:var(--gray-600);margin-bottom:1rem}.guide-article{max-width:720px;margin:0 auto;padding:2rem 2rem 5rem}.guide-breadcrumb{display:inline-block;font-size:.85rem;color:var(--gray-500);text-decoration:none;margin-bottom:1.5rem}.guide-breadcrumb:hover{color:var(--gray-800)}.guide-meta-row{display:flex;gap:.75rem;align-items:center;margin-bottom:1rem}.guide-article-header h1{font-size:clamp(1.6rem,3.5vw,2.2rem);font-weight:700;line-height:1.2;margin-bottom:1rem;color:var(--gray-900)}.guide-intro{font-size:1.05rem;color:var(--gray-600);line-height:1.7;border-left:3px solid var(--green-400,#4ade80);padding-left:1rem;margin-bottom:2.5rem}.guide-body{font-size:1rem;line-height:1.75;color:var(--gray-700)}.guide-body h2{font-size:1.25rem;font-weight:700;color:var(--gray-900);margin:2.5rem 0 .75rem}.guide-body h3{font-size:1.05rem;font-weight:600;color:var(--gray-800);margin:1.75rem 0 .5rem}.guide-body p{margin-bottom:1.1rem}.guide-body ol,.guide-body ul{padding-left:1.5rem;margin-bottom:1.1rem}.guide-body li{margin-bottom:.4rem}.guide-body table{width:100%;border-collapse:collapse;margin:1.5rem 0;font-size:.92rem}.guide-body th{background:var(--gray-50);font-weight:600;text-align:left;padding:.6rem .75rem;border:1px solid var(--gray-200)}.guide-body td{padding:.5rem .75rem;border:1px solid var(--gray-100)}.guide-body strong{font-weight:600;color:var(--gray-900)}.guide-article-cta{margin:3rem 0;padding:2rem;background:var(--green-50,#f0fdf4);border:1px solid var(--green-100,#dcfce7);border-radius:var(--radius-md);text-align:center}.guide-article-cta p{color:var(--gray-700);font-weight:500;margin-bottom:1rem}.guide-cta-note{font-size:.8rem;color:var(--gray-400);margin-top:.75rem;display:block;line-height:1.5}.guide-more{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--gray-100)}.guide-more h2{font-size:1.1rem;font-weight:600;margin-bottom:1.25rem;color:var(--gray-700)}.btn-lg{padding:.9rem 2.2rem;font-size:1rem}.player-page-inner{max-width:760px;margin:0 auto;padding:2rem 2rem 5rem}.player-hero{display:flex;align-items:center;gap:1.25rem;margin:1.5rem 0 2.5rem}.player-hero-flag{font-size:3rem;line-height:1}.player-hero h1{font-size:clamp(1.8rem,4vw,2.4rem);font-weight:700;color:var(--gray-900);margin-bottom:.3rem}.player-hero-meta{font-size:.9rem;color:var(--gray-500)}.player-setup-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));grid-gap:1rem;gap:1rem;margin-bottom:1.5rem}.player-setup-card{background:var(--white,#fff);border:1px solid var(--gray-100);border-radius:var(--radius-md);padding:1.25rem}.player-setup-card h2{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--gray-400);margin-bottom:.6rem}.player-setup-main{font-size:.95rem;font-weight:600;color:var(--gray-800);line-height:1.4;margin-bottom:.4rem}.player-setup-note{font-size:.78rem;color:var(--gray-500);line-height:1.5}.player-setup-crosses{font-size:.82rem;color:var(--gray-500);margin-bottom:.4rem}.player-tension{display:flex;gap:.4rem;font-size:.85rem;font-weight:600;color:var(--green-700,#15803d);margin-top:.6rem}.player-tension-sep{color:var(--gray-300)}.player-source-note{font-size:.78rem;color:var(--gray-400);margin-bottom:2rem}.player-source-note a{color:var(--gray-500)}.player-cta{padding:2rem;background:var(--green-50,#f0fdf4);border:1px solid var(--green-100,#dcfce7);border-radius:var(--radius-md);text-align:center;margin-bottom:3rem}.player-cta p{font-weight:500}.player-cta p,.player-more h2{color:var(--gray-700);margin-bottom:1rem}.player-more h2{font-size:1rem;font-weight:600}.player-more-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));grid-gap:.75rem;gap:.75rem}.player-more-card{display:flex;flex-direction:column;gap:.25rem;padding:.9rem;border:1px solid var(--gray-100);border-radius:var(--radius-md);text-decoration:none;transition:border-color .2s;font-size:.85rem;color:var(--gray-700);font-weight:500}.player-more-card:hover{border-color:var(--green-300,#86efac)}.player-more-racket{font-size:.75rem;color:var(--gray-400);font-weight:400}.pro-card{position:relative}.pro-card-link{position:absolute;inset:0;z-index:10;border-radius:inherit}.pro-card>:not(.pro-card-link){position:relative;z-index:1;pointer-events:none}.arm-protection-banner{display:flex;gap:.9rem;background:#fffbeb;border:1px solid #fde68a;border-radius:var(--radius-md);padding:1rem 1.25rem;margin-bottom:1.5rem}.arm-icon{font-size:1.4rem;flex-shrink:0}.arm-protection-banner strong{display:block;font-size:.9rem;font-weight:600;color:#92400e;margin-bottom:.25rem}.arm-protection-banner p{font-size:.8rem;color:#78350f;line-height:1.5;margin:0}.rec-data-line{display:flex;align-items:flex-start;gap:.45rem;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:6px;padding:.5rem .7rem;margin:.5rem 0 .75rem}.rec-data-icon{font-size:.9rem;flex-shrink:0;margin-top:1px}.rec-data-text{font-size:.78rem;color:#166534;line-height:1.5;font-style:italic}.setup-report-panel{background:var(--gray-50);border:1px solid var(--gray-100);border-radius:var(--radius-md);padding:1.25rem;margin:1.5rem 0}.setup-report-title{font-size:.82rem;font-weight:600;color:var(--gray-600);margin-bottom:.9rem;text-transform:uppercase;letter-spacing:.06em}.setup-report-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));grid-gap:.75rem;gap:.75rem}.setup-report-item{background:#fff;border:1px solid var(--gray-100);border-radius:8px;padding:.7rem .9rem}.setup-report-label{display:block;font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--gray-400);margin-bottom:.25rem}.setup-report-value{font-size:.88rem;font-weight:600;color:var(--gray-800);line-height:1.3}.logo-lockup{display:flex;align-items:center;gap:.6rem;text-decoration:none}.logo-wordmark{font-family:Georgia,Times New Roman,serif;font-size:1.25rem;font-style:italic;font-weight:700;letter-spacing:-.5px;line-height:1}.logo-racket{color:#fff}.logo-fit{color:#c8f064}.cmp-page{background:var(--white,#fff);min-height:100vh}.cmp-inner{max-width:800px;margin:0 auto;padding:2rem 2rem 5rem}.cmp-title{font-size:clamp(1.4rem,3.5vw,2rem);font-weight:700;color:var(--gray-900);margin:1rem 0 .4rem;line-height:1.2}.cmp-subtitle{color:var(--gray-500);font-size:.9rem;margin-bottom:2rem}.cmp-table{border:1px solid var(--gray-100);border-radius:var(--radius-md);overflow:hidden;margin-bottom:2.5rem}.cmp-table-header{display:grid;grid-template-columns:1fr 1fr 1fr;background:var(--gray-50);border-bottom:1px solid var(--gray-100)}.cmp-col-name{padding:.75rem 1rem;font-size:.82rem;font-weight:600;color:var(--gray-700)}.cmp-table-row{display:grid;grid-template-columns:1fr 1fr 1fr;border-bottom:1px solid var(--gray-50)}.cmp-table-row:last-child{border-bottom:none}.cmp-row-label{padding:.6rem 1rem;font-size:.8rem;font-weight:500;color:var(--gray-500);background:var(--gray-50)}.cmp-row-val{padding:.6rem 1rem;font-size:.85rem;color:var(--gray-800)}.cmp-charts{margin-bottom:2.5rem}.cmp-charts h2{font-size:1.1rem;font-weight:700;color:var(--gray-900);margin-bottom:.25rem}.cmp-charts-sub{font-size:.8rem;color:var(--gray-400);margin-bottom:1.5rem}.cmp-metric{margin-bottom:1.25rem}.cmp-metric-label{font-size:.78rem;font-weight:600;color:var(--gray-600);margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em}.cmp-bars{display:flex;flex-direction:column;gap:.5rem}.cmp-bar-row{grid-template-columns:90px 1fr 48px}.cmp-bar-name.winner{color:var(--green-700,#15803d);font-weight:600}.cmp-bar-track{height:10px;background:var(--gray-100);border-radius:5px;overflow:hidden}.cmp-bar-fill{height:100%;border-radius:5px;transition:width .6s ease}.fill-a{background:#1d9e75}.fill-b-alt{background:#93c5fd}.cmp-suits{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem;margin-bottom:2.5rem}.cmp-suits-card{background:var(--gray-50);border:1px solid var(--gray-100);border-radius:var(--radius-md);padding:1.25rem}.cmp-suits-card h3{font-size:.9rem;font-weight:600;color:var(--gray-800);margin-bottom:.5rem}.cmp-suits-card p{font-size:.83rem;color:var(--gray-600);line-height:1.55;margin-bottom:.4rem}.cmp-ra-note{font-size:.76rem!important;color:var(--green-700,#15803d)!important;font-weight:500}.cmp-cta{text-align:center;padding:2.5rem;background:var(--green-50,#f0fdf4);border:1px solid var(--green-100,#dcfce7);border-radius:var(--radius-md);margin-bottom:2.5rem}.cmp-cta-eyebrow{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--green-600,#16a34a);margin-bottom:.5rem}.cmp-cta h2{font-size:1.5rem;font-weight:700;color:var(--gray-900);margin-bottom:.75rem}.cmp-cta h2 em{font-style:italic;color:#1d9e75}.cmp-cta p{color:var(--gray-600);font-size:.9rem;line-height:1.65;max-width:480px;margin:0 auto 1.5rem}.cmp-related h2{font-size:1rem;font-weight:600;color:var(--gray-700);margin-bottom:.75rem}.cmp-related-grid{display:flex;flex-wrap:wrap;gap:.5rem}.cmp-related-link{font-size:.82rem;color:var(--green-700,#15803d);text-decoration:none;background:var(--green-50,#f0fdf4);border:1px solid var(--green-200,#bbf7d0);border-radius:999px;padding:.3rem .8rem;transition:background .15s}.cmp-related-link:hover{background:var(--green-100,#dcfce7)}@media (max-width:600px){.cmp-suits{grid-template-columns:1fr}.cmp-bar-row{grid-template-columns:70px 1fr 40px}}.cmp-index-page{background:#fff;min-height:100vh}.cmp-index-hero{padding:4rem 2rem 2rem;max-width:680px;margin:0 auto;text-align:center}.cmp-index-hero h1{font-size:clamp(1.8rem,4vw,2.6rem);font-weight:700;color:var(--gray-900);margin-bottom:.5rem}.cmp-tool{max-width:760px;margin:0 auto 3rem;padding:2rem;background:var(--gray-50);border:1px solid var(--gray-100);border-radius:var(--radius-lg,16px)}.cmp-tool-selects{display:grid;grid-template-columns:1fr auto 1fr;grid-gap:1rem;gap:1rem;align-items:start;margin-bottom:1.25rem}.cmp-select-col{display:flex;flex-direction:column;gap:.4rem}.cmp-select-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.07em;color:var(--gray-500)}.cmp-select-wrap{position:relative}.cmp-search-input{width:100%;padding:.65rem .9rem;border:1.5px solid var(--gray-200);border-radius:8px;font-size:.88rem;color:var(--gray-800);background:#fff;outline:none;box-sizing:border-box}.cmp-search-input:focus{border-color:#1d9e75;box-shadow:0 0 0 3px rgba(29,158,117,.1)}.cmp-search-input.has-value{font-weight:500;color:var(--gray-900)}.cmp-select-spec{font-size:.75rem;color:var(--gray-400);margin:0}.cmp-vs-badge{font-size:.85rem;font-weight:700;color:var(--gray-400);padding-top:1.8rem;text-align:center}.cmp-dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1.5px solid var(--gray-200);border-radius:8px;max-height:280px;overflow-y:auto;z-index:50;box-shadow:0 8px 24px rgba(0,0,0,.1)}.cmp-dropdown-brand{padding:.4rem .8rem .2rem;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--gray-400);background:var(--gray-50)}.cmp-dropdown-item{display:block;width:100%;text-align:left;padding:.5rem .9rem;font-size:.84rem;color:var(--gray-700);background:none;border:none;cursor:pointer;transition:background .1s}.cmp-dropdown-item.selected,.cmp-dropdown-item:hover{background:var(--green-50,#f0fdf4);color:var(--green-700,#15803d)}.cmp-dropdown-empty{padding:.8rem;font-size:.84rem;color:var(--gray-400);text-align:center}.cmp-warning{font-size:.82rem;color:#b45309;background:#fffbeb;border:1px solid #fde68a;border-radius:6px;padding:.5rem .8rem;margin-bottom:.75rem}.cmp-compare-btn{width:100%}.cmp-compare-btn:disabled{opacity:.45;cursor:not-allowed}.cmp-featured{max-width:760px;margin:0 auto;padding:0 2rem 4rem}.cmp-featured h2{font-size:1rem;font-weight:600;color:var(--gray-700);margin-bottom:1rem}.cmp-featured-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:.75rem;gap:.75rem}.cmp-featured-card{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;grid-gap:.5rem;gap:.5rem;padding:.9rem 1rem;background:#fff;border:1px solid var(--gray-100);border-radius:10px;text-decoration:none;transition:border-color .15s,box-shadow .15s}.cmp-featured-card:hover{border-color:var(--green-300,#86efac);box-shadow:0 2px 8px rgba(0,0,0,.05)}.cmp-featured-a,.cmp-featured-b{font-size:.8rem;color:var(--gray-700);font-weight:500;line-height:1.3}.cmp-featured-b{text-align:right}.cmp-vs{font-size:.7rem;font-weight:700;color:var(--gray-400);text-align:center}.cmp-bar-val{font-weight:600;color:var(--gray-700);min-width:36px}.cmp-bar-name,.cmp-bar-val{font-size:.78rem;white-space:nowrap;text-align:right}.cmp-bar-name{color:var(--gray-600);min-width:0;overflow:hidden;text-overflow:ellipsis;max-width:160px}.cmp-bar-row{display:grid;grid-template-columns:minmax(80px,160px) 1fr 52px;align-items:center;grid-gap:.6rem;gap:.6rem}@media (max-width:600px){.cmp-tool-selects{grid-template-columns:1fr}.cmp-vs-badge{padding-top:0}}.cmp-head-size-note{font-size:.82rem;color:#1e40af;background:#eff6ff;border:1px solid #bfdbfe;border-radius:6px;padding:.5rem .8rem;margin-bottom:1rem}.lab-wrap{max-width:1100px;margin:0 auto;padding:2rem 1.5rem 5rem}.lab-header{text-align:center;margin-bottom:2.5rem}.lab-eyebrow{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--green-600,#16a34a);margin-bottom:.5rem}.lab-title{font-size:clamp(1.6rem,3.5vw,2.2rem);font-weight:700;color:var(--gray-900);margin-bottom:.5rem}.lab-subtitle{font-size:.92rem;color:var(--gray-500);max-width:580px;margin:0 auto;line-height:1.65}.lab-grid{display:grid;grid-template-columns:340px 1fr;grid-gap:1.5rem;gap:1.5rem;align-items:start}.lab-panel{background:#fff;border:1px solid var(--gray-100);border-radius:var(--radius-md);padding:1.5rem}.lab-panel-head{display:flex;align-items:center;gap:.6rem;padding-bottom:1rem;border-bottom:1px solid var(--gray-100);margin-bottom:1.25rem}.lab-panel-icon{font-size:1.1rem}.lab-panel-title{font-size:.95rem;font-weight:700;color:var(--gray-800)}.lab-slider{margin-bottom:1.2rem}.lab-slider-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.2rem}.lab-slider-label{font-size:.82rem;font-weight:600;color:var(--gray-700)}.lab-slider-val{font-size:.75rem;font-weight:700;font-family:monospace;background:var(--gray-100);color:var(--gray-700);padding:.1rem .45rem;border-radius:4px}.lab-slider-desc{font-size:.73rem;color:var(--gray-400);line-height:1.4;margin-bottom:.4rem}.lab-range{width:100%;height:6px;cursor:pointer;accent-color:#1d9e75}.lab-range-ends{display:flex;justify-content:space-between;font-size:.65rem;color:var(--gray-300);margin-top:.15rem}.lab-overlay-select{margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid var(--gray-100)}.lab-select-label{display:block;font-size:.78rem;font-weight:500;color:var(--gray-600);margin-bottom:.4rem}.lab-select{width:100%;padding:.55rem .75rem;border:1.5px solid var(--gray-200);border-radius:8px;font-size:.83rem;color:var(--gray-700);background:#fff}.lab-select:focus{border-color:#1d9e75;outline:none}.lab-right{display:flex;flex-direction:column;gap:1.5rem}.lab-panel-chart{display:grid;grid-template-columns:1fr 200px;grid-gap:1.5rem;gap:1.5rem;align-items:start}.lab-chart-title{font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.07em;color:var(--gray-400);margin-bottom:.75rem}.lab-legend{display:flex;align-items:center;gap:.5rem;font-size:.74rem;color:var(--gray-500);margin-top:.5rem;flex-wrap:wrap}.lab-legend-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.lab-legend-dot-dashed{background:none;border:2px dashed #9ca3af;border-radius:50%}.lab-specs-title{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--gray-400);margin-bottom:.75rem}.lab-spec-row{display:flex;justify-content:space-between;font-size:.78rem;padding:.45rem 0;border-bottom:1px solid var(--gray-50)}.lab-spec-row span{color:var(--gray-500)}.lab-spec-row strong{color:var(--gray-900);font-family:monospace;font-size:.8rem}.lab-alerts{margin-top:.75rem;background:#fffbeb;border:1px solid #fde68a;border-radius:8px;padding:.65rem .75rem}.lab-alerts-title{font-size:.72rem;font-weight:700;color:#92400e;margin-bottom:.3rem}.lab-alert-text{font-size:.7rem;color:#78350f;line-height:1.45;margin-bottom:.2rem}.lab-matches-title{font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.07em;color:var(--gray-400);margin-bottom:.75rem}.lab-matches-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1rem;gap:1rem}.lab-match-card{background:#fff;border:1px solid var(--gray-100);border-radius:var(--radius-md);padding:1rem;display:flex;flex-direction:column;gap:.4rem;transition:box-shadow .15s}.lab-match-card:hover{box-shadow:0 2px 12px rgba(0,0,0,.07)}.lab-match-top{display:flex;justify-content:space-between;align-items:center}.lab-match-brand{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--gray-400)}.lab-match-pct{font-size:.72rem;font-weight:700;padding:.15rem .5rem;border-radius:999px}.pct-high{background:#f0fdf4;color:#15803d;border:1px solid #bbf7d0}.pct-mid{background:#fefce8;color:#854d0e;border:1px solid #fef08a}.pct-low{background:var(--gray-50);color:var(--gray-500);border:1px solid var(--gray-200)}.lab-match-model{font-size:.85rem;font-weight:600;color:var(--gray-800);line-height:1.3}.lab-match-specs{display:flex;gap:.4rem;flex-wrap:wrap}.lab-match-specs span{font-size:.7rem;font-family:monospace;background:var(--gray-50);border:1px solid var(--gray-100);border-radius:4px;padding:.1rem .4rem;color:var(--gray-600)}.lab-match-link{font-size:.75rem;color:#1d9e75;text-decoration:none;font-weight:500;margin-top:.25rem}.lab-match-link:hover{text-decoration:underline}@media (max-width:900px){.lab-grid{grid-template-columns:1fr}.lab-matches-grid{grid-template-columns:1fr 1fr}.lab-panel-chart{grid-template-columns:1fr}}@media (max-width:540px){.lab-matches-grid{grid-template-columns:1fr}}.cmp-section-h2{font-size:1.05rem;font-weight:700;color:var(--gray-900);margin-bottom:.4rem}.swapper-wrap{margin:1.25rem 0 .5rem}.swapper-inner{display:grid;grid-template-columns:1fr auto 1fr;grid-gap:.75rem;gap:.75rem;align-items:center}.swapper-picker-wrap{position:relative}.swapper-input{width:100%;padding:.65rem .9rem;border:1.5px solid var(--gray-200);border-radius:8px;font-size:.9rem;font-weight:600;color:var(--gray-900);box-sizing:border-box;outline:none}.swapper-input:focus{border-color:#1d9e75;box-shadow:0 0 0 3px rgba(29,158,117,.1)}.swapper-input.has-value{background:var(--gray-50)}.swapper-dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1.5px solid var(--gray-200);border-radius:8px;max-height:300px;overflow-y:auto;z-index:50;box-shadow:0 8px 24px rgba(0,0,0,.1)}.swapper-vs{display:flex;flex-direction:column;align-items:center;gap:.15rem;background:var(--gray-50);border:1px solid var(--gray-200);border-radius:8px;padding:.5rem .75rem;cursor:pointer;font-size:1rem;color:var(--gray-500);transition:background .15s;white-space:nowrap}.swapper-vs:hover{background:var(--gray-100);color:var(--gray-700)}.swapper-vs-label{font-size:.62rem;text-transform:uppercase;letter-spacing:.05em}.cmp-score-matrix{margin-bottom:2rem;background:var(--gray-50);border:1px solid var(--gray-100);border-radius:var(--radius-md);padding:1.25rem}.cmp-score-header{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:.5rem;gap:.5rem;margin-bottom:.75rem}.cmp-score-racket-name{font-size:.8rem;font-weight:700;color:var(--gray-700);text-align:center}.cmp-score-row{display:grid;grid-template-columns:52px 1fr 52px;grid-gap:.5rem;gap:.5rem;align-items:center;padding:.45rem 0;border-bottom:1px solid var(--gray-100)}.cmp-score-row:last-of-type{border-bottom:none}.cmp-score-val{font-size:.88rem;font-weight:700;font-family:monospace;text-align:center;color:var(--gray-500)}.cmp-score-val.score-winner{color:#15803d;background:#f0fdf4;border-radius:4px;padding:.1rem .25rem}.cmp-score-label{font-size:.78rem;color:var(--gray-600);text-align:center}.cmp-score-note{font-size:.7rem;color:var(--gray-400);margin-top:.5rem}.cmp-string-strategy{margin-bottom:2rem}.cmp-string-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem;margin-top:1rem}.cmp-string-card{background:#fffbf0;border:1px solid #f5e6c8;border-radius:var(--radius-md);padding:1rem}.cmp-string-racket{font-size:.78rem;font-weight:700;color:#92400e;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.4rem}.cmp-string-text{font-size:.82rem;color:#78350f;line-height:1.6}.cmp-pro-badge{margin-top:.6rem;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:6px;padding:.4rem .6rem;font-size:.75rem;color:#166534;line-height:1.4}.cmp-equalizer{margin-bottom:2rem;background:var(--gray-50);border:1px solid var(--gray-100);border-radius:var(--radius-md);padding:1.25rem}.cmp-equalizer-q{font-size:.85rem;font-weight:600;color:var(--gray-700);margin-bottom:.5rem}.cmp-equalizer-text{font-size:.85rem;color:var(--gray-600);line-height:1.65}@media (max-width:600px){.swapper-inner{grid-template-columns:1fr auto 1fr}.cmp-string-grid{grid-template-columns:1fr}.cmp-score-header{display:none}}.site-nav-desktop{display:flex}.site-nav-mobile{display:none;align-items:center;gap:.75rem}.hamburger{background:none;border:1px solid hsla(0,0%,100%,.2);border-radius:6px;color:hsla(0,0%,100%,.8);padding:.35rem .65rem;font-size:1rem;cursor:pointer;line-height:1}.hamburger:hover{background:hsla(0,0%,100%,.1)}.mobile-nav-dropdown{position:fixed;top:60px;left:0;right:0;background:#111;border-bottom:1px solid hsla(0,0%,100%,.1);z-index:200;display:flex;flex-direction:column;box-shadow:0 8px 24px rgba(0,0,0,.4)}.mobile-nav-link{padding:.9rem 1.5rem;color:hsla(0,0%,100%,.8);text-decoration:none;font-size:.95rem;border-bottom:1px solid hsla(0,0%,100%,.07);transition:background .15s}.mobile-nav-link:hover{background:hsla(0,0%,100%,.05)}@media (max-width:680px){.site-nav-desktop{display:none}.site-nav-mobile{display:flex}.cmp-inner,.guide-article,.guides-content,.player-page-inner{padding-left:1rem;padding-right:1rem}.cmp-table-header,.cmp-table-row{grid-template-columns:.8fr 1fr 1fr;font-size:.78rem}.cmp-col-name,.cmp-row-label,.cmp-row-val{padding:.5rem .6rem}.swapper-inner{grid-template-columns:1fr auto 1fr;gap:.5rem}.swapper-input{font-size:.78rem;padding:.55rem .6rem}.cmp-score-row{grid-template-columns:44px 1fr 44px}.cmp-score-label{font-size:.72rem}.lab-grid,.lab-matches-grid,.lab-panel-chart{grid-template-columns:1fr}}@media (max-width:480px){.recharts-polar-angle-axis-tick text{font-size:10px!important}}.reddit-share-wrap{margin:1.5rem 0}.reddit-share-btn{display:inline-flex;align-items:center;gap:.5rem;background:#ff4500;color:#fff;border:none;border-radius:8px;padding:.55rem 1.1rem;font-size:.83rem;font-weight:600;cursor:pointer;transition:background .15s,transform .1s}.reddit-share-btn:hover{background:#e03d00;transform:translateY(-1px)}.reddit-share-btn.copied{background:#1d9e75}.reddit-share-note{font-size:.72rem;color:var(--gray-400);margin-top:.4rem}.mobile-nav-divider{height:1px;background:hsla(0,0%,100%,.08);margin:.25rem 0}.mobile-nav-link-primary{font-weight:600;color:#c8f064!important}:root{--mod-bg:#0e1a0e;--mod-frame:#2d5a2d;--mod-handle:#1a3d1a;--mod-string:#c8f064;--mod-grip-band:#c8f064}.mod-wrap{max-width:1060px;margin:0 auto;padding:2rem 1.5rem 5rem;background:var(--gray-50,#f9fafb);min-height:100vh}.mod-header{margin-bottom:1.75rem}.mod-eyebrow{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#1d9e75;margin-bottom:.35rem}.mod-title{font-size:clamp(1.5rem,3.5vw,2rem);font-weight:700;color:var(--gray-900);margin-bottom:.4rem}.mod-sub{font-size:.88rem;color:var(--gray-500);max-width:560px;line-height:1.65}.mod-selector-wrap{margin-bottom:1.75rem;display:flex;flex-wrap:wrap;gap:.75rem;align-items:flex-start}.mod-label{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--gray-400);display:block;margin-bottom:.3rem}.mod-select{padding:.6rem .9rem;border:1.5px solid var(--gray-200);border-radius:8px;font-size:.85rem;color:var(--gray-800);background:#fff;min-width:280px}.mod-select:focus{outline:none;border-color:#1d9e75}.mod-custom-inputs{display:flex;flex-wrap:wrap;gap:.75rem}.mod-custom-field{display:flex;flex-direction:column}.mod-input{width:90px;padding:.5rem .65rem;border:1.5px solid var(--gray-200);border-radius:8px;font-size:.85rem;color:var(--gray-800);background:#fff}.mod-input:focus{outline:none;border-color:#1d9e75}.mod-main-grid{display:grid;grid-template-columns:300px 1fr;grid-gap:1.5rem;gap:1.5rem;align-items:start}.mod-racket-panel{display:flex;flex-direction:column;align-items:center;gap:.75rem}.mod-panel-hint{font-size:.72rem;color:var(--gray-400);text-align:center}.mod-racket-svg{width:100%;max-width:280px;cursor:pointer}.mod-node{transition:fill .15s,r .15s}.mod-node,.mod-node-group{cursor:pointer}.mod-node-group:hover .mod-node{fill:hsla(77,82%,67%,.4)!important}.mod-pulse{animation:modPulse 1.5s ease-in-out infinite}@keyframes modPulse{0%,to{opacity:.4;r:20}50%{opacity:.8;r:24}}.mod-total-added{font-size:.8rem;font-weight:600;color:#1d9e75;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:6px;padding:.3rem .7rem}.mod-controls-panel{display:flex;flex-direction:column;gap:1rem}.mod-node-control{background:#fff;border:1px solid var(--gray-100);border-radius:12px;padding:1.25rem}.mod-node-control-header{display:flex;align-items:center;gap:.6rem;margin-bottom:.35rem}.mod-node-label{font-size:.92rem;font-weight:700;color:var(--gray-800)}.mod-dual-badge{font-size:.68rem;background:#f0fdf4;color:#15803d;border:1px solid #bbf7d0;border-radius:999px;padding:.1rem .5rem;font-weight:600}.mod-node-effect{font-size:.75rem;color:var(--gray-500);margin-bottom:1rem}.mod-stepper{display:grid;grid-template-columns:40px 1fr 40px;grid-gap:.5rem;gap:.5rem;align-items:center;margin-bottom:.6rem}.mod-step-btn{width:40px;height:40px;border-radius:10px;border:1.5px solid var(--gray-200);background:#fff;font-size:1.2rem;font-weight:700;color:var(--gray-700);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .1s}.mod-step-btn:hover{background:var(--gray-50);border-color:#1d9e75}.mod-step-display{text-align:center}.mod-step-value{font-size:1.5rem;font-weight:700;color:#1d9e75;display:block;line-height:1}.mod-step-unit{font-size:.7rem;color:var(--gray-400)}.mod-slider{width:100%;accent-color:#1d9e75;height:6px;cursor:pointer;margin-bottom:.2rem}.mod-slider-ends{display:flex;justify-content:space-between;font-size:.65rem;color:var(--gray-300)}.mod-node-coords{display:flex;gap:1rem;font-size:.7rem;color:var(--gray-400);margin-top:.75rem;font-family:monospace}.mod-node-hint{background:#fff;border:1.5px dashed var(--gray-200);border-radius:12px;padding:1.5rem;text-align:center;color:var(--gray-400);font-size:.84rem}.mod-hint-icon{font-size:1.5rem;display:block;margin-bottom:.4rem}.mod-nodes-summary{display:flex;flex-wrap:wrap;gap:.4rem;align-items:center}.mod-node-pill{padding:.3rem .75rem;border-radius:999px;border:1.5px solid var(--gray-200);background:#fff;font-size:.76rem;color:var(--gray-600);cursor:pointer;transition:all .15s;display:flex;align-items:center;gap:.3rem}.mod-node-pill:hover{border-color:#1d9e75;color:#1d9e75}.mod-node-pill.active{background:#f0fdf4;border-color:#1d9e75;color:#15803d;font-weight:600}.mod-node-pill.has-weight{border-color:#1d9e75}.mod-pill-mass{font-size:.68rem;font-weight:700;color:#1d9e75;background:#dcfce7;border-radius:999px;padding:.05rem .35rem}.mod-reset-btn{padding:.3rem .75rem;border-radius:999px;border:1.5px solid #fca5a5;background:#fff1f1;font-size:.76rem;color:#dc2626;cursor:pointer;transition:all .15s}.mod-reset-btn:hover{background:#fee2e2}.mod-metrics{background:#fff;border:1px solid var(--gray-100);border-radius:12px;overflow:hidden}.mod-metrics-header{background:var(--gray-50);padding:.55rem .9rem;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--gray-400)}.mod-metrics-header,.mod-metrics-row{display:grid;grid-template-columns:1.4fr 1fr 1fr .7fr}.mod-metrics-row{padding:.6rem .9rem;border-top:1px solid var(--gray-50);align-items:center}.mod-metric-label{font-size:.8rem;font-weight:500;color:var(--gray-700)}.mod-metric-base{font-size:.8rem;color:var(--gray-500);font-family:monospace}.mod-metric-mod{font-size:.85rem;font-weight:600;color:var(--gray-900);font-family:monospace}.mod-metric-delta{font-size:.8rem;font-weight:700;font-family:monospace}.delta-up{color:#16a34a}.delta-down{color:#2563eb}.delta-neutral{color:var(--gray-300)}.mod-warning{border-radius:10px;padding:.75rem 1rem;font-size:.8rem;line-height:1.55}.mod-warning-red{background:#fef2f2;border:1px solid #fca5a5;color:#991b1b}.mod-warning-amber{background:#fffbeb;border:1px solid #fde68a;color:#92400e}@media (max-width:760px){.mod-main-grid{grid-template-columns:1fr}.mod-racket-panel{flex-direction:row;align-items:flex-start;gap:1rem;flex-wrap:wrap;justify-content:center}.mod-racket-svg{max-width:200px}.mod-metrics-header,.mod-metrics-row{grid-template-columns:1.2fr .9fr .9fr .6fr}}.mod-metrics-header,.mod-metrics-row{grid-template-columns:1.4fr 1fr 1fr}.mod-metric-mod-cell{display:flex;flex-direction:column;gap:.15rem}.mod-delta-badge{display:inline-block;font-size:.65rem;font-weight:700;padding:.1rem .4rem;border-radius:4px;font-family:monospace;line-height:1.4}.mod-delta-badge.delta-up{background:#dcfce7;color:#15803d}.mod-delta-badge.delta-down{background:#dbeafe;color:#1d4ed8}.mod-metric-sub{font-size:.68rem;color:#1d9e75;font-weight:600;line-height:1.3}.mod-db-match{margin-top:.25rem;background:#fff;border:1px solid var(--gray-100);border-radius:12px;padding:1.25rem}.mod-db-match-title{font-size:.88rem;font-weight:700;color:var(--gray-800);margin-bottom:.3rem}.mod-db-match-sub{font-size:.76rem;color:var(--gray-500);margin-bottom:.9rem;line-height:1.5}.mod-db-matches{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.9rem}.mod-db-card{background:var(--gray-50);border:1px solid var(--gray-100);border-radius:8px;padding:.7rem .9rem}.mod-db-card.top-match{background:#f0fdf4;border-color:#bbf7d0}.mod-db-card-top{display:flex;align-items:center;gap:.5rem;margin-bottom:.25rem;flex-wrap:wrap}.mod-db-badge{font-size:.65rem;font-weight:700;background:#1d9e75;color:#fff;border-radius:4px;padding:.1rem .45rem;text-transform:uppercase;letter-spacing:.05em}.mod-db-name{font-size:.82rem;font-weight:600;color:var(--gray-800)}.mod-db-specs{display:flex;flex-wrap:wrap;gap:.5rem;font-size:.73rem;color:var(--gray-500);font-family:monospace}.mod-db-note{font-size:.75rem;color:var(--gray-400);line-height:1.5;border-top:1px solid var(--gray-100);padding-top:.75rem}.mod-db-link{color:#1d9e75;font-weight:600;text-decoration:none}.mod-db-link:hover{text-decoration:underline}.cmp-no-data{font-size:.8rem;color:#92400e;background:#fffbeb;border:1px solid #fde68a;border-radius:6px;padding:.5rem .75rem;margin:.5rem 0}