:root{--transition-speed: .3s;--bg-primary: #000000;--bg-secondary: #050505;--bg-tertiary: #0a0a0a;--text-primary: #ffffff;--text-secondary: #a1a1aa;--text-tertiary: #52525b;--accent: #B17CF2;--accent-hover: #c499f5;--accent-soft: rgba(177, 124, 242, .15);--accent-gradient: linear-gradient(135deg, #B17CF2 0%, #FFFFFF 100%);--name-gradient: linear-gradient(90deg, #B17CF2 0%, #FFFFFF 50%, #B17CF2 100%);--btn-glass-bg: rgba(177, 124, 242, .6);--btn-glass-glow: 0 10px 40px rgba(177, 124, 242, .5);--success: #00E699;--success-soft: rgba(0, 230, 153, .1);--success-border: rgba(0, 230, 153, .2);--danger: #FF4B55;--danger-soft: rgba(255, 75, 85, .1);--danger-border: rgba(255, 75, 85, .2);--warning: #FFB020;--warning-soft: rgba(255, 176, 32, .1);--warning-border: rgba(255, 176, 32, .2);--border: rgba(255, 255, 255, .1);--glass-bg: rgba(0, 0, 0, .6);--glass-border: rgba(255, 255, 255, .25);--input-bg: rgba(255, 255, 255, .03);--input-border: rgba(255, 255, 255, .15);--input-bg-hover: rgba(255, 255, 255, .05);--input-bg-focus: rgba(255, 255, 255, .08);--hover-overlay: rgba(255, 255, 255, .05);--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 1);--shadow-md: 0 8px 32px 0 rgb(0 0 0 / 1);--shadow-lg: 0 24px 80px -10px rgb(0 0 0 / 1);--radius-sm: .375rem;--radius-md: .5rem;--radius-lg: 1rem;--radius-xl: 1.5rem;--font-main: "Inter", system-ui, -apple-system, sans-serif;--font-heading: "Outfit", sans-serif}[data-theme=light]{--bg-primary: #ffffff;--bg-secondary: #f1f5f9;--bg-tertiary: #e2e8f0;--text-primary: #0f172a;--text-secondary: #475569;--text-tertiary: #94a3b8;--accent: #B17CF2;--accent-hover: #9f5fef;--accent-soft: rgba(177, 124, 242, .1);--accent-gradient: linear-gradient(135deg, #B17CF2 0%, #000000 100%);--name-gradient: linear-gradient(90deg, #B17CF2 0%, #000000 50%, #B17CF2 100%);--btn-glass-bg: rgba(177, 124, 242, .7);--btn-glass-glow: 0 8px 32px rgba(177, 124, 242, .4);--border: #cbd5e1;--glass-bg: rgba(255, 255, 255, .7);--glass-border: rgba(0, 0, 0, .1);--input-bg: rgba(0, 0, 0, .03);--input-border: rgba(0, 0, 0, .15);--input-bg-hover: rgba(0, 0, 0, .05);--input-bg-focus: rgba(0, 0, 0, .08);--hover-overlay: rgba(0, 0, 0, .05);--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1)}*{margin:0;padding:0;box-sizing:border-box}html{background-color:var(--bg-primary)}body{font-family:var(--font-main);background-color:var(--bg-primary);color:var(--text-primary);line-height:1.5;-webkit-font-smoothing:antialiased;transition:background-color var(--transition-speed),color var(--transition-speed)}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:800;letter-spacing:-.025em;color:var(--text-primary)}h1{font-size:2rem;line-height:1.2}p.page-subtitle{color:var(--text-secondary);font-size:1rem;margin-top:.25rem}a{text-decoration:none;color:inherit}.mobile-nav-toggle{display:none!important}.desktop-nav-links,.desktop-only-actions{display:flex!important}button{cursor:pointer;border:none;background:none;font-family:inherit}.container{max-width:1400px;margin:0 auto;padding:0 2rem}.page-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:1.5rem}.glass{background:var(--glass-bg);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--glass-border)}.card{background:var(--bg-primary);border-radius:var(--radius-lg);border:1px solid var(--border);padding:1.5rem;box-shadow:var(--shadow-sm);transition:all .2s cubic-bezier(.4,0,.2,1)}[data-theme=dark] .card{background:#0a0a0a66;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.card:hover{box-shadow:var(--shadow-lg);border-color:#b17cf24d}[data-theme=dark] .card:hover{background:#0f0f0f99}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.875rem 1.75rem;border-radius:99px;font-weight:700;font-family:var(--font-heading);font-size:.875rem;letter-spacing:.5px;text-transform:uppercase;transition:all .2s cubic-bezier(.4,0,.2,1);gap:.75rem;border:none;cursor:pointer;position:relative;overflow:hidden}.btn-primary{background:#b17cf20d;color:var(--text-primary);border:1px solid transparent;box-shadow:none;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);font-weight:800;position:relative;z-index:1;transition:all .3s cubic-bezier(.16,1,.3,1)}[data-theme=dark] .btn-primary{color:#fff}.btn-primary:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;padding:1.5px;background:var(--name-gradient);background-size:200% auto;animation:shine 8s linear infinite;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;z-index:-1}.btn-primary:hover{background:#b17cf21a;transform:none;box-shadow:inset 0 0 25px #b17cf233}.btn-primary:active{transform:scale(.98)}.btn-outline{background:var(--input-bg);border:1px solid var(--border);color:var(--text-primary);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn-outline:hover{background:var(--accent-soft);border-color:var(--accent);color:var(--accent)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:var(--text-tertiary)}.label{display:block;font-family:var(--font-heading);font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--accent);margin-bottom:.625rem}.input,.select{width:100%;padding:1rem 1.25rem;font-family:var(--font-main);font-size:.9375rem;color:var(--text-primary);background-color:var(--input-bg);border:1px solid var(--input-border);border-radius:12px;transition:border-color .2s,box-shadow .2s,background-color .2s;outline:none}.input::placeholder{color:var(--text-tertiary);opacity:.5}.input:hover,.select:hover{border-color:var(--text-tertiary);background-color:var(--input-bg-hover)}.input:focus,.select:focus{border-color:var(--accent);background-color:var(--input-bg-focus);box-shadow:0 0 0 1px var(--accent)}.select{-moz-appearance:none;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1.125rem center;background-size:1.25rem;padding-right:3rem;cursor:pointer}.select:focus{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23D946EF' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E")}.input:disabled,.select:disabled{background-color:var(--bg-secondary);color:var(--text-tertiary);cursor:not-allowed;opacity:.7}@keyframes spin{to{transform:rotate(360deg)}}.spinner{width:20px;height:20px;border:2px solid var(--accent-soft);border-top-color:var(--accent);border-radius:50%;animation:spin 1s linear infinite}.landing-body{background-color:#000;color:#ededed;font-family:var(--font-main);overflow-x:hidden;min-height:100vh}.landing-nav{position:fixed;top:0;left:0;right:0;height:64px;display:flex;align-items:center;justify-content:space-between;padding:0 2rem;background:#0006;backdrop-filter:saturate(180%) blur(12px);-webkit-backdrop-filter:saturate(180%) blur(12px);z-index:100}.landing-nav-links{display:flex;gap:2rem;align-items:center}.landing-nav-link{color:#888;font-size:.875rem;font-weight:500;transition:color .2s;text-decoration:none}.landing-nav-link:hover{color:var(--accent);text-shadow:0 0 15px rgba(177,124,242,.3)}.hero-glow{position:absolute;top:0;left:50%;transform:translate(-50%);width:100vw;height:900px;background:radial-gradient(circle at top,#b17cf240,#0000 70%);pointer-events:none;z-index:-1}.landing-title{font-size:clamp(3rem,8vw,5.5rem);font-weight:800;line-height:1.1;letter-spacing:-.04em;font-family:var(--font-heading);background:linear-gradient(180deg,#fff,#a1a1aa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:1.5rem;padding-top:.15em;padding-bottom:.15em;text-shadow:0 0 60px rgba(177,124,242,.3)}.landing-subtitle{font-size:clamp(1.1rem,2vw,1.5rem);color:#a1a1aa;max-width:600px;margin:0 auto 3rem;line-height:1.6}.landing-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:99px;font-weight:600;font-size:.875rem;transition:none;cursor:pointer;text-decoration:none}.landing-btn-primary{background:#b17cf20d;color:#fff;border:1px solid transparent;font-weight:800;position:relative;z-index:1;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:none;transition:all .3s cubic-bezier(.16,1,.3,1)}.landing-btn-primary:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;padding:1.5px;background:var(--name-gradient);background-size:200% auto;animation:shine 8s linear infinite;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;z-index:-1}.landing-btn-primary:hover{background:#b17cf21a;transform:none;box-shadow:inset 0 0 25px #b17cf233}.landing-btn-secondary{background:var(--bg-secondary);padding:.6rem 1.25rem;border-radius:99px;border:1px solid var(--border)}.landing-btn-secondary:hover{background:#ffffff1a}.bento-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:1.5rem;max-width:1200px;margin:0 auto;padding:2rem}.bento-card{background:#04040580;border:1px solid rgba(255,255,255,.05);border-radius:24px;padding:2.5rem;position:relative;overflow:hidden;transition:border-color .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.bento-card:hover{border-color:#b17cf266;background:#040405b3;box-shadow:0 0 40px #b17cf21a;transform:translateY(-4px)}.bento-card:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at var(--x, 50%) var(--y, 50%),rgba(177,124,242,.1) 0%,transparent 50%);opacity:0;transition:opacity .3s;pointer-events:none}.bento-card:hover:after{opacity:1}@keyframes reveal{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.reveal{animation:reveal .8s cubic-bezier(.16,1,.3,1) forwards}@media (max-width: 1024px){.bento-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.bento-grid{grid-template-columns:1fr;padding:1rem}.landing-title{font-size:3.5rem}}.footer-link{color:#888;font-size:.875rem;text-decoration:none;transition:color .2s}.footer-link:hover{color:#fff}#spline-badge,a[href*="spline.design"]{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important}.sidebar-border-animated{position:absolute;top:0;right:0;width:1px;height:100%;background:linear-gradient(to bottom,#b17cf200,#b17cf2cc,#fff,#b17cf2cc,#b17cf200);background-size:100% 400%;animation:borderFlow 20s linear infinite;z-index:10;opacity:.6}.brand-gradient{background:var(--name-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-size:200% auto;animation:shine 8s linear infinite;filter:drop-shadow(0 0 15px rgba(177,124,242,.4));font-weight:900}@keyframes shine{to{background-position:200% center}}@keyframes borderFlow{0%{background-position:0% 0%}to{background-position:0% 400%}}.stats-grid,.stats-grid-3{display:grid;gap:1rem}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.stats-grid-3{grid-template-columns:repeat(3,1fr)}.dashboard-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem}.mobile-header{display:none;height:56px;padding:0 1rem;align-items:center;justify-content:space-between;background:var(--bg-primary);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:200}@media (max-width: 767px){.mobile-header{display:flex}}.mobile-header-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:12px;background:transparent;color:var(--text-primary);border:none;cursor:pointer;transition:background .2s;-webkit-tap-highlight-color:transparent}.mobile-header-btn:active{background:var(--hover-overlay)}.mobile-header-brand{display:flex;align-items:center;gap:.5rem;cursor:pointer;-webkit-tap-highlight-color:transparent}.mobile-header-avatar{width:36px;height:36px;border-radius:50%;background:var(--accent-gradient);color:#fff;display:flex;align-items:center;justify-content:center;font-size:.65rem;font-weight:900;letter-spacing:.5px;border:2px solid var(--border);cursor:pointer;position:relative;-webkit-tap-highlight-color:transparent}.mobile-header-badge{position:absolute;top:-2px;right:-2px;width:10px;height:10px;background:var(--accent);border-radius:50%;border:2px solid var(--bg-primary);box-shadow:0 0 8px var(--accent)}.mobile-profile-dropdown{position:absolute;top:calc(100% + 8px);right:0;width:220px;background:var(--bg-primary);border:1px solid var(--border);border-radius:16px;box-shadow:0 20px 60px #0000004d;z-index:1000;padding:.25rem;overflow:hidden}[data-theme=dark] .mobile-profile-dropdown{background:#0a0a0af2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.mobile-dropdown-item{width:100%;display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:12px;color:var(--text-secondary);font-weight:600;font-size:.8125rem;background:transparent;border:none;cursor:pointer;transition:background .15s,color .15s;-webkit-tap-highlight-color:transparent;font-family:var(--font-main);text-align:left}.mobile-dropdown-item:active{background:var(--accent-soft);color:var(--accent)}.mobile-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:9000;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.mobile-drawer{position:fixed;top:0;left:0;width:280px;height:100%;background:var(--bg-primary);border-right:1px solid var(--border);z-index:9500;display:flex;flex-direction:column;transform:translate(-100%);transition:transform .3s cubic-bezier(.4,0,.2,1);overflow:hidden}[data-theme=dark] .mobile-drawer{background:#000}.mobile-drawer--open{transform:translate(0)}.mobile-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid var(--border);min-height:56px}.mobile-drawer-nav{flex:1;overflow-y:auto;padding:1.25rem .75rem}.mobile-drawer-item{display:flex;align-items:center;justify-content:space-between;padding:.8rem 1rem;border-radius:12px;color:var(--text-secondary);font-weight:600;font-size:.875rem;text-decoration:none;transition:background .15s,color .15s;margin-bottom:.25rem;-webkit-tap-highlight-color:transparent}.mobile-drawer-item:active{background:var(--hover-overlay)}.mobile-drawer-item--active{background:var(--input-bg-focus);color:var(--text-primary);font-weight:800;border:1px solid var(--border)}.mobile-drawer-item--disabled{opacity:.5;cursor:not-allowed}.mobile-drawer-footer{padding:.75rem;border-top:1px solid var(--border)}.mobile-bottom-nav{display:none;position:fixed;bottom:0;left:0;right:0;height:72px;align-items:center;justify-content:space-around;padding:0 .5rem calc(env(safe-area-inset-bottom,0px)/2) .5rem;background:var(--bg-primary);border-top:1px solid var(--border);z-index:5000}[data-theme=dark] .mobile-bottom-nav{background:#000000f2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-top:1px solid rgba(255,255,255,.08)}@media (max-width: 767px){.mobile-bottom-nav{display:flex}}.mobile-nav-link{display:flex;flex-direction:column;align-items:center;gap:4px;text-decoration:none;flex:1;-webkit-tap-highlight-color:transparent;padding:.25rem 0}.mobile-nav-icon{color:var(--text-tertiary);transition:color .15s}.mobile-nav-icon--active{color:var(--accent)}.mobile-nav-label{font-size:.6rem;font-weight:700;text-transform:uppercase;letter-spacing:.3px;color:var(--text-tertiary);transition:color .15s}.mobile-nav-label--active{color:var(--accent);font-weight:800}.mobile-nav-center{flex:1;display:flex;justify-content:center;align-items:center}.mobile-nav-fab{width:50px;height:50px;border-radius:50%;background:var(--accent-gradient);color:#fff;display:flex;align-items:center;justify-content:center;border:none;margin-top:-26px;box-shadow:0 4px 16px #b17cf273,0 0 32px #b17cf233;cursor:pointer;transition:transform .15s,box-shadow .15s;-webkit-tap-highlight-color:transparent;animation:fabGlow 3s ease-in-out infinite}@keyframes fabGlow{0%,to{box-shadow:0 4px 16px #b17cf273,0 0 32px #b17cf226}50%{box-shadow:0 4px 24px #b17cf299,0 0 48px #b17cf24d}}[data-theme=dark] .mobile-nav-fab{box-shadow:0 4px 16px #b17cf280,0 0 40px #b17cf240}.mobile-nav-fab:active{transform:scale(.88);box-shadow:0 2px 12px #b17cf24d;animation:none}@media (max-width: 767px){:root{--radius-lg: 1.25rem;--radius-xl: 1.75rem}.container{padding:0 1rem}.page-subtitle{display:none!important}.page-header{flex-direction:column;align-items:flex-start;gap:.75rem;margin-bottom:1rem}h1{font-size:1.5rem}.card{padding:1rem}.landing-title{font-size:2.75rem!important;letter-spacing:-2px!important}.landing-subtitle{font-size:1.1rem!important;margin-bottom:1rem!important}.landing-btn{width:100%;justify-content:center;padding:1rem 1.5rem!important}.bento-grid{grid-template-columns:1fr!important;gap:1rem!important;padding:1rem!important}.bento-card{padding:1.5rem!important}.dashboard-grid{grid-template-columns:1fr!important;gap:1rem!important}.stats-grid,.stats-grid-3{grid-template-columns:repeat(2,1fr)!important;gap:.5rem!important}.table-responsive table thead{display:none!important}.table-responsive table,.table-responsive table tbody,.table-responsive table tr{display:block!important;width:100%!important}.table-responsive table tr{display:flex!important;flex-wrap:wrap!important;align-items:center!important;padding:.875rem 1rem!important;border-bottom:1px solid var(--border)!important;gap:0!important}.table-responsive table td{padding:0!important;border:none!important}.table-responsive table td:nth-child(2),.table-responsive table td:nth-child(3),.table-responsive table td:nth-child(4),.table-responsive table td:nth-child(5),.table-responsive table td:nth-child(9){display:none!important}.table-responsive table td:nth-child(1){flex:1 1 auto!important;font-size:.9rem!important;font-weight:800!important}.table-responsive table td:nth-child(6){flex:0 0 auto!important;font-size:.875rem!important;text-align:right!important;margin-left:auto!important;padding-right:.75rem!important}.table-responsive table td:nth-child(7){flex:0 0 auto!important;font-size:.75rem!important;color:var(--text-secondary)!important;padding-right:.5rem!important}.table-responsive table td:nth-child(8){flex:0 0 auto!important}.performance-calendar-card{padding:.5rem!important}body{overflow-x:hidden!important}.card{max-width:100%!important;overflow:hidden!important;box-sizing:border-box!important}.card.glass{max-width:100%!important}.settings-layout{display:flex!important;flex-direction:column!important;gap:1rem!important;grid-template-columns:1fr!important}.settings-nav{position:static!important;width:100%!important}.settings-nav .tabs-container{display:flex!important;flex-direction:row!important;overflow-x:auto!important;gap:.25rem!important;padding:.5rem!important;border-radius:16px!important;-webkit-overflow-scrolling:touch;scrollbar-width:none}.settings-nav .tabs-container::-webkit-scrollbar{display:none}.settings-nav .tabs-container button{flex-shrink:0!important;padding:.75rem 1rem!important;font-size:.75rem!important;gap:.5rem!important;white-space:nowrap!important;border-radius:12px!important;margin-bottom:0!important}.settings-layout section.card{padding:1.5rem!important;border-radius:20px!important}.settings-layout section.card header h2{font-size:1.25rem!important}.settings-layout section.card header p{font-size:.8rem!important}.settings-profile-row{flex-direction:column!important;gap:1.5rem!important;margin-bottom:2rem!important}.settings-profile-row>div:first-child>div:first-child{width:100px!important;height:100px!important}.settings-form-grid,div[style*="minmax(400px"]{grid-template-columns:1fr!important;gap:1.25rem!important}.filter-bar{flex-direction:column!important;gap:.75rem!important;padding:1rem!important}.filter-bar>div:last-child{width:100%!important;flex-direction:row!important}.filter-bar>div:last-child>div{width:100%!important;flex:1!important}.card.glass>div:last-child[style*="gap: '0.75rem'"]{flex-wrap:wrap!important}.btn-group{width:100%!important;display:flex!important;gap:.5rem!important}.btn-group .btn{flex:1!important;justify-content:center!important;font-size:.8rem!important;padding:.75rem .5rem!important}.mobile-bottom-nav{height:68px}.mobile-nav-label{font-size:.65rem;font-weight:700;letter-spacing:.5px;text-transform:uppercase}.mobile-header{transition:transform .3s ease-in-out!important;position:fixed!important;top:0;left:0;right:0;z-index:1000}.mobile-header.hide{transform:translateY(-100%)!important}.mobile-header.show{transform:translateY(0)!important;box-shadow:0 4px 20px #0006!important}.mobile-header-avatar{width:38px!important;height:38px!important;border-radius:50%!important;overflow:hidden!important;display:flex!important;align-items:center!important;justify-content:center!important;background:var(--accent-soft)!important;border:1.5px solid var(--border)!important;padding:0!important}.mobile-header-avatar img{width:100%!important;height:100%!important;object-fit:cover!important}.mobile-bottom-nav{position:fixed!important;bottom:calc(1.25rem + env(safe-area-inset-bottom))!important;left:50%!important;transform:translate(-50%)!important;width:calc(100% - 2.5rem)!important;max-width:600px!important;height:70px!important;background:#0f0f0fbf!important;backdrop-filter:blur(40px) saturate(150%)!important;-webkit-backdrop-filter:blur(40px) saturate(150%)!important;border:1px solid rgba(255,255,255,.12)!important;border-radius:28px!important;display:flex!important;align-items:center!important;padding:0!important;box-sizing:border-box!important;box-shadow:0 20px 40px #0009,inset 0 1px #ffffff14!important;z-index:1000!important}.mobile-nav-link{flex:1!important;display:flex!important;flex-direction:column!important;align-items:center!important;gap:4px!important;color:var(--text-tertiary)!important;text-decoration:none!important;transition:all .2s ease!important}.mobile-nav-icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:10px;transition:all .3s cubic-bezier(.175,.885,.32,1.275)}.mobile-nav-link.active .mobile-nav-icon{color:var(--accent)!important}.mobile-nav-link.active .mobile-nav-label{color:var(--accent)!important;font-weight:700!important}.mobile-nav-center{width:100%!important;position:relative!important;display:flex!important;justify-content:center!important;align-items:center!important}.mobile-nav-fab{width:48px!important;height:48px!important;margin-top:0!important;background:var(--accent-gradient)!important;border:3px solid rgba(25,25,25,.8)!important;border-radius:50%!important;display:flex!important;align-items:center!important;justify-content:center!important;color:#fff!important;box-shadow:0 8px 24px #b17cf266,0 0 20px #b17cf233!important;transition:transform .3s cubic-bezier(.175,.885,.32,1.275)!important}.mobile-nav-fab:active{transform:scale(.85) rotate(45deg)!important}.mobile-nav-fab svg{filter:drop-shadow(0 0 4px rgba(255,255,255,.4))!important}.network-tabs{flex-wrap:nowrap!important;overflow-x:auto!important;gap:.25rem!important;padding:.35rem!important;scrollbar-width:none;-webkit-overflow-scrolling:touch;width:100%!important}.network-tabs::-webkit-scrollbar{display:none}.network-tabs button{flex:1!important;min-width:100px!important;padding:.6rem 1rem!important;font-size:.75rem!important;white-space:nowrap!important;justify-content:center!important}.discover-card{padding:2rem 1.25rem!important;border-radius:24px!important}.discover-card input{padding-right:1rem!important;font-size:.9rem!important}.discover-card button[style*="position: 'absolute'"]{position:static!important;width:100%!important;margin-top:1rem!important;height:50px!important}.network-split-grid{grid-template-columns:1fr!important;gap:1.5rem!important}.network-footer{flex-direction:column!important;text-align:center!important;padding:1.5rem!important;gap:1rem!important}.network-footer>div:first-child{margin:0 auto!important}.dashboard-grid .card.glass{padding:1.25rem!important}.dashboard-grid .card.glass[style*="minHeight: '280px'"]{min-height:240px!important;padding:0!important}.dashboard-grid div[style*="zIndex: 10"]{right:8px!important;top:8px!important;max-width:calc(100% - 16px)!important}div[style*="justifyContent: 'flex-end'"][style*="marginTop: '8px'"]{justify-content:center!important;flex-wrap:wrap!important;gap:4px!important;font-size:.6rem!important}.page-header{flex-direction:column!important;align-items:flex-start!important;gap:1.25rem!important;margin-bottom:2rem!important}.page-header h1{font-size:1.75rem!important;letter-spacing:-.5px!important}.auth-card{padding:2rem 1.5rem!important;margin:1rem!important;border-radius:24px!important}.hero-glow{height:400px;opacity:.5}.flagship-grid{grid-template-columns:1fr!important;gap:3rem!important}.flagship-grid h2{font-size:2.75rem!important;letter-spacing:-2px!important}.pillars-grid{grid-template-columns:1fr!important;gap:1rem!important}.mission-hero-card{padding:4rem 1.5rem!important}.mission-hero-card h2{font-size:2.5rem!important;letter-spacing:-1px!important}.mission-hero-card p{font-size:1.1rem!important}.impact-grid{grid-template-columns:1fr!important;gap:3rem!important;padding-top:3rem!important;margin-top:3rem!important}.stats-row{gap:.75rem!important;margin-bottom:1.5rem!important}.stats-row>div{min-width:100%!important;padding:1.25rem!important}.dashboard-grid{grid-template-columns:1fr!important;gap:1.25rem!important}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.page-header{flex-direction:column!important;align-items:flex-start!important;gap:1rem!important}.page-header .btn-group{width:100%;display:flex;gap:.5rem}.page-header .btn{flex:1;padding:.75rem 1rem!important;font-size:.75rem!important}section{padding-top:5rem!important;padding-bottom:5rem!important}.landing-title{font-size:2.5rem!important;letter-spacing:-2px!important}.landing-subtitle{font-size:1.1rem!important}.landing-nav{padding:1rem 1.5rem!important}.desktop-nav-actions{display:none!important}.bento-card{grid-column:span 12!important;padding:2.5rem!important;min-height:auto!important}.settings-layout{grid-template-columns:1fr!important;gap:1.5rem!important}.settings-nav{position:static!important;width:100%!important;margin-bottom:1rem!important}.status-badge{display:none!important}.tabs-container{display:flex!important;flex-direction:row!important;padding:.5rem!important;gap:.5rem!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch;width:100%!important}.filter-bar{flex-direction:column!important;align-items:stretch!important;gap:1rem!important}.filter-bar>div{width:100%!important}.filter-bar .select-container,.filter-bar .custom-select-wrapper{width:100%!important}.tabs-container button{white-space:nowrap!important;padding:.8rem 1.25rem!important;width:auto!important;flex:0 0 auto!important}.flagship-card{padding:3rem 1.5rem!important}.spline-feature-col div{width:140%!important;transform:translate(-15%)!important}.auth-container{padding-top:2rem!important}.auth-card{padding:2rem!important;margin-top:0!important}.auth-header h2{font-size:1.75rem!important;margin-bottom:.5rem!important}}@media (max-width: 1024px){section{padding-top:8rem!important;padding-bottom:8rem!important}section[style*="padding: 15rem"]{padding-top:10rem!important}.features-grid-stack,.impact-grid,.pillars-grid,.flagship-grid,.core-grid,.indicators-list-grid{grid-template-columns:repeat(2,1fr)!important;gap:3rem!important}.landing-title{font-size:clamp(2.5rem,6vw,4rem)!important}.landing-body>div[style*="padding: 10rem"]{padding:8rem 2rem 6rem!important}.spline-section{height:550px!important}}@media (max-width: 768px){section{padding:3.5rem 1.5rem!important}section[style*="padding: 15rem"]{padding-top:6rem!important}.features-grid-stack,.impact-grid,.pillars-grid,.flagship-grid,.core-grid,.indicators-list-grid,.bento-grid{grid-template-columns:1fr!important;gap:2rem!important}.footer-grid{grid-template-columns:1fr!important;gap:3rem!important}.footer-brand{grid-column:span 1!important}.landing-title{font-size:clamp(2rem,9vw,2.75rem)!important;letter-spacing:-1.5px!important;line-height:1.05!important;margin-bottom:1.5rem!important}.landing-subtitle{font-size:1rem!important;line-height:1.6!important;margin-bottom:2.5rem!important;padding:0!important;opacity:.8}.landing-nav{padding:1rem!important}.landing-nav .brand-gradient,.landing-nav .desktop-nav-links,.landing-nav .desktop-nav-actions,.landing-nav .desktop-only-actions{display:none!important}.landing-nav .brand-gradient{font-size:1.125rem!important;letter-spacing:-.5px!important;display:block!important}.landing-nav .mobile-nav-toggle{display:block!important}.landing-nav{padding:.75rem 1.5rem!important}.landing-body>div[style*="padding: 10rem"]{padding:6rem 1rem 4rem!important}.landing-body article{padding:2.5rem 1.5rem!important}.flagship-card,.auth-card,.mission-hero-card,.bento-card{padding:2rem 1.5rem!important;border-radius:24px!important}.auth-card{margin:1rem!important;width:calc(100% - 2rem)!important}.hero-btns .landing-btn,.mobile-menu-btn .landing-btn{width:100%!important;text-align:center!important;display:flex!important;justify-content:center!important;padding:1rem 1.5rem!important}.hero-btns{flex-direction:column!important;width:100%!important;gap:1rem!important}.hero-btns a{width:100%!important}footer{padding:5rem 2rem 4rem!important;margin-top:6rem!important}.spline-section{height:550px!important}.cookie-main-row{flex-direction:column!important;align-items:center!important;gap:.75rem!important;padding:0!important}.cookie-shield-box{display:none!important}.cookie-content-wrapper{flex-direction:column!important;align-items:center!important;text-align:center!important;gap:.5rem!important}.cookie-title{font-size:.9rem!important;margin-bottom:.25rem!important;letter-spacing:.5px!important}.cookie-desc{font-size:.75rem!important;line-height:1.4!important;color:#666!important}.cookie-links-wrapper{flex-wrap:wrap!important;justify-content:center!important;gap:1rem!important;margin:.5rem 0!important}.cookie-actions-row{flex-direction:column!important;align-items:center!important;gap:.75rem!important;padding-top:.75rem!important}.cookie-settings-btn{width:100%!important;justify-content:center!important;margin-bottom:.25rem!important}.cookie-buttons-wrapper{flex-direction:column!important;width:100%!important;gap:.5rem!important;align-items:center!important}.cookie-buttons-wrapper button{width:100%!important;max-width:320px!important;padding:.875rem!important;font-size:.75rem!important;text-align:center!important;justify-content:center!important}.modal-overlay{padding:0!important;align-items:flex-start!important}.modal-content{width:100%!important;max-width:100%!important;height:100dvh!important;max-height:100dvh!important;border-radius:0!important;margin:0!important;border:none!important;background:var(--bg-primary)!important}.landing-body>div[style*="position: fixed"]{display:flex;flex-direction:column}.auth-back-btn{position:relative!important;top:0!important;left:0!important;margin-bottom:2rem!important;width:100%!important;display:flex!important;justify-content:center!important}.social-proof-container{margin-top:1.5rem!important}}
