.profile-page{background:var(--bg);min-height:100vh;padding-top:var(--hdr-height);padding-bottom:60px}.profile-topbar{background:var(--surface);border-bottom:1px solid var(--border2);z-index:50;justify-content:space-between;align-items:center;gap:12px;padding:16px 32px;display:flex;position:sticky;top:0}.profile-topbar-title{font-family:var(--font-display);color:var(--text);font-size:1.1rem;font-weight:700}@media (max-width:640px){.profile-topbar{padding:12px 16px}.profile-topbar-title{font-size:1rem}}.profile-body{max-width:var(--w-max);flex-direction:column;gap:24px;margin:0 auto;padding:40px;display:flex}@media (max-width:640px){.profile-body{padding:20px 14px}}.profile-hero-card{background:var(--surface);border:1px solid var(--border2);border-radius:20px;position:relative;overflow:hidden}.profile-hero-banner{background:linear-gradient(120deg,var(--surface3)0%,var(--bg3)100%);height:90px;position:relative}.profile-hero-banner:after{content:"";background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23c9922a' fill-opacity='0.07'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/svg%3E");position:absolute;inset:0}.profile-hero-inner{flex-wrap:wrap;align-items:flex-end;gap:16px;margin-top:-40px;padding:0 24px 24px;display:flex;position:relative}.profile-avatar-wrap{flex-shrink:0;position:relative}.avatar-ring{background:linear-gradient(135deg,var(--gold3),var(--gold2));border-radius:50%;width:88px;height:88px;padding:3px}.avatar-inner{background:var(--surface3);width:100%;height:100%;font-family:var(--font-display);color:var(--text);border-radius:50%;justify-content:center;align-items:center;font-size:28px;font-weight:800;display:flex}.avatar-cam-btn{background:var(--gold);color:#fff;border:2px solid var(--surface);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;transition:background .18s;display:flex;position:absolute;bottom:2px;right:2px}.avatar-cam-btn:hover{background:var(--gold3)}.profile-hero-info{flex:1;min-width:160px;padding-top:44px}.profile-hero-name{font-family:var(--font-display);color:var(--text);font-size:1.5rem;font-weight:700}.profile-hero-meta{color:var(--text3);margin-top:2px;font-size:.8rem}.profile-hero-badges{flex-wrap:wrap;gap:6px;margin-top:8px;display:flex}.badge{border-radius:999px;padding:3px 10px;font-size:.65rem;font-weight:700}.badge-amber{color:#92400e;background:#fef3c7}.badge-green{color:#166534;background:#dcfce7}.profile-hero-stats{align-items:center;gap:0;margin-left:auto;padding-top:44px;display:flex}.profile-stat-divider{background:var(--border2);width:1px;height:36px;margin:0 16px}.profile-stat-item{text-align:center}.profile-stat-val{font-family:var(--font-display);color:var(--gold);font-size:1.6rem;font-weight:900;line-height:1}.profile-stat-label{text-transform:uppercase;letter-spacing:.08em;color:var(--text3);margin-top:3px;font-size:.6rem;font-weight:700}@media (max-width:600px){.profile-hero-inner{padding:0 16px 20px}.profile-hero-stats{justify-content:center;width:100%;margin-left:0;padding-top:8px}}.profile-tabs-card{background:var(--surface);border:1px solid var(--border2);border-radius:16px;overflow:hidden}.profile-tab-bar{border-bottom:1px solid var(--border2);scrollbar-width:none;padding:0 16px;display:flex;overflow-x:auto}.profile-tab-bar::-webkit-scrollbar{display:none}.profile-tab{font-family:var(--font-body);color:var(--text3);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;padding:14px 18px;font-size:.825rem;font-weight:600;transition:all .15s}.profile-tab:hover{color:var(--text2)}.profile-tab.active{color:var(--gold);border-bottom-color:var(--gold)}.tab-pane{padding:28px}@media (max-width:640px){.tab-pane{padding:20px 16px}}.profile-form-grid{grid-template-columns:1fr 1fr;gap:18px;max-width:100%;display:grid}.col-span-2{grid-column:span 2}@media (max-width:560px){.profile-form-grid{grid-template-columns:1fr}.col-span-2{grid-column:span 1}}.form-label{text-transform:uppercase;letter-spacing:.08em;color:var(--text3);margin-bottom:6px;font-size:.7rem;font-weight:700;display:block}.input-badge{border-radius:999px;padding:2px 8px;font-size:.65rem;font-weight:700;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.input-badge-green{color:#166534;background:#dcfce7}.profile-narrow{flex-direction:column;gap:20px;max-width:440px;display:flex}.danger-zone{border-top:1px solid var(--border2);padding-top:20px}.danger-btn{color:#dc2626;font-family:var(--font-body);cursor:pointer;background:#dc26260d;border:1.5px solid #dc26264d;border-radius:8px;align-items:center;padding:9px 16px;font-size:.8rem;font-weight:600;transition:all .18s;display:inline-flex}.danger-btn:hover{background:#dc26261a;border-color:#dc2626}.progress-stat-grid{grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:20px;display:grid}@media (max-width:600px){.progress-stat-grid{grid-template-columns:repeat(2,1fr)}}.stat-card{background:var(--bg2);border:1px solid var(--border2);text-align:center;cursor:default;border-radius:14px;padding:18px;transition:all .18s;position:relative;overflow:hidden}.stat-card:before{content:"";background:linear-gradient(90deg,var(--gold3),var(--gold2));height:3px;transition:transform .22s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.stat-card:hover{transform:translateY(-2px);box-shadow:0 6px 24px #b482281f}.stat-card:hover:before{transform:scaleX(1)}.stat-card-val{font-family:var(--font-display);color:var(--gold);font-size:2rem;font-weight:900;line-height:1}.stat-card-label{text-transform:uppercase;letter-spacing:.07em;color:var(--text3);margin-top:6px;font-size:.65rem;font-weight:700}.progress-surah-card{background:var(--bg2);border:1px solid var(--border2);border-radius:14px;padding:20px}.surah-progress-row{border-bottom:1px solid var(--border2);align-items:center;gap:12px;padding:10px 0;display:flex}.surah-progress-row:last-child{border-bottom:none}.surah-progress-num{background:var(--surface);border:1px solid var(--border2);width:32px;height:32px;color:var(--text2);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;font-size:.75rem;font-weight:700;display:flex}.progress-bar-track{background:var(--border2);border-radius:999px;height:6px;overflow:hidden}.progress-bar-fill{border-radius:999px;height:100%;transition:width .4s}.achievements-grid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}@media (max-width:700px){.achievements-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:460px){.achievements-grid{grid-column:1fr}}.achievement-card{border:1.5px solid var(--border2);background:var(--surface);border-radius:12px;align-items:center;gap:12px;padding:14px 16px;transition:all .18s;display:flex}.achievement-card:hover{border-color:var(--gold);background:var(--gold-dim)}.achievement-card.locked{opacity:.5}.achievement-icon{background:var(--bg2);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:20px;display:flex}.achievement-label{color:var(--text);font-size:.85rem;font-weight:700}.achievement-desc{color:var(--text3);margin-top:2px;font-size:.72rem}
