*{margin:0;padding:0;box-sizing:border-box}:root{--color-bg: #1a1a1a;--color-text: #eeeeee;--color-text-secondary: rgba(238, 238, 238, .75);--color-accent: #ed1163;--color-accent-mid: #f0532d;--color-accent-warm: #f57e25;--color-accent-gradient: linear-gradient( 90deg, var(--color-accent) 0%, var(--color-accent-mid) 50%, var(--color-accent-warm) 100% )}html,body{height:100%}body{font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;background-color:var(--color-bg);color:var(--color-text);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#app{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem}.download-page,.auth-page{max-width:600px;text-align:center}.content{display:flex;flex-direction:column;gap:1.5rem}.title{font-size:clamp(2rem,5vw,3rem);font-weight:600;line-height:1.2;letter-spacing:-.02em}.accent-line{height:6px;width:180px;background:var(--color-accent-gradient);border-radius:3px;margin:0 auto}.description{display:flex;flex-direction:column;gap:.75rem}.description p{font-size:clamp(1rem,2.5vw,1.25rem);color:var(--color-text-secondary);margin:0}.store-buttons{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-top:1rem}@media (min-width: 480px){.store-buttons{flex-direction:row;justify-content:center}}.store-buttons a{display:block;transition:transform .2s ease,opacity .2s ease}.store-buttons a:hover{transform:scale(1.05)}.store-buttons a:active{transform:scale(.98);opacity:.9}.store-buttons img{height:50px;width:auto;display:block}.logo{margin-bottom:2.5rem}.logo img{height:100px;width:auto}.description-text{font-size:clamp(1rem,2.5vw,1.25rem);color:var(--color-text-secondary)}.auth-form{display:flex;flex-direction:column;gap:1rem;margin-top:.5rem;text-align:left}.auth-field{display:flex;flex-direction:column;gap:.4rem}.auth-field span{font-size:.95rem;color:var(--color-text-secondary)}.auth-field input{font:inherit;color:var(--color-text);background-color:#ffffff0f;border:1px solid rgba(238,238,238,.18);border-radius:8px;padding:.75rem 1rem;outline:none;transition:border-color .15s ease,background-color .15s ease,box-shadow .15s ease}.auth-field input:focus{border-color:var(--color-accent);background-color:#ffffff1a;box-shadow:0 0 0 3px #ed11632e}.auth-field input:disabled{opacity:.6;cursor:not-allowed}.auth-error{color:var(--color-accent-warm);font-size:.95rem;margin:0}.auth-button{font:inherit;font-weight:600;color:#fff;background:var(--color-accent-gradient);border:none;border-radius:8px;padding:.85rem 1rem;cursor:pointer;transition:transform .15s ease,opacity .15s ease,box-shadow .15s ease;box-shadow:0 4px 14px #ed116340}.auth-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 18px #ed116359}.auth-button:active:not(:disabled){transform:translateY(0)}.auth-button:disabled{opacity:.55;cursor:not-allowed;box-shadow:none}
