html,body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#282828,#141414);min-height:100vh;margin:0;padding:0;font-family:sans-serif;font-style:normal;font-weight:400}#root{box-sizing:border-box;width:100%;max-width:1000px;min-height:100vh;margin:0 auto;padding:0 40px}h1{color:#fff;font-size:48px;font-weight:200}h2{color:#fff;font-size:38px;font-weight:200}h3{color:#fff;font-size:22px;font-weight:200}h4{color:#fff;font-size:19px;font-weight:200}h5{color:#fff;font-size:16px;font-weight:200}p{color:#fff}input,select{font-family:sans-serif}button{background-color:#fff;border-width:0;border-radius:5px;padding:5px;font-family:sans-serif;font-size:16px;transition:background-color .1s}button:active{background-color:#fa466480}*,:before,:after{box-sizing:border-box;margin:0;padding:0}.public-content{width:100%;padding-top:60px}.homepage-wrapper{width:100%;min-height:100vh}.homepage-text{width:55vw;padding:8% 0% 0% 8vw;animation:1.5s forwards fade-in}.homepage-sections{flex-direction:column;gap:60px;width:100%;padding:80px 0 100px;display:flex}.homepage-section{background:linear-gradient(90deg,#a0a0a059 40%,#0000 85%);width:100%;padding:50px 0}.homepage-section--reverse{background:linear-gradient(270deg,#a0a0a059 40%,#0000 85%)}.homepage-section-inner{align-items:center;gap:100px;max-width:1000px;margin:0 auto;padding:0 50px;display:flex}.homepage-section--reverse .homepage-section-inner{flex-direction:row-reverse}.homepage-section-text{cursor:pointer;background:linear-gradient(270deg,#64648273,#0000);flex:1.25;padding:28px 32px;position:relative}.homepage-section--reverse .homepage-section-text{background:linear-gradient(90deg,#64648273,#0000)}.homepage-section-text:before{content:"";opacity:0;pointer-events:none;background:linear-gradient(270deg,#6464824d,#0000);transition:opacity .4s;position:absolute;inset:0}.homepage-section--reverse .homepage-section-text:before{background:linear-gradient(90deg,#6464824d,#0000)}.homepage-section-text h2{margin-bottom:16px;font-size:2rem}.homepage-section-text p{opacity:.85;font-size:1.05rem;line-height:1.7}.homepage-section-image{cursor:pointer;background-color:#ffffff14;border:1px solid #ffffff1f;border-radius:14px;flex:1;justify-content:center;align-items:center;min-height:220px;transition:filter .4s,box-shadow .4s;display:flex;overflow:hidden}.homepage-section-image-placeholder{width:100%;height:220px}.homepage-section-image img{object-fit:cover;border-radius:14px;width:100%;height:100%}.homepage-section-inner:hover .homepage-section-text:before{opacity:1;transition:opacity .15s}.homepage-section-inner:hover .homepage-section-image{filter:brightness(1.08);transition:filter .15s,box-shadow .15s;box-shadow:0 0 12px #6464a040}.modal-overlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:1000;background-color:#0003;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.loading-spinner{border:4px solid #fff3;border-top-color:#fff;border-radius:50%;width:48px;height:48px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.protected-content{width:100%}.header{justify-content:space-between;align-items:center;height:60px;padding:0 24px;display:flex}.header-logo{cursor:pointer}.header-banner{width:auto;height:40px}.header-nav{gap:16px;display:flex}.header-nav span{cursor:pointer;color:#fff}
