/* FindProjects · Into Focus. Account entry uses the workspace's ink, ivory and cobalt. */
/* Official Google sign-in assets; provenance in design/README.md. */
@font-face { font-family:"Google Sans"; font-style:normal; font-weight:500; font-display:swap; src:url('/google-signin.ttf') format('truetype') }
:root { font:14px/1.55 Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; color:#141a26; background:#f6f5f2; -webkit-font-smoothing:antialiased; --accent:#315efb; --muted:#69717e; --line:#e3e5e8 }
* { box-sizing:border-box }
body { margin:0; min-width:320px; min-height:100dvh; display:flex; flex-direction:column }
button,input { font:inherit; color:inherit }
button { cursor:pointer }
button:disabled { cursor:default }
a { color:inherit; text-decoration:none }
[hidden] { display:none!important }
button:focus-visible,a:focus-visible,input:focus-visible { outline:3px solid #315efb65; outline-offset:3px }
h1,h2,p { margin:0 }
.account-brand { padding:34px 5vw }
.account-brand a { display:inline-flex; align-items:center; gap:10px; font-size:23px; font-weight:500; letter-spacing:-.8px }
.account-brand img { flex-shrink:0 }
.account-layout { display:grid; grid-template-columns:minmax(0,1fr) minmax(0,430px); align-items:center; gap:clamp(50px,9vw,150px); width:min(1050px,90%); margin:auto; padding:30px 0 70px }
.account-layout[data-deletion="true"] { grid-template-columns:minmax(0,1fr); max-width:480px }
.account-intro { max-width:470px }
.intro-label { color:var(--muted); font-size:11px; letter-spacing:1.5px; font-weight:500 }
.account-intro h2 { font-size:clamp(38px,3.8vw,54px); line-height:1.1; letter-spacing:-1.9px; font-weight:500; margin:23px 0 }
.account-intro p { max-width:350px; color:var(--muted); font-size:16px; line-height:1.7 }
.intro-line { display:flex; align-items:center; gap:10px; margin:54px 0 17px }
.intro-line span { height:3px; width:48px; border-radius:2px; background:#d9dee9 }
.intro-line span:first-child { background:var(--accent) }
.intro-line span:last-child { width:20px }
.account-intro small { color:var(--muted); font-size:12px }
.account-card { min-width:0; padding:34px; background:#fff; border:1px solid var(--line); border-radius:18px; box-shadow:0 12px 44px #141a2605 }
.account-tabs { display:grid; grid-template-columns:1fr 1fr; padding:4px; border:1px solid #eceef1; border-radius:9px; background:#f6f7f9; margin-bottom:29px }
.account-tabs button { border:0; background:transparent; min-height:38px; border-radius:6px; color:var(--muted); font-size:13px }
.account-tabs button[aria-pressed="true"] { background:white; color:#141a26; box-shadow:0 1px 4px #141a2610 }
h1 { font-size:27px; font-weight:600; line-height:1.25; letter-spacing:-.8px }
.account-description { color:var(--muted); margin:9px 0 26px; line-height:1.6 }
.google-button { display:flex; align-items:center; justify-content:center; gap:12px; width:100%; min-height:46px; padding:12px 16px; border:1px solid #747775; border-radius:8px; background:white; color:#1f1f1f; font:500 14px/20px "Google Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif }
.google-button img { flex-shrink:0; object-fit:contain }
.google-button:hover:not(:disabled) { background:#f6f7fa }
.google-button:disabled { color:var(--muted); border-color:var(--line) }
.account-divider { display:flex; align-items:center; gap:14px; margin:22px 0; font-size:12px; color:var(--muted) }
.account-divider::before,.account-divider::after { content:""; flex:1; height:1px; background:var(--line) }
.deletion-details { margin-bottom:24px; font-size:13px; color:var(--muted); overflow-wrap:anywhere }
.deletion-details>a { display:inline-block; margin:12px 0; color:var(--accent); text-decoration:underline; text-underline-offset:3px }
.deletion-details summary { cursor:pointer; min-height:24px; color:#141a26 }
.deletion-details details p { margin-top:8px }
.primary-button[data-danger="true"] { background:#a44141 }
.primary-button[data-danger="true"]:hover:not(:disabled) { background:#893535 }
.primary-button[data-danger="true"]:disabled { background:#fbecec; color:#a44141 }
fieldset { border:0; margin:0; padding:0; min-width:0 }
.account-field { margin-bottom:18px }
label { display:block; font-size:13px; font-weight:500; margin-bottom:7px }
input { width:100%; max-width:100%; min-width:0; min-height:46px; padding:11px 12px; background:#fff; border:1px solid #dce0e6; border-radius:8px; font-size:16px; transition:border-color .15s }
input:hover { border-color:#bbc3d1 }
input:focus { border-color:var(--accent) }
input:disabled { color:var(--muted); background:#fafbfc }
.field-heading { display:flex; align-items:baseline; justify-content:space-between; gap:8px }
.text-button { border:0; padding:2px 0; min-height:24px; background:none; color:var(--accent); font-size:12px; font-weight:500; text-align:left }
.text-button:hover { text-decoration:underline; text-underline-offset:3px }
.text-button:disabled { color:var(--muted); text-decoration:none }
.primary-button,.secondary-button { display:flex; align-items:center; justify-content:center; gap:9px; width:100%; min-height:46px; border:1px solid transparent; border-radius:8px; padding:11px 14px; font-weight:500; font-size:14px }
.primary-button { background:var(--accent); color:white; margin-top:24px }
.primary-button:hover:not(:disabled) { background:#244de0 }
.primary-button:disabled { background:#e5eaff; color:#3d527e }
.secondary-button { background:white; border-color:var(--line); margin-top:12px; font-size:13px }
.secondary-button:hover:not(:disabled) { background:#f6f7fa }
.secondary-button:disabled { color:var(--muted) }
.button-arrow { margin-left:auto; font-size:18px; line-height:1 }
.primary-button>span:first-child { margin-right:auto }
.primary-button .spinner:not([hidden]) { margin-right:0 }
.account-status { color:var(--muted); font-size:13px; line-height:1.6; overflow-wrap:anywhere }
.account-status:not(:empty) { margin-top:18px; padding:12px; border-radius:8px; background:#f3f5fa }
.account-status[data-error="true"] { color:#993e3e; background:#fbf0f0 }
.account-progress { display:flex; gap:9px; align-items:center; margin-top:18px; color:var(--muted); font-size:13px }
.account-note { padding-top:24px; margin-top:25px; border-top:1px solid #eceef1; color:var(--muted); font-size:12px; line-height:1.6 }
.back-button { display:block; margin:21px auto 0; min-height:32px }
.verification-icon { display:grid; place-items:center; width:48px; height:48px; background:#edf1ff; border-radius:12px; margin-bottom:22px; color:var(--accent) }
.verification-icon svg { width:25px; height:25px; fill:none; stroke:currentColor; stroke-width:1.5 }
.verification-address { font-size:14px; font-weight:500; overflow-wrap:anywhere }
.account-field small { display:block; color:var(--muted); font-size:12px; margin-top:7px }
.account-footer { padding:20px; text-align:center; color:var(--muted); font-size:12px; letter-spacing:.15px }
.account-footer span { margin:0 8px }
.spinner { width:15px; height:15px; flex-shrink:0; border:2px solid currentColor; border-right-color:transparent; border-radius:50%; animation:spin .8s linear infinite }
.sr-only { position:absolute; width:1px; height:1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap }
@keyframes spin { to { transform:rotate(360deg) } }
@media(prefers-reduced-motion:reduce) { .spinner { animation:none; border-right-color:currentColor; opacity:.65 } }
@media(max-width:760px) {
  .account-brand { padding:27px 24px 20px }
  .account-brand a { font-size:21px }
  .account-brand img { width:32px; height:32px }
  .account-brand a,.account-tabs button,.text-button,.back-button,.deletion-details>a,.deletion-details summary { min-height:44px }
  .deletion-details>a { display:inline-flex; align-items:center }
  .account-intro { display:none }
  .account-layout { display:block; width:min(430px,100%); padding:22px 20px 40px; margin:0 auto auto }
  .account-card { padding:27px 23px; border-radius:14px }
  h1 { font-size:25px }
}
@media(max-width:360px) { .account-layout { padding-inline:12px } .account-card { padding:24px 20px } }
