@keyframes neonFadeIn{from{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.user-profile-modal-backdrop{display:none;position:fixed;inset:0;background-color:rgba(0,0,0,.85);justify-content:center;align-items:center;z-index:10000}.user-profile-modal{background:linear-gradient(135deg,#111,#1a1a1a);border:2px solid #f0f;box-shadow:0 0 15px #f0f,0 0 30px #0ff,0 0 40px #ff0;padding:30px;border-radius:14px;animation:neonFadeIn .5s ease-in-out;max-width:500px;color:#fff;position:relative}.user-profile-header{font-family:'Courier New',Courier,monospace;font-size:1.6rem;text-align:center;background:linear-gradient(90deg,red,orange,#ff0,green,#00f,indigo,violet);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:20px}.close-user-profile-button{position:absolute;top:12px;right:20px;font-size:2rem;color:#f0f;text-shadow:0 0 8px #f0f;cursor:pointer}.update-username-submit{margin-top:15px;width:100%;padding:12px;background:linear-gradient(to right,#f0f,#0ff,#ff0);border:none;color:#000;font-weight:700;font-size:1.1rem;cursor:pointer;border-radius:8px;box-shadow:0 0 12px #ff0}.user-profile-patron-section{margin-top:4px;padding:18px 20px;border-radius:16px;background:linear-gradient(135deg,rgba(255,0,255,.16),rgba(0,255,255,.12),rgba(255,255,0,.14));border:1px solid rgba(255,0,255,.35);display:flex;flex-direction:column;gap:14px}.user-profile-patron-heading{margin:0;font-size:1.2rem;font-weight:700;color:#ffe8ff;text-shadow:0 0 14px rgba(255,0,255,.38)}.user-profile-patron-copy-text{margin:0;font-size:.95rem;line-height:1.6;color:#fdf4ff}.user-profile-patron-status{margin:0;font-size:.92rem;line-height:1.5;color:rgba(255,255,255,.88)}.user-profile-patron-actions{display:flex;flex-wrap:wrap;gap:12px}.user-profile-wallet-button--patron{background:linear-gradient(135deg,rgba(255,0,255,.92),rgba(112,124,255,.88),rgba(90,255,210,.9),rgba(248,255,58,.92));color:#090d12;box-shadow:0 12px 28px rgba(255,0,255,.18)}.user-profile-wallet-button--patron:disabled{cursor:not-allowed;opacity:.6;transform:none;box-shadow:none}.user-profile-wallet-button--patron:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 16px 34px rgba(255,0,255,.24)}.user-profile-patron-benefits{margin:0;padding-left:20px;display:grid;gap:10px;color:#f8fbff}.user-profile-patron-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.user-profile-patron-meta-item{padding:12px 14px;border-radius:14px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);display:flex;flex-direction:column;gap:6px}.user-profile-patron-meta-label{font-size:.76rem;letter-spacing:.08em;text-transform:uppercase;color:rgba(255,255,255,.58)}.user-profile-patron-meta-value{font-size:.94rem;color:#fff;word-break:break-word}.new-username-label{font-family:'Courier New',Courier,monospace;font-size:1.3rem;text-align:center;background:linear-gradient(90deg,#f0f,#0ff,#ff0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:10px;display:block;text-shadow:0 0 5px #f0f}