@import url("contrast.css");
@import url('./compact-ui.css');
.user-profile-link{display:flex;align-items:center;gap:10px;color:#fff;text-decoration:none;padding:5px 7px;border-radius:11px}.user-profile-link:hover{background:rgba(255,255,255,.09)}.user-avatar{overflow:hidden}.user-avatar img{width:100%;height:100%;object-fit:cover}
.empty-benefits{min-height:390px;border:1px solid var(--line);border-radius:26px;background:linear-gradient(135deg,#fff 0%,#f3f9fd 100%);display:grid;grid-template-columns:minmax(280px,.7fr) minmax(0,1.3fr);overflow:hidden;box-shadow:var(--shadow)}.empty-visual{background:radial-gradient(circle at 30% 20%,rgba(25,167,206,.38),transparent 30%),linear-gradient(145deg,var(--navy-deep),var(--blue));color:#fff;display:grid;place-content:center;text-align:center;gap:10px}.empty-visual span{font-size:5rem;line-height:1;color:#89e3ff}.empty-visual strong{text-transform:uppercase;letter-spacing:.18em}.empty-copy{padding:clamp(30px,5vw,62px);align-self:center}.empty-copy h1{font-size:clamp(2rem,4vw,3.15rem);letter-spacing:-.045em;line-height:1.08;margin:12px 0 16px;max-width:690px}.empty-copy p{color:var(--muted);font-size:1.04rem;max-width:680px}.empty-copy .action-row{margin-top:25px;flex-wrap:wrap}.alternative-section{padding-top:34px}.alternative-section h2{font-size:1.25rem}.alternative-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.alternative-grid>a{display:grid;grid-template-columns:88px 1fr auto;gap:15px;align-items:center;padding:10px;background:#fff;border:1px solid var(--line);border-radius:15px;text-decoration:none;transition:.2s}.alternative-grid>a:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.alternative-grid img{width:88px;height:66px;object-fit:cover;border-radius:10px}.alternative-grid span strong,.alternative-grid span small{display:block}.alternative-grid span small{color:var(--muted)}.alternative-grid b{font-size:1.4rem;color:var(--blue);padding-right:10px}
.profile-page{max-width:1120px}.profile-shell{display:grid;grid-template-columns:320px minmax(0,1fr);gap:22px;margin-top:20px}.profile-summary{background:linear-gradient(150deg,var(--navy-deep),var(--blue));color:#fff;border-radius:24px;padding:36px 25px;text-align:center;align-self:start;box-shadow:var(--shadow)}.profile-avatar-large{width:118px;height:118px;margin:0 auto 20px;border-radius:50%;background:#d8eefe;color:var(--navy);border:5px solid rgba(255,255,255,.7);display:grid;place-items:center;font-size:3rem;font-weight:900;overflow:hidden}.profile-avatar-large img{width:100%;height:100%;object-fit:cover}.profile-summary h1{font-size:1.55rem;line-height:1.15;margin:15px 0 5px}.profile-summary p{color:#d4e8f7;word-break:break-word}.profile-summary small{color:#a9cde7}.profile-form{margin:0}.profile-form>.alert{margin:20px 22px 0}.profile-fields{display:grid;grid-template-columns:1fr 1fr;gap:16px;padding:22px}.profile-fields .span-2{grid-column:1/-1}.profile-fields small{color:var(--muted);font-weight:400}.password-section{border-top:1px solid var(--line);padding-top:18px}.password-section h3{margin:0}.password-section p{margin:3px 0 0;color:var(--muted)}
@media(max-width:800px){.empty-benefits,.profile-shell{grid-template-columns:1fr}.empty-visual{min-height:210px}.alternative-grid{grid-template-columns:1fr}.profile-summary{display:grid;grid-template-columns:auto 1fr;text-align:left;align-items:center;gap:0 20px}.profile-avatar-large{grid-row:1/5;margin:0}.profile-summary .badge{justify-self:start}.profile-summary h1,.profile-summary p{margin:5px 0}}@media(max-width:560px){.profile-fields{grid-template-columns:1fr}.profile-fields .span-2{grid-column:auto}.profile-summary{display:block;text-align:center}.profile-avatar-large{margin:0 auto 18px}.profile-summary .badge{justify-self:center}.alternative-grid>a{grid-template-columns:68px 1fr auto}.alternative-grid img{width:68px;height:58px}.empty-copy{padding:30px 22px}}
