:root{--ink:#18201c;--ink-muted:#5d6861;--paper:#f6f7f4;--paper-deep:#e9ece7;--surface:#fff;--line:#d7ddd6;--emerald:#07845e;--emerald-dark:#056044;--emerald-pale:#dcefe7;--rose:#d84362;--rose-dark:#a92c47;--rose-pale:#f9e1e5;--sun:#e5ab32;--font-display:"Outfit",sans-serif;--font-mono:"DM Mono",monospace;--shell:1180px;--content:760px;--shadow:0 18px 40px rgba(24,32,28,.09)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--paper);font-family:var(--font-display);font-size:16px;line-height:1.55}body.nav-open{overflow:hidden}a{color:inherit}button,input,select{font:inherit}button{cursor:pointer}img{max-width:100%;height:auto}:focus-visible{outline:3px solid var(--rose);outline-offset:3px}.shell{width:min(var(--shell),calc(100% - 40px));margin-inline:auto}.content{width:min(var(--content),calc(100% - 40px));margin-inline:auto}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;z-index:999;top:8px;left:8px;transform:translateY(-150%);padding:10px 14px;color:#fff;background:var(--ink);text-decoration:none}.skip-link:focus{transform:translateY(0)}
.site-header{position:sticky;top:0;z-index:50;background:rgba(246,247,244,.92);border-bottom:1px solid rgba(215,221,214,.75);backdrop-filter:blur(12px)}.nav-shell{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:inline-flex;align-items:center;gap:9px;font-size:1.06rem;font-weight:800;letter-spacing:0;text-decoration:none}.brand img{height:48px;width:auto;object-fit:contain}.site-nav{display:flex;align-items:center;gap:25px;font-size:.9rem;font-weight:600}.site-nav>a:not(.button){color:var(--ink-muted);text-decoration:none}.site-nav>a:not(.button):hover{color:var(--emerald-dark)}.nav-toggle{display:none}.icon-button{min-width:44px;min-height:44px;padding:6px;border:1px solid var(--line);color:var(--ink);background:var(--surface)}
.nav-dropdown{position:relative;display:inline-flex;align-items:center;height:100%;align-self:stretch}
.nav-dropdown-toggle{display:inline-flex;align-items:center;gap:6px;padding:8px 0;color:var(--ink-muted);font-size:.9rem;font-weight:600;text-decoration:none;transition:color .15s ease;cursor:pointer;background:none;border:none}
.nav-dropdown:hover .nav-dropdown-toggle,.nav-dropdown-toggle:hover,.nav-dropdown:focus-within .nav-dropdown-toggle,.nav-dropdown.is-expanded .nav-dropdown-toggle,.nav-dropdown.is-hovered .nav-dropdown-toggle{color:var(--emerald-dark)}
.dropdown-chevron{width:10px;height:6px;transition:transform .15s ease}
.nav-dropdown:hover .dropdown-chevron,.nav-dropdown:focus-within .dropdown-chevron,.nav-dropdown.is-expanded .dropdown-chevron,.nav-dropdown.is-hovered .dropdown-chevron{transform:rotate(180deg)}
.nav-dropdown-window,.toolkit-dropdown-window{position:absolute;top:calc(100% + 6px);left:50%;transform:translateX(-50%) translateY(4px);width:370px;background:var(--surface);border:1px solid var(--line);border-radius:12px;box-shadow:0 18px 40px rgba(24,32,28,.14);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .12s cubic-bezier(0.16,1,0.3,1),transform .12s cubic-bezier(0.16,1,0.3,1),visibility .12s;z-index:100;text-align:left;display:flex;flex-direction:column}
.nav-dropdown-right .nav-dropdown-window,.nav-dropdown-right .toolkit-dropdown-window{left:auto;right:0;transform:translateY(4px)}
.nav-dropdown-window::before,.toolkit-dropdown-window::before{content:"";position:absolute;top:-10px;left:0;right:0;height:10px}
.nav-dropdown:hover .nav-dropdown-window,.nav-dropdown:focus-within .nav-dropdown-window,.nav-dropdown.is-expanded .nav-dropdown-window,.nav-dropdown.is-hovered .nav-dropdown-window,.nav-dropdown:hover .toolkit-dropdown-window,.nav-dropdown:focus-within .toolkit-dropdown-window,.nav-dropdown.is-expanded .toolkit-dropdown-window,.nav-dropdown.is-hovered .toolkit-dropdown-window{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(-50%) translateY(0)}
.nav-dropdown-right:hover .nav-dropdown-window,.nav-dropdown-right:focus-within .nav-dropdown-window,.nav-dropdown-right.is-expanded .nav-dropdown-window,.nav-dropdown-right.is-hovered .nav-dropdown-window{transform:translateY(0)}
.dropdown-menu-head,.toolkit-menu-head{display:flex;justify-content:space-between;align-items:center;padding:12px 18px;background:var(--paper);border-bottom:1px solid var(--line);border-radius:11px 11px 0 0}
.dropdown-menu-eyebrow,.toolkit-menu-eyebrow{font-family:var(--font-mono);font-size:.67rem;font-weight:600;letter-spacing:.07em;text-transform:uppercase;color:var(--emerald-dark)}
.dropdown-menu-sub,.toolkit-menu-sub{font-family:var(--font-mono);font-size:.65rem;color:var(--ink-muted)}
.dropdown-menu-items,.toolkit-menu-items{display:flex;flex-direction:column}
.dropdown-menu-item,.toolkit-menu-item{display:flex;align-items:center;gap:13px;padding:11px 18px;color:var(--ink);text-decoration:none;border-bottom:1px solid rgba(215,221,214,.45);transition:background .15s ease}
.dropdown-menu-item:hover,.toolkit-menu-item:hover{background:var(--emerald-pale);color:var(--ink)}
.dropdown-menu-item:hover .dropdown-menu-title,.dropdown-menu-item:hover .toolkit-menu-title,.toolkit-menu-item:hover .dropdown-menu-title,.toolkit-menu-item:hover .toolkit-menu-title{color:var(--emerald-dark)}
.dropdown-menu-item:hover .dropdown-menu-badge,.dropdown-menu-item:hover .toolkit-menu-badge,.toolkit-menu-item:hover .dropdown-menu-badge,.toolkit-menu-item:hover .toolkit-menu-badge{background:var(--surface);border-color:var(--emerald);color:var(--emerald-dark)}
.dropdown-menu-item:hover .dropdown-menu-arrow,.dropdown-menu-item:hover .toolkit-menu-arrow,.toolkit-menu-item:hover .dropdown-menu-arrow,.toolkit-menu-item:hover .toolkit-menu-arrow{color:var(--emerald-dark);transform:translateX(3px)}
.dropdown-menu-badge,.toolkit-menu-badge{width:28px;height:28px;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:var(--paper-deep);border:1px solid var(--line);border-radius:6px;color:var(--rose-dark);font-family:var(--font-mono);font-size:.7rem;font-weight:700;transition:all .15s ease}
.dropdown-menu-badge svg,.toolkit-menu-badge svg{width:15px;height:15px;display:block;flex-shrink:0}
.dropdown-menu-text,.toolkit-menu-text{display:flex;flex-direction:column;gap:2px;flex-grow:1;min-width:0}
.dropdown-menu-title,.toolkit-menu-title{font-size:.88rem;font-weight:700;line-height:1.25;color:var(--ink);transition:color .15s ease}
.dropdown-menu-desc,.toolkit-menu-desc{font-size:.75rem;color:var(--ink-muted);line-height:1.35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.dropdown-menu-arrow,.toolkit-menu-arrow{font-size:.92rem;font-weight:700;color:var(--line);transition:all .15s ease;flex-shrink:0}
.dropdown-menu-footer,.toolkit-menu-footer{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:10px 18px;background:var(--paper);border-top:1px solid var(--line);font-size:.74rem;font-weight:600;border-radius:0 0 11px 11px}
.dropdown-menu-footer a,.toolkit-menu-footer a{color:var(--ink-muted);text-decoration:none;transition:color .15s ease}
.dropdown-menu-footer a:hover,.toolkit-menu-footer a:hover{color:var(--emerald-dark)}
.dropdown-menu-dot,.toolkit-menu-dot{color:var(--line)}
.button{display:inline-flex;align-items:center;justify-content:center;gap:11px;min-height:48px;padding:12px 19px;color:#fff;background:var(--emerald);border:1px solid var(--emerald);box-shadow:0 6px 0 var(--emerald-dark);font-size:.92rem;font-weight:700;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.button:hover{background:var(--emerald-dark);transform:translateY(2px);box-shadow:0 4px 0 var(--emerald-dark)}.button-small{min-height:39px;padding:8px 13px;box-shadow:0 4px 0 var(--emerald-dark);font-size:.82rem}.button-rose{background:var(--rose);border-color:var(--rose);box-shadow:0 6px 0 var(--rose-dark)}.button-rose:hover{background:var(--rose-dark);box-shadow:0 4px 0 var(--rose-dark)}.button-secondary{color:var(--emerald-dark);background:transparent;border-color:var(--emerald-dark);box-shadow:none}.button-secondary:hover{color:#fff;background:var(--emerald-dark);box-shadow:none}.text-link{display:inline-flex;align-items:center;gap:8px;color:var(--emerald-dark);font-size:.93rem;font-weight:700;text-decoration:none}.text-link:hover{color:var(--rose-dark)}.button-row{display:flex;align-items:center;flex-wrap:wrap;gap:20px}.eyebrow{display:flex;align-items:center;gap:9px;margin:0 0 14px;color:var(--emerald-dark);font-family:var(--font-mono);font-size:.69rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase}.eyebrow-mark{width:8px;height:8px;background:var(--rose);transform:rotate(45deg)}.microcopy{margin:4px 0 0;color:var(--ink-muted);font-size:.77rem}
.hero{min-height:666px;display:grid;grid-template-columns:minmax(0,1.04fr) minmax(350px,.96fr);gap:52px;align-items:center;padding-top:58px;padding-bottom:66px}.hero-copy{max-width:620px}h1,h2,h3,p{overflow-wrap:break-word}h1,h2,h3{margin-top:0;line-height:1}h1{margin-bottom:23px;font-size:clamp(3rem,6vw,5.35rem);font-weight:800;letter-spacing:0}h1 em{color:var(--rose);font-style:normal}.lede{max-width:560px;margin:0 0 28px;color:var(--ink-muted);font-size:1.08rem;line-height:1.65}.hero-product{min-height:545px;position:relative;display:grid;place-items:center}.table-felt{width:min(100%,440px);height:440px;position:absolute;border:20px solid #bc8d43;border-radius:50%;background-color:#087254;background-image:repeating-radial-gradient(circle at 40% 40%,transparent 0 4px,rgba(255,255,255,.03) 5px 6px);box-shadow:inset 0 0 0 4px #e2bd77,0 20px 50px rgba(68,58,30,.18);transform:rotate(-9deg)}.table-felt:before,.table-felt:after{content:"";position:absolute;width:54px;height:54px;border-radius:50%;background:repeating-conic-gradient(#e8e4de 0 8deg,#c73f5b 8deg 17deg,#e8e4de 17deg 25deg);box-shadow:0 4px 9px rgba(0,0,0,.25)}.table-felt:before{top:32px;left:30px}.table-felt:after{right:29px;bottom:31px}.phone{width:290px;position:relative;overflow:hidden;background:#000;border:8px solid #2d2d30;border-radius:40px;box-shadow:0 25px 60px rgba(14,29,21,.28);isolation:isolate}.phone-hero{transform:rotate(-1deg);transition:transform .3s ease}.phone-hero:hover{transform:rotate(1deg) translateY(-5px)}.phone-bar{height:32px;display:flex;align-items:center;justify-content:space-between;padding:0 16px;color:#eee;background:#0c0c0e;font-family:var(--font-mono);font-size:.59rem}.phone-bar i{position:absolute;left:calc(50% - 5px);width:10px;height:10px;border:1px solid #222;border-radius:50%;background:#040404}.phone-signal{letter-spacing:1px;font-size:.42rem}.phone-screen{position:relative;width:100%;aspect-ratio:390/780;background:#0b0b0d}.phone-screen>img{width:100%;height:100%;display:block;object-fit:cover}.phone-slide{position:absolute;inset:0;opacity:0;transition:opacity .55s ease}.phone-slide.is-active{opacity:1}.phone-caption{position:absolute;z-index:2;right:-15px;bottom:19px;display:flex;align-items:center;gap:9px;padding:9px 11px;color:var(--ink);background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);font-family:var(--font-mono);font-size:.61rem;letter-spacing:.02em}.phone-caption strong{font-family:var(--font-display);font-size:.74rem}.status-dot{width:8px;height:8px;border-radius:50%;background:var(--emerald)}
.proof-strip{color:#f7faf7;background:var(--ink)}.proof-list{min-height:104px;display:grid;grid-template-columns:repeat(3,1fr)}.proof-list p{display:flex;flex-direction:column;justify-content:center;margin:0;padding:18px 30px;border-right:1px solid rgba(255,255,255,.16);font-size:.85rem}.proof-list p:first-child{padding-left:0}.proof-list p:last-child{border:0}.proof-list b{color:#fff;font-size:1rem;font-weight:600}.proof-list span{color:#abb8af}
.section{padding-top:112px;padding-bottom:112px}.section-heading{max-width:610px;margin-bottom:47px}h2{margin-bottom:18px;font-size:clamp(2.1rem,4vw,3.85rem);font-weight:700;letter-spacing:0}.section-heading>p:last-child,.product-copy>p:not(.eyebrow),.guide-card>p:not(.eyebrow),.final-cta>p:not(.eyebrow){color:var(--ink-muted);font-size:1rem;line-height:1.7}.process-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line)}.process-step{min-height:267px;padding:29px 32px 20px 0;border-right:1px solid var(--line)}.process-step:not(:first-child){padding-left:32px}.process-step:last-child{border-right:0}.process-step>span,.tool-number{display:block;margin-bottom:48px;color:var(--rose);font-family:var(--font-mono);font-size:.72rem}.process-step h3{margin-bottom:12px;font-size:1.42rem;font-weight:700}.process-step p{max-width:280px;margin:0;color:var(--ink-muted);font-size:.92rem}
.product-band{overflow:hidden;background:var(--emerald-pale)}.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:center}.product-visual{min-height:535px;position:relative;display:grid;place-items:center}.product-visual:before{content:"";position:absolute;width:410px;height:410px;border:1px solid rgba(5,96,68,.22);border-radius:50%}.phone-detail{z-index:1;width:254px;transform:rotate(3deg)}.product-note{position:absolute;z-index:2;display:flex;flex-direction:column;gap:1px;padding:10px 13px;background:#fff;border:1px solid rgba(5,96,68,.18);box-shadow:var(--shadow)}.product-note small{color:var(--emerald-dark);font-family:var(--font-mono);font-size:.55rem;letter-spacing:.06em}.product-note b{font-size:.77rem}.product-note-top{top:82px;left:0}.product-note-bottom{right:0;bottom:95px}.product-copy{max-width:505px}.feature-list{margin:30px 0}.feature-list div{display:grid;grid-template-columns:128px 1fr;gap:14px;padding:13px 0;border-top:1px solid rgba(5,96,68,.19)}.feature-list div:last-child{border-bottom:1px solid rgba(5,96,68,.19)}.feature-list dt{font-family:var(--font-mono);font-size:.74rem;font-weight:500}.feature-list dd{margin:0;color:var(--ink-muted);font-size:.85rem}
.toolkit-intro{padding-bottom:88px}.split-heading{max-width:none;display:grid;grid-template-columns:1fr 350px;gap:60px;align-items:end}.split-heading>p:last-child{margin:0 0 7px}.tool-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.tool-card{min-height:300px;position:relative;display:flex;flex-direction:column;padding:25px 27px;color:var(--ink);border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:transparent;text-decoration:none;transition:color .2s ease,background .2s ease}.tool-card:hover{color:#fff;background:var(--emerald)}.tool-card:hover .tool-number,.tool-card:hover .card-arrow{color:#fff}.tool-card:hover .tool-icon{border-color:rgba(255,255,255,.65)}.tool-card-featured{background:var(--rose-pale)}.tool-card-guide{background:#ecf1e9}.tool-number{margin-bottom:auto;color:var(--rose-dark)}.tool-icon{width:43px;height:43px;position:relative;margin-bottom:22px;border:1px solid var(--ink)}.icon-pot{border-radius:50%;border-width:6px}.icon-odds:before,.icon-odds:after{content:"";position:absolute;background:var(--rose)}.icon-odds:before{top:5px;left:19px;width:4px;height:32px;transform:rotate(35deg)}.icon-odds:after{top:20px;left:5px;width:32px;height:4px;transform:rotate(-20deg)}.icon-cards{border:0}.icon-cards:before,.icon-cards:after{content:"";position:absolute;width:22px;height:30px;border:1px solid var(--ink);background:var(--paper)}.icon-cards:before{top:6px;left:4px;transform:rotate(-8deg)}.icon-cards:after{top:3px;right:4px;transform:rotate(8deg)}.icon-blinds{border:0;border-bottom:2px solid var(--ink)}.icon-blinds:before{content:"";position:absolute;bottom:0;left:11px;width:2px;height:34px;background:var(--emerald);box-shadow:10px -10px 0 var(--rose),20px -20px 0 var(--sun)}.icon-payout{border:0;border-bottom:1px solid var(--ink)}.icon-payout:before{content:"";position:absolute;bottom:0;left:4px;width:8px;height:14px;background:var(--rose);box-shadow:12px -8px 0 var(--emerald),24px -21px 0 var(--sun)}.icon-guide{border:0;border-left:13px solid var(--emerald);border-right:13px solid var(--rose)}.tool-card h3{margin-bottom:8px;font-size:1.34rem;font-weight:700}.tool-card p{max-width:240px;margin:0;color:var(--ink-muted);font-size:.88rem;line-height:1.55}.tool-card:hover p{color:rgba(255,255,255,.82)}.card-arrow{position:absolute;right:25px;bottom:23px;color:var(--emerald-dark);font-size:1.3rem}
.guide-band{overflow:hidden;color:#fff;background:var(--ink)}.guide-layout{min-height:400px;display:grid;grid-template-columns:1fr 340px;gap:90px;align-items:center}.guide-card{max-width:620px}.guide-card .eyebrow{color:#80d6b5}.guide-card h2{color:#fff}.guide-card>p:not(.eyebrow){max-width:500px;color:#b8c2bb}.guide-image{display:block;width:246px;height:auto;aspect-ratio:1/2;object-fit:cover;justify-self:center;border:7px solid #303b34;border-radius:30px;box-shadow:18px 18px 0 var(--rose)}.final-cta{text-align:center}.final-cta .eyebrow{justify-content:center}.final-cta h2{margin-bottom:20px}.final-cta>p:not(.eyebrow){max-width:600px;margin:0 auto 28px}.final-cta .button-row{justify-content:center}.site-footer{padding:42px 0 20px;background:#e9ece7}.footer-top{display:grid;grid-template-columns:1fr 1fr 1.4fr;align-items:center;gap:24px;padding-bottom:34px;border-bottom:1px solid var(--line)}.footer-top>p{margin:0;color:var(--ink-muted);font-size:.85rem}.footer-links{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:18px;font-size:.8rem;font-weight:600}.footer-links a{color:var(--ink-muted);text-decoration:none}.footer-links a:hover{color:var(--emerald-dark)}.footer-bottom{display:flex;justify-content:space-between;padding-top:18px;color:var(--ink-muted);font-family:var(--font-mono);font-size:.63rem}
/* Shared calculator and guide pages */
.page-hero{padding:76px 0 58px;border-bottom:1px solid var(--line);background:linear-gradient(110deg,var(--paper) 62%,var(--emerald-pale) 62%)}.breadcrumbs{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 24px;color:var(--ink-muted);font-family:var(--font-mono);font-size:.67rem}.breadcrumbs a{text-decoration:none}.breadcrumbs a:hover{color:var(--emerald-dark)}.page-hero h1{max-width:780px;margin-bottom:16px;font-size:clamp(2.6rem,5.5vw,4.85rem)}.page-hero .lede{margin-bottom:0}.page-main{padding:64px 0 112px}.tool-layout{display:grid;grid-template-columns:minmax(0,1fr) 290px;gap:42px;align-items:start}.tool-surface{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow)}.tool-surface-head{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:19px 23px;border-bottom:1px solid var(--line)}.tool-surface-head h2{margin:0;font-size:1.15rem}.tool-surface-head p{margin:0;color:var(--ink-muted);font-family:var(--font-mono);font-size:.68rem}.tool-form{padding:25px}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:17px}.field{display:flex;flex-direction:column;gap:7px}.field label,.field legend{font-size:.78rem;font-weight:700}.field input,.field select{width:100%;min-height:45px;padding:9px 10px;color:var(--ink);background:#fbfcfa;border:1px solid var(--line);border-radius:0}.field input:focus,.field select:focus{border-color:var(--emerald);outline:2px solid rgba(7,132,94,.18)}fieldset{min-width:0;margin:0;padding:0;border:0}.form-actions{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:25px;padding-top:19px;border-top:1px solid var(--line)}.form-actions .hint{margin:0;color:var(--ink-muted);font-size:.77rem}.error-message{min-height:19px;margin:7px 0 0;color:var(--rose-dark);font-size:.76rem}.result-panel{margin-top:22px;padding:22px;color:#fff;background:var(--ink)}.result-panel .result-label{margin:0 0 8px;color:#a8b5ac;font-family:var(--font-mono);font-size:.66rem;letter-spacing:.08em;text-transform:uppercase}.result-value{margin:0;color:#fff;font-size:clamp(2rem,4vw,3.1rem);font-weight:700;line-height:1}.result-detail{margin:13px 0 0;color:#c3cdc6;font-size:.86rem}.tool-sidebar{display:grid;gap:20px}.aside-card{padding:21px;background:#ecf1e9;border-left:4px solid var(--emerald)}.aside-card h2{margin-bottom:8px;font-size:1.15rem}.aside-card p{margin:0 0 14px;color:var(--ink-muted);font-size:.86rem}.aside-card .text-link{font-size:.82rem}.related-links{padding:20px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.related-links h2{margin-bottom:11px;font-size:1.06rem}.related-links a{display:block;padding:9px 0;color:var(--emerald-dark);border-top:1px solid var(--line);font-size:.86rem;font-weight:700;text-decoration:none}.related-links a:hover{color:var(--rose-dark)}
.article{max-width:var(--content);margin-top:70px}.article h2{margin-top:53px;margin-bottom:17px;font-size:clamp(1.75rem,3vw,2.5rem)}.article h3{margin-top:32px;margin-bottom:11px;font-size:1.3rem}.article p,.article li{color:#48534c;font-size:1rem;line-height:1.75}.article ul,.article ol{padding-left:22px}.article li+li{margin-top:8px}.article a{color:var(--emerald-dark);font-weight:700}.article-callout{margin:32px 0;padding:21px 24px;background:var(--rose-pale);border-left:4px solid var(--rose)}.article-callout p{margin:0;color:var(--ink)}.numbers-table{width:100%;border-collapse:collapse;margin:24px 0;background:#fff;font-size:.88rem}.numbers-table th,.numbers-table td{padding:12px;text-align:left;border:1px solid var(--line)}.numbers-table th{background:#ecf1e9;font-family:var(--font-mono);font-size:.7rem;font-weight:500;letter-spacing:.04em;text-transform:uppercase}
.card-picker{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:8px}.card-select{min-height:43px;padding:5px;background:#fff;border:1px solid var(--line);font-family:var(--font-mono);font-size:.77rem}.card-select[data-card-suit="hearts"],.card-select[data-card-suit="diamonds"]{color:var(--rose-dark)}.card-row{display:grid;grid-template-columns:40px 1fr 1fr 86px;gap:10px;align-items:end;margin-bottom:11px}.player-name{min-height:44px;padding:9px;border:1px solid var(--line);background:#ecf1e9;font-family:var(--font-mono);font-size:.73rem}.remove-row{min-height:44px;color:var(--rose-dark);background:transparent;border:1px solid var(--rose);font-size:.77rem;font-weight:700}.rows-actions{display:flex;gap:12px;margin:18px 0}.inline-result-list{display:grid;gap:0;margin:19px 0 0;border-top:1px solid rgba(255,255,255,.18)}.inline-result-list p{display:flex;justify-content:space-between;gap:20px;margin:0;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.18);color:#dbe4dd;font-size:.84rem}.inline-result-list b{color:#fff}.structure-table{width:100%;border-collapse:collapse;margin-top:20px;font-size:.84rem}.structure-table th,.structure-table td{padding:10px;text-align:left;border-bottom:1px solid var(--line)}.structure-table th{color:var(--ink-muted);font-family:var(--font-mono);font-size:.65rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase}.structure-table td:last-child,.structure-table th:last-child{text-align:right}.payout-row{display:grid;grid-template-columns:1fr 110px 96px;gap:10px;align-items:end;margin-bottom:10px}.payout-position{padding:10px 0;font-family:var(--font-mono);font-size:.75rem}.result-table{width:100%;margin-top:19px;border-collapse:collapse;font-size:.88rem}.result-table td,.result-table th{padding:10px;border-bottom:1px solid rgba(255,255,255,.18);text-align:left}.result-table th{color:#a8b5ac;font-family:var(--font-mono);font-size:.65rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase}.result-table td:last-child,.result-table th:last-child{text-align:right}.result-table td:last-child{font-weight:700}
.reveal{opacity:0;transform:translateY(16px);transition:opacity .6s ease,transform .6s ease}.reveal.is-visible{opacity:1;transform:translateY(0)}.reveal-delay{transition-delay:.12s}.reveal-delay-2{transition-delay:.23s}
@media(max-width:820px){.nav-toggle{display:inline-flex;align-items:center;justify-content:center}.site-nav{display:none}.site-nav.is-open{position:absolute;top:72px;right:0;left:0;display:flex;flex-direction:column;align-items:stretch;gap:0;padding:14px 20px 24px;background:var(--paper);border-bottom:1px solid var(--line);box-shadow:0 16px 20px rgba(24,32,28,.09);max-height:calc(100vh - 72px);overflow-y:auto}.site-nav.is-open a{min-height:46px;display:flex;align-items:center}.site-nav.is-open .button{margin-top:8px}.nav-dropdown{width:100%;display:flex;flex-direction:column;align-items:stretch;height:auto}.nav-dropdown-toggle{min-height:46px;display:flex;align-items:center;justify-content:space-between;width:100%}.nav-dropdown-window,.toolkit-dropdown-window{position:static;transform:none;width:100%;box-shadow:none;border-radius:8px;margin:4px 0 10px;display:none;opacity:1;visibility:visible;border:1px solid var(--line)}.nav-dropdown.is-expanded .nav-dropdown-window,.nav-dropdown.is-expanded .toolkit-dropdown-window{display:flex}.nav-dropdown.is-expanded .dropdown-chevron{transform:rotate(180deg)}.dropdown-menu-desc,.toolkit-menu-desc{white-space:normal}.site-nav.is-open .dropdown-menu-item,.site-nav.is-open .toolkit-menu-item{min-height:auto;padding:10px 14px}.site-nav.is-open .dropdown-menu-footer,.site-nav.is-open .toolkit-menu-footer{min-height:auto;padding:10px 14px}.site-nav.is-open .dropdown-menu-footer a,.site-nav.is-open .toolkit-menu-footer a{min-height:auto;display:inline}.hero{min-height:auto;grid-template-columns:1fr;gap:22px;padding-top:50px}.hero-copy{text-align:center;margin:auto}.hero-copy .eyebrow,.hero-copy .button-row{justify-content:center}.hero-product{min-height:514px}.proof-list p{padding:18px}.process-grid{grid-template-columns:1fr}.process-step,.process-step:not(:first-child){min-height:auto;padding:25px 0;border-right:0;border-bottom:1px solid var(--line)}.process-step>span{margin-bottom:20px}.product-layout{grid-template-columns:1fr;gap:35px}.product-copy{max-width:none}.split-heading{grid-template-columns:1fr;gap:0}.tool-grid{grid-template-columns:repeat(2,1fr)}.guide-layout{grid-template-columns:1fr 210px;gap:30px}.guide-image{width:180px;border-width:5px;border-radius:24px}.footer-top{grid-template-columns:1fr}.footer-links{justify-content:flex-start}.page-hero{padding:56px 0 46px;background:linear-gradient(145deg,var(--paper) 76%,var(--emerald-pale) 76%)}.tool-layout{grid-template-columns:1fr}.tool-sidebar{grid-template-columns:1fr 1fr}.tool-sidebar .related-links{grid-column:1/-1}}
@media(max-width:540px){.shell,.content{width:min(100% - 32px,var(--shell))}.hero{padding-top:38px;padding-bottom:44px}h1{font-size:3rem}.lede{font-size:1rem}.hero-product{min-height:466px}.table-felt{width:334px;height:334px;border-width:14px}.phone{width:244px;border-width:7px;border-radius:34px}.phone-bar{height:28px}.phone-caption{right:-2px;bottom:12px}.proof-list{grid-template-columns:1fr;padding:14px 0}.proof-list p,.proof-list p:first-child{min-height:52px;padding:9px 0;border-right:0;border-bottom:1px solid rgba(255,255,255,.16)}.proof-list p:last-child{border-bottom:0}.section{padding-top:72px;padding-bottom:72px}.product-visual{min-height:440px}.product-visual:before{width:310px;height:310px}.phone-detail{width:210px}.product-note{padding:8px 9px}.product-note-top{top:52px;left:-6px}.product-note-bottom{right:-6px;bottom:54px}.feature-list div{grid-template-columns:100px 1fr}.tool-grid{grid-template-columns:1fr}.tool-card{min-height:230px}.tool-number{margin-bottom:32px}.guide-layout{grid-template-columns:1fr}.guide-image{display:none}.footer-bottom{gap:8px;flex-direction:column}.page-main{padding-top:38px;padding-bottom:70px}.tool-form{padding:18px}.tool-surface-head{align-items:flex-start;flex-direction:column;gap:5px}.form-grid{grid-template-columns:1fr}.tool-sidebar{grid-template-columns:1fr}.card-picker{grid-template-columns:repeat(4,minmax(0,1fr))}.card-row{grid-template-columns:34px 1fr 1fr}.card-row .remove-row{grid-column:2/-1}.payout-row{grid-template-columns:1fr 95px}.payout-row .payout-amount{grid-column:2}.form-actions{align-items:stretch;flex-direction:column}.form-actions .button{width:100%}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}