:root{--color-primary:#2db551;--color-primary-dark:#1a8c3a;--color-primary-light:#3dd964;--color-accent-yellow:#f5c518;--color-accent-yellow-light:#fdd85d;--color-accent-red:#e53e3e;--color-accent-red-light:#fc5656;--color-accent-orange:#e8672a;--color-bg:#010100;--color-bg-elevated:#141414;--color-bg-card:#1a1a1a;--color-bg-footer:#010100;--color-text:#e8e8e8;--color-text-muted:#999;--color-text-heading:#fff;--color-border:#2a2a2a;--color-border-light:#333;--color-success:#34d058;--color-error:#e53e3e;--color-warning:var(--color-accent-orange);--font-family:system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-family-display:Georgia, "Times New Roman", serif;--font-size-base:1rem;--font-size-sm:.875rem;--font-size-lg:1.125rem;--font-size-xl:1.5rem;--font-size-2xl:2rem;--font-size-3xl:3rem;--font-size-4xl:4rem;--font-weight-normal:400;--font-weight-medium:500;--font-weight-bold:700;--font-weight-black:900;--line-height-base:1.6;--line-height-heading:1.1;--space-xs:.25rem;--space-sm:.5rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2rem;--space-2xl:3rem;--space-3xl:4rem;--space-4xl:6rem;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--radius-full:9999px;--shadow-sm:0 1px 3px #0006;--shadow-md:0 4px 12px #00000080;--shadow-lg:0 8px 32px #0009;--shadow-glow-green:0 0 20px #2db5514d;--shadow-glow-red:0 0 20px #e53e3e4d;--transition-fast:.15s ease;--transition-base:.25s ease;--transition-slow:.4s ease;--nav-height:100px;--content-max-width:1200px;--content-narrow:800px;--gradient-hero-overlay:linear-gradient(to right, #000000d9 0%, #0009 50%, #0000004d 100%);--rasta-stripe:linear-gradient(to right, var(--color-accent-red) 0%, var(--color-accent-red) 33.33%, var(--color-accent-yellow) 33.33%, var(--color-accent-yellow) 66.66%, var(--color-primary) 66.66%, var(--color-primary) 100%)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-family);font-size:var(--font-size-base);font-weight:var(--font-weight-normal);line-height:var(--line-height-base);color:var(--color-text);background-color:var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh}h1,h2,h3,h4,h5,h6{color:var(--color-text-heading);font-weight:var(--font-weight-bold);line-height:var(--line-height-heading);margin-bottom:var(--space-md)}h1{font-size:var(--font-size-3xl)}h2{font-size:var(--font-size-2xl)}h3{font-size:var(--font-size-xl)}h4{font-size:var(--font-size-lg)}p{margin-bottom:var(--space-md);color:var(--color-text)}a{color:var(--color-accent-yellow);transition:color var(--transition-fast);text-decoration:none}a:hover{color:var(--color-accent-yellow-light)}ul,ol{list-style:none}img,svg{max-width:100%;height:auto;display:block}button{font-family:inherit;font-size:inherit;cursor:pointer;color:inherit;background:0 0;border:none}input,textarea,select{font-family:inherit;font-size:inherit;color:inherit;background-color:var(--color-bg-elevated);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:var(--space-sm) var(--space-md);transition:border-color var(--transition-fast)}input:focus,textarea:focus,select:focus{border-color:var(--color-primary-light);outline:none;box-shadow:0 0 0 2px #2db55133}textarea{resize:vertical}.container{width:100%;max-width:var(--content-max-width);padding:0 var(--space-lg);margin:0 auto}.container--narrow{max-width:var(--content-narrow)}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (max-width:1024px){:root{--font-size-3xl:2.25rem;--font-size-2xl:1.75rem;--space-3xl:3rem}.container{padding:0 var(--space-md)}}@media (max-width:767px){:root{--font-size-3xl:1.75rem;--font-size-2xl:1.5rem;--font-size-xl:1.25rem;--space-3xl:2rem;--space-2xl:1.5rem;--nav-height:56px}.container{padding:0 var(--space-sm)}}#root{flex-direction:column;min-height:100vh;display:flex}.rasta-stripe{background:var(--rasta-stripe);background:linear-gradient(90deg,#e53e3e 0% 33.33%,#f5c518 33.33% 66.66%,#2db551 66.66% 100%);flex-shrink:0;height:3px}.rp{background:#000000d9;border-radius:12px;flex-direction:column;gap:.75rem;width:420px;padding:1rem 1.25rem;display:flex}.rp__header{align-items:center;display:flex}.rp__live-badge{color:#e53e3e;text-transform:uppercase;letter-spacing:1px;align-items:center;gap:.4rem;font-size:.7rem;font-weight:700;display:flex}.rp__live-dot{background:#e53e3e;border-radius:50%;width:8px;height:8px;animation:1.5s ease-in-out infinite rp-pulse}@keyframes rp-pulse{0%,to{opacity:1}50%{opacity:.3}}.rp__body{align-items:center;gap:1rem;display:flex}.rp__art{border-radius:8px;flex-shrink:0;width:90px;height:90px;overflow:hidden}.rp__art-img{object-fit:cover;width:100%;height:100%}.rp__art-placeholder{background:linear-gradient(135deg,#1a8c3a 0%,#f5c518 50%,#e53e3e 100%);justify-content:center;align-items:center;width:100%;height:100%;display:flex}.rp__art-text{color:#fff;text-align:center;text-shadow:1px 1px 3px #00000080;font-family:Road Rage,cursive;font-size:1.1rem}.rp__info{flex-direction:column;gap:.2rem;display:flex}.rp__now-playing{color:#999;text-transform:uppercase;letter-spacing:.5px;font-size:.65rem}.rp__song-title{color:#fff;font-size:1.1rem;font-weight:700}.rp__artist{color:#2db551;font-size:.85rem;font-weight:600}.rp__dj-badge{color:#ccc;letter-spacing:.5px;border:1px solid #555;border-radius:20px;width:-moz-fit-content;width:fit-content;margin-top:.3rem;padding:.15rem .6rem;font-size:.6rem;display:inline-block}.rp__visualizer{align-items:flex-end;gap:2px;height:30px;display:flex;overflow:hidden}.rp__bar{background:linear-gradient(#e53e3e,#f5c518,#2db551);border-radius:1px;flex:1;min-width:3px;height:4px;transition:height 80ms ease-out}.rp__controls{align-items:center;gap:1rem;display:flex}.rp__play-btn{color:#fff;cursor:pointer;background:0 0;border:2px solid #2db551;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:all .2s;display:flex}.rp__play-btn:hover:not(:disabled){background:#2db55126;box-shadow:0 0 12px #2db55166}.rp__play-btn:disabled{opacity:.5;cursor:not-allowed}.rp__spinner{border:2px solid #fff3;border-top-color:#2db551;border-radius:50%;width:18px;height:18px;animation:.7s linear infinite rp-spin}@keyframes rp-spin{to{transform:rotate(360deg)}}.rp__volume{color:#ccc;flex:1;align-items:center;gap:.4rem;display:flex}.rp__volume-slider{-webkit-appearance:none;appearance:none;cursor:pointer;background:#333;border-radius:4px;outline:none;width:100%;height:4px}.rp__volume-slider::-webkit-slider-thumb{-webkit-appearance:none;cursor:pointer;background:#fff;border-radius:50%;width:12px;height:12px}.rp__volume-slider::-moz-range-thumb{cursor:pointer;background:#fff;border:none;border-radius:50%;width:12px;height:12px}.rp__live-indicator{color:#e53e3e;text-transform:uppercase;letter-spacing:1px;white-space:nowrap;font-size:.7rem;font-weight:700}.rp__live-waves{color:#e53e3e}.rp__error{color:#e53e3e;text-align:center;margin:0;font-size:.75rem}@media (max-width:767px){.rp{width:100%;max-width:360px}.rp__art{width:70px;height:70px}}.rp--mini{gap:.5rem;width:260px;padding:.75rem 1rem}.rp--mini .rp__header{display:none}.rp--mini .rp__body{gap:.6rem}.rp--mini .rp__art{border-radius:6px;width:50px;height:50px}.rp--mini .rp__art-text{font-size:.7rem}.rp--mini .rp__now-playing{display:none}.rp--mini .rp__song-title{font-size:.85rem}.rp--mini .rp__artist{font-size:.7rem}.rp--mini .rp__dj-badge{display:none}.rp--mini .rp__visualizer{height:20px}.rp--mini .rp__controls{gap:.6rem}.rp--mini .rp__play-btn{width:34px;height:34px}.rp--mini .rp__play-btn svg{width:18px;height:18px}.rp--mini .rp__live-indicator{display:none}.rp--mini .rp__error{font-size:.65rem}.rp--inline{background:#000000b3;border-radius:8px;flex-direction:row;align-items:center;gap:.6rem;width:auto;padding:.4rem .75rem}.rp--inline .rp__header{display:none}.rp--inline .rp__body{gap:.5rem}.rp--inline .rp__art{border-radius:4px;width:36px;height:36px}.rp--inline .rp__art-text{font-size:.5rem}.rp--inline .rp__art-img{width:36px;height:36px}.rp--inline .rp__info{gap:0;max-width:120px}.rp--inline .rp__now-playing{display:none}.rp--inline .rp__song-title{white-space:nowrap;text-overflow:ellipsis;font-size:.7rem;overflow:hidden}.rp--inline .rp__artist{white-space:nowrap;text-overflow:ellipsis;font-size:.6rem;overflow:hidden}.rp--inline .rp__dj-badge,.rp--inline .rp__visualizer{display:none}.rp--inline .rp__controls{gap:.5rem}.rp--inline .rp__play-btn{width:30px;height:30px}.rp--inline .rp__play-btn svg{width:14px;height:14px}.rp--inline .rp__volume,.rp--inline .rp__live-indicator{display:none}.rp--inline .rp__error{font-size:.6rem}.nav{z-index:1000;background-color:#010100;border-bottom:1px solid #1a1a1a;justify-content:space-between;align-items:center;height:100px;padding:0 2rem;display:flex;position:fixed;top:0;left:0;right:0}.nav__logo{align-items:center;gap:.5rem;text-decoration:none;display:flex}.nav__logo-img{width:auto;height:90px}.nav__links{align-items:center;gap:2rem;margin:0;padding:0;list-style:none;display:flex;position:absolute;left:50%;transform:translate(-50%)}.nav__link{color:#ccc;text-transform:uppercase;letter-spacing:.5px;border-bottom:2px solid #0000;padding:.5rem 0;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .2s}.nav__link:hover{color:#fff}.nav__link--active{color:var(--color-primary);border-bottom-color:var(--color-primary)}.nav__hamburger{cursor:pointer;background:0 0;border:none;padding:.25rem;display:none}.nav__hamburger svg{display:block}.nav__right{align-items:center;gap:.75rem;display:flex}.nav__listen-btn{color:#000;text-transform:uppercase;letter-spacing:1px;cursor:pointer;background:#f5c518;border:none;border-radius:6px;align-items:center;gap:.6rem;padding:.55rem 1.2rem;font-size:.8rem;font-weight:700;transition:all .25s;display:inline-flex}.nav__listen-btn:hover{background:#fdd85d;transform:translateY(-1px);box-shadow:0 4px 16px #f5c51866}.nav__listen-btn-icon{background:#000;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.nav__listen-btn-icon svg{fill:#fff}@media (max-width:767px){.nav{padding:0 1rem}.nav__hamburger{display:block}.nav__links{background-color:#010100;border-bottom:1px solid #1a1a1a;flex-direction:column;gap:1rem;padding:1rem 1.5rem;display:none;position:absolute;top:100%;left:0;right:0;transform:none}.nav__links--open{display:flex}.nav__listen-btn{display:none}}.footer{background:#0a0a0ae6;margin-top:auto}.footer__slogan{text-align:center;padding:1.5rem 1rem 0}.footer__slogan-text{color:#f5c518;letter-spacing:.5px;margin:0;font-family:Gista Danes,sans-serif;font-size:2.5rem}.footer__slogan--red{color:#e53e3e}.footer__slogan--yellow{color:#f5c518}.footer__slogan--green{color:#2db551}.footer__content{max-width:var(--content-max-width);padding:var(--space-2xl) var(--space-xl);gap:var(--space-2xl);grid-template-columns:1fr 1fr 1fr 2fr;align-items:flex-start;margin:0 auto;display:grid}.footer__brand{align-items:flex-start;display:flex}.footer__logo{align-items:center;text-decoration:none;display:flex}.footer__logo-img{width:auto;height:90px}.footer__section-title{font-size:var(--font-size-sm);font-weight:var(--font-weight-bold);color:var(--color-text-heading);margin:0 0 var(--space-md);text-transform:uppercase;letter-spacing:.5px}.footer__links{gap:var(--space-sm);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.footer__links a{color:var(--color-text-muted);font-size:var(--font-size-sm);transition:color var(--transition-fast);text-decoration:none}.footer__links a:hover{color:var(--color-text-heading)}.footer__socials{gap:var(--space-md);display:flex}.footer__social-icon{border-radius:var(--radius-full);border:1px solid var(--color-border);width:36px;height:36px;color:var(--color-text-muted);transition:all var(--transition-fast);justify-content:center;align-items:center;text-decoration:none;display:flex}.footer__social-icon:hover{color:var(--color-text-heading);border-color:var(--color-primary);background:#2db5511a}.footer__section--history{grid-column:span 1}.footer__rp-header{align-items:center;gap:.6rem;margin-bottom:.75rem;display:flex}.footer__rp-icon{color:#2db551;font-size:1.4rem}.footer__rp-title{font-size:var(--font-size-sm);color:#fff;text-transform:uppercase;letter-spacing:1px;margin:0;font-weight:700}.footer__history-list{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.footer__history-item{border-top:1px solid #ffffff14;align-items:center;gap:1rem;padding:.75rem .5rem;transition:background .2s,transform .4s,opacity .4s;display:flex}.footer__history-item--entering{animation:.5s ease-out footer-history-push-down}@keyframes footer-history-push-down{0%{opacity:0;max-height:0;transform:translateY(-100%)}30%{opacity:0;max-height:80px}to{opacity:1;max-height:80px;transform:translateY(0)}}.footer__history-item:hover{background:#ffffff0a}.footer__history-number{color:#2db551;min-width:28px;font-size:1.1rem;font-weight:700}.footer__history-art{background:linear-gradient(135deg,#1a8c3a 0%,#f5c518 50%,#e53e3e 100%);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex;overflow:hidden}.footer__history-art-img{object-fit:cover;width:100%;height:100%}.footer__history-art-placeholder{color:#fff;text-shadow:1px 1px 3px #00000080;font-size:1.2rem}.footer__history-details{flex-direction:column;flex:1;gap:.15rem;min-width:0;display:flex}.footer__history-title{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:.95rem;font-weight:600;overflow:hidden}.footer__history-artist{color:#999;font-size:.8rem}.footer__bottom{border-top:1px solid var(--color-border);padding:var(--space-md) var(--space-xl);text-align:center}.footer__legal-links{justify-content:center;gap:2rem;margin-bottom:.75rem;display:flex}.footer__legal-link{color:var(--color-text-muted);font-size:var(--font-size-sm);text-transform:uppercase;letter-spacing:.5px;transition:color var(--transition-fast);font-weight:500;text-decoration:none}.footer__legal-link:hover{color:#fff}.footer__bottom p{font-size:var(--font-size-sm);color:var(--color-text-muted);margin:0}@media (max-width:768px){.footer__content{gap:var(--space-xl);padding:var(--space-xl) var(--space-md);grid-template-columns:1fr}}.home-page{min-height:calc(100vh - var(--nav-height));background:#010100 url(/assets/r141_main_bg-zoyoBaGl.png) 50%/cover no-repeat fixed;flex-direction:column;display:flex;overflow:visible}.home-hero{flex:1;align-items:center;padding:1rem 5%;display:flex;position:relative;overflow:visible}.home-hero:before{content:"";pointer-events:none;z-index:0;background:0 0;position:absolute;top:0;bottom:0;left:0;right:0}.home-hero__content{z-index:1;justify-content:space-between;align-items:center;gap:2rem;width:100%;max-width:1200px;margin:0 auto;display:flex;position:relative}.home-hero__text{flex:1}.home-hero__heading{margin:0 0 .75rem}.home-hero__heading-line{color:#2db551;text-transform:uppercase;text-shadow:2px 3px 6px #0009;font-family:Grindy Brush,cursive;font-size:clamp(3.26rem,6.52vw,6.52rem);font-style:normal;font-weight:400;line-height:1.05;display:block}.home-hero__heading-line--yellow{color:#f5c518}.home-hero__heading-line--red{color:#e53e3e}.home-hero__tagline{color:#fff;text-transform:uppercase;letter-spacing:1px;margin:0 0 1.25rem;font-size:.9rem;font-weight:500;line-height:1.5}.home-hero__tagline-gold{color:#f5c518}.home-hero__listen-btn{color:#000;text-transform:uppercase;letter-spacing:1px;cursor:pointer;background:#f5c518;border:none;border-radius:6px;align-items:center;gap:.6rem;padding:.7rem 1.5rem;font-size:.85rem;font-weight:700;transition:all .25s;display:inline-flex}.home-hero__listen-btn:hover{background:#fdd85d;transform:translateY(-1px);box-shadow:0 4px 16px #f5c51866}.home-hero__listen-btn-icon{background:#000;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;display:flex}.home-hero__listen-btn-icon svg{fill:#fff}.home-hero__player-wrapper{flex-shrink:0}.rasta-stripe{background:linear-gradient(90deg,#e53e3e 0% 33.33%,#f5c518 33.33% 66.66%,#2db551 66.66% 100%);flex-shrink:0;height:3px}.home-features{text-align:center;background:0 0;flex-shrink:0;padding:1.5rem 5% 1rem}.home-features__heading{color:#fff;text-transform:capitalize;letter-spacing:2px;justify-content:center;align-items:center;gap:1rem;margin:0 0 .6rem;font-family:Orange Lemonade,cursive;font-size:2.43rem;font-weight:400;display:flex}.home-features__heading-decoration{flex-direction:column;gap:2px;width:60px;display:flex}.home-features__heading-decoration span{border-radius:2px;height:2px;display:block}.home-features__heading-decoration--left span:first-child{background:#e53e3e;margin-left:0}.home-features__heading-decoration--left span:nth-child(2){background:#f5c518;margin-left:12%}.home-features__heading-decoration--left span:nth-child(3){background:#2db551;margin-left:25%}.home-features__heading-decoration--right span:first-child{background:#e53e3e;margin-right:0}.home-features__heading-decoration--right span:nth-child(2){background:#f5c518;margin-right:12%}.home-features__heading-decoration--right span:nth-child(3){background:#2db551;margin-right:25%}.home-features__subtitle{color:#fff;max-width:400px;margin:0 auto 1.5rem;font-size:.85rem;font-style:italic;line-height:1.6}.home-features__grid{flex-wrap:nowrap;justify-content:flex-start;gap:0;width:100%;max-width:1200px;margin:0 auto;padding:0;display:flex}.feature-card{cursor:pointer;flex-direction:column;flex:1;align-items:center;gap:.4rem;min-width:0;padding:.5rem;transition:transform .25s,filter .25s;display:flex}.feature-card:first-child{padding-left:0}.feature-card:last-child{padding-right:0}.feature-card:hover{transform:translateY(-4px)}.feature-card:hover .feature-card__icon--green{filter:drop-shadow(0 0 10px #2db551)drop-shadow(0 0 20px #2db551)}.feature-card:hover .feature-card__icon--yellow{filter:drop-shadow(0 0 10px #f5c518)drop-shadow(0 0 20px #f5c518)}.feature-card:hover .feature-card__icon--red{filter:drop-shadow(0 0 10px #e53e3e)drop-shadow(0 0 20px #e53e3e)}.feature-card__icon{justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:.6rem;display:flex}.feature-card__icon--red{color:#e53e3e}.feature-card__icon--yellow{color:#f5c518}.feature-card__icon--green{color:#2db551}.feature-card__title{text-transform:uppercase;letter-spacing:.5px;margin:0;font-size:1.1rem;font-weight:700}.feature-card__title--green{color:#2db551}.feature-card__title--yellow{color:#f5c518}.feature-card__title--red{color:#e53e3e}.feature-card__text{color:#fff;margin:0;font-size:1rem;line-height:1.4}@media (max-width:1024px){.home-page{height:auto;overflow:auto}.home-hero{min-height:60vh}.home-hero__content{text-align:center;flex-direction:column;gap:1.5rem}}@media (max-width:767px){.home-hero__heading-line{font-size:2.5rem}.home-features__grid{flex-wrap:wrap;padding:0 5%}.feature-card{text-align:left;align-items:flex-start}.feature-card__icon{width:48px;height:48px}.feature-card__title{font-size:.7rem}.feature-card__text{font-size:.65rem}}.about-page{min-height:calc(100vh - var(--nav-height));flex-direction:column;display:flex}.about-hero{background:#010100 url(/assets/r141_au_bg-CVFIQ7c_.png) top/auto 100% no-repeat;flex:1;justify-content:center;align-items:center;padding:3rem 5%;display:flex;position:relative}.about-hero:before{content:"";pointer-events:none;z-index:0;background:linear-gradient(to top right,#000000d9 0%,#00000080 40%,#0003 70%,#0000 100%);position:absolute;top:0;bottom:0;left:0;right:0}.about-hero__content{z-index:1;justify-content:space-between;align-items:center;gap:2rem;width:100%;max-width:1200px;margin:0 auto;display:flex;position:relative}.about-hero__player-wrapper{flex-shrink:0;position:relative;top:-125px}.about-hero__text{max-width:520px}.about-hero__title{color:#2db551;text-transform:uppercase;margin:0 0 1.5rem;font-family:Grindy Brush,cursive;font-size:clamp(2.56rem,4.5vw,3.84rem);font-style:normal;font-weight:400}.about-hero__title--green{color:#2db551}.about-hero__title--yellow{color:#f5c518}.about-hero__title--red{color:#e53e3e}.about-hero__underline{align-items:center;gap:.5rem;margin:.75rem 0 2rem;display:flex}.about-hero__underline-line{background:#2db551;border-radius:2px;width:80px;height:4px}.about-hero__underline-icon{font-size:1.25rem}.about-hero__subtitle{color:#f5c518;text-transform:uppercase;letter-spacing:.5px;margin:0 0 1.5rem;font-size:1.5rem;font-weight:700}.about-hero__desc{color:#ccc;margin:0 0 1rem;font-size:1.15rem;line-height:1.7}.about-hero__scrollable{max-height:300px;padding-right:.5rem;overflow-y:auto}.about-hero__scrollable::-webkit-scrollbar{width:4px}.about-hero__scrollable::-webkit-scrollbar-track{background:#ffffff0d;border-radius:4px}.about-hero__scrollable::-webkit-scrollbar-thumb{background:#fff3;border-radius:4px}.about-hero__scrollable::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.about-hero__listen-btn{color:#fff;text-transform:uppercase;letter-spacing:1px;cursor:pointer;background:#2db551;border:none;border-radius:6px;align-items:center;gap:.6rem;margin-top:1.5rem;padding:.8rem 1.75rem;font-size:1rem;font-weight:700;text-decoration:none;transition:all .25s;display:inline-flex}.about-hero__listen-btn:hover{color:#fff;background:#3dd964;transform:translateY(-1px);box-shadow:0 4px 16px #2db55166}@media (max-width:1024px){.about-hero{align-items:center;padding:2rem 5%}.about-hero__content{text-align:center;flex-direction:column;gap:1.5rem}.about-hero__text{text-align:center;max-width:100%}.about-hero__underline{justify-content:center}}@media (max-width:767px){.about-hero__title{font-size:2.5rem}.about-hero{padding:1.5rem 1rem}}.contact-page{min-height:calc(100vh - var(--nav-height));flex-direction:column;display:flex}.contact-hero{background:#010100 url(/assets/r141_au_bg-CVFIQ7c_.png) top/auto 100% no-repeat;flex:1;justify-content:center;align-items:center;padding:3rem 5%;display:flex;position:relative}.contact-hero:before{content:"";pointer-events:none;z-index:0;background:linear-gradient(to top right,#000000d9 0%,#00000080 40%,#0003 70%,#0000 100%);position:absolute;top:0;bottom:0;left:0;right:0}.contact-hero__content{z-index:1;width:100%;max-width:1200px;margin:0 auto;position:relative}.contact-hero__text{max-width:520px}.contact-hero__title{color:#2db551;text-transform:uppercase;margin:0 0 1.5rem;font-family:Grindy Brush,cursive;font-size:clamp(2.56rem,4.5vw,3.84rem);font-style:normal;font-weight:400}.contact-hero__title--green{color:#2db551}.contact-hero__title--yellow{color:#f5c518}.contact-hero__title--red{color:#e53e3e}.contact-hero__underline{align-items:center;gap:.5rem;margin:.75rem 0 2rem;display:flex}.contact-hero__underline-line{background:#2db551;border-radius:2px;width:80px;height:4px}.contact-hero__underline-icon{font-size:1.25rem}.contact-hero__subtitle{color:#f5c518;text-transform:uppercase;letter-spacing:.5px;margin:0 0 1rem;font-size:1.5rem;font-weight:700}.contact-hero__desc{color:#ccc;margin:0 0 1.5rem;font-size:1.15rem;line-height:1.7}.contact-hero__details{flex-direction:column;gap:.75rem;margin-bottom:1.5rem;display:flex}.contact-hero__detail-item{color:#ccc;align-items:center;gap:.6rem;font-size:.9rem;display:flex}.contact-hero__detail-icon{color:#2db551;background:#2db55126;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.contact-form{flex-direction:column;gap:1rem;width:100%;margin-top:.5rem;display:flex}.contact-form__field{flex-direction:column;gap:.25rem;display:flex}.contact-form__label{display:none}.contact-form__input,.contact-form__textarea{color:#fff;box-sizing:border-box;background:#ffffff0d;border:1px solid #ffffff26;border-radius:6px;width:100%;padding:.8rem 1rem;font-family:inherit;font-size:1rem;transition:border-color .2s}.contact-form__input::placeholder,.contact-form__textarea::placeholder{color:#fff6}.contact-form__input:focus,.contact-form__textarea:focus{border-color:#2db551;outline:none}.contact-form__input--error,.contact-form__textarea--error{border-color:#e53e3e}.contact-form__textarea{resize:vertical;min-height:120px}.contact-form__error{color:#e53e3e;margin:0;font-size:.8rem}.contact-form__captcha{flex-direction:column;gap:.25rem;display:flex}.contact-form__captcha-error{color:#e53e3e;margin:0;font-size:.8rem}.contact-form__captcha-load-error{color:#f5c518;padding:.5rem;font-size:.8rem}.contact-form__submit{color:#fff;text-transform:uppercase;letter-spacing:1px;cursor:pointer;background:#2db551;border:none;border-radius:6px;align-self:flex-start;align-items:center;gap:.6rem;padding:.8rem 1.75rem;font-size:1rem;font-weight:700;transition:all .25s;display:inline-flex}.contact-form__submit:hover:not(:disabled){background:#3dd964;transform:translateY(-1px);box-shadow:0 4px 16px #2db55166}.contact-form__submit:disabled{color:#fff6;cursor:not-allowed;background:#ffffff1a}.contact-form__success{color:#2db551;background:#34d0581a;border:1px solid #34d0584d;border-radius:8px;margin-bottom:1rem;padding:1rem;font-size:1rem}.contact-form__server-error{color:#e53e3e;background:#e53e3e1a;border:1px solid #e53e3e4d;border-radius:8px;margin-bottom:1rem;padding:1rem;font-size:1rem}@media (max-width:1024px){.contact-hero{align-items:center;padding:2rem 5%}.contact-hero__text{text-align:center;max-width:100%}.contact-hero__underline{justify-content:center}.contact-form__submit{align-self:center}}@media (max-width:767px){.contact-hero__title{font-size:2.5rem}.contact-hero{padding:1.5rem 1rem}}.legal-page{min-height:calc(100vh - var(--nav-height));flex-direction:column;display:flex}.legal-hero{background:#010100 url(/assets/r141_au_bg-CVFIQ7c_.png) top/auto 100% no-repeat;flex:1;justify-content:center;align-items:center;padding:3rem 5%;display:flex;position:relative}.legal-hero:before{content:"";pointer-events:none;z-index:0;background:linear-gradient(to top right,#000000d9 0%,#00000080 40%,#0003 70%,#0000 100%);position:absolute;top:0;bottom:0;left:0;right:0}.legal-hero__content{z-index:1;width:100%;max-width:1200px;margin:0 auto;position:relative}.legal-hero__text{max-width:520px}.legal-hero__title{color:#2db551;text-transform:uppercase;margin:0 0 1.5rem;font-family:Grindy Brush,cursive;font-size:clamp(2.56rem,4.5vw,3.84rem);font-style:normal;font-weight:400}.legal-hero__title--green{color:#2db551}.legal-hero__title--yellow{color:#f5c518}.legal-hero__title--red{color:#e53e3e}.legal-hero__subtitle{color:#f5c518;text-transform:uppercase;letter-spacing:.5px;margin:1.5rem 0 .75rem;font-size:1.5rem;font-weight:700}.legal-hero__desc{color:#ccc;margin:0 0 1rem;font-size:1.15rem;line-height:1.7}.legal-hero__scrollable{max-height:300px;padding-right:.5rem;overflow-y:auto}.legal-hero__scrollable::-webkit-scrollbar{width:4px}.legal-hero__scrollable::-webkit-scrollbar-track{background:#ffffff0d;border-radius:4px}.legal-hero__scrollable::-webkit-scrollbar-thumb{background:#fff3;border-radius:4px}.legal-hero__scrollable::-webkit-scrollbar-thumb:hover{background:#ffffff4d}@media (max-width:1024px){.legal-hero{align-items:center;padding:2rem 5%}.legal-hero__text{max-width:100%}}@media (max-width:767px){.legal-hero__title{font-size:2.5rem}.legal-hero{padding:1.5rem 1rem}}
