html,body{overflow:hidden}.prof-shell{position:relative;z-index:2;height:100vh;display:flex;flex-direction:column;align-items:center;padding:2rem 1.5rem;gap:1rem;max-width:680px;margin:0 auto;overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--gold-dim) transparent}.prof-shell::-webkit-scrollbar{width:5px}.prof-shell::-webkit-scrollbar-thumb{background:var(--gold-dim);border-radius:3px}.prof-page-header{width:100%;display:flex;align-items:center;gap:.75rem;flex-shrink:0}.prof-back-btn{font-size:.75rem;padding:.3rem .8rem;flex-shrink:0;width:90px}.prof-page-title-wrap{flex:1;display:flex;align-items:center;justify-content:center;gap:.55rem}.prof-page-emblem{font-size:1.1rem;color:var(--gold);text-shadow:0 0 18px rgba(201,168,76,.5)}.prof-page-title{font-family:Cinzel,serif;font-weight:900;font-size:clamp(1.3rem,4vw,1.9rem);letter-spacing:.06em;color:var(--gold-light);text-shadow:0 0 30px rgba(201,168,76,.4),0 2px 4px rgba(0,0,0,.9)}.prof-card{width:100%;display:flex;align-items:center;gap:1.1rem;background:var(--panel-bg);border:1px solid var(--border-gold);border-radius:8px;padding:1rem 1.3rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex-shrink:0}.prof-avatar{font-size:2.2rem;width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle,rgba(201,168,76,.15) 0%,transparent 70%);border:1px solid var(--border-gold);border-radius:50%;flex-shrink:0}.prof-username{font-family:Cinzel,serif;font-size:1.1rem;font-weight:700;color:var(--gold-light);letter-spacing:.04em;margin-bottom:.2rem}.prof-since{font-size:.72rem;color:var(--text-muted)}.prof-section{width:100%;background:var(--panel-bg);border:1px solid var(--border-gold);border-radius:8px;padding:1rem 1.3rem 1.1rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex-shrink:0}.prof-section-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid var(--border)}.prof-section-icon{font-size:.9rem}.prof-section-title{font-family:Cinzel,serif;font-size:.82rem;font-weight:600;color:var(--gold);letter-spacing:.06em;text-transform:uppercase}.prof-section-desc{font-size:.73rem;color:var(--text-muted);line-height:1.5;margin-bottom:.1rem}.prof-stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.6rem}.prof-stat-box{background:#0a080399;border:1px solid var(--border);border-radius:6px;padding:.75rem .5rem;text-align:center}.prof-stat-value{font-family:Cinzel,serif;font-size:1.5rem;font-weight:700;color:var(--gold);line-height:1;margin-bottom:.3rem}.prof-stat-label{font-size:.65rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.prof-pref-grid{display:flex;flex-direction:column;gap:.75rem}.prof-pref-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.5rem 0;border-bottom:1px solid rgba(74,56,32,.3)}.prof-pref-row:last-child{border-bottom:none}.prof-pref-label{display:flex;flex-direction:column;gap:.15rem;flex:1}.prof-pref-name{font-size:.8rem;color:var(--text)}.prof-pref-sub{font-size:.65rem;color:var(--text-muted)}.prof-btn-group{display:flex;gap:.3rem;flex-shrink:0}.prof-subsection-title{font-family:Cinzel,serif;font-size:.75rem;font-weight:600;color:var(--text-muted);letter-spacing:.05em;text-transform:uppercase;margin-bottom:.1rem}.prof-current-val{font-size:.72rem;color:#666;margin-bottom:.1rem}.prof-form-note{font-size:.67rem;color:#555;margin-top:.35rem}.prof-action-row{display:flex;align-items:center;gap:.75rem;margin-top:.65rem}.prof-inline-msg{font-size:.75rem;transition:color .2s}.prof-inline-msg.success{color:#4c4}.prof-inline-msg.error{color:#f44}@media (max-width: 500px){.prof-shell{padding:1.5rem 1rem}.prof-stats-grid{grid-template-columns:repeat(3,1fr)}.prof-pref-row{flex-direction:column;align-items:flex-start;gap:.4rem}.prof-page-title{font-size:1.2rem}}
