.AccountRoute-module__qoLtuW__page{max-width:var(--layout-max-width);background:linear-gradient(#f9fbfa 0%,#fff 40%,#f7fafc 100%);flex-direction:column;gap:1.5rem;margin:0 auto;padding:1.5rem 1.5rem 3rem;display:flex}.AccountRoute-module__qoLtuW__hero{background:linear-gradient(135deg,#fffffffa,#f8fbf9e6);border:1px solid #0f172a0f;border-radius:36px;grid-template-columns:minmax(0,1.6fr) minmax(280px,1fr);gap:2rem;padding:2.4rem;display:grid;position:relative;overflow:hidden;box-shadow:0 30px 80px #0f172a29}.AccountRoute-module__qoLtuW__hero:after{content:"";pointer-events:none;background:radial-gradient(circle at 78% 22%,#4fb4772e,#0000 45%);position:absolute;inset:0}.AccountRoute-module__qoLtuW__heroCopy{z-index:1;flex-direction:column;gap:1rem;min-width:0;display:flex;position:relative}.AccountRoute-module__qoLtuW__kicker{text-transform:uppercase;letter-spacing:.12em;font-size:var(--font-size-xs);color:#2f8652cc;font-weight:600}.AccountRoute-module__qoLtuW__hero h1{overflow-wrap:anywhere;word-break:break-word;margin:0;font-size:clamp(2rem,3vw,2.8rem);line-height:1.1}.AccountRoute-module__qoLtuW__subtitle{color:var(--color-foreground-muted);margin:0;line-height:1.6}.AccountRoute-module__qoLtuW__statRow{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.1rem;display:grid}.AccountRoute-module__qoLtuW__statCard{background:#ffffffeb;border:1px solid #0f172a0f;border-radius:18px;gap:.3rem;padding:1.1rem 1.2rem;display:grid;box-shadow:0 10px 35px #0f172a14}.AccountRoute-module__qoLtuW__statCard span{font-size:var(--font-size-sm);color:var(--color-foreground-muted)}.AccountRoute-module__qoLtuW__statCard strong{font-size:1.4rem}.AccountRoute-module__qoLtuW__statHint{font-size:var(--font-size-xs);color:var(--color-foreground-muted)}.AccountRoute-module__qoLtuW__heroCard{background:radial-gradient(circle at 0 0,#4fb47738,#0000 55%),linear-gradient(145deg,#fffffffa,#f3faf5f5);border:1px solid #0f172a14;border-radius:30px;gap:.9rem;padding:1.8rem;display:grid;position:relative;box-shadow:0 22px 60px #0f172a26}.AccountRoute-module__qoLtuW__referralHeader{justify-content:space-between;align-items:center;gap:1rem;display:flex}.AccountRoute-module__qoLtuW__referralKicker{font-size:var(--font-size-xs);text-transform:uppercase;letter-spacing:.14em;color:#2f8652d9;margin:0;font-weight:600}.AccountRoute-module__qoLtuW__referralTitle{margin:.2rem 0 0;font-size:1.3rem}.AccountRoute-module__qoLtuW__referralSkeleton{border-radius:var(--radius-pill);height:2.5rem}.AccountRoute-module__qoLtuW__referralCode{letter-spacing:.08em;border-radius:var(--radius-pill);text-align:center;background:#fff;border:1px solid #4fb47740;justify-content:center;align-items:center;padding:.35rem .75rem;font-weight:700;display:inline-flex}.AccountRoute-module__qoLtuW__referralActions{flex-wrap:wrap;gap:.5rem;display:flex}.AccountRoute-module__qoLtuW__copyButton{transition:background-color .18s,color .18s,transform .18s,box-shadow .18s}.AccountRoute-module__qoLtuW__copyButtonActive{color:#fff;background:linear-gradient(120deg,#1f9c6b,#2fb87c);transform:translateY(-1px);box-shadow:0 12px 25px #1f9c6b59}.AccountRoute-module__qoLtuW__copyButtonActive:focus-visible{outline-offset:3px;outline:2px solid #2f865266}.AccountRoute-module__qoLtuW__muted{color:var(--color-foreground-muted);font-size:var(--font-size-sm);margin:0}.AccountRoute-module__qoLtuW__supportLink{color:var(--color-accent-strong);width:fit-content;transition:color var(--transition-base);font-weight:600;text-decoration:underline}.AccountRoute-module__qoLtuW__supportLink:hover{color:var(--color-accent)}.AccountRoute-module__qoLtuW__dashboardGrid{grid-template-columns:minmax(0,1.7fr) minmax(0,1.3fr);align-items:flex-start;gap:1rem;display:grid}.AccountRoute-module__qoLtuW__dashboardColumn{flex-direction:column;gap:1rem;display:flex}.AccountRoute-module__qoLtuW__panel{background:#fff;border:1px solid #0f172a0f;border-radius:20px;flex-direction:column;gap:1.1rem;padding:1.4rem 1.5rem;display:flex;box-shadow:0 10px 30px #0f172a0f}.AccountRoute-module__qoLtuW__panelHeader{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.AccountRoute-module__qoLtuW__panelTitle{margin:0;font-size:1.25rem}.AccountRoute-module__qoLtuW__panelDescription{color:var(--color-foreground-muted);font-size:var(--font-size-sm);margin:.25rem 0 0}.AccountRoute-module__qoLtuW__profileGrid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1rem;display:grid}.AccountRoute-module__qoLtuW__field{flex-direction:column;gap:.35rem;display:flex}.AccountRoute-module__qoLtuW__fieldset{border:none;flex-direction:column;gap:1rem;margin:0;padding:0;display:flex}.AccountRoute-module__qoLtuW__field label,.AccountRoute-module__qoLtuW__field span{font-size:var(--font-size-sm);color:var(--color-foreground-muted);font-weight:600}.AccountRoute-module__qoLtuW__field :is(input,select){font:inherit;color:var(--color-foreground);background:#fff;border:1px solid #285e4133;border-radius:14px;padding:.65rem .85rem}.AccountRoute-module__qoLtuW__fieldError{color:var(--color-danger);font-size:var(--font-size-xs)}.AccountRoute-module__qoLtuW__actionsRow{justify-content:space-between;align-items:center;gap:1rem;display:flex}.AccountRoute-module__qoLtuW__actionButtons{align-items:center;gap:.6rem;margin-top:.6rem;display:flex}.AccountRoute-module__qoLtuW__feedback{font-size:var(--font-size-sm);color:var(--color-foreground-muted);margin:0}.AccountRoute-module__qoLtuW__preferencesList{flex-direction:column;gap:1rem;display:flex}.AccountRoute-module__qoLtuW__preferenceItem{justify-content:space-between;align-items:center;gap:1rem;display:flex}.AccountRoute-module__qoLtuW__preferenceLabel{flex-direction:column;gap:.2rem;display:flex}.AccountRoute-module__qoLtuW__toggleInput{appearance:none;cursor:pointer;width:2.6rem;height:1.4rem;transition:background var(--transition-base),box-shadow var(--transition-base);background:#2f865240;border-radius:999px;position:relative}.AccountRoute-module__qoLtuW__toggleInput:after{content:"";width:.95rem;height:.95rem;transition:transform var(--transition-base);background:#fff;border-radius:999px;position:absolute;top:3px;left:4px;box-shadow:0 2px 6px #0003}.AccountRoute-module__qoLtuW__toggleInput:checked{background:var(--color-accent)}.AccountRoute-module__qoLtuW__toggleInput:checked:after{transform:translate(1.1rem)}.AccountRoute-module__qoLtuW__walletList{flex-direction:column;gap:.75rem;display:flex}.AccountRoute-module__qoLtuW__walletCard{background:#fffffff2;border:1px solid #285e4133;border-radius:18px;flex-direction:column;gap:.5rem;padding:1rem;display:flex}.AccountRoute-module__qoLtuW__walletMeta{font-size:var(--font-size-sm);color:var(--color-foreground-muted);flex-wrap:wrap;gap:.5rem;display:flex}.AccountRoute-module__qoLtuW__walletActions{flex-wrap:wrap;gap:.5rem;display:flex}.AccountRoute-module__qoLtuW__walletActionsBar{margin-top:1rem}.AccountRoute-module__qoLtuW__walletAddForm{background:#ffffffe6;border:1px dashed #285e4159;border-radius:18px;flex-direction:column;gap:.75rem;margin-top:.75rem;padding:1rem;display:flex}.AccountRoute-module__qoLtuW__walletCardElement{background:#f9fbff;border:1px dashed #2f865259;border-radius:12px;padding:.75rem}.AccountRoute-module__qoLtuW__walletAddFormActions{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.AccountRoute-module__qoLtuW__addressList{flex-direction:column;gap:.75rem;display:flex}.AccountRoute-module__qoLtuW__addressCard{background:#fffffff2;border:1px solid #285e4133;border-radius:18px;justify-content:space-between;align-items:center;gap:1rem;padding:1rem;display:flex}.AccountRoute-module__qoLtuW__addressMeta{flex-direction:column;flex:1;gap:.25rem;display:flex}.AccountRoute-module__qoLtuW__addressActions{flex-wrap:wrap;gap:.5rem;display:flex}.AccountRoute-module__qoLtuW__badge{border-radius:var(--radius-pill);font-size:var(--font-size-xs);color:var(--color-accent-strong);background:#4fb47724;align-items:center;padding:.2rem .65rem;font-weight:600;display:inline-flex}.AccountRoute-module__qoLtuW__badgeDefault{background:var(--color-accent-strong);color:#fff}.AccountRoute-module__qoLtuW__emptyState{border:1px dashed var(--color-border);text-align:center;color:var(--color-foreground-muted);font-size:var(--font-size-sm);border-radius:20px;padding:1rem}.AccountRoute-module__qoLtuW__formGrid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem;display:grid}.AccountRoute-module__qoLtuW__addressFormGrid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;display:grid}.AccountRoute-module__qoLtuW__secondaryGrid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));align-items:start;gap:1rem;display:grid}@media (max-width:900px){.AccountRoute-module__qoLtuW__hero{border-radius:30px;grid-template-columns:1fr;padding:2rem}}@media (max-width:768px){.AccountRoute-module__qoLtuW__page{padding-inline:1rem}.AccountRoute-module__qoLtuW__dashboardGrid,.AccountRoute-module__qoLtuW__secondaryGrid{grid-template-columns:1fr;gap:.9rem}.AccountRoute-module__qoLtuW__panel{padding:1.25rem 1.3rem}}.AccountRoute-module__qoLtuW__ledger{flex-direction:column;gap:.85rem;display:flex}.AccountRoute-module__qoLtuW__ledgerItem{border:1px solid #285e4126;border-radius:18px;justify-content:space-between;align-items:center;gap:1rem;padding:.9rem 1.1rem;display:flex}.AccountRoute-module__qoLtuW__ledgerItem strong{font-size:1rem;display:block}.AccountRoute-module__qoLtuW__ledgerMeta{font-size:var(--font-size-xs);color:var(--color-foreground-muted)}.AccountRoute-module__qoLtuW__ledgerAmountPositive{color:var(--color-success);font-weight:700}.AccountRoute-module__qoLtuW__ledgerAmountNegative{color:var(--color-danger);font-weight:700}.AccountRoute-module__qoLtuW__phoneRow{align-items:center;gap:.4rem;display:flex}.AccountRoute-module__qoLtuW__phonePrefix{color:var(--color-foreground-muted);background:#2f865214;border:1px solid #2f86524d;border-radius:10px;padding:.5rem .9rem;font-weight:600}.AccountRoute-module__qoLtuW__badgeGrid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;display:grid}.AccountRoute-module__qoLtuW__badgeCard{background:#fffffff2;border:1px solid #285e4126;border-radius:18px;align-items:center;gap:.75rem;padding:1rem;display:flex}.AccountRoute-module__qoLtuW__badgeIcon{font-size:1.5rem}.AccountRoute-module__qoLtuW__milestoneSection{flex-direction:column;gap:.75rem;display:flex}.AccountRoute-module__qoLtuW__milestoneRowHeader{justify-content:space-between;align-items:baseline;gap:.75rem;margin-top:.75rem;display:flex}.AccountRoute-module__qoLtuW__milestoneRowHeader h3{margin:0;font-size:1.05rem}.AccountRoute-module__qoLtuW__milestoneMeta{font-size:var(--font-size-sm);color:var(--color-foreground-muted);font-weight:600}.AccountRoute-module__qoLtuW__milestoneScroller{scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;gap:.9rem;padding:.25rem 0 .75rem;display:flex;overflow-x:auto}.AccountRoute-module__qoLtuW__milestoneCard{scroll-snap-align:start;border-radius:var(--radius-pill);background:radial-gradient(circle at 10% 10%,#4fb47729,#0000 60%),linear-gradient(145deg,#fffffffa,#f8fbf9e6);border:1px solid #0f172a14;flex:none;align-items:center;gap:.75rem;width:320px;min-height:64px;padding:.55rem .7rem;transition:transform .16s,box-shadow .16s,border-color .16s;display:flex;position:relative;overflow:hidden;box-shadow:0 12px 34px #0f172a14}.AccountRoute-module__qoLtuW__milestoneCard:hover{border-color:#2f86522e;transform:translateY(-2px);box-shadow:0 16px 45px #0f172a1c}.AccountRoute-module__qoLtuW__milestoneCardAchieved{background:radial-gradient(circle at 10% 10%,#4fb47738,#0000 60%),linear-gradient(145deg,#fffffffa,#ecfdf5eb);border-color:#2f86524d;box-shadow:0 16px 44px #2f865224}.AccountRoute-module__qoLtuW__milestoneCardAchieved:hover{border-color:#2f86525c;box-shadow:0 18px 52px #2f865229}.AccountRoute-module__qoLtuW__milestoneIcon{--icon-bg:#2f86521f;--icon-border:#2f865238;--icon-fg:#2f8652f2;background:var(--icon-bg);border:1px solid var(--icon-border);width:40px;height:40px;color:var(--icon-fg);border-radius:999px;place-items:center;display:grid;box-shadow:0 10px 20px #0f172a1a}.AccountRoute-module__qoLtuW__milestoneIcon_sparkle{--icon-bg:linear-gradient(135deg,#4fb4772e,#2f86521a);--icon-border:#4fb47742;--icon-fg:#2f8652f2}.AccountRoute-module__qoLtuW__milestoneIcon_rocket{--icon-bg:linear-gradient(135deg,#38bdf838,#2f86520f);--icon-border:#38bdf847;--icon-fg:#0284c7f2}.AccountRoute-module__qoLtuW__milestoneIcon_badge{--icon-bg:linear-gradient(135deg,#facc153d,#2f86520f);--icon-border:#facc1547;--icon-fg:#a16207f2}.AccountRoute-module__qoLtuW__milestoneIcon_trophy{--icon-bg:linear-gradient(135deg,#fb923c38,#2f86520f);--icon-border:#fb923c47;--icon-fg:#c2410cf2}.AccountRoute-module__qoLtuW__milestoneIcon_coins{--icon-bg:linear-gradient(135deg,#22d3ee38,#2f86520f);--icon-border:#22d3ee42;--icon-fg:#0d9488f2}.AccountRoute-module__qoLtuW__milestoneIcon_crown{--icon-bg:linear-gradient(135deg,#a855f738,#2f86520f);--icon-border:#a855f742;--icon-fg:#7e22cef2}.AccountRoute-module__qoLtuW__milestoneIcon_truck{--icon-bg:linear-gradient(135deg,#10b98138,#2f86520f);--icon-border:#10b98142;--icon-fg:#059669f2}.AccountRoute-module__qoLtuW__milestoneIcon_bag{--icon-bg:linear-gradient(135deg,#3b82f638,#2f86520f);--icon-border:#3b82f642;--icon-fg:#2563ebf2}.AccountRoute-module__qoLtuW__milestoneIcon_balance{--icon-bg:linear-gradient(135deg,#f43f5e33,#2f86520f);--icon-border:#f43f5e42;--icon-fg:#e11d48f2}.AccountRoute-module__qoLtuW__milestoneIcon_box{--icon-bg:linear-gradient(135deg,#94a3b842,#2f86520f);--icon-border:#94a3b84d;--icon-fg:#475569f2}.AccountRoute-module__qoLtuW__milestoneIcon_ticket{--icon-bg:linear-gradient(135deg,#ec489938,#2f86520f);--icon-border:#ec489942;--icon-fg:#db2777f2}.AccountRoute-module__qoLtuW__milestoneIcon_calendar{--icon-bg:linear-gradient(135deg,#0ea5e938,#2f86520f);--icon-border:#0ea5e942;--icon-fg:#0284c7f2}.AccountRoute-module__qoLtuW__milestoneIcon_map{--icon-bg:linear-gradient(135deg,#22c55e33,#3b82f624);--icon-border:#22c55e42;--icon-fg:#15803df2}.AccountRoute-module__qoLtuW__milestoneIcon_heart{--icon-bg:linear-gradient(135deg,#fb71853d,#2f86520f);--icon-border:#fb718547;--icon-fg:#e11d48f2}.AccountRoute-module__qoLtuW__milestoneIcon_chat{--icon-bg:linear-gradient(135deg,#22d3ee2e,#a855f724);--icon-border:#22d3ee3d;--icon-fg:#0891b2f2}.AccountRoute-module__qoLtuW__milestoneIcon_pen{--icon-bg:linear-gradient(135deg,#facc152e,#f43f5e1f);--icon-border:#facc153d;--icon-fg:#a16207f2}.AccountRoute-module__qoLtuW__milestoneIcon_star{--icon-bg:linear-gradient(135deg,#fdba743d,#facc1529);--icon-border:#fdba744d;--icon-fg:#b45309f2}.AccountRoute-module__qoLtuW__milestoneIcon_spark{--icon-bg:linear-gradient(135deg,#4fb4772e,#38bdf829);--icon-border:#4fb47742;--icon-fg:#2f8652f2}.AccountRoute-module__qoLtuW__milestoneIcon_messages{--icon-bg:linear-gradient(135deg,#3b82f62e,#22c55e24);--icon-border:#3b82f63d;--icon-fg:#2563ebf2}.AccountRoute-module__qoLtuW__milestoneIcon_moon{--icon-bg:linear-gradient(135deg,#94a3b838,#4fb4771a);--icon-border:#94a3b847;--icon-fg:#475569f2}.AccountRoute-module__qoLtuW__milestonePillText{flex-direction:column;flex:auto;gap:.1rem;min-width:0;display:flex}.AccountRoute-module__qoLtuW__milestonePill{border-radius:var(--radius-pill);font-size:var(--font-size-xs);color:#0f172ab8;white-space:nowrap;background:#0f172a0f;flex:none;align-items:center;padding:.2rem .6rem;font-weight:700;display:inline-flex}.AccountRoute-module__qoLtuW__milestoneTitle{font-size:var(--font-size-sm);white-space:nowrap;text-overflow:ellipsis;line-height:1.15;overflow:hidden}.AccountRoute-module__qoLtuW__milestoneDescription{font-size:var(--font-size-xs);color:var(--color-foreground-muted);white-space:nowrap;text-overflow:ellipsis;margin:0;line-height:1.25;overflow:hidden}.AccountRoute-module__qoLtuW__milestoneCardAchieved .AccountRoute-module__qoLtuW__milestonePill{color:var(--color-success);background:#4fb47729}.AccountRoute-module__qoLtuW__milestoneCardSkeleton{border-radius:var(--radius-pill);flex:none;width:320px;height:64px}.AccountRoute-module__qoLtuW__privacyTable{border-collapse:collapse;width:100%;font-size:var(--font-size-sm)}.AccountRoute-module__qoLtuW__privacyTable th,.AccountRoute-module__qoLtuW__privacyTable td{text-align:left;border-bottom:1px solid #285e411f;padding:.75rem .5rem}.AccountRoute-module__qoLtuW__privacyBadge{border-radius:var(--radius-pill);font-size:var(--font-size-xs);align-items:center;padding:.1rem .6rem;font-weight:600;display:inline-flex}.AccountRoute-module__qoLtuW__privacyHint{font-size:var(--font-size-xs);color:var(--color-danger);margin-top:.35rem;font-weight:600}.AccountRoute-module__qoLtuW__statusQueued,.AccountRoute-module__qoLtuW__statusReceived{color:var(--color-accent-strong);background:#2f86521f}.AccountRoute-module__qoLtuW__statusProcessing,.AccountRoute-module__qoLtuW__statusInProgress{color:#a66300;background:#ffc10733}.AccountRoute-module__qoLtuW__statusCompleted{color:var(--color-success);background:#4fb47733}.AccountRoute-module__qoLtuW__statusRejected{color:var(--color-danger);background:#d6454526}.AccountRoute-module__qoLtuW__statusCancelled{color:var(--color-foreground-muted);background:#222e2a14}.AccountRoute-module__qoLtuW__privacyActions{flex-wrap:wrap;gap:.75rem;display:flex}.AccountRoute-module__qoLtuW__privacyRowActions{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.AccountRoute-module__qoLtuW__referralSkeleton,.AccountRoute-module__qoLtuW__skeletonRow{border-radius:16px;height:2.5rem}@media (max-width:900px){.AccountRoute-module__qoLtuW__hero{grid-template-columns:1fr}}
