:root{--bg:#121212;--bg2:#181818;--bg3:#1e1e1e;--border:#242424;--border2:#2e2e2e;--text:#fff;--text2:#a0a0a0;--text3:#555;--green:#00d97e;--red:#f44;--amber:#f59e0b;--input-bg:#181818;--nav-bg:#080808f2;--green-tint:#00d97e12;--green-column:#00d97e08;--green-border:#00d97e33}[data-theme=light]{--bg:#f8f8f8;--bg2:#fff;--bg3:#f2f2f2;--border:#e8e8e8;--border2:#d8d8d8;--text:#0a0a0a;--text2:#444;--text3:#888;--green:#059669;--red:#dc2626;--amber:#d97706;--input-bg:#fff;--nav-bg:#f8f8f8f2;--green-tint:#05966914;--green-column:#0596690a;--green-border:#05966940}html.theme-transition *,html.theme-transition :before,html.theme-transition :after{transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s!important}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,system-ui,sans-serif;overflow-x:hidden}#root{width:100%;min-height:100vh}a{color:inherit;text-decoration:none}button,input{outline:none;font-family:inherit}input::placeholder{color:var(--text3)}@keyframes drawDown{0%{stroke-dashoffset:60px}to{stroke-dashoffset:0}}@keyframes drawAcross{0%{stroke-dashoffset:40px}to{stroke-dashoffset:0}}@keyframes drawLevel{0%{stroke-dashoffset:80px}to{stroke-dashoffset:0}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.pillar-left{stroke-dasharray:60;stroke-dashoffset:60px;animation:.4s ease-out forwards drawDown}.pillar-right{stroke-dasharray:60;stroke-dashoffset:60px;animation:.4s ease-out .15s forwards drawDown}.top-bar{stroke-dasharray:40;stroke-dashoffset:40px;animation:.3s ease-out .4s forwards drawAcross}.level-line{stroke-dasharray:80;stroke-dashoffset:80px;animation:.6s cubic-bezier(.22,1,.36,1) .6s forwards drawLevel}.wordmark{opacity:0;animation:.4s ease-out 1s forwards fadeIn}@media (width<=767px){nav{padding:0 16px!important}.nav-links,.nav-social-icons{display:none!important}section{padding-left:20px!important;padding-right:20px!important}.hero-section{height:auto!important;padding:60px 20px 48px!important}.hero-inner{flex-direction:column!important;gap:32px!important}.hero-left{flex:none!important;width:100%!important;max-width:100%!important}.hero-right{display:none!important}.hero-cta{box-sizing:border-box!important;justify-content:center!important;width:100%!important}.features-grid{grid-template-columns:1fr!important}.features-grid>div{border-right:none!important;border-bottom:.5px solid var(--border)!important}.app-preview-header{flex-direction:column!important;align-items:flex-start!important;gap:20px!important}.app-preview-desc,.comparison-inner{max-width:100%!important}.vault-cta-inner{flex-direction:column!important;align-items:flex-start!important;gap:32px!important}.vault-cta-inner button{box-sizing:border-box!important;justify-content:center!important;width:100%!important}.footer-inner{flex-direction:column!important;align-items:flex-start!important;gap:20px!important;padding:28px 20px!important}.footer-links{flex-wrap:wrap!important;gap:16px!important}}
