@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Outfit:wght@400;600;800;900&family=Space+Grotesk:wght@700;900&display=swap";:root{--bg-base: #f1f5f9;--glass-surface: rgba(255, 255, 255, .75);--glass-edge: rgba(255, 255, 255, .4);--glass-shadow: 0 8px 32px 0 rgba(31, 38, 135, .07), inset 0 1px 1px rgba(255, 255, 255, .8), inset 0 0 20px rgba(255, 255, 255, .3);--text-primary: #111827;--text-secondary: #64748b;--grad-1: #4facfe;--grad-2: #00f2fe;--grad-3: #f093fb;--grad-4: #f5576c;--primary-color: #3b82f6;--danger-color: #ef4444;--color-green: #10b981;--color-orange: #f59e0b;--color-purple: #8b5cf6;--app-radius: 28px;--radius-sm: 10px;--radius-md: 14px;--radius-lg: 40px}@media (prefers-color-scheme: dark){:root{color-scheme:dark;--bg-base: #0f172a;--glass-surface: rgba(30, 41, 59, .65);--glass-edge: rgba(255, 255, 255, .1);--glass-shadow: 0 8px 32px 0 rgba(0, 0, 0, .5), inset 0 1px 1px rgba(255, 255, 255, .05), inset 0 0 20px rgba(255, 255, 255, .02);--text-primary: #f8fafc;--text-secondary: #94a3b8;--grad-1: #00f2fe;--grad-2: #4facfe;--grad-3: #f093fb;--grad-4: #f5576c;--primary-color: #60a5fa;--color-green: #34d399;--color-orange: #fbbf24;--color-purple: #a78bfa}}*{box-sizing:border-box;margin:0;padding:0;-webkit-tap-highlight-color:transparent}html{background-color:var(--bg-base);display:flex;justify-content:center}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;width:100%;max-width:480px;min-height:100vh;min-height:100dvh;position:relative;background-color:var(--bg-base);color:var(--text-primary);overflow-x:hidden;opacity:0;animation:pageFadeIn .5s cubic-bezier(.16,1,.3,1) forwards}@keyframes pageFadeIn{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}button,a{touch-action:manipulation;-webkit-user-select:none;user-select:none}.header,header{margin-top:0}.header h1,.header h2,header h1,header h2,.cyber-title{margin-top:0!important}.fab-stack{position:fixed;bottom:calc(max(env(safe-area-inset-bottom,24px),24px) - 40px);left:0;right:0;padding:20px 20px 40px;z-index:1000;display:flex;flex-direction:row;gap:16px;align-items:center;overflow-x:auto;-ms-overflow-style:none;scrollbar-width:none}.fab-stack::-webkit-scrollbar{display:none}.fab-btn{flex-shrink:0;width:48px;height:48px;background:var(--glass-surface);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid var(--glass-edge);box-shadow:0 10px 30px #0000001a;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--text-primary);text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);cursor:pointer}.fab-btn:active{transform:scale(.85)}.fab-btn svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.home-btn:before,.info-btn:before{content:"";display:block;width:24px;height:24px;background-color:currentColor}.home-btn:before{-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z'/%3E%3Cpolyline points='9 22 9 12 15 12 15 22'/%3E%3C/svg%3E") center / contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z'/%3E%3Cpolyline points='9 22 9 12 15 12 15 22'/%3E%3C/svg%3E") center / contain no-repeat}.info-btn:before{-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cline x1='12' y1='16' x2='12' y2='12'/%3E%3Cline x1='12' y1='8' x2='12.01' y2='8'/%3E%3C/svg%3E") center / contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cline x1='12' y1='16' x2='12' y2='12'/%3E%3Cline x1='12' y1='8' x2='12.01' y2='8'/%3E%3C/svg%3E") center / contain no-repeat}.fab-btn.action-btn{color:var(--danger-color)}.fab-stack .home-btn,.fab-stack .info-btn{order:-1;position:sticky;left:0;z-index:2}.info-modal-backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);z-index:2000;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .4s ease}.info-modal-backdrop.show{opacity:1;pointer-events:auto}.info-modal{background:var(--glass-surface);width:85%;max-width:340px;padding:40px 24px;border-radius:var(--app-radius);box-shadow:0 30px 60px #0003;border:1px solid var(--glass-edge);text-align:center;transform:scale(.9) translateY(20px);transition:transform .4s cubic-bezier(.16,1,.3,1);box-sizing:border-box}.info-modal-backdrop.show .info-modal{transform:scale(1) translateY(0)}.info-modal h3{font-family:Space Grotesk,sans-serif;font-size:1.6rem;margin-bottom:16px;font-weight:900;color:var(--text-primary)}.info-modal p{font-size:1rem;color:var(--text-secondary);line-height:1.6;margin-bottom:0}
