.home-page{background:var(--bg-void);min-height:100dvh;color:var(--text-primary);font-family:var(--font-body);flex-direction:column;display:flex}.home-nav{z-index:100;background:var(--nav-bg);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border);position:sticky;top:0}.home-main{flex:1;justify-content:center;align-items:center;padding:2rem 1rem;display:flex}.home-form{background:var(--card-bg,#ffffff0a);border:1px solid var(--border);border-radius:16px;flex-direction:column;gap:1.25rem;width:100%;max-width:420px;padding:2rem;display:flex}.home-title{font-family:var(--font-display);color:var(--text-hero);margin:0 0 .5rem;font-size:clamp(1.5rem,4vw,2rem);font-weight:700}.home-form .btn-submit{margin-top:.5rem}.nav-icon{width:36px;height:36px;color:var(--text-primary);border-radius:50%;justify-content:center;align-items:center;transition:background .2s,color .2s;display:inline-flex}.nav-icon:hover{background:var(--border);color:var(--text-hero)}
