.bg-image{object-fit:cover;z-index:-1;width:100%;height:100%;position:fixed;top:0;left:0}.no-scroll{width:100%!important;height:100%!important;position:fixed!important;top:0!important;left:0!important;overflow:hidden!important}.mobile-bottom-sheet{-webkit-backdrop-filter:blur(30px);z-index:1000;background:linear-gradient(135deg,#1a1409fa 0%,#140f05fc 100%);border-top:1px solid #ffd7004d;border-radius:24px 24px 0 0;flex-direction:column;height:85vh;max-height:85vh;transition:transform .3s cubic-bezier(.32,.72,0,1);display:flex;position:fixed;bottom:0;left:0;right:0;overflow:hidden;transform:translateY(100%);box-shadow:0 -20px 60px -20px #000c}.mobile-bottom-sheet.open{transform:translateY(0)}.bottom-sheet-header-fixed{background:inherit;border-bottom:1px solid #ffffff1a;flex-shrink:0;padding:16px 20px 12px}.bottom-sheet-scrollable{-webkit-overflow-scrolling:touch;flex:1;padding:0 16px 20px;overflow:hidden auto}.bottom-sheet-scrollable::-webkit-scrollbar{width:4px}.bottom-sheet-scrollable::-webkit-scrollbar-track{background:#ffffff1a;border-radius:10px}.bottom-sheet-scrollable::-webkit-scrollbar-thumb{background:#f59e0b80;border-radius:10px}.bottom-sheet-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:999;opacity:0;pointer-events:none;background:#000000b3;transition:opacity .3s ease-out;position:fixed;inset:0}.bottom-sheet-backdrop.visible{opacity:1;pointer-events:auto}.drag-handle{cursor:pointer;flex-shrink:0;justify-content:center;padding:12px 0 8px;display:flex}.drag-handle-bar{background:#f59e0b80;border-radius:9999px;width:40px;height:4px;transition:background .2s}.drag-handle-bar:hover{background:#f59e0bcc}.menu-item-custom{color:#fffc;cursor:pointer;border-radius:12px;align-items:center;gap:12px;padding:12px;font-size:14px;text-decoration:none;transition:all .2s;display:flex}.menu-item-custom:hover{color:#fff;background-color:#ffffff1a}.menu-item-icon-custom{background-color:#f59e0b1a;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:background-color .2s;display:flex}.menu-item-custom:hover .menu-item-icon-custom{background-color:#f59e0b33}.menu-item-icon-custom svg{color:#fbbf24;width:16px;height:16px}@media (min-width:1024px){.desktop-menu-container{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0003;border:1px solid #fff3;border-radius:9999px;align-items:center;gap:8px;padding:8px 24px;display:flex}.desktop-nav-link{color:#fff;border-radius:9999px;padding:6px 16px;font-size:14px;font-weight:600;transition:all .2s;position:relative}.desktop-nav-link:hover{background-color:#fff3}}
.loading-bar-wrapper{z-index:9999;pointer-events:none;height:4px;position:fixed;top:0;left:0;right:0;overflow:hidden}.loading-bar-inner{background:#f90;width:0;height:100%;animation:1.5s linear forwards progress}@keyframes progress{0%{width:0}to{width:100%}}
:root{--gradient-start:#4d8a6e;--gradient-end:#0a2623;--dot-color:#fff;--text-color:#fff;--animation-duration:1.4s;--logo-max-width:200px;--logo-max-width-mobile:150px}.landing-loading-page{background:linear-gradient(135deg,var(--gradient-start),var(--gradient-end));z-index:9999;justify-content:center;align-items:center;width:100%;height:110%;display:flex;position:absolute;top:-20px;left:0;overflow:hidden}body:has(.landing-loading-page) header{display:none!important}body:has(.landing-loading-page) .relative{position:inherit!important}.landing-loading-container{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:2rem;width:100%;max-width:400px;margin:0 auto;padding:1rem;display:flex}.landing-logo{max-width:var(--logo-max-width);pointer-events:none;-webkit-user-select:none;user-select:none;width:80%;height:auto;margin:0 auto;display:block}.dot-floating{justify-content:center;align-items:center;gap:14px;display:flex}.dot{background-color:var(--dot-color);width:16px;height:16px;animation:dot-pulse var(--animation-duration)infinite ease-in-out both;will-change:transform,opacity;border-radius:50%;box-shadow:0 2px 6px #0000001a}.dot:first-child{animation-delay:calc(var(--animation-duration)*-.2286)}.dot:nth-child(2){animation-delay:calc(var(--animation-duration)*-.1143)}@keyframes dot-pulse{0%,80%,to{opacity:.5;transform:scale(.6)}40%{opacity:1;transform:scale(1)}}.loading-text{color:var(--text-color);letter-spacing:.5px;text-shadow:0 1px 2px #0003;margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,sans-serif;font-size:1.125rem;font-weight:500}@media (max-width:640px){.landing-logo{max-width:var(--logo-max-width-mobile)}.dot{width:12px;height:12px}.loading-text{font-size:1rem}.landing-loading-container{gap:1.5rem}}@media (prefers-reduced-motion:reduce){.dot{animation-duration:2s}.dot,.landing-logo{transition:none}}
