.auth-layout-body{min-height:100vh;display:flex;flex-direction:column;background-color:var(--color-bg);position:relative;overflow-x:hidden}.auth-layout-bg{position:fixed;inset:0;pointer-events:none;z-index:0}.auth-layout-bg__orb{position:absolute;border-radius:50%;filter:blur(90px)}.auth-layout-bg__orb--1{width:600px;height:600px;background:radial-gradient(circle,rgba(138,43,226,.12) 0%,transparent 70%);top:-100px;left:-150px}.auth-layout-bg__orb--2{width:500px;height:500px;background:radial-gradient(circle,rgba(0,255,255,.07) 0%,transparent 70%);bottom:-80px;right:-100px}.auth-layout-main{position:relative;z-index:1;flex:1;display:flex;align-items:center;justify-content:center;padding:var(--space-8) var(--space-4)}.navbar-wrapper{position:sticky;top:1rem;z-index:100;width:100%;display:flex;justify-content:center;padding:0 1rem;pointer-events:none}.navbar{pointer-events:auto;width:100%;max-width:1000px;background:var(--glass-bg);backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--color-border);border-radius:100px;padding:.5rem .5rem .5rem 1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 20px #0000000d}.navbar--scrolled{background:var(--glass-bg-strong);box-shadow:0 10px 40px #0000001a;border-color:var(--color-border-strong)}.navbar__inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem}.navbar__section{display:flex;align-items:center}.navbar__logo{display:flex;align-items:center;gap:.5rem;text-decoration:none}.navbar__logo-img{height:28px;width:auto;object-fit:contain}.navbar__logo-text{font-family:var(--font-heading);font-size:1.1rem;font-weight:800;color:var(--color-text-heading);letter-spacing:-.02em}.navbar__logo-accent{background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.navbar__nav{position:relative;display:flex;align-items:center;gap:.25rem;background:var(--color-surface-2);padding:.35rem;border-radius:100px;border:1px solid var(--color-border)}.navbar__nav-highlight{position:absolute;top:.35rem;bottom:.35rem;left:0;background:var(--color-bg);border-radius:100px;box-shadow:0 2px 8px #00000014;transition:all .4s cubic-bezier(.25,1,.5,1);z-index:0}.navbar__link{position:relative;z-index:1;padding:.4rem 1.25rem;font-size:.875rem;font-weight:500;color:var(--color-text-muted);text-decoration:none;border-radius:100px;transition:color .3s ease}.navbar__link:hover{color:var(--color-text-heading)}.navbar__link--active{color:var(--color-text-heading);font-weight:600}.navbar__actions{display:flex;align-items:center;justify-content:flex-end;gap:1rem}.navbar__login{font-size:.875rem;font-weight:600;color:var(--color-text-muted);text-decoration:none;transition:color .2s ease;margin-right:.5rem}.navbar__login:hover{color:var(--color-text-heading)}.navbar__cta{display:inline-flex;align-items:center;padding:.5rem 1.25rem;font-size:.875rem;font-weight:600;color:#fff;text-decoration:none;background:var(--gradient-primary);border-radius:100px;transition:all .3s ease}.navbar__cta:hover{transform:translateY(-1px);box-shadow:0 4px 15px #00e5ff4d}.navbar__hamburger{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;border-radius:50%;background:var(--color-surface-2);border:1px solid var(--color-border);margin-left:auto;cursor:pointer;pointer-events:auto}.navbar__hamburger span{display:block;width:16px;height:2px;background:var(--color-text-heading);border-radius:2px;transition:all .3s ease}.navbar__hamburger--open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.navbar__hamburger--open span:nth-child(2){opacity:0}.navbar__hamburger--open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.navbar__mobile-menu{position:absolute;top:calc(100% + 1rem);left:1rem;right:1rem;background:var(--glass-bg-strong);backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--color-border-strong);border-radius:24px;padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem;pointer-events:auto;box-shadow:0 20px 40px #0003;animation:slideDown .3s cubic-bezier(.16,1,.3,1)}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.navbar__mobile-link{display:block;padding:.75rem 0;font-size:1.125rem;font-weight:500;color:var(--color-text-muted);text-decoration:none;border-bottom:1px solid var(--color-border)}.navbar__mobile-link:hover{color:var(--color-text-heading)}.navbar__mobile-actions{display:flex;align-items:center;gap:1rem;padding-bottom:.5rem}.navbar__cta--mobile{width:100%;justify-content:center;padding:.75rem 1.5rem;font-size:1rem}@media(max-width:900px){.navbar__inner{grid-template-columns:1fr auto}.navbar__nav,.navbar__actions{display:none}.navbar__hamburger{display:flex}}.footer{width:100%;background:var(--color-bg, #ffffff);border-top:1px solid var(--color-border, rgba(0, 0, 0, .08));padding-top:4rem;padding-bottom:2rem;margin-top:4rem}.footer__inner{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:2rem}.footer__top{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:2rem}.footer__brand{display:flex;align-items:center;gap:.75rem;text-decoration:none}.footer__brand-img{height:32px;width:auto;object-fit:contain}.footer__brand-name{font-family:var(--font-heading);font-size:1.25rem;font-weight:800;color:var(--color-text-heading);letter-spacing:-.02em}.footer__brand-accent{background:linear-gradient(135deg,#00e5ff,#b388ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer__links{display:flex;align-items:center;gap:2rem;flex-wrap:wrap}.footer__link{font-size:.95rem;font-weight:500;color:var(--color-text-muted);text-decoration:none;transition:color .2s ease}.footer__link:hover{color:var(--color-text-heading)}.footer__divider{width:100%;height:1px;background:var(--color-border, rgba(0, 0, 0, .08))}.footer__bottom{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1.5rem}.footer__copy{font-size:.875rem;color:var(--color-text-subtle, #888888)}.footer__ignite-badge{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem 1rem;border-radius:100px;background:var(--color-surface-1, rgba(0, 0, 0, .02));border:1px solid var(--color-border, rgba(0, 0, 0, .08));text-decoration:none;transition:all .3s ease}.footer__ignite-badge:hover{background:var(--color-surface-2, rgba(0, 0, 0, .04));border-color:#ff5a1f;transform:translateY(-2px);box-shadow:0 4px 12px #ff5a1f1a}.ignite-text-light{font-size:.8rem;color:var(--color-text-muted)}.ignite-icon{color:#ff5a1f;animation:fire-pulse 2.5s infinite ease-in-out}.ignite-text-bold{font-size:.8rem;font-weight:700;color:var(--color-text-heading)}@keyframes fire-pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.8}}@media(max-width:640px){.footer__top,.footer__bottom{flex-direction:column;align-items:center;text-align:center}.footer__links{justify-content:center}}
