@keyframes neonFadeIn{from{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.user-profile-modal-backdrop{display:none;position:fixed;inset:0;box-sizing:border-box;width:100%;height:100vh;min-height:100vh;padding:clamp(12px,3vh,28px) clamp(12px,4vw,32px);background-color:rgba(0,0,0,.85);justify-content:center;align-items:flex-start;overflow-x:hidden;overflow-y:auto;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;box-sizing:border-box;width:min(100%,560px);max-width:100%;max-height:calc(100vh - 24px);overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;padding:clamp(20px,4vw,30px);border-radius:14px;animation:neonFadeIn .5s ease-in-out;color:#fff;position:relative}.user-profile-modal-content{min-width:0}#update-username-form{display:flex;flex-direction:column;gap:14px;min-width:0}.user-profile-header{font-family:'Courier New',Courier,monospace;font-size:1.6rem;line-height:1.18;text-align:center;background:linear-gradient(90deg,red,orange,#ff0,green,#00f,indigo,violet);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin:0}.close-user-profile-button{position:absolute;top:clamp(8px,2vw,12px);right:clamp(10px,3vw,20px);display:grid;place-items:center;width:42px;height:42px;font-size:2rem;line-height:1;color:#f0f;text-shadow:0 0 8px #f0f;cursor:pointer}.user-profile-modal .form-group{min-width:0;margin:0}.user-profile-modal input[type=text]{box-sizing:border-box;width:100%;max-width:100%;min-width:0}.update-username-submit{width:100%;max-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-home{min-width:0}.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-section,.user-profile-wallet-details,.user-profile-wallet-flow-content,.user-profile-wallet-section{box-sizing:border-box;max-width:100%;min-width:0}.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}.user-profile-wallet-detail__value{overflow-wrap:anywhere;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}@supports (height:100dvh){.user-profile-modal-backdrop{height:100dvh;min-height:100dvh}.user-profile-modal{max-height:calc(100dvh - 24px)}}@media (min-height:820px){.user-profile-modal-backdrop{align-items:center}}@media (max-width:640px){.user-profile-modal-backdrop{padding:10px;align-items:flex-start}.user-profile-modal{width:100%;max-height:calc(100vh - 20px);padding:22px 14px 16px;border-radius:12px}.user-profile-header{padding-inline:34px;font-size:clamp(1.18rem, 6vw, 1.42rem)}.new-username-label{font-size:1rem}.update-username-submit,.user-profile-wallet-button{min-height:44px;padding:10px 12px;font-size:.95rem}.user-profile-patron-section,.user-profile-wallet-flow-content,.user-profile-wallet-section{padding:14px;border-radius:12px;gap:12px}.user-profile-patron-heading,.user-profile-wallet-flow-title,.user-profile-wallet-heading{font-size:1.08rem;line-height:1.25;text-align:left}.user-profile-patron-copy-text,.user-profile-patron-status,.user-profile-wallet-copy,.user-profile-wallet-detail__hint,.user-profile-wallet-flow-subtitle{font-size:.9rem;line-height:1.48}.user-profile-patron-meta{grid-template-columns:1fr}.user-profile-patron-actions,.user-profile-wallet-actions,.user-profile-wallet-flow-actions{flex-direction:column;align-items:stretch}.user-profile-wallet-button{flex:1 1 auto;width:100%}.user-profile-wallet-details{padding:12px;border-radius:12px}.user-profile-wallet-detail__label{font-size:.68rem}.user-profile-wallet-detail__value{padding:8px;font-size:.78rem}.user-profile-wallet-back{padding:8px 12px;font-size:.86rem}}@supports (height:100dvh){@media (max-width:640px){.user-profile-modal{max-height:calc(100dvh - 20px)}}}@media (max-width:380px){.user-profile-modal{padding:18px 10px 12px}.close-user-profile-button{right:6px}.user-profile-header{padding-inline:30px;font-size:1.08rem}.user-profile-patron-section,.user-profile-wallet-flow-content,.user-profile-wallet-section{padding:12px}.user-profile-wallet-detail__value{font-size:.72rem}}