.home-v2{--ink:var(--foreground);--hmuted:var(--muted-foreground);--line:var(--border);--soft:var(--muted);--blue:var(--primary);--blue-light:color-mix(in oklab,var(--primary) 10%,var(--background));background:var(--background);color:var(--ink);-webkit-font-smoothing:antialiased}.home-v2 *,.home-v2 :after,.home-v2 :before{box-sizing:border-box}.home-v2 a{color:inherit;text-decoration:none}.home-v2 h1,.home-v2 h2,.home-v2 h3{letter-spacing:0}.home-v2 button{font:inherit}.home-v2 .shell{width:min(1120px,calc(100% - 40px));margin:0 auto}.home-v2 .section{padding:100px 0}.home-v2 .button{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:40px;padding:0 20px;color:var(--primary-foreground);background:var(--primary);border:1px solid transparent;border-radius:2rem;font-weight:500;font-size:14px;transition:background .15s}.home-v2 .button:hover{background:color-mix(in oklab,var(--primary) 90%,white)}.home-v2 .button:active{transform:translateY(1px)}.home-v2 .button span{font-size:16px;line-height:0}.home-v2 .button-secondary{color:var(--secondary-foreground);background:var(--secondary)}.home-v2 .button-secondary:hover{background:color-mix(in oklab,var(--secondary) 92%,black)}.home-v2 .hero{position:relative;overflow:hidden;padding:105px 0 88px;background:linear-gradient(180deg,var(--muted) 0,var(--background) 100%)}.home-v2 .hero-grid{position:relative;display:grid;grid-template-columns:.93fr 1.07fr;align-items:center;gap:70px;z-index:1}.home-v2 .hero-glow{position:absolute;border-radius:999px;filter:blur(1px);pointer-events:none}.home-v2 .hero-glow-one{width:430px;height:430px;right:-90px;top:-190px;background:radial-gradient(circle,color-mix(in oklab,var(--primary) 12%,transparent),transparent 70%)}.home-v2 .hero-glow-two{width:260px;height:260px;left:-100px;bottom:-120px;background:radial-gradient(circle,rgba(255,182,41,.1),transparent 70%)}.home-v2 .eyebrow,.home-v2 .kicker{color:var(--blue);font-size:12px;letter-spacing:1.35px;font-weight:850;text-transform:uppercase}.home-v2 .eyebrow{display:flex;align-items:center;gap:8px;margin-bottom:22px}.home-v2 .eyebrow span{padding:5px 8px;background:var(--blue-light);border-radius:5px}.home-v2 h1{margin:0;max-width:610px;font-size:clamp(48px,5vw,68px);line-height:.99;font-weight:850}.home-v2 h1 em{color:var(--blue);font-style:normal}.home-v2 .hero-lede{max-width:560px;margin:26px 0 30px;color:var(--hmuted);font-size:19px;line-height:1.55}.home-v2 .hero-actions{display:flex;align-items:center;gap:28px}.home-v2 .product-window{position:relative;aspect-ratio:1/1;width:100%;max-width:470px;margin-left:auto;display:flex;flex-direction:column;background:var(--card);border:1px solid var(--line);border-radius:18px;box-shadow:0 28px 70px rgba(0,0,0,.14);overflow:hidden;transform:rotate(.3deg)}.home-v2 .window-bar{min-height:52px;padding:0 18px;display:flex;align-items:center;gap:8px;border-bottom:1px solid var(--line)}.home-v2 .window-bar .team{font-size:14px;font-weight:700}.home-v2 .window-bar .count{margin-left:auto;color:var(--hmuted);font-size:12px;font-variant-numeric:tabular-nums}.home-v2 .status-dot{width:8px;height:8px;background:#35b56a;border-radius:50%;box-shadow:0 0 0 3px color-mix(in oklab,#35b56a 20%,var(--card))}.home-v2 .view-tabs{display:grid;grid-template-columns:repeat(3,1fr);margin:16px 18px 0;padding:4px;background:var(--soft);border-radius:9px}.home-v2 .view-tabs button{min-height:36px;border:0;border-radius:7px;color:var(--hmuted);background:transparent;font-size:12px;font-weight:700;cursor:pointer}.home-v2 .view-tabs button.active{color:var(--blue);background:var(--background);box-shadow:0 2px 8px rgba(0,0,0,.06)}.home-v2 .court-wrap{flex:1;min-height:0;display:flex;justify-content:center;padding:24px 24px 4px}.home-v2 .court{position:relative;height:100%;aspect-ratio:1/1;max-width:100%;border-radius:6px;background:var(--court-fill)}.home-v2 .net{position:absolute;left:0;top:0;width:100%;border-top:3px solid var(--court-line);z-index:1;border-radius:6px 6px 0 0}.home-v2 .net span{position:absolute;left:50%;top:-16px;transform:translate(-50%,-50%);color:var(--hmuted);font-size:9px;font-weight:600;letter-spacing:3px}.home-v2 .attack-line{position:absolute;left:0;right:0;top:33.3%;border-top:2px dashed var(--court-line);z-index:1}.home-v2 .zones{position:absolute;inset:0;background:linear-gradient(to right,transparent calc(33.3% - .5px),var(--court-grid) calc(33.3% - .5px),var(--court-grid) calc(33.3% + .5px),transparent calc(33.3% + .5px)),linear-gradient(to right,transparent calc(66.6% - .5px),var(--court-grid) calc(66.6% - .5px),var(--court-grid) calc(66.6% + .5px),transparent calc(66.6% + .5px)),linear-gradient(to bottom,transparent calc(50% - .5px),var(--court-grid) calc(50% - .5px),var(--court-grid) calc(50% + .5px),transparent calc(50% + .5px))}.home-v2 .player-dot{position:absolute;width:46px;height:46px;display:grid;place-items:center;transform:translate(-50%,-50%);color:#fff;background:var(--token-front);border:2px solid var(--court-line);border-radius:50%;transition:left .35s ease,top .35s ease;z-index:2}.home-v2 .player-dot.back-row{background:var(--token-back);border-color:var(--token-back-ring);color:var(--fg)}.home-v2 .player-dot.server:after{content:"";position:absolute;inset:-7px;border:2px dashed var(--vb-server);border-radius:50%}.home-v2 .player-dot strong{font-size:15px}.home-v2 .player-dot small{position:absolute;top:-8px;right:-8px;padding:1px 4px;border-radius:4px;color:var(--blue);background:var(--card);border:1px solid var(--line);font-size:7px;font-weight:900}.home-v2 .player-dot em{position:absolute;top:100%;margin-top:3px;left:50%;transform:translateX(-50%);color:var(--hmuted);font-style:normal;font-size:9px;white-space:nowrap}.home-v2 .rot-pills{display:flex;align-items:center;justify-content:center;gap:10px;padding:18px 14px 4px}.home-v2 .rot-pills .pill+.pill{margin-left:-4px}.home-v2 .rot-pills .arrow{place-items:center;border:1px solid var(--line);color:var(--hmuted);font-size:13px}.home-v2 .rot-pills .arrow,.home-v2 .rot-pills .pill{width:28px;height:28px;display:grid;border-radius:50%}.home-v2 .rot-pills .pill{place-items:center;background:var(--soft);color:var(--hmuted);font-size:12px;font-weight:700;font-variant-numeric:tabular-nums}.home-v2 .rot-pills .pill.on{background:var(--blue);color:var(--primary-foreground)}.home-v2 .legal-chip{display:flex;justify-content:center;padding:4px 0 16px}.home-v2 .legal-chip span{display:inline-flex;align-items:center;gap:5px;color:#1f9d5b;background:#e3f5eb;border-radius:999px;padding:4px 10px;font-size:11px;font-weight:700}.home-v2 .trust-strip{border-block:1px solid var(--line);background:var(--background)}.home-v2 .trust-strip .shell{min-height:70px;display:grid;grid-template-columns:repeat(4,1fr);align-items:center;gap:20px}.home-v2 .trust-strip span{display:inline-flex;align-items:center;justify-content:center;color:var(--hmuted);font-size:12px;font-weight:700;text-align:center}.home-v2 .trust-strip b{display:inline-grid;width:20px;height:20px;margin-right:7px;place-items:center;color:var(--blue);background:var(--blue-light);border-radius:50%}.home-v2 .systems-section{background:var(--soft)}.home-v2 .section-heading{max-width:730px;margin-bottom:46px}.home-v2 .section-heading.centered{margin-inline:auto;text-align:center}.home-v2 .section-heading.compact{margin-bottom:38px}.home-v2 .feature-copy h2,.home-v2 .final-cta h2,.home-v2 .match-copy h2,.home-v2 .section-heading h2{margin:12px 0 14px;font-size:clamp(34px,4vw,48px);line-height:1.08}.home-v2 .section-heading p{max-width:650px;margin:0 auto;color:var(--hmuted);font-size:17px;line-height:1.55}.home-v2 .system-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.home-v2 .system-card{position:relative;display:flex;min-height:520px;flex-direction:column;overflow:hidden;border:1px solid var(--line);border-radius:16px;background:var(--card);box-shadow:0 8px 22px rgba(0,0,0,.04);transition:transform .25s,box-shadow .25s}.home-v2 .system-card:hover{transform:translateY(-7px);box-shadow:0 18px 35px rgba(0,0,0,.1)}.home-v2 .system-top{display:flex;align-items:center;justify-content:space-between;padding:17px 19px}.home-v2 .system-number{color:var(--hmuted);font-size:11px;font-weight:850;letter-spacing:1px}.home-v2 .fit-tag{padding:6px 8px;border-radius:5px;color:var(--hmuted);background:var(--soft);font-size:9px;font-weight:800;text-transform:uppercase}.home-v2 .system-visual{position:relative;min-height:235px;display:grid;place-items:center;margin:0 14px;overflow:hidden;border-radius:11px;background:#1f52e5}.home-v2 .system-card.sky .system-visual{background:#1785d7}.home-v2 .system-card.gold .system-visual{background:#f4a917}.home-v2 .system-visual .court{position:absolute;width:210px;height:150px;right:-36px;bottom:-24px;opacity:.25;transform:rotate(-13deg);background:transparent;outline:1px solid rgba(255,255,255,.9)}.home-v2 .system-visual .player-dot{width:19px;height:19px;border-width:1px;color:currentColor;background:white;border-color:white;box-shadow:none}.home-v2 .system-visual .player-dot strong{display:none}.home-v2 .system-visual .net{border-color:white}.home-v2 .system-visual .net span{display:none}.home-v2 .system-visual .attack-line{border-color:white}.home-v2 .system-visual>strong{color:white;font-size:82px;text-shadow:0 8px 20px rgba(0,0,0,.12)}.home-v2 .system-copy{display:flex;flex:1;flex-direction:column;padding:25px 23px 22px}.home-v2 .system-copy h3{margin:0 0 10px;font-size:20px;transition:color .2s}.home-v2 .system-copy p{margin:0;color:var(--hmuted);font-size:13px;line-height:1.55}.home-v2 .system-card:hover .system-copy h3{color:var(--blue)}.home-v2 .helper-link{margin:27px 0 0;color:var(--hmuted);text-align:center;font-size:12px}.home-v2 .helper-link a{color:var(--blue);font-weight:800}.home-v2 .workflow{background:var(--background)}.home-v2 .workflow-line{position:relative;display:grid;grid-template-columns:repeat(3,1fr);gap:60px}.home-v2 .workflow-line:before{content:"";position:absolute;left:13%;right:13%;top:61px;border-top:1px dashed var(--line)}.home-v2 .workflow-line article{position:relative;z-index:1}.home-v2 .step{color:var(--hmuted);font-size:10px;font-weight:850;letter-spacing:1px}.home-v2 .step-icon{width:58px;height:58px;display:grid;margin:18px 0 24px;place-items:center;color:var(--blue);background:var(--blue-light);border:7px solid var(--background);outline:1px solid var(--line);border-radius:50%;font-size:21px;font-weight:800}.home-v2 .workflow-line h3{margin:0 0 10px;font-size:19px}.home-v2 .workflow-line p{max-width:270px;margin:0;color:var(--hmuted);font-size:14px;line-height:1.55}.home-v2 .feature-section{padding-top:55px;background:linear-gradient(180deg,var(--background),var(--muted))}.home-v2 .feature-grid{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:95px}.home-v2 .player-card-stage{position:relative;min-height:560px;display:grid;place-items:center;border-radius:28px;background:color-mix(in oklab,var(--primary) 8%,var(--background));overflow:hidden}.home-v2 .player-card-stage:after,.home-v2 .player-card-stage:before{content:"";position:absolute;border-radius:50%;border:1px solid color-mix(in oklab,var(--primary) 14%,transparent)}.home-v2 .player-card-stage:before{width:420px;height:420px}.home-v2 .player-card-stage:after{width:300px;height:300px}.home-v2 .player-card{position:absolute;width:295px;min-height:405px;padding:21px;border:1px solid var(--line);border-radius:18px;background:var(--card);box-shadow:0 25px 55px rgba(0,0,0,.15)}.home-v2 .back-card{transform:rotate(-8deg) translate(-45px,8px);opacity:.7}.home-v2 .front-card{z-index:2;transform:rotate(3deg) translate(25px,-4px)}.home-v2 .mini-courts{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.home-v2 .mini-courts i{height:95px;display:grid;place-items:center;border:1px solid color-mix(in oklab,var(--primary) 25%,var(--card));border-radius:8px;color:var(--blue);background:var(--blue-light);font-style:normal;font-weight:900}.home-v2 .player-card-head{display:flex;justify-content:space-between;color:var(--hmuted);font-size:10px;font-weight:800;text-transform:uppercase}.home-v2 .player-card-head b{color:var(--blue)}.home-v2 .player-identity{display:flex;align-items:center;gap:12px;margin:18px 0;padding-bottom:16px;border-bottom:1px solid var(--line)}.home-v2 .player-identity>div{width:44px;height:44px;display:grid;place-items:center;border-radius:50%;color:var(--primary-foreground);background:var(--blue);font-weight:900}.home-v2 .player-identity span{display:flex;flex-direction:column}.home-v2 .player-identity strong{font-size:17px}.home-v2 .player-identity small{margin-top:2px;color:var(--hmuted);font-size:10px}.home-v2 .front-card>p{margin:0 0 10px;color:var(--hmuted);font-size:10px;font-weight:700}.home-v2 .rotation-mini-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.home-v2 .rotation-mini-grid>div{position:relative;height:75px;border:1px solid color-mix(in oklab,var(--primary) 25%,var(--card));border-radius:6px;background:var(--blue-light)}.home-v2 .rotation-mini-grid span{position:absolute;left:5px;top:4px;color:var(--hmuted);font-size:7px;font-weight:900}.home-v2 .rotation-mini-grid i{position:absolute;width:12px;height:12px;border:2px solid var(--card);border-radius:50%;background:var(--blue);transform:translate(-50%,-50%)}.home-v2 .card-footer{display:flex;justify-content:space-between;margin-top:14px;padding-top:10px;border-top:1px solid var(--line);color:var(--hmuted);font-size:7px;font-weight:900;letter-spacing:.6px}.home-v2 .card-footer span{color:var(--blue)}.home-v2 .floating-note{position:absolute;z-index:3;display:flex;flex-direction:column;padding:11px 15px;border:1px solid var(--line);border-radius:10px;background:var(--card);box-shadow:0 10px 24px rgba(0,0,0,.12)}.home-v2 .floating-note b{font-size:11px}.home-v2 .floating-note span{margin-top:3px;color:var(--hmuted);font-size:8px}.home-v2 .note-one{left:30px;top:74px}.home-v2 .note-two{right:24px;bottom:73px}.home-v2 .feature-copy h2{margin-top:13px}.home-v2 .feature-copy>p{color:var(--hmuted);font-size:16px;line-height:1.6}.home-v2 .feature-copy ul{margin:30px 0 32px;padding:0;list-style:none}.home-v2 .feature-copy li{display:flex;gap:13px;margin:20px 0}.home-v2 .feature-copy li>span{flex:0 0 28px;width:28px;height:28px;display:grid;place-items:center;color:var(--blue);background:var(--blue-light);border-radius:50%;font-size:12px;font-weight:900}.home-v2 .feature-copy li div{display:flex;flex-direction:column}.home-v2 .feature-copy li b{font-size:14px}.home-v2 .feature-copy li small{margin-top:4px;color:var(--hmuted);font-size:12px;line-height:1.45}.home-v2 .button-outline{color:var(--foreground);background:var(--background);border-color:var(--border)}.home-v2 .button-outline:hover{background:var(--muted)}.home-v2 .match-section{position:relative;overflow:hidden;color:white;background:linear-gradient(135deg,#0b2a83,#1447e6 65%,#2662ed)}.home-v2 .match-section:before{content:"";position:absolute;width:500px;height:500px;right:-100px;top:-230px;border:1px solid rgba(255,255,255,.11);border-radius:50%;box-shadow:0 0 0 90px rgba(255,255,255,.035),0 0 0 180px rgba(255,255,255,.025)}.home-v2 .match-grid{position:relative;display:grid;grid-template-columns:.9fr 1.1fr;align-items:center;gap:110px;z-index:1}.home-v2 .kicker.light{color:#9fc0ff}.home-v2 .match-copy h2{font-size:49px}.home-v2 .match-copy p{max-width:500px;color:#d4e0ff;font-size:16px;line-height:1.6}.home-v2 .match-points{display:flex;gap:9px;margin:27px 0 32px}.home-v2 .match-points span{padding:7px 10px;border:1px solid rgba(255,255,255,.24);border-radius:6px;background:rgba(255,255,255,.08);font-size:10px;font-weight:800}.home-v2 .button-light{color:#0d2f91;background:#fff}.home-v2 .button-light:hover{background:#eef3ff}.home-v2 .scoreboard{padding:16px;border:1px solid var(--line);border-radius:18px;background:var(--card);color:var(--ink);box-shadow:0 28px 55px rgba(0,0,0,.3);transform:rotate(-1deg)}.home-v2 .gt-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.home-v2 .gt-set{font-size:13px;font-weight:700}.home-v2 .gt-serve{display:inline-flex;align-items:center;gap:5px;padding:3px 9px;border-radius:999px;background:#e3f5eb;color:#1f9d5b;font-size:10px;font-weight:800}.home-v2 .gt-serve i{width:6px;height:6px;border-radius:50%;background:#1f9d5b}.home-v2 .gt-score{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:10px}.home-v2 .gt-plus{height:46px;display:grid;place-items:center;border-radius:14px;background:var(--soft);color:var(--ink);font-size:14px;font-weight:800}.home-v2 .gt-plus.gt-us{background:var(--blue);color:var(--primary-foreground)}.home-v2 .gt-num{font-size:24px;font-weight:800;font-variant-numeric:tabular-nums}.home-v2 .gt-rot{margin:16px 2px 6px;font-size:12px;font-weight:700;color:var(--hmuted)}.home-v2 .gt-court{margin:0 auto;max-width:260px}.home-v2 .gt-court .court{border-radius:8px}.home-v2 .gt-court .player-dot{width:38px;height:38px}.home-v2 .gt-court .player-dot strong{font-size:13px}.home-v2 .gt-court .player-dot em{font-size:8px}.home-v2 .gt-hint{margin:10px 0 2px;text-align:center;font-size:10px;color:var(--hmuted)}.home-v2 .section.benefits{background:var(--background);padding-bottom:56px}.home-v2 .benefit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.home-v2 .benefit-grid article{padding:30px;border:1px solid var(--line);border-radius:14px}.home-v2 .benefit-grid article>span{width:42px;height:42px;display:grid;place-items:center;color:var(--blue);background:var(--blue-light);border-radius:10px;font-weight:900}.home-v2 .benefit-grid h3{margin:21px 0 9px;font-size:17px}.home-v2 .benefit-grid p{margin:0;color:var(--hmuted);font-size:13px;line-height:1.55}.home-v2 .final-cta{display:flex;align-items:center;justify-content:space-between;gap:30px;margin-top:80px;padding:50px 54px;border-radius:20px;color:var(--primary-foreground);background:var(--blue)}.home-v2 .final-cta h2{margin-bottom:0;font-size:35px}.home-v2 .final-cta .button{flex:0 0 auto}.home-v2 .final-cta .kicker.light{color:#9fc0ff}main.home-v2+footer{margin-top:0}@media (max-width:900px){.home-v2 .feature-grid,.home-v2 .hero-grid,.home-v2 .match-grid{grid-template-columns:1fr;gap:55px}.home-v2 .hero{padding-top:78px}.home-v2 .hero-copy{text-align:center}.home-v2 .hero-copy h1,.home-v2 .hero-lede{margin-inline:auto}.home-v2 .hero-actions{justify-content:center}.home-v2 .product-window{aspect-ratio:auto;max-width:470px;width:100%;margin:auto}.home-v2 .court-wrap{display:block}.home-v2 .court{height:auto;width:100%}.home-v2 .trust-strip .shell{grid-template-columns:repeat(2,1fr);padding:16px 0}.home-v2 .system-grid{grid-template-columns:1fr;max-width:600px;margin:auto}.home-v2 .system-card{min-height:auto}.home-v2 .system-visual{min-height:210px}.home-v2 .workflow-line{gap:28px}.home-v2 .feature-grid{max-width:700px}.home-v2 .match-grid{max-width:680px}.home-v2 .match-copy{text-align:center}.home-v2 .match-copy p{margin-inline:auto}.home-v2 .match-points{justify-content:center}}@media (max-width:620px){.home-v2 .shell{width:min(100% - 28px,1120px)}.home-v2 .section{padding:72px 0}.home-v2 .section.benefits{padding-bottom:40px}.home-v2 .hero{padding:65px 0}.home-v2 .eyebrow{justify-content:center;font-size:10px}.home-v2 h1{font-size:44px}.home-v2 .hero-lede{font-size:16px}.home-v2 .hero-actions{flex-direction:column;gap:18px}.home-v2 .product-window{border-radius:13px}.home-v2 .court-wrap,.home-v2 .window-bar{padding-inline:14px}.home-v2 .trust-strip .shell{grid-template-columns:1fr 1fr;gap:13px}.home-v2 .trust-strip span{font-size:10px}.home-v2 .feature-copy h2,.home-v2 .final-cta h2,.home-v2 .match-copy h2,.home-v2 .section-heading h2{font-size:35px}.home-v2 .section-heading p{font-size:15px}.home-v2 .system-visual>strong{font-size:70px}.home-v2 .workflow-line{grid-template-columns:1fr;gap:36px}.home-v2 .workflow-line:before{left:28px;right:auto;top:30px;bottom:30px;border-top:0;border-left:1px dashed var(--line)}.home-v2 .workflow-line article{padding-left:82px}.home-v2 .step{position:absolute;left:0;top:22px}.home-v2 .step-icon{position:absolute;left:21px;top:0;margin:0;width:50px;height:50px}.home-v2 .workflow-line p{max-width:none}.home-v2 .player-card-stage{min-height:510px}.home-v2 .player-card{width:260px;min-height:378px;padding:17px}.home-v2 .note-one{left:10px;top:35px}.home-v2 .note-two{right:8px;bottom:30px}.home-v2 .feature-section{padding-top:20px}.home-v2 .match-section{padding-block:78px}.home-v2 .match-points{flex-wrap:wrap}.home-v2 .scoreboard{padding:15px}.home-v2 .benefit-grid{grid-template-columns:1fr}.home-v2 .final-cta{flex-direction:column;align-items:flex-start;margin-top:55px;padding:34px 26px}.home-v2 .system-card:hover{transform:none}}@media (prefers-reduced-motion:reduce){.home-v2 *{transition:none!important}}.dark .home-v2{--blue:var(--sidebar-primary);--blue-light:color-mix(in oklab,var(--sidebar-primary) 14%,var(--background))}.dark .home-v2 .product-window{box-shadow:0 28px 70px rgba(0,0,0,.45)}.dark .home-v2 .player-card{box-shadow:0 25px 55px rgba(0,0,0,.5)}.dark .home-v2 .floating-note{box-shadow:0 10px 24px rgba(0,0,0,.4)}.dark .home-v2 .legal-chip span{color:#4cc98a;background:#17352a}.dark .home-v2 .match-section{background:linear-gradient(135deg,#0b1836,#1e3a8a 65%,#2a4fb8)}.dark .home-v2 .scoreboard{box-shadow:0 28px 55px rgba(0,0,0,.5)}.dark .home-v2 .button-light{color:#14224a;background:#e8ecf4}.dark .home-v2 .button-light:hover{background:#fff}