:root{color-scheme:dark;--ds-bg: #090909;--ds-bg-elevated: #121212;--ds-panel: #1a1a1a;--ds-panel-strong: #202020;--ds-border: rgba(255, 255, 255, .08);--ds-border-strong: rgba(255, 255, 255, .14);--ds-text: #f0ece0;--ds-text-muted: rgba(190, 185, 170, .72);--ds-accent: linear-gradient(135deg, #f7ead0 0%, #ead7a1 52%, #d8bf7a 100%);--ds-accent-solid: #e8d48b;--ds-accent-solid-hover: #d9c27a;--ds-accent-foreground: #161109;--ds-accent-border: rgba(232, 212, 139, .42);--ds-accent-ring: rgba(232, 212, 139, .22);--ds-shadow: 0 24px 80px rgba(0, 0, 0, .65)}.ds-connect-button,.ds-wallet-dashboard,.ds-wallet-dashboard button,.ds-wallet-dashboard input,.ds-wallet-dashboard select{font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;letter-spacing:.01em}.ds-connect-button,.ds-wallet-dashboard button,.ds-wallet-dashboard input,.ds-wallet-dashboard select{-moz-appearance:none;appearance:none;-webkit-appearance:none;border-radius:0}.ds-connect-shell{display:inline-flex;flex-wrap:wrap;align-items:center;gap:.75rem}.wallet-input{width:100%;border-radius:0;border:1px solid rgba(80,80,80,1);background:#0f0f0f;padding:.75rem 1rem;color:#f0ece0;transition:border-color .18s ease,box-shadow .18s ease}.wallet-input::-moz-placeholder{color:#646058}.wallet-input::placeholder{color:#646058}.wallet-input:focus{outline:none;border-color:#facc15;box-shadow:0 0 0 4px #eab30829}.ds-connect-button,.ds-disconnect-button,.ds-wallet-option,.ds-wallet-modal__close{transition:transform .18s ease,border-color .18s ease,background-color .18s ease,box-shadow .18s ease,opacity .18s ease}.ds-connect-button{position:relative;overflow:hidden;border-radius:.5rem;border:1px solid var(--ds-accent-border);background:linear-gradient(180deg,var(--ds-accent-solid) 0%,var(--ds-accent-solid-hover) 100%);box-shadow:0 18px 40px #00000073,inset 0 1px #ffffff0f;color:var(--ds-accent-foreground)}.ds-connect-button:hover:not(:disabled),.ds-disconnect-button:hover,.ds-wallet-option:hover:not(:disabled),.ds-wallet-modal__close:hover{transform:translateY(-1px)}.ds-connect-button:disabled,.ds-wallet-option:disabled{cursor:not-allowed;opacity:.72}.ds-connect-button__glow{position:absolute;inset:-30%;background:radial-gradient(circle,rgba(255,248,220,.34) 0%,rgba(251,191,36,.14) 40%,transparent 70%);filter:blur(28px);pointer-events:none}.ds-connect-button__content{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:.875rem;padding:.95rem 1rem}.ds-connect-button__icon-wrap{display:inline-flex;height:2.35rem;width:2.35rem;align-items:center;justify-content:center;border-radius:.45rem;background:linear-gradient(135deg,#fff4bf,#f59e0b);color:#0a0a0a;box-shadow:inset 0 1px #ffffff2e}.ds-connect-button__text{display:flex;min-width:0;flex:1;flex-direction:column;align-items:flex-start;gap:.1rem;font-weight:600;letter-spacing:-.01em}.ds-connect-button__eyebrow,.ds-wallet-modal__eyebrow{font-size:.66rem;letter-spacing:.18em;text-transform:uppercase;color:#beb9aa9e}.ds-wallet-pill,.ds-wallet-option__tag,.ds-wallet-option__badge{display:inline-flex;align-items:center;gap:.35rem;border-radius:0;padding:.45rem .8rem;font-size:.72rem;font-weight:600;letter-spacing:.04em}.ds-wallet-pill{border:1px solid rgba(251,191,36,.25);background:#f59e0b1f;color:#fde68a;box-shadow:inset 0 1px #ffffff0a}.ds-disconnect-button{display:inline-flex;align-items:center;gap:.55rem;border-radius:0;border:1px solid rgba(255,255,255,.1);background:#1a1a1acc;padding:.95rem 1rem;color:#e6e1d2d1;box-shadow:inset 0 1px #ffffff0a}.ds-wallet-modal-backdrop{position:fixed;inset:0;z-index:10000;display:flex;align-items:center;justify-content:center;background:#000000b8;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);padding:1rem}.ds-wallet-modal-backdrop--drawer{align-items:stretch;justify-content:flex-end;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;padding:0;pointer-events:none}.ds-wallet-modal-backdrop--drawer.ds-wallet-modal-backdrop--drawer-left{justify-content:flex-start}.ds-wallet-modal{width:min(100%,42rem);border-radius:0;border:1px solid var(--ds-border-strong);background:linear-gradient(180deg,#131313,#0a0a0a);box-shadow:var(--ds-shadow),0 1px #ffffff0f;color:var(--ds-text);overflow:hidden}.ds-wallet-modal--drawer{position:fixed;top:0;right:0;bottom:0;z-index:10001;display:flex;width:min(100dvw,430px);max-width:min(100dvw,430px);height:100dvh;min-height:100dvh;max-height:100dvh;flex-direction:column;border-width:0 0 0 1px;border-radius:0;animation:ds-wallet-drawer-in .22s ease-out;pointer-events:auto}.ds-wallet-modal--drawer.ds-wallet-modal--drawer-left{right:auto;left:0;border-width:0 1px 0 0;animation:ds-wallet-drawer-in-left .22s ease-out}@keyframes ds-wallet-drawer-in{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes ds-wallet-drawer-in-left{0%{opacity:0;transform:translate(-100%)}to{opacity:1;transform:translate(0)}}@keyframes ds-toast-progress{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.ds-toast-progress{transform-origin:left center;will-change:transform;animation:ds-toast-progress var(--ds-toast-duration, 4s) linear forwards}@media(prefers-reduced-motion:reduce){.ds-wallet-modal--drawer,.ds-wallet-modal--drawer.ds-wallet-modal--drawer-left{animation:none}.ds-toast-progress{animation:none;transform:scaleX(1)}}.ds-wallet-modal__hero{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1.5rem 1.5rem 1rem;background:radial-gradient(circle at top left,rgba(255,255,255,.06),transparent 42%)}.ds-wallet-modal__title{margin-top:.35rem;font-size:clamp(1.75rem,4vw,2.25rem);line-height:1.05;font-weight:700;letter-spacing:-.03em}.ds-wallet-modal__subtitle,.ds-wallet-option__subtitle,.ds-wallet-modal__footer{color:var(--ds-text-muted)}.ds-wallet-modal__subtitle{margin-top:.75rem;max-width:34rem;font-size:.96rem;line-height:1.6}.ds-wallet-modal__close{display:inline-flex;align-items:center;justify-content:center;border-radius:0;border:1px solid rgba(255,255,255,.12);background:#ffffff0a;padding:.65rem;color:#e6e1d2bd}.ds-wallet-modal__alert{margin:0 1.5rem 1rem;display:flex;align-items:flex-start;gap:.75rem;border-radius:0;border:1px solid #fbbf24;background:#ffffff0f;padding:.875rem 1rem;font-size:.92rem;color:#fde68a}.ds-wallet-options{display:grid;gap:.9rem;padding:0 1.5rem 1.5rem}.ds-wallet-option{position:relative;overflow:hidden;width:100%;border-radius:0;border:1px solid rgba(255,255,255,.09);background:linear-gradient(180deg,#202020,#181818);text-align:left;box-shadow:inset 0 1px #ffffff0a}.ds-wallet-option__accent{position:absolute;inset:0;background-image:linear-gradient(135deg,transparent,transparent),var(--ds-accent);opacity:.14;-webkit-mask-image:linear-gradient(90deg,rgba(0,0,0,1),transparent 70%);mask-image:linear-gradient(90deg,rgba(0,0,0,1),transparent 70%)}.ds-wallet-option__content{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.05rem 1.1rem}.ds-wallet-option__leading,.ds-wallet-option__trailing{display:flex;align-items:center;gap:.9rem}.ds-wallet-option__trailing{flex-shrink:0}.ds-wallet-option__icon{display:inline-flex;height:2.75rem;width:2.75rem;flex-shrink:0;align-items:center;justify-content:center;border-radius:0;background:linear-gradient(135deg,#e7e7e7,#8f8f8f);color:#0a0a0a;box-shadow:0 8px 24px #00000059}.ds-wallet-option__title{font-size:1rem;font-weight:600;letter-spacing:-.02em;color:var(--ds-text)}.ds-wallet-option__subtitle{margin-top:.25rem;max-width:24rem;font-size:.88rem;line-height:1.55}.ds-wallet-option__tag{border:1px solid rgba(255,255,255,.14);background:#ffffff0f;color:#f5f5f5}.ds-wallet-option__badge{border:1px solid transparent;box-shadow:inset 0 1px #ffffff0f}.ds-wallet-modal__footer{border-top:1px solid rgba(255,255,255,.08);padding:1rem 1.5rem 1.35rem;font-size:.82rem;line-height:1.55}@keyframes slide-up{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.animate-slide-up{animation:slide-up .3s ease-out}@media(max-width:640px){.ds-connect-shell,.ds-connect-button,.ds-disconnect-button{width:100%}.ds-wallet-modal{border-radius:0}.ds-wallet-option__content{flex-direction:column;align-items:flex-start}.ds-wallet-option__trailing{width:100%;justify-content:space-between}}:is(html[data-theme=light],.ds-light){color-scheme:light;--ds-bg: #fafaf8;--ds-bg-elevated: #f2f0eb;--ds-panel: #e8e5de;--ds-panel-strong: #dedad2;--ds-border: rgba(0, 0, 0, .08);--ds-border-strong: rgba(0, 0, 0, .14);--ds-text: #0f0e0d;--ds-text-muted: rgba(60, 56, 50, .7);--ds-accent: linear-gradient(135deg, #c9a84c 0%, #e8d48b 52%, #f7ead0 100%);--ds-accent-solid: #e8d48b;--ds-accent-solid-hover: #d9c27a;--ds-accent-foreground: #161109;--ds-accent-border: rgba(232, 212, 139, .6);--ds-accent-ring: rgba(232, 212, 139, .3);--ds-shadow: 0 24px 80px rgba(0, 0, 0, .15)}.ds-light.ds-wallet-modal-backdrop{background:#0006}.ds-light .ds-wallet-modal{background:linear-gradient(180deg,#f2f0eb,#fafaf8);color:var(--ds-text);border-color:#0000001f}.ds-light .ds-wallet-modal__close{border-color:#00000024;background:#0000000a;color:#28241ebd}.ds-light .ds-wallet-modal__close:hover{background:#00000014}.ds-light .ds-wallet-modal__alert{background:#0000000a}.ds-light .ds-wallet-option{border-color:#0000001a;background:linear-gradient(180deg,#f8f6f1,#ede9e2)}.ds-light .ds-wallet-option__title{color:#0f0e0d}.ds-light .ds-wallet-option__tag{border-color:#0000001f;background:#0000000f;color:#1a1816}.ds-light .ds-wallet-modal__footer{border-top-color:#00000014;color:var(--ds-text-muted)}.ds-light .ds-disconnect-button{border-color:#0000001f;background:#f0ece4cc;color:#1e1a14d1}.ds-light .wallet-input{border-color:#00000038;background:#eeebe4;color:#0f0e0d}.ds-light .wallet-input::-moz-placeholder{color:#504b4480}.ds-light .wallet-input::placeholder{color:#504b4480}.ds-light .wallet-input:focus{border-color:#e8d48b;box-shadow:0 0 0 4px #e8d48b38}.ds-charms-tools{color:var(--ds-text)}:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard{background-color:#f5f4f1;color:#0f0e0d;border-color:#0000001f}:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard .text-white{color:#0f0e0d}:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard .text-white\/80,:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard .text-white\/70,:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard .text-white\/65,:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard .text-white\/60,:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard .text-white\/55,:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard .text-white\/45,:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard .text-white\/35{color:#28231ca6}:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard .bg-zinc-950,:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard .bg-\[\#0A0A0A\],:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard .bg-\[\#0a0a0a\]{background-color:#ede9e2}:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard .bg-zinc-900{background-color:#e3dfd8}:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard .bg-zinc-800{background-color:#d8d4cc}:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard .bg-zinc-700{background-color:#c8c3b9}:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard .bg-white\/5{background-color:#0000000d}:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard .bg-white\/10{background-color:#00000014}:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard .bg-white\/15{background-color:#0000001a}:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard .hover\:bg-white\/5:hover{background-color:#0000000d}:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard .hover\:bg-white\/10:hover{background-color:#00000014}:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard .border-white\/10{border-color:#0000001a}:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard .border-white\/25{border-color:#0003}:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard .border-white\/40{border-color:#00000059}:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard .border-zinc-700{border-color:#00000024}:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard .border-b.border-white\/10{border-bottom-color:#0000001a}:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard .bg-zinc-800.hover\:bg-zinc-700{background-color:#d8d4cc}:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard .bg-neutral-200{background-color:#e8e5de}:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard input[class*=bg-transparent]{color:#0f0e0d}:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard input[class*=bg-transparent]::-moz-placeholder{color:#504b4480}:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard input[class*=bg-transparent]::placeholder{color:#504b4480}:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard .hover\:text-white:hover{color:#0f0e0d}.ds-light .ds-modal-tab--active{border-color:#0006;background:#0000001f;color:#0f0e0d}.ds-light .ds-modal-tab--inactive{border-color:#0000001a;background:#0000000a;color:#28231ca6}.ds-light .ds-modal-tab--inactive:hover{background:#00000014}:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard .text-white\/70,:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard .text-white\/60,:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard .text-white\/50,:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard .text-white\/45,:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard .text-white\/40{color:#28231ca6!important}:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard .text-white\/90,:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard .text-white\/80{color:#0f0e0d!important}:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard .text-white,:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard .text-zinc-100,:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard .font-semibold.text-white{color:#0f0e0d!important}:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard .text-\[\#D4D4D4\],:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard .text-\[\#E5E5E5\]{color:#44413a!important}:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard button:has(.text-white\/70) .text-white\/70,:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard .text-white\/50,:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard button:has(svg) .text-white\/50{color:#57534e!important}:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard .border-b.border-zinc-700{border-color:#d1ccc4!important}:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard button[style*=border-zinc-700],:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard .border-zinc-700{border-color:#c8c3b9!important}:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard .bg-zinc-950,:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard .bg-\[\#0A0A0A\]{background-color:#f5f4f1!important}:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard .bg-zinc-900{background-color:#ede9e2!important}:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard .bg-zinc-800{background-color:#e3dfd8!important}:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard button.border-zinc-600,:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard .border-zinc-600{border-color:#c8a84c!important;background-color:#f5f4f1!important;color:#0f0e0d!important}:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard button.border-zinc-700.bg-zinc-950,:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard .text-white\/40{color:#6b665d!important;background-color:#ede9e2!important}:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard button.border-zinc-700.bg-zinc-950:hover,:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard .hover\:bg-white\/5:hover{background-color:#e3dfd8!important;color:#0f0e0d!important}:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard .border-zinc-700{border-color:#c8c3b9!important}:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard .bg-zinc-950{background-color:#f5f4f1!important}:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard .bg-zinc-900,:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard .bg-gray-900{background-color:#ede9e2!important}:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard .hover\:bg-zinc-800:hover,:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard .hover\:bg-gray-700:hover,:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard .hover\:bg-gray-800:hover{background-color:#e3dfd8!important}:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard .text-red-300{color:#c04a4a!important}:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard .text-red-300\/90{color:#b53f3f!important}:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard svg.text-white\/70,:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard svg.text-white\/60,:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard svg.text-white\/50{color:#57534e!important}:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard svg.text-white{color:#0f0e0d!important}:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard .text-\[\#D4D4D4\]{color:#57534e!important}:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard .text-zinc-300,:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard .text-white\/45,:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard .text-white\/30{color:#78716c!important}:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard .text-white\/35{color:#6b665d!important}:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard .border-white\/10,:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard .border-white\/5{border-color:#0000001a!important}:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard .border-white\/25{border-color:#0000002e!important}:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard .border-b.border-white\/10{border-color:#d1ccc4!important}:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard button.border-\[\#D4A017\],:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard .border-\[\#D4A017\]{border-color:#c9a84c!important}:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard .text-white\/35,:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard .text-white\/40{color:#6b665d!important}:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard button.border-transparent.text-white\/40,:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard .text-white\/40{color:#6b665d!important}:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard button.border-transparent.text-white\/40:hover,:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard .hover\:text-white\/70:hover{color:#0f0e0d!important}:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard button.border-\[\#D4A017\].text-white,:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard .text-white{color:#0f0e0d!important}:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard input.wallet-input,:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard select.wallet-input{border-color:#00000038!important;background-color:#fff!important;color:#0f0e0d!important}:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard input.wallet-input::-moz-placeholder{color:#504b4485!important}:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard input.wallet-input::placeholder{color:#504b4485!important}:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard input.wallet-input:focus,:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard select.wallet-input:focus{border-color:#c9a84c!important;box-shadow:0 0 0 4px #c9a84c38!important}:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard .border-yellow-500\/20{border-color:#78350f61!important}:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard .border-yellow-500\/30{border-color:#78350f7a!important}:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard .bg-yellow-500\/10,:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard .bg-yellow-500\/8{background-color:#fef3c7eb!important}:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard .bg-yellow-500\/20{background-color:#fde68aa6!important}:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard .text-\[\#F8E7A1\]{color:#713f12!important}:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard .text-yellow-100,:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard .text-yellow-200{color:#713f12!important}:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard .text-yellow-300{color:#854d0e!important}:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard .text-yellow-400{color:#a16207!important}:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard .text-yellow-400\/90{color:#92400e!important}:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard .text-yellow-200\/90{color:#713f12!important}:is([data-ds-theme=light].ds-wallet-menu,html[data-theme=light] .ds-wallet-menu){border-color:#0000001f!important;background-color:#f5f4f1!important;color:#0f0e0d}:is([data-ds-theme=light].ds-wallet-menu,html[data-theme=light] .ds-wallet-menu) .text-white,:is([data-ds-theme=light].ds-wallet-menu,html[data-theme=light] .ds-wallet-menu) .text-white\/90{color:#0f0e0d!important}:is([data-ds-theme=light].ds-wallet-menu,html[data-theme=light] .ds-wallet-menu) .text-white\/45,:is([data-ds-theme=light].ds-wallet-menu,html[data-theme=light] .ds-wallet-menu) .text-white\/70{color:#28231ca6!important}:is([data-ds-theme=light].ds-wallet-menu,html[data-theme=light] .ds-wallet-menu) svg.text-white\/70,:is([data-ds-theme=light].ds-wallet-menu,html[data-theme=light] .ds-wallet-menu) svg.text-white\/90{color:#57534e!important}:is([data-ds-theme=light].ds-wallet-menu,html[data-theme=light] .ds-wallet-menu) .bg-gray-700,:is([data-ds-theme=light].ds-wallet-menu,html[data-theme=light] .ds-wallet-menu) .bg-zinc-800{background-color:#e3dfd8!important}:is([data-ds-theme=light].ds-wallet-menu,html[data-theme=light] .ds-wallet-menu) .hover\:bg-gray-800:hover,:is([data-ds-theme=light].ds-wallet-menu,html[data-theme=light] .ds-wallet-menu) .hover\:bg-zinc-900:hover{background-color:#e3dfd8!important}:is([data-ds-theme=light].ds-wallet-menu,html[data-theme=light] .ds-wallet-menu) .text-red-300,:is([data-ds-theme=light].ds-wallet-menu,html[data-theme=light] .ds-wallet-menu) .text-red-300\/90{color:#c04a4a!important}:is([data-ds-theme=light].ds-wallet-menu,html[data-theme=light] .ds-wallet-menu) .hover\:bg-red-500\/10:hover{background-color:#c04a4a1a!important}:is([data-ds-theme=light].ds-wallet-menu,html[data-theme=light] .ds-wallet-menu) .bg-red-500\/20{background-color:#c04a4a24!important}:is([data-ds-theme=light].ds-wallet-menu,html[data-theme=light] .ds-wallet-menu) .text-yellow-200\/90{color:#854d0e!important}:is([data-ds-theme=light].ds-wallet-menu,html[data-theme=light] .ds-wallet-menu) .hover\:bg-yellow-500\/10:hover{background-color:#c9a84c1f!important}:is([data-ds-theme=light].ds-wallet-menu,html[data-theme=light] .ds-wallet-menu) .bg-yellow-500\/20{background-color:#c9a84c2e!important}:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard .bg-black\/30,:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard .bg-black\/35,:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard .bg-black\/40,:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard .bg-black\/50,:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard .bg-black\/60{background-color:#0000000a!important}:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard .bg-zinc-900\/90,:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard .bg-zinc-900\/60,:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard .bg-zinc-950\/80,:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard .bg-zinc-950\/60{background-color:#ede9e2!important}:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard .bg-\[\#0A0A0A\]\/95,:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard .bg-\[\#0a0a0a\]\/95{background-color:#f5f4f1f2!important}html[data-theme=light] .wallet-input,:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard .wallet-input{border-color:#00000038!important;background:#fff!important;color:#0f0e0d!important}html[data-theme=light] .wallet-input::-moz-placeholder,:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard .wallet-input::-moz-placeholder{color:#504b4485!important}html[data-theme=light] .wallet-input::placeholder,:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard .wallet-input::placeholder{color:#504b4485!important}.ds-pin-numpad{display:flex;flex-direction:column;gap:1rem}.ds-pin-numpad__dots{display:flex;align-items:center;justify-content:center;gap:.625rem;padding:.25rem 0}.ds-pin-numpad__dot{width:.75rem;height:.75rem;border-radius:999px;border:1px solid rgba(255,255,255,.25);background:transparent;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease}.ds-pin-numpad__dot--filled{border-color:#fcd34d;background:#fcd34d;box-shadow:0 0 10px #fcd34d59}.ds-pin-numpad__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem;width:100%;max-width:15rem;margin:0 auto}.ds-pin-numpad__key{display:flex;align-items:center;justify-content:center;min-height:3rem;padding:0;border-radius:.75rem;border:1px solid rgba(255,255,255,.1);background:#ffffff0a;color:#fff;font:inherit;cursor:pointer;transition:border-color .12s ease,background .12s ease,transform .08s ease}.ds-pin-numpad__key--digit{font-size:1.125rem;font-weight:600;font-variant-numeric:tabular-nums}.ds-pin-numpad__key--digit:hover:not(:disabled){border-color:#fcd34d4d;background:#fcd34d1a}.ds-pin-numpad__key--back{color:#fffc}.ds-pin-numpad__key--back:hover:not(:disabled){border-color:#fff3;background:#ffffff14}.ds-pin-numpad__key--go{border-color:#fcd34d59;background:#fcd34d26;color:#fcd34d;font-size:.65rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.ds-pin-numpad__key--go:hover:not(:disabled){background:#fcd34d40}.ds-pin-numpad__key:disabled{cursor:not-allowed;opacity:.35}.ds-pin-numpad__key:active:not(:disabled){transform:scale(.97)}.ds-pin-numpad__key:focus-visible{outline:2px solid rgba(252,211,77,.45);outline-offset:2px}.ds-pin-numpad__icon{width:1.25rem;height:1.25rem}body.wallet-drawer-paw-open{--wallet-drawer-width: min(460px, 96vw);--wallet-drawer-bottom: 0;--wallet-paw-grip-offset: 200px}.wallet-paw-grip{position:fixed;right:calc(var(--wallet-drawer-width, min(460px, 96vw)) - var(--wallet-paw-grip-offset, 200px));bottom:0;z-index:10000;width:clamp(165px,28vmin,300px);line-height:0;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;transform-origin:100% 100%;will-change:transform,opacity}.wallet-paw-grip img{display:block;width:100%;height:auto;transform:scaleX(-1);transform-origin:100% 100%;filter:drop-shadow(-8px 4px 20px rgba(0,0,0,.5))}:root:not([data-theme=light]) .wallet-paw-grip img{mix-blend-mode:screen}:root[data-theme=light] .wallet-paw-grip img{mix-blend-mode:multiply;opacity:.94}body.wallet-drawer-paw-open .ds-wallet-modal--drawer,body.wallet-drawer-paw-open [data-headlessui-portal] .ds-wallet-dashboard{width:var(--wallet-drawer-width)!important;max-width:var(--wallet-drawer-width)!important;right:0!important;bottom:var(--wallet-drawer-bottom)!important;top:auto!important;height:min(88vh,900px)!important;max-height:100vh!important;z-index:10001!important;border-radius:1.75rem 0 0!important;border:4px solid #e8d48b!important;border-right:none!important;border-bottom:none!important;background:#08080cad!important;backdrop-filter:blur(20px) saturate(1.12);-webkit-backdrop-filter:blur(20px) saturate(1.12);box-shadow:-6px 0 #c9a227,-20px 0 56px #0000008c,0 0 0 1px #f7c9488c,inset 0 1px #ffecb338,inset 4px 0 16px #00000047!important;overflow:hidden}body.wallet-drawer-paw-open .ds-wallet-modal--drawer .ds-wallet-dashboard,body.wallet-drawer-paw-open [data-headlessui-portal] .ds-wallet-dashboard>.shrink-0,body.wallet-drawer-paw-open [data-headlessui-portal] .ds-wallet-dashboard>.min-h-0{background:transparent}:root[data-theme=light] body.wallet-drawer-paw-open [data-headlessui-portal] .ds-wallet-dashboard{background:#f5f4f1c7!important;backdrop-filter:blur(22px) saturate(1.05);-webkit-backdrop-filter:blur(22px) saturate(1.05)}body.wallet-drawer-paw-open .ds-wallet-modal--drawer .ds-wallet-dashboard,body.wallet-drawer-paw-open [data-headlessui-portal] .ds-wallet-dashboard{border-radius:inherit;box-shadow:inset 0 0 0 1px #d4a01766;border-left:2px solid rgba(247,201,72,.28)}body.wallet-drawer-paw-open [data-headlessui-portal] .ds-wallet-dashboard:before{content:"";position:absolute;left:0;top:0;bottom:0;width:28%;max-width:9rem;pointer-events:none;z-index:0;background:linear-gradient(90deg,rgba(247,201,72,.06) 0%,rgba(8,8,12,.02) 55%,transparent 100%)}body.wallet-drawer-paw-open [data-headlessui-portal] .ds-wallet-dashboard>*{position:relative;z-index:1}body.wallet-drawer-paw-open .ds-wallet-modal-backdrop--drawer{background:#0000009e!important;z-index:9998!important}.ds-wallet-dashboard.flex.flex-col{min-height:0}.ds-wallet-dashboard.flex.flex-col>.min-h-0,.ds-wallet-dashboard.flex.flex-col>.flex-1{min-height:0;-webkit-overflow-scrolling:touch}[data-headlessui-portal],.ds-wallet-modal-backdrop,.ds-wallet-modal-backdrop--drawer{z-index:10000}:root:not([data-theme=light]) [data-headlessui-portal] .ds-wallet-dashboard,:root:not([data-theme=light]) .ds-wallet-modal-backdrop .ds-wallet-dashboard{color-scheme:dark}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:Inter,system-ui,sans-serif;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}:root{color-scheme:dark;scrollbar-color:#f09d35 rgba(32,20,4,.9);scrollbar-width:thin}*{border-color:#0f172a33}body{background-image:linear-gradient(135deg,#0f172a,#1e293b);--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard body{color:#0f0e0d}:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard body,:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard body.font-semibold{color:#0f0e0d}:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard svgbody{color:#0f0e0d}:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard buttonbody.border-\[\#D4A017\],:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard body{color:#0f0e0d}:is([data-ds-theme=light].ds-wallet-menu,html[data-theme=light] .ds-wallet-menu) body{color:#0f0e0d}body{font-family:Inter,system-ui,sans-serif}h1,h2,h3,h4,h5,h6{font-family:Poppins,sans-serif;font-weight:700}button{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}*::-webkit-scrollbar{width:12px;height:12px}*::-webkit-scrollbar-track{background:linear-gradient(180deg,#201404f2,#372207e6);border-left:1px solid rgba(240,157,53,.2)}*::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#f8b04e,#f09d35 45%,#cf7a1c);border-radius:999px;border:2px solid rgba(32,20,4,.95);box-shadow:0 0 8px #f09d3559}*::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#ffc36f,#f2aa45,#d3842b);box-shadow:0 0 14px #f09d358c}*::-webkit-scrollbar-corner{background:#201404f2}.\!container{width:100%!important}.container{width:100%}@media(min-width:640px){.\!container{max-width:640px!important}.container{max-width:640px}}@media(min-width:768px){.\!container{max-width:768px!important}.container{max-width:768px}}@media(min-width:1024px){.\!container{max-width:1024px!important}.container{max-width:1024px}}@media(min-width:1280px){.\!container{max-width:1280px!important}.container{max-width:1280px}}@media(min-width:1536px){.\!container{max-width:1536px!important}.container{max-width:1536px}}.btn-primary{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));border-radius:.5rem;background-image:linear-gradient(135deg,gold,#f09d35);padding:.75rem 1.5rem;font-weight:600;--tw-text-opacity: 1;color:rgb(15 23 42 / var(--tw-text-opacity, 1));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard .btn-primary.text-white{color:#0f0e0d}.btn-primary:hover{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));--tw-shadow: 0 0 40px rgba(240, 157, 53, .5);--tw-shadow-colored: 0 0 40px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.btn-primary:disabled{cursor:not-allowed;opacity:.5}.btn-primary:hover:disabled{--tw-scale-x: 1;--tw-scale-y: 1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.btn-secondary{border-radius:.5rem;border-width:2px;--tw-border-opacity: 1;border-color:rgb(240 157 53 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(30 41 59 / var(--tw-bg-opacity, 1));padding:.75rem 1.5rem;font-weight:600;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard .btn-secondary{color:#0f0e0d}:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard .btn-secondary,:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard .font-semibold.btn-secondary{color:#0f0e0d}:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard .btn-secondary.text-white{color:#0f0e0d}:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard svg.btn-secondary{color:#0f0e0d}:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard button.border-\[\#D4A017\].btn-secondary,:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard .btn-secondary{color:#0f0e0d}:is([data-ds-theme=light].ds-wallet-menu,html[data-theme=light] .ds-wallet-menu) .btn-secondary{color:#0f0e0d}.btn-secondary:hover{background-color:rgb(240 157 53 / var(--tw-bg-opacity, 1));--tw-bg-opacity: .1}.btn-secondary:disabled{cursor:not-allowed;opacity:.5}.card{border-radius:.75rem;border-width:1px;border-color:rgb(216 124 14 / var(--tw-border-opacity, 1));--tw-border-opacity: .3;background-image:linear-gradient(to bottom right,var(--tw-gradient-stops));--tw-gradient-from: #1e293b var(--tw-gradient-from-position);--tw-gradient-to: rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: #0f172a var(--tw-gradient-to-position);padding:1rem;--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.card-hover{border-radius:.75rem;border-width:1px;border-color:rgb(216 124 14 / var(--tw-border-opacity, 1));--tw-border-opacity: .3;background-image:linear-gradient(to bottom right,var(--tw-gradient-stops));--tw-gradient-from: #1e293b var(--tw-gradient-from-position);--tw-gradient-to: rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: #0f172a var(--tw-gradient-to-position);padding:1rem;--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);cursor:pointer;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.card-hover:hover{border-color:rgb(240 157 53 / var(--tw-border-opacity, 1));--tw-border-opacity: .6;--tw-shadow: 0 0 20px rgba(240, 157, 53, .4);--tw-shadow-colored: 0 0 20px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.badge{display:inline-flex;align-items:center;border-radius:9999px;padding:.25rem .75rem;font-size:.875rem;line-height:1.25rem;font-weight:600}:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard .badge.text-white{color:#0f0e0d}.badge-gold{display:inline-flex;align-items:center;border-radius:9999px;padding:.25rem .75rem;font-size:.875rem;line-height:1.25rem;font-weight:600}:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard .badge-gold.text-white{color:#0f0e0d}.badge-gold{background-color:rgb(216 124 14 / var(--tw-bg-opacity, 1));--tw-bg-opacity: .3;--tw-text-opacity: 1;color:rgb(250 199 163 / var(--tw-text-opacity, 1))}.badge-success{display:inline-flex;align-items:center;border-radius:9999px;padding:.25rem .75rem;font-size:.875rem;line-height:1.25rem;font-weight:600}:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard .badge-success.text-white{color:#0f0e0d}.badge-success{background-color:rgb(16 185 129 / var(--tw-bg-opacity, 1));--tw-bg-opacity: .3;--tw-text-opacity: 1;color:rgb(16 185 129 / var(--tw-text-opacity, 1))}.badge-danger{display:inline-flex;align-items:center;border-radius:9999px;padding:.25rem .75rem;font-size:.875rem;line-height:1.25rem;font-weight:600}:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard .badge-danger.text-white{color:#0f0e0d}.badge-danger{background-color:rgb(220 38 38 / var(--tw-bg-opacity, 1));--tw-bg-opacity: .3;--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.badge-warning{display:inline-flex;align-items:center;border-radius:9999px;padding:.25rem .75rem;font-size:.875rem;line-height:1.25rem;font-weight:600}:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard .badge-warning.text-white{color:#0f0e0d}.badge-warning{background-color:rgb(202 138 4 / var(--tw-bg-opacity, 1));--tw-bg-opacity: .3;--tw-text-opacity: 1;color:rgb(253 224 71 / var(--tw-text-opacity, 1))}:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard .badge-warning{color:#854d0e}.input-focus{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.input-focus:focus{--tw-border-opacity: 1;border-color:rgb(240 157 53 / var(--tw-border-opacity, 1));outline:2px solid transparent;outline-offset:2px;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-color: rgb(240 157 53 / var(--tw-ring-opacity, 1));--tw-ring-opacity: .5}.text-gradient-gold{background-image:linear-gradient(135deg,gold,#f09d35);-webkit-background-clip:text;background-clip:text;color:transparent}.loader{display:inline-block}.loader{animation:spin 1s linear infinite}.table-header{border-bottom-width:1px;border-color:rgb(216 124 14 / var(--tw-border-opacity, 1));--tw-border-opacity: .2;background-color:rgb(30 41 59 / var(--tw-bg-opacity, 1));--tw-bg-opacity: .5}:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard .table-header.border-white\/10{border-bottom-color:#0000001a}:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard .table-header.border-zinc-700{border-color:#d1ccc4}:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard .table-header.border-white\/10{border-color:#d1ccc4}.table-row{border-bottom-width:1px;border-color:rgb(216 124 14 / var(--tw-border-opacity, 1));--tw-border-opacity: .1;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard .table-row.border-white\/10{border-bottom-color:#0000001a}:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard .table-row.border-zinc-700{border-color:#d1ccc4}:is([data-ds-theme=light],html[data-theme=light]) .ds-wallet-dashboard .table-row.border-white\/10{border-color:#d1ccc4}.table-row:hover{background-color:rgb(216 124 14 / var(--tw-bg-opacity, 1));--tw-bg-opacity: .05}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.not-sr-only{position:static;width:auto;height:auto;padding:0;margin:0;overflow:visible;clip:auto;white-space:normal}.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}.visible{visibility:visible}.invisible{visibility:hidden}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{inset:0}.inset-x-0{left:0;right:0}.-bottom-0\.5{bottom:-.125rem}.-bottom-1{bottom:-.25rem}.-right-0\.5{right:-.125rem}.-right-1{right:-.25rem}.-right-6{right:-1.5rem}.-top-1{top:-.25rem}.-top-12{top:-3rem}.-top-6{top:-1.5rem}.bottom-0{bottom:0}.bottom-4{bottom:1rem}.left-0{left:0}.left-1\/2{left:50%}.left-4{left:1rem}.left-\[50\%\]{left:50%}.right-0{right:0}.right-0\.5{right:.125rem}.right-1{right:.25rem}.right-4{right:1rem}.top-0{top:0}.top-0\.5{top:.125rem}.top-1{top:.25rem}.top-1\/2{top:50%}.top-20{top:5rem}.top-4{top:1rem}.top-\[50\%\]{top:50%}.top-full{top:100%}.isolate{isolation:isolate}.isolation-auto{isolation:auto}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}.z-\[10001\]{z-index:10001}.z-\[10002\]{z-index:10002}.z-\[100\]{z-index:100}.z-\[110\]{z-index:110}.z-\[120\]{z-index:120}.z-\[130\]{z-index:130}.z-\[200\]{z-index:200}.z-\[201\]{z-index:201}.z-\[70\]{z-index:70}.z-\[80\]{z-index:80}.z-\[9999\]{z-index:9999}.col-span-2{grid-column:span 2 / span 2}.m-0{margin:0}.-mx-4{margin-left:-1rem;margin-right:-1rem}.mx-auto{margin-left:auto;margin-right:auto}.my-4{margin-top:1rem;margin-bottom:1rem}.my-8{margin-top:2rem;margin-bottom:2rem}.-mb-px{margin-bottom:-1px}.-mr-1{margin-right:-.25rem}.-mt-16{margin-top:-4rem}.-mt-4{margin-top:-1rem}.mb-1{margin-bottom:.25rem}.mb-1\.5{margin-bottom:.375rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.ml-0\.5{margin-left:.125rem}.ml-1{margin-left:.25rem}.ml-1\.5{margin-left:.375rem}.ml-2{margin-left:.5rem}.ml-4{margin-left:1rem}.ml-auto{margin-left:auto}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-1\.5{margin-top:.375rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.inline-table{display:inline-table}.table-caption{display:table-caption}.table-cell{display:table-cell}.table-column{display:table-column}.table-column-group{display:table-column-group}.table-footer-group{display:table-footer-group}.table-header-group{display:table-header-group}.table-row-group{display:table-row-group}.table-row{display:table-row}.flow-root{display:flow-root}.grid{display:grid}.inline-grid{display:inline-grid}.contents{display:contents}.list-item{display:list-item}.hidden{display:none}.aspect-square{aspect-ratio:1 / 1}.h-0{height:0px}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-12{height:3rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-2{height:.5rem}.h-2\.5{height:.625rem}.h-20{height:5rem}.h-24{height:6rem}.h-28{height:7rem}.h-3{height:.75rem}.h-3\.5{height:.875rem}.h-32{height:8rem}.h-36{height:9rem}.h-4{height:1rem}.h-48{height:12rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-64{height:16rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-\[100dvh\]{height:100dvh}.h-\[28\%\]{height:28%}.h-\[4\.25rem\]{height:4.25rem}.h-\[72\%\]{height:72%}.h-\[calc\(100vh-80px\)\]{height:calc(100vh - 80px)}.h-auto{height:auto}.h-full{height:100%}.h-screen{height:100vh}.max-h-64{max-height:16rem}.max-h-\[100dvh\]{max-height:100dvh}.max-h-\[80vh\]{max-height:80vh}.max-h-\[85vh\]{max-height:85vh}.max-h-\[92vh\]{max-height:92vh}.\!min-h-10{min-height:2.5rem!important}.min-h-0{min-height:0px}.min-h-10{min-height:2.5rem}.min-h-9{min-height:2.25rem}.min-h-\[44px\]{min-height:44px}.min-h-\[48px\]{min-height:48px}.min-h-\[500px\]{min-height:500px}.min-h-\[52px\]{min-height:52px}.min-h-\[60px\]{min-height:60px}.min-h-\[80px\]{min-height:80px}.min-h-\[calc\(100dvh-9rem\)\]{min-height:calc(100dvh - 9rem)}.min-h-full{min-height:100%}.min-h-screen{min-height:100vh}.w-0{width:0px}.w-10{width:2.5rem}.w-11{width:2.75rem}.w-12{width:3rem}.w-14{width:3.5rem}.w-16{width:4rem}.w-2{width:.5rem}.w-2\.5{width:.625rem}.w-20{width:5rem}.w-24{width:6rem}.w-28{width:7rem}.w-3{width:.75rem}.w-3\.5{width:.875rem}.w-32{width:8rem}.w-36{width:9rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-52{width:13rem}.w-6{width:1.5rem}.w-7{width:1.75rem}.w-8{width:2rem}.w-9{width:2.25rem}.w-96{width:24rem}.w-\[28\%\]{width:28%}.w-\[4\.25rem\]{width:4.25rem}.w-\[72\%\]{width:72%}.w-\[min\(100dvw\,430px\)\]{width:min(100dvw,430px)}.w-auto{width:auto}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.w-max{width:-moz-max-content;width:max-content}.min-w-0{min-width:0px}.min-w-10{min-width:2.5rem}.min-w-32{min-width:8rem}.min-w-40{min-width:10rem}.min-w-\[1\.5rem\]{min-width:1.5rem}.min-w-\[10rem\]{min-width:10rem}.min-w-\[11rem\]{min-width:11rem}.min-w-\[12rem\]{min-width:12rem}.min-w-\[13rem\]{min-width:13rem}.min-w-\[2\.5rem\]{min-width:2.5rem}.min-w-\[2rem\]{min-width:2rem}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-6xl{max-width:72rem}.max-w-\[16\.5rem\]{max-width:16.5rem}.max-w-\[16rem\]{max-width:16rem}.max-w-\[180px\]{max-width:180px}.max-w-\[200px\]{max-width:200px}.max-w-\[240px\]{max-width:240px}.max-w-\[56px\]{max-width:56px}.max-w-\[72px\]{max-width:72px}.max-w-\[90vw\]{max-width:90vw}.max-w-\[calc\(100\%-5\.75rem\)\]{max-width:calc(100% - 5.75rem)}.max-w-\[calc\(100\%-8\.5rem\)\]{max-width:calc(100% - 8.5rem)}.max-w-\[min\(100dvw\,430px\)\]{max-width:min(100dvw,430px)}.max-w-\[min\(18rem\,calc\(100vw-2rem\)\)\]{max-width:min(18rem,calc(100vw - 2rem))}.max-w-lg{max-width:32rem}.max-w-md{max-width:28rem}.max-w-none{max-width:none}.max-w-sm{max-width:24rem}.max-w-xl{max-width:36rem}.max-w-xs{max-width:20rem}.flex-1{flex:1 1 0%}.flex-shrink{flex-shrink:1}.flex-shrink-0{flex-shrink:0}.shrink{flex-shrink:1}.shrink-0{flex-shrink:0}.grow{flex-grow:1}.border-collapse{border-collapse:collapse}.origin-top{transform-origin:top}.-translate-x-1\/2{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-x-full{--tw-translate-x: -100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-0{--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-\[-50\%\]{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-full{--tw-translate-x: 100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-0{--tw-translate-y: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-\[-50\%\]{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-180{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-\[-90deg\]{--tw-rotate: -90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-100{--tw-scale-x: 1;--tw-scale-y: 1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-110{--tw-scale-x: 1.1;--tw-scale-y: 1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-95{--tw-scale-x: .95;--tw-scale-y: .95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes ping{75%,to{transform:scale(2);opacity:0}}.animate-ping{animation:ping 1s cubic-bezier(0,0,.2,1) infinite}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.cursor-crosshair{cursor:crosshair}.cursor-grab{cursor:grab}.cursor-move{cursor:move}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.cursor-wait{cursor:wait}.touch-pinch-zoom{--tw-pinch-zoom: pinch-zoom;touch-action:var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom)}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.resize-none{resize:none}.resize{resize:both}.list-inside{list-style-position:inside}.list-disc{list-style-type:disc}.list-none{list-style-type:none}.appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-\[minmax\(0\,1fr\)_auto\]{grid-template-columns:minmax(0,1fr) auto}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-stretch{align-items:stretch}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.gap-0{gap:0px}.gap-0\.5{gap:.125rem}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-2{gap:.5rem}.gap-2\.5{gap:.625rem}.gap-3{gap:.75rem}.gap-3\.5{gap:.875rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-x-1{-moz-column-gap:.25rem;column-gap:.25rem}.gap-x-3{-moz-column-gap:.75rem;column-gap:.75rem}.gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.gap-x-6{-moz-column-gap:1.5rem;column-gap:1.5rem}.gap-y-0\.5{row-gap:.125rem}.gap-y-1{row-gap:.25rem}.gap-y-2{row-gap:.5rem}.space-y-0\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.125rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.125rem * var(--tw-space-y-reverse))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-1\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.375rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.375rem * var(--tw-space-y-reverse))}.space-y-12>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(3rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(3rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-2\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.625rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.625rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * var(--tw-space-y-reverse))}.space-y-reverse>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 1}.space-x-reverse>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 1}.divide-x>:not([hidden])~:not([hidden]){--tw-divide-x-reverse: 0;border-right-width:calc(1px * var(--tw-divide-x-reverse));border-left-width:calc(1px * calc(1 - var(--tw-divide-x-reverse)))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}.divide-y-reverse>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 1}.divide-x-reverse>:not([hidden])~:not([hidden]){--tw-divide-x-reverse: 1}.divide-white\/5>:not([hidden])~:not([hidden]){border-color:#ffffff0d}.divide-zinc-100>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(244 244 245 / var(--tw-divide-opacity, 1))}.divide-zinc-800>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(39 39 42 / var(--tw-divide-opacity, 1))}.self-start{align-self:flex-start}.self-center{align-self:center}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.overflow-x-visible{overflow-x:visible}.overscroll-contain{overscroll-behavior:contain}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-ellipsis{text-overflow:ellipsis}.text-clip{text-overflow:clip}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-line{white-space:pre-line}.text-wrap{text-wrap:wrap}.break-words{overflow-wrap:break-word}.break-all{word-break:break-all}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-none{border-radius:0}.rounded-sm{border-radius:.125rem}.rounded-xl{border-radius:.75rem}.rounded-b{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.rounded-e{border-start-end-radius:.25rem;border-end-end-radius:.25rem}.rounded-l{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.rounded-r{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.rounded-s{border-start-start-radius:.25rem;border-end-start-radius:.25rem}.rounded-t{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.rounded-t-2xl{border-top-left-radius:1rem;border-top-right-radius:1rem}.rounded-t-\[0\.65rem\]{border-top-left-radius:.65rem;border-top-right-radius:.65rem}.rounded-bl{border-bottom-left-radius:.25rem}.rounded-br{border-bottom-right-radius:.25rem}.rounded-ee{border-end-end-radius:.25rem}.rounded-es{border-end-start-radius:.25rem}.rounded-se{border-start-end-radius:.25rem}.rounded-ss{border-start-start-radius:.25rem}.rounded-tl{border-top-left-radius:.25rem}.rounded-tr{border-top-right-radius:.25rem}.border{border-width:1px}.border-0{border-width:0px}.border-2{border-width:2px}.border-4{border-width:4px}.border-x{border-left-width:1px;border-right-width:1px}.border-y{border-top-width:1px;border-bottom-width:1px}.border-b{border-bottom-width:1px}.border-b-0{border-bottom-width:0px}.border-b-2{border-bottom-width:2px}.border-e{border-inline-end-width:1px}.border-l{border-left-width:1px}.border-r{border-right-width:1px}.border-s{border-inline-start-width:1px}.border-t{border-top-width:1px}.border-dashed{border-style:dashed}.border-\[\#C8A84B\]\/35{border-color:#c8a84b59}.border-\[\#D4A017\]{--tw-border-opacity: 1;border-color:rgb(212 160 23 / var(--tw-border-opacity, 1))}.border-\[\#D4A017\]\/35{border-color:#d4a01759}.border-\[\#D4A017\]\/60{border-color:#d4a01799}.border-\[\#F8E7A1\]\/30{border-color:#f8e7a14d}.border-\[\#FCD34D\]\/30{border-color:#fcd34d4d}.border-\[\#FCD34D\]\/35{border-color:#fcd34d59}.border-\[\#FCD34D\]\/40{border-color:#fcd34d66}.border-\[\#FCD34D\]\/45{border-color:#fcd34d73}.border-\[color\:var\(--ds-accent-border\)\]{border-color:var(--ds-accent-border)}.border-\[var\(--ds-border-strong\,rgba\(255\,255\,255\,0\.14\)\)\]{border-color:var(--ds-border-strong,rgba(255,255,255,.14))}.border-amber-300\/50{border-color:#fcd34d80}.border-amber-400\/25{border-color:#fbbf2440}.border-amber-400\/30{border-color:#fbbf244d}.border-amber-400\/40{border-color:#fbbf2466}.border-amber-400\/50{border-color:#fbbf2480}.border-amber-500\/20{border-color:#f59e0b33}.border-amber-500\/25{border-color:#f59e0b40}.border-amber-500\/30{border-color:#f59e0b4d}.border-amber-500\/35{border-color:#f59e0b59}.border-amber-500\/40{border-color:#f59e0b66}.border-amber-600\/80{border-color:#d97706cc}.border-amber-700{--tw-border-opacity: 1;border-color:rgb(180 83 9 / var(--tw-border-opacity, 1))}.border-amber-900\/50{border-color:#78350f80}.border-black\/10{border-color:#0000001a}.border-casino-emerald{--tw-border-opacity: 1;border-color:rgb(16 185 129 / var(--tw-border-opacity, 1))}.border-casino-emerald\/40{border-color:#10b98166}.border-casino-ruby{--tw-border-opacity: 1;border-color:rgb(220 38 38 / var(--tw-border-opacity, 1))}.border-casino-ruby\/40{border-color:#dc262666}.border-doge-300{--tw-border-opacity: 1;border-color:rgb(250 199 163 / var(--tw-border-opacity, 1))}.border-doge-400{--tw-border-opacity: 1;border-color:rgb(245 164 86 / var(--tw-border-opacity, 1))}.border-doge-400\/60{border-color:#f5a45699}.border-doge-500{--tw-border-opacity: 1;border-color:rgb(240 157 53 / var(--tw-border-opacity, 1))}.border-doge-500\/30{border-color:#f09d354d}.border-doge-500\/40{border-color:#f09d3566}.border-doge-600{--tw-border-opacity: 1;border-color:rgb(216 124 14 / var(--tw-border-opacity, 1))}.border-doge-600\/20{border-color:#d87c0e33}.border-doge-600\/25{border-color:#d87c0e40}.border-doge-600\/30{border-color:#d87c0e4d}.border-emerald-200{--tw-border-opacity: 1;border-color:rgb(167 243 208 / var(--tw-border-opacity, 1))}.border-emerald-200\/35{border-color:#a7f3d059}.border-emerald-400\/20{border-color:#34d39933}.border-emerald-500\/25{border-color:#10b98140}.border-emerald-500\/45{border-color:#10b98173}.border-emerald-600\/40{border-color:#05966966}.border-gray-400{--tw-border-opacity: 1;border-color:rgb(156 163 175 / var(--tw-border-opacity, 1))}.border-gray-600{--tw-border-opacity: 1;border-color:rgb(75 85 99 / var(--tw-border-opacity, 1))}.border-gray-700{--tw-border-opacity: 1;border-color:rgb(55 65 81 / var(--tw-border-opacity, 1))}.border-gray-800{--tw-border-opacity: 1;border-color:rgb(31 41 55 / var(--tw-border-opacity, 1))}.border-green-500\/30{border-color:#22c55e4d}.border-indigo-400\/35{border-color:#818cf859}.border-indigo-400\/45{border-color:#818cf873}.border-indigo-500\/30{border-color:#6366f14d}.border-orange-400{--tw-border-opacity: 1;border-color:rgb(251 146 60 / var(--tw-border-opacity, 1))}.border-orange-500{--tw-border-opacity: 1;border-color:rgb(249 115 22 / var(--tw-border-opacity, 1))}.border-orange-500\/20{border-color:#f9731633}.border-orange-600{--tw-border-opacity: 1;border-color:rgb(234 88 12 / var(--tw-border-opacity, 1))}.border-purple-500{--tw-border-opacity: 1;border-color:rgb(168 85 247 / var(--tw-border-opacity, 1))}.border-red-400\/20{border-color:#f8717133}.border-red-500\/20{border-color:#ef444433}.border-red-500\/25{border-color:#ef444440}.border-red-500\/30{border-color:#ef44444d}.border-transparent{border-color:transparent}.border-white{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}.border-white\/10{border-color:#ffffff1a}.border-white\/15{border-color:#ffffff26}.border-white\/20{border-color:#fff3}.border-white\/25{border-color:#ffffff40}.border-white\/30{border-color:#ffffff4d}.border-white\/40{border-color:#fff6}.border-white\/5{border-color:#ffffff0d}.border-white\/\[0\.06\]{border-color:#ffffff0f}.border-white\/\[0\.08\]{border-color:#ffffff14}.border-yellow-300{--tw-border-opacity: 1;border-color:rgb(253 224 71 / var(--tw-border-opacity, 1))}.border-yellow-400{--tw-border-opacity: 1;border-color:rgb(250 204 21 / var(--tw-border-opacity, 1))}.border-yellow-400\/40{border-color:#facc1566}.border-yellow-500{--tw-border-opacity: 1;border-color:rgb(234 179 8 / var(--tw-border-opacity, 1))}.border-yellow-500\/20{border-color:#eab30833}.border-yellow-500\/30{border-color:#eab3084d}.border-zinc-200{--tw-border-opacity: 1;border-color:rgb(228 228 231 / var(--tw-border-opacity, 1))}.border-zinc-600{--tw-border-opacity: 1;border-color:rgb(82 82 91 / var(--tw-border-opacity, 1))}.border-zinc-600\/50{border-color:#52525b80}.border-zinc-700{--tw-border-opacity: 1;border-color:rgb(63 63 70 / var(--tw-border-opacity, 1))}.border-zinc-800{--tw-border-opacity: 1;border-color:rgb(39 39 42 / var(--tw-border-opacity, 1))}.border-opacity-20{--tw-border-opacity: .2}.border-opacity-30{--tw-border-opacity: .3}.border-opacity-40{--tw-border-opacity: .4}.border-opacity-50{--tw-border-opacity: .5}.\!bg-doge-500{--tw-bg-opacity: 1 !important;background-color:rgb(240 157 53 / var(--tw-bg-opacity, 1))!important}.\!bg-zinc-700{--tw-bg-opacity: 1 !important;background-color:rgb(63 63 70 / var(--tw-bg-opacity, 1))!important}.bg-\[\#0A0A0A\]{--tw-bg-opacity: 1;background-color:rgb(10 10 10 / var(--tw-bg-opacity, 1))}.bg-\[\#0A0A0A\]\/95{background-color:#0a0a0af2}.bg-\[\#C8A84B\]\/10{background-color:#c8a84b1a}.bg-\[\#D4A017\]{--tw-bg-opacity: 1;background-color:rgb(212 160 23 / var(--tw-bg-opacity, 1))}.bg-\[\#D4A017\]\/10{background-color:#d4a0171a}.bg-\[\#D4A017\]\/20{background-color:#d4a01733}.bg-\[\#FCD34D\]\/10{background-color:#fcd34d1a}.bg-\[\#f5f4f1\]{--tw-bg-opacity: 1;background-color:rgb(245 244 241 / var(--tw-bg-opacity, 1))}.bg-\[var\(--ds-bg\,\#0A0A0A\)\]{background-color:var(--ds-bg,#0A0A0A)}.bg-\[var\(--ds-bg-elevated\,\#121212\)\]{background-color:var(--ds-bg-elevated,#121212)}.bg-\[var\(--ds-panel\,\#1a1a1a\)\]{background-color:var(--ds-panel,#1a1a1a)}.bg-amber-300{--tw-bg-opacity: 1;background-color:rgb(252 211 77 / var(--tw-bg-opacity, 1))}.bg-amber-400{--tw-bg-opacity: 1;background-color:rgb(251 191 36 / var(--tw-bg-opacity, 1))}.bg-amber-400\/10{background-color:#fbbf241a}.bg-amber-500{--tw-bg-opacity: 1;background-color:rgb(245 158 11 / var(--tw-bg-opacity, 1))}.bg-amber-500\/10{background-color:#f59e0b1a}.bg-amber-500\/15{background-color:#f59e0b26}.bg-amber-500\/20{background-color:#f59e0b33}.bg-amber-500\/5{background-color:#f59e0b0d}.bg-amber-950\/20{background-color:#451a0333}.bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.bg-black\/20{background-color:#0003}.bg-black\/30{background-color:#0000004d}.bg-black\/40{background-color:#0006}.bg-black\/50{background-color:#00000080}.bg-black\/55{background-color:#0000008c}.bg-black\/60{background-color:#0009}.bg-black\/65{background-color:#000000a6}.bg-black\/70{background-color:#000000b3}.bg-black\/80{background-color:#000c}.bg-casino-dark{--tw-bg-opacity: 1;background-color:rgb(15 23 42 / var(--tw-bg-opacity, 1))}.bg-casino-dark-secondary{--tw-bg-opacity: 1;background-color:rgb(30 41 59 / var(--tw-bg-opacity, 1))}.bg-casino-dark-secondary\/60{background-color:#1e293b99}.bg-casino-dark-secondary\/80{background-color:#1e293bcc}.bg-casino-dark-secondary\/95{background-color:#1e293bf2}.bg-casino-dark\/40{background-color:#0f172a66}.bg-casino-dark\/50{background-color:#0f172a80}.bg-casino-dark\/60{background-color:#0f172a99}.bg-casino-dark\/70{background-color:#0f172ab3}.bg-casino-dark\/95{background-color:#0f172af2}.bg-casino-emerald{--tw-bg-opacity: 1;background-color:rgb(16 185 129 / var(--tw-bg-opacity, 1))}.bg-casino-emerald\/10{background-color:#10b9811a}.bg-casino-ruby{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity, 1))}.bg-casino-ruby\/10{background-color:#dc26261a}.bg-cyan-400{--tw-bg-opacity: 1;background-color:rgb(34 211 238 / var(--tw-bg-opacity, 1))}.bg-doge-300{--tw-bg-opacity: 1;background-color:rgb(250 199 163 / var(--tw-bg-opacity, 1))}.bg-doge-500\/15{background-color:#f09d3526}.bg-doge-600{--tw-bg-opacity: 1;background-color:rgb(216 124 14 / var(--tw-bg-opacity, 1))}.bg-emerald-400{--tw-bg-opacity: 1;background-color:rgb(52 211 153 / var(--tw-bg-opacity, 1))}.bg-emerald-50\/80{background-color:#ecfdf5cc}.bg-emerald-500{--tw-bg-opacity: 1;background-color:rgb(16 185 129 / var(--tw-bg-opacity, 1))}.bg-emerald-500\/10{background-color:#10b9811a}.bg-emerald-500\/5{background-color:#10b9810d}.bg-emerald-600{--tw-bg-opacity: 1;background-color:rgb(5 150 105 / var(--tw-bg-opacity, 1))}.bg-emerald-600\/20{background-color:#05966933}.bg-emerald-950\/20{background-color:#022c2233}.bg-gray-200{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.bg-gray-300{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1))}.bg-gray-600{--tw-bg-opacity: 1;background-color:rgb(75 85 99 / var(--tw-bg-opacity, 1))}.bg-gray-700{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.bg-gray-800{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.bg-gray-900{--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity, 1))}.bg-green-400{--tw-bg-opacity: 1;background-color:rgb(74 222 128 / var(--tw-bg-opacity, 1))}.bg-green-500{--tw-bg-opacity: 1;background-color:rgb(34 197 94 / var(--tw-bg-opacity, 1))}.bg-green-500\/10{background-color:#22c55e1a}.bg-green-500\/20{background-color:#22c55e33}.bg-green-700{--tw-bg-opacity: 1;background-color:rgb(21 128 61 / var(--tw-bg-opacity, 1))}.bg-indigo-400{--tw-bg-opacity: 1;background-color:rgb(129 140 248 / var(--tw-bg-opacity, 1))}.bg-indigo-500\/15{background-color:#6366f126}.bg-neutral-200{--tw-bg-opacity: 1;background-color:rgb(229 229 229 / var(--tw-bg-opacity, 1))}.bg-orange-600{--tw-bg-opacity: 1;background-color:rgb(234 88 12 / var(--tw-bg-opacity, 1))}.bg-purple-500{--tw-bg-opacity: 1;background-color:rgb(168 85 247 / var(--tw-bg-opacity, 1))}.bg-purple-500\/20{background-color:#a855f733}.bg-red-400{--tw-bg-opacity: 1;background-color:rgb(248 113 113 / var(--tw-bg-opacity, 1))}.bg-red-500{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity, 1))}.bg-red-500\/10{background-color:#ef44441a}.bg-red-500\/20{background-color:#ef444433}.bg-red-500\/5{background-color:#ef44440d}.bg-red-700{--tw-bg-opacity: 1;background-color:rgb(185 28 28 / var(--tw-bg-opacity, 1))}.bg-red-950\/30{background-color:#450a0a4d}.bg-sky-400{--tw-bg-opacity: 1;background-color:rgb(56 189 248 / var(--tw-bg-opacity, 1))}.bg-slate-900\/90{background-color:#0f172ae6}.bg-transparent{background-color:transparent}.bg-violet-400{--tw-bg-opacity: 1;background-color:rgb(167 139 250 / var(--tw-bg-opacity, 1))}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-white\/10{background-color:#ffffff1a}.bg-white\/20{background-color:#fff3}.bg-white\/40{background-color:#fff6}.bg-white\/5{background-color:#ffffff0d}.bg-white\/\[0\.02\]{background-color:#ffffff05}.bg-white\/\[0\.03\]{background-color:#ffffff08}.bg-white\/\[0\.04\]{background-color:#ffffff0a}.bg-white\/\[0\.05\]{background-color:#ffffff0d}.bg-white\/\[0\.06\]{background-color:#ffffff0f}.bg-white\/\[0\.07\]{background-color:#ffffff12}.bg-yellow-100{--tw-bg-opacity: 1;background-color:rgb(254 249 195 / var(--tw-bg-opacity, 1))}.bg-yellow-200{--tw-bg-opacity: 1;background-color:rgb(254 240 138 / var(--tw-bg-opacity, 1))}.bg-yellow-400{--tw-bg-opacity: 1;background-color:rgb(250 204 21 / var(--tw-bg-opacity, 1))}.bg-yellow-400\/15{background-color:#facc1526}.bg-yellow-500{--tw-bg-opacity: 1;background-color:rgb(234 179 8 / var(--tw-bg-opacity, 1))}.bg-yellow-500\/10{background-color:#eab3081a}.bg-yellow-500\/20{background-color:#eab30833}.bg-yellow-600{--tw-bg-opacity: 1;background-color:rgb(202 138 4 / var(--tw-bg-opacity, 1))}.bg-zinc-50{--tw-bg-opacity: 1;background-color:rgb(250 250 250 / var(--tw-bg-opacity, 1))}.bg-zinc-700{--tw-bg-opacity: 1;background-color:rgb(63 63 70 / var(--tw-bg-opacity, 1))}.bg-zinc-700\/60{background-color:#3f3f4699}.bg-zinc-700\/80{background-color:#3f3f46cc}.bg-zinc-800{--tw-bg-opacity: 1;background-color:rgb(39 39 42 / var(--tw-bg-opacity, 1))}.bg-zinc-900{--tw-bg-opacity: 1;background-color:rgb(24 24 27 / var(--tw-bg-opacity, 1))}.bg-zinc-900\/60{background-color:#18181b99}.bg-zinc-950{--tw-bg-opacity: 1;background-color:rgb(9 9 11 / var(--tw-bg-opacity, 1))}.bg-zinc-950\/90{background-color:#09090be6}.bg-opacity-10{--tw-bg-opacity: .1}.bg-opacity-20{--tw-bg-opacity: .2}.bg-opacity-30{--tw-bg-opacity: .3}.bg-opacity-40{--tw-bg-opacity: .4}.bg-opacity-5{--tw-bg-opacity: .05}.bg-opacity-50{--tw-bg-opacity: .5}.bg-\[linear-gradient\(180deg\,var\(--ds-accent-solid\)_0\%\,var\(--ds-accent-solid-hover\)_100\%\)\]{background-image:linear-gradient(180deg,var(--ds-accent-solid) 0%,var(--ds-accent-solid-hover) 100%)}.bg-gradient-gold{background-image:linear-gradient(135deg,gold,#f09d35)}.bg-gradient-to-b{background-image:linear-gradient(to bottom,var(--tw-gradient-stops))}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.from-amber-300{--tw-gradient-from: #fcd34d var(--tw-gradient-from-position);--tw-gradient-to: rgb(252 211 77 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-500\/25{--tw-gradient-from: rgb(245 158 11 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-500\/90{--tw-gradient-from: rgb(245 158 11 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-600\/25{--tw-gradient-from: rgb(217 119 6 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-950\/40{--tw-gradient-from: rgb(69 26 3 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(69 26 3 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-950\/50{--tw-gradient-from: rgb(69 26 3 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(69 26 3 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-casino-dark{--tw-gradient-from: #0f172a var(--tw-gradient-from-position);--tw-gradient-to: rgb(15 23 42 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-casino-dark-secondary{--tw-gradient-from: #1e293b var(--tw-gradient-from-position);--tw-gradient-to: rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-doge-500{--tw-gradient-from: #f09d35 var(--tw-gradient-from-position);--tw-gradient-to: rgb(240 157 53 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-doge-600{--tw-gradient-from: #d87c0e var(--tw-gradient-from-position);--tw-gradient-to: rgb(216 124 14 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-doge-600\/10{--tw-gradient-from: rgb(216 124 14 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(216 124 14 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-500{--tw-gradient-from: #6b7280 var(--tw-gradient-from-position);--tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-500{--tw-gradient-from: #f97316 var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-600\/10{--tw-gradient-from: rgb(234 88 12 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-600\/20{--tw-gradient-from: rgb(234 88 12 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-500{--tw-gradient-from: #a855f7 var(--tw-gradient-from-position);--tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-slate-900{--tw-gradient-from: #0f172a var(--tw-gradient-from-position);--tw-gradient-to: rgb(15 23 42 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-violet-600\/30{--tw-gradient-from: rgb(124 58 237 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-violet-600\/95{--tw-gradient-from: rgb(124 58 237 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-violet-950\/45{--tw-gradient-from: rgb(46 16 101 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(46 16 101 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-violet-950\/50{--tw-gradient-from: rgb(46 16 101 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(46 16 101 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-200{--tw-gradient-from: #fef08a var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-400{--tw-gradient-from: #facc15 var(--tw-gradient-from-position);--tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-zinc-200{--tw-gradient-from: #e4e4e7 var(--tw-gradient-from-position);--tw-gradient-to: rgb(228 228 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-zinc-900{--tw-gradient-from: #18181b var(--tw-gradient-from-position);--tw-gradient-to: rgb(24 24 27 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.via-amber-400\/10{--tw-gradient-to: rgb(251 191 36 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(251 191 36 / .1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-950\/80{--tw-gradient-to: rgb(69 26 3 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(69 26 3 / .8) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-casino-dark{--tw-gradient-to: rgb(15 23 42 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #0f172a var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-casino-dark\/80{--tw-gradient-to: rgb(15 23 42 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(15 23 42 / .8) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-slate-800{--tw-gradient-to: rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #1e293b var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-zinc-950{--tw-gradient-to: rgb(9 9 11 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #09090b var(--tw-gradient-via-position), var(--tw-gradient-to)}.to-amber-600{--tw-gradient-to: #d97706 var(--tw-gradient-to-position)}.to-amber-600\/25{--tw-gradient-to: rgb(217 119 6 / .25) var(--tw-gradient-to-position)}.to-black{--tw-gradient-to: #000 var(--tw-gradient-to-position)}.to-casino-dark{--tw-gradient-to: #0f172a var(--tw-gradient-to-position)}.to-casino-emerald\/10{--tw-gradient-to: rgb(16 185 129 / .1) var(--tw-gradient-to-position)}.to-doge-600{--tw-gradient-to: #d87c0e var(--tw-gradient-to-position)}.to-doge-700{--tw-gradient-to: #b85e0b var(--tw-gradient-to-position)}.to-gray-700{--tw-gradient-to: #374151 var(--tw-gradient-to-position)}.to-orange-600\/20{--tw-gradient-to: rgb(234 88 12 / .2) var(--tw-gradient-to-position)}.to-orange-600\/85{--tw-gradient-to: rgb(234 88 12 / .85) var(--tw-gradient-to-position)}.to-pink-500{--tw-gradient-to: #ec4899 var(--tw-gradient-to-position)}.to-red-600{--tw-gradient-to: #dc2626 var(--tw-gradient-to-position)}.to-red-600\/10{--tw-gradient-to: rgb(220 38 38 / .1) var(--tw-gradient-to-position)}.to-red-600\/20{--tw-gradient-to: rgb(220 38 38 / .2) var(--tw-gradient-to-position)}.to-sky-500\/25{--tw-gradient-to: rgb(14 165 233 / .25) var(--tw-gradient-to-position)}.to-sky-600\/90{--tw-gradient-to: rgb(2 132 199 / .9) var(--tw-gradient-to-position)}.to-sky-950\/30{--tw-gradient-to: rgb(8 47 73 / .3) var(--tw-gradient-to-position)}.to-slate-950{--tw-gradient-to: #020617 var(--tw-gradient-to-position)}.to-transparent{--tw-gradient-to: transparent var(--tw-gradient-to-position)}.to-yellow-500{--tw-gradient-to: #eab308 var(--tw-gradient-to-position)}.to-yellow-600{--tw-gradient-to: #ca8a04 var(--tw-gradient-to-position)}.to-zinc-500{--tw-gradient-to: #71717a var(--tw-gradient-to-position)}.to-zinc-950{--tw-gradient-to: #09090b var(--tw-gradient-to-position)}.to-zinc-950\/80{--tw-gradient-to: rgb(9 9 11 / .8) var(--tw-gradient-to-position)}.bg-repeat{background-repeat:repeat}.object-contain{-o-object-fit:contain;object-fit:contain}.object-cover{-o-object-fit:cover;object-fit:cover}.p-0{padding:0}.p-0\.5{padding:.125rem}.p-1{padding:.25rem}.p-1\.5{padding:.375rem}.p-2{padding:.5rem}.p-2\.5{padding:.625rem}.p-3{padding:.75rem}.p-3\.5{padding:.875rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.\!px-3{padding-left:.75rem!important;padding-right:.75rem!important}.\!py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.px-0{padding-left:0;padding-right:0}.px-0\.5{padding-left:.125rem;padding-right:.125rem}.px-1{padding-left:.25rem;padding-right:.25rem}.px-1\.5{padding-left:.375rem;padding-right:.375rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-0{padding-top:0;padding-bottom:0}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pb-1{padding-bottom:.25rem}.pb-2{padding-bottom:.5rem}.pb-20{padding-bottom:5rem}.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pb-5{padding-bottom:1.25rem}.pb-6{padding-bottom:1.5rem}.pb-8{padding-bottom:2rem}.pb-\[env\(safe-area-inset-bottom\)\]{padding-bottom:env(safe-area-inset-bottom)}.pl-2\.5{padding-left:.625rem}.pl-3{padding-left:.75rem}.pl-4{padding-left:1rem}.pl-5{padding-left:1.25rem}.pr-6{padding-right:1.5rem}.pt-0{padding-top:0}.pt-0\.5{padding-top:.125rem}.pt-1{padding-top:.25rem}.pt-16{padding-top:4rem}.pt-2{padding-top:.5rem}.pt-2\.5{padding-top:.625rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.pt-6{padding-top:1.5rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.align-\[-0\.15em\]{vertical-align:-.15em}.font-display{font-family:Poppins,sans-serif}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.\!text-xs{font-size:.75rem!important;line-height:1rem!important}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}.text-\[0\.95em\]{font-size:.95em}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.text-\[9px\]{font-size:9px}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-black{font-weight:900}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.normal-case{text-transform:none}.italic{font-style:italic}.not-italic{font-style:normal}.normal-nums{font-variant-numeric:normal}.ordinal{--tw-ordinal: ordinal;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.slashed-zero{--tw-slashed-zero: slashed-zero;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.lining-nums{--tw-numeric-figure: lining-nums;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.oldstyle-nums{--tw-numeric-figure: oldstyle-nums;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.proportional-nums{--tw-numeric-spacing: proportional-nums;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.tabular-nums{--tw-numeric-spacing: tabular-nums;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.diagonal-fractions{--tw-numeric-fraction: diagonal-fractions;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.stacked-fractions{--tw-numeric-fraction: stacked-fractions;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.leading-5{line-height:1.25rem}.leading-6{line-height:1.5rem}.leading-none{line-height:1}.leading-relaxed{line-height:1.625}.leading-snug{line-height:1.375}.leading-tight{line-height:1.25}.tracking-\[0\.12em\]{letter-spacing:.12em}.tracking-\[0\.14em\]{letter-spacing:.14em}.tracking-\[0\.16em\]{letter-spacing:.16em}.tracking-\[0\.25em\]{letter-spacing:.25em}.tracking-\[0\.2em\]{letter-spacing:.2em}.tracking-tight{letter-spacing:-.025em}.tracking-wide{letter-spacing:.025em}.tracking-wider{letter-spacing:.05em}.tracking-widest{letter-spacing:.1em}.\!text-black{--tw-text-opacity: 1 !important;color:rgb(0 0 0 / var(--tw-text-opacity, 1))!important}.\!text-white{--tw-text-opacity: 1 !important;color:rgb(255 255 255 / var(--tw-text-opacity, 1))!important}.text-\[\#D4A017\]{--tw-text-opacity: 1;color:rgb(212 160 23 / var(--tw-text-opacity, 1))}.text-\[\#D4A017\]\/60{color:#d4a01799}.text-\[\#D4A017\]\/70{color:#d4a017b3}.text-\[\#D4A84B\]{--tw-text-opacity: 1;color:rgb(212 168 75 / var(--tw-text-opacity, 1))}.text-\[\#D4D4D4\]{--tw-text-opacity: 1;color:rgb(212 212 212 / var(--tw-text-opacity, 1))}.text-\[\#E5E5E5\]{--tw-text-opacity: 1;color:rgb(229 229 229 / var(--tw-text-opacity, 1))}.text-\[\#F8E7A1\]{--tw-text-opacity: 1;color:rgb(248 231 161 / var(--tw-text-opacity, 1))}.text-\[\#F8E7A1\]\/90{color:#f8e7a1e6}.text-\[\#FCA5A5\]{--tw-text-opacity: 1;color:rgb(252 165 165 / var(--tw-text-opacity, 1))}.text-\[\#FCD34D\]{--tw-text-opacity: 1;color:rgb(252 211 77 / var(--tw-text-opacity, 1))}.text-\[\#FCD34D\]\/90{color:#fcd34de6}.text-\[color\:var\(--ds-accent-foreground\)\]{color:var(--ds-accent-foreground)}.text-\[color\:var\(--ds-text\)\]{color:var(--ds-text)}.text-\[var\(--ds-text\,\#f0ece0\)\]{color:var(--ds-text,#f0ece0)}.text-amber-100{--tw-text-opacity: 1;color:rgb(254 243 199 / var(--tw-text-opacity, 1))}.text-amber-100\/90{color:#fef3c7e6}.text-amber-200{--tw-text-opacity: 1;color:rgb(253 230 138 / var(--tw-text-opacity, 1))}.text-amber-200\/80{color:#fde68acc}.text-amber-200\/90{color:#fde68ae6}.text-amber-200\/95{color:#fde68af2}.text-amber-300{--tw-text-opacity: 1;color:rgb(252 211 77 / var(--tw-text-opacity, 1))}.text-amber-300\/55{color:#fcd34d8c}.text-amber-300\/90{color:#fcd34de6}.text-amber-400{--tw-text-opacity: 1;color:rgb(251 191 36 / var(--tw-text-opacity, 1))}.text-amber-400\/35{color:#fbbf2459}.text-amber-400\/65{color:#fbbf24a6}.text-amber-50{--tw-text-opacity: 1;color:rgb(255 251 235 / var(--tw-text-opacity, 1))}.text-amber-50\/90{color:#fffbebe6}.text-amber-500{--tw-text-opacity: 1;color:rgb(245 158 11 / var(--tw-text-opacity, 1))}.text-black{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.text-casino-dark{--tw-text-opacity: 1;color:rgb(15 23 42 / var(--tw-text-opacity, 1))}.text-casino-emerald{--tw-text-opacity: 1;color:rgb(16 185 129 / var(--tw-text-opacity, 1))}.text-casino-ruby{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.text-cyan-300{--tw-text-opacity: 1;color:rgb(103 232 249 / var(--tw-text-opacity, 1))}.text-doge-200{--tw-text-opacity: 1;color:rgb(252 220 201 / var(--tw-text-opacity, 1))}.text-doge-300{--tw-text-opacity: 1;color:rgb(250 199 163 / var(--tw-text-opacity, 1))}.text-doge-400{--tw-text-opacity: 1;color:rgb(245 164 86 / var(--tw-text-opacity, 1))}.text-doge-400\/80{color:#f5a456cc}.text-doge-500{--tw-text-opacity: 1;color:rgb(240 157 53 / var(--tw-text-opacity, 1))}.text-doge-600{--tw-text-opacity: 1;color:rgb(216 124 14 / var(--tw-text-opacity, 1))}.text-emerald-100{--tw-text-opacity: 1;color:rgb(209 250 229 / var(--tw-text-opacity, 1))}.text-emerald-100\/90{color:#d1fae5e6}.text-emerald-200\/80{color:#a7f3d0cc}.text-emerald-300{--tw-text-opacity: 1;color:rgb(110 231 183 / var(--tw-text-opacity, 1))}.text-emerald-300\/90{color:#6ee7b7e6}.text-emerald-400{--tw-text-opacity: 1;color:rgb(52 211 153 / var(--tw-text-opacity, 1))}.text-emerald-400\/70{color:#34d399b3}.text-emerald-50\/85{color:#ecfdf5d9}.text-emerald-50\/90{color:#ecfdf5e6}.text-emerald-50\/95{color:#ecfdf5f2}.text-emerald-800{--tw-text-opacity: 1;color:rgb(6 95 70 / var(--tw-text-opacity, 1))}.text-emerald-900{--tw-text-opacity: 1;color:rgb(6 78 59 / var(--tw-text-opacity, 1))}.text-gray-200{--tw-text-opacity: 1;color:rgb(229 231 235 / var(--tw-text-opacity, 1))}.text-gray-300{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.text-green-200{--tw-text-opacity: 1;color:rgb(187 247 208 / var(--tw-text-opacity, 1))}.text-green-300{--tw-text-opacity: 1;color:rgb(134 239 172 / var(--tw-text-opacity, 1))}.text-green-400{--tw-text-opacity: 1;color:rgb(74 222 128 / var(--tw-text-opacity, 1))}.text-green-500{--tw-text-opacity: 1;color:rgb(34 197 94 / var(--tw-text-opacity, 1))}.text-indigo-100{--tw-text-opacity: 1;color:rgb(224 231 255 / var(--tw-text-opacity, 1))}.text-indigo-100\/90{color:#e0e7ffe6}.text-indigo-200\/80{color:#c7d2fecc}.text-indigo-300{--tw-text-opacity: 1;color:rgb(165 180 252 / var(--tw-text-opacity, 1))}.text-orange-200{--tw-text-opacity: 1;color:rgb(254 215 170 / var(--tw-text-opacity, 1))}.text-orange-300{--tw-text-opacity: 1;color:rgb(253 186 116 / var(--tw-text-opacity, 1))}.text-orange-300\/90{color:#fdba74e6}.text-orange-400{--tw-text-opacity: 1;color:rgb(251 146 60 / var(--tw-text-opacity, 1))}.text-purple-300{--tw-text-opacity: 1;color:rgb(216 180 254 / var(--tw-text-opacity, 1))}.text-red-200{--tw-text-opacity: 1;color:rgb(254 202 202 / var(--tw-text-opacity, 1))}.text-red-300{--tw-text-opacity: 1;color:rgb(252 165 165 / var(--tw-text-opacity, 1))}.text-red-300\/80{color:#fca5a5cc}.text-red-300\/90{color:#fca5a5e6}.text-red-400{--tw-text-opacity: 1;color:rgb(248 113 113 / var(--tw-text-opacity, 1))}.text-red-400\/60{color:#f8717199}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.text-sky-300{--tw-text-opacity: 1;color:rgb(125 211 252 / var(--tw-text-opacity, 1))}.text-sky-400{--tw-text-opacity: 1;color:rgb(56 189 248 / var(--tw-text-opacity, 1))}.text-violet-300{--tw-text-opacity: 1;color:rgb(196 181 253 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.text-white\/20{color:#fff3}.text-white\/25{color:#ffffff40}.text-white\/30{color:#ffffff4d}.text-white\/35{color:#ffffff59}.text-white\/40{color:#fff6}.text-white\/45{color:#ffffff73}.text-white\/50{color:#ffffff80}.text-white\/55{color:#ffffff8c}.text-white\/60{color:#fff9}.text-white\/65{color:#ffffffa6}.text-white\/70{color:#ffffffb3}.text-white\/75{color:#ffffffbf}.text-white\/80{color:#fffc}.text-white\/90{color:#ffffffe6}.text-yellow-200{--tw-text-opacity: 1;color:rgb(254 240 138 / var(--tw-text-opacity, 1))}.text-yellow-200\/90{color:#fef08ae6}.text-yellow-300{--tw-text-opacity: 1;color:rgb(253 224 71 / var(--tw-text-opacity, 1))}.text-yellow-400{--tw-text-opacity: 1;color:rgb(250 204 21 / var(--tw-text-opacity, 1))}.text-yellow-600{--tw-text-opacity: 1;color:rgb(202 138 4 / var(--tw-text-opacity, 1))}.text-yellow-700{--tw-text-opacity: 1;color:rgb(161 98 7 / var(--tw-text-opacity, 1))}.text-yellow-900{--tw-text-opacity: 1;color:rgb(113 63 18 / var(--tw-text-opacity, 1))}.text-zinc-100{--tw-text-opacity: 1;color:rgb(244 244 245 / var(--tw-text-opacity, 1))}.text-zinc-200{--tw-text-opacity: 1;color:rgb(228 228 231 / var(--tw-text-opacity, 1))}.text-zinc-300{--tw-text-opacity: 1;color:rgb(212 212 216 / var(--tw-text-opacity, 1))}.text-zinc-400{--tw-text-opacity: 1;color:rgb(161 161 170 / var(--tw-text-opacity, 1))}.text-zinc-500{--tw-text-opacity: 1;color:rgb(113 113 122 / var(--tw-text-opacity, 1))}.text-zinc-600{--tw-text-opacity: 1;color:rgb(82 82 91 / var(--tw-text-opacity, 1))}.text-zinc-800{--tw-text-opacity: 1;color:rgb(39 39 42 / var(--tw-text-opacity, 1))}.text-zinc-900{--tw-text-opacity: 1;color:rgb(24 24 27 / var(--tw-text-opacity, 1))}.text-zinc-950{--tw-text-opacity: 1;color:rgb(9 9 11 / var(--tw-text-opacity, 1))}.underline{text-decoration-line:underline}.overline{text-decoration-line:overline}.line-through{text-decoration-line:line-through}.no-underline{text-decoration-line:none}.decoration-dotted{text-decoration-style:dotted}.underline-offset-2{text-underline-offset:2px}.underline-offset-4{text-underline-offset:4px}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.subpixel-antialiased{-webkit-font-smoothing:auto;-moz-osx-font-smoothing:auto}.placeholder-gray-500::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(107 114 128 / var(--tw-placeholder-opacity, 1))}.placeholder-gray-500::placeholder{--tw-placeholder-opacity: 1;color:rgb(107 114 128 / var(--tw-placeholder-opacity, 1))}.placeholder-white\/25::-moz-placeholder{color:#ffffff40}.placeholder-white\/25::placeholder{color:#ffffff40}.opacity-0{opacity:0}.opacity-10{opacity:.1}.opacity-100{opacity:1}.opacity-25{opacity:.25}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.opacity-90{opacity:.9}.opacity-95{opacity:.95}.opacity-\[0\.12\]{opacity:.12}.opacity-\[0\.14\]{opacity:.14}.opacity-\[0\.42\]{opacity:.42}.mix-blend-screen{mix-blend-mode:screen}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-2xl{--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_0_0_2px_rgba\(0\,0\,0\,0\.35\)\]{--tw-shadow: 0 0 0 2px rgba(0,0,0,.35);--tw-shadow-colored: 0 0 0 2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_0_40px_rgba\(251\,191\,36\,0\.12\)\]{--tw-shadow: 0 0 40px rgba(251,191,36,.12);--tw-shadow-colored: 0 0 40px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_0_48px_rgba\(251\,191\,36\,0\.18\)\]{--tw-shadow: 0 0 48px rgba(251,191,36,.18);--tw-shadow-colored: 0 0 48px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_0_8px_rgba\(129\,140\,248\,0\.85\)\]{--tw-shadow: 0 0 8px rgba(129,140,248,.85);--tw-shadow-colored: 0 0 8px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_0_8px_rgba\(251\,191\,36\,0\.9\)\]{--tw-shadow: 0 0 8px rgba(251,191,36,.9);--tw-shadow-colored: 0 0 8px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[inset_0_1px_0_rgba\(252\,211\,77\,0\.08\)\]{--tw-shadow: inset 0 1px 0 rgba(252,211,77,.08);--tw-shadow-colored: inset 0 1px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[inset_0_2px_0_\#D4A017\]{--tw-shadow: inset 0 2px 0 #D4A017;--tw-shadow-colored: inset 0 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[var\(--ds-shadow\,0_24px_80px_rgba\(0\,0\,0\,0\.65\)\)\]{--tw-shadow: var(--ds-shadow,0 24px 80px rgba(0,0,0,.65));--tw-shadow-colored: 24px 80px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-doge{--tw-shadow: 0 24px 80px rgba(0, 0, 0, .65);--tw-shadow-colored: 0 24px 80px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-glow{--tw-shadow: 0 0 20px rgba(240, 157, 53, .4);--tw-shadow-colored: 0 0 20px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-inner{--tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / .05);--tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-none{--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-amber-500\/50{--tw-shadow-color: rgb(245 158 11 / .5);--tw-shadow: var(--tw-shadow-colored)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.ring{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-0{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-1{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-2{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-4{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-inset{--tw-ring-inset: inset}.ring-\[\#D4A017\]\/50{--tw-ring-color: rgb(212 160 23 / .5)}.ring-amber-300{--tw-ring-opacity: 1;--tw-ring-color: rgb(252 211 77 / var(--tw-ring-opacity, 1))}.ring-doge-500\/20{--tw-ring-color: rgb(240 157 53 / .2)}.ring-purple-500{--tw-ring-opacity: 1;--tw-ring-color: rgb(168 85 247 / var(--tw-ring-opacity, 1))}.ring-yellow-500{--tw-ring-opacity: 1;--tw-ring-color: rgb(234 179 8 / var(--tw-ring-opacity, 1))}.ring-opacity-50{--tw-ring-opacity: .5}.ring-offset-\[var\(--ds-bg\,\#090909\)\]{--tw-ring-offset-color: var(--ds-bg,#090909)}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.blur-2xl{--tw-blur: blur(40px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.drop-shadow{--tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / .1)) drop-shadow(0 1px 1px rgb(0 0 0 / .06));filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.drop-shadow-2xl{--tw-drop-shadow: drop-shadow(0 25px 25px rgb(0 0 0 / .15));filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.drop-shadow-\[0_10px_24px_rgba\(0\,0\,0\,0\.6\)\]{--tw-drop-shadow: drop-shadow(0 10px 24px rgba(0,0,0,.6));filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.drop-shadow-md{--tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / .07)) drop-shadow(0 2px 2px rgb(0 0 0 / .06));filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.grayscale{--tw-grayscale: grayscale(100%);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.invert{--tw-invert: invert(100%);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.sepia{--tw-sepia: sepia(100%);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur{--tw-backdrop-blur: blur(8px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-\[2px\]{--tw-backdrop-blur: blur(2px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-lg{--tw-backdrop-blur: blur(16px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-md{--tw-backdrop-blur: blur(12px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-sm{--tw-backdrop-blur: blur(4px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-xl{--tw-backdrop-blur: blur(24px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-grayscale{--tw-backdrop-grayscale: grayscale(100%);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-invert{--tw-backdrop-invert: invert(100%);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-sepia{--tw-backdrop-sepia: sepia(100%);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-filter{-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-shadow{transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-100{transition-duration:.1s}.duration-150{transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.duration-700{transition-duration:.7s}.ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.\[-ms-overflow-style\:none\]{-ms-overflow-style:none}.\[dojakweb\:broadcast\]{dojakweb:broadcast}.\[dojakweb\:doge-tx\]{dojakweb:doge-tx}.\[scrollbar-width\:none\]{scrollbar-width:none}.\[webkit-text-security\:disc\]{webkit-text-security:disc}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse-glow{0%,to{box-shadow:0 0 20px #f09d3566}50%{box-shadow:0 0 40px #f09d3599}}.animate-fadeIn{animation:fadeIn .3s ease-out}.animate-slideIn{animation:slideIn .3s ease-out}.animate-slideUp{animation:slideUp .3s ease-out}.animate-pulse-glow{animation:pulse-glow 2s ease-in-out infinite}input[type=range].slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:16px;height:16px;border-radius:50%;background:#b4985a;cursor:pointer;box-shadow:0 0 8px #b4985a80}input[type=range].slider::-moz-range-thumb{width:16px;height:16px;border-radius:50%;background:#b4985a;cursor:pointer;border:none;box-shadow:0 0 8px #b4985a80}input[type=range].slider::-webkit-slider-thumb:hover{box-shadow:0 0 12px #b4985acc}input[type=range].slider::-moz-range-thumb:hover{box-shadow:0 0 12px #b4985acc}.touch-pinch-zoom{touch-action:pan-x pan-y pinch-zoom}.file\:border-0::file-selector-button{border-width:0px}.file\:bg-transparent::file-selector-button{background-color:transparent}.file\:text-sm::file-selector-button{font-size:.875rem;line-height:1.25rem}.file\:font-medium::file-selector-button{font-weight:500}.placeholder\:text-\[var\(--ds-text-muted\,rgba\(190\,185\,170\,0\.72\)\)\]::-moz-placeholder{color:var(--ds-text-muted,rgba(190,185,170,.72))}.placeholder\:text-\[var\(--ds-text-muted\,rgba\(190\,185\,170\,0\.72\)\)\]::placeholder{color:var(--ds-text-muted,rgba(190,185,170,.72))}.placeholder\:text-white\/35::-moz-placeholder{color:#ffffff59}.placeholder\:text-white\/35::placeholder{color:#ffffff59}.after\:absolute:after{content:var(--tw-content);position:absolute}.after\:left-\[2px\]:after{content:var(--tw-content);left:2px}.after\:top-0\.5:after{content:var(--tw-content);top:.125rem}.after\:h-5:after{content:var(--tw-content);height:1.25rem}.after\:w-5:after{content:var(--tw-content);width:1.25rem}.after\:rounded-full:after{content:var(--tw-content);border-radius:9999px}.after\:bg-white:after{content:var(--tw-content);--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.after\:transition-all:after{content:var(--tw-content);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.after\:content-\[\'\'\]:after{--tw-content: "";content:var(--tw-content)}.focus-within\:border-\[\#FCD34D\]:focus-within{--tw-border-opacity: 1;border-color:rgb(252 211 77 / var(--tw-border-opacity, 1))}.hover\:scale-105:hover{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:border-\[\#D4A017\]\/40:hover{border-color:#d4a01766}.hover\:border-\[\#D4A017\]\/55:hover{border-color:#d4a0178c}.hover\:border-doge-400:hover{--tw-border-opacity: 1;border-color:rgb(245 164 86 / var(--tw-border-opacity, 1))}.hover\:border-doge-500:hover{--tw-border-opacity: 1;border-color:rgb(240 157 53 / var(--tw-border-opacity, 1))}.hover\:border-doge-600:hover{--tw-border-opacity: 1;border-color:rgb(216 124 14 / var(--tw-border-opacity, 1))}.hover\:border-purple-500:hover{--tw-border-opacity: 1;border-color:rgb(168 85 247 / var(--tw-border-opacity, 1))}.hover\:border-white\/15:hover{border-color:#ffffff26}.hover\:border-white\/20:hover{border-color:#fff3}.hover\:border-white\/30:hover{border-color:#ffffff4d}.hover\:border-white\/40:hover{border-color:#fff6}.hover\:border-opacity-60:hover{--tw-border-opacity: .6}.hover\:bg-\[\#D4A017\]\/20:hover{background-color:#d4a01733}.hover\:bg-\[\#FCD34D\]\/5:hover{background-color:#fcd34d0d}.hover\:bg-amber-400:hover{--tw-bg-opacity: 1;background-color:rgb(251 191 36 / var(--tw-bg-opacity, 1))}.hover\:bg-amber-500\/15:hover{background-color:#f59e0b26}.hover\:bg-amber-500\/20:hover{background-color:#f59e0b33}.hover\:bg-amber-500\/25:hover{background-color:#f59e0b40}.hover\:bg-amber-500\/30:hover{background-color:#f59e0b4d}.hover\:bg-casino-dark:hover{--tw-bg-opacity: 1;background-color:rgb(15 23 42 / var(--tw-bg-opacity, 1))}.hover\:bg-casino-dark\/80:hover{background-color:#0f172acc}.hover\:bg-doge-500\/15:hover{background-color:#f09d3526}.hover\:bg-doge-600:hover{--tw-bg-opacity: 1;background-color:rgb(216 124 14 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-800:hover{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.hover\:bg-purple-500\/30:hover{background-color:#a855f74d}.hover\:bg-purple-600:hover{--tw-bg-opacity: 1;background-color:rgb(147 51 234 / var(--tw-bg-opacity, 1))}.hover\:bg-red-500\/10:hover{background-color:#ef44441a}.hover\:bg-red-500\/15:hover{background-color:#ef444426}.hover\:bg-red-500\/20:hover{background-color:#ef444433}.hover\:bg-red-500\/30:hover{background-color:#ef44444d}.hover\:bg-white:hover{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.hover\:bg-white\/10:hover{background-color:#ffffff1a}.hover\:bg-white\/20:hover{background-color:#fff3}.hover\:bg-white\/5:hover{background-color:#ffffff0d}.hover\:bg-white\/\[0\.06\]:hover{background-color:#ffffff0f}.hover\:bg-white\/\[0\.12\]:hover{background-color:#ffffff1f}.hover\:bg-yellow-300:hover{--tw-bg-opacity: 1;background-color:rgb(253 224 71 / var(--tw-bg-opacity, 1))}.hover\:bg-yellow-500\/10:hover{background-color:#eab3081a}.hover\:bg-zinc-600:hover{--tw-bg-opacity: 1;background-color:rgb(82 82 91 / var(--tw-bg-opacity, 1))}.hover\:bg-zinc-700:hover{--tw-bg-opacity: 1;background-color:rgb(63 63 70 / var(--tw-bg-opacity, 1))}.hover\:bg-zinc-800:hover{--tw-bg-opacity: 1;background-color:rgb(39 39 42 / var(--tw-bg-opacity, 1))}.hover\:bg-zinc-900:hover{--tw-bg-opacity: 1;background-color:rgb(24 24 27 / var(--tw-bg-opacity, 1))}.hover\:bg-opacity-20:hover{--tw-bg-opacity: .2}.hover\:bg-opacity-30:hover{--tw-bg-opacity: .3}.hover\:bg-opacity-80:hover{--tw-bg-opacity: .8}.hover\:text-\[\#D4A017\]:hover{--tw-text-opacity: 1;color:rgb(212 160 23 / var(--tw-text-opacity, 1))}.hover\:text-\[\#FCD34D\]:hover{--tw-text-opacity: 1;color:rgb(252 211 77 / var(--tw-text-opacity, 1))}.hover\:text-amber-100:hover{--tw-text-opacity: 1;color:rgb(254 243 199 / var(--tw-text-opacity, 1))}.hover\:text-amber-300:hover{--tw-text-opacity: 1;color:rgb(252 211 77 / var(--tw-text-opacity, 1))}.hover\:text-casino-ruby:hover{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.hover\:text-doge-200:hover{--tw-text-opacity: 1;color:rgb(252 220 201 / var(--tw-text-opacity, 1))}.hover\:text-doge-300:hover{--tw-text-opacity: 1;color:rgb(250 199 163 / var(--tw-text-opacity, 1))}.hover\:text-gray-200:hover{--tw-text-opacity: 1;color:rgb(229 231 235 / var(--tw-text-opacity, 1))}.hover\:text-gray-300:hover{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.hover\:text-red-400:hover{--tw-text-opacity: 1;color:rgb(248 113 113 / var(--tw-text-opacity, 1))}.hover\:text-white:hover{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.hover\:text-white\/60:hover{color:#fff9}.hover\:text-white\/70:hover{color:#ffffffb3}.hover\:text-white\/75:hover{color:#ffffffbf}.hover\:text-white\/85:hover{color:#ffffffd9}.hover\:text-yellow-300:hover{--tw-text-opacity: 1;color:rgb(253 224 71 / var(--tw-text-opacity, 1))}.hover\:text-zinc-300:hover{--tw-text-opacity: 1;color:rgb(212 212 216 / var(--tw-text-opacity, 1))}.hover\:text-zinc-600:hover{--tw-text-opacity: 1;color:rgb(82 82 91 / var(--tw-text-opacity, 1))}.hover\:text-zinc-700:hover{--tw-text-opacity: 1;color:rgb(63 63 70 / var(--tw-text-opacity, 1))}.hover\:underline:hover{text-decoration-line:underline}.hover\:opacity-100:hover{opacity:1}.hover\:opacity-80:hover{opacity:.8}.hover\:opacity-85:hover{opacity:.85}.hover\:shadow-glow-lg:hover{--tw-shadow: 0 0 40px rgba(240, 157, 53, .5);--tw-shadow-colored: 0 0 40px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-lg:hover{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-md:hover{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-\[\#D4A017\]\/10:hover{--tw-shadow-color: rgb(212 160 23 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:brightness-105:hover{--tw-brightness: brightness(1.05);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.focus\:border-doge-500:focus{--tw-border-opacity: 1;border-color:rgb(240 157 53 / var(--tw-border-opacity, 1))}.focus\:border-white\/25:focus{border-color:#ffffff40}.focus\:border-white\/30:focus{border-color:#ffffff4d}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-amber-500\/40:focus{--tw-ring-color: rgb(245 158 11 / .4)}.focus\:ring-offset-2:focus{--tw-ring-offset-width: 2px}.focus-visible\:outline-none:focus-visible{outline:2px solid transparent;outline-offset:2px}.focus-visible\:outline:focus-visible{outline-style:solid}.focus-visible\:outline-2:focus-visible{outline-width:2px}.focus-visible\:outline-offset-1:focus-visible{outline-offset:1px}.focus-visible\:outline-\[\#D4A017\]\/70:focus-visible{outline-color:#d4a017b3}.focus-visible\:ring-2:focus-visible{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-visible\:ring-\[var\(--ds-accent-ring\,rgba\(232\,212\,139\,0\.22\)\)\]:focus-visible{--tw-ring-color: var(--ds-accent-ring,rgba(232,212,139,.22))}.focus-visible\:ring-amber-400\/50:focus-visible{--tw-ring-color: rgb(251 191 36 / .5)}.focus-visible\:ring-offset-2:focus-visible{--tw-ring-offset-width: 2px}.focus-visible\:ring-offset-zinc-950:focus-visible{--tw-ring-offset-color: #09090b}.active\:cursor-grabbing:active{cursor:grabbing}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-35:disabled{opacity:.35}.disabled\:opacity-40:disabled{opacity:.4}.disabled\:opacity-50:disabled{opacity:.5}.group[open] .group-open\:inline{display:inline}.group[open] .group-open\:hidden{display:none}.group[open] .group-open\:-rotate-180{--tw-rotate: -180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:bg-\[\#C8A84B\]\/20{background-color:#c8a84b33}.group:hover .group-hover\:opacity-100{opacity:1}.group:hover .group-hover\:shadow-glow-lg{--tw-shadow: 0 0 40px rgba(240, 157, 53, .5);--tw-shadow-colored: 0 0 40px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.peer:checked~.peer-checked\:bg-emerald-600{--tw-bg-opacity: 1;background-color:rgb(5 150 105 / var(--tw-bg-opacity, 1))}.peer:checked~.peer-checked\:bg-zinc-500{--tw-bg-opacity: 1;background-color:rgb(113 113 122 / var(--tw-bg-opacity, 1))}.peer:checked~.peer-checked\:after\:translate-x-5:after{content:var(--tw-content);--tw-translate-x: 1.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.peer:disabled~.peer-disabled\:cursor-not-allowed{cursor:not-allowed}.peer:disabled~.peer-disabled\:opacity-70{opacity:.7}.data-\[state\=checked\]\:translate-x-5[data-state=checked]{--tw-translate-x: 1.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[state\=unchecked\]\:translate-x-0\.5[data-state=unchecked]{--tw-translate-x: .125rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[state\=checked\]\:border-amber-500\/50[data-state=checked]{border-color:#f59e0b80}.data-\[state\=checked\]\:bg-amber-500\/35[data-state=checked]{background-color:#f59e0b59}.data-\[state\=unchecked\]\:bg-white\/10[data-state=unchecked]{background-color:#ffffff1a}@media(min-width:640px){.sm\:-mx-6{margin-left:-1.5rem;margin-right:-1.5rem}.sm\:mb-6{margin-bottom:1.5rem}.sm\:ml-auto{margin-left:auto}.sm\:inline{display:inline}.sm\:flex{display:flex}.sm\:w-32{width:8rem}.sm\:max-w-lg{max-width:32rem}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:items-center{align-items:center}.sm\:items-baseline{align-items:baseline}.sm\:justify-end{justify-content:flex-end}.sm\:justify-between{justify-content:space-between}.sm\:gap-2{gap:.5rem}.sm\:gap-3{gap:.75rem}.sm\:gap-4{gap:1rem}.sm\:space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:rounded-2xl{border-radius:1rem}.sm\:rounded-lg{border-radius:.5rem}.sm\:rounded-none{border-radius:0}.sm\:p-4{padding:1rem}.sm\:\!px-4{padding-left:1rem!important;padding-right:1rem!important}.sm\:px-4{padding-left:1rem;padding-right:1rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:py-6{padding-top:1.5rem;padding-bottom:1.5rem}.sm\:pb-8{padding-bottom:2rem}.sm\:pl-4{padding-left:1rem}.sm\:pr-8{padding-right:2rem}.sm\:pt-20{padding-top:5rem}.sm\:pt-8{padding-top:2rem}.sm\:text-left{text-align:left}.sm\:\!text-sm{font-size:.875rem!important;line-height:1.25rem!important}.sm\:text-2xl{font-size:1.5rem;line-height:2rem}.sm\:text-3xl{font-size:1.875rem;line-height:2.25rem}.sm\:text-5xl{font-size:3rem;line-height:1}.sm\:text-base{font-size:1rem;line-height:1.5rem}.sm\:text-lg{font-size:1.125rem;line-height:1.75rem}.sm\:text-sm{font-size:.875rem;line-height:1.25rem}.sm\:text-xs{font-size:.75rem;line-height:1rem}}@media(min-width:768px){.md\:relative{position:relative}.md\:left-auto{left:auto}.md\:right-4{right:1rem}.md\:top-0{top:0}.md\:z-0{z-index:0}.md\:mx-0{margin-left:0;margin-right:0}.md\:block{display:block}.md\:inline-flex{display:inline-flex}.md\:hidden{display:none}.md\:h-12{height:3rem}.md\:h-screen{height:100vh}.md\:min-h-\[600px\]{min-height:600px}.md\:w-12{width:3rem}.md\:max-w-sm{max-width:24rem}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:justify-start{justify-content:flex-start}.md\:from-casino-dark\/95{--tw-gradient-from: rgb(15 23 42 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(15 23 42 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.md\:via-casino-dark\/70{--tw-gradient-to: rgb(15 23 42 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(15 23 42 / .7) var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:to-casino-dark\/30{--tw-gradient-to: rgb(15 23 42 / .3) var(--tw-gradient-to-position)}.md\:p-12{padding:3rem}.md\:p-6{padding:1.5rem}.md\:p-8{padding:2rem}.md\:px-6{padding-left:1.5rem;padding-right:1.5rem}.md\:py-20{padding-top:5rem;padding-bottom:5rem}.md\:pb-0{padding-bottom:0}.md\:text-2xl{font-size:1.5rem;line-height:2rem}.md\:text-3xl{font-size:1.875rem;line-height:2.25rem}.md\:text-4xl{font-size:2.25rem;line-height:2.5rem}.md\:text-5xl{font-size:3rem;line-height:1}.md\:text-6xl{font-size:3.75rem;line-height:1}.md\:text-sm{font-size:.875rem;line-height:1.25rem}.md\:text-xl{font-size:1.25rem;line-height:1.75rem}}@media(min-width:1024px){.lg\:w-auto{width:auto}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:flex-row{flex-direction:row}.lg\:items-center{align-items:center}.lg\:justify-between{justify-content:space-between}.lg\:p-16{padding:4rem}.lg\:px-6{padding-left:1.5rem;padding-right:1.5rem}.lg\:py-8{padding-top:2rem;padding-bottom:2rem}.lg\:text-7xl{font-size:4.5rem;line-height:1}}@media(prefers-color-scheme:dark){.dark\:border-white\/10{border-color:#ffffff1a}.dark\:bg-black\/25{background-color:#00000040}.dark\:bg-white\/\[0\.06\]{background-color:#ffffff0f}.dark\:text-white\/25{color:#ffffff40}.dark\:text-white\/40{color:#fff6}.dark\:text-white\/50{color:#ffffff80}.dark\:text-white\/85{color:#ffffffd9}}.\[\&\:\:-webkit-details-marker\]\:hidden::-webkit-details-marker{display:none}.\[\&\:\:-webkit-scrollbar\]\:hidden::-webkit-scrollbar{display:none}
