@import "https://fonts.googleapis.com/css2?family=Martian+Mono:wght@200;300;400;500&display=swap";@import "https://fonts.googleapis.com/css2?family=Michroma&display=swap";*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;height:100%}:root{--color-primary:#117098;--color-primary-dark:#062532;--color-white:#fff;--color-light-gray:#e9e9e9;--color-black:#000;--font-display:"Michroma",sans-serif;--font-body:"Martian Mono",monospace;font-family:var(--font-body);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:300;line-height:1.5}body{background:var(--color-white);min-width:320px;margin:0;padding:0;overflow-x:hidden}#root{width:100%;min-height:100%}.loading-screen{background:var(--color-primary-dark);z-index:9999;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .5s,visibility .5s;display:flex;position:fixed;top:0;left:0}.loading-screen.fade-out{opacity:0;visibility:hidden;pointer-events:none}.loading-content{flex-direction:column;align-items:center;gap:30px;display:flex}.loading-logo{filter:brightness(0)invert();width:200px;height:auto;animation:2s ease-in-out infinite pulse}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(.98)}}.loading-spinner{border:3px solid #fff3;border-top-color:var(--color-white);border-radius:50%;width:40px;height:40px;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.page{opacity:0;z-index:1;background:0 0;flex-direction:column;align-items:stretch;width:100%;transition:opacity .5s,transform .5s;display:flex;position:relative;transform:translateY(10px)}.page.loaded{opacity:1;transform:translateY(0)}.hero-gif-container{z-index:0;pointer-events:none;background:#87ceeb;width:100%;height:100vh;min-height:600px;max-height:825px;position:absolute;top:0;left:0;overflow:hidden}.hero-gif{object-fit:cover;will-change:auto;backface-visibility:hidden;width:100%;height:100%;transform:translateZ(0)}.hero{z-index:1;background:0 0;flex-direction:column;justify-content:space-between;align-items:flex-start;width:100%;height:100vh;min-height:600px;max-height:825px;display:flex;position:relative;overflow:hidden}.nav-bar{z-index:10;flex-direction:row;justify-content:space-between;align-items:center;width:100%;height:200px;padding:50px;display:flex;position:relative}.logo-img{object-fit:contain;width:298.89px;height:69.61px}.header-icon{object-fit:contain;width:79.79px;height:55.19px}.dripster-button{object-fit:contain;cursor:pointer;z-index:10;width:168.08px;height:154.66px;transition:transform .3s;position:absolute;bottom:150px;left:0}.dripster-button:hover{transform:scale(1.05)}.marquee-banner{background:var(--color-primary);flex-direction:row;justify-content:flex-end;align-items:center;width:100%;height:70px;padding:20px 0;display:flex;overflow:hidden}.marquee-content{flex-direction:row;align-items:center;gap:20px;animation:30s linear infinite marquee;display:flex}.marquee-caption{font-family:var(--font-body);color:var(--color-white);white-space:nowrap;font-size:11px;font-weight:200;line-height:173%}.marquee-separator{font-family:var(--font-body);color:var(--color-white);font-size:11px;font-weight:200;line-height:173%}.marquee-slogan{font-family:var(--font-display);text-transform:uppercase;color:var(--color-light-gray);white-space:nowrap;font-size:48px;font-weight:400;line-height:150%}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.about-section{background:radial-gradient(50% 50%,#117098 0%,#062532 100%);flex-direction:row;justify-content:space-between;align-items:center;width:100%;height:320px;padding:70px 100px;display:flex;box-shadow:0 4px 4px #00000040}.about-logo{object-fit:contain;width:500px;height:116px}.about-description{width:552px;font-family:var(--font-body);text-transform:uppercase;color:var(--color-white);font-size:20px;font-weight:200;line-height:150%}.coming-soon-section{background-color:#1a2a3a;background-image:url(/coming-soon-bg.jpg);background-position:50%;background-size:cover;flex-direction:column;justify-content:center;align-items:center;width:100%;height:1000px;padding:200px;display:flex;box-shadow:0 4px 4px #00000040}.glass-card{border:1px solid var(--color-black);background:#117098eb;border-radius:4px;flex-direction:column;justify-content:center;align-items:center;gap:50px;width:100%;max-width:1120px;height:600px;padding:40px;display:flex}.card-subtitle{font-family:var(--font-body);color:var(--color-white);font-size:15px;font-weight:300;line-height:130%}.card-title{font-family:var(--font-display);text-align:center;color:var(--color-white);font-size:60px;font-weight:400;line-height:120%}.social-links{flex-direction:row;justify-content:center;align-items:center;gap:60px;padding:0 33px;display:flex}.social-link{color:var(--color-white);justify-content:center;align-items:center;text-decoration:none;transition:transform .2s,opacity .2s;display:flex}.social-link:hover{opacity:.8;transform:scale(1.1)}.social-icon{width:55px;height:55px}.social-icon.discord{width:75px;height:55px}@media (max-width:1200px){.page{max-width:100%}.hero{height:auto;min-height:500px;max-height:none}.hero-gif-container{height:500px;min-height:500px;max-height:none}.nav-bar{height:auto;padding:30px}.logo-img{width:200px;height:auto}.header-icon{width:50px;height:auto}.dripster-button{width:120px;height:auto;bottom:100px;left:0}.marquee-slogan{font-size:32px}.about-section{flex-direction:column;gap:30px;height:auto;padding:50px 30px}.about-logo{width:300px;height:auto}.about-description{text-align:center;width:100%;font-size:16px}.coming-soon-section{height:auto;min-height:700px;padding:50px 20px}.glass-card{width:100%;height:auto;padding:40px 20px}.card-title{font-size:36px}}@media (max-width:768px){.hero{min-height:400px}.hero-gif-container{height:400px;min-height:400px}.nav-bar{padding:20px}.logo-img{width:150px}.header-icon{width:40px}.dripster-button{width:80px;bottom:80px;left:0}.marquee-slogan{font-size:24px}.marquee-caption{font-size:9px}.about-section{padding:40px 20px}.about-logo{width:200px}.about-description{font-size:14px}.card-title{font-size:28px}.card-subtitle{font-size:12px}.social-icon{width:40px;height:40px}.social-icon.discord{width:55px;height:40px}.social-links{gap:40px}}
