.profile-shell{padding:2.5rem 1rem 4rem;position:relative;overflow:hidden}.profile-shell__glow{filter:blur(72px);pointer-events:none;border-radius:9999px;position:absolute}.profile-shell__glow--left{background:#10b9811f;width:17rem;height:17rem;top:3rem;left:50%;transform:translate(-145%)}.profile-shell__glow--right{background:#3b82f614;width:18rem;height:18rem;top:8rem;right:50%;transform:translate(150%)}.profile-layout{z-index:1;max-width:76rem;margin:0 auto;position:relative}.profile-card{background:color-mix(in srgb, var(--color-surface) 92%, transparent);border:1px solid var(--color-border);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-radius:2rem;padding:1.5rem;box-shadow:0 30px 80px #00000024}.profile-hero{gap:1.5rem;display:grid}.profile-hero__main{flex-direction:column;gap:1rem;display:flex}.profile-avatar{object-fit:cover;border:2px solid var(--color-border-mid);border-radius:50%;width:6.5rem;height:6.5rem;box-shadow:0 16px 36px #0000002e}.profile-meta__eyebrow{text-transform:uppercase;letter-spacing:.3em;background:var(--surface-muted);border:1px solid var(--color-border);color:var(--color-text-muted);border-radius:9999px;align-items:center;padding:.35rem .75rem;font-size:.6875rem;display:inline-flex}.profile-meta__title{letter-spacing:-.04em;margin:1rem 0 0;font-size:clamp(2rem,4vw,3rem);line-height:1.05}.profile-meta__bio{max-width:38rem;color:var(--color-text-muted);margin:.9rem 0 0;font-size:1rem;line-height:1.8}.profile-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem;display:grid}.profile-details{gap:.8rem;margin-top:1rem;display:grid}.profile-detail{flex-wrap:wrap;align-items:baseline;gap:.45rem;display:flex}.profile-detail__label{text-transform:uppercase;letter-spacing:.14em;color:var(--color-text-muted);font-size:.82rem}.profile-detail__value{color:var(--color-text);font-size:.95rem;font-weight:600}.profile-links{flex-wrap:wrap;gap:.75rem;margin-top:1.25rem;display:flex}.profile-link-chip{background:linear-gradient(135deg,#0f172af5 0%,#1e293beb 100%);border:1px solid #94a3b838;border-radius:1rem;flex-direction:column;gap:.15rem;min-width:9rem;padding:.9rem 1rem;text-decoration:none;transition:transform .18s,box-shadow .18s;display:inline-flex;box-shadow:0 16px 36px #0f172a2e}.profile-link-chip:hover{transform:translateY(-2px);box-shadow:0 22px 40px #0f172a3d}.profile-link-chip__label{letter-spacing:.08em;text-transform:uppercase;color:#e2e8f0eb;font-size:.82rem;font-weight:700}.profile-link-chip__url{color:#94a3b8f5;font-size:.9rem}.profile-stat{background:var(--surface-muted);border:1px solid var(--color-border);border-radius:1.35rem;padding:1rem}.profile-stat__value{letter-spacing:-.03em;font-size:1.35rem;font-weight:700;display:block}.profile-stat__label{color:var(--color-text-muted);margin-top:.35rem;font-size:.85rem}.profile-actions{align-items:flex-start;display:flex}.profile-edit-btn{color:#fff;background:linear-gradient(135deg,#0f172a 0%,#334155 100%);border:none;border-radius:1rem;justify-content:center;align-items:center;padding:.9rem 1.15rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:transform .18s,opacity .18s;display:inline-flex;box-shadow:0 18px 40px #0f172a2e}.profile-edit-btn:hover{transform:translateY(-1px)}.profile-gallery{margin-top:2rem}.profile-gallery__header{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.profile-gallery__title{margin:0;font-size:1.25rem}.profile-gallery__subtitle{color:var(--color-text-muted);margin:.35rem 0 0;font-size:.92rem}.profile-gallery__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.profile-gallery__link{background:var(--surface-muted);border:1px solid var(--color-border);border-radius:1.5rem;text-decoration:none;transition:transform .18s,box-shadow .18s;display:block;overflow:hidden}.profile-gallery__link:hover{transform:translateY(-3px);box-shadow:0 20px 40px #0000001f}.profile-gallery__image{aspect-ratio:1;object-fit:cover;width:100%;display:block}.profile-gallery__caption{padding:.9rem 1rem 1rem}.profile-gallery__name{color:var(--color-text);margin:0;font-size:.95rem;font-weight:600}.profile-gallery__meta{color:var(--color-text-muted);margin:.35rem 0 0;font-size:.82rem}.profile-empty{text-align:center;background:var(--surface-muted);border:1px dashed var(--color-border-mid);color:var(--color-text-muted);border-radius:1.5rem;padding:2rem}.profile-edit-shell{padding:2.5rem 1rem 4rem;position:relative;overflow:hidden}.profile-edit-layout{z-index:1;max-width:38rem;margin:0 auto;position:relative}.profile-edit-panel{background:color-mix(in srgb, var(--color-surface) 92%, transparent);border:1px solid var(--color-border);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-radius:2rem;padding:1.5rem;box-shadow:0 30px 80px #00000024}.profile-edit-form{flex-direction:column;gap:1.25rem;display:flex}.profile-edit-form__badge{text-transform:uppercase;letter-spacing:.3em;background:var(--surface-muted);border:1px solid var(--color-border);color:var(--color-text-muted);border-radius:9999px;align-items:center;padding:.35rem .75rem;font-size:.6875rem;display:inline-flex}.profile-edit-form__title{margin:1rem 0 0;font-size:2rem;line-height:1.1}.profile-edit-form__subtitle{color:var(--color-text-muted);margin:.5rem 0 0;font-size:.95rem;line-height:1.7}.profile-edit-form__message{border-radius:1rem;padding:.9rem 1rem;font-size:.9rem}.profile-edit-form__message--error{color:#ef4444;background:#ef44441a;border:1px solid #ef44443d}.profile-edit-form__message--success{color:#059669;background:#10b9811a;border:1px solid #10b9813d}.profile-edit-form__field{flex-direction:column;display:flex}.profile-edit-form__grid{gap:1rem;display:grid}.profile-edit-form__avatar-block{align-items:center;gap:1rem;display:grid}.profile-edit-form__avatar-preview{object-fit:cover;border:2px solid var(--color-border-mid);border-radius:50%;width:5.5rem;height:5.5rem;box-shadow:0 16px 36px #0000002e}.profile-edit-form__label{color:var(--color-text-soft);margin-bottom:.5rem;font-size:.92rem;font-weight:500}.profile-edit-form__section{padding-top:.2rem}.profile-edit-form__section-title{letter-spacing:.16em;text-transform:uppercase;color:var(--color-text-muted);margin:0;font-size:.78rem;font-weight:700}.profile-edit-form__section-subtitle{color:var(--color-text-muted);margin:.45rem 0 0;font-size:.92rem;line-height:1.7}.profile-edit-form__input,.profile-edit-form__textarea{box-sizing:border-box;background:var(--surface-muted);border:1px solid var(--color-border);width:100%;color:var(--color-text);border-radius:1rem;outline:none;padding:.95rem 1rem;transition:border-color .18s,background-color .18s,box-shadow .18s}.profile-edit-form__textarea{resize:vertical;min-height:8rem}.profile-edit-form__file{padding:.8rem 1rem}.profile-edit-form__select{appearance:none;background-color:var(--color-surface);color:var(--color-text)}.profile-edit-form__select option{background-color:var(--color-surface);color:var(--color-text)}.profile-edit-form__input::placeholder,.profile-edit-form__textarea::placeholder{color:var(--color-text-muted)}.profile-edit-form__input:focus,.profile-edit-form__textarea:focus{border-color:var(--color-border-mid);box-shadow:0 0 0 4px #10b98114}.profile-edit-form__actions{grid-template-columns:1fr;gap:.85rem;display:grid}.profile-edit-form__link-list{gap:1rem;display:grid}.profile-edit-form__link-empty{background:var(--surface-muted);border:1px dashed var(--color-border-mid);color:var(--color-text-muted);border-radius:1.2rem;padding:1rem}.profile-edit-form__link-card{background:color-mix(in srgb, var(--surface-muted) 88%, transparent);border:1px solid var(--color-border);border-radius:1.4rem;gap:1rem;padding:1rem;display:grid}.profile-edit-form__link-grid{gap:1rem;display:grid}.profile-edit-form__link-add,.profile-edit-form__link-remove{border:1px solid var(--color-border);cursor:pointer;border-radius:1rem;padding:.9rem 1rem;font-size:.92rem;font-weight:600;transition:transform .18s,opacity .18s,border-color .18s}.profile-edit-form__link-add{color:#fff;background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);box-shadow:0 18px 34px #2563eb33}.profile-edit-form__link-remove{color:var(--color-text);background:0 0;justify-self:start}.profile-edit-form__link-add:hover,.profile-edit-form__link-remove:hover{transform:translateY(-1px)}.profile-edit-form__privacy-list{gap:.8rem;display:grid}.profile-edit-form__toggle{background:var(--surface-muted);border:1px solid var(--color-border);color:var(--color-text);border-radius:1rem;align-items:center;gap:.75rem;padding:.95rem 1rem;display:flex}.profile-edit-form__toggle input{accent-color:#10b981;width:1rem;height:1rem}.profile-edit-form__cancel,.profile-edit-form__submit{border:none;border-radius:1rem;padding:.95rem 1rem;font-size:.95rem;font-weight:600;transition:transform .18s,opacity .18s}.profile-edit-form__cancel{background:var(--surface-muted);border:1px solid var(--color-border);color:var(--color-text);justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.profile-edit-form__submit{color:#fff;cursor:pointer;background:linear-gradient(135deg,#10b981 0%,#059669 100%);width:100%;box-shadow:0 20px 40px #10b98138}.profile-edit-form__cancel:hover,.profile-edit-form__submit:hover:not(:disabled){transform:translateY(-1px)}.profile-edit-form__submit:disabled{cursor:not-allowed;opacity:.6}@media (min-width:640px){.profile-shell,.profile-edit-shell{padding:2.5rem 1.5rem 4rem}.profile-card,.profile-edit-panel{padding:2rem}.profile-edit-form__avatar-block{grid-template-columns:auto 1fr}.profile-edit-form__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-edit-form__link-grid,.profile-edit-form__actions{grid-template-columns:.8fr 1.2fr}}@media (min-width:768px){.profile-gallery__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:1024px){.profile-hero{grid-template-columns:1fr auto;align-items:start}.profile-hero__main{grid-template-columns:auto 1fr;align-items:center;gap:1.5rem;display:grid}}
