/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@15.3.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!./node_modules/.pnpm/next@15.3.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./src/components/SettingsSheet/SettingsSheet.module.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.SettingsSheet_backdrop__rLGcn {
  position: fixed;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background: rgba(15, 23, 42, 0.35);
  z-index: 40;
  padding: 0 16px;
}

.SettingsSheet_sheet__nzuME {
  width: 100%;
  max-width: 520px;
  max-height: calc(80vh + env(safe-area-inset-bottom));
  background: var(--color-app-background);
  border-radius: 32px 32px 0 0;
  box-shadow: 0 -20px 50px rgba(15, 23, 42, 0.25);
  padding-bottom: env(safe-area-inset-bottom);
  overflow: hidden;
}

.SettingsSheet_header__8vN2q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 28px 28px 12px;
}

.SettingsSheet_titleEyebrow__Mq2kT {
  margin: 0;
  font-size: var(--type-tag-size);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-text-tertiary);
}

.SettingsSheet_title__MVp2m {
  margin: 4px 0 0;
  font-size: var(--type-section-title-size);
  font-weight: var(--type-section-title-weight);
}

.SettingsSheet_closeButton__PQPuW {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: none;
  background: var(--color-surface);
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.15);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.SettingsSheet_sheetBody__22VkS {
  padding: 0 24px 32px;
  overflow-y: auto;
  max-height: calc(80vh - 64px);
}

.SettingsSheet_section___8dZf {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.SettingsSheet_sectionTitle__NHtgb {
  margin: 0;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-text-tertiary);
}

.SettingsSheet_row___C0AK,
.SettingsSheet_rowButton__9p1s0 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px;
  border-radius: 22px;
  background: var(--color-surface);
  box-shadow: var(--color-shadow-soft);
}

.SettingsSheet_row___C0AK {
  border: 1px solid var(--color-border-soft);
}

.SettingsSheet_rowButton__9p1s0 {
  border: none;
  cursor: pointer;
}

.SettingsSheet_rowLabel__aLrrK {
  display: block;
  font-weight: 600;
  color: var(--color-text-primary);
}

.SettingsSheet_rowDescription__NxXhk {
  display: block;
  margin-top: 4px;
  color: var(--color-text-secondary);
  font-size: var(--type-body-size);
}

.SettingsSheet_rowValue__mjlAv {
  display: block;
  margin-top: 6px;
  font-size: var(--type-body-size);
  color: var(--color-text-secondary);
}

.SettingsSheet_timeValue__n155t {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  color: var(--color-text-primary);
}

.SettingsSheet_chevron__Oruen {
  font-size: 22px;
  color: var(--color-text-tertiary);
}

.SettingsSheet_updateButton__PWgNP {
  border: none;
  background: transparent;
  color: #f97316;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.SettingsSheet_switch__9_NUk {
  width: 56px;
  height: 32px;
  border-radius: 999px;
  border: none;
  background: rgba(16, 24, 40, 0.15);
  padding: 4px;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  transition: background 0.2s ease;
}

.SettingsSheet_switchOn__0EMsz {
  background: #4b6bfb;
}

.SettingsSheet_switchThumb__xsCWw {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 4px 10px rgba(15, 23, 42, 0.2);
  transform: translateX(0);
  transition: transform 0.2s ease;
}

.SettingsSheet_switchOn__0EMsz .SettingsSheet_switchThumb__xsCWw {
  transform: translateX(24px);
}

.SettingsSheet_rowDisabled__MsTi5 {
  opacity: 0.5;
  pointer-events: none;
}

.SettingsSheet_fieldGroup__L7esh {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.SettingsSheet_fieldRow__jNpAj {
  align-items: flex-start;
}

.SettingsSheet_wheelPicker__L2ngj {
  margin-top: 16px;
  padding: 18px;
  border-radius: var(--radius-lg);
  background: var(--color-surface);
  box-shadow: var(--color-shadow-soft);
}

.SettingsSheet_wheelLabel__0Lsdd {
  margin: 0 0 12px;
  font-weight: 600;
  color: var(--color-text-primary);
}

.SettingsSheet_wheelColumns__xYFWB {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 12px;
  gap: 12px;
}

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

.SettingsSheet_wheelColumnLabel__U_FxD {
  margin: 0;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-text-tertiary);
}

.SettingsSheet_wheelScroller__XS_qx {
  max-height: 150px;
  overflow-y: auto;
  border-radius: 18px;
  border: 1px solid var(--color-border-soft);
  padding: 6px;
}

.SettingsSheet_wheelOption__XTkrK {
  width: 100%;
  padding: 8px 10px;
  border: none;
  border-radius: 14px;
  background: transparent;
  color: var(--color-text-secondary);
  font-weight: 500;
  cursor: pointer;
}

.SettingsSheet_wheelOptionActive__9ceMW {
  background: rgba(75, 107, 251, 0.12);
  color: var(--color-text-primary);
}

@media (min-width: 768px) {
  .SettingsSheet_backdrop__rLGcn {
    align-items: center;
  }

  .SettingsSheet_sheet__nzuME {
    border-radius: 32px;
    max-height: 720px;
  }
}

/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@15.3.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!./node_modules/.pnpm/next@15.3.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./src/components/AppScaffold/AppScaffold.module.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.AppScaffold_scaffold__Npgvd {
  min-height: var(--tg-viewport-height, 100vh);
  display: flex;
  flex-direction: column;
  background: var(--color-app-background);
}

.AppScaffold_content__mTrEy {
  flex: 1 1;
  overflow-y: auto;
  background: var(--color-app-background);
  padding-bottom: calc(140px + env(safe-area-inset-bottom));
}

.AppScaffold_settingsButton__Nu6cA {
  position: fixed;
  top: calc(12px + env(safe-area-inset-top));
  right: 16px;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  background: var(--color-surface);
  color: var(--color-text-primary);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.15);
  z-index: 24;
  cursor: pointer;
}

.AppScaffold_settingsButton__Nu6cA:focus-visible {
  outline: 2px solid rgba(75, 107, 251, 0.6);
  outline-offset: 2px;
}

.AppScaffold_tabBar__owe9h {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 8px;
  gap: 8px;
  padding: 12px 12px calc(12px + env(safe-area-inset-bottom));
  background: rgba(255, 255, 255, 0.92);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  border-top: 1px solid rgba(16, 24, 40, 0.08);
  box-shadow: 0 -8px 20px rgba(15, 23, 42, 0.05);
  z-index: 12;
}

.AppScaffold_tabLink__5tj_k {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-height: 52px;
  border-radius: 16px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  color: rgba(16, 24, 40, 0.6);
  transition: background 0.2s ease, color 0.2s ease;
}

.AppScaffold_tabLinkActive__5s76J {
  background: rgba(75, 107, 251, 0.12);
  color: var(--color-text-primary);
  font-weight: 600;
}

.AppScaffold_tabIcon___5mzG {
  font-size: 22px;
  line-height: 1;
}

.AppScaffold_tabLabel__TlPJX {
  line-height: 1.2;
}

/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@15.3.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!./node_modules/.pnpm/next@15.3.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./src/components/TabPlaceholder/TabPlaceholder.module.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.TabPlaceholder_wrapper__NysPI {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(var(--tg-viewport-height, 100vh) - 220px);
  padding: 24px 0;
}

.TabPlaceholder_card__hkUs2 {
  width: 100%;
  max-width: 360px;
  background: var(--color-surface);
  border-radius: var(--radius-xl);
  padding: 32px 28px;
  text-align: center;
  box-shadow: var(--color-shadow-soft);
}

.TabPlaceholder_eyebrow__oHTIZ {
  text-transform: uppercase;
  font-size: var(--type-tag-size);
  font-weight: var(--type-tag-weight);
  letter-spacing: 0.08em;
  color: var(--color-text-tertiary);
  margin-bottom: 12px;
}

.TabPlaceholder_title__jDBtm {
  font-size: var(--type-app-title-size);
  font-weight: var(--type-app-title-weight);
  margin: 0 0 12px;
  color: var(--color-text-primary);
  line-height: var(--line-height-tight);
}

.TabPlaceholder_description__YPFDC {
  margin: 0;
  color: var(--color-text-secondary);
  line-height: var(--line-height-cozy);
  font-size: var(--type-body-size);
}

.TabPlaceholder_action__kPQ6p {
  display: inline-flex;
  margin-top: 18px;
  padding: 8px 16px;
  border-radius: 999px;
  background: var(--color-surface-muted);
  font-weight: 600;
  font-size: 14px;
  color: var(--color-text-primary);
}

