@import "https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;0,9..40,800;0,9..40,900;1,9..40,700&display=swap";:root{--color-bg:#f8fafc;--color-bg-secondary:#f1f5f9;--color-bg-card:#fff;--color-bg-card-hover:#f8fafc;--color-accent:#16a34a;--color-accent-dim:#16a34a1a;--color-accent-hover:#15803d;--color-text:#0f172a;--color-text-muted:#64748b;--color-text-soft:#475569;--color-border:#00000014;--color-border-bright:#00000024;--font-family:"DM Sans", system-ui, -apple-system, sans-serif;--shadow-card:0 2px 12px #00000014;--shadow-phone:0 32px 64px #0000002e, 0 0 0 1px #0000000f;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--radius-2xl:24px;--radius-full:9999px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-family);background-color:var(--color-bg);color:var(--color-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.container{max-width:1140px;margin:0 auto;padding:0 24px}.section{padding:96px 0}.text-accent{color:var(--color-accent)}.text-muted{color:var(--color-text-muted)}.text-soft{color:var(--color-text-soft)}.text-center{text-align:center}@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(10px)}}.animate-fade-in-up{animation:.7s cubic-bezier(.16,1,.3,1) forwards fadeInUp}.delay-100{opacity:0;animation-delay:.1s}.delay-200{opacity:0;animation-delay:.2s}.delay-300{opacity:0;animation-delay:.3s}.delay-400{opacity:0;animation-delay:.4s}.navbar{z-index:100;background:var(--color-bg);border-bottom:1px solid var(--color-border);position:sticky;top:0}.navbar .container{justify-content:space-between;align-items:center;height:64px;display:flex}.navbar-brand{letter-spacing:-.01em;align-items:center;gap:8px;font-size:1.05rem;font-weight:700;display:flex}.navbar-brand img{border-radius:8px;width:28px;height:28px}.nav-links{align-items:center;gap:36px;display:none}@media (width>=768px){.nav-links{display:flex}}.nav-link{color:var(--color-text-soft);font-size:.875rem;font-weight:500;transition:color .2s}.nav-link:hover{color:var(--color-text)}.nav-waitlist-btn{background:var(--color-accent);color:#fff;white-space:nowrap;border-radius:8px;padding:5px 13px;font-size:.78rem;font-weight:600;transition:background .2s,transform .2s}.nav-waitlist-btn:hover{background:var(--color-accent-hover);transform:translateY(-1px)}.hero{padding:96px 0 0;position:relative;overflow:hidden}.hero .container{flex-direction:column;align-items:center;gap:64px;padding-bottom:96px;display:flex}.hero-content{text-align:center;z-index:2;flex-direction:column;align-items:center;gap:24px;max-width:760px;display:flex;position:relative}.announce-bar{background:var(--color-accent-dim);z-index:99;opacity:1;border-bottom:1px solid #16a34a33;width:100%;max-height:48px;padding:8px 0;transition:max-height .35s,opacity .25s,padding .35s;position:sticky;top:64px;overflow:hidden}.announce-bar--hidden{opacity:0;border-bottom-color:#0000;max-height:0;padding:0}.announce-track{width:max-content;animation:10s linear infinite announce-slide;display:flex}.announce-track:hover{animation-play-state:paused}.announce-item{color:var(--color-accent);letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;align-items:center;gap:8px;padding:0 20px;font-size:.8rem;font-weight:600;display:inline-flex}.announce-dot{background:var(--color-accent);width:6px;height:6px;box-shadow:0 0 6px var(--color-accent);border-radius:50%;flex-shrink:0}@keyframes announce-slide{0%{transform:translate(0)}to{transform:translate(-50%)}}.hero-title{letter-spacing:-.035em;color:var(--color-text);font-size:clamp(2.4rem,6vw,4rem);font-weight:900;line-height:1.08}.hero-title em{color:var(--color-accent);font-style:italic}.hero-subtitle{color:var(--color-text-soft);max-width:540px;font-size:1.125rem;line-height:1.6}.hero-cta{align-items:center;gap:14px;margin-top:8px;display:flex}.btn-primary{background:var(--color-accent);color:#fff;border-radius:14px;padding:14px 28px;font-size:1rem;font-weight:700;transition:background .2s,transform .2s,box-shadow .2s;box-shadow:0 4px 16px #16a34a47}.btn-primary:hover{background:var(--color-accent-hover);transform:translateY(-2px);box-shadow:0 8px 24px #16a34a61}.btn-ghost{color:var(--color-text-soft);align-items:center;gap:6px;font-size:.9rem;font-weight:500;transition:color .2s;display:flex}.btn-ghost:hover{color:var(--color-text)}.btn-watch-demo{border:1px solid var(--color-border-bright);color:var(--color-text-soft);cursor:pointer;background:#0000000a;border-radius:99px;align-items:center;gap:10px;padding:8px 20px 8px 8px;font-size:.875rem;font-weight:500;transition:background .2s,border-color .2s,color .2s,transform .2s;display:inline-flex}.btn-watch-demo:hover{color:var(--color-text);background:#00000012;border-color:#00000038;transform:translateY(-1px)}.btn-watch-play{background:var(--color-accent);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;padding-left:2px;font-size:.65rem;transition:box-shadow .2s,transform .2s;display:inline-flex;box-shadow:0 0 12px #16a34a59}.btn-watch-demo:hover .btn-watch-play{transform:scale(1.08);box-shadow:0 0 18px #16a34a80}.video-modal-backdrop{z-index:1000;background:#000000eb;flex-direction:column;justify-content:center;align-items:center;padding:12px;animation:.25s cubic-bezier(.16,1,.3,1) forwards fadeInUp;display:flex;position:fixed;inset:0}.video-modal-toolbar{flex-shrink:0;justify-content:space-between;align-items:center;width:100%;max-width:480px;margin-bottom:10px;display:flex}.video-modal-tag{background:var(--color-accent-dim);color:var(--color-accent);letter-spacing:.08em;text-transform:uppercase;border-radius:var(--radius-full);border:1px solid #16a34a4d;padding:4px 10px;font-size:.65rem;font-weight:700}.video-modal-close{width:44px;height:44px;color:var(--color-text-soft);cursor:pointer;background:#ffffff1a;border:1px solid #ffffff2e;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1rem;transition:background .2s,color .2s;display:flex}.video-modal-close:hover{color:var(--color-text);background:#fff3}.video-modal{background:var(--color-bg-card);border:1px solid var(--color-border-bright);border-radius:var(--radius-2xl);width:100%;max-width:480px;overflow:hidden;box-shadow:0 32px 80px #00000080}.video-modal-player{object-fit:contain;background:#000;width:100%;max-height:75dvh;display:block}@media (width>=768px){.video-modal-backdrop{padding:24px}.video-modal-toolbar,.video-modal{max-width:860px}.video-modal-close{width:36px;height:36px;font-size:.9rem}.video-modal-player{max-height:80vh}}.waitlist-backdrop{z-index:1000;background:#000000eb;justify-content:center;align-items:center;padding:16px;animation:.25s cubic-bezier(.16,1,.3,1) forwards fadeInUp;display:flex;position:fixed;inset:0}.waitlist-modal{background:var(--color-bg-card);border:1px solid var(--color-border-bright);border-radius:var(--radius-2xl);width:100%;max-width:420px;padding:36px 28px 28px;position:relative;box-shadow:0 32px 80px #00000080}.waitlist-close{border:1px solid var(--color-border-bright);width:32px;height:32px;color:var(--color-text-soft);cursor:pointer;background:#0000000d;border-radius:50%;justify-content:center;align-items:center;font-size:.85rem;transition:background .2s,color .2s;display:flex;position:absolute;top:14px;right:14px}.waitlist-close:hover{color:var(--color-text);background:#0000001a}.waitlist-eyebrow{letter-spacing:.1em;text-transform:uppercase;color:var(--color-accent);background:var(--color-accent-dim);border-radius:var(--radius-full);border:1px solid #16a34a40;margin-bottom:12px;padding:3px 10px;font-size:.65rem;font-weight:700;display:inline-block}.waitlist-title{letter-spacing:-.02em;color:var(--color-text);margin:0 0 8px;font-size:1.6rem;font-weight:800}.waitlist-sub{color:var(--color-text-muted);margin:0 0 24px;font-size:.875rem;line-height:1.6}.waitlist-form{flex-direction:column;gap:10px;display:flex}.waitlist-input{background:var(--color-bg-secondary);border:1px solid var(--color-border-bright);border-radius:var(--radius-lg);width:100%;color:var(--color-text);box-sizing:border-box;outline:none;padding:13px 16px;font-family:inherit;font-size:.9rem;transition:border-color .2s,box-shadow .2s}.waitlist-input::placeholder{color:var(--color-text-muted)}.waitlist-input:focus{border-color:#16a34a80;box-shadow:0 0 0 3px #16a34a14}.waitlist-submit{justify-content:center;width:100%}.waitlist-error{color:#f87171;margin:0;font-size:.8rem}.waitlist-fine-print{color:var(--color-text-muted);text-align:center;margin:14px 0 0;font-size:.72rem}.waitlist-success{text-align:center;flex-direction:column;align-items:center;padding:8px 0;display:flex}.waitlist-success-icon{background:var(--color-accent-dim);width:52px;height:52px;color:var(--color-accent);border:1px solid #16a34a4d;border-radius:50%;justify-content:center;align-items:center;margin-bottom:16px;font-size:1.4rem;display:flex}.waitlist-success-title{color:var(--color-text);margin:0 0 12px;font-size:1.4rem;font-weight:800}.waitlist-position{flex-direction:column;align-items:center;margin-bottom:14px;display:flex}.waitlist-position-number{color:var(--color-accent);letter-spacing:-.03em;font-size:2.5rem;font-weight:900;line-height:1}.waitlist-position-label{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.08em;margin-top:2px;font-size:.75rem}.waitlist-success-sub{color:var(--color-text-muted);max-width:300px;margin:0 0 4px;font-size:.875rem;line-height:1.6}.waitlist-referral{width:100%;margin-top:14px}.waitlist-referral-label{color:var(--color-text-muted);text-align:center;text-transform:uppercase;letter-spacing:.06em;margin:0 0 8px;font-size:.72rem;font-weight:600}.waitlist-referral-row{background:var(--color-bg-secondary);border:1px solid var(--color-border-bright);border-radius:var(--radius-lg);align-items:center;gap:8px;padding:8px 10px 8px 14px;display:flex}.waitlist-referral-url{color:var(--color-text-muted);text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:.72rem;overflow:hidden}.waitlist-copy-btn{background:var(--color-accent-dim);color:var(--color-accent);border-radius:var(--radius-full);cursor:pointer;border:1px solid #16a34a40;flex-shrink:0;padding:4px 12px;font-size:.72rem;font-weight:700;transition:background .2s}.waitlist-copy-btn:hover{background:#16a34a33}.venue-screenshot-wrap{flex-direction:column;align-items:center;gap:14px;width:100%;display:flex}.venue-screenshot-label{letter-spacing:.1em;text-transform:uppercase;color:var(--color-text-muted);margin:0;font-size:.75rem;font-weight:700}.venue-screenshot,.feature-screenshot{width:100%;max-width:300px;box-shadow:var(--shadow-phone);border-radius:32px;display:block}.hero-phone-wrap{z-index:1;justify-content:center;width:100%;padding-bottom:0;display:flex;position:relative}.hero-phone-glow{display:none}.hero-phone-screenshot{width:300px;box-shadow:var(--shadow-phone);border-radius:44px;animation:6s ease-in-out infinite float;display:block}.stats-strip{border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);background:var(--color-bg-secondary);padding:48px 0}.stats-strip .container{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}@media (width>=768px){.stats-strip .container{grid-template-columns:repeat(4,1fr)}}.stat-item{text-align:center}.stat-item-value{letter-spacing:-.03em;color:var(--color-text);margin-bottom:4px;font-size:1.75rem;font-weight:800}.stat-item-label{color:var(--color-text-muted);font-size:.8rem;font-weight:500}.section-eyebrow{letter-spacing:.1em;text-transform:uppercase;color:var(--color-accent);margin-bottom:16px;font-size:.75rem;font-weight:700;display:inline-block}.section-title{letter-spacing:-.03em;color:var(--color-text);margin-bottom:16px;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;line-height:1.15}.section-subtitle{color:var(--color-text-soft);max-width:500px;font-size:1.05rem;line-height:1.6}.feature-alt-section{border-top:1px solid var(--color-border);padding:96px 0}.feature-alt-section:first-child{border-top:none}.feature-alt-row{flex-direction:column;align-items:center;gap:64px;display:flex}@media (width>=900px){.feature-alt-row{flex-direction:row;gap:80px}.feature-alt-row.reverse{flex-direction:row-reverse}}.feature-alt-text{flex:1;min-width:0}.feature-alt-visual{flex:1;justify-content:center;min-width:0;display:flex}.feature-bullets{flex-direction:column;gap:14px;margin-top:28px;display:flex}.feature-bullet{color:var(--color-text-soft);align-items:flex-start;gap:12px;font-size:.95rem;line-height:1.5;display:flex}.feature-bullet-emoji{flex-shrink:0;margin-top:1px;font-size:1.1rem}.mock-panel{background:var(--color-bg-card);border:1px solid var(--color-border-bright);border-radius:var(--radius-2xl);box-shadow:var(--shadow-card);width:100%;max-width:380px;padding:24px}.mock-panel-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.mock-panel-title{color:var(--color-text);font-size:.85rem;font-weight:700}.mock-panel-badge{background:var(--color-accent-dim);color:var(--color-accent);border-radius:var(--radius-full);border:1px solid #16a34a33;padding:3px 10px;font-size:.7rem;font-weight:600}.mock-metric-row{grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:16px;display:grid}.mock-metric{background:#ffffff08;border:1px solid #ffffff0f;border-radius:12px;padding:14px}.mock-metric-label{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:6px;font-size:10px}.mock-metric-value{color:var(--color-text);font-size:1.2rem;font-weight:700}.mock-metric-value.green{color:var(--color-accent)}.mock-chart{background:#ffffff05;border:1px solid #ffffff0d;border-radius:12px;align-items:flex-end;gap:5px;height:80px;margin-bottom:16px;padding:16px;display:flex}.mock-bar{background:#16a34a26;border-radius:3px 3px 0 0;flex:1}.mock-bar.tall{background:var(--color-accent)}.mock-bar.med{background:#16a34a66}.mock-live-header{align-items:center;gap:8px;margin-bottom:20px;display:flex}.mock-live-dot{background:#ef4444;border-radius:50%;width:8px;height:8px;animation:2s infinite pulse;box-shadow:0 0 8px #ef4444}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.mock-timer{letter-spacing:-.04em;color:var(--color-text);margin-bottom:16px;font-size:2rem;font-weight:800}.mock-session-info{flex-direction:column;gap:8px;margin-bottom:20px;display:flex}.mock-info-row{justify-content:space-between;align-items:center;font-size:.875rem;display:flex}.mock-info-label{color:var(--color-text-muted)}.mock-info-value{color:var(--color-text);font-weight:600}.mock-btn-row{grid-template-columns:1fr 1fr;gap:10px;display:grid}.mock-btn{text-align:center;border-radius:10px;padding:10px;font-size:.8rem;font-weight:600}.mock-btn.primary{background:var(--color-accent);color:#fff}.mock-btn.secondary{color:var(--color-text-soft);background:#ffffff0f;border:1px solid #ffffff14}.mock-backer-list{flex-direction:column;gap:10px;display:flex}.mock-backer-row{background:#ffffff08;border:1px solid #ffffff0f;border-radius:10px;justify-content:space-between;align-items:center;padding:12px 14px;display:flex}.mock-backer-name{color:var(--color-text);font-size:.85rem;font-weight:600}.mock-backer-meta{color:var(--color-text-muted);margin-top:2px;font-size:.75rem}.mock-backer-roi{color:var(--color-accent);font-size:.9rem;font-weight:700}.mock-calendar{grid-template-columns:repeat(7,1fr);gap:5px;margin-bottom:16px;display:grid}.cal-day{aspect-ratio:1;color:var(--color-text-muted);background:#ffffff08;border-radius:6px;justify-content:center;align-items:center;font-size:.65rem;font-weight:500;display:flex}.cal-day.profit{color:var(--color-accent);background:#16a34a2e}.cal-day.loss{color:#f87171;background:#f8717126}.cal-day.today{border:1px solid var(--color-accent)}.features-grid-section{background:var(--color-bg-secondary);border-top:1px solid var(--color-border);padding:80px 0}.features-grid-header{text-align:center;max-width:560px;margin:0 auto 56px}.features-grid{grid-template-columns:1fr;gap:16px;display:grid}@media (width>=640px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.features-grid{grid-template-columns:repeat(4,1fr)}}.feature-card{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-xl);padding:28px 24px;transition:border-color .2s,transform .2s,box-shadow .2s}.feature-card:hover{border-color:#16a34a4d;transform:translateY(-3px);box-shadow:0 12px 32px #0000004d}.feature-card-emoji{margin-bottom:14px;font-size:1.5rem;display:block}.feature-card-title{color:var(--color-text);margin-bottom:8px;font-size:.95rem;font-weight:700}.feature-card-desc{color:var(--color-text-muted);font-size:.85rem;line-height:1.6}.cta-section{text-align:center;border-top:1px solid var(--color-border);padding:96px 0;position:relative;overflow:hidden}.cta-title{letter-spacing:-.035em;margin-bottom:20px;font-size:clamp(1.8rem,4vw,2.75rem);font-weight:900;line-height:1.12}.cta-subtitle{color:var(--color-text-soft);max-width:440px;margin:0 auto 48px;font-size:1.05rem;line-height:1.6}.faq-section{border-top:1px solid var(--color-border);background:var(--color-bg-secondary);padding:96px 0}.faq-header{text-align:center;margin-bottom:56px}.faq-list{border:1px solid var(--color-border);border-radius:var(--radius-2xl);flex-direction:column;gap:1px;max-width:720px;margin:0 auto;display:flex;overflow:hidden}.faq-item{background:var(--color-bg-card);border-bottom:1px solid var(--color-border);padding:0;transition:background .2s}.faq-item:last-child{border-bottom:none}.faq-item:hover{background:var(--color-bg-card-hover)}.faq-question{cursor:pointer;color:var(--color-text);justify-content:space-between;align-items:center;gap:16px;padding:22px 28px;font-size:.95rem;font-weight:600;display:flex}.faq-icon{color:var(--color-text-muted);flex-shrink:0;transition:transform .2s,color .2s}.faq-item.open .faq-icon{color:var(--color-accent);transform:rotate(180deg)}.faq-answer{color:var(--color-text-soft);padding:0 28px 24px;font-size:.9rem;line-height:1.6}.footer{border-top:1px solid var(--color-border);background:var(--color-bg);padding:64px 0 40px}.footer-top{grid-template-columns:1fr;gap:48px;margin-bottom:56px;display:grid}@media (width>=768px){.footer-top{grid-template-columns:1.5fr 1fr 1fr;gap:40px}}.footer-brand-name{letter-spacing:-.02em;align-items:center;gap:8px;margin-bottom:10px;font-size:1.15rem;font-weight:800;display:flex}.footer-brand-name img{border-radius:6px;width:24px;height:24px}.footer-brand-tagline{color:var(--color-text-muted);max-width:280px;font-size:.875rem;line-height:1.6}.footer-col-title{letter-spacing:.06em;text-transform:uppercase;color:var(--color-text-soft);margin-bottom:16px;font-size:.8rem;font-weight:700}.footer-col-links{flex-direction:column;gap:10px;list-style:none;display:flex}.footer-link{color:var(--color-text-muted);font-size:.875rem;transition:color .2s}.footer-link:hover{color:var(--color-accent)}.footer-bottom{border-top:1px solid var(--color-border);text-align:center;flex-direction:column;align-items:center;gap:12px;padding-top:28px;display:flex}@media (width>=768px){.footer-bottom{text-align:left;flex-direction:row;justify-content:space-between}}.footer-copy{color:var(--color-text-muted);font-size:.8rem}.footer-disclaimer{color:var(--color-text-muted);max-width:500px;font-size:.75rem}@media (width<=480px){.hero-phone-screenshot{width:260px}}.contact-section{border-top:1px solid var(--color-border);padding:96px 0;position:relative;overflow:hidden}.contact-header{text-align:center;max-width:600px;margin:0 auto 64px}.contact-reasons{grid-template-columns:1fr;gap:16px;margin-bottom:64px;display:grid}@media (width>=640px){.contact-reasons{grid-template-columns:repeat(3,1fr)}}.contact-reason-card{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-xl);padding:28px 24px;transition:border-color .2s,transform .2s,box-shadow .2s}.contact-reason-card:hover{border-color:#16a34a4d;transform:translateY(-3px);box-shadow:0 12px 32px #0000004d}.contact-reason-icon{margin-bottom:14px;font-size:1.6rem;display:block}.contact-reason-title{color:var(--color-text);margin-bottom:8px;font-size:.95rem;font-weight:700}.contact-reason-desc{color:var(--color-text-muted);font-size:.85rem;line-height:1.6}.contact-form{flex-direction:column;gap:16px;max-width:560px;margin:0 auto;display:flex}.contact-form-row{grid-template-columns:1fr;gap:16px;display:grid}@media (width>=540px){.contact-form-row{grid-template-columns:1fr 1fr}}.contact-input,.contact-textarea{background:var(--color-bg-secondary);border:1px solid var(--color-border-bright);border-radius:var(--radius-lg);width:100%;color:var(--color-text);outline:none;padding:13px 16px;font-family:inherit;font-size:.9rem;transition:border-color .2s,box-shadow .2s}.contact-input::placeholder,.contact-textarea::placeholder{color:var(--color-text-muted)}.contact-input:focus,.contact-textarea:focus{border-color:#16a34a80;box-shadow:0 0 0 3px #16a34a14}.contact-textarea{resize:vertical;min-height:120px}.contact-submit{align-self:center}.legal-main{min-height:100vh;padding:48px 0 96px}.legal-container{max-width:760px;margin:0 auto;padding:0 24px}.legal-breadcrumb{color:var(--color-text-muted);align-items:center;gap:8px;margin-bottom:20px;font-size:.8rem;display:flex}.legal-breadcrumb a{color:var(--color-accent);transition:opacity .2s}.legal-breadcrumb a:hover{opacity:.75}.legal-breadcrumb span{color:var(--color-text-muted)}.legal-header{border-bottom:1px solid var(--color-border);margin-bottom:48px;padding-bottom:32px}.legal-title{letter-spacing:-.03em;color:var(--color-text);margin-bottom:10px;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800}.legal-updated{color:var(--color-text-muted);font-size:.85rem}.legal-body{flex-direction:column;gap:0;display:flex}.legal-intro{color:var(--color-text-soft);border:1px solid var(--color-border);background:#ffffff08;border-radius:12px;margin-bottom:40px;padding:20px 24px;font-size:1rem;line-height:1.75}.legal-toc{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:12px;margin-bottom:48px;padding:24px 28px}.legal-toc-heading{letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-muted);margin-bottom:14px;font-size:.75rem;font-weight:700}.legal-toc ol{flex-direction:column;gap:6px;margin:0;padding-left:18px;display:flex}.legal-toc li{color:var(--color-text-muted);font-size:.875rem}.legal-toc a{color:var(--color-text-soft);transition:color .2s}.legal-toc a:hover{color:var(--color-accent)}.legal-section{border-bottom:1px solid var(--color-border);padding:36px 0}.legal-section:last-child{border-bottom:none}.legal-section-title{color:var(--color-text);margin-bottom:16px;scroll-margin-top:80px;font-size:1.1rem;font-weight:700}.legal-section-body{color:var(--color-text-soft);flex-direction:column;gap:12px;font-size:.9rem;line-height:1.75;display:flex}.legal-section-body p{margin:0}.legal-section-body h4{color:var(--color-text);margin-top:4px;margin-bottom:6px;font-size:.85rem;font-weight:700}.legal-section-body ul,.legal-section-body ol{flex-direction:column;gap:6px;padding-left:20px;display:flex}.legal-section-body a{color:var(--color-accent);transition:opacity .2s}.legal-section-body a:hover{opacity:.75}.legal-section-body strong{color:var(--color-text);font-weight:600}.legal-caps{letter-spacing:.01em;color:var(--color-text-muted);font-size:.82rem;line-height:1.65}.legal-disclaimer-box{color:var(--color-text-soft);background:#f871710f;border:1px solid #f8717133;border-radius:10px;padding:16px 20px;font-size:.875rem;line-height:1.65}.legal-disclaimer-box strong{color:#fca5a5;margin-bottom:6px;display:block}.legal-footer-note{border-top:1px solid var(--color-border);text-align:center;flex-direction:column;align-items:center;gap:16px;margin-top:48px;padding-top:32px;display:flex}.legal-footer-note p{color:var(--color-text-muted);font-size:.875rem}.legal-footer-note a{color:var(--color-accent);transition:opacity .2s}.legal-footer-note a:hover{opacity:.75}.legal-related-links{flex-wrap:wrap;justify-content:center;gap:24px;display:flex}.legal-related-links a{color:var(--color-text-muted);font-size:.8rem;font-weight:500;transition:color .2s}.legal-related-links a:hover{color:var(--color-accent)}
