:root{--ink:#102b35;--muted:#607178;--green:#0e927f;--dark:#087061;--line:#d7e4e0;--soft:#eef8f5;--danger:#b64343;--shadow:0 18px 52px rgba(16,43,53,.09)}
*{box-sizing:border-box}body{margin:0;background:#f5f8f7;color:var(--ink);font-family:Inter,system-ui,sans-serif}button,input,textarea{font:inherit}
.profile-topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 4vw;background:#fff;border-bottom:1px solid var(--line)}.profile-topbar a{color:var(--ink);font-weight:900;text-decoration:none}
.profile-shell{max-width:1250px;margin:auto;padding:clamp(18px,4vw,48px)}.profile-shell.narrow{max-width:760px;min-height:100vh;display:grid;align-items:center}
.profile-card,.profile-hero{border:1px solid var(--line);border-radius:26px;background:#fff;box-shadow:var(--shadow)}.profile-card{padding:clamp(22px,4vw,38px)}.profile-hero{display:flex;align-items:center;gap:24px;padding:clamp(24px,4vw,42px);margin-bottom:22px;background:linear-gradient(135deg,#fff,#eaf7f3)}
.profile-brand{display:flex;align-items:center;gap:12px;margin-bottom:28px}.profile-brand span,.avatar{display:grid;place-items:center;background:var(--green);color:#fff;font-weight:900}.profile-brand span{width:52px;height:52px;border-radius:17px}.avatar{width:86px;height:86px;border-radius:27px;font-size:31px;flex:0 0 auto}
.eyebrow{color:var(--dark);font-size:12px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.profile-card h1,.profile-hero h1{margin:7px 0 10px;font-size:clamp(38px,5vw,64px);line-height:.98;letter-spacing:-.05em}.profile-card h2{margin:5px 0 18px}.lead,.profile-hero p,.danger-zone p{color:var(--muted)}
.profile-layout{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(300px,.75fr);gap:22px;align-items:start}.profile-side{display:grid;gap:22px}.section-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}
label{display:grid;gap:8px;margin-bottom:16px;font-weight:800}input,textarea{width:100%;min-height:53px;padding:13px 15px;border:1px solid #cbdad6;border-radius:15px;background:#fff;color:var(--ink);outline:none}textarea{resize:vertical}input:focus,textarea:focus{border-color:var(--green);box-shadow:0 0 0 4px rgba(14,146,127,.12)}input:disabled{background:#f2f5f4;color:#7b8b90}
.primary,.ghost,.danger{min-height:48px;padding:0 17px;border-radius:14px;font-weight:900;cursor:pointer}.primary{border:1px solid var(--green);background:var(--green);color:#fff}.ghost{border:1px solid var(--line);background:#fff;color:var(--ink)}.danger{border:1px solid #efcaca;background:#fff5f5;color:var(--danger)}.full{width:100%}.danger-zone{border-color:#efcaca}.danger-text{color:var(--danger)}.status{min-height:24px;color:var(--muted)}.toast{position:fixed;right:18px;bottom:18px;z-index:90;padding:14px 17px;border-radius:14px;background:#102b35;color:#fff;opacity:0;transform:translateY(10px);transition:.2s}.toast.show{opacity:1;transform:none}
@media(max-width:820px){.profile-layout{grid-template-columns:1fr}}@media(max-width:620px){.profile-shell{padding:14px}.profile-card,.profile-hero{border-radius:21px;padding:20px}.grid{grid-template-columns:1fr}.profile-hero{align-items:flex-start}.avatar{width:68px;height:68px;border-radius:22px}.profile-topbar strong{display:none}}
