.profile-shell{display:grid;gap:18px}
.profile-hero{display:flex;align-items:center;gap:18px;padding:22px;border:1px solid var(--border,rgba(130,170,210,.16));border-radius:22px;background:linear-gradient(135deg,rgba(14,50,78,.72),rgba(25,23,67,.64));box-shadow:0 18px 48px rgba(0,0,0,.14)}
.profile-avatar-large{width:76px;height:76px;flex:0 0 76px;border-radius:22px;display:grid;place-items:center;font-size:24px;font-weight:950;letter-spacing:.05em;background:linear-gradient(145deg,#0b668f,#087ff5 60%,#7457ff);color:white;box-shadow:0 14px 34px rgba(8,127,245,.24)}
.profile-hero-copy h2{margin:3px 0 7px;font-size:26px}.profile-hero-copy p{margin:0;color:var(--muted,#9eb1c5);line-height:1.5}
.profile-badges{display:flex;flex-wrap:wrap;gap:8px;margin-top:13px}.profile-badge{padding:6px 9px;border-radius:999px;border:1px solid rgba(125,211,252,.18);background:rgba(56,189,248,.08);font-size:11px;font-weight:800;color:var(--text,#eef7ff)}.profile-badge.ok{border-color:rgba(45,212,191,.24);background:rgba(45,212,191,.09)}.profile-badge.warning{border-color:rgba(251,191,36,.24);background:rgba(251,191,36,.09)}
.profile-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.profile-card{min-width:0;padding:20px;border:1px solid var(--border,rgba(130,170,210,.16));border-radius:20px;background:var(--surface,#081522);box-shadow:0 12px 35px rgba(0,0,0,.1)}.profile-card-wide{grid-column:1/-1}
.profile-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.profile-card-head h3{margin:3px 0 0;font-size:19px}.profile-card-icon{width:36px;height:36px;border-radius:12px;display:grid;place-items:center;border:1px solid rgba(125,211,252,.18);background:rgba(56,189,248,.08);font-weight:900}
.profile-help{margin:10px 0 17px;color:var(--muted,#9eb1c5);font-size:13px;line-height:1.55}
.profile-form{display:grid;gap:13px}.profile-form label{display:grid;gap:7px;font-size:12px;font-weight:800;color:var(--text,#eef7ff)}.profile-form input{width:100%;height:46px;border:1px solid var(--border,#20344c);border-radius:12px;background:var(--input,#07111f);color:var(--text,#fff);padding:0 13px;outline:none}.profile-form input:focus{border-color:#38bdf8;box-shadow:0 0 0 3px rgba(56,189,248,.1)}.profile-form input:disabled{opacity:.58;cursor:not-allowed}.profile-form small{color:var(--muted,#9eb1c5);line-height:1.45}
.profile-readonly{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:12px 13px;border:1px solid var(--border,rgba(130,170,210,.16));border-radius:12px;background:rgba(125,211,252,.035)}.profile-readonly span{font-size:11px;color:var(--muted,#9eb1c5)}.profile-readonly strong{font-size:12px;text-align:right;overflow-wrap:anywhere}
.profile-primary-btn,.profile-secondary-btn{min-height:44px;border:0;border-radius:12px;padding:0 16px;font-weight:900;cursor:pointer}.profile-primary-btn{color:white;background:linear-gradient(90deg,#0b668f,#087ff5,#7457ff)}.profile-secondary-btn{color:var(--text,#fff);border:1px solid rgba(56,189,248,.26);background:rgba(56,189,248,.08)}.profile-primary-btn:disabled,.profile-secondary-btn:disabled{opacity:.6;cursor:wait}
.profile-company-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:17px}.profile-company-summary div{padding:12px;border:1px solid var(--border,rgba(130,170,210,.16));border-radius:13px;background:rgba(125,211,252,.035);display:grid;gap:5px}.profile-company-summary span{font-size:10px;color:var(--muted,#9eb1c5);text-transform:uppercase;letter-spacing:.08em}.profile-company-summary strong{font-size:13px;overflow-wrap:anywhere}
.profile-company-form{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-field-wide{grid-column:1/-1}
.profile-loading,.profile-empty{padding:28px;border:1px dashed var(--border,rgba(130,170,210,.2));border-radius:18px;color:var(--muted,#9eb1c5);text-align:center}
[data-theme="light"] .profile-hero{background:linear-gradient(135deg,rgba(224,245,255,.92),rgba(238,235,255,.9))}[data-theme="light"] .profile-card{background:#fff}[data-theme="light"] .profile-form input{background:#f8fbfe;color:#102033}
@media(max-width:900px){.profile-grid{grid-template-columns:1fr}.profile-company-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-card-wide{grid-column:auto}}
@media(max-width:600px){.profile-hero{align-items:flex-start;padding:18px}.profile-avatar-large{width:58px;height:58px;flex-basis:58px;border-radius:17px;font-size:18px}.profile-hero-copy h2{font-size:22px}.profile-company-form{grid-template-columns:1fr}.profile-field-wide{grid-column:auto}.profile-company-summary{grid-template-columns:1fr 1fr}.profile-card{padding:16px}}
