.pq-auth{--bg:#343539;--surface-2:#46474b;--surface-3:#535458;--text:#ffffff;--text-muted:rgba(255,255,255,0.65);--text-faint:rgba(255,255,255,0.4);--outline:rgba(255,255,255,0.08);--accent:#f06854;--accent-contrast:#ffffff;--error-bg:rgba(186,26,26,0.16);--error-border:rgba(245,176,176,0.24);--error-text:#f5b0b0;--shadow-sm:0 1px 2px rgba(0,0,0,0.28);--font:var(--pq-auth-font-geist,"Geist"),var(--pq-auth-font-zen,"Zen Kaku Gothic New"),-apple-system,BlinkMacSystemFont,"Hiragino Kaku Gothic ProN","Hiragino Sans","Yu Gothic",ui-sans-serif,system-ui,sans-serif;--font-num:var(--pq-auth-font-geist,"Geist"),ui-sans-serif,system-ui,sans-serif;--content-w:1056px;display:flex;flex-direction:column;min-height:100vh;min-height:100dvh;background:var(--bg);color:var(--text);font-family:var(--font);font-size:14px;line-height:1.6;-webkit-font-smoothing:antialiased}.pq-auth,.pq-auth *{box-sizing:border-box}.pq-auth figure,.pq-auth h1,.pq-auth p{margin:0}.pq-auth img{display:block;max-width:100%}.pq-auth a{color:inherit;text-decoration:none}.pq-auth .auth-header{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:1120px;height:64px;margin:0 auto;padding:0 20px}.pq-auth .auth-logo{display:inline-flex;align-items:baseline;gap:2px;font-size:16px;font-weight:700;letter-spacing:-.02em}.pq-auth .auth-logo .dot{color:var(--accent)}.pq-auth .auth-nav{display:flex;align-items:center;gap:16px}.pq-auth .auth-nav-prompt{display:none;font-size:14px;color:var(--text-faint)}.pq-auth .auth-nav-link{display:inline-flex;align-items:center;height:36px;padding:0 12px;border-radius:8px;background:var(--surface-2);color:var(--text);font-size:13px;font-weight:600;transition:background-color .15s ease}.pq-auth .auth-nav-link:hover{background:var(--surface-3)}.pq-auth .auth-nav-link .label-long{display:none}.pq-auth .auth-main{flex-grow:1;display:flex;flex-direction:column}.pq-auth .auth-copy{display:flex;flex-direction:column;gap:20px;padding:40px 20px 0}.pq-auth .auth-label{font-size:11px;font-weight:600;line-height:1.2;letter-spacing:.16em;text-transform:uppercase;color:var(--accent)}.pq-auth .auth-title{font-size:36px;font-weight:700;line-height:1.15;letter-spacing:-.03em}.pq-auth .auth-lead{font-size:14px;line-height:1.8;color:var(--text-muted)}.pq-auth .auth-actions{display:flex;flex-direction:column;align-items:stretch;gap:10px}.pq-auth .auth-google{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:0 20px;border:none;border-radius:8px;background:var(--accent);color:var(--accent-contrast);font:inherit;font-size:15px;font-weight:600;box-shadow:var(--shadow-sm);cursor:pointer;transition:opacity .15s ease}.pq-auth .auth-google:hover:not(:disabled){opacity:.9}.pq-auth .auth-google:disabled{cursor:wait;box-shadow:none}.pq-auth .auth-google-mark{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:28px;height:28px;border-radius:9999px;background:#ffffff}.pq-auth .auth-google-mark img{width:16px;height:16px}.pq-auth .auth-spinner{width:16px;height:16px;border-radius:9999px;border:2px solid rgba(52,53,57,.18);border-top-color:#343539;animation:pq-auth-spin .7s linear infinite}@keyframes pq-auth-spin{to{transform:rotate(1turn)}}.pq-auth .auth-arrow{width:16px;height:16px;flex-shrink:0}.pq-auth .auth-feedback{font-size:12px;line-height:1.6;color:var(--text-muted)}.pq-auth .auth-feedback.is-error{padding:10px 12px;border-radius:8px;border:1px solid var(--error-border);background:var(--error-bg);color:var(--error-text)}.pq-auth .auth-note{font-size:12px;line-height:1.5;color:var(--text-faint);text-align:center}.pq-auth .price-inline{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}.pq-auth .price-inline .chip{display:inline-flex;align-items:center;gap:6px;height:28px;padding:0 12px;border-radius:9999px;background:var(--surface-2);font-size:12px;color:var(--text-muted)}.pq-auth .price-inline .chip b{color:var(--text);font-weight:600}.pq-auth .auth-shot{margin:36px 0 0 40px;background:var(--surface-2);border:1px solid var(--outline);border-right:none;border-radius:16px 0 0 16px;box-shadow:var(--shadow-sm);overflow:hidden}.pq-auth .auth-shot img{width:100%;aspect-ratio:var(--shot-ratio-mobile,var(--shot-ratio,16/10));object-fit:cover;object-position:top left}.pq-auth .auth-shot figcaption{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:8px 12px;font-size:11px;color:var(--text-faint);background:var(--surface-2)}.pq-auth .auth-shot-path{font-family:var(--font-num);letter-spacing:.08em}.pq-auth .auth-footer{display:flex;flex-direction:column-reverse;gap:8px;width:100%;max-width:1120px;margin:0 auto;padding:32px 20px 24px;font-size:12px;color:var(--text-faint)}.pq-auth .auth-footer-links{display:flex;flex-wrap:wrap;gap:4px 16px}.pq-auth .auth-footer-links a{transition:color .15s ease}.pq-auth .auth-footer-links a:hover{color:var(--text-muted)}@media (min-width:768px){.pq-auth .auth-header{padding:0 32px}.pq-auth .auth-copy{padding:40px 32px 0}.pq-auth .auth-footer{padding:32px 32px 24px}}@media (min-width:900px){.pq-auth .auth-header{height:80px}.pq-auth .auth-logo{font-size:20px}.pq-auth .auth-nav-prompt{display:inline}.pq-auth .auth-nav-link{height:40px;padding:0 16px;font-size:14px}.pq-auth .auth-nav-link .label-long{display:inline}.pq-auth .auth-nav-link .label-short{display:none}.pq-auth .auth-main{display:grid;grid-template-columns:minmax(0,480px) minmax(0,1fr);column-gap:64px;align-items:center;padding-left:max(32px,calc((100% - var(--content-w)) / 2))}.pq-auth .auth-copy{gap:24px;padding:32px 0}.pq-auth .auth-title{font-size:48px;line-height:1.12}.pq-auth .auth-lead{font-size:16px}.pq-auth .auth-actions{align-items:flex-start;gap:12px;padding-top:8px}.pq-auth .auth-google{min-width:360px}.pq-auth .auth-feedback.is-error{max-width:420px}.pq-auth .auth-note{text-align:left}.pq-auth .price-inline{justify-content:flex-start;padding-top:4px}.pq-auth .auth-shot{margin:32px 0}.pq-auth .auth-shot img{aspect-ratio:var(--shot-ratio,16/10)}.pq-auth .auth-shot figcaption{padding:10px 32px 10px 16px}.pq-auth .auth-footer{flex-direction:row;align-items:center;justify-content:space-between;height:72px;padding:0 32px}.pq-auth .auth-footer-links{gap:24px}}