:root{--bg: #ffffff;--text: #1a1a1a;--muted: #8a8a8a;--accent: #e0262c;--accent-tint: #fdecec;--border: #ececec;color-scheme:light}*{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;-webkit-tap-highlight-color:transparent}#root{min-height:100dvh}.page{min-height:100dvh;display:flex;align-items:center;justify-content:center;padding:max(32px,env(safe-area-inset-top)) 22px max(32px,env(safe-area-inset-bottom));background:var(--bg)}.card{width:100%;max-width:400px;display:flex;flex-direction:column;align-items:center}.logo{width:100%;max-width:400px;height:auto;display:block;margin-bottom:-55px}.tagline{margin:0 0 40px;font-size:14px;font-weight:500;color:var(--muted);letter-spacing:.04em;text-transform:uppercase}.links{width:100%;display:flex;flex-direction:column;gap:14px}.link-button{display:flex;align-items:center;gap:16px;width:100%;padding:16px 18px;background:#fff;border:1px solid var(--border);border-radius:16px;color:var(--text);text-decoration:none;font-size:16px;font-weight:600;letter-spacing:.01em;min-height:60px;box-shadow:0 1px 2px #1414140a,0 8px 20px #1414140d;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.link-button:active{transform:scale(.97);box-shadow:0 1px 2px #1414140a}.icon{flex:none;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:12px;background:var(--accent-tint);color:var(--accent)}.icon svg{width:20px;height:20px}.label{flex:1}.chevron{flex:none;width:18px;height:18px;color:var(--muted)}.chevron svg{width:100%;height:100%}@media (hover: hover){.link-button:hover{border-color:var(--accent);box-shadow:0 1px 2px #1414140a,0 10px 24px #e0262c1f}}
