.landing-container{align-items:center;background:var(--bg-primary);color:var(--text-primary);display:flex;justify-content:center;min-height:100vh;padding:32px 20px}.theme-toggle-wrapper{position:fixed;right:16px;top:16px;z-index:10}.landing-content{display:flex;flex-direction:column;gap:40px;max-width:480px;width:100%}.landing-header h1{color:var(--text-primary);font-size:2.25rem;font-weight:600;letter-spacing:-.02em;margin:0 0 8px}.landing-header p{color:var(--text-secondary);font-size:1rem;line-height:1.5;margin:0}.landing-links{display:flex;flex-direction:column;gap:12px}@keyframes card-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}.landing-header{align-items:center;animation:card-in .45s cubic-bezier(.4,0,.2,1) both;display:flex;flex-direction:column;gap:14px;text-align:center}.landing-crest{filter:drop-shadow(0 2px 6px rgba(0,0,0,.28));flex:none;height:56px;width:auto}.landing-header__text{min-width:0}.landing-link{align-items:center;animation:card-in .45s cubic-bezier(.4,0,.2,1) both;animation-delay:calc((var(--i) + 1)*70ms);background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-lg);color:var(--text-primary);display:flex;gap:16px;padding:16px 20px;text-decoration:none;transition:border-color var(--transition-smooth),background var(--transition-smooth),transform var(--transition-smooth)}.landing-link:hover{background:var(--bg-tertiary);border-color:var(--accent);transform:translateY(-1px)}.landing-link:active{transform:translateY(0)}.landing-link:focus-visible,.landing-social:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.landing-link__icon{align-items:center;color:var(--accent);display:inline-flex;flex-shrink:0;justify-content:center}.landing-link__text{display:flex;flex-direction:column;gap:2px;min-width:0}.landing-link__label{color:var(--text-primary);font-size:1.05rem;font-weight:500}.landing-link__sub{color:var(--text-muted);font-size:.85rem}.landing-socials{animation:card-in .45s cubic-bezier(.4,0,.2,1) both;animation-delay:calc((var(--i) + 1)*70ms);display:flex;gap:16px;justify-content:center}.landing-social{align-items:center;color:var(--text-muted);display:inline-flex;justify-content:center;padding:8px;transition:color var(--transition-smooth),transform var(--transition-smooth)}.landing-social:hover{color:var(--accent);transform:translateY(-1px)}@media (prefers-reduced-motion:reduce){.landing-header,.landing-link,.landing-socials{animation:none}.landing-link,.landing-social{transition:none}.landing-link:hover,.landing-social:hover{transform:none}}@media (max-width:480px){.landing-header{gap:12px}.landing-crest{height:48px}.landing-header h1{font-size:1.8rem}.landing-link{padding:14px 16px}}:root{--bg-primary:#0d0d12;--bg-secondary:#161620;--bg-tertiary:#1e1e2a;--border-color:#ffffff1a;--text-primary:#f5f5f7;--text-secondary:#a8a8b3;--text-muted:#6b6b7a;--accent:#f59e0b;--radius-md:6px;--radius-lg:10px;--transition-fast:0.15s ease;--transition-smooth:0.25s cubic-bezier(0.4,0,0.2,1)}[data-theme=light]{--bg-primary:#f5f5f7;--bg-secondary:#fff;--bg-tertiary:#e8e8ed;--border-color:#0000001a;--text-primary:#1a1a1f;--text-secondary:#5a5a6e;--text-muted:#62626e;--accent:#d97706}.theme-toggle{align-items:center;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-md);color:var(--text-primary);cursor:pointer;display:flex;height:36px;justify-content:center;padding:0;transition:border-color var(--transition-fast),background var(--transition-fast),transform var(--transition-fast);width:36px}.theme-toggle-icon{display:block;overflow:visible}.theme-toggle-core{fill:var(--accent)}.theme-toggle-core,.theme-toggle-cut{transform-origin:center;transition:transform var(--transition-smooth)}.theme-toggle-cut{fill:#000}.theme-toggle-rays{stroke:var(--accent);stroke-width:1.6;stroke-linecap:round;transform-origin:center;transition:opacity var(--transition-smooth),transform var(--transition-smooth)}[data-theme=dark] .theme-toggle-cut{transform:translate(4px,-4px)}[data-theme=dark] .theme-toggle-rays{opacity:0;transform:rotate(-40deg) scale(.4)}[data-theme=light] .theme-toggle-core{transform:scale(.62)}[data-theme=light] .theme-toggle-cut{transform:translate(16px,-16px)}[data-theme=light] .theme-toggle-rays{opacity:1;transform:rotate(0) scale(1)}@media (prefers-reduced-motion:reduce){.theme-toggle-core,.theme-toggle-cut,.theme-toggle-rays{transition-duration:.01ms}}.theme-toggle:hover{background:var(--bg-tertiary);border-color:var(--accent)}.theme-toggle:active{transform:scale(.95)}.theme-toggle:focus-visible{outline:2px solid var(--accent);outline-offset:2px}*{box-sizing:border-box}body,html{background:var(--bg-primary);color:var(--text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:15px;line-height:1.5;margin:0;min-height:100vh;padding:0}
/*# sourceMappingURL=main.9a4a50df.css.map*/