:root{--dist-bg:#fafafa;--dist-panel:#fff;--dist-panel2:#f4f4f5;--dist-text:#18181b;--dist-muted:#71717a;--dist-soft:#e4e4e7;--dist-line:#e4e4e7;--dist-accent:#e7383d;--dist-accent2:#f33c3e;--dist-shadow:0 8px 30px #00000014;--dist-radius:20px;--dist-radius2:28px;--dist-max:1120px;--dist-font-heading:system-ui,-apple-system,sans-serif;--dist-font-body:system-ui,-apple-system,sans-serif}.dist-page{min-height:100vh;font-family:var(--dist-font-body);color:var(--dist-text);background:var(--dist-bg);position:relative;overflow-x:hidden}.dist-page:before{content:"";opacity:.08;filter:blur(80px);pointer-events:none;background:linear-gradient(135deg,#ff6b6b 0%,#feca57 100%);border-radius:50%;width:600px;height:600px;animation:15s ease-in-out infinite floatSlow;position:fixed;top:-200px;right:-150px}.dist-page:after{content:"";opacity:.06;filter:blur(100px);pointer-events:none;background:linear-gradient(135deg,#a855f7 0%,#06b6d4 100%);border-radius:50%;width:700px;height:700px;animation:20s ease-in-out infinite reverse floatSlow;position:fixed;bottom:-200px;left:-150px}@keyframes floatSlow{0%,to{transform:translateY(0)scale(1)}50%{transform:translateY(-30px)scale(1.03)}}.dist-grain{pointer-events:none;mix-blend-mode:multiply;opacity:.4;z-index:100;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='.08'/%3E%3C/svg%3E");position:fixed;inset:0}.dist-wrap{max-width:var(--dist-max);z-index:1;margin:0 auto;padding:0 24px;position:relative}.dist-topbar{z-index:50;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--dist-line);background:#fafafad9;position:sticky;top:0}.dist-topbar-inner{justify-content:space-between;align-items:center;gap:24px;padding:16px 0;display:flex}.dist-brand{min-width:200px;color:inherit;align-items:center;gap:14px;text-decoration:none;display:flex}.dist-mark{background:linear-gradient(135deg,#e7383d 0%,#f33c3e 100%);border-radius:12px;width:40px;height:40px;box-shadow:0 4px 12px #e7383d40}.dist-mark-img{aspect-ratio:auto;object-fit:contain;border-radius:12px;width:40px;height:auto;max-height:40px}.dist-brand-name{letter-spacing:-.3px;color:var(--dist-text);font-size:18px;font-weight:700}.dist-brand-sub{color:var(--dist-muted);margin-top:2px;font-size:12px}.dist-nav{align-items:center;gap:8px;margin-left:auto;display:flex}.dist-nav a{color:var(--dist-muted);border-radius:100px;padding:10px 16px;font-size:14px;font-weight:500;text-decoration:none;transition:all .2s}.dist-nav a:hover{color:var(--dist-text);background:#0000000a}.dist-btn{border:1px solid var(--dist-line);background:var(--dist-panel);color:var(--dist-text);cursor:pointer;border-radius:14px;justify-content:center;align-items:center;gap:10px;padding:14px 24px;font-size:15px;font-weight:600;text-decoration:none;transition:all .25s cubic-bezier(.4,0,.2,1);display:inline-flex;box-shadow:0 2px 8px #0000000a}.dist-btn:hover{border-color:var(--dist-soft);transform:translateY(-2px);box-shadow:0 8px 24px #00000014}.dist-btn-primary{color:#fff;white-space:nowrap;background:linear-gradient(135deg,#e7383d 0%,#f33c3e 100%);border:none;padding:14px 28px;box-shadow:0 6px 20px #e7383d66,0 2px 8px #00000026}.dist-btn-primary:hover{box-shadow:0 10px 32px #e7383d80,0 4px 12px #0003}.dist-section{padding:80px 0;position:relative}.dist-section h2{font-family:var(--dist-font-heading);letter-spacing:-1px;color:var(--dist-text);margin:0 0 16px;font-size:clamp(26px,3.2vw,38px);font-weight:800;line-height:1.1}.dist-section p{color:var(--dist-muted);max-width:65ch;margin:0 0 24px;font-size:18px;line-height:1.75}.dist-section-dark{background:#000;padding:100px 0;position:relative;overflow:hidden}.dist-section-dark:before{content:"";opacity:.08;filter:blur(100px);pointer-events:none;background:linear-gradient(135deg,#e7383d 0%,#ff6b6b 100%);border-radius:50%;width:500px;height:500px;position:absolute;top:-200px;right:-150px}.dist-section-dark:after{content:"";opacity:.06;filter:blur(80px);pointer-events:none;background:linear-gradient(135deg,#feca57 0%,#48dbfb 100%);border-radius:50%;width:400px;height:400px;position:absolute;bottom:-150px;left:-100px}.dist-section-dark .dist-wrap{z-index:1;position:relative}.dist-section-dark h2{font-family:var(--dist-font-heading);letter-spacing:-1px;color:#fff;margin:0 0 16px;font-size:clamp(26px,3.2vw,38px);font-weight:800;line-height:1.1}.dist-section-dark p{color:#ffffffb3;max-width:65ch;margin:0 0 24px;font-size:18px;line-height:1.75}.dist-section-dark .dist-card{background:#ffffff0a;border-color:#ffffff14;box-shadow:0 8px 32px #0000004d}.dist-section-dark .dist-card:hover{background:#ffffff0f;border-color:#ffffff1f;box-shadow:0 16px 48px #0006}.dist-section-dark .dist-card h3{color:#fff}.dist-section-dark .dist-card p,.dist-section-dark .dist-card ul{color:#ffffffa6}.dist-section-dark .dist-btn{color:#fff;background:#ffffff0f;border-color:#ffffff1f}.dist-section-dark .dist-btn:hover{background:#ffffff1a;border-color:#fff3}.dist-section-dark .dist-cta-row{margin-top:32px}.dist-hero{padding:100px 0 60px;position:relative}.dist-hero-grid{grid-template-columns:1.2fr .8fr;align-items:center;gap:48px;display:grid}.dist-kicker{color:var(--dist-accent);background:linear-gradient(135deg,#e7383d14 0%,#f33c3e0d 100%);border:1px solid #e7383d1f;border-radius:100px;align-items:center;gap:10px;margin-bottom:20px;padding:10px 18px;font-size:14px;font-weight:600;display:inline-flex}.dist-kicker:before{content:"";background:var(--dist-accent);border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 4px #e7383d26}.dist-dot{display:none}.dist-hero h1{font-family:var(--dist-font-heading);letter-spacing:-2.5px;color:var(--dist-text);margin:0 0 24px;font-size:clamp(44px,5vw,72px);font-weight:800;line-height:1.02}.dist-lead{color:var(--dist-muted);max-width:52ch;margin:0 0 32px;font-size:clamp(17px,1.6vw,20px);line-height:1.7}.dist-lead strong{color:var(--dist-text);font-weight:600}.dist-cta-row{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.dist-hero-side{border-radius:var(--dist-radius2);background:var(--dist-panel);padding:28px;position:relative;overflow:hidden;box-shadow:0 0 0 1px #00000008,0 8px 24px #0000000f,0 24px 48px #0000000a}.dist-hero-side:before{content:"";background:linear-gradient(90deg,#ff6b6b,#feca57,#48dbfb,#a855f7,#ff6b6b) 0 0/200% 100%;height:4px;animation:3s linear infinite shimmer;position:absolute;top:0;left:0;right:0}.dist-side-title{letter-spacing:.5px;color:var(--dist-muted);text-transform:uppercase;margin:8px 0 16px;font-size:13px;font-weight:700}.dist-pill{background:var(--dist-panel2);border:1px solid var(--dist-line);border-radius:16px;align-items:flex-start;gap:14px;margin-bottom:12px;padding:16px;display:flex}.dist-pill:last-child{margin-bottom:0}.dist-pill strong{color:var(--dist-text);margin-bottom:4px;font-weight:700;display:block}.dist-pill span{color:var(--dist-muted);font-size:14px;line-height:1.5}.dist-pill-dot{background:linear-gradient(135deg,#22c55e 0%,#10b981 100%);border-radius:50%;flex:none;width:12px;height:12px;margin-top:4px;box-shadow:0 2px 6px #22c55e4d}.dist-cards{grid-template-columns:repeat(12,1fr);gap:20px;margin-top:32px;display:grid}.dist-card{border-radius:var(--dist-radius);background:var(--dist-panel);border:1px solid var(--dist-line);grid-column:span 6;padding:28px;transition:all .3s;box-shadow:0 4px 16px #0000000a}.dist-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #00000014}.dist-card h3{letter-spacing:-.3px;color:var(--dist-text);margin:0 0 12px;font-size:20px;font-weight:700}.dist-card p{color:var(--dist-muted);margin:0;font-size:15px;line-height:1.7}.dist-card ul{color:var(--dist-muted);margin:12px 0 0;padding:0;font-size:15px;line-height:1.7;list-style:none}.dist-card li{margin:10px 0;padding-left:24px;position:relative}.dist-card li:before{content:"";background:linear-gradient(135deg,#22c55e 0%,#10b981 100%);border-radius:50%;width:8px;height:8px;position:absolute;top:8px;left:0}.dist-split{grid-template-columns:1fr 1fr;align-items:start;gap:32px;display:grid}.dist-segment-right{flex-direction:column;gap:20px;display:flex}.dist-segment-right .dist-card{margin:0}.dist-segment-logos{justify-content:center;align-items:center;gap:32px;padding:24px 0;display:flex}.dist-segment-logo{justify-content:center;align-items:center;display:flex}.dist-segment-logo img{width:auto;max-width:200px;height:100px}.dist-brands{grid-template-columns:repeat(3,1fr);gap:16px;margin-top:32px;display:grid}.dist-brand-card{border-radius:var(--dist-radius);background:var(--dist-panel);border:1px solid var(--dist-line);color:inherit;justify-content:space-between;align-items:center;gap:16px;padding:24px;text-decoration:none;transition:all .3s;display:flex}.dist-brand-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #00000014}.dist-brand-card .brand-info{flex:1}.dist-brand-card .brand-logo{aspect-ratio:auto;object-fit:contain;border-radius:10px;flex-shrink:0;width:68px;height:auto;max-height:68px}.dist-brand-card .name{color:var(--dist-text);margin-bottom:4px;font-size:17px;font-weight:700}.dist-brand-card .tag{color:var(--dist-muted);font-size:14px;line-height:1.5}.dist-brand-card .tag .domain{opacity:.7}.dist-contact{border-radius:var(--dist-radius2);background:var(--dist-panel);border:1px solid var(--dist-line);margin-top:32px;padding:40px;position:relative;overflow:hidden;box-shadow:0 0 0 1px #00000005,0 8px 24px #0000000a,0 24px 48px #00000008}.dist-contact:before{content:"";background:linear-gradient(90deg,#e7383d,#feca57,#48dbfb,#a855f7,#e7383d) 0 0/200% 100%;height:4px;animation:3s linear infinite shimmer;position:absolute;top:0;left:0;right:0}.dist-contact-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:8px;display:flex}.dist-contact-headline{font-family:var(--dist-font-heading);letter-spacing:-.5px;color:var(--dist-text);font-size:28px;font-weight:800}.dist-contact-grid{grid-template-columns:repeat(12,1fr);gap:16px;margin-top:24px;display:grid}.dist-contact-item{background:var(--dist-panel2);border:1px solid var(--dist-line);border-radius:18px;grid-column:span 4;padding:20px;transition:all .3s}.dist-contact-item:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000000f}.dist-contact-item .label{letter-spacing:.5px;text-transform:uppercase;color:var(--dist-muted);margin-bottom:10px;font-size:12px;font-weight:700}.dist-contact-item a{color:var(--dist-text);border-bottom:2px solid var(--dist-accent);padding-bottom:2px;font-size:16px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-block}.dist-contact-item a:hover{color:var(--dist-accent)}.dist-section-dark .dist-contact{background:#ffffff08;border-color:#ffffff14;box-shadow:0 8px 32px #0000004d}.dist-section-dark .dist-contact-headline{color:#fff}.dist-section-dark .dist-kicker{color:#ff7b7b;background:#e7383d26;border-color:#e7383d40}.dist-section-dark .dist-contact-item{background:#ffffff0a;border-color:#ffffff14}.dist-section-dark .dist-contact-item:hover{background:#ffffff0f;box-shadow:0 8px 24px #0000004d}.dist-section-dark .dist-contact-item .label{color:#ffffff80}.dist-section-dark .dist-contact-item a{color:#fff}.dist-section-dark .dist-contact p{color:#ffffff80}.dist-footer{color:var(--dist-muted);border-top:1px solid var(--dist-line);background:var(--dist-panel2);padding:40px 0 60px;font-size:14px}.dist-footer-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;display:flex}.dist-footer-links{gap:24px;display:flex}.dist-footer-links a{color:var(--dist-muted);font-weight:500;text-decoration:none;transition:color .2s}.dist-footer-links a:hover{color:var(--dist-accent)}.dist-reveal{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(16px)}.dist-reveal.visible{opacity:1;transform:none}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes float{0%,to{transform:translateY(0)scale(1)}50%{transform:translateY(-20px)scale(1.05)}}@media (max-width:960px){.dist-hero-grid{grid-template-columns:1fr;gap:32px}.dist-hero-side{max-width:400px}.dist-cards .dist-card{grid-column:span 12}.dist-split{grid-template-columns:1fr;gap:24px}.dist-brands{grid-template-columns:1fr}.dist-contact-item{grid-column:span 12}.dist-nav{display:none}.dist-brand{min-width:unset}.dist-producer .dist-wrap{flex-direction:column}.dist-producer-promise{max-width:100%}.dist-producer-content{padding-right:0}.dist-producer-actions{flex-direction:column;align-items:stretch}}@media (max-width:640px){.dist-topbar-inner{padding:12px 0}.dist-mark-img{width:32px;height:32px}.dist-brand{gap:10px}.dist-brand-name{font-size:14px}.dist-brand-sub{font-size:10px}.dist-btn{border-radius:10px;padding:10px 16px;font-size:13px}.dist-btn-primary{padding:10px 16px}.dist-btn-primary svg{width:16px;height:16px}.dist-hero{padding:60px 0 40px}.dist-hero h1{letter-spacing:-1.5px;font-size:clamp(32px,8vw,44px)}.dist-lead{font-size:15px}.dist-kicker{padding:8px 14px;font-size:12px}.dist-cta-row{flex-direction:column;gap:12px}.dist-cta-row .dist-btn{justify-content:center;width:100%}.dist-section,.dist-section-dark{padding:60px 0}.dist-section h2,.dist-section-dark h2{font-size:clamp(19px,4.8vw,26px)}.dist-section p,.dist-section-dark p{font-size:15px}.dist-card{padding:20px}.dist-card h3{font-size:17px}.dist-card p,.dist-card ul{font-size:14px}.dist-segment-logos{flex-wrap:wrap;gap:20px;padding:16px 0}.dist-segment-logo img{max-width:120px;height:50px}.dist-contact{padding:24px}.dist-contact-header{flex-direction:column;align-items:flex-start;gap:16px}.dist-contact-headline{font-size:22px}.dist-contact-item{padding:16px}.dist-contact-item a{word-break:break-all;font-size:14px}.dist-hero-side{padding:20px}.dist-pill{padding:12px}.dist-pill strong{font-size:14px}.dist-pill span{font-size:13px}.dist-producer{padding:60px 0}.dist-producer h2{font-size:clamp(19px,4.8vw,26px)}.dist-producer-description{font-size:15px}.dist-producer-cta-primary{justify-content:center;width:100%;padding:10px 16px;font-size:13px}.dist-producer-promise{width:100%}.dist-producer-promise-inner{padding:24px}.dist-producer-promise-title{font-size:20px}.dist-producer-commitments li{padding:12px 0;font-size:14px}.dist-footer{padding:32px 0 48px}.dist-footer-inner{text-align:center;flex-direction:column;gap:16px}.dist-footer-links{justify-content:center}}.dist-producer{background:linear-gradient(#fff 0%,#fafafa 100%);padding:100px 0;position:relative;overflow:hidden}.dist-producer:before{content:"";opacity:.1;filter:blur(60px);background:linear-gradient(135deg,#ff6b6b 0%,#feca57 100%);border-radius:50%;width:400px;height:400px;animation:8s ease-in-out infinite float;position:absolute;top:-100px;right:-100px}.dist-producer:after{content:"";opacity:.08;filter:blur(80px);background:linear-gradient(135deg,#a855f7 0%,#06b6d4 100%);border-radius:50%;width:500px;height:500px;animation:10s ease-in-out infinite reverse float;position:absolute;bottom:-150px;left:-100px}.dist-producer .dist-wrap{z-index:1;align-items:center;gap:64px;display:flex;position:relative}.dist-producer-content{flex:1;max-width:540px}.dist-producer-eyebrow{color:#a855f7;background:linear-gradient(135deg,#a855f71a 0%,#06b6d41a 100%);border:1px solid #a855f726;border-radius:100px;align-items:center;gap:8px;margin-bottom:20px;padding:10px 18px;font-size:14px;font-weight:600;display:inline-flex}.dist-producer-eyebrow:before{content:"✦";background:linear-gradient(135deg,#a855f7,#06b6d4);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:12px}.dist-producer h2{font-family:var(--dist-font-heading);color:var(--dist-text);letter-spacing:-1px;margin:0 0 16px;font-size:clamp(26px,3.2vw,38px);font-weight:800;line-height:1.1}.dist-producer-description{color:#71717a;max-width:46ch;margin:0 0 40px;font-size:18px;line-height:1.8}.dist-producer-actions{align-items:center;gap:20px;display:flex}.dist-producer-cta-primary{color:#fff;white-space:nowrap;background:linear-gradient(135deg,#e7383d 0%,#f33c3e 100%);border-radius:14px;justify-content:center;align-items:center;gap:10px;padding:14px 28px;font-size:15px;font-weight:600;text-decoration:none;transition:all .25s cubic-bezier(.4,0,.2,1);display:inline-flex;box-shadow:0 6px 20px #e7383d66,0 2px 8px #00000026}.dist-producer-cta-primary:hover{transform:translateY(-3px);box-shadow:0 12px 35px #f33c3e59}.dist-producer-cta-primary svg{width:18px;height:18px;transition:transform .3s}.dist-producer-cta-primary:hover svg{transform:translate(4px)}.dist-producer-cta-secondary{color:#71717a;align-items:center;gap:6px;padding:14px 16px;font-size:15px;font-weight:500;text-decoration:none;transition:color .2s;display:inline-flex}.dist-producer-cta-secondary:hover{color:#e7383d}.dist-producer-promise{flex-shrink:0;width:400px;max-width:100%}.dist-producer-promise-inner{background:#fff;border-radius:28px;padding:36px;position:relative;overflow:hidden;box-shadow:0 0 0 1px #00000008,0 8px 16px #0000000a,0 24px 56px #00000014}.dist-producer-promise-inner:before{content:"";background:linear-gradient(90deg,#ff6b6b,#feca57,#48dbfb,#a855f7,#ff6b6b) 0 0/200% 100%;height:4px;animation:3s linear infinite shimmer;position:absolute;top:0;left:0;right:0}.dist-producer-badge{text-transform:uppercase;letter-spacing:.5px;color:#f97316;align-items:center;gap:6px;margin-bottom:16px;font-size:13px;font-weight:700;display:inline-flex}.dist-producer-badge:before{content:"🎬";font-size:16px}.dist-producer-promise-title{font-family:var(--dist-font-heading);color:#18181b;letter-spacing:-.5px;margin:0 0 24px;font-size:26px;font-weight:800}.dist-producer-commitments{margin:0;padding:0;list-style:none}.dist-producer-commitments li{color:#3f3f46;border-bottom:1px solid #f4f4f5;align-items:center;gap:14px;padding:16px 0;font-size:16px;font-weight:500;line-height:1.4;display:flex}.dist-producer-commitments li:last-child{border-bottom:none;padding-bottom:0}.dist-check{color:#fff;background:linear-gradient(135deg,#22c55e 0%,#10b981 100%);border-radius:10px;flex-shrink:0;width:28px;height:28px;padding:6px;box-shadow:0 2px 8px #22c55e4d}.dist-desktop-only{display:inline-flex}.dist-mobile-menu-btn{width:44px;height:44px;color:var(--dist-text);cursor:pointer;background:0 0;border:none;border-radius:12px;justify-content:center;align-items:center;transition:background .2s;display:none}.dist-mobile-menu-btn:hover{background:#0000000d}.dist-mobile-menu-btn svg{width:24px;height:24px}.dist-mobile-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:100;background:#0009;animation:.25s fadeIn;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.dist-mobile-drawer{z-index:101;background:#111;flex-direction:column;width:300px;max-width:85vw;animation:.3s cubic-bezier(.4,0,.2,1) slideIn;display:flex;position:fixed;top:0;bottom:0;right:0;box-shadow:-8px 0 48px #0006}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.dist-mobile-drawer-header{border-bottom:1px solid #ffffff14;align-items:center;gap:12px;padding:24px 20px;display:flex}.dist-mobile-drawer-header .dist-brand{min-width:unset}.dist-mobile-drawer-header .dist-mark-img{width:36px;height:36px}.dist-mobile-drawer-header .dist-brand-name{color:#fff;font-size:16px}.dist-mobile-close{color:#fff9;cursor:pointer;background:#ffffff0f;border:none;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.dist-mobile-close:hover{color:#fff;background:#ffffff1a}.dist-mobile-close svg{width:20px;height:20px}.dist-mobile-nav{flex:1;padding:12px 0;overflow-y:auto}.dist-mobile-nav a{color:#ffffffb3;border-left:3px solid #0000;align-items:center;gap:12px;padding:16px 24px;font-size:17px;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.dist-mobile-nav a:hover,.dist-mobile-nav a:active{color:#fff;border-left-color:var(--dist-accent);background:#ffffff0a}.dist-mobile-drawer-footer{padding:20px;padding-bottom:calc(90px + env(safe-area-inset-bottom));background:#0003;border-top:1px solid #ffffff14;flex-direction:column;gap:10px;display:flex}.dist-mobile-drawer-footer .dist-btn{border-radius:12px;justify-content:center;width:100%;padding:14px 20px;font-size:15px}.dist-mobile-drawer-footer .dist-btn:not(.dist-btn-primary){color:#fffc;background:#ffffff0f;border-color:#ffffff1a}.dist-mobile-drawer-footer .dist-btn:not(.dist-btn-primary):hover{color:#fff;background:#ffffff1a}@media (max-width:960px){.dist-desktop-only{display:none}.dist-mobile-menu-btn{display:flex}}.dist-mobile-nav-bar{bottom:calc(16px + env(safe-area-inset-bottom));z-index:102;align-items:center;gap:10px;width:90%;max-width:400px;display:none;position:fixed;left:50%;transform:translate(-50%)}.dist-mobile-nav-bar-inner{background:#1a1a1a;border-radius:50px;flex:1;justify-content:space-around;align-items:center;gap:2px;padding:6px 8px;display:flex;box-shadow:0 8px 32px #00000040,0 0 0 1px #ffffff14}.dist-mobile-nav-bar a{color:#ffffff80;white-space:nowrap;border-radius:50px;align-items:center;gap:6px;padding:10px 14px;font-size:13px;font-weight:500;text-decoration:none;transition:all .25s;display:flex}.dist-mobile-nav-bar a span{display:inline}.dist-mobile-nav-bar a:hover{color:#fffc}.dist-mobile-nav-bar a.active{background:var(--dist-panel);color:var(--dist-text);padding:10px 18px}.dist-mobile-nav-bar a svg,.dist-mobile-nav-bar a>:first-child:not(span){flex-shrink:0;width:20px;height:20px}.dist-mobile-nav-bar-menu{color:#ffffffb3;cursor:pointer;background:#1a1a1a;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;transition:all .2s;display:flex;box-shadow:0 8px 32px #00000040,0 0 0 1px #ffffff14}.dist-mobile-nav-bar-menu:hover{color:#fff;background:#2a2a2a}.dist-mobile-nav-bar-menu svg{width:20px;height:20px}@media (max-width:640px){.dist-mobile-nav-bar{display:flex}.dist-mobile-menu-btn{display:none!important}.dist-footer{padding-bottom:calc(100px + env(safe-area-inset-bottom))}}.dist-404{min-height:100vh;font-family:var(--dist-font-body);color:var(--dist-text);background:var(--dist-bg);justify-content:center;align-items:center;padding:48px 24px;display:flex}.dist-404-content{text-align:center;max-width:480px}.dist-404-code{background:linear-gradient(135deg,var(--dist-accent)0%,var(--dist-accent2)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:16px;font-size:clamp(80px,20vw,160px);font-weight:800;line-height:1}.dist-404-content h1{margin:0 0 12px;font-size:clamp(24px,5vw,36px);font-weight:700}.dist-404-content p{color:var(--dist-muted);margin:0 0 32px;font-size:16px;line-height:1.6}.dist-404-content .dist-cta-row{justify-content:center}@media (prefers-reduced-motion:reduce){.dist-page:before,.dist-page:after,.dist-card,.dist-brand-card,.dist-btn,.dist-mobile-drawer,.dist-mobile-overlay,.dist-reveal{transition:none!important;animation:none!important}}
