.profile-hero{padding:46px 0 52px;background:linear-gradient(135deg,#f9eee8,#f4e9f1)}.profile-hero-grid{display:grid;grid-template-columns:180px minmax(0,1fr);gap:35px;align-items:center}.profile-avatar{display:grid;width:180px;height:180px;place-items:center;overflow:hidden;border:7px solid rgba(255,255,255,.85);border-radius:50%;background:#b45b8d;color:#fff;font:700 4.2rem Lora,serif;box-shadow:0 15px 42px rgba(91,47,75,.16)}.profile-avatar img{width:100%;height:100%;object-fit:cover}.profile-kicker{display:block;margin-bottom:8px;color:var(--plum);font-size:.75rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.profile-copy h1{margin:0 0 5px;font-size:clamp(2.4rem,5vw,4.5rem)}.profile-realname{margin:0;color:var(--muted)}.profile-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.profile-actions .button-ghost{background:transparent}.profile-layout{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:34px}.profile-card,.profile-side-card{padding:28px;border:1px solid var(--line);border-radius:22px;background:#fff}.profile-card h2,.profile-side-card h2{margin:0 0 18px;font-size:1.55rem}.profile-bio{color:#62575f;line-height:1.8}.profile-bio p:first-child{margin-top:0}.profile-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:24px}.profile-stats div{padding:18px 10px;border-radius:15px;background:var(--cream);text-align:center}.profile-stats strong{display:block;color:var(--plum-dark);font-size:1.25rem}.profile-stats span{color:var(--muted);font-size:.7rem}.profile-sidebar{display:flex;flex-direction:column;gap:18px}.profile-links{display:flex;flex-direction:column}.profile-links a,.profile-links span{padding:11px 0;border-bottom:1px solid var(--line);overflow-wrap:anywhere}.profile-links a{color:var(--plum);font-weight:700}.profile-links small{display:block;color:var(--muted)}.profile-links :last-child{border-bottom:0}.profile-links .contact-item{display:grid;grid-template-columns:34px minmax(0,1fr);gap:11px;align-items:start}.profile-links .contact-body{min-width:0;padding:0;border-bottom:0}.profile-contact-icon{display:block;width:28px;height:28px;margin-top:3px;padding:5px;border:1px solid #ead8e3;border-radius:9px;color:var(--plum);background:#fff7fb;fill:none;stroke:currentColor;stroke-width:1.7}.profile-contact-icon.brand-icon{fill:currentColor;stroke:none}.profile-contact-icon text{font:800 8px DM Sans,sans-serif}.profile-section{padding-top:0}.profile-section-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:24px}.profile-section-heading h2{margin:0}.profile-story-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.profile-story{overflow:hidden;border:1px solid var(--line);border-radius:20px;background:#fff}.profile-story-cover{display:block;aspect-ratio:3/4;overflow:hidden;background:#eee}.profile-story-cover img{width:100%;height:100%;object-fit:cover;transition:transform .35s}.profile-story:hover img{transform:scale(1.035)}.profile-story-body{padding:18px}.profile-story-body h3{margin:5px 0 8px;font:700 1.1rem/1.35 Lora,serif}.profile-story-body p{display:-webkit-box;overflow:hidden;margin:0 0 14px;color:var(--muted);font-size:.82rem;line-height:1.5;-webkit-box-orient:vertical;-webkit-line-clamp:3}.profile-story-meta{display:flex;justify-content:space-between;padding-top:12px;border-top:1px solid var(--line);color:#8d8189;font-size:.7rem}.favorite-authors{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.favorite-author{display:flex;align-items:center;gap:12px;padding:15px;border:1px solid var(--line);border-radius:17px;background:#fff}.favorite-author i,.favorite-author img{display:grid;width:48px;height:48px;flex:0 0 48px;place-items:center;border-radius:50%;object-fit:cover}.favorite-author i{background:#ead9e3;color:var(--plum);font-style:normal;font-weight:800}.favorite-author strong{font-size:.88rem}.profile-empty{grid-column:1/-1;padding:34px;border-radius:18px;background:var(--cream);color:var(--muted);text-align:center}.profile-admin a{color:#9c3e69}.profile-ad{margin-bottom:70px}@media(max-width:900px){.profile-layout{grid-template-columns:1fr}.profile-sidebar{display:grid;grid-template-columns:1fr 1fr}.profile-story-grid{grid-template-columns:repeat(2,1fr)}.favorite-authors{grid-template-columns:repeat(2,1fr)}}@media(max-width:620px){.profile-hero-grid{grid-template-columns:1fr;text-align:center}.profile-avatar{width:140px;height:140px;margin:auto}.profile-actions{justify-content:center}.profile-sidebar{display:flex}.profile-stats{grid-template-columns:repeat(2,1fr)}.profile-story-grid{grid-template-columns:1fr}.favorite-authors{grid-template-columns:1fr}.profile-card,.profile-side-card{padding:20px}}
.profile-contact-logo{display:block;width:28px;height:28px;margin-top:3px;padding:4px;border:1px solid #ead8e3;border-radius:9px;background:#fff7fb;object-fit:contain}

.profile-message-button{gap:9px}.profile-message-button svg{width:18px;height:18px;flex:none;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.profile-favorite-button{gap:9px}.profile-favorite-button svg{width:19px;height:19px;flex:none;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.profile-favorite-button .favorite-star{fill:currentColor;stroke-width:1.1}
