.landing-shell{--bg-darkest:#0b0e17;--bg-card:#151d2e;--bg-alt:#0e121d;--accent:#68de86;--accent-dim:#68de8626;--accent-glow:#68de8640;--red:#f86553;--yellow:#f5c542;--text-primary:#fff;--text-secondary:#d3d3d3;--text-muted:#ffffffa6;--border:#3f434d;--radius-section:16px;--radius-card:24px;--radius-small:8px;--radius-pill:999px;background:var(--bg-darkest);color:var(--text-primary);-webkit-font-smoothing:antialiased;font-family:Outfit,sans-serif;line-height:1.6;overflow-x:hidden}.landing-shell,.landing-shell *,.landing-shell :before,.landing-shell :after{box-sizing:border-box}.landing-shell .container{min-width:0;max-width:1200px;margin:0 auto;padding:0 32px}.landing-shell .section-pad{padding:96px 0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}@keyframes float{0%,to{transform:perspective(1200px)rotateY(-5deg)rotateX(2deg)translateY(0)}50%{transform:perspective(1200px)rotateY(-5deg)rotateX(2deg)translateY(-12px)}}@keyframes pulseGlow{0%,to{box-shadow:0 30px 80px #68de8626,0 10px 30px #68de861a}50%{box-shadow:0 30px 80px #68de8640,0 10px 30px #68de8626}}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes glow{0%,to{box-shadow:0 0 30px #68de8626,0 0 60px #68de860d}50%{box-shadow:0 0 40px #68de8640,0 0 80px #68de861a}}@keyframes gradientShift{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}@keyframes grain{0%,to{transform:translate(0)}10%{transform:translate(-5%,-10%)}20%{transform:translate(-15%,5%)}30%{transform:translate(7%,-25%)}40%{transform:translate(-5%,25%)}50%{transform:translate(-15%,10%)}60%{transform:translate(15%)}70%{transform:translateY(15%)}80%{transform:translate(3%,35%)}90%{transform:translate(-10%,10%)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.landing-shell .reveal{opacity:0;transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1);transform:translateY(40px)}.landing-shell .reveal.visible{opacity:1;transform:translateY(0)}.landing-shell .reveal-delay-1{transition-delay:.1s}.landing-shell .reveal-delay-2{transition-delay:.2s}.landing-shell .reveal-delay-3{transition-delay:.3s}.landing-shell .reveal-delay-4{transition-delay:.4s}.landing-shell .btn-primary{background:var(--accent);color:var(--bg-darkest);border-radius:var(--radius-pill);cursor:pointer;white-space:nowrap;border:none;align-items:center;gap:8px;padding:14px 32px;font-family:Outfit,sans-serif;font-size:16px;font-weight:700;text-decoration:none;transition:transform .25s cubic-bezier(.16,1,.3,1),box-shadow .25s;display:inline-flex}.landing-shell .btn-primary:hover{transform:scale(1.03);box-shadow:0 8px 30px #68de864d}.landing-shell .btn-primary:active{transform:scale(.98)}.landing-shell .btn-ghost{color:var(--text-primary);border:1.5px solid var(--border);border-radius:var(--radius-pill);cursor:pointer;white-space:nowrap;background:0 0;align-items:center;gap:8px;padding:14px 32px;font-family:Outfit,sans-serif;font-size:16px;font-weight:600;text-decoration:none;transition:transform .25s cubic-bezier(.16,1,.3,1),border-color .25s,background .25s;display:inline-flex}.landing-shell .btn-ghost:hover{border-color:var(--accent);color:var(--accent);background:#68de860d;transform:scale(1.03)}.landing-shell .hero{align-items:center;padding:48px 0 32px;display:flex;position:relative;overflow:hidden}.landing-shell .scroll-hint{opacity:.4;flex-direction:column;align-items:center;gap:6px;padding:12px 0 0;transition:opacity .3s;display:flex}.landing-shell .scroll-hint span{letter-spacing:1.5px;text-transform:uppercase;color:var(--text-secondary);font-size:11px}.landing-shell .scroll-hint-arrow{border-right:2px solid var(--accent);border-bottom:2px solid var(--accent);width:18px;height:18px;animation:2s ease-in-out infinite scrollBounce;transform:rotate(45deg)}@keyframes scrollBounce{0%,to{transform:rotate(45deg)translateY(0)}50%{transform:rotate(45deg)translateY(6px)}}.landing-shell .hero:before{content:"";z-index:0;background:radial-gradient(80% 60% at 20% 30%,#68de8614 0%,#0000 60%),radial-gradient(60% 50% at 80% 60%,#68de860d 0%,#0000 50%),radial-gradient(90% 70% at 50% 10%,#1e3c5a4d 0%,#0000 60%);position:absolute;inset:0}.landing-shell .hero:after{content:"";pointer-events:none;z-index:1;opacity:.5;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");background-size:256px 256px;width:400%;height:400%;animation:8s steps(10,end) infinite grain;position:absolute;inset:-200%}.landing-shell .hero .container{z-index:2;position:relative}.landing-shell .hero-inner{grid-template-columns:1fr 1.1fr;align-items:center;gap:60px;min-width:0;display:grid}.landing-shell .hero-inner>*{min-width:0}.landing-shell .hero-text{z-index:2;position:relative}.landing-shell .hero h1{letter-spacing:-1px;margin-bottom:20px;font-size:56px;font-weight:700;line-height:1.1}.landing-shell .hero h1 span{background:linear-gradient(135deg, var(--accent), #4ecf6e);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.landing-shell .hero-subtitle{color:var(--text-secondary);max-width:520px;margin-bottom:32px;font-size:19px;line-height:1.65}.landing-shell .hero-buttons{flex-wrap:wrap;gap:16px;margin-bottom:24px;display:flex}.landing-shell .hero-trust{opacity:.6;margin-top:14px;font-size:13px}.landing-shell .hero-proof-link{color:#68de86;margin-top:10px;font-size:14px;font-weight:600;display:inline-block}.landing-shell .dashboard-wrap{z-index:2;perspective:1200px;position:relative}.landing-shell .dashboard-mock{background:var(--bg-card);border:1px solid var(--border);border-radius:20px;padding:24px;animation:6s ease-in-out infinite float,4s ease-in-out infinite pulseGlow;position:relative;overflow:hidden}.landing-shell .dashboard-mock:before{content:"";background:linear-gradient(90deg, transparent, var(--accent-glow), transparent);height:1px;position:absolute;top:0;left:0;right:0}.landing-shell .dash-header{border-bottom:1px solid #3f434d80;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:14px;display:flex}.landing-shell .dash-title{color:var(--text-primary);font-size:14px;font-weight:700}.landing-shell .dash-live-badge{color:var(--accent);text-transform:uppercase;letter-spacing:.5px;align-items:center;gap:6px;font-size:11px;font-weight:600;display:flex}.landing-shell .dash-live-badge .live-dot{background:var(--accent);border-radius:50%;width:6px;height:6px;animation:1.5s ease-in-out infinite pulseGlow}.landing-shell .dash-stats{grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:20px;display:grid}.landing-shell .dash-stat{text-align:center;background:#68de860f;border:1px solid #68de861f;border-radius:10px;padding:12px 14px}.landing-shell .dash-stat-value{color:var(--accent);font-size:20px;font-weight:800;line-height:1.2}.landing-shell .dash-stat-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;margin-top:2px;font-size:10px}.landing-shell .dash-table{width:100%;margin-bottom:20px}.landing-shell .dash-table-header{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid #3f434d66;grid-template-columns:2fr 1fr 1fr 1fr;gap:8px;padding:8px 12px;font-size:10px;display:grid}.landing-shell .dash-table-row{border-bottom:1px solid #3f434d33;grid-template-columns:2fr 1fr 1fr 1fr;gap:8px;padding:10px 12px;font-size:13px;transition:background .2s;display:grid}.landing-shell .dash-table-row:hover{background:#68de8608}.landing-shell .dash-team{align-items:center;gap:6px;font-weight:600;display:flex}.landing-shell .dash-team-dot{border-radius:50%;width:8px;height:8px}.landing-shell .dash-spread{color:var(--text-secondary)}.landing-shell .dash-edge{text-align:center;border-radius:4px;padding:2px 6px;font-size:12px;font-weight:700}.landing-shell .dash-edge.positive{color:var(--accent);background:#68de861a}.landing-shell .dash-edge.negative{color:var(--red);background:#f865531a}.landing-shell .dash-conf{text-align:center;font-size:11px;font-weight:600}.landing-shell .dash-conf.high{color:var(--accent)}.landing-shell .dash-conf.med{color:var(--yellow)}.landing-shell .dash-conf.low{color:var(--text-muted)}.landing-shell .dash-chart{align-items:flex-end;gap:6px;height:60px;padding:10px 12px 0;display:flex}.landing-shell .dash-bar{border-radius:4px 4px 0 0;flex:1;transition:height .6s cubic-bezier(.16,1,.3,1);position:relative}.landing-shell .dash-bar.green{background:linear-gradient(180deg, var(--accent), #68de8666)}.landing-shell .dash-bar.dim{background:#3f434d66}.landing-shell .dash-bar.red-bar{background:linear-gradient(180deg, var(--red), #f8655366)}.landing-shell .dash-chart-label{color:var(--text-muted);justify-content:space-between;padding:6px 12px 0;font-size:9px;display:flex}.landing-shell .stats-bar{background:var(--bg-card);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:40px 0}.landing-shell .stats-grid{grid-template-columns:repeat(4,1fr);gap:32px;display:grid}.landing-shell .stat-item{text-align:center}.landing-shell .stat-value{color:var(--accent);font-variant-numeric:tabular-nums;margin-bottom:4px;font-size:36px;font-weight:700}.landing-shell .stat-label{color:var(--text-muted);font-size:14px;font-weight:400}.landing-shell .social-proof{background:var(--bg-alt);border-bottom:1px solid var(--border);padding:48px 0;overflow:hidden}.landing-shell .marquee-track{width:max-content;animation:35s linear infinite marquee;display:flex}.landing-shell .marquee-track:hover{animation-play-state:paused}.landing-shell .testimonial-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-card);flex-shrink:0;min-width:400px;max-width:460px;margin:0 16px;padding:28px 32px;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s}.landing-shell .testimonial-card:hover{transform:translateY(-4px);box-shadow:0 16px 48px #0000004d}.landing-shell .testimonial-card .quote{color:var(--text-secondary);margin-bottom:16px;font-size:15px;font-style:italic;line-height:1.65}.landing-shell .testimonial-card .author{color:var(--accent);font-size:13px;font-weight:600}.landing-shell .testimonial-stars{gap:2px;margin-bottom:12px;display:flex}.landing-shell .testimonial-stars svg{color:#f5b731;fill:#f5b731;width:14px;height:14px}.landing-shell .story-section{padding:100px 0}.landing-shell .story-section.alt-bg{background:var(--bg-alt)}.landing-shell .story-grid{grid-template-columns:1fr 1fr;align-items:center;gap:64px;display:grid}.landing-shell .story-grid.reverse .story-text{order:2}.landing-shell .story-grid.reverse .story-mock{order:1}.landing-shell .pain-label{text-transform:uppercase;letter-spacing:.1em;color:var(--red);align-items:center;gap:6px;margin-bottom:12px;font-size:.75rem;font-weight:600;display:inline-flex}.landing-shell .solution-label{text-transform:uppercase;letter-spacing:.1em;color:var(--accent);align-items:center;gap:6px;margin-top:32px;margin-bottom:12px;font-size:.75rem;font-weight:600;display:inline-flex}.landing-shell .story-text h2{margin-bottom:16px;font-size:2.2rem;font-weight:700;line-height:1.2}.landing-shell .story-text h3{color:var(--accent);margin-bottom:14px;font-size:1.5rem;font-weight:700;line-height:1.3}.landing-shell .story-text p{color:var(--text-secondary);margin-bottom:8px;font-size:1.05rem;line-height:1.8}.landing-shell .mock-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-card);padding:28px;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s;position:relative;overflow:hidden}.landing-shell .mock-card:before{content:"";background:linear-gradient(90deg, var(--accent), transparent);height:3px;position:absolute;top:0;left:0;right:0}.landing-shell .mock-card:after{content:"";border-radius:var(--radius-card);pointer-events:none;transition:box-shadow .4s;position:absolute;inset:0;box-shadow:inset 0 0 #68de8600}.landing-shell .mock-card:hover{transform:translateY(-8px);box-shadow:0 20px 60px #0006}.landing-shell .mock-card:hover:after{box-shadow:inset 0 0 30px #68de8614}.landing-shell .mock-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.landing-shell .mock-title{color:var(--text-primary);font-family:Outfit,sans-serif;font-size:.95rem;font-weight:600}.landing-shell .mock-badge{border-radius:var(--radius-pill);color:var(--accent);text-transform:uppercase;letter-spacing:.05em;background:#68de861f;padding:4px 10px;font-size:.7rem;font-weight:600}.landing-shell .pick-row{border-bottom:1px solid #3f434d80;justify-content:space-between;align-items:center;padding:14px 0;display:flex}.landing-shell .pick-row:last-child{border-bottom:none}.landing-shell .pick-teams{flex-direction:column;gap:2px;display:flex}.landing-shell .pick-team-name{font-size:.9rem;font-weight:600}.landing-shell .pick-opponent{color:var(--text-muted);font-size:.78rem}.landing-shell .pick-spread{color:var(--accent);font-size:.95rem;font-weight:600}.landing-shell .pick-confidence{align-items:center;gap:6px;display:flex}.landing-shell .confidence-bar{background:#ffffff1a;border-radius:3px;width:60px;height:6px;overflow:hidden}.landing-shell .confidence-fill{background:var(--accent);border-radius:3px;height:100%}.landing-shell .confidence-label{color:var(--text-muted);font-size:.75rem}.landing-shell .mini-chart-wrap{flex-direction:column;display:flex}.landing-shell .chart-row{align-items:flex-end;gap:3px;height:60px;display:flex}.landing-shell .chart-bar{border-radius:3px 3px 0 0;transition:height .4s}.landing-shell .ev-header-mock{border-bottom:1px solid var(--border);text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);grid-template-columns:1fr auto auto auto;gap:16px;margin-bottom:4px;padding-bottom:8px;font-size:.72rem;display:grid}.landing-shell .ev-row{border-bottom:1px solid #3f434d66;grid-template-columns:1fr auto auto auto;align-items:center;gap:16px;padding:12px 0;font-size:.88rem;display:grid}.landing-shell .ev-row:last-child{border-bottom:none}.landing-shell .ev-book{color:var(--text-secondary);font-weight:500}.landing-shell .ev-spread-mock{text-align:center;font-weight:600}.landing-shell .ev-odds{text-align:center;color:var(--text-muted)}.landing-shell .ev-value{text-align:right;font-weight:600}.landing-shell .ev-value.positive{color:var(--accent)}.landing-shell .ev-value.negative{color:var(--red)}.landing-shell .ev-best{border-radius:var(--radius-small);background:#68de860f;margin:0 -10px;padding:12px 10px}.landing-shell .slider-row{justify-content:space-between;align-items:center;padding:10px 0;display:flex}.landing-shell .slider-label{color:var(--text-secondary);min-width:140px;font-size:.85rem;font-weight:500}.landing-shell .slider-track{background:#ffffff1a;border-radius:3px;flex:1;height:6px;margin:0 14px;position:relative}.landing-shell .slider-fill{background:var(--accent);border-radius:3px;height:100%}.landing-shell .slider-thumb{background:var(--accent);border-radius:50%;width:14px;height:14px;position:absolute;top:50%;transform:translate(-50%,-50%);box-shadow:0 0 8px #68de8666}.landing-shell .slider-val{color:var(--accent);text-align:right;min-width:36px;font-size:.8rem;font-weight:600}.landing-shell .projected-outcome{border-radius:var(--radius-small);background:#68de860f;border:1px solid #68de8626;margin-top:20px;padding:16px}.landing-shell .projected-label{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:6px;font-size:.72rem}.landing-shell .projected-result{color:var(--accent);font-size:1.6rem;font-weight:700}.landing-shell .projected-sub{color:var(--text-muted);margin-top:4px;font-size:.82rem}.landing-shell .numbers-section{background:var(--bg-darkest);text-align:center;padding:100px 0;position:relative}.landing-shell .green-rule{background:linear-gradient(90deg, transparent, var(--accent), transparent);opacity:.5;width:100%;max-width:600px;height:2px;margin:0 auto}.landing-shell .numbers-grid{grid-template-columns:repeat(4,1fr);gap:32px;margin:56px 0;display:grid}.landing-shell .num-item h3{color:var(--accent);margin-bottom:8px;font-size:3.2rem;font-weight:800;line-height:1.2}.landing-shell .num-item p{color:var(--text-secondary);font-size:.95rem}.landing-shell .numbers-note{color:var(--text-muted);max-width:540px;margin:0 auto;font-size:.85rem}.landing-shell .tools-section{background:var(--bg-alt);padding:100px 0}.landing-shell .tools-section .section-header{text-align:center;margin-bottom:56px}.landing-shell .tools-section .section-header h2{margin-bottom:12px;font-size:36px;font-weight:700}.landing-shell .tools-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.landing-shell .tool-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-card);padding:32px;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s;position:relative;overflow:hidden}.landing-shell .tool-card:before{content:"";border-radius:var(--radius-card);pointer-events:none;transition:box-shadow .4s;position:absolute;inset:0;box-shadow:inset 0 0 #68de8600}.landing-shell .tool-card:hover{border-color:#68de864d;transform:translateY(-8px);box-shadow:0 20px 60px #0006}.landing-shell .tool-card:hover:before{box-shadow:inset 0 0 30px #68de8614}.landing-shell .tool-icon{width:48px;height:48px;color:var(--accent);background:#68de861a;border-radius:12px;justify-content:center;align-items:center;margin-bottom:20px;display:flex}.landing-shell .tool-card h3{margin-bottom:10px;font-size:20px;font-weight:600}.landing-shell .tool-card p{color:var(--text-muted);font-size:15px;line-height:1.6}.landing-shell .data-preview{background:var(--bg-darkest);padding:96px 0}.landing-shell .data-preview .section-header{text-align:center;margin-bottom:48px}.landing-shell .data-preview .section-header h2{margin-bottom:12px;font-size:36px;font-weight:700}.landing-shell .data-preview .section-header p{color:var(--text-muted);font-size:17px}.landing-shell .table-wrapper{border-radius:var(--radius-card);border:1px solid var(--border);position:relative;overflow:hidden}.landing-shell .ev-table{border-collapse:collapse;filter:blur(8px);-webkit-user-select:none;user-select:none;pointer-events:none;width:100%}.landing-shell .ev-table thead{background:var(--bg-card)}.landing-shell .ev-table th{text-align:left;text-transform:uppercase;letter-spacing:1px;color:var(--text-muted);border-bottom:1px solid var(--border);padding:16px 20px;font-size:12px;font-weight:600}.landing-shell .ev-table td{border-bottom:1px solid #3f434d66;padding:18px 20px;font-size:15px}.landing-shell .ev-table tbody tr{background:var(--bg-alt)}.landing-shell .ev-table tbody tr:nth-child(2n){background:var(--bg-card)}.landing-shell .ev-table .edge-positive{color:var(--accent);font-weight:600}.landing-shell .ev-table .edge-negative{color:var(--red);font-weight:600}.landing-shell .ev-table .sport-badge{color:var(--accent);border-radius:var(--radius-pill);text-transform:uppercase;letter-spacing:.5px;background:#68de861a;padding:3px 10px;font-size:11px;font-weight:600;display:inline-block}.landing-shell .table-overlay{text-align:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:10;background:#0b0e1780;flex-direction:column;justify-content:center;align-items:center;padding:0 28px;display:flex;position:absolute;inset:0}.landing-shell .table-overlay .overlay-icon{width:48px;height:48px;color:var(--accent);margin-bottom:16px}.landing-shell .table-overlay h3{margin-bottom:8px;font-size:24px;font-weight:700}.landing-shell .table-overlay p{color:var(--text-muted);max-width:360px;margin:0 auto 24px;font-size:15px}.landing-shell .pricing{background:var(--bg-alt);padding:96px 0}.landing-shell .pricing .section-header{text-align:center;margin-bottom:56px}.landing-shell .pricing .section-header h2{margin-bottom:12px;font-size:36px;font-weight:700}.landing-shell .pricing .section-header p{color:var(--text-muted);font-size:17px}.landing-shell .pricing-grid{grid-template-columns:1fr 1fr 1.15fr;align-items:center;gap:24px;display:grid}.landing-shell .pricing-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-card);padding:40px 32px;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s;position:relative;overflow:hidden}.landing-shell .pricing-card:after{content:"";border-radius:var(--radius-card);pointer-events:none;transition:box-shadow .4s;position:absolute;inset:0;box-shadow:inset 0 0 #68de8600}.landing-shell .pricing-card:hover{transform:translateY(-8px);box-shadow:0 24px 60px #0000004d}.landing-shell .pricing-card:hover:after{box-shadow:inset 0 0 30px #68de8614}.landing-shell .pricing-card.pro{background:linear-gradient(135deg, var(--bg-card) 0%, #151d2e 100%);z-index:2;border:1.5px solid #68de8659;padding:52px 36px;animation:4s ease-in-out infinite glow;overflow:visible}.landing-shell .pricing-card.pro:hover{transform:translateY(-10px);box-shadow:0 30px 80px #0006,0 0 60px #68de861f}.landing-shell .pricing-badge{background:var(--accent);color:var(--bg-darkest);text-transform:uppercase;letter-spacing:1.5px;border-radius:var(--radius-pill);white-space:nowrap;z-index:3;padding:6px 20px;font-size:11px;font-weight:700;position:absolute;top:-14px;left:50%;transform:translate(-50%)}.landing-shell .pricing-card .plan-name{color:var(--text-muted);margin-bottom:8px;font-size:18px;font-weight:600}.landing-shell .pricing-card.pro .plan-name{color:var(--accent)}.landing-shell .pricing-card .plan-price{margin-bottom:4px;font-size:48px;font-weight:700}.landing-shell .pricing-card .plan-price span{color:var(--text-muted);font-size:18px;font-weight:400}.landing-shell .pricing-card .plan-trial{color:var(--text-muted);margin-bottom:28px;font-size:13px}.landing-shell .pricing-features{margin-bottom:32px;list-style:none}.landing-shell .pricing-features li{color:var(--text-secondary);align-items:flex-start;gap:10px;padding:8px 0;font-size:14px;display:flex}.landing-shell .pricing-features li i{width:16px;height:16px;color:var(--accent);flex-shrink:0;margin-top:2px}.landing-shell .pricing-card .btn-primary,.landing-shell .pricing-card .btn-ghost{justify-content:center;width:100%}.landing-shell .faq{background:var(--bg-darkest);padding:96px 0}.landing-shell .faq .section-header{text-align:center;margin-bottom:48px}.landing-shell .faq .section-header h2{margin-bottom:12px;font-size:36px;font-weight:700}.landing-shell .faq-list{max-width:720px;margin:0 auto}.landing-shell .faq-item{border-bottom:1px solid var(--border)}.landing-shell .faq-item input[type=checkbox]{display:none}.landing-shell .faq-item label{cursor:pointer;justify-content:space-between;align-items:center;padding:24px 0;font-size:17px;font-weight:500;transition:color .2s;display:flex}.landing-shell .faq-item label:hover{color:var(--accent)}.landing-shell .faq-item label .faq-chevron{width:20px;height:20px;color:var(--text-muted);flex-shrink:0;transition:transform .3s,color .3s}.landing-shell .faq-item input[type=checkbox]:checked+label .faq-chevron{color:var(--accent);transform:rotate(180deg)}.landing-shell .faq-answer{max-height:0;transition:max-height .35s,padding .35s;overflow:hidden}.landing-shell .faq-item input[type=checkbox]:checked~.faq-answer{max-height:200px}.landing-shell .faq-answer p{color:var(--text-muted);padding:0 0 24px;font-size:15px;line-height:1.65}.landing-shell .final-cta{background:var(--bg-alt);padding:96px 0}.landing-shell .cta-card{background:var(--bg-card);border-radius:var(--radius-card);text-align:center;border:1.5px solid #0000;padding:72px 48px;position:relative;overflow:hidden}.landing-shell .cta-card:before{content:"";border-radius:var(--radius-card);background:linear-gradient(135deg, var(--accent), #68de861a, var(--accent));-webkit-mask-composite:xor;pointer-events:none;background-size:200% 200%;padding:1.5px;animation:6s infinite gradientShift;position:absolute;inset:-1.5px;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.landing-shell .cta-card h2{margin-bottom:12px;font-size:40px;font-weight:700}.landing-shell .cta-card p{color:var(--text-muted);max-width:480px;margin-bottom:36px;margin-left:auto;margin-right:auto;font-size:18px}.landing-shell .cta-card .btn-primary{padding:18px 44px;font-size:18px}.landing-shell .cta-card .hero-proof-link{margin-top:20px;display:block}.landing-shell .footer{background:var(--bg-darkest);border-top:1px solid var(--border);text-align:center;padding:48px 0 32px}.landing-shell .footer p{color:var(--text-muted);font-size:13px}.landing-shell .footer-featured-badge{justify-content:center;margin-top:20px;display:flex}.landing-shell .footer-featured-badge a,.landing-shell .footer-featured-badge img{display:block}.landing-shell .footer-links{text-align:left;border-bottom:1px solid var(--border);grid-template-columns:repeat(4,1fr);gap:32px;margin-bottom:40px;padding-bottom:32px;display:grid}.landing-shell .footer-col{flex-direction:column;gap:10px;display:flex}.landing-shell .footer-col-title{text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);margin:0 0 4px;font-size:13px;font-weight:700}.landing-shell .footer-col a{color:var(--text-secondary,#c9d1d9);font-size:14px;text-decoration:none;transition:color .15s}.landing-shell .footer-col a:hover{color:var(--primary,#68de86)}@media (width<=760px){.landing-shell .footer-links{grid-template-columns:repeat(2,1fr);gap:28px 24px}}@media (width<=1100px){.landing-shell .pricing-grid{grid-template-columns:1fr;max-width:480px;margin:0 auto}.landing-shell .pricing-card.pro{order:-1}}@media (width<=768px){.landing-shell .container{padding:0 20px}.landing-shell .section-pad{padding:64px 0}.landing-shell .hero{padding:40px 0 24px}.landing-shell .hero-inner{grid-template-columns:1fr;gap:48px}.landing-shell .hero h1{font-size:36px}.landing-shell .hero-subtitle{font-size:16px}.landing-shell .hero-buttons{flex-direction:column}.landing-shell .hero-buttons .btn-primary,.landing-shell .hero-buttons .btn-ghost{box-sizing:border-box;white-space:normal;justify-content:center;width:100%;min-width:0;padding:14px 20px;font-size:15px;display:flex}.landing-shell .dashboard-mock{padding:16px;animation:4s ease-in-out infinite pulseGlow}.landing-shell .dash-stats{gap:8px}.landing-shell .dash-stat{padding:10px 4px}.landing-shell .dash-stat-value{font-size:15px}.landing-shell .dash-stat-label{letter-spacing:.3px;font-size:9px}.landing-shell .mock-card{padding:18px}.landing-shell .dash-table-header,.landing-shell .dash-table-row,.landing-shell .dash-table-header>*,.landing-shell .dash-table-row>*,.landing-shell .ev-header-mock,.landing-shell .ev-row,.landing-shell .ev-header-mock>*,.landing-shell .ev-row>*,.landing-shell .dash-stats>*,.landing-shell .pick-row,.landing-shell .pick-row>*{min-width:0}.landing-shell .dash-table-header,.landing-shell .dash-table-row{gap:6px;padding-left:8px;padding-right:8px;font-size:12px}.landing-shell .ev-header-mock,.landing-shell .ev-row{gap:8px}.landing-shell .btn-primary,.landing-shell .btn-ghost{white-space:normal;max-width:100%}.landing-shell .stats-grid{grid-template-columns:repeat(2,1fr);gap:24px}.landing-shell .stat-value{font-size:28px}.landing-shell .testimonial-card{min-width:300px;max-width:340px}.landing-shell .story-section{padding:64px 0}.landing-shell .story-grid{grid-template-columns:1fr;gap:40px;min-width:0}.landing-shell .story-grid>*{min-width:0}.landing-shell .story-grid.reverse .story-text{order:1}.landing-shell .story-grid.reverse .story-mock{order:2}.landing-shell .story-text h2{font-size:1.7rem}.landing-shell .story-text h3{font-size:1.2rem}.landing-shell .numbers-grid{grid-template-columns:repeat(2,1fr);gap:24px}.landing-shell .num-item h3{font-size:2.2rem}.landing-shell .tools-grid{grid-template-columns:1fr}.landing-shell .data-preview{padding:64px 0}.landing-shell .data-preview .section-header h2{font-size:28px}.landing-shell .ev-table{table-layout:fixed}.landing-shell .ev-table th,.landing-shell .ev-table td{text-overflow:ellipsis;white-space:nowrap;padding:12px 8px;font-size:12px;overflow:hidden}.landing-shell .table-overlay{padding:0 20px}.landing-shell .table-overlay h3{font-size:20px}.landing-shell .table-overlay p{margin-bottom:20px;font-size:14px}.landing-shell .pricing{padding:64px 0}.landing-shell .pricing .section-header h2{font-size:28px}.landing-shell .pricing-grid{grid-template-columns:1fr;max-width:100%}.landing-shell .faq{padding:64px 0}.landing-shell .faq .section-header h2{font-size:28px}.landing-shell .final-cta{padding:64px 0}.landing-shell .cta-card{padding:48px 24px}.landing-shell .cta-card h2{font-size:28px}.landing-shell .cta-card p{font-size:16px}.landing-shell .tools-section .section-header h2{font-size:28px}}@media (width<=480px){.landing-shell .stats-grid,.landing-shell .numbers-grid{grid-template-columns:1fr}}.learn-container{width:100%;max-width:1200px;margin:0 auto}.learning-path{background:#68de860d;border:1px solid #68de8638;border-radius:14px;margin:36px 0 54px;padding:28px}.learning-path-eyebrow{color:#68de86;letter-spacing:.1em;text-transform:uppercase;font-weight:700}.learning-path ol{gap:10px;margin:24px 0;padding:0;list-style:none;display:grid}.learning-path li a{color:inherit;border-top:1px solid #ffffff1a;grid-template-columns:140px 1fr;gap:16px;padding:14px 0;text-decoration:none;display:grid}.learning-path li strong{color:#68de86}.learning-path li span{color:#aebbb6}.article-answer{color:#e6ece9;border-left:3px solid #68de86;padding-left:18px;font-size:1.14rem;line-height:1.7}.article-pillar-link{color:#aebbb6;font-size:.95rem}@media (width<=600px){.learning-path li a{grid-template-columns:1fr;gap:5px}}.learn-header{margin-bottom:28px}.learn-title{color:#fffffff5;letter-spacing:-.02em;font-size:38px;font-weight:800;line-height:48px}.learn-subtitle{color:#ffffffbf;max-width:70ch;margin-top:8px;font-size:18px;line-height:26px}.learn-categories{flex-direction:column;gap:36px;display:flex}.learn-category{flex-direction:column;gap:10px;display:flex}.category-title{color:var(--primary-color);font-size:22px;font-weight:800;line-height:30px}.category-description{color:#ffffffb8;max-width:90ch;margin:0;font-size:16px;line-height:24px}.articles-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:8px;display:grid}.article-card{color:inherit;background:#ffffff08;border:1px solid #ffffff1f;border-radius:16px;padding:18px;transition:transform .15s,border-color .15s,background .15s;display:block}.article-card:hover{background:#ffffff0d;border-color:#68de868c;transform:translateY(-1px)}.article-card-header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.article-card .article-title{color:#ffffffeb;margin:0;font-size:18px;font-weight:800;line-height:24px}.reading-time{color:#ffffff8c;white-space:nowrap;letter-spacing:.08em;text-transform:uppercase;font-size:12px;font-weight:700;line-height:18px}.article-card .article-description{color:#ffffffb3;margin:10px 0 0;font-size:15px;line-height:22px}.article-content{max-width:900px;margin:0 auto}.article-header{border-bottom:1px solid #ffffff1f;margin-bottom:18px;padding-bottom:14px}.article-category-badge{color:#ffffffe6;letter-spacing:.06em;text-transform:uppercase;background:#68de861f;border:1px solid #68de8638;border-radius:999px;align-items:center;gap:8px;padding:6px 10px;font-size:12px;font-weight:800;line-height:18px;display:inline-flex}.article-content .article-title{color:#fffffff5;margin:10px 0 0;font-size:34px;font-weight:900;line-height:42px}.article-meta{color:#fff9;flex-wrap:wrap;gap:12px;margin-top:8px;font-size:13px;line-height:18px;display:flex}.article-body{color:#ffffffc7;margin-top:18px;font-size:16px;line-height:26px}.article-placeholder{text-align:center;color:#ffffffa6;padding:48px 18px}.placeholder-subtext{opacity:.85;font-size:14px;line-height:20px}.article-footer{border-top:1px solid #ffffff1f;margin-top:28px;padding-top:18px}.article-navigation{grid-template-columns:1fr 1fr;gap:12px;display:grid}.nav-link{color:inherit;background:#ffffff08;border:1px solid #ffffff1f;border-radius:14px;padding:14px;transition:border-color .15s,background .15s}.nav-link:hover{background:#ffffff0d;border-color:#68de868c}.nav-link.nav-next{text-align:right}.nav-label{color:#ffffff8c;letter-spacing:.08em;text-transform:uppercase;font-size:12px;font-weight:800;line-height:18px;display:block}.nav-title{color:#ffffffe6;margin-top:4px;font-size:15px;font-weight:800;line-height:22px;display:block}.article-content-wrapper{max-width:900px;margin:0 auto}.markdown-content strong{color:#ffffffeb;font-weight:800}.markdown-content em{color:#fffc}.article-link{color:var(--primary-color);text-underline-offset:3px;-webkit-text-decoration:underline #68de8659;text-decoration:underline #68de8659}.article-link:hover{text-decoration-color:#68de86d9}.article-h1,.article-h2,.article-h3{color:#fffffff2;margin:18px 0 8px;font-weight:900}.article-h1{font-size:26px;line-height:34px}.article-h2{font-size:22px;line-height:30px}.article-h3{font-size:18px;font-weight:800;line-height:26px}.article-p{color:#ffffffc7;margin:10px 0}.article-ul,.article-ol{color:#ffffffc7;margin:12px 0;padding-left:24px}.article-li{margin:6px 0}.article-code{color:#ffffffe0;background:#ffffff12;border:1px solid #ffffff1f;border-radius:8px;padding:2px 6px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.95em}.article-pre{background:var(--table-bg);color:#ffffffe6;border:1px solid #ffffff1f;border-radius:14px;margin:14px 0;padding:14px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:14px;line-height:20px;overflow:auto}.article-pre>.article-code{font-size:inherit;color:inherit;background:0 0;border:0;border-radius:0;padding:0}.article-hr{border:none;border-top:1px solid #ffffff1f;margin:18px 0}.article-tableWrap{border:1px solid #ffffff1f;border-radius:14px;margin:14px 0;overflow-x:auto}.article-table{border-collapse:collapse;background:#ffffff05;width:100%;min-width:520px}.article-th,.article-td{text-align:left;border-bottom:1px solid #ffffff14;padding:10px 12px;line-height:20px;color:#ffffffd1!important;font-size:14px!important}.article-th{background:#ffffff0d;font-weight:900;color:#ffffffe6!important}@media (width<=1100px){.articles-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=768px){.learn-title{font-size:30px;line-height:38px}.learn-subtitle{font-size:16px;line-height:24px}.articles-list{grid-template-columns:1fr}.article-content .article-title{font-size:28px;line-height:36px}.article-navigation{grid-template-columns:1fr}.article-table{min-width:460px}}.article-related{background:#ffffff05;border:1px solid #ffffff14;border-radius:12px;margin-top:24px;padding:16px}.article-related-title{margin:0 0 10px;font-size:16px;font-weight:700}.article-related-section{margin-top:10px}.article-related-section-title{opacity:.9;margin:0 0 8px;font-size:14px;font-weight:600}.article-related-links{margin:0;padding-left:18px}.article-related-links li{margin:6px 0}.article-related-links a{color:#9ad0ff;text-decoration:underline}.article-byline{color:#93a19b;align-items:center;gap:9px;margin-top:6px;font-size:.9rem;display:flex}.article-author-byline{align-items:center;gap:9px;display:inline-flex}.article-taxonomy,.articles-active-filters{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.article-taxonomy{margin-bottom:12px}.article-taxonomy-chip{box-sizing:border-box;color:#d8e4de;min-height:32px;font:inherit;cursor:pointer;background:#68de8612;border:1px solid #68de864d;border-radius:999px;justify-content:center;align-items:center;padding:5px 11px;font-size:.78rem;font-weight:700;line-height:20px;text-decoration:none;transition:border-color .15s,background .15s,color .15s;display:inline-flex}.article-taxonomy-chip:hover{color:#9becae;background:#68de8621;border-color:#68de86b3}.article-taxonomy-chip--active{color:#9becae;background:#68de8629;border-color:#68de86}.article-taxonomy-chip:focus-visible,.articles-clear-filters:focus-visible,.article-card-content-link:focus-visible{outline-offset:3px;outline:2px solid #68de86}.article-card-content-link{color:inherit;text-decoration:none;display:block}.article-card:focus-within{border-color:#68de868c}.articles-filter-status{background:#ffffff06;border:1px solid #ffffff1a;border-radius:12px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin:0 0 18px;padding:12px 14px;display:flex}.articles-filter-count{color:#aebbb6;font-size:.9rem}.articles-clear-filters{color:#aebbb6;min-height:32px;font:inherit;text-underline-offset:3px;cursor:pointer;background:0 0;border:0;padding:5px 4px;font-size:.82rem;font-weight:700;-webkit-text-decoration:underline #aebbb680;text-decoration:underline #aebbb680}.articles-clear-filters:hover{color:#fff;text-decoration-color:currentColor}.articles-filter-empty{grid-column:1/-1}.articles-index .learn-subtitle{max-width:none}.articles-index .articles-list{gap:18px}.articles-methodology-link{margin:10px 0 0;font-size:.92rem}.articles-methodology-link a{color:#68de86;text-underline-offset:3px;text-decoration-color:#68de8694}.articles-methodology-link a:hover{color:#9becae;text-decoration-color:currentColor}.article-disclosure-link{color:#93a19b;margin:0 0 10px;font-size:.9rem}.article-meta a,.article-body a,.article-footer a{color:#68de86;text-underline-offset:3px;text-decoration-color:#68de8694}@media (width<=640px){.article-taxonomy-chip,.articles-clear-filters{min-height:40px}.articles-filter-status{flex-direction:column;align-items:flex-start}}.article-meta a:hover,.article-body a:hover,.article-footer a:hover{color:#9becae;text-decoration-color:currentColor}.article-body table{box-sizing:border-box;white-space:nowrap;scrollbar-color:#68de868c #ffffff0a;background:#ffffff04;border:1px solid #ffffff1f;border-radius:12px;width:max-content;max-width:100%;margin:18px 0 24px;display:block;overflow-x:auto}.article-body table th,.article-body table td{color:#ffffffd1;text-align:left;vertical-align:middle;border-bottom:1px solid #ffffff14;padding:10px 14px;font-size:14px;line-height:20px}.article-body table th{color:#fffffff0;background:#151d2e;font-weight:700}.article-body table tbody tr:nth-child(2n) td{background:#ffffff05}.article-body table tbody tr:last-child td{border-bottom:0}.article-body table a{color:var(--primary-color);text-underline-offset:3px;font-weight:700;text-decoration-color:#68de8666}.article-body table a:hover{text-decoration-color:currentColor}.headerUpgrade-btn{background:var(--primary-green,#68de86);color:#0a1020;cursor:pointer;border:none;border-radius:999px;padding:6px 16px;font-weight:700}.trialBanner{border-top:2px solid var(--primary-color,#68de86);color:#ffffffeb;background:#ffffff08;border-bottom:1px solid #ffffff14;justify-content:center;align-items:center;gap:16px;padding:10px 16px;font-size:14px;font-weight:600;display:flex}.trialBanner-btn{background:var(--primary-color,#68de86);color:var(--black-font,#0f1420);white-space:nowrap;cursor:pointer;border:none;border-radius:999px;flex-shrink:0;padding:6px 16px;font-size:14px;font-weight:700}.trialBanner-dismiss{color:inherit;cursor:pointer;opacity:.6;background:0 0;border:none;padding:4px 8px;font-size:20px;line-height:1}.trialBanner-dismiss:hover{opacity:1}:root{--PhoneInput-color--focus:#03b2cb;--PhoneInputInternationalIconPhone-opacity:.8;--PhoneInputInternationalIconGlobe-opacity:.65;--PhoneInputCountrySelect-marginRight:.35em;--PhoneInputCountrySelectArrow-width:.3em;--PhoneInputCountrySelectArrow-marginLeft:var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth:1px;--PhoneInputCountrySelectArrow-opacity:.45;--PhoneInputCountrySelectArrow-color:currentColor;--PhoneInputCountrySelectArrow-color--focus:var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform:rotate(45deg);--PhoneInputCountryFlag-aspectRatio:1.5;--PhoneInputCountryFlag-height:1em;--PhoneInputCountryFlag-borderWidth:1px;--PhoneInputCountryFlag-borderColor:#00000080;--PhoneInputCountryFlag-borderColor--focus:var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading:#0000001a}.PhoneInput{align-items:center;display:flex}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor), inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{width:100%;height:100%;display:block}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{margin-right:var(--PhoneInputCountrySelect-marginRight);align-self:stretch;align-items:center;display:flex;position:relative}.PhoneInputCountrySelect{z-index:1;opacity:0;cursor:pointer;border:0;width:100%;height:100%;position:absolute;top:0;left:0}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity);display:block}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus), inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.driver-active .driver-overlay,.driver-active *{pointer-events:none}.driver-active .driver-active-element,.driver-active .driver-active-element *,.driver-popover,.driver-popover *{pointer-events:auto}@keyframes animate-fade-in{0%{opacity:0}to{opacity:1}}.driver-fade .driver-overlay{animation:.2s ease-in-out animate-fade-in}.driver-fade .driver-popover{animation:.2s animate-fade-in}.driver-popover{all:unset;box-sizing:border-box;color:#2d2d2d;z-index:1000000000;background-color:#fff;border-radius:5px;min-width:250px;max-width:300px;margin:0;padding:15px;position:fixed;top:0;right:0;box-shadow:0 1px 10px #0006}.driver-popover *{font-family:Helvetica Neue,Inter,ui-sans-serif,Apple Color Emoji,Helvetica,Arial,sans-serif}.driver-popover-title{zoom:1;margin:0;font:700 19px/1.5 sans-serif;display:block;position:relative}.driver-popover-close-btn{all:unset;cursor:pointer;color:#d2d2d2;z-index:1;text-align:center;width:32px;height:28px;font-size:18px;font-weight:500;transition:color .2s;position:absolute;top:0;right:0}.driver-popover-close-btn:hover,.driver-popover-close-btn:focus{color:#2d2d2d}.driver-popover-title[style*=block]+.driver-popover-description{margin-top:5px}.driver-popover-description{zoom:1;margin-bottom:0;font:400 14px/1.5 sans-serif}.driver-popover-footer{text-align:right;zoom:1;justify-content:space-between;align-items:center;margin-top:15px;display:flex}.driver-popover-progress-text{color:#727272;zoom:1;font-size:13px;font-weight:400}.driver-popover-footer button{all:unset;box-sizing:border-box;text-shadow:1px 1px #fff;color:#2d2d2d;cursor:pointer;zoom:1;background-color:#fff;border:1px solid #ccc;border-radius:3px;outline:0;padding:3px 7px;font:12px/1.3 sans-serif;text-decoration:none;display:inline-block}.driver-popover-footer .driver-popover-btn-disabled{opacity:.5;pointer-events:none}:not(body):has(>.driver-active-element){overflow:hidden!important}.driver-no-interaction,.driver-no-interaction *{pointer-events:none!important}.driver-popover-footer button:hover,.driver-popover-footer button:focus{background-color:#f7f7f7}.driver-popover-navigation-btns{flex-grow:1;justify-content:flex-end;display:flex}.driver-popover-navigation-btns button+button{margin-left:4px}.driver-popover-arrow{content:"";border:5px solid #fff;position:absolute}.driver-popover-arrow-side-over{display:none}.driver-popover-arrow-side-left{border-top-color:#0000;border-bottom-color:#0000;border-right-color:#0000;left:100%}.driver-popover-arrow-side-right{border-top-color:#0000;border-bottom-color:#0000;border-left-color:#0000;right:100%}.driver-popover-arrow-side-top{border-bottom-color:#0000;border-left-color:#0000;border-right-color:#0000;top:100%}.driver-popover-arrow-side-bottom{border-top-color:#0000;border-left-color:#0000;border-right-color:#0000;bottom:100%}.driver-popover-arrow-side-center{display:none}.driver-popover-arrow-side-left.driver-popover-arrow-align-start,.driver-popover-arrow-side-right.driver-popover-arrow-align-start{top:15px}.driver-popover-arrow-side-top.driver-popover-arrow-align-start,.driver-popover-arrow-side-bottom.driver-popover-arrow-align-start{left:15px}.driver-popover-arrow-align-end.driver-popover-arrow-side-left,.driver-popover-arrow-align-end.driver-popover-arrow-side-right{bottom:15px}.driver-popover-arrow-side-top.driver-popover-arrow-align-end,.driver-popover-arrow-side-bottom.driver-popover-arrow-align-end{right:15px}.driver-popover-arrow-side-left.driver-popover-arrow-align-center,.driver-popover-arrow-side-right.driver-popover-arrow-align-center{margin-top:-5px;top:50%}.driver-popover-arrow-side-top.driver-popover-arrow-align-center,.driver-popover-arrow-side-bottom.driver-popover-arrow-align-center{margin-left:-5px;left:50%}.driver-popover-arrow-none{display:none}
