body{-webkit-font-smoothing:antialiased;margin:0}#root{min-height:100vh}*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{color:#111;background:#f8f8f8;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif}.page{justify-content:center;align-items:center;min-height:100vh;display:flex}.card{text-align:center;background:#fff;border:1px solid #e0e0e0;border-radius:12px;width:360px;padding:40px 36px;box-shadow:0 4px 24px #00000014}.logo{color:#131921;margin-bottom:6px;font-size:22px;font-weight:700}.logo-orange{color:#f90}.subtitle{color:#666;margin-bottom:28px;font-size:13px}.btn-google{cursor:pointer;background:#fff;border:1px solid #d5d9d9;border-radius:8px;justify-content:center;align-items:center;gap:10px;width:100%;padding:11px 16px;font-size:14px;font-weight:500;transition:background .15s;display:flex;box-shadow:0 2px 5px #d5d9d980}.btn-google:hover:not(:disabled){background:#f7f8f8}.btn-google:disabled{opacity:.7;cursor:not-allowed}.msg{margin-top:16px;font-size:13px}.msg.success{color:#2e7d32;font-weight:500}.msg.error{color:#c0392b}.spinner{border:2px solid #ddd;border-top-color:#f90;border-radius:50%;flex-shrink:0;width:14px;height:14px;animation:.7s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}
