@keyframes dxFadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes dxFadeIn{0%{opacity:0}to{opacity:1}}@keyframes dxPulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.06);opacity:.8}}@keyframes dxShimmer{0%{background-position:-200% center}to{background-position:200% center}}@keyframes dxRipple{0%{transform:scale(.8);opacity:1}to{transform:scale(2.4);opacity:0}}@keyframes dxSlideIn{0%{opacity:0;transform:translate(-12px)}to{opacity:1;transform:translate(0)}}html,body{background:#0a0a0a!important}#dx-root,#dx-root *{box-sizing:border-box;margin:0;padding:0}#dx-root{font-family:DM Sans,sans-serif;min-height:100vh;background:var(--dx-bg-fallback, #0a0a0a)}#dx-root .dx-app{--dx-bg: #0a0a0a;--dx-text: #f0ede8;--dx-text-muted: #666666;--dx-text-soft: #888888;--dx-text-faint: #555555;--dx-surface: rgba(20, 20, 20, .85);--dx-surface-border: rgba(255, 255, 255, .07);--dx-surface-2: rgba(255, 255, 255, .03);--dx-surface-2-border: rgba(255, 255, 255, .05);--dx-field-bg: rgba(255, 255, 255, .04);--dx-field-border: rgba(255, 255, 255, .1);--dx-control-bg: rgba(255, 255, 255, .05);--dx-control-border: rgba(255, 255, 255, .08);--dx-elevated: #0f0f0f;--dx-gold: #c9a96e;--dx-discount-de-a: #1a1208;--dx-discount-de-b: #0a0a0a;--dx-discount-de-border: rgba(201, 169, 110, .3);--dx-discount-m-a: #141414;--dx-discount-m-b: #0a0a0a;--dx-discount-m-border: rgba(255, 255, 255, .08);--dx-shadow: rgba(0, 0, 0, .5);--dx-progress-inactive: rgba(255, 255, 255, .1);background:var(--dx-bg);color:var(--dx-text);min-height:100vh}#dx-root .dx-app[data-theme=light]{--dx-bg: #f4f1ea;--dx-text: #1a1714;--dx-text-muted: #5c564e;--dx-text-soft: #6b6560;--dx-text-faint: #8a8378;--dx-surface: rgba(255, 255, 255, .92);--dx-surface-border: rgba(0, 0, 0, .1);--dx-surface-2: rgba(0, 0, 0, .035);--dx-surface-2-border: rgba(0, 0, 0, .08);--dx-field-bg: rgba(0, 0, 0, .04);--dx-field-border: rgba(0, 0, 0, .12);--dx-control-bg: rgba(0, 0, 0, .045);--dx-control-border: rgba(0, 0, 0, .12);--dx-elevated: #ffffff;--dx-discount-de-a: #faf6ee;--dx-discount-de-b: #efe8dc;--dx-discount-de-border: rgba(180, 150, 90, .35);--dx-discount-m-a: #ffffff;--dx-discount-m-b: #efece6;--dx-discount-m-border: rgba(0, 0, 0, .1);--dx-shadow: rgba(0, 0, 0, .12);--dx-progress-inactive: rgba(0, 0, 0, .12)}#dx-root input,#dx-root button,#dx-root textarea,#dx-root select{font-family:DM Sans,sans-serif}#dx-root ::-webkit-scrollbar{width:4px}#dx-root ::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:2px}#dx-root .dx-app[data-theme=light] ::-webkit-scrollbar-thumb{background:#00000038}#dx-root .fade-up{animation:dxFadeUp .5s ease both}#dx-root .fade-in{animation:dxFadeIn .4s ease both}#dx-root .shimmer-text{background:linear-gradient(90deg,#c9a96e,#f5d9a0 40%,#c9a96e 60%,#8b6a3e);background-size:200% auto;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:dxShimmer 3s linear infinite}#dx-root .glass-card{position:relative;background:var(--dx-surface);border:1px solid var(--dx-surface-border);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:20px}#dx-root .gold-btn{background:linear-gradient(135deg,#c9a96e,#a8843e);color:#0a0a0a;border:none;padding:14px 28px;border-radius:12px;font-weight:700;font-size:14px;cursor:pointer;transition:all .25s;letter-spacing:.02em;box-shadow:0 4px 20px #c9a96e4d}#dx-root .gold-btn:hover{transform:translateY(-1px);box-shadow:0 8px 28px #c9a96e66}#dx-root .gold-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}#dx-root .ghost-btn{background:none;border:1px solid rgba(201,169,110,.3);color:#c9a96e;padding:13px 24px;border-radius:12px;font-size:14px;cursor:pointer;transition:all .2s}#dx-root .ghost-btn:hover{background:#c9a96e14;border-color:#c9a96e80}#dx-root .field-input{width:100%;padding:13px 16px;background:var(--dx-field-bg);border:1px solid var(--dx-field-border);border-radius:12px;color:var(--dx-text);font-size:14px;outline:none;transition:border-color .2s;display:block;margin-top:8px}#dx-root .field-input:focus{border-color:#c9a96e80}#dx-root .field-input::placeholder{color:var(--dx-text-soft);opacity:.85}#dx-root .progress-step{width:8px;height:8px;border-radius:50%;transition:all .3s}#dx-root .discount-card{position:relative;border-radius:16px;padding:20px;overflow:hidden;transition:transform .2s,box-shadow .2s;cursor:pointer}#dx-root .dx-discount-card--de{background:linear-gradient(135deg,var(--dx-discount-de-a),var(--dx-discount-de-b));border:1px solid var(--dx-discount-de-border)}#dx-root .dx-discount-card--member{background:linear-gradient(135deg,var(--dx-discount-m-a),var(--dx-discount-m-b));border:1px solid var(--dx-discount-m-border)}#dx-root .discount-card:hover{transform:translateY(-2px);box-shadow:0 12px 32px var(--dx-shadow)}#dx-root .exchange-momentum-row{display:flex;align-items:center;gap:14px;padding:12px 16px;border-radius:12px;background:var(--dx-surface-2);border:1px solid var(--dx-surface-2-border);margin-bottom:8px;animation:dxSlideIn .4s ease both}.dx-deo-production{width:100%;min-height:100vh;min-height:100dvh;background:var(--deo-forest)}.dx-deo-production .dx-deo-phone--production{width:100%;max-width:none;height:auto;min-height:100vh;min-height:100dvh;margin:0;border-radius:0;box-shadow:none;border:none;overflow:visible;position:relative}.dx-deo-production .dx-deo-phone--production .dx-deo-phone__screen{position:relative;inset:auto;min-height:100vh;min-height:100dvh;overflow-y:auto;-webkit-overflow-scrolling:touch}@media (min-width: 720px){.dx-deo-production .dx-deo-phone--production{height:auto;min-height:100dvh}}.dx-deo-production{--deo-shell-max: 520px;--deo-column-max: 480px;--deo-shell-pad-inline: max( 20px, env(safe-area-inset-left, 0px), env(safe-area-inset-right, 0px) );--deo-shell-gutter: var(--deo-shell-pad-inline);--deo-shell-width: min(var(--deo-shell-max), calc(100% - 2 * var(--deo-shell-pad-inline)));--deo-title-xl: clamp(22px, 5.8vw, 27px);--deo-title-md: clamp(18px, 4.6vw, 22px);--deo-lead-size: clamp(12px, 3.4vw, 14px);--deo-label-size: 10px;--deo-field-label-size: 13px;--deo-btn-min-h: 48px;--deo-btn-pad-block: 14px;--deo-btn-pad-inline: 20px;--deo-btn-font: clamp(13px, 3.6vw, 15px);--deo-btn-radius: 28px;--deo-cta-gap: 10px;--deo-input-pad: 12px 13px;--deo-input-font: clamp(13px, 3.6vw, 14px);--deo-card-hero-w: clamp(128px, 35vw, 148px);--deo-card-hero-h: clamp(170px, 47vw, 198px);--deo-card-stack-h: clamp(164px, 45vw, 200px);--deo-card-stack-w: min(220px, 100%);--deo-card-center-size: clamp(38px, 10.5vw, 52px);--deo-card-rank-size: clamp(14px, 3.8vw, 16px);--deo-suit-btn-min-h: 44px;--deo-suit-btn-font: clamp(20px, 5.5vw, 22px);--deo-rank-min-h: 36px;--deo-rank-font: clamp(11px, 3.1vw, 12px);--deo-identify-panel-pad: 16px;--deo-screen-pad-top: max(28px, env(safe-area-inset-top, 0px));--deo-screen-pad-bottom: max(24px, env(safe-area-inset-bottom, 0px))}.dx-deo-production,.dx-deo-production .dx-deo-phone--production .dx-deo-phone__screen{overflow-x:clip}@supports (padding: max(0px)){.dx-deo-production{--deo-shell-pad-inline: max( 20px, env(safe-area-inset-left), env(safe-area-inset-right) )}}.dx-deo-production .dx-deo-phone__screen{display:flex;flex-direction:column;align-items:center;width:100%;box-sizing:border-box}.dx-deo-production .dx-deo-screen{width:100%;max-width:var(--deo-shell-width);margin-inline:auto;box-sizing:border-box}.dx-deo-production .dx-deo-cta-stack{width:100%;max-width:var(--deo-column-max);margin-inline:auto;gap:var(--deo-cta-gap)}.dx-deo-production .dx-deo-btn{width:100%;max-width:100%;min-height:var(--deo-btn-min-h);padding:var(--deo-btn-pad-block) var(--deo-btn-pad-inline);font-size:var(--deo-btn-font);border-radius:var(--deo-btn-radius);box-sizing:border-box}.dx-deo-production [data-testid=deo-orientation],.dx-deo-production [data-testid=deo-identify],.dx-deo-production [data-testid=deo-manual],.dx-deo-production [data-testid=deo-log],.dx-deo-production [data-testid=deo-member]{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;max-width:var(--deo-shell-width);margin-inline:auto;min-height:100svh;min-height:100dvh;box-sizing:border-box;padding:var(--deo-screen-pad-top) var(--deo-shell-pad-inline) var(--deo-screen-pad-bottom);text-align:center;gap:0}.dx-deo-production [data-testid=deo-matched],.dx-deo-production [data-testid=deo-connection]{width:100%;max-width:var(--deo-shell-width);margin-inline:auto;min-height:100svh;min-height:100dvh;box-sizing:border-box}.dx-deo-production [data-testid=deo-orientation]>*,.dx-deo-production [data-testid=deo-identify]>*,.dx-deo-production [data-testid=deo-manual]>*,.dx-deo-production [data-testid=deo-log]>*,.dx-deo-production [data-testid=deo-member]>*{width:100%;max-width:var(--deo-column-max);margin-inline:auto;box-sizing:border-box}.dx-deo-production [data-testid=deo-orientation] .dx-deo-mark{display:flex;justify-content:center;margin-bottom:16px}.dx-deo-production [data-testid=deo-orientation] .dx-deo-orientation-copy{margin-bottom:24px}.dx-deo-production [data-testid=deo-orientation] .dx-deo-cta-stack{margin-top:8px;flex-shrink:0}.dx-deo-production [data-testid=deo-orientation] .dx-deo-card-stack{position:relative;width:var(--deo-card-stack-w);max-width:var(--deo-column-max);height:var(--deo-card-stack-h);margin:12px auto 24px;display:flex;justify-content:center;align-items:center}.dx-deo-production [data-testid=deo-orientation] .dx-deo-playing-card,.dx-deo-production [data-testid=deo-orientation] .dx-deo-playing-card--shadow1,.dx-deo-production [data-testid=deo-orientation] .dx-deo-playing-card--shadow2{width:var(--deo-card-hero-w);height:var(--deo-card-hero-h);left:0;right:0;margin-inline:auto}.dx-deo-production [data-testid=deo-orientation] .dx-deo-card-center{font-size:var(--deo-card-center-size)}.dx-deo-production [data-testid=deo-orientation] .dx-deo-card-rank{font-size:var(--deo-card-rank-size)}.dx-deo-production [data-testid=deo-orientation] .dx-deo-title--forest{font-size:var(--deo-title-xl)}.dx-deo-production [data-testid=deo-orientation] .dx-deo-lead--forest{font-size:var(--deo-lead-size)}.dx-deo-production [data-testid=deo-orientation] .dx-deo-playing-card--shadow1{transform:rotate(-7deg)}.dx-deo-production [data-testid=deo-orientation] .dx-deo-playing-card--shadow2{transform:rotate(-3deg)}.dx-deo-production [data-testid=deo-orientation] .dx-deo-playing-card.dx-deo-playing-card--hero{transform:rotate(3.5deg)}.dx-deo-production .dx-deo-screen--production-identify{background:var(--deo-forest);justify-content:center}.dx-deo-production .dx-deo-screen--production-identify .dx-deo-back{text-align:left;align-self:stretch;max-width:var(--deo-shell-width);margin-inline:auto;width:100%}.dx-deo-production .dx-deo-screen--production-identify .dx-deo-identify-header{text-align:center;margin-bottom:8px}.dx-deo-production .dx-deo-screen--production-identify .dx-deo-title--cream{color:var(--deo-on-dark)}.dx-deo-production .dx-deo-screen--production-identify .dx-deo-identify-lead{color:var(--deo-on-dark-muted)}.dx-deo-production .dx-deo-screen--production-identify .dx-deo-identify-selectors{width:100%;max-width:var(--deo-column-max);margin-inline:auto;background:var(--deo-cream);border-radius:16px;padding:var(--deo-identify-panel-pad);border:1px solid rgba(200,169,110,.14);box-shadow:0 8px 28px #0003;overflow:hidden}.dx-deo-production .dx-deo-screen--production-identify .dx-deo-title--cream{font-size:var(--deo-title-md)}.dx-deo-production .dx-deo-screen--production-identify .dx-deo-identify-lead{font-size:var(--deo-lead-size)}.dx-deo-production .dx-deo-screen--production-identify .dx-deo-suit-btn{min-height:var(--deo-suit-btn-min-h);font-size:var(--deo-suit-btn-font)}.dx-deo-production .dx-deo-screen--production-identify .dx-deo-rank-btn{min-height:var(--deo-rank-min-h);font-size:var(--deo-rank-font)}.dx-deo-production .dx-deo-screen--production-identify .dx-deo-input{font-size:var(--deo-input-font);padding:var(--deo-input-pad);max-width:100%}.dx-deo-production .dx-deo-screen--production-identify .dx-deo-rank-grid{grid-template-columns:repeat(7,minmax(0,1fr));width:100%;max-width:100%}.dx-deo-production .dx-deo-screen--production-identify .dx-deo-suit-row,.dx-deo-production .dx-deo-screen--production-identify .dx-deo-identify-optional{width:100%;max-width:100%}.dx-deo-production .dx-deo-screen--production-identify .dx-deo-identify-cta{width:100%;max-width:var(--deo-column-max);margin:20px auto 0}.dx-deo-production .dx-deo-screen--production-identify .dx-deo-identify-hint{color:var(--deo-on-dark-deep)}.dx-deo-production .dx-deo-manual.dx-deo-screen--cream{background:var(--deo-forest)}.dx-deo-production .dx-deo-manual .dx-deo-back--light{color:var(--deo-on-dark-muted);text-align:left;align-self:stretch}.dx-deo-production .dx-deo-manual .dx-deo-title--cream{color:var(--deo-on-dark)}.dx-deo-production .dx-deo-manual .dx-deo-lead--cream,.dx-deo-production .dx-deo-manual p{color:var(--deo-on-dark-muted)}.dx-deo-production [data-testid=deo-member]{background:var(--deo-forest)}.dx-deo-production [data-testid=deo-member] .dx-deo-back{color:var(--deo-on-dark-muted);text-align:left;align-self:stretch}.dx-deo-production .dx-deo-reveal-flow{display:flex;flex-direction:column;width:100%;min-height:100svh;min-height:100dvh;background:var(--deo-forest);align-items:center;justify-content:center;box-sizing:border-box}.dx-deo-production .dx-deo-reveal-header{width:100%;max-width:var(--deo-shell-width);margin-inline:auto;padding:max(32px,env(safe-area-inset-top,0px)) var(--deo-shell-pad-inline) 16px;box-sizing:border-box}.dx-deo-production .dx-deo-reveal-body{width:100%;max-width:var(--deo-shell-width);margin-inline:auto;padding:8px var(--deo-shell-pad-inline) max(32px,env(safe-area-inset-bottom,0px));background:transparent;display:flex;flex-direction:column;align-items:center;flex:1;box-sizing:border-box}.dx-deo-production .dx-deo-reveal-body>*{width:100%;max-width:var(--deo-column-max)}.dx-deo-production .dx-deo-reveal-body .dx-deo-staged-note{color:var(--deo-on-dark-muted)!important}.dx-deo-production .dx-deo-connection-form{background:transparent;border:none;border-radius:0;padding:0;margin:0 0 20px;box-shadow:none}.dx-deo-production .dx-deo-connection-form__title{margin:0 0 18px;font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#c8a96eb8;font-family:var(--deo-sans)}.dx-deo-production .dx-deo-field{margin-bottom:16px}.dx-deo-production .dx-deo-field__label{display:block;margin:0 0 8px;font-size:var(--deo-field-label-size);font-weight:600;letter-spacing:.01em;text-transform:none;color:var(--deo-on-dark);line-height:1.35}.dx-deo-production .dx-deo-connection-panel .dx-deo-field .dx-deo-input,.dx-deo-production .dx-deo-connection-panel .dx-deo-field .dx-deo-textarea{font-size:var(--deo-input-font);padding:var(--deo-input-pad);width:100%;max-width:100%}.dx-deo-production .dx-deo-field__label .dx-deo-label__opt{font-weight:500;color:var(--deo-on-dark-muted)}.dx-deo-production .dx-deo-connection-panel .dx-deo-field .dx-deo-input,.dx-deo-production .dx-deo-connection-panel .dx-deo-field .dx-deo-textarea{margin-bottom:0;background:#fff;border:1px solid rgba(200,169,110,.28);border-radius:10px}.dx-deo-production .dx-deo-connection-panel .dx-deo-field .dx-deo-input:focus,.dx-deo-production .dx-deo-connection-panel .dx-deo-field .dx-deo-textarea:focus{outline:none;border-color:#c8a96e80;box-shadow:0 0 0 3px #c8a96e24}.dx-deo-production .dx-deo-connection-panel .dx-deo-check-row{margin:4px 0 16px;padding:14px;gap:12px;align-items:flex-start;border-radius:10px;border:1px solid rgba(232,223,200,.18);background:#ffffff0f;color:var(--deo-on-dark);line-height:1.5}.dx-deo-production .dx-deo-connection-panel .dx-deo-check-row input{margin-top:4px;flex-shrink:0;width:18px;height:18px}.dx-deo-production .dx-deo-connection-panel .dx-deo-privacy{margin:0;padding:12px 14px;border-radius:10px;background:#ffffff0d;border:1px solid rgba(232,223,200,.14);color:var(--deo-on-dark-muted);font-size:11px;line-height:1.55}.dx-deo-production .dx-deo-reveal-body .dx-deo-cta-stack{margin-top:4px}.dx-deo-connection-form .dx-deo-field__label{font-size:10px;color:var(--deo-text-label);letter-spacing:.12em;text-transform:uppercase;margin:0 0 9px}.dx-deo-root:not(.dx-deo-production) .dx-deo-reveal-body .dx-deo-connection-form{background:#fff;border:1px solid var(--deo-border);border-radius:14px;padding:14px;margin-bottom:12px}.dx-deo-root{--deo-forest: #0e1b10;--deo-forest-deep: #09120a;--deo-gold: #c8a96e;--deo-gold-bg: rgba(200, 169, 110, .14);--deo-gold-border: rgba(200, 169, 110, .28);--deo-gold-dim: rgba(200, 169, 110, .55);--deo-cream: #faf7f0;--deo-parchment: #f2ede0;--deo-border: #e4ddc8;--deo-border-light: #ede8d8;--deo-text-dark: #1a1a14;--deo-text-mid: #3a3028;--deo-text-muted: #8a7860;--deo-text-label: #9a9080;--deo-on-dark: #f0e8d4;--deo-on-dark-muted: rgba(232, 223, 200, .52);--deo-on-dark-dim: rgba(232, 223, 200, .36);--deo-on-dark-deep: rgba(232, 223, 200, .26);--deo-heart: #b83228;--deo-signal: #4a9b6a;--deo-serif: "Palatino Linotype", "Book Antiqua", Palatino, serif;--deo-sans: "DM Sans", system-ui, -apple-system, sans-serif;font-family:var(--deo-sans);color:var(--deo-text-dark);box-sizing:border-box}.dx-deo-root *,.dx-deo-root *:before,.dx-deo-root *:after{box-sizing:border-box}.dx-deo-page{min-height:100vh;background:#0a0907;padding:0 0 2rem}.dx-deo-dev-bar{position:sticky;top:0;z-index:100;background:#0a0907f5;border-bottom:1px solid rgba(200,169,110,.25);padding:10px 14px 12px;font-size:11px;color:#b8a888;line-height:1.45}.dx-deo-dev-bar strong{color:#c9a96e;font-weight:600}.dx-deo-dev-bar__row{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px;align-items:center}.dx-deo-dev-chip{border:1px solid rgba(200,169,110,.35);background:#c8a96e14;color:#e8dfc8;border-radius:999px;padding:5px 12px;font-size:11px;cursor:pointer;font-family:inherit}.dx-deo-dev-chip:hover,.dx-deo-dev-chip.is-on{background:#c8a96e38;border-color:#c8a96e}.dx-deo-stage{display:flex;flex-direction:column;align-items:center;gap:10px;padding:1rem .5rem 0}.dx-deo-phone{width:min(336px,100vw - 16px);height:min(660px,calc(100vh - 180px));min-height:520px;border-radius:44px;overflow:hidden;border:7px solid #1b2a1d;background:var(--deo-forest);position:relative;box-shadow:0 24px 80px #00000073}.dx-deo-phone__island{position:absolute;top:0;left:50%;transform:translate(-50%);width:94px;height:24px;background:var(--deo-forest-deep);border-radius:0 0 15px 15px;z-index:40;pointer-events:none}.dx-deo-phone__screen{position:absolute;top:0;right:0;bottom:0;left:0;overflow-y:auto;-webkit-overflow-scrolling:touch}.dx-deo-screen{display:flex;flex-direction:column;min-height:100%;padding:48px 22px 28px;overflow-y:auto}.dx-deo-screen--forest{background:var(--deo-forest);justify-content:space-between}.dx-deo-screen--cream{background:var(--deo-cream)}.dx-deo-mark{display:flex;align-items:center;gap:8px;margin-bottom:20px}.dx-deo-mark__box{width:27px;height:27px;border:1.5px solid rgba(200,169,110,.55);border-radius:6px;display:flex;align-items:center;justify-content:center}.dx-deo-mark__box span{font-size:10px;color:var(--deo-gold);font-weight:700;letter-spacing:-.5px}.dx-deo-mark__label{font-size:9px;color:var(--deo-gold-dim);letter-spacing:.17em;text-transform:uppercase}.dx-deo-title{font-family:var(--deo-serif);font-size:24px;font-weight:400;line-height:1.3;margin:0 0 12px}.dx-deo-title--sm{font-size:20px;margin-bottom:6px}.dx-deo-title--forest{color:var(--deo-on-dark)}.dx-deo-title--cream{color:var(--deo-text-dark)}.dx-deo-lead{font-size:13px;line-height:1.65;margin:0}.dx-deo-lead--forest{color:var(--deo-on-dark-muted);text-align:center}.dx-deo-lead--cream{color:var(--deo-text-muted)}.dx-deo-back{background:none;border:none;font-size:13px;cursor:pointer;padding:0;margin-bottom:18px;display:block;text-align:left;font-family:inherit}.dx-deo-back--dark{color:var(--deo-on-dark-muted)}.dx-deo-back--light{color:var(--deo-text-muted)}.dx-deo-cta-stack{display:flex;flex-direction:column;gap:10px;margin-top:auto}.dx-deo-btn{width:100%;border-radius:28px;padding:15px 0;font-size:14px;font-family:inherit;cursor:pointer;transition:opacity .15s,transform .1s}.dx-deo-btn:active:not(:disabled){transform:scale(.98)}.dx-deo-btn--primary-gold{border:none;font-weight:600;background:var(--deo-gold);color:#140d01;letter-spacing:.02em}.dx-deo-btn--primary-forest{border:none;font-weight:600;background:var(--deo-forest);color:var(--deo-on-dark)}.dx-deo-btn--ghost-dark{background:transparent;color:var(--deo-on-dark);border:1px solid rgba(232,223,200,.22);padding:14px 0}.dx-deo-btn--ghost-light{background:transparent;color:var(--deo-text-mid);border:1px solid var(--deo-border);padding:14px 0}.dx-deo-btn--gold-outline{background:var(--deo-gold-bg);color:var(--deo-gold);border:1px solid var(--deo-gold-border);padding:14px 0}.dx-deo-btn:disabled{opacity:.38;cursor:default}.dx-deo-label{font-size:10px;color:var(--deo-text-label);letter-spacing:.12em;text-transform:uppercase;margin:0 0 9px;display:block}.dx-deo-label--on-dark{color:#c8a96e7a}.dx-deo-label__opt{color:#c0b898;font-style:italic;letter-spacing:0;text-transform:none}.dx-deo-card-stack{display:flex;justify-content:center;position:relative;height:200px;flex-shrink:0;margin:12px 0 28px}.dx-deo-playing-card{width:148px;height:198px;background:var(--deo-cream);border-radius:16px;border:1px solid rgba(200,169,110,.35);position:relative;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:5px;flex-shrink:0}.dx-deo-playing-card--sm{width:108px;height:152px}.dx-deo-playing-card--shadow1,.dx-deo-playing-card--shadow2{position:absolute;left:50%;margin-left:-74px;width:148px;height:198px;border-radius:16px;pointer-events:none}.dx-deo-playing-card--shadow1{top:10px;background:#c8a96e12;border:1px solid rgba(200,169,110,.12);transform:rotate(-7deg)}.dx-deo-playing-card--shadow2{top:6px;background:#c8a96e0a;border:1px solid rgba(200,169,110,.08);transform:rotate(-3deg)}.dx-deo-playing-card.dx-deo-playing-card--hero{position:absolute;top:0;left:50%;margin-left:-74px;transform:rotate(3.5deg);z-index:1}.dx-deo-card-corner{position:absolute;line-height:1.15;text-align:center;font-family:var(--deo-serif)}.dx-deo-card-corner--tl{top:9px;left:11px}.dx-deo-card-corner--br{bottom:9px;right:11px;transform:rotate(180deg)}.dx-deo-card-rank{font-weight:700;font-size:16px}.dx-deo-playing-card--sm .dx-deo-card-rank{font-size:14px}.dx-deo-card-suit-sm{font-size:11px}.dx-deo-card-center{font-size:52px;line-height:1}.dx-deo-playing-card--sm .dx-deo-card-center{font-size:36px}.dx-deo-card-footer{width:44px;height:1px;background:#c8a96e73}.dx-deo-card-brand{font-size:7px;color:#b8a878;letter-spacing:.2em;text-transform:uppercase}.dx-deo-preview-wrap{display:flex;justify-content:center;margin-bottom:22px}.dx-deo-suit-row{display:flex;gap:7px;margin-bottom:20px}.dx-deo-suit-btn{flex:1;border-radius:10px;border:1.5px solid var(--deo-border);background:#fff;cursor:pointer;font-size:22px;padding:13px 0;display:flex;align-items:center;justify-content:center;transition:background .12s,border-color .12s;font-family:inherit}.dx-deo-suit-btn.is-on{background:var(--deo-forest);border-color:var(--deo-forest)}.dx-deo-rank-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:5px;margin-bottom:20px}.dx-deo-rank-btn{border-radius:7px;border:1px solid var(--deo-border);background:var(--deo-cream);cursor:pointer;font-size:12px;font-weight:500;color:var(--deo-text-mid);padding:9px 2px;font-family:inherit;transition:background .1s,border-color .1s}.dx-deo-rank-btn.is-on{background:var(--deo-forest);border-color:var(--deo-forest);color:var(--deo-on-dark)}.dx-deo-input{width:100%;border:1px solid var(--deo-border);border-radius:10px;padding:12px 13px;font-size:14px;color:var(--deo-text-mid);background:#fff;outline:none;margin-bottom:16px;font-family:inherit}.dx-deo-giver-list{border:1px solid var(--deo-border);border-radius:10px;overflow:hidden;margin:-8px 0 16px;background:#fff}.dx-deo-giver-opt{width:100%;text-align:left;border:none;border-bottom:1px solid var(--deo-border-light);background:none;padding:11px 13px;cursor:pointer;font-family:inherit}.dx-deo-giver-opt:last-child{border-bottom:none}.dx-deo-giver-opt:hover,.dx-deo-giver-opt.is-on{background:#c8a96e14}.dx-deo-giver-opt strong{display:block;font-size:13px;color:var(--deo-text-dark)}.dx-deo-giver-opt small{font-size:11px;color:var(--deo-text-muted)}.dx-deo-giver-selected{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;border:1px solid var(--deo-border);border-radius:10px;padding:12px 13px;margin-bottom:16px;background:#fff}.dx-deo-giver-selected__body{display:flex;flex-direction:column;gap:4px;min-width:0}.dx-deo-giver-selected__label{margin-bottom:2px}.dx-deo-giver-selected__name{font-size:14px;color:var(--deo-text-dark)}.dx-deo-giver-selected__meta{font-size:12px;color:var(--deo-text-muted);line-height:1.45}.dx-deo-giver-selected__deck{font-size:12px;color:var(--deo-gold-dim);line-height:1.45;margin-top:2px}.dx-deo-giver-selected__change{flex-shrink:0;border:1px solid var(--deo-border);border-radius:8px;background:#fff;color:var(--deo-text-mid);font-size:12px;font-weight:600;padding:8px 10px;cursor:pointer;font-family:inherit}.dx-deo-reveal-header{background:var(--deo-forest);padding:48px 22px 18px;flex-shrink:0}.dx-deo-reveal-body{padding:18px 20px 24px;flex:1;background:var(--deo-cream)}.dx-deo-reveal-flow{display:flex;flex-direction:column;min-height:100%}.dx-deo-reveal-purpose{font-family:var(--deo-serif);font-size:17px;font-weight:500;color:var(--deo-on-dark);line-height:1.35;margin:0 0 8px}.dx-deo-connection-panel .dx-deo-input{margin-bottom:14px}.dx-deo-check-row{display:flex;align-items:flex-start;gap:10px;margin:4px 0 16px;font-size:13px;color:var(--deo-text-mid);cursor:pointer;line-height:1.45}.dx-deo-check-row input{margin-top:3px;accent-color:var(--deo-forest)}.dx-deo-textarea{width:100%;border:1px solid var(--deo-border);border-radius:10px;padding:12px 13px;font-size:14px;color:var(--deo-text-mid);background:#fff;outline:none;margin-bottom:14px;font-family:inherit;resize:vertical;min-height:72px;box-sizing:border-box}.dx-deo-privacy{font-size:11px;color:var(--deo-text-muted);line-height:1.55;margin:0;padding:10px 12px;border-radius:10px;background:#7eb8a414;border:1px solid rgba(126,184,164,.22)}.dx-deo-reveal-row{display:flex;align-items:center;gap:12px;margin-bottom:10px}.dx-deo-avatar{width:42px;height:42px;border-radius:50%;background:#c8a96e29;border:1px solid rgba(200,169,110,.32);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:14px;color:var(--deo-gold);font-weight:500}.dx-deo-mini-card{width:28px;height:40px;background:var(--deo-cream);border-radius:6px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px;flex-shrink:0;font-family:var(--deo-serif)}.dx-deo-panel{background:#fff;border-radius:14px;border:1px solid var(--deo-border);padding:14px;margin-bottom:12px}.dx-deo-unlock-row{display:flex;gap:11px;padding-bottom:11px;border-top:.5px solid var(--deo-border-light);padding-top:11px}.dx-deo-unlock-row:first-of-type{border-top:none;padding-top:0}.dx-deo-unlock-icon{width:32px;height:32px;background:var(--deo-parchment);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:15px;flex-shrink:0}.dx-deo-reveal-subhead{margin:0 0 12px;font-size:13px;line-height:1.55;color:var(--deo-on-dark-muted);font-weight:400}.dx-deo-verified-trust{background:var(--deo-forest);border:1px solid var(--deo-gold-border);border-radius:14px;padding:14px 16px;margin-bottom:18px}.dx-deo-verified-trust__list{margin:8px 0 0;padding:0;list-style:none;display:grid;gap:8px}.dx-deo-verified-trust__list li{font-size:13px;color:var(--deo-on-dark);line-height:1.45;padding-left:18px;position:relative}.dx-deo-verified-trust__list li:before{content:"✓";position:absolute;left:0;color:var(--deo-signal);font-size:12px;font-weight:700}.dx-deo-verified-trust__fixture{margin:10px 0 0;font-size:10px;letter-spacing:.06em;text-transform:uppercase;color:var(--deo-on-dark-deep)}.dx-deo-manual{text-align:center;padding:24px 8px 8px}.dx-deo-manual .dx-deo-title{margin-bottom:14px}.dx-deo-wizard-step{padding:8px 0 16px}.dx-deo-wizard-options{display:grid;gap:8px;margin:16px 0}.dx-deo-wizard-opt{text-align:left;padding:14px 18px;border-radius:12px;border:1px solid var(--deo-border);background:#fff;font-size:14px;cursor:pointer;font-family:inherit;color:var(--deo-text-muted)}.dx-deo-wizard-opt.is-on{border-color:#c8a96e66;background:#c8a96e1f;color:var(--deo-gold);font-weight:600}.dx-deo-context-panel{background:#fff;border-radius:14px;border:1px solid var(--deo-border);padding:14px}.dx-deo-context-chips{display:flex;flex-wrap:wrap;gap:8px}.dx-deo-context-chip{padding:8px 12px;border-radius:999px;border:1px solid var(--deo-border);background:#fff;font-size:12px;line-height:1.3;cursor:pointer;font-family:inherit;color:var(--deo-text-muted);text-align:left}.dx-deo-context-chip.is-on{border-color:#c8a96e73;background:#c8a96e24;color:var(--deo-gold);font-weight:600}.dx-deo-cta-stack--context{margin-top:4px}.dx-deo-log-panel{background:#fff;border-radius:14px;border:1px solid var(--deo-border);padding:14px;position:relative;overflow:hidden}.dx-deo-log-row{display:flex;gap:10px;align-items:center;padding:10px 0;border-bottom:1px solid var(--deo-border-light)}.dx-deo-log-row:last-child{border-bottom:none}.dx-deo-log-avatar{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;flex-shrink:0}.dx-deo-log-scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 30%,rgba(250,247,240,.92) 85%);pointer-events:none}.dx-deo-locked-badge{font-size:9px;letter-spacing:.1em;text-transform:uppercase;color:var(--deo-gold);border:1px solid var(--deo-gold-border);border-radius:999px;padding:4px 10px}.dx-deo-member-stats{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:20px}.dx-deo-stat{background:#ffffff0d;border-radius:12px;padding:13px;border:.5px solid rgba(200,169,110,.16)}.dx-deo-stat__val{font-family:var(--deo-serif);font-size:26px;color:var(--deo-gold);line-height:1}.dx-deo-stat__lbl{font-size:11px;color:var(--deo-on-dark-dim);margin-top:3px}.dx-deo-exchange-item{background:#ffffff0a;border-radius:10px;padding:11px 13px;border:.5px solid rgba(255,255,255,.06);display:flex;align-items:center;gap:10px;margin-bottom:7px}.dx-deo-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0}.dx-deo-dot--claimed{background:var(--deo-signal)}.dx-deo-dot--pending{background:#c8a96e61}.dx-deo-toast{position:absolute;top:36px;left:10px;right:10px;bottom:auto;background:#0a120bf7;color:var(--deo-on-dark);font-size:12px;padding:11px 14px;border-radius:10px;z-index:60;border:.5px solid var(--deo-gold-border);line-height:1.5;text-align:center}.dx-deo-dots{display:flex;gap:5px;align-items:center}.dx-deo-dots span{width:6px;height:6px;border-radius:50%;background:#ccc;cursor:pointer}.dx-deo-dots span.is-on{background:#1a1a14}.dx-deo-screen-label{font-size:10px;color:#888;font-family:ui-monospace,monospace;margin:0}.dx-deo-preview-wrap--mobile-only{display:none}.dx-deo-identify-hint{font-size:12px;color:var(--deo-text-label);text-align:center;margin:10px 0 0}.dx-deo-fixture-tag{font-size:9px;color:#c8a96ebf;letter-spacing:.08em;text-transform:uppercase;margin-bottom:8px}.dx-deo-identify-selectors .dx-deo-identify-optional{margin-top:20px;padding-top:18px;border-top:1px solid var(--deo-border-light)}.dx-deo-identify-selectors .dx-deo-identify-optional .dx-deo-rank-grid,.dx-deo-identify-selectors .dx-deo-identify-optional .dx-deo-suit-row{margin-bottom:0}@media (min-width: 390px) and (max-width: 719px){.dx-deo-production{--deo-shell-pad-inline: max( 24px, env(safe-area-inset-left, 0px), env(safe-area-inset-right, 0px) );--deo-btn-pad-inline: 22px;--deo-screen-pad-top: max(32px, env(safe-area-inset-top, 0px));--deo-screen-pad-bottom: max(28px, env(safe-area-inset-bottom, 0px))}}@media (min-width: 720px){.dx-deo-phone{height:660px}.dx-deo-production{--deo-shell-max: 500px;--deo-column-max: 460px;--deo-shell-pad-inline: max( 28px, env(safe-area-inset-left, 0px), env(safe-area-inset-right, 0px) );--deo-shell-gutter: var(--deo-shell-pad-inline);--deo-screen-pad-top: max(40px, env(safe-area-inset-top, 0px));--deo-screen-pad-bottom: max(36px, env(safe-area-inset-bottom, 0px));--deo-btn-min-h: 52px;--deo-btn-pad-block: 15px;--deo-btn-pad-inline: 32px;--deo-btn-font: 14px;--deo-btn-radius: 999px;--deo-cta-gap: 12px;--deo-card-hero-w: 168px;--deo-card-hero-h: 224px;--deo-card-stack-h: 240px;--deo-card-stack-w: 220px;--deo-card-center-size: 56px;--deo-title-xl: 25px;--deo-title-md: 24px;--deo-lead-size: 14px;--deo-suit-btn-min-h: 46px;--deo-suit-btn-font: 22px;--deo-rank-min-h: 38px;--deo-rank-font: 13px;--deo-identify-panel-pad: 18px}.dx-deo-production [data-testid=deo-orientation],.dx-deo-production [data-testid=deo-identify],.dx-deo-production [data-testid=deo-manual],.dx-deo-production [data-testid=deo-log],.dx-deo-production [data-testid=deo-member]{padding-top:max(48px,env(safe-area-inset-top,0px));padding-bottom:max(40px,env(safe-area-inset-bottom,0px))}.dx-deo-production .dx-deo-btn{letter-spacing:.02em}.dx-deo-production .dx-deo-btn--primary-gold{font-weight:600;box-shadow:0 10px 32px #c8a96e38}.dx-deo-production .dx-deo-btn--ghost-dark,.dx-deo-production .dx-deo-btn--ghost-light{font-weight:500}.dx-deo-production .dx-deo-btn--log-only{color:var(--deo-text-mid);border-color:#c9a96e73;cursor:pointer;opacity:1}.dx-deo-production [data-testid=deo-orientation] .dx-deo-mark,.dx-deo-production [data-testid=deo-orientation] .dx-deo-card-stack{margin-bottom:14px}.dx-deo-production [data-testid=deo-orientation] .dx-deo-orientation-copy{margin-bottom:16px}.dx-deo-production [data-testid=deo-orientation] .dx-deo-title--forest{margin-bottom:8px;letter-spacing:-.01em}.dx-deo-production [data-testid=deo-orientation] .dx-deo-lead--forest{max-width:380px;margin-left:auto;margin-right:auto}.dx-deo-production [data-testid=deo-orientation] .dx-deo-cta-stack{margin-top:4px}.dx-deo-production [data-testid=deo-orientation] .dx-deo-btn--primary-gold{box-shadow:0 14px 40px #c8a96e52,0 2px 10px #0000002e}.dx-deo-production [data-testid=deo-orientation] .dx-deo-btn--ghost-dark{border-color:#e8dfc847;box-shadow:inset 0 1px #ffffff0f}.dx-deo-production .dx-deo-screen--production-identify .dx-deo-back{margin-bottom:24px;font-size:14px}.dx-deo-production .dx-deo-screen--production-identify .dx-deo-title--cream{font-family:var(--deo-serif);font-weight:400;margin:0 0 10px;letter-spacing:-.02em;line-height:1.2}.dx-deo-production .dx-deo-screen--production-identify .dx-deo-identify-lead{line-height:1.65}.dx-deo-production .dx-deo-screen--production-identify .dx-deo-identify-card-stack{position:relative;display:flex;justify-content:center;height:var(--deo-card-stack-h);width:var(--deo-card-stack-w);margin:20px auto 24px;flex-shrink:0;overflow:visible}.dx-deo-production .dx-deo-screen--production-identify .dx-deo-identify-card-stack .dx-deo-playing-card,.dx-deo-production .dx-deo-screen--production-identify .dx-deo-identify-card-stack .dx-deo-playing-card--shadow1,.dx-deo-production .dx-deo-screen--production-identify .dx-deo-identify-card-stack .dx-deo-playing-card--shadow2{width:var(--deo-card-hero-w);height:var(--deo-card-hero-h);left:0;right:0;margin-inline:auto;border-radius:16px}.dx-deo-production .dx-deo-screen--production-identify .dx-deo-identify-card-stack .dx-deo-playing-card--shadow1{transform:rotate(-6deg);background:#c8a96e14;border:1px solid rgba(200,169,110,.14)}.dx-deo-production .dx-deo-screen--production-identify .dx-deo-identify-card-stack .dx-deo-playing-card--shadow2{transform:rotate(-2deg);background:#c8a96e0d;border:1px solid rgba(200,169,110,.1)}.dx-deo-production .dx-deo-screen--production-identify .dx-deo-identify-card-stack .dx-deo-playing-card--identify-hero{transform:rotate(3deg);box-shadow:0 20px 48px #0000005c,0 6px 18px #c8a96e29;border:1px solid rgba(200,169,110,.4)}.dx-deo-production .dx-deo-screen--production-identify .dx-deo-identify-card-stack .dx-deo-card-center{font-size:var(--deo-card-center-size)}.dx-deo-production .dx-deo-screen--production-identify .dx-deo-identify-selectors{padding:var(--deo-identify-panel-pad)}.dx-deo-production .dx-deo-screen--production-identify .dx-deo-identify-selectors .dx-deo-label{font-size:9px;font-weight:700;letter-spacing:.16em;color:#8a8070;margin-bottom:10px}.dx-deo-production .dx-deo-screen--production-identify .dx-deo-suit-row{gap:7px;margin-bottom:18px}.dx-deo-production .dx-deo-screen--production-identify .dx-deo-suit-btn{padding:0;border-radius:999px;border:1.5px solid rgba(200,169,110,.26);background:#fff}.dx-deo-production .dx-deo-screen--production-identify .dx-deo-suit-btn.is-on{background:var(--deo-forest);border-color:var(--deo-forest)}.dx-deo-production .dx-deo-screen--production-identify .dx-deo-rank-grid{gap:5px;margin-bottom:0}.dx-deo-production .dx-deo-screen--production-identify .dx-deo-rank-btn{padding:7px 2px;font-weight:600;font-family:var(--deo-serif);border-radius:999px;border:1px solid rgba(200,169,110,.22);background:#fff;color:var(--deo-text-mid)}.dx-deo-production .dx-deo-screen--production-identify .dx-deo-rank-btn.is-on{background:var(--deo-forest);border-color:var(--deo-forest);color:var(--deo-on-dark)}.dx-deo-production .dx-deo-screen--production-identify .dx-deo-identify-selectors .dx-deo-identify-optional{margin-top:18px;padding-top:16px;border-top:1px solid rgba(200,169,110,.22);background:transparent;border-radius:0;box-shadow:none;width:100%;max-width:none}.dx-deo-production .dx-deo-screen--production-identify .dx-deo-identify-optional .dx-deo-label{font-size:10px;font-weight:600;letter-spacing:.12em;color:#8a8070;margin-bottom:8px}.dx-deo-production .dx-deo-screen--production-identify .dx-deo-identify-optional .dx-deo-label__opt{color:#a89878;font-weight:500;letter-spacing:.04em;text-transform:none}.dx-deo-production .dx-deo-screen--production-identify .dx-deo-identify-optional .dx-deo-input{background:#fff;border:1px solid var(--deo-border);color:var(--deo-text-mid);border-radius:10px;padding:12px 14px;font-size:14px;margin-bottom:16px}.dx-deo-production .dx-deo-screen--production-identify .dx-deo-identify-optional .dx-deo-input:focus{outline:none;border-color:#c8a96e7a;box-shadow:0 0 0 3px #c8a96e1f}.dx-deo-production .dx-deo-screen--production-identify .dx-deo-identify-optional .dx-deo-giver-list{background:#fff;border:1px solid var(--deo-border);border-radius:10px;margin:0 0 16px}.dx-deo-production .dx-deo-screen--production-identify .dx-deo-identify-cta{width:100%;max-width:var(--deo-column-max);margin:20px auto 0}.dx-deo-production .dx-deo-screen--production-identify .dx-deo-btn--primary-gold{font-weight:700;box-shadow:0 14px 40px #c8a96e52,0 2px 10px #0000002e}.dx-deo-production .dx-deo-screen--production-identify .dx-deo-btn--primary-gold:disabled{opacity:1;background:#c8a96e61;color:#140d0173;box-shadow:none}.dx-deo-production .dx-deo-screen--production-identify .dx-deo-identify-hint{color:var(--deo-on-dark-deep);margin-top:12px}.dx-deo-production .dx-deo-reveal-flow{width:100%;min-height:100dvh;background:var(--deo-forest);align-items:center}.dx-deo-production .dx-deo-reveal-header{width:100%;max-width:var(--deo-shell-width);margin-inline:auto;padding:48px var(--deo-shell-pad-inline) 20px;box-sizing:border-box}.dx-deo-production .dx-deo-reveal-body{width:100%;max-width:var(--deo-shell-width);margin-inline:auto;padding:8px var(--deo-shell-pad-inline) 40px;background:transparent;display:flex;flex-direction:column;align-items:center;flex:1}.dx-deo-production .dx-deo-reveal-body>*{width:100%;max-width:var(--deo-column-max)}.dx-deo-production .dx-deo-reveal-body .dx-deo-panel{background:var(--deo-cream);border:1px solid rgba(200,169,110,.14);border-radius:16px;padding:16px;margin-bottom:14px;box-shadow:0 8px 28px #0000002e}.dx-deo-production .dx-deo-reveal-body .dx-deo-verified-trust{margin-bottom:16px}.dx-deo-production .dx-deo-reveal-body .dx-deo-staged-note{max-width:var(--deo-column-max);color:var(--deo-on-dark-muted)!important}.dx-deo-production .dx-deo-reveal-body .dx-deo-connection-form{background:transparent;border:none;box-shadow:none;padding:0}.dx-deo-production .dx-deo-reveal-body .dx-deo-cta-stack{margin-top:8px}.dx-deo-production .dx-deo-reveal-body .dx-deo-btn--ghost-light{border-color:#e8dfc847;color:var(--deo-on-dark-muted)}.dx-deo-production .dx-deo-manual.dx-deo-screen--cream{background:var(--deo-forest);text-align:center}.dx-deo-production .dx-deo-manual .dx-deo-back--light{align-self:stretch;max-width:var(--deo-shell-width)}.dx-deo-production .dx-deo-manual .dx-deo-title--cream{color:var(--deo-on-dark);width:100%;max-width:var(--deo-column-max)}.dx-deo-production .dx-deo-manual .dx-deo-lead--cream,.dx-deo-production .dx-deo-manual p{color:var(--deo-on-dark-muted);width:100%;max-width:var(--deo-column-max);margin-left:auto;margin-right:auto}.dx-deo-production .dx-deo-manual .dx-deo-btn{max-width:var(--deo-column-max);margin-top:8px}.dx-deo-production [data-testid=deo-member]{width:100%;max-width:var(--deo-shell-max);align-items:center}.dx-deo-production [data-testid=deo-member]>*{width:100%;max-width:var(--deo-column-max)}.dx-deo-production [data-testid=deo-member] .dx-deo-back{max-width:var(--deo-shell-max);align-self:center}.dx-deo-production [data-testid=deo-member] .dx-deo-cta-stack{margin-top:20px}@media (hover: hover) and (pointer: fine){.dx-deo-production .dx-deo-screen--production-identify .dx-deo-back:hover{color:var(--deo-on-dark)}.dx-deo-production .dx-deo-screen--production-identify .dx-deo-btn--primary-gold:not(:disabled):hover{transform:translateY(-1px)}.dx-deo-production [data-testid=deo-orientation] .dx-deo-btn--primary-gold:hover{transform:translateY(-1px);box-shadow:0 18px 48px #c8a96e61,0 2px 10px #0000002e}}.dx-deo-production .dx-deo-screen--cream:not(.dx-deo-screen--production-identify) .dx-deo-cta-stack,.dx-deo-production .dx-deo-reveal-flow .dx-deo-cta-stack,.dx-deo-production .dx-deo-manual .dx-deo-cta-stack{margin-top:auto}}@media (min-width: 1024px){.dx-deo-production{--deo-shell-max: 520px;--deo-column-max: 480px;--deo-shell-pad-inline: max( 32px, env(safe-area-inset-left, 0px), env(safe-area-inset-right, 0px) );--deo-btn-min-h: 54px;--deo-btn-pad-block: 16px;--deo-btn-pad-inline: 40px;--deo-btn-font: 15px;--deo-card-hero-w: 190px;--deo-card-hero-h: 253px;--deo-card-stack-h: 272px;--deo-card-center-size: 64px;--deo-title-xl: 27px;--deo-title-md: 26px;--deo-suit-btn-min-h: 48px;--deo-suit-btn-font: 24px}.dx-deo-production .dx-deo-btn--primary-gold{min-height:56px}.dx-deo-production [data-testid=deo-orientation] .dx-deo-playing-card.dx-deo-playing-card--hero{box-shadow:0 18px 48px #00000052,0 4px 14px #c8a96e24}.dx-deo-production [data-testid=deo-orientation] .dx-deo-btn--primary-gold{box-shadow:0 14px 40px #c8a96e52,0 2px 10px #0000002e}.dx-deo-production .dx-deo-screen--production-identify .dx-deo-identify-card-stack .dx-deo-playing-card--identify-hero{box-shadow:0 20px 48px #0000005c,0 6px 18px #c8a96e29}.dx-deo-production .dx-deo-screen--production-identify .dx-deo-btn--primary-gold{min-height:56px;font-size:15px}}@media (min-width: 1280px){.dx-deo-production{--deo-shell-pad-inline: max( 40px, env(safe-area-inset-left, 0px), env(safe-area-inset-right, 0px) );--deo-screen-pad-top: max(48px, env(safe-area-inset-top, 0px));--deo-screen-pad-bottom: max(40px, env(safe-area-inset-bottom, 0px))}}@media (max-width: 719px){.dx-deo-production .dx-deo-screen--production-identify .dx-deo-identify-card-stack{display:none}.dx-deo-production .dx-deo-screen--production-identify .dx-deo-preview-wrap--mobile-only{display:flex}}.dx-ex-member{max-width:720px;margin:0 auto;padding:24px 20px 64px}.dx-ex-member-nav{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:20px}.dx-ex-member-nav a,.dx-ex-member-nav button{font-size:12px;letter-spacing:.06em;text-transform:uppercase;padding:8px 14px;border-radius:999px;border:1px solid var(--dx-border, rgba(255, 255, 255, .12));background:transparent;color:var(--dx-text-muted, #9a9a9a);text-decoration:none;cursor:pointer}.dx-ex-member-nav a.is-active,.dx-ex-member-nav button.is-active{border-color:var(--dx-gold, #c9a96e);color:var(--dx-gold, #c9a96e)}.dx-ex-table{width:100%;border-collapse:collapse;font-size:13px}.dx-ex-table th,.dx-ex-table td{text-align:left;padding:10px 8px;border-bottom:1px solid var(--dx-border, rgba(255, 255, 255, .08))}.dx-ex-table tr[data-clickable]{cursor:pointer}.dx-ex-table tr[data-clickable]:hover td{color:var(--dx-gold, #c9a96e)}.dx-ex-badge{display:inline-block;font-size:10px;letter-spacing:.08em;text-transform:uppercase;padding:3px 8px;border-radius:20px}.dx-ex-badge--claimed{color:#7eb8a4;border:1px solid rgba(126,184,164,.35)}.dx-ex-badge--pending{color:var(--dx-gold, #c9a96e);border:1px solid rgba(201,169,110,.35)}.dx-ex-empty{padding:28px 16px;text-align:center;font-size:13px;color:var(--dx-text-faint, #666);border:1px dashed var(--dx-border, rgba(255, 255, 255, .12));border-radius:12px}
