@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";*{box-sizing:border-box;margin:0;padding:0}body{background:#f5f7ff;color:#111;font-family:Inter,sans-serif;overflow-x:hidden}@media(max-width:768px){body{padding-bottom:65px}}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#f5f7ff}::-webkit-scrollbar-thumb{background:#06f;border-radius:3px}.btn-primary{background:#06f!important;border:none;border-radius:8px;color:#fff!important;cursor:pointer;display:inline-block;font-weight:600;padding:10px 24px;text-decoration:none;transition:all .3s}.btn-primary:hover{background:#0052cc!important;transform:translateY(-2px)}.btn-outline{background:transparent!important;border:2px solid #06f!important;border-radius:8px;color:#06f!important;cursor:pointer;display:inline-block;font-weight:600;padding:10px 24px;text-decoration:none;transition:all .3s}.btn-outline:hover{background:#06f!important;color:#fff!important}.ob-loading{align-items:center;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffd9;display:flex;flex-direction:column;gap:24px;top:0;right:0;bottom:0;left:0;justify-content:center;position:fixed;z-index:9999}.ob-logo{animation:obLogoIn .6s ease-out;height:200px;-o-object-fit:contain;object-fit:contain;width:200px}@keyframes obLogoIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.ob-bar-wrap{background:#0000001a;border-radius:4px;height:4px;overflow:hidden;width:160px}.ob-bar-fill{animation:obBar 1.8s ease-in-out infinite;background:#2563eb;border-radius:4px;height:100%}@keyframes obBar{0%{margin-left:0;width:5%}50%{margin-left:20%;width:60%}to{margin-left:95%;width:5%}}.ob-tagline{color:#6b7280;font-size:11px;letter-spacing:1.5px;text-transform:uppercase}.loading-fade-leave-active{transition:opacity .4s ease}.loading-fade-leave-to{opacity:0}
