*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;min-height:100dvh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1a365d,#2d4a7c);padding:16px}.container{width:100%;display:flex;align-items:center;justify-content:center}.card{background:#fff;border-radius:24px;padding:40px;max-width:440px;width:100%;text-align:center;box-shadow:0 10px 40px #0003}.logo{width:180px;height:auto;margin-bottom:24px}h1{color:#1a365d;font-size:1.75rem;font-weight:700;margin-bottom:12px}.subtitle{color:#666;font-size:1.125rem;line-height:1.6;margin-bottom:32px}.store-buttons{display:flex;flex-direction:column;gap:16px;align-items:center}.store-buttons a img{height:48px;width:auto;display:block;color-scheme:only light;filter:none!important}.store-buttons a:last-child img{height:70px;margin:-11px 0}.divider{height:1px;background:#e0e0e0;margin:24px 0}.dashboard-text{color:#666;font-size:1rem;margin-bottom:16px}.dashboard-btn{display:inline-block;padding:12px 24px;border:1px solid #1a365d;border-radius:8px;color:#1a365d;text-decoration:none;font-size:1rem;transition:background-color .2s,color .2s}.dashboard-btn:hover{background:#1a365d;color:#fff}@media(min-width:480px){.store-buttons{flex-direction:row;justify-content:center}}@media(max-width:480px){.card{padding:32px 24px;border-radius:16px}.logo{width:150px}h1{font-size:1.5rem}.subtitle{font-size:1rem}}@media(prefers-color-scheme:dark){.card{background:#1a1a2e}h1{color:#a8c5e8}.subtitle{color:#9ca3af}.divider{background:#374151}.dashboard-text{color:#9ca3af}.dashboard-btn{border-color:#a8c5e8;color:#a8c5e8}.dashboard-btn:hover{background:#a8c5e8;color:#1a1a2e}}
