.profile-dash{min-height:calc(100vh - var(--header-sticky-height));padding:2rem 0 4rem;background:var(--color-bg);font-family:var(--font-sans)}.profile-dash__shell{max-width:920px;margin:0 auto;padding:0 20px}@media (min-width: 768px){.profile-dash__shell{padding:0 28px}}.profile-dash__skeleton{background:var(--color-bg-elevated);border:1px solid var(--color-border);border-radius:var(--radius-card);padding:3rem 2rem;display:flex;flex-direction:column;align-items:center;gap:1rem;box-shadow:var(--shadow-soft)}.profile-dash__sk-avatar{width:120px;height:120px;border-radius:50%;background:linear-gradient(90deg,var(--color-border),#ececec,var(--color-border));background-size:200% 100%;animation:profile-dash-shimmer 1.2s ease-in-out infinite}.profile-dash__sk-line{height:14px;border-radius:6px;background:linear-gradient(90deg,var(--color-border),#ececec,var(--color-border));background-size:200% 100%;animation:profile-dash-shimmer 1.2s ease-in-out infinite}.profile-dash__sk-line.lg{width:200px}.profile-dash__sk-line.sm{width:140px}@keyframes profile-dash-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.profile-dash__error{text-align:center;padding:3rem 1.5rem;border-radius:var(--radius-card);border:1px solid var(--color-border);background:var(--color-bg-elevated)}.profile-dash__error p{margin:0 0 1.25rem;color:var(--color-text-muted)}.profile-dash__grid{display:flex;flex-direction:column;gap:1.75rem}.profile-dash__hero{display:grid;gap:1.75rem;padding:2rem 1.5rem;border-radius:var(--radius-card);background:var(--color-bg-elevated);border:1px solid var(--color-border);box-shadow:var(--shadow-soft)}@media (min-width: 720px){.profile-dash__hero{grid-template-columns:auto 1fr;align-items:center;padding:2.25rem 2.5rem;gap:2.5rem}}.profile-dash__hero-visual{position:relative;justify-self:center}.profile-dash__hero-pattern{position:absolute;inset:-12px;border-radius:50%;background:radial-gradient(circle at 30% 30%,var(--color-accent-soft),transparent 55%),repeating-linear-gradient(-12deg,transparent,transparent 6px,rgba(18,18,18,.03) 6px,rgba(18,18,18,.03) 7px);z-index:0}.profile-dash__hero-avatar{position:relative;z-index:1;width:120px;height:120px;border-radius:50%;object-fit:cover;border:4px solid var(--color-bg-elevated);box-shadow:var(--shadow-soft)}@media (min-width: 720px){.profile-dash__hero-avatar{width:140px;height:140px}}.profile-dash__badge{position:absolute;z-index:2;bottom:4px;right:-4px;padding:4px 12px;border-radius:var(--radius-pill);font-size:.6875rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;background:var(--color-text);color:#faf9f7;border:3px solid var(--color-bg-elevated)}.profile-dash__badge--superadmin{background:var(--color-accent)}.profile-dash__badge--author{background:#1a3a2f}.profile-dash__badge--user{background:#2a2a2a}.profile-dash__hero-copy{text-align:center}@media (min-width: 720px){.profile-dash__hero-copy{text-align:left}}.profile-dash__name{font-family:var(--font-serif);font-size:clamp(1.75rem,4vw,2.35rem);font-weight:800;letter-spacing:-.03em;margin:0 0 .35rem;line-height:1.15}.profile-dash__email{margin:0 0 1.25rem;color:var(--color-text-muted);font-size:.9375rem}.profile-dash__btn-outline{font-family:var(--font-sans);font-weight:600;font-size:.875rem;padding:10px 22px;border-radius:var(--radius-pill);border:1px solid var(--color-text);background:transparent;color:var(--color-text);cursor:pointer;transition:background .2s ease,color .2s ease}.profile-dash__btn-outline:hover{background:var(--color-text);color:var(--color-bg-elevated)}.profile-dash__cards{display:grid;gap:1.25rem}@media (min-width: 720px){.profile-dash__cards{grid-template-columns:1fr 1fr}}.profile-dash__pending-notice{grid-column:1 / -1;margin:0;padding:1rem 1.25rem;border-radius:var(--radius-card);border:1px solid var(--color-rule);background:var(--color-bg-elevated);font-size:.9375rem;line-height:1.55;color:var(--color-text);box-shadow:var(--shadow-soft)}.profile-dash__pending-notice strong{display:block;margin-bottom:.35rem;font-family:var(--font-sans);font-weight:700}.profile-dash__card{padding:1.5rem 1.35rem;border-radius:var(--radius-card);background:var(--color-bg-elevated);border:1px solid var(--color-border);box-shadow:0 1px 3px #1212120d;transition:box-shadow .25s ease}.profile-dash__card:hover{box-shadow:var(--shadow-hover)}.profile-dash__card-title{font-family:var(--font-display);font-size:1.05rem;font-weight:700;margin:0 0 .75rem;letter-spacing:-.02em}.profile-dash__bio{margin:0;font-size:.9375rem;line-height:1.65;color:var(--color-text-muted)}.profile-dash__stats{display:flex;gap:2rem}.profile-dash__stats>div{display:flex;flex-direction:column;gap:.25rem}.profile-dash__stat-num{font-family:var(--font-serif);font-size:1.75rem;font-weight:800}.profile-dash__stat-label{font-size:.6875rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-muted)}.profile-dash__cta{grid-column:1 / -1;display:flex;flex-direction:column;gap:1rem;padding:1.5rem 1.35rem;border-radius:var(--radius-card);border:1px dashed var(--color-border);background:linear-gradient(135deg,var(--color-bg-elevated),rgba(196,30,58,.04))}@media (min-width: 640px){.profile-dash__cta{flex-direction:row;align-items:center;justify-content:space-between}}.profile-dash__cta-title{font-family:var(--font-serif);font-size:1.2rem;margin:0 0 .35rem}.profile-dash__cta-desc{margin:0;font-size:.9rem;color:var(--color-text-muted);max-width:420px;line-height:1.5}.profile-dash__btn-cta{display:inline-flex;align-items:center;justify-content:center;padding:12px 28px;border-radius:var(--radius-pill);background:var(--color-text);color:var(--color-bg-elevated);font-weight:700;font-size:.875rem;text-decoration:none;white-space:nowrap;transition:transform .2s ease,background .2s ease}.profile-dash__btn-cta:hover{background:var(--color-accent);transform:translateY(-2px)}.profile-dash__edit-wrap{border-radius:var(--radius-card);border:1px solid var(--color-border);background:var(--color-bg-elevated);box-shadow:var(--shadow-soft);padding:2rem 1.5rem}@media (min-width: 640px){.profile-dash__edit-wrap{padding:2.5rem 2.25rem}}.profile-dash__form{display:flex;flex-direction:column;gap:1.35rem}.profile-dash__form-head{margin-bottom:.25rem}.profile-dash__form-title{font-family:var(--font-display);font-size:1.5rem;margin:0 0 .35rem}.profile-dash__form-sub{margin:0;color:var(--color-text-muted);font-size:.9rem}.profile-dash__upload{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.5rem;padding-bottom:.5rem}.profile-dash__upload-preview{position:relative;width:112px;height:112px}.profile-dash__upload-preview img{width:100%;height:100%;border-radius:50%;object-fit:cover;border:3px solid var(--color-border)}.profile-dash__upload-hit{position:absolute;inset:0;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#1212128c;color:#fff;font-size:.75rem;font-weight:700;opacity:0;cursor:pointer;transition:opacity .2s ease}.profile-dash__upload-preview:hover .profile-dash__upload-hit{opacity:1}.profile-dash__upload-hint{margin:0;font-size:.75rem;color:var(--color-text-muted)}.profile-dash__upload-msg{margin:0;font-size:.8125rem;font-weight:600}.profile-dash__upload-msg--success{color:#1a7f4c}.profile-dash__upload-msg--error{color:var(--color-accent)}.profile-dash__upload-msg--processing{color:var(--color-text-muted)}.profile-dash__field{display:flex;flex-direction:column;gap:.45rem}.profile-dash__field span{font-size:.8125rem;font-weight:700;letter-spacing:.02em}.profile-dash__field input,.profile-dash__field textarea{font-family:var(--font-sans);font-size:1rem;padding:12px 14px;border-radius:10px;border:1px solid var(--color-border);background:var(--color-bg);transition:border-color .2s ease,box-shadow .2s ease}.profile-dash__field input:focus,.profile-dash__field textarea:focus{outline:none;border-color:var(--color-text);box-shadow:0 0 0 3px #1212120f}.profile-dash__form-error{margin:0;font-size:.875rem;color:var(--color-accent);font-weight:600}.profile-dash__form-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.75rem;margin-top:.5rem}.profile-dash__btn-ghost{font-family:var(--font-sans);font-weight:600;padding:11px 22px;border-radius:var(--radius-pill);border:1px solid var(--color-border);background:var(--color-bg);color:var(--color-text-muted);cursor:pointer}.profile-dash__btn-ghost:hover{border-color:var(--color-text);color:var(--color-text)}.profile-dash__btn-primary{font-family:var(--font-sans);font-weight:700;padding:11px 26px;border-radius:var(--radius-pill);border:none;background:var(--color-text);color:var(--color-bg-elevated);cursor:pointer}.profile-dash__btn-primary:hover:not(:disabled){background:var(--color-accent)}.profile-dash__btn-primary:disabled{opacity:.65;cursor:not-allowed}
