:root{--blue:#2856ff;--ink:#17213d;--muted:#5e667a;--line:#e2e6f0;--soft:#f3f5fa;--green:#245e3d;--red:#a12832}*{box-sizing:border-box;letter-spacing:0}body{margin:0;font:16px/1.6 Arial,Helvetica,sans-serif;color:var(--ink);background:#fff}a{color:var(--blue);text-underline-offset:4px}button,input{font:inherit}button,a,input{touch-action:manipulation}a:focus-visible,button:focus-visible,input:focus-visible{outline:3px solid #87a4ff;outline-offset:3px}[hidden]{display:none!important}.site-header{border-bottom:1px solid var(--line)}.header-inner{max-width:1120px;margin:auto;min-height:88px;padding:16px 24px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--ink);font-size:24px;font-weight:700;white-space:nowrap}.brand img{width:40px;height:40px;object-fit:contain}.brand b{color:var(--blue)}.header-link{font-size:14px}.auth-main{max-width:460px;margin:56px auto 72px;padding:0 24px}.eyebrow{display:inline-block;font-size:12px;font-weight:700;color:var(--green);background:#e9f5e8;padding:4px 10px;border-radius:4px;margin:0 0 20px}h1{font-size:30px;line-height:1.25;margin:0 0 12px;font-weight:700}h2{font-size:20px;margin:0 0 16px}p{margin:0 0 24px}.intro{color:var(--muted)}label{display:block;font-size:14px;font-weight:600;margin:0 0 7px}.field{margin-bottom:20px}input:not([type=checkbox]){width:100%;min-height:48px;border:1px solid #aeb7cc;border-radius:6px;padding:10px 12px;background:#fff;color:var(--ink)}input:focus{border-color:var(--blue)}.help{font-size:12px;color:var(--muted);margin:6px 0 0}.check{display:flex;gap:9px;align-items:center;font-weight:400;margin:0 0 24px}.check input{width:17px;height:17px;flex:none;accent-color:var(--blue)}.primary,.secondary{display:inline-flex;align-items:center;justify-content:center;text-align:center;min-height:48px;padding:10px 18px;border-radius:6px;font-size:15px;font-weight:600;text-decoration:none;cursor:pointer;line-height:1.4}.primary{width:100%;background:var(--blue);border:1px solid var(--blue);color:#fff}.primary:hover{background:#173dcc}.primary:disabled{opacity:.65;cursor:wait}.secondary{background:#fff;color:var(--ink);border:1px solid var(--line)}.links{display:flex;flex-direction:column;gap:12px;margin-top:24px;font-size:14px}.status{margin:20px 0;overflow-wrap:anywhere;font-size:14px;min-height:24px}.status.error{padding:12px;background:#fff0f0;color:var(--red);border-left:3px solid var(--red)}.status.success{padding:12px;background:#eef8ed;color:var(--green);border-left:3px solid var(--green)}.footer{border-top:1px solid var(--line);padding:22px 24px;text-align:center;color:var(--muted);font-size:13px}.dashboard{max-width:1000px;padding:40px 24px 72px;margin:auto}.dashboard-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:36px}.dashboard-heading p{margin:0;color:var(--muted)}.account-section{padding:26px 0;border-top:1px solid var(--line)}dl{margin:0;display:grid;grid-template-columns:160px minmax(0,1fr);gap:18px 24px}dt{color:var(--muted);font-size:14px}dd{margin:0;overflow-wrap:anywhere}.verified{display:inline-flex;background:#e9f5e8;color:var(--green);padding:2px 10px;border-radius:4px;font-size:13px}.dashboard .status{max-width:550px}@media(max-width:600px){.auth-main{margin-top:32px}.header-inner{padding:16px}.brand{font-size:21px}.header-link{font-size:12px;max-width:110px;text-align:right}.dashboard-heading{flex-direction:column;gap:18px}.dashboard-heading .secondary{align-self:stretch}dl{grid-template-columns:1fr;gap:5px}dd{margin-bottom:16px}h1{font-size:26px}}
