@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@400;500;600;700;800&display=swap');:root{--ink:#0d1b2d;--muted:#667085;--line:#e5e9ef;--orange:#ff5b2e;--bg:#f5f7fa}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font:14px "Be Vietnam Pro",sans-serif}header{height:72px;background:#fff;border-bottom:1px solid var(--line);padding:0 max(20px,calc((100% - 1160px)/2));display:flex;align-items:center;justify-content:space-between}header>a{color:#475467;text-decoration:none;font-size:12px;font-weight:700}.brand{display:flex;align-items:center;gap:10px!important;color:var(--ink)!important}.brand b{width:42px;height:42px;display:grid;place-items:center;border-radius:14px;background:linear-gradient(135deg,var(--orange),#ff9500);color:#fff}.brand span{display:grid}.brand small{color:#98a2b3;font-size:9px;letter-spacing:.1em;text-transform:uppercase}.auth-shell,.register-shell,.profile-shell{width:min(1160px,calc(100% - 28px));margin:34px auto;display:grid;grid-template-columns:1.15fr .85fr;gap:24px}.auth-picture{min-height:650px;padding:52px;border-radius:28px;color:#fff;background:linear-gradient(90deg,rgba(5,18,35,.95),rgba(5,18,35,.4)),url('assets/hnlocal-hanoi-hero.png') center/cover;display:flex;flex-direction:column;justify-content:flex-end}.auth-picture span,.eyebrow{font-size:10px;font-weight:800;letter-spacing:.15em;color:var(--orange)}.auth-picture h1{font-size:52px;line-height:1.08;letter-spacing:-.045em;max-width:650px;margin:16px 0}.auth-picture p{color:#d0d5dd;font-size:15px;line-height:1.7;max-width:580px}.auth-box{background:#fff;border:1px solid var(--line);border-radius:24px;padding:38px;box-shadow:0 18px 50px rgba(16,24,40,.07);align-self:center}.auth-box h1,.auth-box h2{font-size:30px;letter-spacing:-.035em;margin:9px 0}.auth-box>p{color:var(--muted);line-height:1.6;margin-bottom:25px}form{display:grid;gap:16px}label{display:grid;gap:8px;font-size:12px;font-weight:700;color:#344054}input{padding:13px 14px;border:1px solid var(--line);border-radius:11px;outline:none;font:inherit}input:focus{border-color:var(--orange);box-shadow:0 0 0 4px #ff5b2e16}button{border:0;border-radius:11px;padding:13px 16px;background:linear-gradient(135deg,var(--orange),#ff8547);color:#fff;font:inherit;font-weight:750;cursor:pointer;display:flex;justify-content:space-between}.switch{text-align:center;color:var(--muted);font-size:12px}.switch a{color:var(--orange);font-weight:700}.partner{display:block;text-align:center;color:#475467;font-size:11px;margin-top:18px}.register-shell{grid-template-columns:.8fr 1.2fr;align-items:start;padding-top:50px}.register-shell>section{padding:32px}.register-shell>section h1{font-size:44px;line-height:1.1;letter-spacing:-.04em}.register-shell>section p{color:var(--muted);line-height:1.7}.type-picker{display:grid;gap:10px;margin-top:30px}.type-picker button{background:#fff;color:var(--ink);border:2px solid var(--line);display:grid;text-align:left}.type-picker button.active{border-color:var(--orange);background:#fff5f1}.type-picker span{font-size:10px;color:var(--muted);margin-top:4px}.consent{display:flex;grid-template-columns:auto 1fr;align-items:start;font-weight:500;line-height:1.5}.consent input{margin-top:2px}.profile-shell{grid-template-columns:280px 1fr;align-items:start}.profile-shell aside{background:var(--ink);color:#fff;border-radius:22px;padding:28px;display:grid;justify-items:start}.profile-shell aside #avatar{width:64px;height:64px;border-radius:20px;background:linear-gradient(135deg,var(--orange),#ff9500);display:grid;place-items:center;font-size:20px;font-weight:800}.profile-shell aside h2{margin:18px 0 3px}.profile-shell aside p{color:#98a2b3;font-size:11px}.profile-shell aside a{margin:25px 0;color:#fff;text-decoration:none}.secondary{width:100%;background:#ffffff14}.profile-card{align-self:start}.two{display:grid;grid-template-columns:1fr 1fr;gap:15px}fieldset{border:1px solid var(--line);border-radius:12px;display:flex;gap:18px;flex-wrap:wrap}fieldset legend{font-size:11px;font-weight:700}fieldset label{display:flex;align-items:center;gap:6px}fieldset input{width:auto}#toast{position:fixed;bottom:25px;left:50%;transform:translate(-50%,20px);opacity:0;background:var(--ink);color:#fff;padding:12px 18px;border-radius:999px;transition:.2s}#toast.show{opacity:1;transform:translate(-50%,0)}@media(max-width:760px){.auth-shell,.register-shell,.profile-shell{grid-template-columns:1fr}.auth-picture{min-height:440px;padding:28px}.auth-picture h1,.register-shell>section h1{font-size:35px}.auth-box{padding:24px}.register-shell{padding-top:0}.register-shell>section{padding:18px}.two{grid-template-columns:1fr}}
