/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */@layer theme{:host,:root{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,::backdrop,:after,:before{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}:host,html{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}menu,ol,ul{list-style:none}audio,canvas,embed,iframe,img,object,svg,video{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,optgroup,select,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.start{inset-inline-start:var(--spacing)}.end{inset-inline-end:var(--spacing)}.container{width:100%}@media (min-width:40rem){.container{max-width:40rem}}@media (min-width:48rem){.container{max-width:48rem}}@media (min-width:64rem){.container{max-width:64rem}}@media (min-width:80rem){.container{max-width:80rem}}@media (min-width:96rem){.container{max-width:96rem}}.hidden{display:none}.table{display:table}}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.55}a{color:inherit;text-decoration:none}button,input,select{font:inherit}button{cursor:pointer}.skip{z-index:100;background:var(--lime);padding:.7rem 1rem;position:fixed;top:-5rem;left:1rem}.skip:focus{top:1rem}.container{width:min(1180px,100% - 40px);margin-inline:auto}.site-header{z-index:50;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#f5f4edeb;border-bottom:1px solid #0b1c2117;top:0}.nav-wrap{align-items:center;gap:28px;width:min(1240px,100% - 40px);height:78px;margin:auto;display:flex}.brand{margin-right:auto}.logo{letter-spacing:-.7px;align-items:center;font-size:21px;display:inline-flex}.logo-mark{background:var(--navy);border-radius:9px;width:34px;height:34px;margin-right:10px;display:inline-block;position:relative;overflow:hidden}.logo-mark i,.logo-mark:after,.logo-mark:before{content:"";background:var(--lime);position:absolute}.logo-mark:before{width:26px;height:2px;top:16px;left:4px}.logo-mark:after{width:2px;height:26px;top:4px;left:16px}.logo-mark i:first-child{border-radius:50%;width:4px;height:4px;top:9px;left:9px}.logo-mark i:last-child{border-radius:50%;width:4px;height:4px;bottom:9px;right:9px}.desktop-nav{gap:24px;font-size:14px;font-weight:700;display:flex}.button{background:var(--lime);color:var(--navy);border:0;border-radius:8px;justify-content:center;align-items:center;gap:18px;padding:14px 20px;font-weight:800;transition:all .2s;display:inline-flex;box-shadow:0 8px 24px #0b1c211a}.button:focus-visible,.menu-button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid var(--mint);outline-offset:3px}.button.small{padding:11px 16px;font-size:14px}.menu-button,.mobile-nav{display:none}.hero{background:var(--navy);color:#fff;position:relative;overflow:hidden}.hero:before{content:"";background:linear-gradient(120deg,#0000 58%,#8be0d00f);position:absolute;inset:0}.hero-grid{grid-template-columns:1.06fr .94fr;align-items:center;gap:65px;width:min(1240px,100% - 40px);min-height:650px;margin:auto;display:grid;position:relative}.hero-kicker{text-transform:uppercase;letter-spacing:1.8px;color:#d8e2df;align-items:center;gap:10px;font-size:12px;font-weight:800;display:flex}.hero-kicker span{background:var(--lime);border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 5px #c8ef451f}h1,h2,h3,p{margin-top:0}.hero h1{letter-spacing:-4px;margin:25px 0;font-size:clamp(46px,5.5vw,76px);line-height:1.02}.hero h1 em{color:var(--lime);font-style:normal}.lead{color:#cbd7d5;max-width:600px;font-size:19px}.actions{align-items:center;gap:26px;margin-top:32px;display:flex}.text-link{border-bottom:1px solid #fff6;padding:10px 0;font-weight:800}.hero-trust{color:#aabbb8;gap:22px;margin-top:35px;font-size:12px;display:flex}.court-scene{perspective:700px;height:470px;position:relative}.court{transform-origin:50%;background:linear-gradient(135deg,#276b69,#173d47);border:2px solid #ffffff80;height:330px;position:absolute;top:80px;left:3%;right:2%;transform:rotateX(58deg)rotate(-5deg);box-shadow:0 35px 80px #061114}.court:after,.court:before{content:"";border:2px solid #ffffff8c;position:absolute;inset:14px}.court:after{background:repeating-linear-gradient(90deg,#0000 0 24px,#ffffff06 25px);inset:0}.net{background:#fff;width:3px;height:100%;top:0;left:50%;box-shadow:0 0 0 8px #0b1c212e}.line,.net{position:absolute}.line{background:#ffffffa6}.l1,.l2{width:2px;height:100%;top:0;left:25%}.l2{left:75%}.l3{width:100%;height:2px;top:50%;left:0}.player{background:var(--lime);border-radius:50%;width:17px;height:17px;position:absolute;box-shadow:0 0 0 10px #c8ef451a}.p1{bottom:28%;left:18%}.p2{background:var(--mint);top:28%;right:18%}.ball{background:var(--lime);width:9px;height:9px;box-shadow:0 0 15px var(--lime);border-radius:50%;position:absolute;top:39%;left:58%}.court-note,.score-pill{color:var(--ink);z-index:2;background:#fff;border-radius:10px;padding:14px 18px;position:absolute;box-shadow:0 16px 40px #0003}.score-pill{top:20px;right:0}.court-note small,.score-pill span{color:var(--muted);letter-spacing:1.2px;font-size:10px;display:block}.court-note{bottom:10px;left:0}.quick{margin-top:-1px;padding:38px 0 55px}.eyebrow,.micro{text-transform:uppercase;letter-spacing:1.7px;color:#6c7771;font-size:11px;font-weight:800}.quick-grid{border:1px solid var(--line);background:#fff;border-radius:12px;grid-template-columns:repeat(4,1fr);display:grid;overflow:hidden}.quick-card{border-right:1px solid var(--line);align-items:center;gap:14px;padding:22px;display:flex}.quick-card:last-child{border:0}.quick-card>span{color:#7b8984;font-size:11px}.quick-card div{flex-direction:column;display:flex}.quick-card b{font-size:14px}.quick-card small{color:var(--muted)}.quick-card>span:last-child{margin-left:auto;font-size:18px}.quick-card:hover{background:#f9faef}.section{padding:100px 0}.section-head{max-width:720px;margin-bottom:48px}.section-head .eyebrow{color:#66784a}.section-head h2,.trust-band h2{letter-spacing:-2.5px;margin:13px 0;font-size:clamp(34px,4vw,54px);line-height:1.08}.section-head p{color:var(--muted);font-size:18px}.dark-section{background:var(--navy2);color:#fff;padding:100px 0}.dark-section .section-head p{color:#afbfbc}.dark-section .eyebrow{color:var(--lime)}.foundation-grid{border-top:1px solid #315057;border-left:1px solid #315057;grid-template-columns:repeat(3,1fr);margin-bottom:35px;display:grid}.foundation{border-bottom:1px solid #315057;border-right:1px solid #315057;min-height:190px;padding:30px}.foundation span{color:var(--lime);font-family:monospace;font-size:12px}.foundation h3{margin:28px 0 8px;font-size:20px}.foundation p{color:#aebebb;font-size:14px}.button.light{background:#fff}.tool-grid{grid-template-columns:repeat(6,1fr);gap:16px;display:grid}.tool-card{border:1px solid var(--line);border-radius:var(--radius);background:#fff;flex-direction:column;grid-column:span 2;min-height:300px;padding:26px;transition:all .2s;display:flex}.tool-card:nth-child(4),.tool-card:nth-child(5){grid-column:span 3}.tool-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px #0b1c2114}.tool-tag{text-transform:uppercase;background:#edf0ea;border-radius:99px;align-self:flex-start;padding:5px 9px;font-size:10px;font-weight:800}.tool-icon{color:#52765a;margin:32px 0;font-size:42px}.tool-card h3{margin-bottom:7px;font-size:24px}.tool-card p{color:var(--muted);font-size:14px}.tool-card>b{justify-content:space-between;margin-top:auto;font-size:13px;display:flex}.tool-1{background:#e8f0d4}.tool-2{background:#d8efeb}.journey{background:#e9eadf;padding:90px 0}.steps{grid-template-columns:repeat(5,1fr);display:grid}.steps div{align-items:center;gap:12px;display:flex;position:relative}.steps span{border:1px solid #a9b1a7;border-radius:50%;place-items:center;width:36px;height:36px;font-weight:800;display:grid}.steps b{font-size:13px}.steps i{color:#9da79f;position:absolute;right:15px}.faq-layout{grid-template-columns:.75fr 1.25fr;gap:90px;display:grid}.reviewed{align-items:center;gap:12px;display:flex}.reviewed>span{background:#dcebb4;border-radius:50%;place-items:center;width:36px;height:36px;display:grid}.reviewed b,.reviewed small{display:block}.reviewed small{color:var(--muted)}.faq-list details{border-top:1px solid #cfd6cf;padding:20px 0}.faq-list details:last-child{border-bottom:1px solid #cfd6cf}.faq-list summary{cursor:pointer;justify-content:space-between;font-weight:800;display:flex}.faq-list details p{color:var(--muted);padding-top:15px}.faq-list a{color:#476100;font-weight:700}.trust-band{background:var(--lime);padding:90px 0}.trust-grid{grid-template-columns:repeat(5,1fr);gap:25px;margin-top:45px;display:grid}.trust-grid span{font-family:monospace;font-size:11px}.trust-grid p{margin-top:15px;font-weight:800}.page-hero{background:var(--navy);color:#fff;padding:85px 0 55px}.page-hero h1{letter-spacing:-3px;max-width:900px;margin:12px 0 20px;font-size:clamp(42px,6vw,70px);line-height:1.05}.page-hero p{color:#b9c8c5;max-width:720px;font-size:19px}.breadcrumbs{color:#9aadaa;margin-bottom:22px;font-size:12px}.content-grid{grid-template-columns:2fr 1fr;gap:28px;display:grid}.card,.panel{border:1px solid var(--line);border-radius:var(--radius);background:#fff;padding:28px}.article-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.article-card{border:1px solid var(--line);background:#fff;border-radius:14px;flex-direction:column;min-height:230px;padding:24px;display:flex}.article-card small{color:#607568;text-transform:uppercase;letter-spacing:1px;font-weight:800}.article-card h3{margin:18px 0 10px}.article-card p{color:var(--muted);font-size:14px}.article-card b{margin-top:auto;font-size:13px}.source-box{border-left:4px solid var(--mint);background:#eef1ec;margin-top:35px;padding:18px}.source-box a{text-decoration:underline}.tool-shell{padding:65px 0 100px}.tool-layout{grid-template-columns:minmax(0,1fr) 330px;gap:28px;display:grid}.tool-panel{border:1px solid var(--line);background:#fff;border-radius:20px;padding:32px}.progress{background:#e4e8e1;border-radius:9px;height:7px;margin-bottom:25px;overflow:hidden}.progress i{background:var(--lime);height:100%;transition:all .3s;display:block}.question-options{gap:10px;margin:22px 0;display:grid}.option{text-align:left;background:#fff;border:1px solid #ccd5ce;border-radius:10px;padding:15px;font-weight:700}.result{background:var(--navy);color:#fff;border-radius:16px;padding:28px}.result .metric-grid{grid-template-columns:repeat(2,1fr);gap:10px;margin:20px 0;display:grid}.metric{background:#17363c;border-radius:9px;padding:13px}.metric b,.metric small{display:block}.metric small{color:#9fb2ae}.form-grid{grid-template-columns:repeat(2,1fr);gap:18px;display:grid}.field label{margin-bottom:7px;font-size:13px;font-weight:700;display:block}.field input,.field select,.search{background:#fff;border:1px solid #bdc8bf;border-radius:8px;width:100%;padding:13px}.totals{border-top:1px solid var(--line);margin-top:25px;padding-top:20px}.total-row{justify-content:space-between;padding:8px 0;display:flex}.total-row.grand{border-top:2px solid var(--navy);margin-top:8px;padding-top:15px;font-size:22px;font-weight:800}.check-item{border-bottom:1px solid var(--line);align-items:center;gap:12px;padding:14px;display:flex}.check-item input{accent-color:#6b8b0d;width:20px;height:20px}.check-item.done label{color:#7b8881;text-decoration:line-through}.check-item button{color:#9b3d3d;background:0 0;border:0;margin-left:auto}.scoreboard{background:var(--navy);color:#fff;border-radius:22px;padding:26px}.score-head,.score-teams{grid-template-columns:1fr 1fr;gap:14px;display:grid}.score-team{text-align:center;background:#17353b;border-radius:16px;padding:22px}.score-team input{color:#fff;text-align:center;background:0 0;border:0;border-bottom:1px solid #557078;width:100%;padding:7px;font-weight:800}.big-score{margin:25px 0;font-size:58px;font-weight:900;line-height:1}.point-button{background:var(--lime);border:0;border-radius:13px;width:100%;min-height:92px;font-size:20px;font-weight:900}.sets{justify-content:center;gap:28px;margin:20px;display:flex}.sets div{text-align:center}.sets b{font-size:25px;display:block}.score-actions{justify-content:center;gap:10px;margin-top:18px;display:flex}.score-actions button{color:#fff;background:0 0;border:1px solid #4e666d;border-radius:8px;padding:10px 15px}.court-empty{text-align:center;padding:60px 30px}.court-empty .icon{font-size:56px}.filter-bar{grid-template-columns:2fr repeat(2,1fr);gap:10px;margin-bottom:20px;display:grid}.intro-court{aspect-ratio:2;background:#1a5c60;border:8px solid #0e363c;border-radius:14px;position:relative;overflow:hidden}.intro-court:before{content:"";border:2px solid #fff;position:absolute;inset:6%}.hotspot{background:var(--lime);border:3px solid #fff;border-radius:50%;width:34px;height:34px;font-weight:900;position:absolute}.hotspot:first-of-type{top:43%;left:48%}.hotspot:nth-of-type(2){top:25%;left:18%}.hotspot:nth-of-type(3){top:60%;right:8%}.explanation{background:#eef5d8;border-radius:10px;margin-top:15px;padding:17px}.legal-template{background:#fff9dd;border:2px dashed #d2a735;border-radius:10px;margin-bottom:25px;padding:16px}.search-results{gap:10px;margin-top:18px;display:grid}.search-result{border:1px solid var(--line);background:#fff;border-radius:10px;padding:14px}.not-found{text-align:center;padding:100px 20px}footer{color:#fff;background:#08171b;padding:70px 0 20px}.footer-grid{grid-template-columns:2fr repeat(3,1fr);gap:60px;width:min(1180px,100% - 40px);margin:auto;display:grid}.footer-grid p{color:#9eb0ac;max-width:330px;margin-top:20px}.footer-grid>div:not(:first-child){flex-direction:column;gap:9px;display:flex}.footer-grid>div>a{color:#9eb0ac;font-size:14px}.swiss{color:#788c87;font-size:11px}.footer-bottom{color:#6f8580;border-top:1px solid #294047;justify-content:space-between;width:min(1180px,100% - 40px);margin:50px auto 0;padding-top:18px;font-size:11px;display:flex}@media (max-width:900px){.desktop-cta,.desktop-nav{display:none}.menu-button{background:0 0;border:1px solid #aab5ae;border-radius:7px;padding:8px 12px;display:block}.mobile-nav{background:var(--cream);flex-direction:column;padding:20px;position:absolute;top:78px;left:0;right:0}.mobile-nav,.mobile-nav>a:not(.button){border-bottom:1px solid var(--line);display:flex}.mobile-nav>a:not(.button){justify-content:space-between;padding:13px 0;font-weight:800}.mobile-nav .button{margin-top:15px}.hero-grid{grid-template-columns:1fr;min-height:auto;padding:80px 0 40px}.court-scene{height:400px}.foundation-grid,.quick-grid,.tool-grid{grid-template-columns:1fr 1fr}.tool-card,.tool-card:nth-child(4),.tool-card:nth-child(5){grid-column:span 1}.steps{grid-template-columns:1fr;gap:15px}.steps i{display:none}.content-grid,.faq-layout,.tool-layout{grid-template-columns:1fr}.article-grid,.footer-grid,.trust-grid{grid-template-columns:1fr 1fr}}@media (max-width:600px){.container,.hero-grid,.nav-wrap{width:min(100% - 28px,1180px)}.hero h1{letter-spacing:-2.5px}.hero-trust{gap:6px}.actions,.hero-trust{flex-direction:column}.actions{align-items:stretch}.text-link{text-align:center}.court-scene{height:300px}.article-grid,.filter-bar,.form-grid,.foundation-grid,.quick-grid,.score-teams,.tool-grid{grid-template-columns:1fr}.quick-card{border-right:0;border-bottom:1px solid var(--line)}.foundation{min-height:auto}.dark-section,.section{padding:70px 0}.journey{padding:65px 0}.trust-grid{grid-template-columns:1fr}.tool-panel{padding:20px}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:8px}.page-hero{padding:55px 0}.big-score{font-size:48px}}@media print{.no-print,.site-header,.tool-aside,footer{display:none!important}body{background:#fff}.tool-shell{padding:0}.tool-panel{border:0}.print-title{display:block!important}.check-item{break-inside:avoid}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}.legal-copy h2{margin-top:2.3rem;margin-bottom:.65rem;font-size:1.45rem}.legal-copy h2:first-child{margin-top:0}.legal-copy li,.legal-copy p{color:#4f6063}.operator-address{margin:0 0 1.5rem;font-style:normal;line-height:1.75}.legal-copy a,.operator-address a{color:#476100;text-underline-offset:3px;text-decoration:underline}.article-hero{background:var(--navy);color:#fff;padding:82px 0 90px}.article-hero-inner{max-width:920px;margin-left:calc(50% + min(1180px,100% - 40px)/-2)}.article-hero h1{letter-spacing:-3px;max-width:900px;margin:16px 0 22px;font-size:clamp(42px,5.4vw,70px);line-height:1.04}.article-hero>div>p{color:#b8c8c5;max-width:750px;font-size:20px;line-height:1.55}.article-shell{grid-template-columns:250px minmax(0,760px);align-items:start;gap:80px;padding-top:72px;padding-bottom:100px;display:grid}.article-index{border-top:1px solid #cdd5cf;flex-direction:column;display:flex;position:sticky;top:110px}.article-index>.eyebrow{padding:18px 0 15px}.article-index a{border-top:1px solid #dce2dc;gap:14px;padding:13px 0;font-size:13px;font-weight:700;display:flex}.article-index a span{color:#718078;font-family:monospace}.article-index a:hover{color:#4f7000}.article-body{min-width:0}.answer-block{border-left:5px solid var(--lime);background:#e8f1d1;border-radius:0 14px 14px 0;padding:32px 36px}.answer-block p{margin:12px 0 0;font-size:23px;font-weight:650;line-height:1.48}.section-number{color:#5f7466;text-transform:uppercase;letter-spacing:1.6px;font-size:11px;font-weight:900;display:block}.article-section{border-bottom:1px solid #ccd5ce;padding:66px 0;scroll-margin-top:105px}.article-section h2{letter-spacing:-1.8px;margin:12px 0 24px;font-size:clamp(29px,3vw,42px);line-height:1.12}.article-section>p{color:#4d6063;font-size:18px;line-height:1.7}.key-list{border-top:1px solid #bdc8c0}.key-list>div{border-bottom:1px solid #d5ddd7;grid-template-columns:48px 1fr;gap:14px;padding:18px 0;display:grid}.key-list span{color:#63766a;font-family:monospace;font-size:12px}.key-list p{margin:0;font-weight:700}.situation-card{background:var(--navy);color:#fff;border-radius:16px;padding:34px;position:relative;overflow:hidden}.situation-card:after{content:"";border:2px solid #31555a;width:180px;height:120px;position:absolute;bottom:-50px;right:-25px;transform:skewY(-18deg)}.situation-card>span{color:var(--lime);letter-spacing:2px;font:11px monospace}.situation-card p{z-index:1;max-width:620px;margin:25px 0 0;font-size:20px;line-height:1.6;position:relative}.takeaway{background:#fff;border:1px solid #cfd8d1;border-radius:12px;margin-top:34px;padding:23px}.takeaway b{text-transform:uppercase;letter-spacing:1.3px;color:#567060;font-size:12px}.takeaway p{margin:8px 0 0;font-size:18px;font-weight:750}.source-links{gap:10px;margin:24px 0;display:grid}.source-links a{background:#fff;border:1px solid #cfd8d1;border-radius:9px;justify-content:space-between;padding:15px;font-weight:700;display:flex}.related-section{background:#e9eadf;padding:85px 0 100px}.related-section h2{letter-spacing:-2px;margin:8px 0 35px;font-size:42px}.learn-hero{background:var(--navy);color:#fff;padding:80px 0 0}.learn-hero h1{letter-spacing:-3px;max-width:900px;margin:15px 0 20px;font-size:clamp(42px,5.2vw,68px);line-height:1.04}.learn-hero>div>p{color:#b4c5c1;max-width:720px;font-size:19px}.learn-progress{border-left:1px solid #2c4b51;grid-template-columns:repeat(5,1fr);margin-top:60px;display:grid}.learn-progress button{color:#aebfbb;text-align:left;background:0 0;border-top:1px solid #2c4b51;border-bottom:0;border-left:0;border-right:1px solid #2c4b51;min-height:86px;padding:19px}.learn-progress button b,.learn-progress button span{display:block}.learn-progress button span{margin-bottom:8px;font:11px monospace}.learn-progress button.active{background:var(--lime);color:var(--navy)}.learn-workspace{grid-template-columns:minmax(0,1.5fr) minmax(310px,.5fr);gap:28px;padding-top:64px;padding-bottom:42px;display:grid}.court-module{background:var(--navy);border-radius:16px;padding:28px;position:relative}.court-label-top{text-align:center;color:#91a8a3;letter-spacing:2px;margin-bottom:10px;font:10px monospace}.padel-court{aspect-ratio:2;background:#1d6668;border:8px solid #41676c;grid-template-columns:1fr 10px 1fr;display:grid;position:relative;box-shadow:inset 0 0 0 2px #9bb0ac}.court-half{border:2px solid #fff;position:relative}.court-half-left{border-right:0}.court-half-right{border-left:0}.service-line{background:#fff;width:2px;position:absolute;top:0;bottom:0}.court-half-left .service-line{right:42%}.court-half-right .service-line{left:42%}.service-center{background:#fff;height:2px;position:absolute;top:50%}.court-half-left .service-center{left:58%;right:0}.court-half-right .service-center{left:0;right:58%}.court-net{z-index:3;background:#102e34;position:relative}.court-net:after{content:"";background:repeating-linear-gradient(0deg,#0000 0 6px,#6d8588 7px 8px);position:absolute;inset:0}.court-net span{z-index:2;color:#fff;letter-spacing:1px;background:#102e34;padding:5px;font:9px monospace;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(-90deg)}.court-player{border:3px solid var(--navy);z-index:5;background:#f5f4ed;border-radius:50%;place-items:center;width:32px;height:32px;font-size:11px;font-weight:900;display:grid;position:absolute}.player-a{top:25%;left:12%}.player-b{bottom:25%;left:12%}.player-c{top:25%;right:12%}.player-d{bottom:25%;right:12%}.court-ball{background:var(--lime);z-index:5;border-radius:50%;width:13px;height:13px;position:absolute;top:38%;left:61%;box-shadow:0 0 0 5px #c8ef452e}.court-focus{border:2px solid var(--lime);z-index:4;pointer-events:none;transition:all .25s;position:absolute}.focus-1{border-radius:2px;inset:5px}.focus-2{border-radius:55%;width:30%;height:72%;top:14%;left:7%}.focus-3{border-radius:4px;width:36%;height:88%;top:6%;right:7%}.focus-4{inset:-5px;box-shadow:0 0 0 5px #c8ef4533}.focus-5{border-radius:50%;width:10%;height:30%;top:35%;left:45%}.court-legend{color:#a6b8b4;gap:22px;margin-top:18px;font-size:11px;display:flex}.court-legend span{align-items:center;gap:8px;display:flex}.court-legend i{width:20px;height:5px;display:inline-block}.legend-glass{background:#8db6b5}.legend-grid{background:repeating-linear-gradient(90deg,#6e888b 0 2px,#0000 2px 4px)}.legend-line{background:#fff}.learn-answer{border:1px solid #d1d9d3;border-radius:16px;flex-direction:column;padding:34px;display:flex}.learn-answer h2{letter-spacing:-1.5px;margin:13px 0 14px;font-size:36px}.learn-answer>p{color:#4e6062;font-size:18px;line-height:1.7}.learn-controls{justify-content:space-between;align-items:center;gap:12px;margin-top:auto;padding-top:35px;display:flex}.clear-filters,.finder-back,.finder-share,.learn-back{background:0 0;border:0;padding:10px 0;font-weight:800}.learn-back:disabled{opacity:.35}.learn-summary{border-top:1px solid #cdd5cf;grid-template-columns:.7fr 1.3fr;gap:80px;padding:55px 0 75px;display:grid}.learn-summary h2{letter-spacing:-2px;margin-top:10px;font-size:42px}.learn-summary ol{border-top:1px solid #c7d0c9;margin:0;padding:0;list-style:none}.learn-summary li{border-bottom:1px solid #d5ddd7;grid-template-columns:50px 1fr;gap:15px;padding:17px 0;font-weight:700;display:grid}.learn-summary li span{color:#63776c;font:11px monospace}.learn-source{border-left:4px solid var(--mint);background:#eef1ec;align-items:center;gap:40px;margin-bottom:95px;padding:27px;display:flex}.learn-source p{color:#4e6062;margin:0}.finder-shell{grid-template-columns:minmax(0,1fr) 320px;gap:28px;padding-top:64px;padding-bottom:100px;display:grid}.finder-stage{background:#fff;border:1px solid #d0d9d2;border-radius:18px;min-height:590px;padding:36px}.finder-progress>div{text-transform:uppercase;letter-spacing:1.2px;justify-content:space-between;font-size:11px;display:flex}.finder-progress i{background:#e6ebe7;border-radius:8px;height:6px;margin-top:12px;display:block;overflow:hidden}.finder-progress i span{background:var(--lime);height:100%;transition:all .25s;display:block}.finder-question{max-width:670px;padding:50px 0 26px}.finder-question h2{letter-spacing:-2px;margin:12px 0;font-size:clamp(30px,3.5vw,46px);line-height:1.12}.finder-question p{color:#607073;font-size:17px}.finder-options{gap:10px;display:grid}.finder-options button{text-align:left;background:#fff;border:1px solid #ccd6ce;border-radius:10px;grid-template-columns:45px 1fr 30px;align-items:center;gap:12px;padding:17px;transition:all .15s;display:grid}.finder-options button:hover{background:#f4f9e5;border-color:#769121;transform:translate(3px)}.finder-options button>span{color:#687970;font:11px monospace}.finder-options button div{flex-direction:column;display:flex}.finder-options button b{font-size:16px}.finder-options button small{color:#69777a;margin-top:2px}.finder-options button>i{font-size:20px;font-style:normal}.finder-back{margin-top:22px}.finder-aside{background:var(--navy);color:#fff;border-radius:18px;padding:28px}.finder-aside>.eyebrow{color:var(--lime)}.finder-aside>div{border-top:1px solid #2c474d;grid-template-columns:35px 1fr;gap:8px;padding:17px 0;display:grid}.finder-aside>div:first-of-type{margin-top:25px}.finder-aside>div>span{color:var(--lime);font:11px monospace}.finder-aside b,.finder-aside p{margin:0;display:block}.finder-aside p{color:#9eb1ad;font-size:13px}.finder-aside b{color:#fff;font-size:14px}.finder-aside>small{color:#809590;border-top:1px solid #2c474d;padding-top:18px;display:block}.finder-result-head{max-width:760px}.finder-result-head h2{letter-spacing:-2.4px;margin:12px 0 18px;font-size:clamp(32px,4vw,52px);line-height:1.08}.finder-result-head p{color:#596b6e;font-size:18px}.profile-grid{border-top:1px solid #cbd4cd;border-left:1px solid #cbd4cd;grid-template-columns:repeat(5,1fr);margin-top:35px;display:grid}.profile-grid>div{border-bottom:1px solid #cbd4cd;border-right:1px solid #cbd4cd;flex-direction:column;min-height:130px;padding:16px;display:flex}.profile-grid>div>span{color:#6b7a72;font:10px monospace}.profile-grid small{color:#68777a;margin-top:auto}.profile-grid b{margin-top:4px;font-size:15px}.profile-details{grid-template-columns:1fr 1fr;gap:18px;margin-top:28px;display:grid}.profile-details>div{border:1px solid #d0d8d2;border-radius:12px;padding:22px}.profile-details h3{margin-bottom:12px}.profile-details li{margin-bottom:8px}.profile-avoid{background:#f3eee3}.profile-avoid>span{text-transform:uppercase;letter-spacing:1.2px;color:#8a6430;font-size:11px;font-weight:800}.profile-avoid p{margin-top:12px;font-weight:700}.finder-actions{align-items:center;gap:20px;margin-top:28px;display:flex}.finder-share{border-bottom:1px solid #738079}.courts-shell{padding-top:64px;padding-bottom:100px}.court-search-panel{background:#fff;border:1px solid #d0d9d2;border-radius:18px;padding:32px}.court-search-head{max-width:680px}.court-search-head h2,.court-status h2{letter-spacing:-2px;margin:10px 0;font-size:clamp(30px,3.5vw,46px)}.court-search-head p,.court-status-copy>p{color:#5f7073;font-size:17px}.court-search-panel .filter-bar{grid-template-columns:2fr 1fr 1fr;margin:32px 0 0}.filter-bar label>span{text-transform:uppercase;letter-spacing:1px;color:#61736a;margin-bottom:7px;font-size:11px;font-weight:800;display:block}.filter-bar select{background:#fff;border:1px solid #bdc8bf;border-radius:8px;width:100%;padding:13px}.clear-filters{margin-top:15px}.court-status{background:#e9eadf;border-radius:18px;grid-template-columns:.8fr 1.2fr;gap:80px;margin-top:22px;padding:40px;display:grid}.court-note-panel a,.court-status-copy a{color:#476100;font-weight:800}.verification-steps{border-top:1px solid #c4ccc5}.verification-steps>div{border-bottom:1px solid #cbd3cc;grid-template-columns:48px 1fr;gap:12px;padding:15px 0;display:grid}.verification-steps>div>span{color:#65776c;font:11px monospace}.verification-steps b,.verification-steps p,.verification-steps small{margin:0;display:block}.verification-steps small{color:#667679}.court-note-panel{background:var(--navy);color:#fff;border-radius:16px;grid-template-columns:1fr 2fr auto;align-items:center;gap:28px;margin-top:22px;padding:26px 30px;display:grid}.court-note-panel p{color:#aebfbc;margin:0}.court-note-panel a{color:var(--lime);white-space:nowrap}@media (max-width:900px){.article-shell{grid-template-columns:1fr;gap:35px}.article-index{grid-template-columns:repeat(2,1fr);display:grid;position:static}.article-index>.eyebrow{grid-column:1/-1}.learn-progress{grid-template-columns:repeat(5,1fr);margin-top:34px}.learn-progress button{min-height:72px;padding:10px 6px;font-size:10px;line-height:1.2}.learn-progress button span{margin-bottom:6px}.learn-workspace{padding-top:32px}.court-status,.finder-shell,.learn-summary,.learn-workspace{grid-template-columns:1fr}.finder-aside{order:-1}.profile-grid{grid-template-columns:repeat(2,1fr)}.court-note-panel{grid-template-columns:1fr}.article-hero-inner{margin-inline:auto}.learn-source{align-items:flex-start}.court-search-panel .filter-bar{grid-template-columns:1fr 1fr}}@media (max-width:600px){.article-hero{padding:55px 0 65px}.article-shell{padding-top:45px}.article-index{grid-template-columns:1fr}.answer-block{padding:24px}.answer-block p{font-size:19px}.learn-hero{padding-top:55px}.learn-workspace{padding-top:35px}.court-module{padding:15px}.court-player{width:25px;height:25px}.court-legend{flex-wrap:wrap}.learn-answer{padding:24px}.learn-summary{gap:25px}.learn-source{flex-direction:column;gap:18px}.finder-stage{padding:22px}.finder-aside{order:0}.finder-options button{grid-template-columns:32px 1fr 20px}.profile-details,.profile-grid{grid-template-columns:1fr}.finder-actions{flex-direction:column;align-items:stretch}.court-search-panel{padding:22px}.court-search-panel .filter-bar{grid-template-columns:1fr}.court-status{gap:30px;padding:25px}}.site-header{background:#f5f4edf7}.topic-nav{border-top:1px solid var(--line);color:#5c6b6d;justify-content:center;align-items:center;gap:34px;height:37px;font-weight:750;display:flex}.topic-nav a:hover{color:#3f5c00}.editorial-hero{background:var(--navy);color:#fff;padding:86px 0}.editorial-hero-grid{grid-template-columns:1.02fr .98fr;align-items:center;gap:80px;display:grid}.editorial-intro h1{letter-spacing:-4px;margin:18px 0 24px;font-size:clamp(46px,5.7vw,76px);line-height:1.02}.editorial-hero .text-link{color:#fff}.featured-story{min-height:430px;border-top:5px solid var(--lime);background:#edf2dc;flex-direction:column;padding:42px;display:flex}.featured-label{background:var(--navy);color:#fff;text-transform:uppercase;letter-spacing:1.1px;align-self:flex-start;margin-bottom:60px;padding:7px 10px;font-size:10px;font-weight:800}.editorial-listing small,.featured-story small,.story-list small{color:#607066;text-transform:uppercase;letter-spacing:1.2px;font-size:10px;font-weight:800}.featured-story h2{letter-spacing:-2px;margin:15px 0;font-size:40px;line-height:1.08}.featured-story p{color:#45585a;font-size:17px;line-height:1.65}.featured-story b{justify-content:space-between;margin-top:auto;display:flex}.editorial-heading,.listing-head{grid-template-columns:1fr 1fr;align-items:end;gap:80px;margin-bottom:44px;display:grid}.editorial-heading h2,.listing-head h2{letter-spacing:-2.5px;margin:10px 0 0;font-size:clamp(36px,4vw,54px);line-height:1.08}.editorial-heading>p,.listing-head>p{color:#5b6c6f;margin-bottom:4px;font-size:17px;line-height:1.7}.editorial-listing>a,.story-list>a{border-bottom:1px solid #c9d1ca;grid-template-columns:58px minmax(0,1fr) 28px;align-items:start;gap:20px;padding:28px 4px;display:grid}.editorial-listing>a:hover,.story-list>a:hover{background:#eef0e7}.story-number{color:#68796f;padding-top:5px;font:12px monospace}.editorial-listing h3,.story-list h3{letter-spacing:-.8px;margin:7px 0;font-size:25px}.editorial-listing p,.story-list p{color:#5a6b6e;max-width:820px;margin:0;line-height:1.65}.editorial-listing>a>span:last-child,.story-list>a>span:last-child{font-size:20px}.topic-library{background:#e7e8dd;padding:100px 0}.topic-columns{border-top:1px solid #aeb9b0;border-left:1px solid #aeb9b0;display:grid}.topic-column{border-bottom:1px solid #aeb9b0;border-right:1px solid #aeb9b0;padding:32px}.topic-column h3{letter-spacing:-1px;font-size:26px}.topic-column a{border-bottom:1px solid #c7cec8;justify-content:space-between;gap:20px;padding:15px 0;font-weight:750;display:flex}.topic-column a:hover{text-underline-offset:4px;text-decoration:underline}.start-feature{grid-template-columns:1fr 1fr;gap:90px;padding:100px 0;display:grid}.start-feature h2,.utility-strip h2{letter-spacing:-2px;margin:10px 0 20px;font-size:clamp(34px,4vw,50px);line-height:1.08}.start-feature>div>p,.utility-strip>div>p{color:#596a6d;font-size:17px;line-height:1.7}.start-feature ol{border-top:2px solid var(--ink);margin:0;padding:0;list-style:none}.start-feature li{border-bottom:1px solid #c8d0ca;grid-template-columns:52px 1fr;padding:18px 0;font-size:18px;font-weight:750;display:grid}.start-feature li span{color:#66786c;font:11px monospace}.utility-strip{border-top:1px solid #c5cec7;grid-template-columns:1fr 1fr;gap:90px;padding:75px 0;display:grid}.utility-strip nav a{border-bottom:1px solid #c8d0ca;justify-content:space-between;padding:18px 0;font-weight:800;display:flex}.editorial-review{border-left:4px solid var(--mint);background:#e9ede5;align-items:center;gap:40px;padding:28px;display:flex}.editorial-review p{color:#536568;margin:0}.editorial-listing b{margin-top:12px;font-size:13px;display:inline-block}.article-byline{color:#dce7e4;gap:16px;margin-top:28px;font-size:13px;display:flex}.editorial-section>p+p{margin-top:20px}.article-shell{grid-template-columns:270px minmax(0,790px);gap:75px}.article-index a{line-height:1.35}.court-diagram-title{color:#dce7e4;justify-content:space-between;margin-bottom:28px;font-size:13px;display:flex}.court-diagram-title span{color:#91a8a3;font-family:monospace}.padel-court{box-shadow:none;border:2px solid #fff;margin:24px 32px;overflow:visible}.wall{z-index:7;color:#bcd0cc;letter-spacing:1px;place-items:center;font:7px monospace;display:grid;position:absolute}.wall-back-left,.wall-back-right{background:#76aaa9;border:1px solid #c8dedb;width:10px;top:-15px;bottom:-15px}.wall-back-left{left:-16px}.wall-back-right{right:-16px}.wall-side-top-grid,.wall-side-top-left,.wall-side-top-right{height:10px;top:-16px}.wall-side-bottom-grid,.wall-side-bottom-left,.wall-side-bottom-right{height:10px;bottom:-16px}.wall-side-bottom-left,.wall-side-top-left{background:#76aaa9;border:1px solid #c8dedb;width:27%;left:-6px}.wall-side-bottom-grid,.wall-side-top-grid{background:repeating-linear-gradient(90deg,#789194 0 2px,#142f35 2px 5px);left:27%;right:27%}.wall-side-bottom-right,.wall-side-top-right{background:#76aaa9;border:1px solid #c8dedb;width:27%;right:-6px}.court-net{background:#e4eeeb;justify-self:center;width:4px}.court-net:after{display:none}.court-net span{background:var(--navy);white-space:nowrap}.court-player{opacity:0;transition:all .2s;transform:scale(.8)}.padel-court.step-2 .court-player{opacity:1;transform:scale(1)}.court-ball{opacity:1;transition:left .28s,top .28s,opacity .2s}.ball-step-1,.ball-step-2,.ball-step-5{opacity:0}.ball-step-3{top:70%;left:21%}.ball-step-4{top:22%;left:87%}.court-focus{background:#c8ef4517;border:0;border-radius:0}.focus-1{inset:0}.focus-2{width:50%;height:100%;top:0;left:0}.focus-3{width:35%;height:50%;top:50%;left:0}.focus-4{width:25%;height:100%;box-shadow:none;top:0;left:75%}.focus-5{width:4%;height:100%;top:0;left:48%}.court-actions{align-items:center;gap:24px;margin-top:18px;display:flex}.court-map-default{border-bottom-color:#738079;margin-top:22px;display:inline-block}.seo-guide{padding-top:82px}.seo-guide-head{grid-template-columns:minmax(0,1fr) minmax(300px,.7fr);align-items:end;column-gap:90px;display:grid}.seo-guide-head .section-number{grid-column:1/-1}.seo-guide-head h2{letter-spacing:-2.8px;max-width:760px;margin:13px 0 0;font-size:clamp(36px,4.5vw,56px);line-height:1.06}.seo-guide-head p{color:#596b6e;margin:0;font-size:17px;line-height:1.7}.seo-guide-grid{border-top:2px solid var(--ink);border-left:1px solid #bdc8c0;grid-template-columns:repeat(3,1fr);margin-top:42px;display:grid}.seo-guide-grid article>span{color:#64766b;font:11px monospace}.seo-guide-grid h3{letter-spacing:-.7px;margin:18px 0 12px;font-size:23px;line-height:1.2}.seo-guide-grid p{color:#56686b;line-height:1.72}.seo-guide-grid a{text-underline-offset:4px;font-weight:800;text-decoration:underline}.seo-guide-links{white-space:nowrap;border-bottom:1px solid #c4cdc6;align-items:center;gap:26px;padding:22px 0;display:flex;overflow-x:auto}.seo-guide-links b{margin-right:auto}.seo-guide-links a{font-size:13px;font-weight:750}.finder-guide{border-top:1px solid #cbd3cd;padding-bottom:100px}@media (max-width:900px){.topic-nav{white-space:nowrap;justify-content:flex-start;gap:24px;padding:0 20px;overflow-x:auto}.editorial-heading,.editorial-hero-grid,.listing-head,.start-feature,.utility-strip{grid-template-columns:1fr}.editorial-hero-grid{gap:50px}.editorial-heading,.listing-head{gap:20px}.topic-columns{grid-template-columns:1fr}.topic-column>p{min-height:0}.article-shell,.seo-guide-head{grid-template-columns:1fr}.seo-guide-head{gap:20px}.seo-guide-grid{grid-template-columns:1fr}}@media (max-width:1100px){.desktop-cta,.desktop-nav{display:none}.menu-button{background:0 0;border:1px solid #aab5ae;border-radius:7px;padding:8px 12px;display:block}.mobile-nav{background:var(--cream);flex-direction:column;padding:20px;position:absolute;top:78px;left:0;right:0}.mobile-nav,.mobile-nav>a:not(.button){border-bottom:1px solid var(--line);display:flex}.mobile-nav>a:not(.button){justify-content:space-between;padding:13px 0;font-weight:800}.mobile-nav .button{margin-top:15px}}@media (max-width:1000px){.editorial-hero-grid{grid-template-columns:1fr;gap:50px}}@media (max-width:600px){.topic-nav{display:none}.editorial-hero{padding:58px 0}.editorial-intro h1{letter-spacing:-2.5px}.featured-story{min-height:380px;padding:28px}.featured-label{margin-bottom:40px}.featured-story h2{font-size:32px}.editorial-latest,.topic-library{padding:70px 0}.editorial-listing>a,.story-list>a{grid-template-columns:34px minmax(0,1fr) 18px;gap:10px;padding:23px 0}.editorial-listing h3,.story-list h3{font-size:21px}.editorial-listing p,.story-list p{font-size:14px}.topic-column{padding:24px}.start-feature{gap:40px;padding:70px 0}.utility-strip{gap:35px;padding:55px 0}.editorial-review{flex-direction:column;align-items:flex-start;gap:18px;margin-bottom:70px}.article-byline{flex-direction:column;gap:2px}.editorial-section>p{font-size:17px}.court-diagram-title{flex-direction:column;align-items:flex-start;gap:4px}.padel-court{margin:20px 16px}.wall{font-size:0}.court-legend{font-size:10px}.court-actions{flex-direction:column;align-items:stretch}.seo-guide{padding-top:60px}.seo-guide-grid article{padding:24px}.seo-guide-links{white-space:normal;flex-direction:column;align-items:flex-start;gap:13px}.seo-guide-links b{margin:0}}:root{--navy:#17312c;--navy2:#24463f;--lime:#d8df72;--mint:#b9d2c9;--cream:#f7f3ea;--white:#fffdf8;--ink:#202824;--muted:#68716c;--line:#d7d2c7;--radius:3px}body{background:var(--cream);color:var(--ink);font-family:Helvetica Neue,Helvetica,Arial,sans-serif}h1,h2,h3{letter-spacing:-.035em;font-family:Georgia,Times New Roman,serif;font-weight:500}.container{width:min(1120px,100% - 48px)}.eyebrow,.micro,.section-number{text-transform:none;letter-spacing:.03em;color:#647068;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:12px;font-weight:700}.site-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f7f3eaf7;border-bottom:1px solid #cfc9bd;position:sticky}.nav-wrap{gap:34px;width:min(1180px,100% - 48px);height:84px}.logo{flex-direction:column;align-items:flex-start;line-height:1;display:flex}.logo b{letter-spacing:-1px;font-family:Georgia,Times New Roman,serif;font-size:25px;font-weight:600}.logo small{letter-spacing:.12em;text-transform:uppercase;color:#737a75;margin-top:6px;font-size:9px}.desktop-nav{gap:28px;font-size:13px;font-weight:600}.desktop-nav a:hover,.topic-nav a:hover{text-underline-offset:5px;color:inherit;text-decoration:underline}.topic-nav{color:#676f69;background:#efeade;border-top:0;justify-content:flex-start;gap:28px;height:40px;padding-left:max(24px,50vw - 590px);font-size:11px;font-weight:600}.button{background:var(--navy);box-shadow:none;border-radius:2px;padding:14px 19px}.button:hover{background:#294a43;transform:none}.button.small{padding:10px 15px}.editorial-hero{background:var(--cream);color:var(--ink);border-bottom:1px solid var(--line);padding:92px 0 100px}.editorial-hero-grid{grid-template-columns:1.17fr .83fr;gap:100px}.editorial-intro>p{color:#56605b;max-width:630px;font-size:19px;line-height:1.7}.editorial-hero .text-link{color:var(--ink);border-color:#8b918c}.featured-story{min-height:390px;color:var(--ink);background:#e4e8d6;border-top:1px solid #858d7f}.featured-label{color:#526052;text-transform:none;letter-spacing:.02em;background:0 0;border-bottom:1px solid #aab29f;width:100%;margin-bottom:66px;padding:0 0 10px;font-size:11px}.editorial-listing small,.featured-story small,.story-list small{letter-spacing:.02em;text-transform:none;color:#667067;font-size:11px}.featured-story h2{letter-spacing:-.04em;font-size:38px;line-height:1.06}.featured-story p{color:#4f5b52;font-size:16px}.featured-story:hover h2{color:#52652b;text-decoration:none}.editorial-latest{padding:105px 0 115px}.editorial-heading,.listing-head{grid-template-columns:1.1fr .9fr;gap:100px;margin-bottom:38px}.editorial-heading h2,.listing-head h2{letter-spacing:-.045em;font-size:clamp(40px,4.6vw,58px);font-weight:500}.editorial-heading>p,.listing-head>p{color:#606a65;font-size:16px;line-height:1.75}.editorial-listing,.story-list{border-top:1px solid #777f79}.editorial-listing>a,.story-list>a{border-bottom:1px solid #d2cdc2;grid-template-columns:minmax(0,1fr) 26px;gap:22px;padding:31px 2px}.story-number{display:none}.editorial-listing h3,.story-list h3{margin:8px 0 7px;font-size:29px;font-weight:500}.editorial-listing p,.story-list p{color:#626b67;font-size:15px;line-height:1.7}.editorial-listing>a:hover,.story-list>a:hover{background:0 0;padding-left:10px}.topic-library{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fffdf8;padding:110px 0}.topic-columns{border:0;grid-template-columns:repeat(3,1fr);gap:52px}.topic-column{border:0;border-top:1px solid #858d87;padding:25px 0 0}.topic-column:nth-child(2){margin-top:36px}.topic-column:nth-child(3){margin-top:72px}.topic-column h3{font-size:31px;font-weight:500}.topic-column>p{color:#626b67;min-height:70px}.topic-column>div{border-top:0}.topic-column a{border-color:#d9d4ca;font-size:14px;font-weight:600}.start-feature{border-bottom:1px solid var(--line);gap:120px;padding:115px 0}.start-feature h2,.utility-strip h2{letter-spacing:-.045em;font-size:clamp(38px,4.6vw,56px);font-weight:500}.start-feature ol{border-top:1px solid #777f79}.start-feature li{grid-template-columns:38px 1fr;font-family:Georgia,Times New Roman,serif;font-size:20px;font-weight:500}.start-feature li span{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:10px}.utility-strip{border-top:0;border-bottom:1px solid var(--line);gap:120px;padding:88px 0}.utility-strip nav{border-top:1px solid #777f79}.utility-strip nav a{font-weight:600}.author-note{grid-template-columns:110px minmax(0,720px);align-items:start;gap:42px;padding:90px 0;display:grid}.author-note>div span{color:#4f554f;background:#d9d2c2;border-radius:50%;place-items:center;width:86px;height:86px;font-family:Georgia,Times New Roman,serif;font-size:25px;display:grid}.author-note blockquote{margin:0}.author-note small{color:#6b746e;margin-bottom:16px;font-size:11px;display:block}.author-note p{letter-spacing:-.02em;margin-bottom:20px;font-family:Georgia,Times New Roman,serif;font-size:26px;line-height:1.48}.author-note a{text-underline-offset:4px;font-size:13px;font-weight:700;text-decoration:underline}.editorial-review{background:0 0;border-top:1px solid #b8b5ac;border-bottom:1px solid #b8b5ac;border-left:0;margin-bottom:100px;padding:25px 0}.article-hero,.page-hero{color:var(--ink);background:#e9e4d8;border-bottom:1px solid #cbc5b8}.page-hero h1{letter-spacing:-.05em;max-width:980px;font-size:clamp(48px,6vw,74px);font-weight:500}.page-hero p{color:#59635e;font-size:18px}.breadcrumbs{color:#69736e}.article-hero h1{letter-spacing:-.05em;font-size:clamp(48px,6.2vw,76px);font-weight:500}.article-hero p{color:#58625d}.article-byline{color:#4f5a55}.article-byline span{color:#6d7772}.article-hero .reviewed{margin-top:25px}.listing-section{padding-top:90px}.article-shell{grid-template-columns:230px minmax(0,720px);gap:95px;padding-top:85px}.article-index{border-top:1px solid #8d938e;padding-top:18px}.article-index a{border-bottom:1px solid #dad5cb;padding:11px 0;font-size:12px}.article-index a span{display:none}.answer-block{background:0 0;border:0;border-left:3px solid #929d55;border-radius:0;padding:8px 0 8px 28px}.answer-block p{font-family:Georgia,Times New Roman,serif;font-size:25px;line-height:1.55}.article-section{border-top:1px solid #c9c5bb;margin-top:62px;padding-top:48px}.article-section h2{letter-spacing:-.04em;font-size:40px;font-weight:500}.editorial-section>p{color:#3e4944;font-size:18px;line-height:1.85}.key-list>div{grid-template-columns:28px 1fr}.key-list>div>span{font-size:10px}.situation-card{background:#eee8dc;border-left:0;border-radius:0;padding:32px}.situation-card>span{font-family:Georgia,Times New Roman,serif}.takeaway{background:#e4e8d6;border-radius:0;padding:25px}.source-links a{background:0 0;border:0;border-bottom:1px solid #cfcac0;border-radius:0;padding:14px 0}.related-section{background:#e9e4d8;border-top:1px solid #cbc5b8}.article-card,.card,.court-module,.court-note-panel,.court-search-panel,.court-status,.finder-aside,.finder-stage,.learn-answer,.panel,.tool-panel{box-shadow:none;border-radius:3px}.article-grid{gap:32px}.article-card{background:0 0;border:0;border-top:1px solid #8b928c;min-height:250px;padding:22px 0}.article-card h3{font-size:25px}.article-card p{font-size:15px;line-height:1.7}.finder-aside{background:#315148}.finder-options button{border-radius:2px}.finder-options button:hover{background:#f1f0e7;transform:none}.profile-grid{border-color:#bdb9af}.profile-grid>div{border-color:#c9c5bb}.court-note-panel{background:#315148}.seo-guide-grid{border-left:0;gap:38px}.seo-guide-grid article{border-bottom:1px solid #c8c4ba;border-right:0;padding:28px 0}.seo-guide-grid article>span{display:none}.seo-guide-grid h3{font-size:26px}.seo-guide-links{border-top:1px solid #c4c0b7}.learn-answer h2{font-size:39px}.tool-aside .eyebrow{color:#647068}footer{background:#17312c;padding-top:75px}.footer-grid p{color:#bec9c3}.footer-grid>div>a{color:#bac5bf}@media (max-width:900px){.editorial-heading,.editorial-hero-grid,.listing-head,.start-feature,.utility-strip{grid-template-columns:1fr;gap:44px}.topic-columns{grid-template-columns:1fr;gap:35px}.topic-column:nth-child(2),.topic-column:nth-child(3){margin-top:0}.article-shell{grid-template-columns:1fr;gap:45px}.article-index{position:static}.seo-guide-grid{gap:0}.author-note{grid-template-columns:80px 1fr;gap:28px}}@media (max-width:600px){.container,.nav-wrap{width:min(100% - 32px,1120px)}.editorial-hero{padding:62px 0 70px}.editorial-intro h1{letter-spacing:-.045em;font-size:49px}.featured-story{min-height:340px;padding:25px}.featured-label{margin-bottom:44px}.editorial-listing>a,.story-list>a{grid-template-columns:minmax(0,1fr) 18px;gap:10px}.editorial-listing h3,.story-list h3{font-size:24px}.editorial-listing p,.story-list p{font-size:15px}.start-feature,.utility-strip{padding:75px 0}.author-note{grid-template-columns:1fr;padding:70px 0}.author-note p{font-size:23px}.article-shell{padding-top:55px}.answer-block{padding-left:20px}.answer-block p{font-size:22px}.article-section h2{font-size:34px}.article-hero h1,.page-hero h1{font-size:47px}.footer-grid{grid-template-columns:1fr}}.editorial-hero{padding:72px 0 78px}.editorial-hero-grid{grid-template-columns:minmax(0,1.08fr) minmax(340px,.92fr);align-items:stretch;gap:68px}.editorial-intro{align-self:center}.editorial-intro h1{letter-spacing:-.05em;max-width:650px;margin:17px 0 22px;font-size:clamp(48px,5vw,66px);line-height:1.01}.editorial-intro>p{font-size:18px;line-height:1.65}.featured-story{min-height:340px;padding:30px}.featured-label{margin-bottom:40px}.featured-story h2{font-size:34px}.page-hero{padding:64px 0 60px}.page-hero h1{font-size:clamp(44px,5vw,62px)}.article-hero{padding:62px 0 68px}.article-hero h1{font-size:clamp(44px,5.2vw,64px)}.learn-hero{background:#315148;padding:58px 0 0}.learn-hero h1{max-width:820px;margin:12px 0 15px;font-size:clamp(40px,4.6vw,58px);line-height:1.05}.learn-hero>div>p{max-width:650px;font-size:17px;line-height:1.65}.learn-progress{border-top:1px solid #ffffff47;border-left:0;margin-top:38px}.learn-progress button{color:#c5d1cd;border-top:0;border-right:1px solid #ffffff2e;min-height:72px;padding:15px 16px;position:relative}.learn-progress button:first-child{border-left:1px solid #ffffff2e}.learn-progress button span{color:#91aaa3;margin-bottom:5px}.learn-progress button b{font-size:13px;font-weight:650}.learn-progress button.active span{color:#667169}.learn-progress button.active:after{content:"";background:#9da64c;height:3px;position:absolute;bottom:0;left:0;right:0}.learn-workspace{grid-template-columns:minmax(0,1.32fr) minmax(280px,.68fr);align-items:stretch;gap:34px;padding-top:46px;padding-bottom:68px}.court-module{background:#17312c;padding:26px}.court-diagram-title{margin-bottom:22px}.learn-answer{background:#fffdf8;padding:30px}.learn-answer h2{margin-top:18px;font-size:35px}.learn-answer>p{font-size:16px;line-height:1.72}.learn-controls{padding-top:28px}.learn-summary{gap:65px;padding:64px 0 76px}.learn-summary h2{font-size:38px}@media (min-width:1200px){.learn-workspace{width:min(1080px,100% - 48px)}}@media (max-width:900px){.editorial-hero-grid{grid-template-columns:1fr;gap:38px}.featured-story{min-height:300px}.learn-progress{grid-template-columns:repeat(5,minmax(130px,1fr));overflow-x:auto}.learn-workspace{grid-template-columns:1fr;gap:24px}}@media (max-width:600px){.nav-wrap{height:72px}.editorial-hero{padding:52px 0 62px}.editorial-intro h1{font-size:45px}.learn-hero{padding-top:45px}.learn-hero h1{font-size:41px}.learn-progress{margin-top:30px;margin-left:-16px;margin-right:-16px;padding-left:16px}.learn-progress button{min-height:68px}.learn-workspace{padding-top:28px;padding-bottom:55px}.court-module,.learn-answer{padding:20px}.learn-summary{padding:52px 0 62px}}:root{--sun:#f1d55b;--coral:#e58d73;--aqua:#a9d8cd;--leaf:#9fbd58;--powder:#d8e8e2}.site-header{border-top:5px solid var(--coral);background:#fbf6ecf5}.desktop-nav a:nth-child(2),.desktop-nav a:nth-child(5){color:#266f62}.button{color:#fff;background:#215e53}.button:hover{background:#17463e}.desktop-cta{background:var(--sun);color:#23332e}.desktop-cta:hover{background:#e6c63e}.featured-story{background:var(--aqua);border-top:5px solid #247468}.story-list>a{position:relative}.story-list>a:before{content:"";background:var(--coral);width:5px;height:24px;position:absolute;top:31px;left:-13px}.story-list>a:nth-child(3n+2):before{background:#3e9586}.story-list>a:nth-child(3n):before{background:#c5a624}.topic-column{background:#f8f3e8;border-top:5px solid #27766a;padding:28px 25px 24px}.topic-column:nth-child(2){background:#f3dc9c;border-top-color:#b6931e}.topic-column:nth-child(3){background:#f1cec3;border-top-color:#c36852}.topic-column a{border-color:#20282429}.start-feature .eyebrow,.start-feature li:nth-child(odd) span,.utility-strip .eyebrow{color:#b05341}.start-feature li:nth-child(2n) span{color:#207468}.utility-strip nav a:hover{color:#a94738;background:#f3dfd5;padding-left:10px;padding-right:10px}.article-hero,.page-hero{color:#fffdf8;background:#205f54;border-bottom-color:#17463e}.article-grid .article-card{border-top-width:4px;border-top-color:#e58d73}.article-grid .article-card:nth-child(3n+2){border-top-color:#3d9687}.article-grid .article-card:nth-child(3n){border-top-color:#d3b12f}.learn-answer{border-top:5px solid var(--coral)}.learn-summary li:nth-child(odd) span{color:#b45240}.learn-summary li:nth-child(2n) span{color:#22786a}.learn-source{background:#dcebe5;border-left-color:#d06950}.seo-guide-grid article:nth-child(3n+1){border-top:4px solid var(--coral)}.seo-guide-grid article:nth-child(3n+2){border-top:4px solid #3d9687}.seo-guide-grid article:nth-child(3n){border-top:4px solid #d3b12f}.tool-card:nth-child(3n+1){border-top:4px solid var(--coral)}.tool-card:nth-child(3n+2){border-top:4px solid #3d9687}.tool-card:nth-child(3n){border-top:4px solid #d3b12f}footer{border-top:7px solid var(--sun)}@media (max-width:600px){.site-header{border-top-width:4px}.story-list>a:before{width:3px;left:-8px}.topic-column{padding:24px 20px}}:root{--blue-950:#0c2948;--blue-800:#174a75;--blue-600:#2e73ae;--blue-300:#9fc7e7;--blue-100:#e5f1fa;--blue-050:#f5f9fc}body{background:#fff}.site-header{border-top-color:var(--blue-600);background:#fffffff7;border-bottom-color:#d8e3ec}.logo b{color:var(--blue-950)}.logo small{color:#58718a}.button,.desktop-cta{background:var(--blue-800)}.editorial-hero{background:var(--blue-050);border-bottom-color:#d7e5ef}.editorial-hero .eyebrow{color:var(--blue-600)}.featured-story{background:var(--blue-100);border-top-color:var(--blue-600)}.featured-story:hover h2{color:var(--blue-600)}.topic-column,.topic-column:nth-child(2),.topic-column:nth-child(3){border-top-color:var(--blue-600)}.topic-column:nth-child(2){border-top-color:var(--blue-800)}.topic-column:nth-child(3){border-top-color:var(--blue-300)}.start-feature .eyebrow,.start-feature li:nth-child(2n) span,.start-feature li:nth-child(odd) span,.utility-strip .eyebrow{color:var(--blue-600)}.utility-strip nav a:hover{color:var(--blue-800);background:var(--blue-100)}.author-note>div span{background:var(--blue-800);color:#fff}.editorial-review{border-color:#b9cee0}.reviewed>span{background:#d9ebf8}.article-hero,.page-hero{background:var(--blue-950);border-bottom-color:#061a2d}.article-byline,.article-byline span{color:#bdd4e5}.article-hero .reviewed small{color:#c9dce9}.takeaway{background:var(--blue-100)}.situation-card{background:#eaf3f9}.learn-progress button.active{background:#d9ebf8}.court-module{background:#102f4b}.learn-answer{border-top-color:var(--blue-600)}.learn-summary li:nth-child(2n) span,.learn-summary li:nth-child(odd) span{color:var(--blue-600)}.learn-source{border-left-color:var(--blue-600);background:#eaf3f9}.court-note-panel,.finder-aside{background:var(--blue-950)}.seo-guide-grid article:nth-child(3n),.seo-guide-grid article:nth-child(3n+1),.seo-guide-grid article:nth-child(3n+2),.tool-card:nth-child(3n),.tool-card:nth-child(3n+1),.tool-card:nth-child(3n+2),footer{border-top-color:var(--blue-600)}footer{background:#081f35}:root{--brand-blue:#3046d6;--brand-blue-dark:#1f2d8d;--brand-blue-ink:#18205f;--brand-pale:#eef1ff;--brand-ice:#f6f7ff;--brand-white:#fffdfa}body{background:var(--brand-white);color:#171b38}.site-header{background:#fffdfaf7;border-top:0;border-bottom:1px solid #d9ddf2}.nav-wrap{height:86px}.brand{background:var(--brand-blue);color:#fff;border-radius:999px;padding:11px 20px}.logo b{color:#fff;letter-spacing:-1.2px;font-family:Arial,Helvetica,sans-serif;font-weight:800}.logo small{color:#dce1ff;font-size:8px}.desktop-nav a,.desktop-nav a:nth-child(2),.desktop-nav a:nth-child(5){color:#1d2456}.desktop-nav a:hover{color:var(--brand-blue)}.button,.desktop-cta{background:var(--brand-blue);color:#fff;border-radius:999px}.button:hover,.desktop-cta:hover{background:var(--brand-blue-dark)}.desktop-cta{color:var(--brand-blue);border:1px solid var(--brand-blue);background:#fff}.editorial-hero{background:var(--brand-white);border-bottom:1px solid #dfe2f2;padding-top:82px}.editorial-intro h1{color:var(--brand-blue);font-family:Georgia,Times New Roman,serif;font-size:clamp(50px,5.2vw,70px)}.editorial-intro>p{color:#495073}.editorial-hero .eyebrow,.start-feature .eyebrow,.utility-strip .eyebrow{color:var(--brand-blue)}.featured-story{background:var(--brand-blue);color:#fff;border:0;border-radius:24px;padding:34px}.featured-label{color:#dbe0ff;border-color:#7684e8}.featured-story small{color:#dbe0ff}.featured-story p{color:#eef0ff}.featured-story:hover h2{color:#fff;text-underline-offset:5px;text-decoration:underline;text-decoration-thickness:2px}.home-search{z-index:8;max-width:650px;margin-top:30px;position:relative}.home-search>label{color:var(--brand-blue-ink);margin-bottom:8px;font-size:13px;font-weight:800;display:block}.home-search .search{border:2px solid var(--brand-blue);color:#1a2053;background:#fff;border-radius:999px;padding:16px 22px;box-shadow:0 10px 30px #3046d617}.search-shortcuts{color:#657096;flex-wrap:wrap;align-items:center;gap:8px;margin:12px 0 0;font-size:11px;display:flex}.search-shortcuts>span{color:#4d587b;align-items:center;gap:7px;padding:7px 5px 7px 0;font-weight:800;display:inline-flex}.search-shortcuts>span:before{content:"";background:var(--brand-blue);border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #e6e9ff}.search-shortcuts a{color:#293fb9;background:#fff;border:1px solid #cfd5f3;border-radius:999px;align-items:center;min-height:32px;padding:7px 12px;font-weight:750;text-decoration:none;transition:background .16s,color .16s,border-color .16s,transform .16s;display:inline-flex;box-shadow:0 3px 12px #293fb90f}.search-shortcuts a:hover{background:var(--brand-blue);border-color:var(--brand-blue);color:#fff;transform:translateY(-1px)}.tournament-home-button{color:var(--brand-blue)!important;border:2px solid var(--brand-blue)!important;box-shadow:none!important;background:#fff!important}.tournament-home-button:hover{transform:translateY(-2px);background:var(--brand-pale)!important}.local-search{position:relative}.home-search .search-results{z-index:20;background:#fff;border:1px solid #cfd5f3;border-radius:18px;padding:8px;position:absolute;top:calc(100% + 8px);left:0;right:0;box-shadow:0 18px 55px #161f602e}.home-search .search-result{color:#222958;border:0;border-bottom:1px solid #e1e4f5;border-radius:10px;justify-content:space-between;padding:12px 14px;display:flex}.home-search .search-result>span{flex-direction:column;display:flex}.home-search .search-result small{color:#78819f;margin-top:2px;font-size:10px}.home-search .search-result strong{color:var(--brand-blue);align-self:center}.home-search .search-result:last-child{border-bottom:0}.home-search .search-result:hover{background:var(--brand-pale);color:var(--brand-blue)}.story-list>a:before,.story-list>a:nth-child(3n):before,.story-list>a:nth-child(3n+2):before{background:var(--brand-blue)}.editorial-listing h3,.story-list h3{color:#1d2454}.editorial-listing>a:hover,.story-list>a:hover{color:var(--brand-blue)}.topic-library{background:var(--brand-pale);border-color:#d4d9f4}.topic-column,.topic-column:nth-child(2),.topic-column:nth-child(3){border:1px solid #bfc7f2;border-top:6px solid var(--brand-blue);background:#fff;border-radius:18px;padding:28px}.topic-column:nth-child(2),.topic-column:nth-child(3){border-top-color:var(--brand-blue)}.start-feature li span,.start-feature li:nth-child(2n) span,.start-feature li:nth-child(odd) span,.topic-column a:hover{color:var(--brand-blue)}.utility-strip nav a:hover{background:var(--brand-pale);color:var(--brand-blue);border-radius:10px}.author-note>div span{background:var(--brand-blue)}.reviewed>span{background:var(--brand-pale);color:var(--brand-blue)}.article-hero,.page-hero{background:var(--brand-blue);color:#fff;border-bottom:0}.article-hero .eyebrow,.breadcrumbs,.page-hero .eyebrow{color:#dce1ff}.article-hero p,.article-hero>div>p,.page-hero p{color:#edf0ff}.article-grid .article-card,.article-grid .article-card:nth-child(3n),.article-grid .article-card:nth-child(3n+2){border-top-color:var(--brand-blue)}.article-card small{color:var(--brand-blue)}.answer-block{border-left-color:var(--brand-blue)}.learn-source,.source-box,.takeaway{background:var(--brand-pale);border-color:#aab5ef}.situation-card{background:var(--brand-pale);color:#1d2454}.situation-card>span{color:var(--brand-blue)}.related-section{background:var(--brand-pale);border-color:#d3d8f3}.learn-hero{background:var(--brand-blue)}.learn-progress button{border-color:#ffffff38}.learn-progress button.active{color:var(--brand-blue-ink);background:#fff}.learn-progress button.active:after{background:#101d87}.learn-photo-module{background:var(--brand-blue);border-radius:24px;align-self:start;margin:0;padding:16px}.learn-photo{aspect-ratio:2;background:#fff;border-radius:16px;position:relative;overflow:hidden}.learn-photo img{object-fit:cover;width:100%;height:100%;display:block}.photo-step{z-index:3;letter-spacing:.06em;text-transform:uppercase;border-radius:999px;padding:8px 13px;font-size:11px;font-weight:800;position:absolute;top:18px;left:18px}.court-pin,.photo-step{background:var(--brand-blue);color:#fff}.court-pin{z-index:4;border:3px solid #fff;border-radius:50%;place-items:center;width:34px;height:34px;font-weight:900;display:grid;position:absolute;box-shadow:0 7px 20px #080f3f42}.pin-1{bottom:12%;left:9%}.pin-2{top:50%;left:50%;transform:translate(-50%,-50%)}.pin-3{top:9%;right:8%}.court-callout-list{grid-template-columns:repeat(3,1fr);gap:8px;margin-top:12px;display:grid}.court-callout-item{color:#1c2458;background:#fff;border-radius:10px;align-items:center;gap:9px;padding:8px 10px;font-size:11px;font-weight:750;display:flex}.court-callout-item b{background:var(--brand-blue);color:#fff;border-radius:50%;flex:none;place-items:center;width:25px;height:25px;display:grid}.learn-photo-module figcaption{color:#dce1ff;margin:10px 5px 0;font-size:10px}.learn-photo-module figcaption a{text-underline-offset:3px;text-decoration:underline}.learn-answer{border:1px solid #cfd4ef;border-top:6px solid var(--brand-blue);background:#fff}.learn-answer .section-number,.learn-summary li span,.learn-summary li:nth-child(2n) span,.learn-summary li:nth-child(odd) span{color:var(--brand-blue)}.tool-1,.tool-2,.tool-card{background:#fff;border-color:#cfd4ef}.tool-card:nth-child(3n),.tool-card:nth-child(3n+1),.tool-card:nth-child(3n+2){border-top-color:var(--brand-blue)}.tool-tag{background:var(--brand-pale);color:var(--brand-blue)}.tools-library,.tools-search{gap:34px;display:grid}.tools-search{border-top:6px solid var(--brand-blue);background:linear-gradient(115deg,#fff 0 46%,var(--brand-pale) 46% 100%);grid-template-columns:minmax(250px,.8fr) minmax(360px,1.2fr);align-items:center;margin:0;padding:30px}.tools-search-copy h2{margin:8px 0 10px;font-size:clamp(27px,3vw,38px);line-height:1.05}.tools-search-copy p{color:#606b86;max-width:390px;margin:0}.tools-search-control{min-width:0}.tools-search-control .search{background:#fff;padding:18px 20px;box-shadow:0 8px 28px #1c2d9617}.tools-search-shortcuts{flex-wrap:wrap;gap:8px;margin-top:13px;display:flex}.tools-search-shortcuts a{color:#2d3fb5;background:#fff;border:1px solid #c4ccef;border-radius:999px;padding:8px 12px;font-size:11px;font-weight:800}.tools-search-shortcuts a:hover{background:var(--brand-blue);border-color:var(--brand-blue);color:#fff}.tool-feature{background:var(--brand-blue);color:#fff;border-radius:20px;grid-template-columns:1fr auto;align-items:end;gap:30px;padding:30px;display:grid}.tool-feature .eyebrow{color:#dce1ff}.tool-feature h2{margin:8px 0;font-size:clamp(30px,4vw,46px)}.tool-feature p{color:#e8ebff;max-width:650px;margin:0}.tool-feature>b{color:var(--brand-blue);white-space:nowrap;background:#fff;border-radius:999px;padding:13px 18px}.tools-library>section>h2{margin:7px 0 18px;font-size:clamp(28px,3vw,38px)}.tool-library-grid{grid-template-columns:repeat(2,1fr);gap:14px;display:grid}.related-tools{background:#fff;border:1px solid #d5d9ec;border-radius:16px;grid-template-columns:1.3fr repeat(5,1fr);margin-top:24px;display:grid;overflow:hidden}.related-tools>a,.related-tools>div{border-right:1px solid #e0e3f0;padding:18px}.related-tools>div h2{margin:5px 0 0;font-size:20px}.related-tools>a{color:#1d2456;justify-content:space-between;align-items:center;gap:10px;display:flex}.related-tools>a:hover{background:var(--brand-pale);color:var(--brand-blue)}.related-tools>a:last-child{border-right:0}.court-note-panel,.finder-aside,.result,.scoreboard{background:var(--brand-blue)}.metric,.score-team{background:#2537b6}.point-button{color:var(--brand-blue);background:#fff;border-radius:999px}.progress i{background:var(--brand-blue)}.option.selected,.option:hover{background:var(--brand-pale);border-color:var(--brand-blue)}.court-status{background:var(--brand-pale)}.intro-court{background:#3551d7;border-color:#1c2d96}.search{border-color:#b9c2ee}.court-place-shortcuts{flex-wrap:wrap;align-items:center;gap:7px;margin:13px 0 20px;display:flex}.court-place-shortcuts>span{color:#687292;font-size:11px;font-weight:800}.court-place-shortcuts button{color:#3244ad;cursor:pointer;background:#fff;border:1px solid #cfd5ed;border-radius:999px;padding:7px 11px;font-size:11px;font-weight:700}.court-place-shortcuts button.active,.court-place-shortcuts button:hover{background:var(--brand-blue);border-color:var(--brand-blue);color:#fff}.court-search-summary{background:var(--brand-pale);border-radius:14px;justify-content:space-between;align-items:center;gap:20px;padding:18px;display:flex}.court-search-summary>div:first-child{flex-direction:column;gap:3px;display:flex}.court-search-summary span{text-transform:uppercase;letter-spacing:.1em;color:#6f7895;font-size:10px}.court-search-summary b{color:#17205d}.court-search-summary small{color:#737c98}.court-search-summary .court-actions{align-items:center;gap:14px;margin:0;display:flex}.court-search-summary .button.disabled{opacity:.45;cursor:not-allowed;pointer-events:none}.courts-shell{padding-top:42px}.court-search-panel-v2{background:#fff;border-color:#cdd3ee;grid-template-columns:minmax(0,1.55fr) minmax(280px,.65fr);padding:0;display:grid;overflow:hidden}.court-search-main{min-width:0;padding:42px 44px 38px}.court-search-head-v2{max-width:760px}.court-search-head-v2 .section-number{color:var(--brand-blue);letter-spacing:.1em;font-weight:850}.court-search-head-v2 h2{color:#17205d;letter-spacing:-2.2px;max-width:700px;margin:12px 0 16px;font-family:Georgia,Times New Roman,serif;font-size:clamp(34px,4vw,52px);line-height:1.04}.court-search-head-v2 p{color:#5d6785;max-width:690px;margin-bottom:0;font-size:16px;line-height:1.65}.court-search-form{margin-top:30px}.court-canton-field>span,.court-location-field>span,.court-type-field legend{color:#29336c;letter-spacing:.09em;text-transform:uppercase;margin-bottom:8px;font-size:11px;font-weight:850;display:block}.court-canton-field small,.court-location-field small,.court-type-field small{color:#8a92aa;letter-spacing:.05em;font-size:9px;font-weight:700}.court-location-row{grid-template-columns:minmax(0,1fr) auto;gap:10px;display:grid}.court-location-input{width:100%;min-width:0;font-size:16px;box-shadow:0 8px 22px #3046d60f;color:#17205d!important;background:#fbfcff!important;border:2px solid #aeb9ef!important;border-radius:12px!important;padding:17px 18px!important}.court-location-input::placeholder{color:#858da7}.court-location-input:focus{border-color:var(--brand-blue)!important;outline-offset:1px!important;background:#fff!important;outline:3px solid #dce1ff!important}.court-search-submit{background:var(--brand-blue);color:#fff;border:0;border-radius:12px;justify-content:center;align-items:center;gap:14px;min-width:190px;padding:0 20px;font-weight:850;transition:background .16s,transform .16s;display:flex;box-shadow:0 10px 24px #3046d62e}.court-search-submit:hover:not(:disabled){background:var(--brand-blue-dark);transform:translateY(-1px)}.court-search-submit:disabled{color:#8991ad;box-shadow:none;cursor:not-allowed;background:#d9def3}.court-filter-row{margin-top:20px;display:block}.court-canton-field select{color:#222b65;background:#fff;border:1px solid #c7cde6;border-radius:10px;width:100%;height:46px;padding:0 13px;font-weight:700}.court-type-field{border:0;min-width:0;max-width:430px;margin:0;padding:0}.court-type-options{background:#f5f6fc;border:1px solid #c7cde6;border-radius:10px;grid-template-columns:repeat(3,1fr);gap:6px;padding:4px;display:grid}.court-type-options button{color:#68718f;background:0 0;border:0;border-radius:7px;min-height:36px;font-size:12px;font-weight:800}.court-type-options button:hover{color:var(--brand-blue)}.court-type-options button.active{color:var(--brand-blue);background:#fff;box-shadow:0 2px 8px #1d2a781f}.court-search-panel-v2 .court-place-shortcuts{border-top:1px solid #e2e5f3;margin:18px 0 0;padding-top:18px}.court-search-panel-v2 .court-place-shortcuts>span{color:#69728f;text-transform:uppercase;letter-spacing:.08em;font-size:9px}.court-search-panel-v2 .court-place-shortcuts button{background:#f8f9ff;padding:7px 12px}.court-query-preview{border-left:4px solid var(--brand-blue);background:var(--brand-pale);justify-content:space-between;align-items:center;gap:18px;margin-top:22px;padding:14px 16px;display:flex}.court-query-preview>div{flex-direction:column;gap:2px;min-width:0;display:flex}.court-query-preview span{color:#737b99;letter-spacing:.1em;text-transform:uppercase;font-size:9px;font-weight:800}.court-query-preview b{overflow-wrap:anywhere;color:#17205d;font-size:13px}.court-query-preview .clear-filters{color:#53609b;border-bottom:1px solid #8d97c1;flex:none;margin:0;font-size:11px}.court-search-aside{background:var(--brand-blue);color:#fff;flex-direction:column;padding:40px 34px;display:flex}.court-search-aside-label{color:#dce1ff;letter-spacing:.12em;text-transform:uppercase;font-size:10px;font-weight:850}.court-search-aside h3{letter-spacing:-1px;margin:18px 0 28px;font-family:Georgia,Times New Roman,serif;font-size:28px;line-height:1.13}.court-search-aside ol{border-top:1px solid #ffffff3d;margin:0;padding:0;list-style:none}.court-search-aside li{border-bottom:1px solid #fff3;grid-template-columns:30px 1fr;gap:12px;padding:17px 0;display:grid}.court-search-aside li>span{border:1px solid #aab5f6;border-radius:50%;place-items:center;width:27px;height:27px;font:800 10px Arial,sans-serif;display:grid}.court-search-aside li b,.court-search-aside li p,.court-search-aside li small{margin:0;display:block}.court-search-aside li b{font-size:13px}.court-search-aside li small{color:#d7dcf8;margin-top:2px;font-size:11px;line-height:1.45}.court-external-note{color:#d9defa;margin:auto 0 0;padding-top:25px;font-size:11px;line-height:1.55}footer{background:var(--brand-blue-dark);border-top:0}@media (max-width:900px){.editorial-hero-grid{gap:42px}.home-search{max-width:none}.learn-photo{aspect-ratio:2}.related-tools{grid-template-columns:1fr 1fr}.related-tools>div{grid-column:1/-1}.related-tools>a,.related-tools>div{border-bottom:1px solid #e0e3f0}.tools-search{background:var(--brand-pale)}.court-search-panel-v2,.tools-search{grid-template-columns:1fr}.court-search-aside{padding:28px 34px}.court-search-aside ol{grid-template-columns:repeat(3,1fr);display:grid}.court-search-aside li{border-right:1px solid #fff3;grid-template-columns:26px 1fr;padding:16px 14px}.court-search-aside li:first-child{padding-left:0}.court-search-aside li:last-child{border-right:0;padding-right:0}.court-external-note{margin-top:20px;padding-top:0}}@media (max-width:600px){.nav-wrap{height:76px}.brand{padding:9px 14px}.logo small{display:none}.editorial-intro h1{font-size:47px}.featured-story{border-radius:18px}.home-search .search{padding:14px 18px}.learn-photo-module{border-radius:18px;padding:10px}.learn-photo{aspect-ratio:2}.court-pin{border-width:2px;width:27px;height:27px;font-size:11px}.court-callout-list{grid-template-columns:1fr;gap:6px;margin-top:9px}.court-callout-item{padding:6px 8px}.court-search-summary,.tool-feature{grid-template-columns:1fr;display:grid}.related-tools,.tool-library-grid{grid-template-columns:1fr}.related-tools>div{grid-column:auto}.court-search-summary .court-actions{flex-direction:column;align-items:stretch}.tools-search{gap:22px;padding:22px}.tools-search-shortcuts{grid-template-columns:1fr 1fr;display:grid}.tools-search-shortcuts a{text-align:center}.courts-shell{padding-top:26px}.court-search-main{padding:28px 22px}.court-search-head-v2 h2{letter-spacing:-1.5px;font-size:36px}.court-filter-row,.court-location-row{grid-template-columns:1fr}.court-search-submit{width:100%;min-height:52px}.court-query-preview{flex-direction:column;align-items:flex-start}.court-search-aside{padding:28px 22px}.court-search-aside ol{display:block}.court-search-aside li{border-right:0;padding:15px 0}.court-search-aside li:first-child,.court-search-aside li:last-child{padding:15px 0}.court-search-panel-v2 .court-place-shortcuts{grid-template-columns:repeat(3,1fr);display:grid}.court-search-panel-v2 .court-place-shortcuts>span{grid-column:1/-1}.court-search-panel-v2 .court-place-shortcuts button{text-align:center}}.tournament-planner{gap:26px;display:grid}.tournament-setup{gap:28px;display:grid}.tournament-title h2{letter-spacing:-2px;margin:12px 0;font-size:clamp(30px,4vw,44px);line-height:1.08}.tournament-title p{color:#5d6984;max-width:650px}.tournament-settings{background:var(--brand-pale);border-radius:16px;grid-template-columns:2fr repeat(3,1fr);gap:12px;padding:20px;display:grid}.tournament-settings input,.tournament-settings select{color:#17205d;background:#fff;border:1px solid #b9c2ee;border-radius:8px;width:100%;padding:12px}.tournament-format{border:0;grid-column:1/-1;margin:0;padding:8px 0 0}.tournament-format legend{color:#17205d;margin-bottom:10px;font-weight:800}.format-options{grid-template-columns:repeat(3,1fr);gap:9px;display:grid}.format-options label{cursor:pointer;background:#fff;border:1px solid #bfc7e9;border-radius:11px;align-items:flex-start;gap:10px;padding:13px;display:flex}.format-options label.active{border:2px solid var(--brand-blue);background:#eef1ff;padding:12px}.format-options input{width:17px;height:17px;accent-color:var(--brand-blue);margin:3px 0 0}.format-options span{flex-direction:column;display:flex}.format-options b{color:#17205d;font-size:13px}.format-options small{color:#6e7795;margin-top:3px;font-size:11px;line-height:1.35}.team-builder{border-top:1px solid #d2d7ed;padding-top:24px}.team-builder-head{justify-content:space-between;align-items:end;gap:20px;margin-bottom:14px;display:flex}.team-builder-head h3{margin:6px 0 0;font-size:24px}.team-add{border:1px solid var(--brand-blue);color:var(--brand-blue);background:#fff;border-radius:999px;padding:9px 14px;font-weight:800}.team-list{grid-template-columns:1fr 1fr;gap:9px;display:grid}.team-row{background:#fff;border:1px solid #d0d5eb;border-radius:11px;grid-template-columns:34px 1fr auto;align-items:center;gap:8px;padding:7px;display:grid}.team-row>span{color:#687292;text-align:center;font:11px monospace}.team-row input{color:#17205d;border:0;min-width:0;padding:8px;font-weight:750}.team-row input:focus{border-radius:5px;outline:2px solid #aab5ef}.team-remove{color:#7a5260;background:0 0;border:0;padding:8px;font-size:11px;font-weight:700}.tournament-actions{align-items:center;gap:24px;display:flex}.tournament-actions .text-link{color:var(--brand-blue);border-bottom-color:#aeb8e9}.tournament-error{color:#9d263c;background:#fff1f3;border-left:4px solid #cf3651;margin:0;padding:12px 15px}.tournament-output{background:var(--brand-blue);color:#fff;border-radius:20px;min-height:260px;padding:28px}.tournament-empty{text-align:center;color:#dce1ff;align-content:center;place-items:center;min-height:210px;display:grid}.tournament-empty span{border:1px solid #8290ed;border-radius:50%;place-items:center;width:42px;height:42px;font:12px monospace;display:grid}.tournament-empty h3{color:#fff;margin:16px 0 6px;font-size:25px}.tournament-empty p{margin:0}.tournament-summary{border-bottom:1px solid #ffffff3d;grid-template-columns:1fr 1.1fr;align-items:end;gap:30px;padding-bottom:22px;display:grid}.tournament-summary .section-number{color:#dce1ff}.tournament-summary h2{margin:8px 0 0;font-size:34px}.tournament-summary dl{grid-template-columns:repeat(4,1fr);gap:8px;margin:0;display:grid}.tournament-summary dl div{background:#ffffff1a;border-radius:9px;padding:10px}.tournament-summary dt{color:#cfd5ff;text-transform:uppercase;letter-spacing:.08em;font-size:10px}.tournament-summary dd{margin:2px 0 0;font-weight:850}.tournament-rounds{grid-template-columns:1fr 1fr;gap:14px;margin:22px 0;display:grid}.tournament-rounds section{color:#17205d;background:#fff;border-radius:13px;padding:16px}.tournament-rounds h3{text-transform:uppercase;letter-spacing:.08em;margin-bottom:12px;font-size:15px}.tournament-match{border-top:1px solid #e0e3f1;grid-template-columns:48px 60px 1fr 92px 1fr;align-items:center;gap:8px;padding:10px 0;font-size:12px;display:grid}.tournament-match time{color:var(--brand-blue);font-weight:900}.tournament-match>span{color:#6e7795}.tournament-match b:last-child{text-align:right}.tournament-output>.button{margin-top:5px}.match-score{justify-content:center;align-items:center;gap:5px;display:flex}.match-score i{color:#7a83a0;font-style:normal;font-weight:800}.match-score input{color:#17205d;text-align:center;background:#f7f8ff;border:1px solid #c8cee8;border-radius:7px;width:34px;height:32px;padding:4px;font-size:13px;font-weight:900}.match-score input:focus{outline:2px solid var(--brand-blue);outline-offset:1px;background:#fff}.tournament-knockout,.tournament-standings{color:#17205d;background:#fff;border-radius:13px;margin:14px 0;padding:20px}.competition-head{justify-content:space-between;align-items:end;gap:20px;margin-bottom:14px;display:flex}.competition-head h3{margin:3px 0 0;font-size:23px}.competition-head p{color:#6e7795;margin:0;font-size:12px}.standings-table{border-top:1px solid #dfe3f2;overflow-x:auto}.standings-row{border-bottom:1px solid #e4e7f3;grid-template-columns:36px minmax(130px,1fr) repeat(4,54px);align-items:center;gap:8px;min-width:410px;padding:9px 5px;font-size:12px;display:grid}.standings-row>:not(:nth-child(2)){text-align:center}.standings-row strong:first-child{color:var(--brand-blue)}.standings-labels{color:#77809b;text-transform:uppercase;letter-spacing:.08em;font-size:9px}.knockout-stage{border-top:1px solid #e0e4f2;margin-top:14px;padding-top:14px}.knockout-stage h4{text-transform:uppercase;letter-spacing:.1em;color:#697394;margin:0 0 9px;font:800 11px Arial,sans-serif}.knockout-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.knockout-match{border:1px solid #d8dcef;border-radius:11px;padding:14px}.knockout-match small{color:#707a99;text-transform:uppercase;letter-spacing:.08em;margin-bottom:10px;font-weight:800;display:block}.knockout-match>div{grid-template-columns:1fr 92px 1fr;align-items:center;gap:8px;font-size:12px;display:grid}.knockout-match>div>b:last-child{text-align:right}.final-match{border:2px solid var(--brand-blue);background:#f4f6ff;max-width:620px;margin:0 auto}.knockout-note{color:#687292;margin:0}.tournament-print{color:var(--brand-blue)!important;box-shadow:none!important;background:#fff!important;border:1px solid #fff!important}.tournament-print:hover{background:#eef1ff!important}.format-options{grid-template-columns:repeat(4,1fr)}.knockout-refresh{flex-direction:column;align-items:flex-end;gap:5px;display:flex}.knockout-refresh button{border:1px solid var(--brand-blue);color:var(--brand-blue);background:#f4f6ff;border-radius:999px;padding:8px 12px;font-size:11px;font-weight:800}.knockout-refresh small{color:#46724e;font-size:9px}@media (max-width:900px){.tournament-settings{grid-template-columns:1fr 1fr}.tournament-settings .field:first-child{grid-column:1/-1}.tournament-rounds,.tournament-summary{grid-template-columns:1fr}.format-options{grid-template-columns:1fr 1fr}}@media (max-width:600px){.format-options,.team-list,.tournament-settings{grid-template-columns:1fr}.tournament-format,.tournament-settings .field:first-child{grid-column:auto}.team-builder-head{flex-direction:column;align-items:flex-start}.team-row{grid-template-columns:28px 1fr auto}.tournament-actions{flex-direction:column;align-items:stretch}.tournament-summary dl{grid-template-columns:1fr 1fr}.tournament-match{grid-template-columns:45px 52px 1fr 78px}.tournament-match b:last-child{text-align:left;grid-column:3}.tournament-match .match-score{grid-area:1/4/3}.competition-head{flex-direction:column}.competition-head,.knockout-refresh{align-items:flex-start}.standings-row{grid-template-columns:28px minmax(90px,1fr) repeat(4,35px);gap:3px}.knockout-grid{grid-template-columns:1fr}.knockout-match>div{grid-template-columns:1fr 82px 1fr}.tournament-output{padding:18px}}@media print{.no-print,.page-hero,.site-header,.tool-aside,.tournament-setup,footer{display:none!important}body{background:#fff!important}.tool-panel,.tool-shell{border:0!important;width:100%!important;max-width:none!important;margin:0!important;padding:0!important}.tournament-output{color:#111!important;background:#fff!important;min-height:0!important;padding:0!important}.tournament-summary{color:#111!important;border-bottom:1px solid #bbb!important}.tournament-summary .section-number,.tournament-summary dt{color:#555!important}.tournament-summary dl div{background:#eee!important}.tournament-rounds{display:block!important}.tournament-knockout,.tournament-rounds section,.tournament-standings{break-inside:avoid;border:1px solid #ccc!important;margin:0 0 12px!important}.tournament-match time{color:#111!important}.match-score input{background:#fff!important;border:1px solid #777!important}.final-match{border:2px solid #333!important}}