/*!***************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/app/[locale]/(public)/public.module.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************/
/* Sticky-footer shell: main grows to fill the viewport so the footer always
   sits at the bottom — no white body background showing below it on short pages. */
.public_shell__PqyJX {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.public_main__8o05S {
  flex: 1 1 auto;
}

/* Site footer now lives in <EliteHubFooter> (src/shared/components/footer). */

/*!*************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/shared/components/account/accountSheet.module.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************/
/* ── Account right-side popover (desktop only) ──────────── */
.accountSheet_backdrop__PmJYJ {
  display: none;
}

.accountSheet_sheet__1dF80 {
  display: none;
}

@media (min-width: 900px) {
  .accountSheet_backdrop__PmJYJ {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(15, 15, 20, 0.35);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    z-index: 40;
    opacity: 0;
    animation: accountSheet_fadeIn__MPElm 0.22s ease-out forwards;
  }

  .accountSheet_sheet__1dF80 {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 420px;
    max-width: 100vw;
    height: 100dvh;
    z-index: 41;
    background: #fff;
    border-left: 1px solid rgba(var(--color-primary-rgb), 0.12);
    box-shadow: -24px 0 48px rgba(0, 0, 0, 0.22), -8px 0 16px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transform: translateX(100%);
    animation: accountSheet_slideInRight__CZbOE 0.28s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
  }

  @keyframes accountSheet_fadeIn__MPElm {
    to { opacity: 1; }
  }

  @keyframes accountSheet_slideInRight__CZbOE {
    from { transform: translateX(100%); }
    to { transform: translateX(0); }
  }
}

/* ── Header ──────────────────────────────────────────── */
.accountSheet_header__F1TiH {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px 24px 28px;
  background: linear-gradient(165deg, #1a1a1a 0%, #232325 50%, #1a1a1a 100%);
  color: #fff;
  position: relative;
  flex-shrink: 0;
}

.accountSheet_header__F1TiH::before {
  content: '';
  position: absolute;
  top: -80px;
  right: -80px;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(var(--color-primary-rgb), 0.25) 0%, transparent 70%);
  pointer-events: none;
}

.accountSheet_userBlock__iF7jN {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  flex: 1 1;
  position: relative;
  z-index: 1;
}

.accountSheet_avatar__OYYrA {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #fff;
  color: var(--color-primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: 0.02em;
  flex-shrink: 0;
  border: 2px solid rgba(var(--color-primary-rgb), 0.4);
  box-shadow: 0 0 0 3px rgba(var(--color-primary-rgb), 0.15);
}

.accountSheet_userInfo__QZe1x {
  min-width: 0;
  flex: 1 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.accountSheet_userName___O4D3 {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.25;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.accountSheet_userEmail__hhGOk {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.25;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.accountSheet_closeBtn__4K797 {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: var(--radius-full);
  background: rgba(255, 255, 255, 0.08);
  border: none;
  color: #fff;
  cursor: pointer;
  transition: background 0.15s;
  flex-shrink: 0;
}

.accountSheet_closeBtn__4K797:hover {
  background: rgba(255, 255, 255, 0.16);
}

/* ── Content ─────────────────────────────────────────── */
.accountSheet_content__6tqLQ {
  padding: 24px 24px 28px;
  overflow-y: auto;
  flex: 1 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.accountSheet_section__WrkRD {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.accountSheet_sectionPlain__527zF {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 20px;
  border-top: 1px solid var(--color-border-light);
}

.accountSheet_sectionTitle__zTMgl {
  font-size: 0.7rem;
  font-weight: 700;
  color: var(--color-primary);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin: 0 0 0 4px;
  line-height: 1;
}

.accountSheet_list__wtAYX {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* ── Menu row ────────────────────────────────────────── */
.accountSheet_row__xdhnJ {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  padding: 14px 16px;
  background: #f8f6fa;
  border: 1px solid transparent;
  border-radius: 12px;
  color: var(--color-text-primary);
  font-family: inherit;
  font-size: 0.92rem;
  font-weight: 500;
  line-height: 1.2;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.15s, border-color 0.15s, color 0.15s;
}

.accountSheet_row__xdhnJ:hover {
  background: rgba(var(--color-primary-rgb), 0.06);
  border-color: rgba(var(--color-primary-rgb), 0.12);
}

.accountSheet_row__xdhnJ:focus-visible {
  outline: none;
  border-color: rgba(var(--color-primary-rgb), 0.4);
  box-shadow: 0 0 0 3px rgba(var(--color-primary-rgb), 0.15);
}

.accountSheet_rowIcon__KyAx_ {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  color: var(--color-text-primary);
}

.accountSheet_rowLabel__3MyiY {
  flex: 1 1;
  text-align: left;
  color: inherit;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.accountSheet_rowChevron__mKBNS {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--color-text-muted);
  opacity: 0.5;
  flex-shrink: 0;
  transition: opacity 0.15s, transform 0.15s;
}

.accountSheet_row__xdhnJ:hover .accountSheet_rowChevron__mKBNS {
  opacity: 0.8;
  transform: translateX(2px);
}

.accountSheet_rowDanger__znLzM {
  color: var(--color-error);
}

.accountSheet_rowDanger__znLzM .accountSheet_rowIcon__KyAx_ {
  color: var(--color-error);
}

.accountSheet_rowDanger__znLzM:hover {
  background: rgba(var(--color-error-rgb), 0.08);
  border-color: rgba(var(--color-error-rgb), 0.25);
}

.accountSheet_rowDanger__znLzM:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/shared/components/ui/Input/Input.module.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************/
.Input_inputGroup__oJjyf {
  display: flex;
  flex-direction: column;
  gap: var(--space-xs);
  width: 100%;
}

.Input_label__Bqewr {
  font-size: var(--text-sm);
  font-weight: 500;
  color: var(--color-text-primary);
}

.Input_inputWrapper__aas9n {
  position: relative;
  display: flex;
  align-items: center;
}

.Input_input__8EJE1 {
  width: 100%;
  padding: 14px var(--space-md);
  font-size: var(--text-base);
  color: var(--color-text-primary);
  background-color: var(--color-bg-white);
  border: 1.5px solid var(--color-border);
  border-radius: var(--radius-md);
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.Input_input__8EJE1::placeholder {
  color: var(--color-text-muted);
}

/* Focus state — purple border with pulse */
.Input_input__8EJE1:focus {
  border-color: var(--color-primary);
  box-shadow: 0 0 0 3px rgba(var(--color-primary-rgb), 0.1);
  animation: Input_focusPulse__epvRD 0.4s ease-out;
}

@keyframes Input_focusPulse__epvRD {
  0% { box-shadow: 0 0 0 0 rgba(var(--color-primary-rgb), 0.3); }
  100% { box-shadow: 0 0 0 3px rgba(var(--color-primary-rgb), 0.1); }
}

/* Filled state — slightly darker border */
.Input_inputFilled__T_rEG {
  border-color: var(--color-text-secondary);
}

/* Error state — red border */
.Input_inputError__JtvcB {
  border-color: var(--color-error);
}

.Input_inputError__JtvcB:focus {
  border-color: var(--color-error);
  box-shadow: 0 0 0 3px rgba(229, 57, 53, 0.1);
}

/* Disabled state */
.Input_input__8EJE1:disabled {
  background-color: var(--color-bg-light);
  color: var(--color-text-muted);
  border-color: var(--color-border-light);
  cursor: not-allowed;
}

/* With prefix (e.g., +32) */
.Input_hasPrefix__uuDtK {
  padding-left: 64px;
}

.Input_prefix__SUCZk {
  position: absolute;
  left: var(--space-md);
  font-size: var(--text-base);
  color: var(--color-text-secondary);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* With suffix (e.g., eye icon) */
.Input_hasSuffix__nQn__ {
  padding-right: 48px;
}

.Input_suffix__SapNA {
  position: absolute;
  right: var(--space-xs);
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  color: var(--color-text-muted);
  cursor: pointer;
  padding: var(--space-xs);
  font-size: var(--text-lg);
  width: 44px;
  height: 44px;
}

.Input_suffix__SapNA:hover {
  color: var(--color-text-secondary);
}

/* Error message */
.Input_errorMessage__Ul4VX {
  font-size: var(--text-sm);
  color: var(--color-error);
  margin-top: 4px;
  line-height: 1.4;
}

/* Helper text */
.Input_helperText__FmGHs {
  font-size: var(--text-xs);
  color: var(--color-text-muted);
  margin-top: 4px;
  line-height: 1.4;
  white-space: pre-line;
}

/* Select variant */
.Input_select__I0H7k {
  width: 100%;
  padding: 14px var(--space-md);
  padding-right: 40px;
  font-size: var(--text-base);
  color: var(--color-text-primary);
  background-color: var(--color-bg-white);
  border: 1.5px solid var(--color-border);
  border-radius: var(--radius-md);
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: border-color 0.2s ease;
  cursor: pointer;
}

.Input_select__I0H7k:focus {
  border-color: var(--color-primary);
  box-shadow: 0 0 0 3px rgba(var(--color-primary-rgb), 0.1);
}

.Input_selectWrapper__My8xH {
  position: relative;
}

.Input_selectArrow__kRwm_ {
  position: absolute;
  right: var(--space-md);
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: var(--color-text-muted);
  font-size: var(--text-sm);
}

/* Placeholder color for select */
.Input_selectPlaceholder___oHlB {
  color: var(--color-text-muted);
}

/*!*************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/shared/components/ui/Checkbox/Checkbox.module.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************/
.Checkbox_checkboxGroup__Umkw6 {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
  padding: 12px 0;
  min-height: 44px;
}

.Checkbox_checkboxGroup__Umkw6.Checkbox_disabled__gc_dK {
  cursor: not-allowed;
  opacity: 0.5;
}

.Checkbox_checkbox__h8s60 {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  min-width: 20px;
  border: 1.5px solid var(--color-border);
  border-radius: var(--radius-sm);
  background-color: var(--color-bg-white);
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease;
  margin-top: 2px;
}

.Checkbox_checkbox__h8s60:checked {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}

.Checkbox_checkbox__h8s60:checked::after {
  content: '✓';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 12px;
  font-weight: 700;
}

.Checkbox_checkbox__h8s60:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}

.Checkbox_checkbox__h8s60:disabled {
  cursor: not-allowed;
}

.Checkbox_checkboxError__PGbe6 {
  border-color: var(--color-error);
}

.Checkbox_label__OHU6e {
  font-size: var(--text-sm);
  color: var(--color-text-primary);
  line-height: 1.5;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.Checkbox_label__OHU6e a {
  color: var(--color-primary);
  text-decoration: underline;
}

.Checkbox_label__OHU6e a:hover {
  color: var(--color-primary-dark);
}

.Checkbox_required__mjSnl {
  font-size: var(--text-xs);
  color: var(--color-error);
  display: block;
  margin-top: 2px;
}

/*!*********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/shared/components/ui/Button/Button.module.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************/
.Button_button__zxPj3 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-sm);
  padding: 14px var(--space-lg);
  font-size: var(--text-base);
  font-weight: 600;
  border: none;
  border-radius: var(--radius-full);
  cursor: pointer;
  transition: opacity 0.2s ease, transform 0.1s ease;
  text-decoration: none;
  width: 100%;
  position: relative;
  overflow: hidden;
  min-height: 48px;
}

.Button_button__zxPj3:active {
  transform: scale(0.98);
}

.Button_button__zxPj3:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
}

/* Primary — purple gradient */
.Button_primary__bxsR6 {
  background: var(--color-primary-gradient);
  color: #fff;
}

.Button_primary__bxsR6:hover:not(:disabled) {
  opacity: 0.9;
}

/* itsme — red */
.Button_itsme__DrtGj {
  background-color: var(--color-cta-red);
  color: #fff;
}

.Button_itsme__DrtGj:hover:not(:disabled) {
  opacity: 0.9;
}

/* Outlined — white bg with border */
.Button_outlined__7Q9ZU {
  background-color: var(--color-bg-white);
  color: var(--color-text-primary);
  border: 1.5px solid var(--color-border);
}

.Button_outlined__7Q9ZU:hover:not(:disabled) {
  background-color: var(--color-bg-light);
}

/* Ghost — no bg */
.Button_ghost__rwB_Z {
  background: none;
  color: var(--color-primary);
  padding: var(--space-sm) var(--space-md);
}

.Button_ghost__rwB_Z:hover:not(:disabled) {
  background-color: rgba(var(--color-primary-rgb), 0.05);
}

/* Size variants */
.Button_sm__PkQw5 {
  padding: 10px var(--space-md);
  font-size: var(--text-sm);
}

.Button_lg__lgtCh {
  padding: 16px var(--space-xl);
  font-size: var(--text-lg);
}

/* Loading spinner */
.Button_loading__pBZ96 {
  pointer-events: none;
}

.Button_spinner__IG_am {
  width: 20px;
  height: 20px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top-color: #fff;
  border-radius: 50%;
  animation: Button_spin__aTZGS 0.6s linear infinite;
}

@keyframes Button_spin__aTZGS {
  to {
    transform: rotate(360deg);
  }
}

/* Icon wrapper — after text */
.Button_iconWrapper__2QtPO {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/shared/components/ui/Stepper/Stepper.module.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************/
.Stepper_stepper__8BXrh {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: var(--space-md) 0;
}

.Stepper_step__rcb2L {
  display: flex;
  align-items: center;
  gap: 0;
}

.Stepper_stepCircle__eG1YC {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--text-sm);
  font-weight: 600;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

/* Active step — purple */
.Stepper_stepActive__gwmZM {
  background-color: var(--color-primary);
  color: #fff;
}

/* Completed step — green with checkmark */
.Stepper_stepCompleted__oh0rr {
  background-color: #22C55E;
  color: #fff;
}

/* Inactive step — gray outline */
.Stepper_stepInactive__TiCuP {
  background-color: var(--color-bg-light);
  color: var(--color-text-muted);
  border: 1.5px solid var(--color-border);
}

/* Connector line between steps */
.Stepper_connector__l23j_ {
  width: 40px;
  height: 2px;
  background-color: var(--color-border);
  transition: background-color 0.3s ease;
}

.Stepper_connectorCompleted__0_VKL {
  background-color: #22C55E;
}

@media (min-width: 768px) {
  .Stepper_connector__l23j_ {
    width: 60px;
  }
}

/*!***************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/shared/components/ui/DateInput/DateInput.module.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************/
.DateInput_wrapper__RPJXn {
  display: flex;
  flex-direction: column;
  gap: var(--space-xs);
  width: 100%;
}

.DateInput_label__1JYor {
  font-size: var(--text-sm);
  font-weight: 500;
  color: var(--color-text-primary);
}

.DateInput_segments__C1G49 {
  display: flex;
  align-items: center;
  border: 1.5px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: 0 var(--space-md);
  height: 48px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  background-color: var(--color-bg-white);
  position: relative;
}

.DateInput_segments__C1G49:focus-within {
  border-color: var(--color-primary);
  box-shadow: 0 0 0 3px rgba(var(--color-primary-rgb), 0.1);
  animation: DateInput_focusPulse__P0rk_ 0.4s ease-out;
}

@keyframes DateInput_focusPulse__P0rk_ {
  0% { box-shadow: 0 0 0 0 rgba(var(--color-primary-rgb), 0.3); }
  100% { box-shadow: 0 0 0 3px rgba(var(--color-primary-rgb), 0.1); }
}

.DateInput_segmentsError__N6Wrw {
  border-color: var(--color-error);
}

.DateInput_segmentsError__N6Wrw:focus-within {
  border-color: var(--color-error);
  box-shadow: 0 0 0 3px rgba(229, 57, 53, 0.1);
}

.DateInput_segment__B_F_x {
  border: none;
  outline: none;
  background: none;
  font-size: var(--text-base);
  color: var(--color-text-primary);
  text-align: center;
  padding: 0;
  font-family: inherit;
}

.DateInput_segment__B_F_x::placeholder {
  color: var(--color-text-muted);
}

.DateInput_segmentDay__Svk1Z,
.DateInput_segmentMonth__iWhGA {
  width: 28px;
}

.DateInput_segmentYear__Pkick {
  width: 44px;
}

.DateInput_separator__BSqsX {
  color: var(--color-text-muted);
  font-size: var(--text-base);
  padding: 0 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* Calendar icon button */
.DateInput_calendarBtn__iV0YR {
  margin-left: auto;
  background: none;
  border: none;
  color: var(--color-text-muted);
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-sm);
  transition: color 0.15s;
  min-width: 44px;
  min-height: 44px;
}

.DateInput_calendarBtn__iV0YR:hover {
  color: var(--color-primary);
}

/* Hidden native date picker — positioned over the calendar button */
.DateInput_nativePicker__0wQ6_ {
  position: absolute;
  right: 8px;
  top: 0;
  width: 28px;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  pointer-events: none;
}

.DateInput_errorMessage__PM5Ld {
  font-size: var(--text-sm);
  color: var(--color-error);
  margin-top: 4px;
  line-height: 1.4;
}

/*!***************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/shared/components/ui/NissInput/NissInput.module.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************/
.NissInput_wrapper__53976 {
  display: flex;
  flex-direction: column;
  gap: var(--space-xs);
  width: 100%;
}

.NissInput_label__fcpKp {
  font-size: var(--text-sm);
  font-weight: 500;
  color: var(--color-text-primary);
}

.NissInput_field__ejOOW {
  display: flex;
  align-items: center;
  border: 1.5px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: 0 var(--space-md);
  height: 48px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  background-color: var(--color-bg-white);
  cursor: text;
}

.NissInput_field__ejOOW:focus-within {
  border-color: var(--color-primary);
  box-shadow: 0 0 0 3px rgba(var(--color-primary-rgb), 0.1);
  animation: NissInput_focusPulse__bS6Dz 0.4s ease-out;
}

@keyframes NissInput_focusPulse__bS6Dz {
  0% { box-shadow: 0 0 0 0 rgba(var(--color-primary-rgb), 0.3); }
  100% { box-shadow: 0 0 0 3px rgba(var(--color-primary-rgb), 0.1); }
}

.NissInput_fieldError__9YtDH {
  border-color: var(--color-error);
}

.NissInput_fieldError__9YtDH:focus-within {
  border-color: var(--color-error);
  box-shadow: 0 0 0 3px rgba(229, 57, 53, 0.1);
}

.NissInput_input__EYTKz {
  border: none;
  outline: none;
  background: none;
  font-size: var(--text-base);
  color: var(--color-text-primary);
  width: 100%;
  padding: 0;
  font-family: inherit;
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
  letter-spacing: 1px;
}

.NissInput_input__EYTKz::placeholder {
  color: var(--color-text-muted);
  letter-spacing: 0;
}

.NissInput_errorMessage__RByyE {
  font-size: var(--text-sm);
  color: var(--color-error);
  margin-top: 4px;
  line-height: 1.4;
}

.NissInput_helperText__LAsJR {
  font-size: var(--text-xs);
  color: var(--color-text-muted);
  margin-top: 4px;
  line-height: 1.4;
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/shared/components/ui/PhoneInput/PhoneInput.module.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************/
.PhoneInput_wrapper__974UD {
  display: flex;
  flex-direction: column;
  gap: var(--space-xs);
  width: 100%;
}

.PhoneInput_label__SDYl8 {
  font-size: var(--text-sm);
  font-weight: 500;
  color: var(--color-text-primary);
}

.PhoneInput_field__7Fbs9 {
  display: flex;
  align-items: center;
  border: 1.5px solid var(--color-border);
  border-radius: var(--radius-md);
  height: 48px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  background-color: var(--color-bg-white);
  overflow: hidden;
}

.PhoneInput_field__7Fbs9:focus-within {
  border-color: var(--color-primary);
  box-shadow: 0 0 0 3px rgba(var(--color-primary-rgb), 0.1);
  animation: PhoneInput_focusPulse__9mtLR 0.4s ease-out;
}

@keyframes PhoneInput_focusPulse__9mtLR {
  0% { box-shadow: 0 0 0 0 rgba(var(--color-primary-rgb), 0.3); }
  100% { box-shadow: 0 0 0 3px rgba(var(--color-primary-rgb), 0.1); }
}

.PhoneInput_fieldError__ryHJh {
  border-color: var(--color-error);
}

.PhoneInput_fieldError__ryHJh:focus-within {
  border-color: var(--color-error);
  box-shadow: 0 0 0 3px rgba(229, 57, 53, 0.1);
}

.PhoneInput_countrySelect__c1M1A {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 0 8px 0 var(--space-md);
  border: none;
  background: none;
  height: 100%;
  cursor: pointer;
  font-size: var(--text-sm);
  color: var(--color-text-secondary);
  border-right: 1px solid var(--color-border-light);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: inherit;
  min-width: 80px;
}

.PhoneInput_countrySelect__c1M1A:focus {
  outline: none;
  background-color: var(--color-bg-light);
}

.PhoneInput_input__DvNrM {
  flex: 1 1;
  border: none;
  outline: none;
  background: none;
  font-size: var(--text-base);
  color: var(--color-text-primary);
  padding: 0 var(--space-md);
  height: 100%;
  font-family: inherit;
}

.PhoneInput_input__DvNrM::placeholder {
  color: var(--color-text-muted);
}

.PhoneInput_errorMessage__iyROh {
  font-size: var(--text-sm);
  color: var(--color-error);
  margin-top: 4px;
  line-height: 1.4;
}

/*!*********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/shared/components/ui/AddressInput/AddressInput.module.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************/
.AddressInput_wrapper__bYYyU {
  position: relative;
  width: 100%;
}

.AddressInput_inputWrapper__5c2VN {
  position: relative;
}

.AddressInput_input___OARE {
  width: 100%;
  padding: 14px var(--space-md);
  font-size: var(--text-base);
  color: var(--color-text-primary);
  background-color: var(--color-bg-white);
  border: 1.5px solid var(--color-border);
  border-radius: var(--radius-md);
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.AddressInput_input___OARE::placeholder {
  color: var(--color-text-muted);
}

.AddressInput_input___OARE:focus {
  border-color: var(--color-primary);
  box-shadow: 0 0 0 3px rgba(var(--color-primary-rgb), 0.1);
}

.AddressInput_inputError__7RlOV {
  border-color: var(--color-error);
}

.AddressInput_inputError__7RlOV:focus {
  border-color: var(--color-error);
  box-shadow: 0 0 0 3px rgba(229, 57, 53, 0.1);
}

/* Dropdown */
.AddressInput_dropdown__ai9Sy {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin-top: 4px;
  background-color: var(--color-bg-white);
  border: 1.5px solid var(--color-border);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-lg);
  z-index: 50;
  max-height: 240px;
  overflow-y: auto;
  list-style: none;
  padding: 0;
}

.AddressInput_option__k7BJW {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 12px var(--space-md);
  cursor: pointer;
  border-bottom: 1px solid var(--color-border-light);
  transition: background-color 0.1s ease;
}

.AddressInput_option__k7BJW:last-child {
  border-bottom: none;
}

.AddressInput_option__k7BJW:hover,
.AddressInput_optionActive__XO3zs {
  background-color: var(--color-bg-light);
}

.AddressInput_optionStreet__W0I88 {
  font-size: var(--text-base);
  font-weight: 500;
  color: var(--color-text-primary);
}

.AddressInput_optionMeta__MVovk {
  font-size: var(--text-sm);
  color: var(--color-text-muted);
}

.AddressInput_errorMessage__t1zi0 {
  display: block;
  font-size: var(--text-sm);
  color: var(--color-error);
  margin-top: 4px;
  line-height: 1.4;
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/shared/components/ui/ConfirmDialog/ConfirmDialog.module.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************/
.ConfirmDialog_overlay__BgDqA {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--space-md);
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}

.ConfirmDialog_dialog__MG5lJ {
  position: relative;
  background-color: var(--color-bg-white);
  border-radius: 16px;
  padding: var(--space-lg);
  max-width: 380px;
  width: 100%;
  box-shadow: var(--shadow-lg);
}

.ConfirmDialog_title__omnk5 {
  font-size: var(--text-lg);
  font-weight: 700;
  color: var(--color-text-primary);
  margin-bottom: var(--space-sm);
}

.ConfirmDialog_message__RRrCL {
  font-size: var(--text-sm);
  color: var(--color-text-secondary);
  line-height: 1.5;
  margin-bottom: var(--space-lg);
}

.ConfirmDialog_actions__oHKP8 {
  display: flex;
  gap: 12px;
}

.ConfirmDialog_cancelButton__j_t0b,
.ConfirmDialog_confirmButton__r4q55 {
  flex: 1 1;
  padding: 12px var(--space-md);
  border-radius: 12px;
  font-size: var(--text-sm);
  font-weight: 600;
  cursor: pointer;
  min-height: 44px;
  font-family: inherit;
  transition: background-color 0.15s ease;
}

.ConfirmDialog_cancelButton__j_t0b {
  background: none;
  border: 1.5px solid var(--color-border);
  color: var(--color-text-primary);
}

.ConfirmDialog_cancelButton__j_t0b:hover {
  background-color: var(--color-bg-light);
}

.ConfirmDialog_confirmButton__r4q55 {
  background-color: var(--color-primary);
  border: none;
  color: #fff;
}

.ConfirmDialog_confirmButton__r4q55:hover {
  opacity: 0.9;
}

.ConfirmDialog_confirmDanger__bkFfA {
  background-color: var(--color-error);
}

.ConfirmDialog_confirmDanger__bkFfA:hover {
  background-color: #c62828;
}

/*!*********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/shared/components/ui/TrustSignals/TrustSignals.module.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************/
.TrustSignals_container__xHl3U {
  display: flex;
  flex-direction: column;
  gap: var(--space-md);
  padding: var(--space-lg);
  background-color: rgba(var(--color-primary-rgb), 0.03);
  border-radius: var(--radius-md);
  border: 1px solid var(--color-border-light);
}

.TrustSignals_signal__TGXo7 {
  display: flex;
  align-items: center;
  gap: 12px;
}

.TrustSignals_icon__7T6at {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  object-fit: contain;
}

.TrustSignals_ageIcon__82koz {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 800;
  color: var(--color-error);
  border: 2px solid var(--color-error);
  border-radius: 4px;
  line-height: 1;
}

.TrustSignals_text__ptZVB {
  /* Left-align so wrapped lines start at the same edge — the register landing
     centers its content, which would otherwise center these multi-line items. */
  text-align: left;
  font-size: var(--text-sm);
  color: var(--color-text-secondary);
  line-height: 1.4;
}

.TrustSignals_link__mgNcH {
  color: var(--color-primary);
  text-decoration: underline;
}

.TrustSignals_link__mgNcH:hover {
  color: var(--color-primary-dark);
}

/* Mobile: compact strip */
@media (max-width: 767px) {
  .TrustSignals_container__xHl3U {
    padding: var(--space-md);
    gap: var(--space-sm);
  }
}

/* Desktop: sits in sidebar, slightly different styling */
@media (min-width: 1024px) {
  .TrustSignals_container__xHl3U {
    position: -webkit-sticky;
    position: sticky;
    top: var(--space-xl);
  }
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/shared/components/ui/RouteLoader/routeLoader.module.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************/
.routeLoader_wrap__il6OU {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 22px;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.routeLoader_logo__xjXI3 {
  height: 52px;
  width: auto;
  will-change: opacity, transform;
  animation: routeLoader_rlBreathe__htxQu 1.6s ease-in-out infinite;
}

.routeLoader_bar__nnVi_ {
  position: relative;
  width: 140px;
  height: 3px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.08);
}

.routeLoader_bar__nnVi_::after {
  content: '';
  position: absolute;
  inset: 0;
  width: 40%;
  border-radius: inherit;
  background: linear-gradient(
    90deg,
    transparent,
    var(--color-primary, #8e54f6),
    transparent
  );
  animation: routeLoader_rlSlide__XVt_o 1.2s ease-in-out infinite;
}

@keyframes routeLoader_rlBreathe__htxQu {
  0%,
  100% {
    opacity: 0.5;
    transform: scale(0.985);
  }
  50% {
    opacity: 1;
    transform: scale(1.02);
  }
}

@keyframes routeLoader_rlSlide__XVt_o {
  0% {
    transform: translateX(-110%);
  }
  100% {
    transform: translateX(360%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .routeLoader_logo__xjXI3 {
    animation-duration: 2.6s;
  }
  .routeLoader_bar__nnVi_::after {
    animation-duration: 2.6s;
  }
}

.routeLoader_srOnly___OQ8P {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/shared/components/auth/ForgotPasswordSheet/ForgotPasswordSheet.module.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* Mirror the LoginSheet layout: bottom-sheet on mobile, centered modal on desktop. */
.ForgotPasswordSheet_overlay__v26Kq {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 210;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.ForgotPasswordSheet_overlayVisible__kRoOe {
  opacity: 1;
  visibility: visible;
}

.ForgotPasswordSheet_sheet__wfwNX {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(135deg, #ECE0FF 0%, #FFFFFF 100%);
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
  z-index: 211;
  transform: translateY(100%);
  transition: transform 0.35s cubic-bezier(0.32, 0.72, 0, 1);
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: var(--shadow-modal);
}

.ForgotPasswordSheet_sheetVisible__UUidy {
  transform: translateY(0);
}

.ForgotPasswordSheet_dragHandle__g2xHC {
  width: 40px;
  height: 4px;
  background-color: var(--color-border);
  border-radius: var(--radius-full);
  margin: var(--space-sm) auto var(--space-md);
}

.ForgotPasswordSheet_content__kkdE3 {
  padding: 0 var(--space-lg) var(--space-xl);
}

.ForgotPasswordSheet_header__kRiRz {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: var(--space-lg);
}

.ForgotPasswordSheet_backBtn__0oGEr {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: none;
  background: transparent;
  color: var(--color-text-primary);
  cursor: pointer;
  border-radius: var(--radius-full);
  transition: background 0.15s;
}

.ForgotPasswordSheet_backBtn__0oGEr:hover {
  background: rgba(0, 0, 0, 0.06);
}

.ForgotPasswordSheet_backBtn__0oGEr:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(var(--color-primary-rgb), 0.3);
}

.ForgotPasswordSheet_title__KkRpR {
  font-size: var(--text-2xl);
  font-weight: 700;
  color: var(--color-text-primary);
  margin: 0;
}

.ForgotPasswordSheet_form__hGeuq {
  display: flex;
  flex-direction: column;
  gap: var(--space-lg);
}

.ForgotPasswordSheet_field__QSK7a {
  display: flex;
  flex-direction: column;
}

.ForgotPasswordSheet_label__EDVja {
  font-size: var(--text-sm);
  font-weight: 500;
  color: var(--color-text-primary);
  margin-bottom: 8px;
}

.ForgotPasswordSheet_actions__AjRBL {
  display: flex;
  flex-direction: column;
}

.ForgotPasswordSheet_errorBanner__LY4t5 {
  background-color: rgba(var(--color-error-rgb), 0.08);
  color: var(--color-error);
  padding: var(--space-sm) var(--space-md);
  border-radius: var(--radius-md);
  font-size: var(--text-sm);
  text-align: center;
  margin-bottom: var(--space-md);
}

/* === Desktop: centered modal === */
@media (min-width: 768px) {
  .ForgotPasswordSheet_overlay__v26Kq {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--space-lg);
  }

  .ForgotPasswordSheet_sheet__wfwNX {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    border-radius: var(--radius-lg);
    max-width: 440px;
    width: 100%;
    max-height: 85vh;
    transform: translateY(20px);
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }

  .ForgotPasswordSheet_sheetVisible__UUidy {
    transform: translateY(0);
    opacity: 1;
  }

  .ForgotPasswordSheet_dragHandle__g2xHC {
    display: none;
  }

  .ForgotPasswordSheet_content__kkdE3 {
    padding: var(--space-xl) var(--space-xl) var(--space-2xl);
  }
}

/* === Success modal === */
.ForgotPasswordSheet_successOverlay__0tYsg {
  position: fixed;
  inset: 0;
  z-index: 220;
  background: rgba(15, 15, 20, 0.55);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  animation: ForgotPasswordSheet_fadeIn__wkxwn 0.2s ease-out;
}

@keyframes ForgotPasswordSheet_fadeIn__wkxwn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.ForgotPasswordSheet_successCard__mzhQP {
  background: #fff;
  border-radius: 16px;
  padding: 28px 24px 24px;
  width: 100%;
  max-width: 340px;
  text-align: center;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  animation: ForgotPasswordSheet_popIn__SsVwC 0.22s cubic-bezier(0.22, 0.61, 0.36, 1);
}

@keyframes ForgotPasswordSheet_popIn__SsVwC {
  from { transform: scale(0.92); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}

.ForgotPasswordSheet_successIcon__7Sxhx {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
}

.ForgotPasswordSheet_successTitle__EDB9c {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--color-text-primary);
  margin: 0;
}

.ForgotPasswordSheet_successMessage__KTZSJ {
  font-size: 0.88rem;
  color: var(--color-text-muted);
  line-height: 1.4;
  margin: 0 0 8px;
}

.ForgotPasswordSheet_successCard__mzhQP button {
  width: 100%;
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/shared/components/auth/LoginSheet/LoginSheet.module.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************/
/* Overlay backdrop — also serves as flex container on desktop */
.LoginSheet_overlay__LZTu3 {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 200;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.LoginSheet_overlayVisible__T_Lhg {
  opacity: 1;
  visibility: visible;
}

/* Bottom sheet container — mobile: slides up from bottom */
.LoginSheet_sheet__Sw8dX {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(135deg, #ECE0FF 0%, #FFFFFF 100%);
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
  z-index: 201;
  transform: translateY(100%);
  transition: transform 0.35s cubic-bezier(0.32, 0.72, 0, 1);
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: var(--shadow-modal);
}

.LoginSheet_sheetVisible__FjSNr {
  transform: translateY(0);
}

/* Drag handle indicator */
.LoginSheet_dragHandle__BWPO2 {
  width: 40px;
  height: 4px;
  background-color: var(--color-border);
  border-radius: var(--radius-full);
  margin: var(--space-sm) auto var(--space-md);
}

/* Sheet content */
.LoginSheet_content__z3Ue8 {
  padding: 0 var(--space-lg) var(--space-xl);
}

.LoginSheet_title__qS1Fq {
  font-size: var(--text-2xl);
  font-weight: 700;
  color: var(--color-text-primary);
  margin-bottom: var(--space-lg);
}

.LoginSheet_formFields__nyUiL {
  display: flex;
  flex-direction: column;
  gap: var(--space-md);
}

.LoginSheet_secondaryLinks__FiiWw {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-md);
  margin-top: calc(-1 * var(--space-sm));
}

.LoginSheet_linkButton__8KJaE {
  font-size: var(--text-sm);
  color: var(--color-primary);
  text-decoration: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font-family: inherit;
  text-align: left;
}

.LoginSheet_linkButton__8KJaE:hover {
  text-decoration: underline;
}

.LoginSheet_linkButton__8KJaE:focus-visible {
  outline: none;
  text-decoration: underline;
}

.LoginSheet_actions__uo_l0 {
  display: flex;
  flex-direction: column;
  gap: var(--space-md);
  margin-top: var(--space-lg);
}

.LoginSheet_divider__dTSnw {
  display: flex;
  align-items: center;
  gap: var(--space-md);
  color: var(--color-text-muted);
  font-size: var(--text-sm);
}

.LoginSheet_divider__dTSnw::before,
.LoginSheet_divider__dTSnw::after {
  content: '';
  flex: 1 1;
  height: 1px;
  background-color: var(--color-border);
}

.LoginSheet_signupLink___q_90 {
  text-align: center;
  font-size: var(--text-sm);
  color: var(--color-text-secondary);
  margin-top: var(--space-sm);
}

.LoginSheet_signupLink___q_90 a {
  color: var(--color-error);
  text-decoration: underline;
  font-weight: 500;
}

.LoginSheet_signupLink___q_90 a:hover {
  color: var(--color-primary-dark);
}

.LoginSheet_errorBanner__zfq6K {
  background-color: rgba(var(--color-error-rgb), 0.08);
  color: var(--color-error);
  padding: var(--space-sm) var(--space-md);
  border-radius: var(--radius-md);
  font-size: var(--text-sm);
  text-align: center;
  margin-bottom: var(--space-md);
}

/* === Desktop: centered modal === */
@media (min-width: 768px) {
  .LoginSheet_overlay__LZTu3 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--space-lg);
  }

  .LoginSheet_sheet__Sw8dX {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    border-radius: var(--radius-lg);
    max-width: 440px;
    width: 100%;
    max-height: 85vh;
    transform: translateY(20px);
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }

  .LoginSheet_sheetVisible__FjSNr {
    transform: translateY(0);
    opacity: 1;
  }

  .LoginSheet_dragHandle__BWPO2 {
    display: none;
  }

  .LoginSheet_content__z3Ue8 {
    padding: var(--space-xl) var(--space-xl) var(--space-2xl);
  }
}

/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/shared/components/auth/SessionRevokedModal/SessionRevokedModal.module.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* Full-screen blocking overlay. z-index sits above sheets (201), the Toaster
   (9999) and any third-party widget (Tugi) — this is a security gate the user
   must not be able to click behind. */
.SessionRevokedModal_overlay__IZ2LI {
  position: fixed;
  inset: 0;
  z-index: 2000000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--space-lg);
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  animation: SessionRevokedModal_fadeIn__m_ERA 0.2s ease;
}

.SessionRevokedModal_card__8fh71 {
  width: 100%;
  max-width: 420px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: var(--space-md);
  padding: var(--space-2xl) var(--space-xl);
  background: linear-gradient(135deg, #ece0ff 0%, #ffffff 100%);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-modal);
  animation: SessionRevokedModal_popIn__ZFLKg 0.22s cubic-bezier(0.32, 0.72, 0, 1);
}

.SessionRevokedModal_icon__GSoN9 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: var(--radius-full);
  background: var(--es-violet-100, var(--es-violet-50));
  color: var(--color-primary);
}

.SessionRevokedModal_title__xJ7LG {
  margin: 0;
  font-size: var(--text-2xl);
  font-weight: 700;
  color: var(--color-text-primary);
}

.SessionRevokedModal_message__aotOH {
  margin: 0;
  font-size: var(--text-base);
  line-height: 1.5;
  color: var(--color-text-secondary);
}

.SessionRevokedModal_button__qi6gt {
  width: 100%;
  margin-top: var(--space-sm);
  padding: var(--space-md) var(--space-lg);
  min-height: 48px;
  border: 0;
  border-radius: var(--radius-md);
  background: var(--color-primary);
  color: #fff;
  font-size: var(--text-base);
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  transition: background 0.15s ease;
}

.SessionRevokedModal_button__qi6gt:hover {
  background: var(--color-primary-dark, var(--color-primary));
}

.SessionRevokedModal_button__qi6gt:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}

@keyframes SessionRevokedModal_fadeIn__m_ERA {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes SessionRevokedModal_popIn__ZFLKg {
  from { opacity: 0; transform: translateY(12px) scale(0.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@media (prefers-reduced-motion: reduce) {
  .SessionRevokedModal_overlay__IZ2LI, .SessionRevokedModal_card__8fh71 { animation: none; }
}

/*!**************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/shared/components/footer/eliteHubFooter.module.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************/
/* Site-wide "Elite Hub" footer. Desktop-only — matches the existing public
   footer breakpoint (mobile relies on the in-app bottom navigation). */
.eliteHubFooter_eliteHub__Y4I_5 {
  display: none;
}

@media (min-width: 768px) {
  .eliteHubFooter_eliteHub__Y4I_5 {
    display: block;
    background: var(--es-charcoal-950);
    color: var(--es-neutral-100);
  }
}

.eliteHubFooter_hubInner__AA4TM {
  /* Align the footer content box with the header (its .inner is max-width
     1440px) so the footer sits under the header instead of looking narrower /
     more inset than the rest of the site. A small side gutter keeps it off the
     viewport edge on mid-width screens. The footer is desktop-only (.eliteHub).
     Margins beyond 1440px are intentional and match the header. */
  max-width: 1440px;
  margin: 0 auto;
  padding: var(--space-2xl) var(--space-md);
}

.eliteHubFooter_hubBrand__7sgys {
  margin-bottom: var(--space-xl);
}

.eliteHubFooter_hubBrand__7sgys img {
  display: block;
  height: 24px;
  width: auto;
}

.eliteHubFooter_hubCols__b5N61 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: var(--space-2xl);
}

.eliteHubFooter_hubCol__Agzm3 {
  flex: 1 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: var(--space-sm);
  font-size: var(--text-sm);
}

.eliteHubFooter_hubCol__Agzm3 a {
  color: var(--es-neutral-300);
  transition: color 0.15s ease;
}

.eliteHubFooter_hubCol__Agzm3 a:hover {
  color: #fff;
}

.eliteHubFooter_hubColTitle__zDiW_ {
  margin: 0 0 var(--space-xs);
  font-size: var(--text-sm);
  font-weight: 700;
  color: #fff;
}

.eliteHubFooter_safeItem__gelyQ {
  display: inline-flex;
  align-items: center;
  gap: var(--space-sm);
  color: var(--es-neutral-300);
}

/* Accepted payment methods. */
.eliteHubFooter_paymentList__qRtJv {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--space-md);
  margin: var(--space-md) 0 0;
  padding: 0;
  list-style: none;
}

.eliteHubFooter_paymentItem__rWplV {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 var(--space-md);
  border-radius: var(--radius-md);
  background: #fff;
}

.eliteHubFooter_paymentItem__rWplV img {
  display: block;
  height: 24px;
  width: auto;
}

/* Play responsibly. */
.eliteHubFooter_responsiblyList__zNqqP {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--space-lg);
  margin: var(--space-md) 0 0;
  padding: 0;
  list-style: none;
}

.eliteHubFooter_responsiblyItem__S0BpH {
  display: inline-flex;
  align-items: center;
}

.eliteHubFooter_responsiblyItem__S0BpH img {
  display: block;
  height: 32px;
  width: auto;
}

.eliteHubFooter_responsiblyText__gYZ42 {
  margin: var(--space-md) 0 0;
  font-size: var(--text-sm);
  color: var(--es-neutral-400);
  line-height: 1.5;
}

/* Bottom legal/copyright bar. */
.eliteHubFooter_hubLegal__xxM_i {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-md);
  margin-top: var(--space-2xl);
  padding-top: var(--space-lg);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.eliteHubFooter_legalLinks__7CiWp {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-lg);
  font-size: var(--text-sm);
}

.eliteHubFooter_legalLinks__7CiWp a {
  color: var(--es-neutral-300);
  transition: color 0.15s ease;
}

.eliteHubFooter_legalLinks__7CiWp a:hover {
  color: #fff;
}

.eliteHubFooter_copyright__2W9Zx {
  margin: 0;
  font-size: var(--text-xs);
  color: var(--es-neutral-400);
}

/* Legally-required responsible-gaming + licence disclaimer (last content). */
.eliteHubFooter_disclaimer__0rwIV {
  margin: var(--space-lg) 0 0;
  padding-top: var(--space-lg);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: var(--text-xs);
  line-height: 1.6;
  color: var(--es-neutral-400);
}

.eliteHubFooter_disclaimer__0rwIV a {
  color: var(--es-neutral-300);
  text-decoration: underline;
  transition: color 0.15s ease;
}

.eliteHubFooter_disclaimer__0rwIV a:hover {
  color: #fff;
}

@media (max-width: 900px) {
  .eliteHubFooter_hubCols__b5N61 {
    gap: var(--space-xl);
  }
}

/*!******************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/shared/components/header/header.module.css ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************/
/* ── App header ─────────────────────────────── */
.header_header__bzUtu {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 30;
  background: linear-gradient(180deg, #1a1a1a 0%, #141414 100%);
  color: var(--color-header-text);
  height: 56px;
  display: flex;
  align-items: center;
  padding: 0 12px;
  gap: 6px;
  border-bottom: 1px solid rgba(var(--color-primary-rgb), 0.15);
}

.header_inner__ltQYW {
  display: flex;
  align-items: center;
  gap: 6px;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.header_left__yx6sp {
  display: flex;
  align-items: center;
  gap: 4px;
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
}

.header_right__pr7vK {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}

.header_iconBtn__c9sI_ {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  background: transparent;
  color: var(--color-header-text);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  flex-shrink: 0;
  transition: background 0.15s;
}

.header_iconBtn__c9sI_:hover {
  background: rgba(255, 255, 255, 0.08);
}

/* ── Logo ───────────────────────────────────── */
.header_logoLink__XDqd6 {
  display: inline-flex;
  align-items: center;
  line-height: 0;
  flex-shrink: 0;
}

.header_logo__iNQLc {
  height: 22px;
  width: auto;
  display: block;
}

/* ── Balance pill ───────────────────────────── */
.header_balancePill__ByH5P {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 36px;
  padding: 0 12px;
  border-radius: var(--radius-full);
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
  color: var(--color-header-text);
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
  transition: background 0.15s, border-color 0.15s, transform 0.1s;
  flex-shrink: 0;
}

.header_balancePill__ByH5P:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(var(--color-primary-rgb), 0.5);
}

.header_balancePill__ByH5P:active {
  transform: scale(0.97);
}

.header_balanceHidden__eFu6I {
  letter-spacing: 0.1em;
}

/* ── Avatar ─────────────────────────────────── */
.header_avatar__GPn9O {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--color-primary-gradient);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(var(--color-primary-rgb), 0.3);
  transition: transform 0.15s;
}

.header_avatar__GPn9O:hover {
  transform: translateY(-1px);
}

/* ── Language switcher ──────────────────────── */
.header_langWrap__VRszY {
  position: relative;
  display: none;
  flex-shrink: 0;
}

@media (min-width: 600px) {
  .header_langWrap__VRszY {
    display: inline-flex;
  }
}

.header_langBtn__g1_YH {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 36px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--radius-full);
  background: transparent;
  color: var(--color-header-text);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s;
}

.header_langBtn__g1_YH:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.3);
}

.header_langMenu__mjbrC {
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  min-width: 120px;
  background: #fff;
  color: var(--color-text-primary);
  border-radius: var(--radius-md);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.22);
  overflow: hidden;
  padding: 4px;
  z-index: 40;
  animation: header_langFade__z8HIV 0.16s ease-out;
}

@keyframes header_langFade__z8HIV {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.header_langItem__KHEnJ {
  display: block;
  width: 100%;
  padding: 10px 14px;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--color-text-primary);
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  border-radius: var(--radius-sm);
  transition: background 0.12s;
}

.header_langItem__KHEnJ:hover {
  background: #f4ebfb;
}

.header_langItemActive__Y_knG {
  color: var(--color-primary);
  background: #f4ebfb;
}

/* ── Desktop nav (hidden on mobile) ─────────── */
.header_desktopNav__WLV7O {
  display: none;
  gap: 28px;
  align-items: center;
  margin-left: 28px;
  height: 100%;
}

.header_navLink__EJqax {
  position: relative;
  color: var(--color-header-text);
  font-size: 0.95rem;
  font-weight: 600;
  opacity: 0.8;
  text-decoration: none;
  height: 100%;
  display: inline-flex;
  align-items: center;
  transition: opacity 0.15s;
}

.header_navLink__EJqax::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12px;
  height: 2px;
  background: var(--color-primary);
  border-radius: 1px;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.2s;
}

.header_navLink__EJqax:hover {
  opacity: 1;
}

.header_navLink__EJqax:hover::after {
  transform: scaleX(1);
}

/* Login button for logged-out users */
.header_loginBtn__I0cx9 {
  display: inline-flex;
  align-items: center;
  height: 36px;
  padding: 0 18px;
  border-radius: var(--radius-full);
  background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-dark) 100%);
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  font-size: 0.85rem;
  box-shadow: 0 2px 10px rgba(var(--color-primary-rgb), 0.35);
  transition: transform 0.15s;
}

.header_loginBtn__I0cx9:hover {
  transform: translateY(-1px);
}

/* Logged-out auth buttons — Login = outlined pill, Register = filled violet */
.header_loginBtnOutlined___CGPA {
  display: inline-flex;
  align-items: center;
  height: 32px;
  padding: 0 14px;
  border-radius: var(--radius-full);
  background: transparent;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  font-size: 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.6);
  transition: background 0.15s, border-color 0.15s, transform 0.15s;
  white-space: nowrap;
}

.header_loginBtnOutlined___CGPA:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: #fff;
  transform: translateY(-1px);
}

.header_registerBtnFilled__UC0ul {
  display: inline-flex;
  align-items: center;
  height: 32px;
  padding: 0 14px;
  border-radius: var(--radius-full);
  background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-dark) 100%);
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  font-size: 0.8rem;
  box-shadow: 0 2px 10px rgba(var(--color-primary-rgb), 0.35);
  transition: transform 0.15s;
  white-space: nowrap;
}

.header_registerBtnFilled__UC0ul:hover {
  transform: translateY(-1px);
}

@media (min-width: 768px) {
  .header_loginBtnOutlined___CGPA,
  .header_registerBtnFilled__UC0ul {
    height: 40px;
    padding: 0 20px;
    font-size: 0.95rem;
  }
}

/* ── Desktop & tablet upgrades ──────────────── */
@media (min-width: 768px) {
  .header_header__bzUtu {
    height: 64px;
    padding: 0 20px;
    gap: 12px;
  }
  .header_iconBtn__c9sI_ {
    width: 40px;
    height: 40px;
  }
  .header_avatar__GPn9O {
    width: 40px;
    height: 40px;
  }
  .header_logo__iNQLc {
    height: 26px;
  }
  .header_balancePill__ByH5P {
    height: 40px;
    padding: 0 16px;
    font-size: 0.95rem;
    gap: 8px;
  }
  .header_langBtn__g1_YH {
    height: 40px;
    padding: 0 14px;
    font-size: 0.85rem;
  }
  .header_loginBtn__I0cx9 {
    height: 40px;
    padding: 0 22px;
    font-size: 0.95rem;
  }
  .header_desktopNav__WLV7O {
    display: flex;
  }
  .header_hamburger__8_3NA {
    display: none;
  }
}

@media (min-width: 1024px) {
  .header_header__bzUtu {
    height: 68px;
    padding: 0 32px;
  }
  .header_logo__iNQLc {
    height: 28px;
  }
  .header_desktopNav__WLV7O {
    gap: 36px;
    margin-left: 36px;
  }
}

/* ── Mobile drawer (sits below the sticky header) ── */
.header_drawerBackdrop__fP0_d {
  position: fixed;
  top: 56px;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 25;
  opacity: 0;
  animation: header_drawerFadeIn__0bvp1 0.18s ease-out forwards;
}

.header_drawerBackdropClosing__GTjBr {
  animation: header_drawerFadeOut__FehyE 0.18s ease-out forwards;
}

@keyframes header_drawerFadeIn__0bvp1 {
  to { opacity: 1; }
}

@keyframes header_drawerFadeOut__FehyE {
  from { opacity: 1; }
  to { opacity: 0; }
}

.header_drawer__KotqD {
  position: fixed;
  top: 56px;
  left: 0;
  bottom: 0;
  width: min(82vw, 300px);
  z-index: 26;
  background: #fff;
  color: var(--color-text-primary);
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px 14px calc(20px + env(safe-area-inset-bottom));
  box-shadow: 4px 0 24px rgba(0, 0, 0, 0.18);
  transform: translateX(-100%);
  animation: header_drawerSlideIn__FDsjL 0.22s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.header_drawerClosing__4g9FP {
  animation: header_drawerSlideOut__SpOoO 0.2s ease-in forwards;
}

@keyframes header_drawerSlideIn__FDsjL {
  from { transform: translateX(-100%); }
  to { transform: translateX(0); }
}

@keyframes header_drawerSlideOut__SpOoO {
  from { transform: translateX(0); }
  to { transform: translateX(-100%); }
}

.header_menuList__oby_T {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.header_menuDivider__G6GtN {
  height: 1px;
  background: var(--color-border-light, #ececef);
  margin: 8px 4px;
}

.header_menuRow__V3aW2 {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 12px 14px;
  background: #f3f3f5;
  border: 1px solid transparent;
  border-radius: 12px;
  color: var(--color-text-primary);
  font-family: inherit;
  font-size: 0.92rem;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  text-align: left;
  transition: background 0.15s, border-color 0.15s, color 0.15s;
}

.header_menuRow__V3aW2:hover {
  background: #ede9f5;
}

.header_menuRow__V3aW2:focus-visible {
  outline: none;
  border-color: rgba(var(--color-primary-rgb), 0.4);
  box-shadow: 0 0 0 3px rgba(var(--color-primary-rgb), 0.15);
}

.header_menuRowIcon__vQ3ne {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  color: var(--color-text-primary);
}

.header_menuRowLabel__ZPNeA {
  flex: 1 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.header_menuRowValue__C3H2d {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--color-text-secondary, #6b6b73);
  letter-spacing: 0.04em;
}

.header_menuRowChevron__E8prS {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--color-text-muted, #8a8a92);
  transition: transform 0.18s ease;
}

.header_menuRowChevronOpen__Dnc0_ {
  transform: rotate(180deg);
}

.header_langSubmenu__TGWPT {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 4px 0 4px 8px;
}

.header_langOption__X9CEh {
  display: block;
  width: 100%;
  padding: 12px 16px;
  background: #f3f3f5;
  border: 1px solid transparent;
  border-radius: 12px;
  color: var(--color-text-primary);
  font-family: inherit;
  font-size: 0.92rem;
  font-weight: 500;
  text-align: left;
  cursor: pointer;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
}

.header_langOption__X9CEh:hover {
  background: #ede9f5;
}

.header_langOptionActive__pVEXs {
  background: var(--color-primary-gradient, linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-dark) 100%));
  color: #fff;
  font-weight: 600;
  border-color: transparent;
}

.header_langOptionActive__pVEXs:hover {
  background: var(--color-primary-gradient, linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-dark) 100%));
}

/*!******************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/shared/components/wallet/wallet.module.css ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************/
/* ── Page shell ─────────────────────────────── */
.wallet_page__0I0yv {
  min-height: calc(100dvh - 56px);
  background: linear-gradient(180deg, #ffffff 0%, #f5ecfb 40%, #ffffff 100%);
  padding-bottom: var(--space-2xl);
}

.wallet_container__Ofxmw {
  max-width: 560px;
  margin: 0 auto;
  padding: var(--space-md);
}

@media (min-width: 600px) {
  .wallet_container__Ofxmw {
    padding: var(--space-lg);
  }
}

/* ── Two-column deposit/withdraw layout ──────── */
.wallet_walletLayout__K_IlI {
  max-width: 560px;
  margin: 0 auto;
  padding: var(--space-md);
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: var(--space-lg);
  gap: var(--space-lg);
}

.wallet_walletMain__Kcilq {
  min-width: 0;
}

.wallet_walletAside__orR3C {
  display: flex;
  flex-direction: column;
  gap: var(--space-md);
}

@media (min-width: 900px) {
  .wallet_walletLayout__K_IlI {
    max-width: 1120px;
    padding: 40px 32px 56px;
    grid-template-columns: minmax(0, 1fr) 380px;
    column-gap: 40px;
    row-gap: 32px;
    align-items: start;
  }
  .wallet_walletAside__orR3C {
    position: -webkit-sticky;
    position: sticky;
    top: 96px;
  }
}

@media (min-width: 1200px) {
  .wallet_walletLayout__K_IlI {
    max-width: 1200px;
    column-gap: 56px;
  }
}

/* ── Form card (desktop) ────────────────────── */
.wallet_formCard__KVQ7q {
  background: #fff;
  border-radius: 20px;
  padding: var(--space-md);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
  border: 1px solid #f0e6f9;
}

@media (min-width: 900px) {
  .wallet_formCard__KVQ7q {
    padding: 36px 40px 40px;
    border-radius: 24px;
    box-shadow: 0 8px 32px rgba(var(--color-primary-rgb), 0.08);
  }
}

/* ── Summary aside card ─────────────────────── */
.wallet_summaryCard__O_l8f {
  display: none;
  background: linear-gradient(160deg, #ffffff 0%, #faf4ff 100%);
  border: 1px solid rgba(var(--color-primary-rgb), 0.15);
  border-radius: 20px;
  padding: 24px 24px 28px;
  box-shadow: 0 8px 32px rgba(var(--color-primary-rgb), 0.08);
}

@media (min-width: 900px) {
  .wallet_summaryCard__O_l8f {
    display: block;
  }
}

.wallet_summaryTitle__LLDah {
  font-size: 0.72rem;
  font-weight: 800;
  color: var(--color-text-secondary);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 18px;
}

.wallet_summaryRow__yAqBK {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 12px 0;
  border-bottom: 1px dashed rgba(var(--color-primary-rgb), 0.18);
  font-size: 0.9rem;
}

.wallet_summaryRow__yAqBK:last-of-type {
  border-bottom: none;
}

.wallet_summaryLabel__XGOO6 {
  color: var(--color-text-secondary);
  font-weight: 500;
}

.wallet_summaryValue__tnyFD {
  color: var(--color-text-primary);
  font-weight: 700;
}

.wallet_summaryMethodChip__TwE_q {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.wallet_summaryMethodChip__TwE_q img {
  width: 22px;
  height: 14px;
  object-fit: contain;
}

.wallet_summaryTotal__KdSvU {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-top: 16px;
  padding-top: 18px;
  border-top: 2px solid rgba(var(--color-primary-rgb), 0.2);
  font-size: 1.15rem;
  font-weight: 800;
}

.wallet_summaryTotal__KdSvU .wallet_summaryValue__tnyFD {
  color: var(--color-primary);
  font-size: 1.4rem;
}

.wallet_summaryNote__hAMbj {
  margin-top: 16px;
  font-size: 0.78rem;
  color: var(--color-text-muted);
  line-height: 1.5;
}

/* ── Sub-header (back + title row, sits below app header) ─────── */
.wallet_subHeader__X_pEY {
  display: flex;
  align-items: center;
  gap: var(--space-md);
  padding: var(--space-md) 0 var(--space-lg);
}

.wallet_backBtn__a6Tgc {
  width: 36px;
  height: 36px;
  border: none;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-full);
}

.wallet_backBtn__a6Tgc:hover {
  background: rgba(0, 0, 0, 0.05);
}

.wallet_subHeaderTitle__tuEOJ {
  font-size: var(--text-lg);
  font-weight: 600;
}

/* ── Balance card ───────────────────────────── */
.wallet_balanceCard__JbtFR {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: var(--space-xl) var(--space-lg);
  text-align: center;
  box-shadow: var(--shadow-md);
  margin-bottom: var(--space-lg);
}

.wallet_balanceLabel__KTZiW {
  font-size: var(--text-base);
  font-weight: 600;
  margin-bottom: var(--space-md);
}

.wallet_balanceRow__XFkzn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-sm);
  margin-bottom: var(--space-lg);
}

.wallet_balanceValue__kUQN4 {
  font-size: var(--text-3xl);
  font-weight: 700;
  color: var(--color-primary);
}

.wallet_balanceToggle__1nQxb {
  width: 28px;
  height: 28px;
  border: none;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

/* ── Action buttons row ─────────────────────── */
.wallet_actionRow__eIxJX {
  display: flex;
  gap: var(--space-md);
}

.wallet_actionRow__eIxJX > * {
  flex: 1 1;
}

/* ── Tx list ────────────────────────────────── */
.wallet_section__Xa5S_ {
  margin-top: var(--space-lg);
}

.wallet_sectionTitle__GCtVn {
  font-size: var(--text-base);
  font-weight: 600;
  margin-bottom: var(--space-sm);
}

.wallet_txList__6YZa1 {
  display: flex;
  flex-direction: column;
}

.wallet_txRow__Rg_OD {
  display: flex;
  align-items: center;
  gap: var(--space-md);
  padding: var(--space-md) 0;
  border-bottom: 1px solid var(--color-border-light);
  text-decoration: none;
  color: inherit;
}

.wallet_txRow__Rg_OD:last-child {
  border-bottom: none;
}

.wallet_txIcon__e64wR {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wallet_txIcon__e64wR img {
  width: 28px;
  height: 28px;
}

.wallet_txBody__qisYZ {
  flex: 1 1;
  min-width: 0;
}

.wallet_txTitle__vRgHL {
  font-size: var(--text-sm);
  font-weight: 600;
  color: var(--color-text-primary);
  margin-bottom: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.wallet_txMeta__WPZD9 {
  font-size: var(--text-xs);
  color: var(--color-text-muted);
}

.wallet_txRight__z38Yc {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
  flex-shrink: 0;
}

.wallet_txAmount__r1Q95 {
  font-size: var(--text-sm);
  font-weight: 700;
}

.wallet_txAmountPos__lppav {
  color: #1e9e57;
}

.wallet_txAmountNeg__cJDIH {
  color: var(--color-error);
}

.wallet_txBadge__a76vX {
  font-size: 10px;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: var(--radius-full);
}

.wallet_txBadgeCompleted__xEUYr {
  background: #d6f5e3;
  color: #1e7d45;
}

.wallet_txBadgePending__wU5tZ {
  background: #fff4d1;
  color: #a8750b;
}

.wallet_txBadgeVoid__sH3UP {
  background: #ffe0b2;
  color: #a8500b;
}

.wallet_viewAllLink__v1hAV {
  display: block;
  width: 100%;
  text-align: center;
  padding: var(--space-md);
  color: var(--color-primary);
  font-weight: 600;
  font-size: var(--text-sm);
  text-decoration: none;
  background: none;
  border: none;
  cursor: pointer;
}

.wallet_viewAllLink__v1hAV:disabled {
  opacity: 0.6;
  cursor: default;
}

.wallet_txStateMsg__VcZeR {
  text-align: center;
  padding: var(--space-2xl) var(--space-md);
  color: var(--color-text-muted);
  font-size: var(--text-sm);
}

/* ── Status screen ──────────────────────────── */
.wallet_statusScreenWrap__vhQiY {
  min-height: calc(100dvh - 56px);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: var(--space-md);
  background: linear-gradient(180deg, #ffffff 0%, #f5ecfb 40%, #ffffff 100%);
}

@media (min-width: 600px) {
  .wallet_statusScreenWrap__vhQiY {
    align-items: center;
    padding: var(--space-2xl) var(--space-md);
  }
}

.wallet_statusCard__ecYuI {
  width: 100%;
  max-width: 480px;
  border-radius: var(--radius-lg);
  padding: var(--space-xl) var(--space-lg);
  text-align: center;
  margin-bottom: var(--space-2xl);
}

.wallet_statusCardWarn__4wTvr {
  background: #fff7e6;
}

.wallet_statusCardDanger__uScUT {
  background: #ffecec;
}

.wallet_statusCardInfo__8VADd {
  background: #eef1ff;
}

.wallet_statusCardNeutral__VAWil {
  background: #f5f5f5;
}

.wallet_statusIconWrap__B1Bax {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  margin: 0 auto var(--space-md);
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.6);
}

.wallet_statusIconWrap__B1Bax img {
  width: 36px;
  height: 36px;
}

.wallet_statusTitle__NY2Fd {
  font-size: var(--text-xl);
  font-weight: 700;
  margin-bottom: var(--space-sm);
  color: var(--color-text-primary);
}

.wallet_statusSubtitle__XbQBP {
  font-size: var(--text-sm);
  color: var(--color-text-secondary);
  line-height: 1.5;
  margin-bottom: var(--space-md);
}

.wallet_statusLink__jpivp {
  color: var(--color-primary);
  font-weight: 600;
  font-size: var(--text-sm);
  text-decoration: underline;
}

.wallet_statusAction__0Mulb {
  margin-top: var(--space-md);
}

/* Drag handle on bottom cards */
.wallet_dragHandle__0JUiE {
  width: 40px;
  height: 4px;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  margin: 0 auto var(--space-md);
}

/* ── Amount presets ─────────────────────────── */
.wallet_formLabel__5_Cs6 {
  font-size: var(--text-sm);
  font-weight: 600;
  margin-bottom: var(--space-sm);
  color: var(--color-text-primary);
}

.wallet_presetRow__6KNPB {
  display: flex;
  gap: var(--space-sm);
  margin-bottom: var(--space-md);
}

@media (min-width: 900px) {
  .wallet_presetRow__6KNPB {
    gap: 12px;
    margin-bottom: 14px;
  }
  .wallet_presetBtn__FuSoi {
    padding: 14px 0;
    font-size: 1rem;
  }
}

.wallet_presetBtn__FuSoi {
  flex: 1 1;
  padding: 10px 0;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-full);
  background: #fff;
  font-size: var(--text-sm);
  font-weight: 600;
  color: var(--color-text-primary);
  transition: background 0.15s;
}

.wallet_presetBtnActive__CaWcZ {
  background: var(--color-primary);
  color: #fff;
  border-color: var(--color-primary);
}

/* ── Amount input ───────────────────────────── */
.wallet_amountInputWrap__L7_XL {
  position: relative;
  margin-bottom: var(--space-md);
}

.wallet_amountInput__YkSqi {
  width: 100%;
  padding: 14px var(--space-md) 14px 36px;
  border: 1.5px solid var(--color-border);
  border-radius: var(--radius-full);
  font-size: var(--text-base);
  background: #fff;
  outline: none;
  transition: border-color 0.15s;
}

.wallet_amountInput__YkSqi:focus {
  border-color: var(--color-primary);
}

.wallet_amountInputError__6mj1D {
  border-color: var(--color-error);
}

.wallet_amountPrefix__JZzBG {
  position: absolute;
  left: var(--space-md);
  top: 50%;
  transform: translateY(-50%);
  font-size: var(--text-base);
  color: var(--color-text-secondary);
  pointer-events: none;
}

.wallet_fieldError__joyGe {
  font-size: var(--text-xs);
  color: var(--color-error);
  margin-top: 4px;
  margin-bottom: var(--space-md);
  display: block;
}

/* ── Payment grid ───────────────────────────── */
.wallet_payGrid__Nscsu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: var(--space-sm);
  gap: var(--space-sm);
  margin-bottom: var(--space-md);
}

@media (min-width: 600px) {
  .wallet_payGrid__Nscsu {
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
  }
}

@media (min-width: 900px) {
  .wallet_payGrid__Nscsu {
    gap: 16px;
    margin-bottom: var(--space-lg);
  }
}

.wallet_payTile__VV2_p {
  background: #fff;
  border: 1.5px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: 10px 6px 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  aspect-ratio: 1 / 1;
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s, transform 0.1s;
}

.wallet_payTile__VV2_p:active {
  transform: scale(0.97);
}

/* Methods without a backend route yet — greyed and non-interactive so they
   can't be selected (the deposit would just error). */
.wallet_payTile__VV2_p:disabled {
  opacity: 0.4;
  filter: grayscale(0.7);
  cursor: not-allowed;
}

.wallet_payTile__VV2_p:disabled:active {
  transform: none;
}

.wallet_payTileIconWrap__UUn1_ {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #f4ebfb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.15s;
}

.wallet_payTileIconWrap__UUn1_ img {
  width: 36px;
  height: 24px;
  object-fit: contain;
}

.wallet_payTileLabel__zML49 {
  font-size: 12px;
  font-weight: 700;
  color: var(--color-text-primary);
}

.wallet_payTileActive__q_kYl {
  background: var(--color-primary);
  border-color: var(--color-primary);
}

.wallet_payTileActive__q_kYl .wallet_payTileIconWrap__UUn1_ {
  background: #fff;
}

.wallet_payTileActive__q_kYl .wallet_payTileLabel__zML49 {
  color: #fff;
}

.wallet_payTileMore__VvCL4 img {
  width: 24px;
  height: 24px;
}

/* ── Weekly limit card ──────────────────────── */
.wallet_limitCard___1OF9 {
  margin-top: var(--space-md);
  padding: var(--space-md);
  border: 1.5px solid #d9c2ef;
  border-radius: var(--radius-md);
  background: #fff;
}

.wallet_limitHeader__9zv3Q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--space-sm);
  font-size: var(--text-sm);
  font-weight: 600;
}

.wallet_limitHeader__9zv3Q span:last-child {
  color: var(--color-primary);
}

.wallet_limitInput__uFtSf {
  width: 100%;
  padding: 10px var(--space-md) 10px 32px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-full);
  font-size: var(--text-sm);
  background: #fff;
  outline: none;
  margin-bottom: var(--space-sm);
  position: relative;
}

.wallet_limitInputWrap___0xBm {
  position: relative;
}

.wallet_legalNote__EtWw5 {
  font-size: var(--text-xs);
  color: var(--color-text-muted);
  text-align: center;
  margin-top: var(--space-md);
}

.wallet_legalNote__EtWw5 a {
  color: var(--color-primary);
  text-decoration: underline;
}

/* ── Alert banner ───────────────────────────── */
.wallet_banner__n5RnU {
  display: flex;
  align-items: flex-start;
  gap: var(--space-sm);
  padding: var(--space-sm) var(--space-md);
  border-radius: var(--radius-md);
  margin-bottom: var(--space-md);
  position: relative;
  border-left: 4px solid;
}

.wallet_bannerError__y7zxf {
  background: #ffecec;
  border-left-color: var(--color-error);
  color: #a82525;
}

.wallet_bannerBody__Ah84q {
  flex: 1 1;
  font-size: var(--text-sm);
}

.wallet_bannerTitle___jf41 {
  font-weight: 700;
  margin-bottom: 2px;
}

.wallet_bannerClose__dIGe_ {
  border: none;
  background: transparent;
  padding: 2px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wallet_bannerClose__dIGe_ img {
  width: 16px;
  height: 16px;
}

/* ── Withdraw balance card ─────────────────── */
.wallet_availableCard__aWejq {
  border: 1.5px solid var(--color-primary);
  border-radius: var(--radius-md);
  padding: var(--space-md);
  background: #fff;
  margin-bottom: var(--space-md);
}

.wallet_availableLabel__ao56p {
  font-size: var(--text-sm);
  color: var(--color-text-secondary);
  margin-bottom: 4px;
}

.wallet_availableValue__GVu0n {
  font-size: var(--text-2xl);
  font-weight: 700;
  color: var(--color-text-primary);
}

/* ── Wager progress ─────────────────────────── */
.wallet_wagerBlock__acGoE {
  margin-top: var(--space-md);
  margin-bottom: var(--space-md);
}

.wallet_wagerHeader__PdThs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: var(--text-sm);
  font-weight: 600;
  margin-bottom: 6px;
}

.wallet_wagerTrack__tLB6C {
  width: 100%;
  height: 6px;
  background: #eee;
  border-radius: 3px;
  overflow: hidden;
}

.wallet_wagerFill__l_hDL {
  height: 100%;
  background: #f5a623;
  transition: width 0.3s;
}

.wallet_wagerFillComplete__9LNGj {
  background: #1e9e57;
}

.wallet_wagerHint__ItAKa {
  font-size: var(--text-xs);
  color: #f5a623;
  margin-top: 6px;
}

.wallet_wagerDone__PpdSr {
  color: #1e9e57;
}

.wallet_withdrawNote__lGfiR {
  font-size: var(--text-xs);
  color: var(--color-text-muted);
  text-align: center;
  margin-top: var(--space-sm);
}

/* ── Result sheet / bottom sheet ────────────── */
.wallet_sheetBackdrop__1wUZj {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  z-index: 50;
}

.wallet_sheet__pWgCa {
  width: 100%;
  max-width: 480px;
  background: #e8fbe8;
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
  padding: var(--space-lg);
  text-align: center;
  animation: wallet_slideUp__19e9_ 0.25s ease-out;
}

@media (min-width: 600px) {
  .wallet_sheet__pWgCa {
    border-radius: var(--radius-lg);
    margin-bottom: 5vh;
  }
  .wallet_sheetBackdrop__1wUZj {
    align-items: center;
  }
}

@keyframes wallet_slideUp__19e9_ {
  from { transform: translateY(100%); }
  to { transform: translateY(0); }
}

.wallet_sheetIcon__WpGXY {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #fff;
  margin: 0 auto var(--space-md);
  display: flex;
  align-items: center;
  justify-content: center;
}

.wallet_sheetIcon__WpGXY img {
  width: 36px;
  height: 36px;
}

.wallet_sheetTitle__r2Stw {
  font-size: var(--text-xl);
  font-weight: 700;
  margin-bottom: var(--space-sm);
}

.wallet_sheetSubtitle__EFpxC {
  font-size: var(--text-sm);
  color: var(--color-text-secondary);
  margin-bottom: var(--space-md);
}

.wallet_sheetNewBalance__NDM_E {
  font-size: var(--text-base);
  font-weight: 700;
  margin-bottom: var(--space-md);
}

.wallet_sheetLink__GUqhD {
  display: inline-block;
  margin-top: var(--space-sm);
  color: var(--color-primary);
  font-weight: 600;
  font-size: var(--text-sm);
  text-decoration: underline;
}

/* ── Card details modal (Mastercard etc) ─── */
.wallet_modalBackdrop__ZJm_h {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  z-index: 60;
}

.wallet_modalCard__lDhno {
  background: #fff;
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
  width: 100%;
  max-width: 480px;
  padding: var(--space-lg);
  animation: wallet_slideUp__19e9_ 0.25s ease-out;
}

@media (min-width: 600px) {
  .wallet_modalCard__lDhno {
    border-radius: var(--radius-lg);
    margin-bottom: 5vh;
  }
  .wallet_modalBackdrop__ZJm_h {
    align-items: center;
  }
}

.wallet_modalTitle__Em3ZU {
  font-size: var(--text-lg);
  font-weight: 700;
  margin-bottom: var(--space-md);
  text-align: center;
}

.wallet_modalInput__qdmgG {
  width: 100%;
  padding: 12px var(--space-md);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-full);
  font-size: var(--text-sm);
  margin-bottom: var(--space-sm);
  outline: none;
}

.wallet_modalInput__qdmgG:focus {
  border-color: var(--color-primary);
}

.wallet_modalRow__fOtwK {
  display: flex;
  gap: var(--space-sm);
}

.wallet_modalRow__fOtwK .wallet_modalInput__qdmgG {
  flex: 1 1;
}

/* ── Tx detail page ─────────────────────────── */
.wallet_txDetailHero__3Xc7Z {
  border: 1.5px solid var(--color-primary);
  border-radius: var(--radius-md);
  padding: var(--space-md);
  background: #fff;
  text-align: left;
  margin-bottom: var(--space-lg);
}

.wallet_txDetailAmount__bLXOX {
  font-size: var(--text-2xl);
  font-weight: 700;
  margin-bottom: 6px;
}

.wallet_txDetailAmountPos__lp92t {
  color: #1e9e57;
}

.wallet_txDetailAmountNeg__am1Ta {
  color: var(--color-error);
}

.wallet_txDetailStatus__6gwEi {
  display: inline-block;
}

.wallet_txDetailList__G_sSr {
  display: flex;
  flex-direction: column;
}

.wallet_txDetailRow__dLhp7 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: var(--space-md) 0;
  border-bottom: 1px solid var(--color-border-light);
  font-size: var(--text-sm);
}

.wallet_txDetailLabel__e8GIx {
  color: var(--color-text-secondary);
}

.wallet_txDetailValue__Sxb2L {
  color: var(--color-text-primary);
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: var(--space-sm);
}

.wallet_copyBtn__nPZ__ {
  background: transparent;
  border: none;
  padding: 2px;
  display: inline-flex;
  align-items: center;
}

.wallet_copyBtn__nPZ__ img {
  width: 14px;
  height: 14px;
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/shared/components/wallet/walletSheet.module.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************/
/* ── Wallet bottom sheet ────────────────────── */
.walletSheet_backdrop__vAovt {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 40;
  opacity: 0;
  animation: walletSheet_fadeIn__9nZkJ 0.2s ease-out forwards;
}

.walletSheet_backdropClosing__M6UNl {
  animation: walletSheet_fadeOut__Mp1Gt 0.2s ease-out forwards;
}

@keyframes walletSheet_fadeIn__9nZkJ {
  to { opacity: 1; }
}

@keyframes walletSheet_fadeOut__Mp1Gt {
  from { opacity: 1; }
  to { opacity: 0; }
}

.walletSheet_sheet__BWtZP {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 41;
  background: #fff;
  border-radius: 24px 24px 0 0;
  padding: 12px var(--space-md) calc(var(--space-lg) + env(safe-area-inset-bottom)) var(--space-md);
  max-height: 90vh;
  overflow-y: auto;
  transform: translateY(100%);
  animation: walletSheet_slideUp___Nvia 0.28s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
  will-change: transform;
  box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.18);
}

.walletSheet_sheetDragging___vfpU {
  animation: none;
  transition: none;
}

.walletSheet_sheetClosing__SCCGm {
  animation: walletSheet_slideDown__WnInT 0.22s ease-in forwards;
}

@keyframes walletSheet_slideUp___Nvia {
  from { transform: translateY(100%); }
  to { transform: translateY(0); }
}

@keyframes walletSheet_slideDown__WnInT {
  from { transform: translateY(0); }
  to { transform: translateY(100%); }
}

@media (min-width: 900px) {
  .walletSheet_backdrop__vAovt {
    background: transparent;
  }
  .walletSheet_sheet__BWtZP {
    left: auto;
    right: 24px;
    bottom: auto;
    top: 80px;
    width: 400px;
    max-height: calc(100dvh - 112px);
    border-radius: 18px;
    padding: 20px 20px 24px;
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.22), 0 8px 16px rgba(0, 0, 0, 0.08);
    transform: translateY(-12px);
    animation: walletSheet_popIn__ksc9H 0.22s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
    border: 1px solid rgba(var(--color-primary-rgb), 0.12);
  }
  .walletSheet_sheetClosing__SCCGm {
    animation: walletSheet_popOut__HNiU5 0.16s ease-in forwards;
  }
  .walletSheet_handle__eIomB {
    display: none;
  }
  @keyframes walletSheet_popIn__ksc9H {
    from { opacity: 0; transform: translateY(-12px); }
    to { opacity: 1; transform: translateY(0); }
  }
  @keyframes walletSheet_popOut__HNiU5 {
    from { opacity: 1; transform: translateY(0); }
    to { opacity: 0; transform: translateY(-8px); }
  }
}

@media (min-width: 1280px) {
  .walletSheet_sheet__BWtZP {
    right: 40px;
  }
}

.walletSheet_handle__eIomB {
  width: 44px;
  height: 5px;
  background: #d8d8d8;
  border-radius: 3px;
  margin: 0 auto 16px;
  touch-action: none;
}

.walletSheet_heading__VBl0o {
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 12px;
  color: var(--color-text-primary);
}

.walletSheet_amountRow__l7STp {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}

.walletSheet_amount__dog96 {
  font-size: 2rem;
  font-weight: 700;
  color: var(--color-primary);
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
}

.walletSheet_eyeBtn__noc8H {
  width: 32px;
  height: 32px;
  border: none;
  background: transparent;
  color: var(--color-text-secondary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.walletSheet_eyeBtn__noc8H:hover {
  background: rgba(0, 0, 0, 0.05);
}

.walletSheet_ctaRow__plMz4 {
  display: flex;
  gap: 12px;
  margin-bottom: var(--space-lg);
}

.walletSheet_ctaRow__plMz4 > * {
  flex: 1 1;
}

.walletSheet_sectionHeader__vYA9p {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 8px;
}

.walletSheet_sectionTitle__NTTue {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--color-text-primary);
}

.walletSheet_viewAll__M_u8z {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--color-primary);
  text-decoration: none;
}

.walletSheet_txList__a5WD1 {
  display: flex;
  flex-direction: column;
  margin-bottom: 8px;
}

.walletSheet_emptyState__1Vjih {
  text-align: center;
  padding: var(--space-lg) 0;
  color: var(--color-text-secondary);
  font-size: 0.9rem;
}

