.user-dashboard.hidden{display:none!important}.user-dashboard-loading{display:grid;grid-column:1 / -1;min-height:100vh;place-items:center;gap:.75rem;color:var(--text-muted);font-weight:900;text-align:center}.user-dashboard-loading span{width:2.75rem;height:2.75rem;border:.25rem solid var(--brand-surface-soft);border-top-color:var(--brand-primary);border-radius:999px;animation:dashboard-spinner .8s linear infinite}.user-dashboard-loading.is-error{align-content:center}.user-dashboard-loading p{margin:0;color:var(--text-muted)}@keyframes dashboard-spinner{to{transform:rotate(360deg)}}.user-dashboard{display:grid;min-height:100vh;grid-template-columns:16.5rem minmax(0,1fr);background:var(--gradient-dashboard-page);color:var(--text-strong)}.user-dashboard-drawer-overlay,.user-dashboard-menu-toggle,.user-dashboard-drawer-close{display:none}.user-dashboard-sidebar{position:sticky;top:0;display:flex;height:100vh;flex-direction:column;border-right:1px solid var(--color-line);background:var(--gradient-dashboard-sidebar);padding:1.1rem}.user-dashboard-sidebar-brand{display:flex;align-items:center;justify-content:center;gap:1rem;padding:.4rem 0 1.45rem}.user-dashboard-sidebar-section{display:grid;gap:.65rem}.user-dashboard-sidebar-section p{color:var(--text-muted-strong);font-size:.75rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.user-dashboard-sidebar-nav{display:grid;gap:.45rem}.user-dashboard-sidebar-link{display:flex;min-height:3.05rem;align-items:center;gap:.75rem;border:1px solid transparent;border-radius:.55rem;padding:0 .85rem;color:var(--text-muted-strong);font-size:.9rem;font-weight:900;text-align:left;transition:border-color .18s ease,background .18s ease,color .18s ease,transform .18s ease}.user-dashboard-sidebar-link:hover,.user-dashboard-sidebar-link.is-active{border-color:var(--brand-border-soft);background:var(--surface-white-raised);color:var(--text-strong);transform:translate(2px)}.user-dashboard-sidebar-link.is-active{box-shadow:inset 4px 0 0 var(--color-brand)}.user-dashboard-sidebar-link .support-icon-svg{width:1.15rem;height:1.15rem;color:var(--color-brand)}.user-dashboard-sidebar-footer{display:grid;gap:.75rem;margin-top:auto;border-top:1px solid var(--border-soft);padding-top:.9rem}.user-dashboard-sidebar-copy{display:grid;gap:.55rem;padding:0 .25rem;justify-items:center;text-align:center}.user-dashboard-sidebar-copy p{margin:0;color:var(--text-muted);font-size:.72rem;font-weight:750;line-height:1.45;overflow-wrap:normal}.user-dashboard-sidebar-social{display:flex;align-items:center;justify-content:center;gap:.55rem}.user-dashboard-sidebar-social a{display:inline-flex;width:1.85rem;height:1.85rem;align-items:center;justify-content:center;border-radius:999px;transition:filter .16s ease,transform .16s ease}.user-dashboard-sidebar-social a:hover{filter:brightness(1.07);transform:translateY(-1px)}.user-dashboard-sidebar-social img{width:1.55rem;height:1.55rem;object-fit:contain}.user-dashboard-content{min-width:0}.user-dashboard-topbar{display:flex;min-height:4.25rem;align-items:center;justify-content:flex-end;gap:1rem;border-bottom:1px solid var(--color-line);background:var(--gradient-dashboard-topbar);padding:0 1.35rem}.user-dashboard-topbar-actions{display:flex;align-items:center;gap:.75rem}.user-dashboard-balance-chip,.user-dashboard-topbar-button{display:inline-flex;min-height:2.45rem;align-items:center;justify-content:center;border:1px solid var(--brand-border-soft);background:var(--surface-white-raised);color:var(--text-strong);box-shadow:inset 0 1px 0 var(--surface-white-soft),0 12px 26px rgb(var(--shadow-rgb) / 14%)}.user-dashboard-balance-chip{gap:.45rem;border-radius:999px;padding:0 .8rem}.user-dashboard-language-switcher{border:0;background:transparent;box-shadow:none;cursor:pointer;font-family:inherit}.user-dashboard-language-switcher:focus-visible{outline:2px solid var(--brand-blue);outline-offset:3px}.user-dashboard-balance-chip span{color:var(--text-muted);font-size:.72rem;font-weight:850}.user-dashboard-balance-chip strong{font-size:.84rem;font-weight:950}.user-dashboard-balance-chip .support-icon-svg{width:1rem;height:1rem;color:var(--color-brand)}.user-dashboard-topbar-button{position:relative;width:2.45rem;border-radius:.58rem;color:var(--text-muted-strong)}.user-dashboard-topbar-button .support-icon-svg{width:1.05rem;height:1.05rem}.user-dashboard-topbar-button b{position:absolute;top:-.34rem;right:-.34rem;z-index:2;display:grid;min-width:1.2rem;height:1.2rem;padding:0 .22rem;place-items:center;border:2px solid #ffffff;border-radius:999px;background:var(--color-brand);color:#fff;font-size:.68rem;font-weight:900;line-height:1;box-shadow:0 .45rem .9rem rgb(var(--brand-rgb) / 24%)}.user-dashboard-notification-wrap{position:relative}.user-dashboard-notification-wrap.is-open .user-dashboard-topbar-button{border-color:rgb(var(--brand-rgb) / 28%);background:linear-gradient(145deg,#eff6fff5,#ffffffeb);color:var(--color-brand);box-shadow:inset 0 1px 0 var(--surface-white-soft),0 16px 34px rgb(var(--brand-rgb) / 16%)}.user-dashboard-notification-menu{position:absolute;top:calc(100% + .85rem);right:0;z-index:55;width:min(24rem,calc(100vw - 2rem));overflow:hidden;border:1px solid rgb(var(--brand-rgb) / 22%);border-radius:1.15rem;background:linear-gradient(180deg,#ffffffeb,#f1f7ffe5),#f8fbffe5;box-shadow:0 24px 58px rgb(var(--shadow-rgb) / 20%),inset 0 1px #ffffffd6;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);animation:user-notification-open .2s ease both;transform-origin:top right}@keyframes user-notification-open{0%{opacity:0;transform:translateY(-.5rem) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.user-dashboard-notification-head{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.75rem;border-bottom:1px solid rgb(var(--brand-rgb) / 16%);background:#e5efff7a;padding:.95rem}.user-dashboard-notification-head>span,.user-dashboard-notification-empty>span,.user-dashboard-notification-item>span:first-child{display:grid;place-items:center;border:1px solid rgb(var(--brand-rgb) / 18%);background:#ffffffb8;color:var(--color-brand)}.user-dashboard-notification-head>span{width:2.15rem;height:2.15rem;border-radius:.75rem}.user-dashboard-notification-head svg,.user-dashboard-notification-empty svg,.user-dashboard-notification-item svg{width:1.1rem;height:1.1rem;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.user-dashboard-notification-head div{display:grid;min-width:0;gap:.16rem}.user-dashboard-notification-head strong{color:var(--text-strong);font-size:.96rem;font-weight:950}.user-dashboard-notification-head small{color:var(--text-muted);font-size:.76rem;font-weight:850}.user-dashboard-notification-head button{border:1px solid rgb(var(--brand-rgb) / 22%);border-radius:999px;background:#ffffffc7;color:var(--color-brand);cursor:pointer;font:inherit;font-size:.76rem;font-weight:950;padding:.42rem .76rem}.user-dashboard-notification-list{display:grid;max-height:19rem;overflow-y:auto;overscroll-behavior:contain;padding:.42rem;scrollbar-width:none}.user-dashboard-notification-list::-webkit-scrollbar{display:none}.user-dashboard-notification-item{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.72rem;min-height:5.9rem;border-radius:.9rem;color:inherit;padding:.78rem;text-decoration:none;transition:background .18s ease,box-shadow .18s ease,transform .18s ease}.user-dashboard-notification-item:hover{background:#ffffffc7;box-shadow:0 12px 28px rgb(var(--shadow-rgb) / 9%);transform:translateY(-.04rem)}.user-dashboard-notification-item>span:first-child{width:2.1rem;height:2.1rem;border-radius:.72rem}.user-dashboard-notification-item.is-unread>span:first-child{border-color:rgb(var(--brand-rgb) / 28%);background:rgb(var(--brand-rgb) / 10%)}.user-dashboard-notification-item>span:last-child{display:grid;min-width:0;gap:.2rem}.user-dashboard-notification-item strong{color:var(--text-strong);font-size:.88rem;font-weight:950}.user-dashboard-notification-item small,.user-dashboard-notification-item time,.user-dashboard-notification-empty small{color:var(--text-muted);font-size:.76rem;font-weight:780;line-height:1.45}.user-dashboard-notification-item time{color:var(--text-muted);font-weight:850}.user-dashboard-notification-empty{display:grid;min-height:12rem;justify-items:center;gap:.5rem;padding:2rem 1.25rem;text-align:center}.user-dashboard-notification-empty>span{width:3rem;height:3rem;border-radius:1rem}.user-dashboard-notification-empty strong{color:var(--text-strong);font-size:1rem;font-weight:950}.user-dashboard-avatar-chip,.user-dashboard-settings-avatar{display:inline-flex;position:relative;overflow:hidden;align-items:center;justify-content:center;border:1px solid var(--brand-border-soft);border-radius:999px;background:var(--brand-surface-soft);color:var(--color-brand);box-shadow:inset 0 1px 0 var(--surface-white-soft)}.user-dashboard-avatar-chip{width:2.55rem;height:2.55rem}.user-dashboard-settings-avatar{width:5.2rem;height:5.2rem;flex:0 0 auto}.user-dashboard-avatar-fallback{display:inline-flex;position:absolute;inset:0;align-items:center;justify-content:center}.user-dashboard-avatar-fallback.hidden{display:none}.user-dashboard-avatar-fallback .support-icon-svg{width:1.2rem;height:1.2rem}.user-dashboard-settings-avatar .user-dashboard-avatar-fallback .support-icon-svg{width:2rem;height:2rem}.user-dashboard-avatar-image{display:block;width:100%;height:100%;object-fit:cover}.user-dashboard-avatar-image.hidden{display:none}.user-dashboard-logout{display:inline-flex;min-height:2.45rem;align-items:center;justify-content:center;gap:.45rem;border-radius:.42rem;padding:0 .9rem;color:var(--text-on-brand);font-size:.82rem;font-weight:900}.user-dashboard-logout .support-icon-svg{width:1rem;height:1rem}.user-dashboard-main{width:min(100%,78rem);margin:0 auto;padding:1.3rem 1.35rem 1.8rem}.user-dashboard-hero{padding:.2rem 0 1rem}.user-dashboard-hero h2{color:var(--text-strong);font-size:clamp(1.55rem,3.5vw,2.2rem);font-weight:950;line-height:1.08}.user-dashboard-hero p{margin-top:.45rem;color:var(--text-muted);font-size:.9rem;font-weight:650}.user-dashboard-card-icon,.user-dashboard-panel-title>span{color:var(--color-brand)}.user-dashboard-cards{display:grid;gap:.75rem}.user-dashboard-card{display:grid;position:relative;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.85rem;min-height:6.35rem;border:1px solid var(--color-line);border-radius:.58rem;background:var(--gradient-dashboard-card);box-shadow:inset 0 1px 0 var(--surface-white-soft),0 14px 28px rgb(var(--shadow-rgb) / 20%);padding:.9rem 1rem;text-align:left;transition:border-color .18s ease,background .18s ease,transform .18s ease}.user-dashboard-card,.user-dashboard-action-card,.user-dashboard-sidebar-link{text-decoration:none}.user-dashboard-card:hover{border-color:var(--brand-border);transform:translateY(-1px)}.user-dashboard-card-icon{display:inline-flex;width:2.9rem;height:2.9rem;align-items:center;justify-content:center;border-radius:999px;background:var(--brand-surface-raised)}.user-dashboard-card-icon .support-icon-svg{width:1.35rem;height:1.35rem}.user-dashboard-card strong{display:block;color:var(--text-strong);font-size:1.3rem;font-weight:950;line-height:1}.user-dashboard-card h3{margin-top:.4rem;color:var(--text-strong);font-size:.9rem;font-weight:900}.user-dashboard-card p{margin-top:.2rem;color:var(--text-muted);font-size:.78rem;line-height:1.45}.user-dashboard-card-arrow,.user-dashboard-action-card i{display:inline-flex;width:1.75rem;height:1.75rem;align-items:center;justify-content:center;border-radius:999px;color:var(--color-brand);background:var(--brand-surface-soft)}.user-dashboard-card-arrow .support-icon-svg,.user-dashboard-action-card i .support-icon-svg,.user-dashboard-inline-action .support-icon-svg{width:1rem;height:1rem}.user-dashboard-panel{margin-top:.9rem;border:1px solid var(--color-line);border-radius:.58rem;background:var(--gradient-dashboard-panel);padding:1rem}.user-dashboard-route-panel{min-height:24rem}.user-dashboard-main>.user-dashboard-page,.user-dashboard-main>.user-dashboard-panel,.user-dashboard-main>.user-dashboard-section-loader{animation:dashboard-panel-enter .24s ease}.user-dashboard-section-loader{display:grid;min-height:24rem;place-items:center;border:1px solid var(--color-line);border-radius:.58rem;background:var(--gradient-dashboard-panel)}.user-dashboard-section-loader span{width:2.65rem;height:2.65rem;border:.25rem solid var(--brand-surface-soft);border-top-color:var(--brand-primary);border-radius:999px;box-shadow:0 16px 34px rgb(var(--shadow-rgb) / 16%);animation:dashboard-spinner .8s linear infinite}@keyframes dashboard-panel-enter{0%{opacity:0;transform:translateY(.3rem)}to{opacity:1;transform:translateY(0)}}@keyframes dashboard-panel-leave{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-.16rem)}}.user-dashboard-panel-title{display:flex;align-items:center;gap:.65rem}.user-dashboard-panel-title .support-icon-svg{width:1.15rem;height:1.15rem}.user-dashboard-panel-title h3{color:var(--text-strong);font-size:1rem;font-weight:950}.user-dashboard-panel-title p,.user-dashboard-empty p{margin-top:.25rem;color:var(--text-muted);font-size:.82rem;line-height:1.55}.user-dashboard-empty{padding:1.35rem 0 .25rem}.user-dashboard-empty strong{display:block;color:var(--text-strong);font-size:.9rem;font-weight:900}.user-dashboard-data-list{display:grid;gap:.65rem;margin-top:1rem}.user-dashboard-data-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;border:1px solid var(--color-line);border-radius:.52rem;background:var(--surface-white-faint);padding:.85rem}.user-dashboard-data-row strong{display:block;color:var(--text-strong);font-size:.9rem;font-weight:950}.user-dashboard-data-row span{display:block;margin-top:.18rem;color:var(--text-muted);font-size:.78rem;font-weight:750}.user-dashboard-data-row b{color:var(--text-strong);font-size:.95rem;font-weight:950}.user-dashboard-data-row .user-dashboard-inline-action{margin-top:0}.user-dashboard-row-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.55rem}.user-dashboard-list-pagination{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;margin-top:1rem}.user-dashboard-data-row-status{display:inline-flex;justify-self:start;min-height:1.7rem;align-items:center;gap:.35rem;border:1px solid var(--brand-border-soft);border-radius:999px;background:var(--brand-surface-soft);padding:0 .65rem;color:var(--color-brand);font-size:.72rem;font-weight:900;text-transform:capitalize}.user-dashboard-data-row-status:before{content:"";width:.42rem;height:.42rem;border-radius:999px;background:currentColor}.user-dashboard-ledger-table{display:grid;gap:.55rem;overflow:hidden}.user-dashboard-ledger-head,.user-dashboard-ledger-row{display:grid;grid-template-columns:minmax(12rem,1.25fr) minmax(9rem,1fr) minmax(8rem,.82fr) minmax(7rem,.58fr) minmax(6rem,.5fr);align-items:center;gap:.8rem}.user-dashboard-ledger-head{padding:0 .15rem;color:var(--text-muted-strong);font-size:.72rem;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.user-dashboard-ledger-head span:nth-child(4){justify-self:start}.user-dashboard-ledger-head span:last-child{justify-self:end;text-align:right}.user-dashboard-ledger-body{display:grid;gap:.55rem}.user-dashboard-ledger-row{min-width:0;border:1px solid var(--color-line);border-radius:.7rem;background:#ffffffc7;box-shadow:inset 0 1px #ffffffd1,0 12px 28px rgb(var(--shadow-rgb) / 8%);padding:.8rem .95rem}.user-dashboard-ledger-main,.user-dashboard-ledger-gateway{display:flex;min-width:0;align-items:center;gap:.7rem}.user-dashboard-ledger-icon{display:inline-grid;width:2.6rem;height:2.6rem;flex:0 0 auto;place-items:center;border-radius:999px;background:var(--brand-surface-soft);color:var(--color-brand)}.user-dashboard-ledger-icon img,.user-dashboard-ledger-gateway img{width:1.75rem;height:1.75rem;object-fit:contain}.user-dashboard-ledger-icon .support-icon-svg{width:1.15rem;height:1.15rem}.user-dashboard-ledger-main strong,.user-dashboard-ledger-meta b,.user-dashboard-ledger-date b,.user-dashboard-ledger-amount b{display:block;overflow:hidden;color:var(--text-strong);font-size:.86rem;font-weight:900;text-overflow:ellipsis;white-space:nowrap}.user-dashboard-ledger-main small,.user-dashboard-ledger-meta small,.user-dashboard-ledger-date small,.user-dashboard-ledger-status small,.user-dashboard-ledger-amount small{display:block;color:var(--text-muted);font-size:.72rem;font-weight:750}.user-dashboard-ledger-date span{color:var(--text-muted);font-size:.78rem;font-weight:800}.user-dashboard-ledger-status{display:grid;gap:.3rem;justify-items:start}.user-dashboard-ledger-amount{display:grid;gap:.18rem;justify-items:end;text-align:right}.user-dashboard-ledger-amount small,.user-dashboard-ledger-amount b{text-align:right}.user-dashboard-activity-ledger-row{grid-template-columns:minmax(12rem,1.25fr) minmax(9rem,1fr) minmax(8rem,.82fr) minmax(7rem,.58fr) minmax(6rem,.5fr)}.user-dashboard-activity-empty{display:grid;justify-items:center;text-align:center}.user-dashboard-activity-empty>span{color:var(--color-brand);filter:drop-shadow(0 0 14px var(--brand-glow-soft))}.user-dashboard-activity-empty>span .support-icon-svg{width:2.4rem;height:2.4rem}.user-dashboard-activity-list{display:grid;gap:.65rem;margin-top:1rem}.user-dashboard-activity-item{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.8rem;border:1px solid var(--color-line);border-radius:.58rem;background:var(--surface-white-faint);padding:.85rem}.user-dashboard-activity-item>span{display:grid;width:2.35rem;height:2.35rem;place-items:center;border-radius:999px;background:var(--brand-surface-soft);color:var(--color-brand)}.user-dashboard-activity-item svg{width:1.1rem;height:1.1rem}.user-dashboard-activity-item strong{display:block;color:var(--text-strong);font-size:.9rem;font-weight:950}.user-dashboard-activity-item p{margin-top:.16rem;overflow:hidden;color:var(--text-muted);font-size:.78rem;font-weight:750;text-overflow:ellipsis;white-space:nowrap}.user-dashboard-activity-item time{color:var(--text-muted);font-size:.78rem;font-weight:850;white-space:nowrap}.user-dashboard-inline-action{display:inline-flex;min-height:2.5rem;align-items:center;gap:.5rem;margin-top:.9rem;border:1px solid var(--border-soft);border-radius:.48rem;background:var(--button-3d-bg);box-shadow:var(--button-3d-shadow);padding:0 .9rem;color:var(--text-on-brand);font-size:.84rem;font-weight:900}.user-dashboard-inline-action-secondary{background:var(--button-secondary-bg);color:var(--button-secondary-text);box-shadow:inset 0 1px 0 var(--border-soft),0 10px 22px rgb(var(--shadow-rgb) / 12%)}.user-dashboard-quick{margin-top:.9rem;border:1px solid var(--color-line);border-radius:.58rem;background:var(--gradient-panel);padding:1rem}.user-dashboard-catalog{margin-top:.9rem}.user-dashboard-catalog .surface-panel{max-width:none}.user-dashboard-section-title{display:flex;align-items:center;gap:.65rem;color:var(--text-strong)}.user-dashboard-section-title>span{color:var(--color-brand)}.user-dashboard-section-title .support-icon-svg{width:1.1rem;height:1.1rem}.user-dashboard-section-title h3{font-size:1rem;font-weight:950}.user-dashboard-actions-grid{display:grid;gap:.65rem;margin-top:.9rem}.user-dashboard-action-card{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.75rem;min-height:4.25rem;border:1px solid var(--color-line);border-radius:.52rem;background:var(--gradient-dashboard-action);box-shadow:inset 0 1px 0 var(--surface-white-soft),0 12px 24px rgb(var(--shadow-rgb) / 18%);padding:.75rem;text-align:left;transition:border-color .18s ease,transform .18s ease}.user-dashboard-action-card:hover{border-color:var(--brand-border-soft);transform:translateY(-1px)}.user-dashboard-action-card>span{display:inline-flex;width:2.35rem;height:2.35rem;align-items:center;justify-content:center;border-radius:999px;background:var(--brand-surface-raised);color:var(--color-brand)}.user-dashboard-action-card>span .support-icon-svg{width:1.15rem;height:1.15rem}.user-dashboard-action-card strong{color:var(--text-strong);font-size:.85rem;font-weight:900}.user-dashboard-action-card p{margin-top:.14rem;color:var(--text-muted);font-size:.76rem}.user-dashboard-settings{display:grid;gap:1rem}.user-dashboard-settings-grid{display:grid;gap:.85rem;margin-top:.2rem}.user-dashboard-settings-card,.user-dashboard-password-form{border:1px solid var(--color-line);border-radius:.58rem;background:var(--surface-white-faint);padding:1rem}.user-dashboard-settings-card{display:flex;align-items:center;gap:1rem}.user-dashboard-settings-card h4,.user-dashboard-password-form h4,.avatar-modal h3{color:var(--text-strong);font-size:1rem;font-weight:950}.user-dashboard-settings-card p,.avatar-modal p{margin-top:.22rem;color:var(--text-muted);font-size:.82rem;line-height:1.55}.dashboard-field{display:grid;gap:.35rem}.dashboard-field+.dashboard-field{margin-top:.75rem}.dashboard-field span{color:var(--text-muted-strong);font-size:.74rem;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.dashboard-field input,.dashboard-field select,.dashboard-field textarea{min-height:2.85rem;border:1px solid var(--color-line);border-radius:.5rem;background:var(--surface-white-raised);padding:0 .85rem;color:var(--text-strong);font-size:.9rem;font-weight:800;outline:none}.dashboard-field textarea{min-height:10rem;padding:.85rem;resize:vertical}.dashboard-field input[readonly]{color:var(--text-muted);cursor:not-allowed}.dashboard-field input:focus,.dashboard-field select:focus,.dashboard-field textarea:focus{border-color:var(--brand-border);box-shadow:0 0 0 3px var(--brand-surface-soft)}.user-dashboard-support-form,.user-dashboard-support-table{border:1px solid var(--color-line);border-radius:.58rem;background:var(--surface-white-faint);padding:1rem}.user-dashboard-support-form{margin-top:1rem}.user-dashboard-support-note{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.85rem;width:min(100%,48rem);margin:0 auto 1rem;border:1px solid var(--brand-border-soft);border-radius:.72rem;background:var(--brand-surface-faint);padding:1rem;box-shadow:inset 0 1px 0 var(--surface-white-soft)}.user-dashboard-support-note>span{display:grid;width:2.55rem;height:2.55rem;place-items:center;border-radius:.72rem;background:var(--brand-surface-soft);color:var(--brand-primary)}.user-dashboard-support-note svg{width:1.2rem;height:1.2rem}.user-dashboard-support-note h4{margin-bottom:.35rem;color:var(--text-strong);font-size:1.05rem;font-weight:950}.user-dashboard-support-note p{margin:0;color:var(--text-muted);font-size:.86rem;font-weight:750;line-height:1.55}.user-dashboard-support-note p+p{margin-top:.35rem;color:var(--text-muted-strong);font-weight:850}.user-dashboard-support-form-grid{display:grid;width:min(100%,48rem);margin:0 auto;gap:.85rem}.user-dashboard-support-form-grid .dashboard-field{align-self:stretch}.user-dashboard-support-form-grid .dashboard-field select{height:2.85rem;min-height:2.85rem}.user-dashboard-support-message-field textarea{min-height:11rem}.user-dashboard-support-form .user-dashboard-form-actions{width:min(100%,48rem);margin-right:auto;margin-left:auto}.user-dashboard-support-table{margin-top:1rem;overflow-x:auto;padding:0}.user-dashboard-support-table-head,.user-dashboard-support-table-row{display:grid;grid-template-columns:minmax(13rem,1.4fr) minmax(9rem,.8fr) minmax(8rem,.7fr) minmax(10rem,.9fr) minmax(6rem,.5fr);min-width:56rem;align-items:center;gap:.75rem;padding:.85rem 1rem}.user-dashboard-support-table-head{border-bottom:1px solid var(--color-line);color:var(--text-muted-strong);font-size:.72rem;font-weight:900;letter-spacing:.05em;text-transform:uppercase}.user-dashboard-support-table-row{border-bottom:1px solid var(--color-line);color:var(--text-muted);font-size:.82rem;font-weight:800}.user-dashboard-support-table-row:last-child{border-bottom:0}.user-dashboard-support-table-empty{min-width:56rem;border-bottom:0;padding:1.35rem 1rem}.user-dashboard-support-table-empty .user-dashboard-empty{padding:0}.user-dashboard-support-table-row strong,.user-dashboard-support-table-row small{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-dashboard-support-table-row strong{color:var(--text-strong);font-size:.88rem;font-weight:950}.user-dashboard-support-table-row small{margin-top:.22rem;color:var(--text-muted);font-size:.74rem}.user-dashboard-support-view{min-height:2rem;margin-top:0}.user-dashboard-ticket-modal{display:grid;grid-template-rows:auto minmax(0,1fr) auto;gap:.9rem;width:min(100%,42rem);max-height:min(92vh,44rem);overflow:hidden;padding-bottom:1rem}.user-dashboard-ticket-head{min-width:0;padding-right:3rem}.user-dashboard-ticket-head h3{overflow-wrap:anywhere}.user-dashboard-ticket-thread{display:grid;align-content:start;gap:.7rem;min-height:0;max-height:none;overflow-y:auto;padding-right:.15rem;scrollbar-width:none}.user-dashboard-ticket-thread::-webkit-scrollbar{display:none}.user-dashboard-ticket-message{border:1px solid var(--color-line);border-radius:.58rem;background:var(--surface-white-faint);padding:.85rem}.user-dashboard-ticket-message.is-admin{border-color:var(--brand-border-soft);background:var(--brand-surface-soft)}.user-dashboard-ticket-message>div{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.5rem;color:var(--text-muted);font-size:.76rem;font-weight:800}.user-dashboard-ticket-message strong{color:var(--text-strong);font-weight:900}.user-dashboard-ticket-message p{margin-top:.55rem;color:var(--text-muted);font-size:.86rem;font-weight:700;line-height:1.55;white-space:pre-wrap}.user-dashboard-ticket-reply-form{display:grid;gap:.75rem;min-width:0;border-top:1px solid var(--color-line);padding-top:.85rem}.user-dashboard-ticket-reply-form textarea{min-height:7rem;max-height:11rem}.user-dashboard-ticket-modal>.user-dashboard-form-message{border-top:1px solid var(--color-line);padding-top:.85rem}.user-dashboard-form-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;margin-top:.85rem}.user-dashboard-form-actions-end{justify-content:flex-end}.user-dashboard-form-message{color:var(--text-muted);font-size:.82rem;font-weight:800}.avatar-modal-layer{position:fixed;inset:0;z-index:80;display:grid;place-items:center;padding:1rem;opacity:0;pointer-events:none;transition:opacity .2s ease}.avatar-modal-layer.is-open{opacity:1;pointer-events:auto}.avatar-modal-backdrop{position:absolute;inset:0;border:0;background:var(--drawer-overlay-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.avatar-modal{position:relative;width:min(100%,34rem);border:1px solid var(--brand-border-soft);border-radius:.8rem;background:var(--gradient-modal);box-shadow:var(--shadow-panel);padding:1.2rem}.avatar-modal-close{position:absolute;top:.85rem;right:.85rem;display:inline-flex;width:2.3rem;height:2.3rem;align-items:center;justify-content:center;border:1px solid var(--brand-border-soft);border-radius:.48rem;background:var(--brand-surface-soft);color:var(--color-brand)}.avatar-options{display:grid;grid-template-columns:repeat(auto-fill,minmax(4.75rem,1fr));gap:.75rem;margin-top:1rem}.avatar-option{display:flex;aspect-ratio:1;align-items:center;justify-content:center;border:1px solid var(--color-line);border-radius:.62rem;background:var(--surface-white-faint);padding:.45rem;color:var(--text-muted);font-size:.72rem;font-weight:850;transition:border-color .18s ease,transform .18s ease}.avatar-option:hover,.avatar-option.is-active{border-color:var(--brand-border);transform:translateY(-1px)}.avatar-option img{display:block;width:min(100%,4.35rem);height:min(100%,4.35rem);border-radius:999px;object-fit:cover}@media(min-width:760px){.user-dashboard-cards{grid-template-columns:repeat(3,minmax(0,1fr))}.user-dashboard-settings-grid{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr)}}@media(min-width:1024px){.user-dashboard-actions-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:900px){.user-dashboard{grid-template-columns:1fr}.user-dashboard-drawer-overlay{position:fixed;inset:0;z-index:40;display:block;border:0;background:var(--drawer-overlay-bg);opacity:0;pointer-events:none;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:opacity .24s ease}.user-dashboard-drawer-overlay.is-visible{opacity:1;pointer-events:auto}.user-dashboard-menu-toggle,.user-dashboard-drawer-close{display:inline-flex}.user-dashboard-sidebar{position:fixed;inset:0 auto 0 0;z-index:50;width:min(82vw,21rem);height:100vh;overflow:hidden;overflow-y:auto;border-right:1px solid var(--brand-border-soft);border-bottom:0;border-radius:0 .85rem .85rem 0;background:var(--gradient-drawer);box-shadow:1.2rem 0 3.5rem rgb(var(--shadow-rgb) / 34%),inset -1px 0 0 var(--surface-white-soft);transform:translate3d(-105%,0,0);transition:transform .36s cubic-bezier(.2,.86,.28,1),box-shadow .36s ease;will-change:transform}.user-dashboard-sidebar.is-open{transform:translateZ(0)}.user-dashboard-sidebar-brand{position:sticky;top:0;z-index:1;justify-content:space-between;border-bottom:1px solid var(--border-soft);background:var(--drawer-top-bg);padding:.9rem 0 1rem;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.user-dashboard-sidebar-nav{grid-auto-flow:row;grid-auto-columns:auto;overflow-x:visible}.user-dashboard-sidebar-footer{margin-top:.75rem}.user-dashboard-topbar{justify-content:space-between}.user-dashboard-topbar-actions{gap:.55rem}.user-dashboard-balance-chip span{display:none}.user-dashboard-sidebar-link:hover,.user-dashboard-sidebar-link.is-active{transform:translate(0)}}@media(max-width:640px){.user-dashboard-ticket-modal{width:min(100%,34rem);max-height:calc(100vh - 1.5rem);padding:.95rem}.user-dashboard-ticket-head{padding-right:2.7rem}.user-dashboard-ticket-head h3{font-size:1.05rem;line-height:1.2}.user-dashboard-ticket-message{padding:.75rem}.user-dashboard-ticket-message>div{align-items:flex-start;flex-direction:column}.user-dashboard-ticket-reply-form textarea{min-height:5.8rem}.user-dashboard-ticket-reply-form .user-dashboard-form-actions{align-items:stretch;flex-direction:column}.user-dashboard-ticket-reply-form .user-dashboard-inline-action{width:100%;justify-content:center}}@media(max-width:520px){.user-dashboard-topbar{min-height:3.35rem;padding:0 1rem}.user-dashboard-main{padding:1rem}.user-dashboard-topbar-actions{gap:.4rem}.user-dashboard-balance-chip{min-height:2.25rem;padding:0 .6rem}.user-dashboard-balance-chip .support-icon-svg{display:none}.user-dashboard-topbar-button{width:2.25rem;min-height:2.25rem}.user-dashboard-avatar-chip{width:2.25rem;height:2.25rem}.user-dashboard-card{grid-template-columns:auto minmax(0,1fr)}.user-dashboard-card-arrow{grid-column:2;justify-self:start}.user-dashboard-activity-item{grid-template-columns:auto minmax(0,1fr)}.user-dashboard-activity-item time{grid-column:2}}.user-dashboard-deposit{display:grid;gap:1.25rem}.user-dashboard-deposit-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.user-dashboard-deposit-card{display:grid;gap:1rem;min-width:0;border:1px solid rgba(37,99,235,.18);border-radius:1.2rem;background:#ffffffc7;box-shadow:0 18px 42px #2563eb14;padding:1.1rem}.user-dashboard-deposit-card>div:first-child{display:flex;align-items:center;gap:.85rem}.user-dashboard-deposit-card>div:first-child>span{display:inline-flex;width:3rem;height:3rem;align-items:center;justify-content:center;border-radius:1rem;background:linear-gradient(145deg,#3b82f6,#1d4ed8);color:#fff;box-shadow:0 12px 24px #2563eb40}.user-dashboard-deposit-card>div:first-child>span img{width:2rem;height:2rem;object-fit:contain}.user-dashboard-deposit-card strong{display:block;color:var(--store-ink);font-size:1.05rem}.user-dashboard-deposit-card small,.user-dashboard-deposit-card p{color:var(--store-muted);font-weight:700}.user-dashboard-deposit-card.is-disabled{opacity:.62}.user-dashboard-deposit-fields{display:grid;grid-template-columns:minmax(12rem,20rem) minmax(6.5rem,9rem);gap:.75rem;align-items:end;justify-content:start;width:fit-content;max-width:100%}.user-dashboard-deposit-fields .dashboard-field+.dashboard-field{margin-top:0}.user-dashboard-gateway-select-shell{display:flex;min-height:3rem;align-items:center;border:1px solid rgba(191,206,241,.9);border-radius:.95rem;background:#fff;overflow:hidden}.user-dashboard-gateway-select-shell i{display:grid;width:2.8rem;align-self:stretch;place-items:center;background:#eff6ff}.user-dashboard-gateway-select-shell i.is-hidden{display:none}.user-dashboard-gateway-select-shell img{width:1.55rem;height:1.55rem;object-fit:contain}.user-dashboard-gateway-select-shell select{min-width:0;flex:1;border:0;background:transparent}.user-dashboard-money-field{grid-column:1;width:min(100%,16rem)}.user-dashboard-network-field{width:9rem;max-width:100%}.user-dashboard-network-field input{width:100%}.user-dashboard-money-field>span:last-child{display:flex;align-items:center;min-height:3rem;border:1px solid rgba(191,206,241,.9);border-radius:.95rem;background:#fff;overflow:hidden}.user-dashboard-money-field>span:last-child b{display:grid;width:2.6rem;align-self:stretch;place-items:center;background:#eff6ff;color:var(--store-blue);font-weight:900}.user-dashboard-money-field input{width:0;min-width:0;flex:1 1 auto;min-height:3rem;border:0;appearance:textfield;background:transparent;padding-left:.85rem}.user-dashboard-money-field input::-webkit-outer-spin-button,.user-dashboard-money-field input::-webkit-inner-spin-button{margin:0;appearance:none}.user-dashboard-deposit-card-actions{display:flex;justify-content:flex-start}.user-dashboard-deposit-card-actions .user-dashboard-inline-action{width:auto;min-width:10rem;justify-content:center}.user-dashboard-deposit-active-warning{border:1px solid rgba(239,68,68,.22);border-radius:.8rem;background:#fff1f2;color:#b91c1c;padding:.65rem .8rem}.user-dashboard-deposit-provider-image{display:block;width:min(100%,32rem);height:auto;justify-self:center;border-radius:.85rem;object-fit:contain}.user-dashboard-deposit-active{display:flex;align-items:center;justify-content:space-between;gap:1rem;border:1px solid rgba(37,99,235,.18);border-radius:1.1rem;background:linear-gradient(135deg,#eff6ffdb,#ffffffeb);padding:1rem}.user-dashboard-deposit-active strong,.user-dashboard-deposit-active span{display:block}.user-dashboard-deposit-active strong{display:flex;align-items:center;gap:.5rem;color:var(--store-ink)}.user-dashboard-deposit-active strong i{width:.78rem;height:.78rem;border-radius:999px;background:#22c55e;box-shadow:0 0 0 .32rem #22c55e29}.user-dashboard-deposit-active span{color:var(--store-muted);font-weight:750}.user-dashboard-deposit-history{display:grid;gap:1rem}.user-dashboard-deposit-row{grid-template-columns:minmax(0,1.35fr) minmax(8rem,.55fr) minmax(7rem,.45fr);gap:1rem;align-items:center;min-height:4.6rem;padding:.9rem 1rem}.user-dashboard-deposit-row-main,.user-dashboard-deposit-row-status,.user-dashboard-deposit-row-amount{display:grid;gap:.18rem;min-width:0}.user-dashboard-deposit-row-main small,.user-dashboard-deposit-row-status small,.user-dashboard-deposit-row-amount small{color:var(--store-muted);font-size:.68rem;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.user-dashboard-deposit-row-status{justify-items:start}.user-dashboard-deposit-row-amount{justify-items:end}.user-dashboard-data-row-status.is-processing{border-color:#eab3083d;background:#fef9c3;color:#a16207}.user-dashboard-data-row-status.is-completed{border-color:#22c55e38;background:#dcfce7;color:#15803d}.user-dashboard-data-row-status.is-cancelled{border-color:#ef444438;background:#fee2e2;color:#b91c1c}.user-dashboard-deposit-modal{width:min(100%,36rem);max-height:calc(100dvh - 2rem);overflow-y:auto;overscroll-behavior:contain;padding:1rem;scrollbar-gutter:stable}.user-dashboard-deposit-modal h3{padding-right:2.7rem}.user-dashboard-deposit-status,.user-dashboard-deposit-countdown,.user-dashboard-deposit-details{border:1px solid rgba(37,99,235,.16);border-radius:.72rem;background:#eff6ffb8}.user-dashboard-deposit-status,.user-dashboard-deposit-countdown{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-top:.62rem;padding:.62rem .75rem}.user-dashboard-deposit-status span,.user-dashboard-deposit-countdown span{color:var(--store-muted);font-size:.78rem;font-weight:800}.user-dashboard-deposit-status b,.user-dashboard-deposit-countdown strong{color:var(--store-blue);font-size:.9rem}.user-dashboard-deposit-details{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem .8rem;margin-top:.75rem;padding:.75rem}.user-dashboard-deposit-details div:last-child{grid-column:1 / -1}.user-dashboard-deposit-details div{display:grid;gap:.25rem}.user-dashboard-deposit-details dt{color:var(--store-muted);font-size:.7rem;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.user-dashboard-deposit-details dd{min-width:0;color:var(--store-ink);font-size:.86rem;font-weight:850;overflow-wrap:anywhere}.user-dashboard-deposit-details code{white-space:normal}.user-dashboard-deposit-amount-copy{display:inline-flex;align-items:center;gap:.45rem}.user-dashboard-deposit-amount-copy img{width:1.35rem;height:1.35rem;flex:0 0 auto;object-fit:contain}.user-dashboard-deposit-amount-copy span{font-weight:950}.user-dashboard-wallet-copy{display:flex;align-items:center;gap:.55rem}.user-dashboard-wallet-copy code{min-width:0;flex:1}.user-dashboard-wallet-copy button{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;gap:.35rem;min-height:1.9rem;border:1px solid rgba(37,99,235,.22);border-radius:999px;background:#eff6ff;color:var(--store-blue);padding:0 .62rem;font-size:.72rem;font-weight:900;cursor:pointer;transition:transform .16s ease,background .16s ease,border-color .16s ease}.user-dashboard-wallet-copy button:hover,.user-dashboard-wallet-copy button.is-copied{border-color:#2563eb61;background:#dbeafe;transform:translateY(-.04rem)}.user-dashboard-wallet-copy button svg{width:.95rem;height:.95rem}.user-dashboard-deposit-qr{width:min(9rem,42vw);aspect-ratio:1;object-fit:contain;border:1px solid rgba(37,99,235,.16);border-radius:.72rem;background:#fff;margin:.75rem auto 0;padding:.55rem}.user-dashboard-deposit-instructions{margin-top:.65rem;color:var(--store-muted);font-size:.82rem;font-weight:750;line-height:1.5}.user-dashboard-deposit-submit{display:grid;gap:.65rem;margin-top:.75rem}.user-dashboard-deposit-submit .dashboard-field input{min-height:2.55rem}@media(max-width:760px){.user-dashboard-deposit-grid{grid-template-columns:1fr}.user-dashboard-deposit-fields{grid-template-columns:minmax(0,1fr);width:100%}.user-dashboard-money-field,.user-dashboard-network-field{width:100%}.user-dashboard-deposit-active,.user-dashboard-deposit-status,.user-dashboard-deposit-countdown{align-items:flex-start;flex-direction:column}.user-dashboard-deposit-row{grid-template-columns:1fr}.user-dashboard-deposit-row-amount{justify-items:start}.user-dashboard-ledger-head{display:none}.user-dashboard-ledger-row,.user-dashboard-activity-ledger-row{grid-template-columns:1fr;align-items:start}.user-dashboard-ledger-amount{justify-items:start;text-align:left}}@media(max-width:640px){.avatar-modal-layer[data-deposit-modal]{align-items:start;padding:.7rem;overflow-y:auto}.user-dashboard-deposit-modal{width:min(100%,34rem);max-height:calc(100dvh - 1.4rem);padding:.85rem}.user-dashboard-deposit-details{grid-template-columns:1fr}.user-dashboard-deposit-details div:last-child{grid-column:auto}.user-dashboard-wallet-copy{align-items:stretch;flex-direction:column}.user-dashboard-wallet-copy button,.user-dashboard-deposit-submit .user-dashboard-inline-action,.user-dashboard-form-actions .user-dashboard-inline-action{width:100%;justify-content:center}.user-dashboard-deposit-qr{width:min(8.25rem,54vw)}}
