/* [project]/web/src/pages/mango/_layout/BottomBanner/_blocks/TrialBanner/index.module.scss.module.css [client] (css) */
.index-module-scss-module__J3MAva__bg {
  background: linear-gradient(90deg, #edffe0 .07%, #e1ff7a 63.98%, #d2ffdf 99.93%);
}

/* [project]/node_modules/.pnpm/nprogress@0.2.0/node_modules/nprogress/nprogress.css [client] (css) */
#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  z-index: 1031;
  background: #29d;
  width: 100%;
  height: 2px;
  position: fixed;
  top: 0;
  left: 0;
}

#nprogress .peg {
  opacity: 1;
  width: 100px;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  transform: rotate(3deg)translate(0, -4px);
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
}

#nprogress .spinner {
  z-index: 1031;
  display: block;
  position: fixed;
  top: 15px;
  right: 15px;
}

#nprogress .spinner-icon {
  box-sizing: border-box;
  border: 2px solid #0000;
  border-color: #29d #0000 #0000 #29d;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  animation: .4s linear infinite nprogress-spinner;
}

.nprogress-custom-parent {
  position: relative;
  overflow: hidden;
}

.nprogress-custom-parent #nprogress .spinner, .nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

@keyframes nprogress-spinner {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* [project]/web/src/pages/mango/_styles/figma-theme.module.scss.module.css [client] (css) */
.figma-theme-module-scss-module__DgQZzq__light, .figma-theme-module-scss-module__DgQZzq__dark {
  --f-primary: var(--f-primary-style-6);
  --f-primary-hover: var(--f-primary-style-5);
  --f-primary-active: var(--f-primary-style-4);
  --f-text: #073d42;
  --f-text-secondary: #073d42d9;
  --f-text-tertiary: #073d42a6;
  --f-bg-base: #fff;
  --f-border: #3c64671f;
  --f-border-hover: #fff0;
  --f-border-active: #fff0;
  --f-border-secondary: #ffffff29;
  --f-bg-container: #f8f9f6;
  --f-bg-elevated: #e8e8e8;
  --f-bg-mask: #014449f5;
  --f-bg-layout: #f8f9f3;
  --f-bg-hover: #f2f4ec;
  --f-bg-active: #d5e990;
  --f-bg-disabled: #0069711a;
  --f-text-quaternary: #073d4273;
  --f-text-disabled: #073d4240;
  --f-secondary: var(--f-secondary-style-6);
  --f-other-1: #fff;
  --f-other-2: #fff;
  --f-other-3: #fff;
  --f-other-4: #fff;
  --f-other-5: #fff;
  --f-other-6: #fff;
  --f-other-7: #fff;
  --f-other-8: #fff;
  --f-other-9: #fff;
  --f-other-10: #fff;
  --f-primary-style-1: #006f771a;
  --f-primary-style-2: #006f7740;
  --f-primary-style-3: #006f7773;
  --f-primary-style-4: #006f77a6;
  --f-primary-style-5: #006f77d9;
  --f-primary-style-6: #006f77;
  --f-primary-style-7: #055a60;
  --f-primary-style-8: #034f54;
  --f-secondary-style-1: #daf3841a;
  --f-secondary-style-2: #daf38440;
  --f-secondary-style-3: #daf38473;
  --f-secondary-style-4: #daf384a6;
  --f-secondary-style-5: #daf384d9;
  --f-secondary-style-6: #e1ff7a;
  --f-secondary-style-7: #cef057;
  --f-secondary-style-8: #b1df14;
  --f-blue-1: #2e8eff1a;
  --f-blue-2: #2e8eff40;
  --f-blue-3: #2e8eff73;
  --f-blue-4: #2e8effa6;
  --f-blue-5: #2e8effd9;
  --f-blue-6: #2e8eff;
  --f-blue-7: #1d84fd;
  --f-green-1: #00c9001a;
  --f-green-2: #00c90040;
  --f-green-3: #00c90073;
  --f-green-4: #00c900a6;
  --f-green-5: #00c900d9;
  --f-green-6: #01bd01;
  --f-green-7: #00b600;
  --f-yellow-1: #fac7141a;
  --f-yellow-2: #fac71440;
  --f-yellow-3: #fac71473;
  --f-yellow-4: #fac714a6;
  --f-yellow-5: #fac714d9;
  --f-yellow-6: #fac714;
  --f-yellow-7: #faba14;
  --f-orange-1: #ff8d241a;
  --f-orange-2: #ff8d2440;
  --f-orange-3: #ff8d2473;
  --f-orange-4: #ff8d24a6;
  --f-orange-5: #ff8d24d9;
  --f-orange-6: #ff8d24;
  --f-orange-7: #fc7f0d;
  --f-red-1: #ff4d4f1a;
  --f-red-2: #ff4d4f40;
  --f-red-3: #ff4d4f73;
  --f-red-4: #ff4d4fa6;
  --f-red-5: #ff4d4fd9;
  --f-red-6: #f5222d;
  --f-red-7: #cf1322;
  --f-secondary-hover: var(--f-secondary-style-5);
  --f-secondary-active: var(--f-secondary-style-4);
  --f-text-invert: #fff;
  --f-success-bg: var(--f-green-1);
  --f-success-bg-hover: var(--f-green-2);
  --f-success-border: var(--f-green-3);
  --f-success-border-hover: var(--f-green-4);
  --f-success: var(--f-green-5);
  --f-success-hover: var(--f-green-6);
  --f-success-active: var(--f-green-7);
  --f-warning-bg: var(--f-yellow-1);
  --f-warning-bg-hover: var(--f-yellow-2);
  --f-warning-border: var(--f-yellow-3);
  --f-warning-border-hover: var(--f-yellow-4);
  --f-warning: var(--f-yellow-5);
  --f-warning-hover: var(--f-yellow-6);
  --f-warning-active: var(--f-yellow-7);
  --f-error-bg: var(--f-red-1);
  --f-error-bg-hover: var(--f-red-2);
  --f-error-border: var(--f-red-3);
  --f-error-border-hover: var(--f-red-4);
  --f-error: var(--f-red-5);
  --f-error-hover: var(--f-red-6);
  --f-error-active: var(--f-red-7);
  --f-text-invert-secondary: #fffc;
}

/* [project]/web/src/pages/orange/_styles/figma-theme.module.scss.module.css [client] (css) */
.figma-theme-module-scss-module__b8vFkG__dark, .figma-theme-module-scss-module__b8vFkG__light {
  --f-primary: var(--f-primary-style-1);
  --f-primary-hover: var(--f-primary-style-2);
  --f-primary-active: var(--f-primary-style-2);
  --f-text: #000;
  --f-bg-base: var(--f-secondary-style-8);
  --f-bg-container: var(--f-secondary-style-7);
  --f-text-secondary: var(--f-secondary-style-4);
  --f-bg-elevated: var(--f-secondary-style-6);
  --f-text-tertiary: #bbb8c5bf;
  --f-text-quaternary: #bbb8c599;
  --f-bg-mask: #000000db;
  --f-border: #23fff299;
  --f-secondary: var(--f-primary-style-6);
  --f-other-1: #fff;
  --f-other-2: #fff;
  --f-other-3: #fff;
  --f-other-4: #fff;
  --f-other-5: #fff;
  --f-other-6: #fff;
  --f-other-7: #fff;
  --f-other-8: #fff;
  --f-other-9: #fff;
  --f-other-10: #fff;
  --f-secondary-hover: var(--f-primary-style-5);
  --f-secondary-active: var(--f-primary-style-5);
  --f-bg-layout: var(--f-secondary-style-5);
  --f-text-disabled: var(--f-secondary-style-4);
  --f-bg-hover: var(--f-secondary-style-4);
  --f-bg-active: var(--f-secondary-style-4);
  --f-text-invert: var(--f-secondary-style-1);
  --f-bg-disabled: var(--f-secondary-style-5);
  --f-success-bg: var(--f-green-1);
  --f-success-bg-hover: var(--f-green-2);
  --f-success-border: var(--f-green-3);
  --f-success-border-hover: var(--f-green-4);
  --f-success: var(--f-green-5);
  --f-success-hover: var(--f-green-6);
  --f-success-active: var(--f-green-7);
  --f-warning-bg: var(--f-yellow-1);
  --f-warning-bg-hover: var(--f-yellow-2);
  --f-warning-border: var(--f-yellow-3);
  --f-warning-border-hover: var(--f-yellow-4);
  --f-warning: var(--f-yellow-5);
  --f-warning-hover: var(--f-yellow-6);
  --f-warning-active: var(--f-yellow-7);
  --f-error-bg: var(--f-red-1);
  --f-primary-style-1: #23fff2;
  --f-secondary-style-1: #fff;
  --f-secondary-style-2: #f4f5f9;
  --f-secondary-style-3: #bbb8c5;
  --f-secondary-style-4: #72737e;
  --f-secondary-style-5: #3f3f4b;
  --f-secondary-style-6: #29282e;
  --f-secondary-style-7: #1c1c1f;
  --f-secondary-style-8: #000;
  --f-blue-1: #1f86ff1a;
  --f-blue-2: #1f86ff40;
  --f-blue-3: #1f86ff73;
  --f-blue-4: #1f86ffa6;
  --f-blue-5: #1f86ff;
  --f-blue-6: #107eff;
  --f-blue-7: #0071f7;
  --f-primary-style-2: #a7fffa;
  --f-primary-style-3: #19b3a9;
  --f-primary-style-4: #2dffb5;
  --f-primary-style-5: #ba8fff;
  --f-primary-style-6: #723cff;
  --f-primary-style-7: #3b3753;
  --f-primary-style-8: #171711;
  --f-green-1: #52c41a1a;
  --f-green-2: #52c41a40;
  --f-green-3: #52c41a73;
  --f-green-4: #52c41aa6;
  --f-green-5: #52c41a;
  --f-green-6: #3fb804;
  --f-green-7: #44aa12;
  --f-yellow-1: #ffb7001a;
  --f-error-bg-hover: var(--f-red-2);
  --f-yellow-2: #ffb70040;
  --f-error-border: var(--f-red-3);
  --f-yellow-3: #ffb70073;
  --f-error-border-hover: var(--f-red-4);
  --f-error: var(--f-red-5);
  --f-yellow-4: #ffb700a6;
  --f-yellow-5: #ffb700;
  --f-error-hover: var(--f-red-6);
  --f-yellow-6: #eeac00;
  --f-yellow-7: #f7a300;
  --f-orange-1: #ff8d241a;
  --f-orange-2: #ff8d2440;
  --f-orange-3: #ff8d2473;
  --f-orange-4: #ff8d24a6;
  --f-orange-5: #ff8d24;
  --f-orange-6: #ff8d24;
  --f-orange-7: #f77803;
  --f-red-1: #ff4f511a;
  --f-red-2: #ff4f5140;
  --f-red-3: #ff4f5173;
  --f-red-4: #ff4f51a6;
  --f-red-5: #ff4f51;
  --f-red-6: #f5222d;
  --f-red-7: #cf1322;
  --f-border-hover: var(--f-primary-style-1);
  --f-border-active: var(--f-primary-style-1);
  --f-text-invert-secondary: var(--f-secondary-style-3);
  --f-border-secondary: #ffffff1f;
  --f-error-active: var(--f-red-7);
}

/* [project]/web/src/pages/strawberry/_styles/figma-theme.module.scss.module.css [client] (css) */
.figma-theme-module-scss-module__qfTFUq__dark, .figma-theme-module-scss-module__qfTFUq__light {
  --f-primary: var(--f-primary-style-6);
  --f-primary-hover: var(--f-primary-style-5);
  --f-primary-active: var(--f-primary-style-4);
  --f-text: #dee8f9;
  --f-bg-base: #111;
  --f-text-secondary: #dee8f9d9;
  --f-bg-container: #1c1c1d;
  --f-bg-elevated: #181819;
  --f-text-tertiary: #dee8f9a6;
  --f-bg-mask: #000000f5;
  --f-border: #dee8f91a;
  --f-text-quaternary: #dee8f973;
  --f-secondary: var(--f-secondary-style-6);
  --f-other-1: #fff;
  --f-other-2: #fff;
  --f-secondary-hover: var(--f-secondary-style-7);
  --f-secondary-active: var(--f-secondary-style-8);
  --f-bg-layout: #252526;
  --f-text-disabled: #dee8f91a;
  --f-bg-hover: #2d2d31;
  --f-other-3: #fff;
  --f-other-4: #fff;
  --f-other-5: #fff;
  --f-other-6: #fff;
  --f-other-7: #fff;
  --f-other-8: #fff;
  --f-other-9: #fff;
  --f-other-10: #fff;
  --f-bg-active: #2d2d31d9;
  --f-text-invert: #fff;
  --f-bg-disabled: #2d2d31a6;
  --f-primary-style-1: #4478fa1a;
  --f-success-bg: var(--f-green-1);
  --f-success-bg-hover: var(--f-green-2);
  --f-success-border: var(--f-green-3);
  --f-success-border-hover: var(--f-green-4);
  --f-success: var(--f-green-5);
  --f-success-hover: var(--f-green-6);
  --f-success-active: var(--f-green-7);
  --f-warning-bg: var(--f-yellow-1);
  --f-warning-bg-hover: var(--f-yellow-2);
  --f-warning-border: var(--f-yellow-3);
  --f-warning-border-hover: var(--f-yellow-4);
  --f-warning: var(--f-yellow-5);
  --f-warning-hover: var(--f-yellow-6);
  --f-warning-active: var(--f-yellow-7);
  --f-error-bg: var(--f-red-1);
  --f-error-bg-hover: var(--f-red-2);
  --f-error-border: var(--f-red-3);
  --f-error-border-hover: var(--f-red-4);
  --f-error: var(--f-red-5);
  --f-error-hover: var(--f-red-6);
  --f-error-active: var(--f-red-7);
  --f-secondary-style-1: #fbc2991a;
  --f-secondary-style-2: #fbc29940;
  --f-secondary-style-3: #fbc29973;
  --f-secondary-style-4: #fbc299a6;
  --f-secondary-style-5: #fbc299d9;
  --f-secondary-style-6: #ffaa6d;
  --f-secondary-style-7: #f59e5e;
  --f-secondary-style-8: #f19a5a;
  --f-blue-1: #2e8eff1a;
  --f-blue-2: #2e8eff40;
  --f-blue-3: #2e8eff73;
  --f-blue-4: #2e8effa6;
  --f-blue-5: #2e8eff;
  --f-blue-6: #1e84fc;
  --f-blue-7: #0a76f4;
  --f-primary-style-2: #4478fa40;
  --f-primary-style-3: #4478fa73;
  --f-primary-style-4: #4478faa6;
  --f-primary-style-5: #4478fa;
  --f-primary-style-6: #2361f9;
  --f-primary-style-7: #0d50f5;
  --f-primary-style-8: #0745dd;
  --f-green-1: #66e31a1a;
  --f-green-2: #66e31a40;
  --f-green-3: #66e31a73;
  --f-green-4: #66e31aa6;
  --f-green-5: #49d308;
  --f-green-6: #34bd04;
  --f-green-7: #2fbf0b;
  --f-yellow-1: #fac7141a;
  --f-yellow-2: #fac71440;
  --f-yellow-3: #fac71473;
  --f-yellow-4: #fac714a6;
  --f-yellow-5: #fac714;
  --f-yellow-6: #f4b107;
  --f-yellow-7: #ed9d02;
  --f-orange-1: #ff8d241a;
  --f-orange-2: #ff8d2440;
  --f-orange-3: #ff8d2473;
  --f-orange-4: #ff8d24a6;
  --f-orange-5: #ff8d24;
  --f-orange-6: #fe7f0a;
  --f-orange-7: #e87001;
  --f-red-1: #ff4f511a;
  --f-red-2: #ff4f5140;
  --f-red-3: #ff4f5173;
  --f-red-4: #ff4f51a6;
  --f-red-5: #ff4f51;
  --f-red-6: #f5222d;
  --f-red-7: #cf1322;
  --f-border-hover: var(--f-primary-style-5);
  --f-border-active: var(--f-primary-style-6);
  --f-text-invert-secondary: #ffffffd9;
  --f-border-secondary: #ffffff1a;
}

/* [project]/web/src/pages/apple/_styles/theme.module.scss.module.css [client] (css) */
.theme-module-scss-module__KNg4NG__theme {
  --one-ui-color-primary: 100 86 255;
  --one-ui-color-primary-hover: 139 130 240;
  --one-ui-color-secondary: 100 86 255;
  --one-ui-color-secondary-hover: 139 130 240;
  --one-ui-color-text-primary: 27 23 70;
  --one-ui-color-text-secondary: 85 82 114;
  --one-ui-color-text-tertiary: 148 162 174;
  --one-ui-color-text-placeholder: 153 153 153;
  --one-ui-color-text-disabled: 206 206 206;
  --one-ui-color-text-inverse: 244 244 252;
  --one-ui-color-text-link: 58 126 255;
  --one-ui-color-bg-primary: 255 255 255;
  --one-ui-color-bg-disabled: 244 245 249;
  --one-ui-color-border-primary: 222 232 249;
  --one-ui-rounded-primary: 4px;
  --ux-primary: 100 86 255;
  --ux-primary-hover: 139 130 240;
  --ux-secondary: 100 86 255;
  --ux-secondary-hover: 139 130 240;
  --ux-display: 27 23 70;
  --ux-display-secondary: 85 82 114;
  --ux-display-tertiary: 148 162 174;
  --ux-display-inverse: 244 244 252;
  --ux-color-bg-default: 255 255 255;
  --ux-color-bg-secondary: 244 245 249;
  --ux-color-border: 222 232 249;
  --ux-color-border-2: 222 232 249;
}

/* [project]/web/src/pages/banana/_styles/figma-theme.module.scss.module.css [client] (css) */
.figma-theme-module-scss-module__q2dgMG__dark {
  --f-primary: var(--f-primary-style-6);
  --f-primary-hover: var(--f-primary-style-7);
  --f-primary-active: var(--f-primary-style-8);
  --f-text: #d1e2da;
  --f-bg-base: #101414;
  --f-bg-container: #232525;
  --f-text-secondary: #aabeb4;
  --f-bg-elevated: #232525a6;
  --f-text-tertiary: #aabeb4a6;
  --f-text-quaternary: #aabeb473;
  --f-bg-mask: #111111f5;
  --f-border: #9fa7a329;
  --f-secondary: var(--f-secondary-style-6);
  --f-other-1: #101414;
  --f-other-2: #fff;
  --f-other-3: #fff;
  --f-other-4: #fff;
  --f-other-5: #fff;
  --f-other-6: #fff;
  --f-secondary-hover: var(--f-secondary-style-7);
  --f-secondary-active: var(--f-secondary-style-8);
  --f-bg-layout: #2d3130;
  --f-text-disabled: #aabeb440;
  --f-other-7: #fff;
  --f-bg-hover: #353c3a;
  --f-other-8: #fff;
  --f-other-9: #fff;
  --f-other-10: #fff;
  --f-bg-active: #4a4e4e;
  --f-text-invert: #1e252e;
  --f-bg-disabled: #4a4e4e59;
  --f-primary-style-1: #4dffa71a;
  --f-success-bg: var(--f-green-1);
  --f-success-bg-hover: var(--f-green-2);
  --f-success-border: var(--f-green-3);
  --f-success-border-hover: var(--f-green-4);
  --f-success: var(--f-green-5);
  --f-success-hover: var(--f-green-6);
  --f-success-active: var(--f-green-7);
  --f-warning-bg: var(--f-yellow-1);
  --f-warning-bg-hover: var(--f-yellow-2);
  --f-warning-border: var(--f-yellow-3);
  --f-warning-border-hover: var(--f-yellow-4);
  --f-warning: var(--f-yellow-5);
  --f-warning-hover: var(--f-yellow-6);
  --f-warning-active: var(--f-yellow-7);
  --f-error-bg: var(--f-red-1);
  --f-error-bg-hover: var(--f-red-2);
  --f-error-border: var(--f-red-3);
  --f-error-border-hover: var(--f-red-4);
  --f-error: var(--f-red-5);
  --f-error-hover: var(--f-red-6);
  --f-error-active: var(--f-red-7);
  --f-secondary-style-1: #5cfaff1a;
  --f-secondary-style-2: #5cfaff40;
  --f-secondary-style-3: #5cfaff73;
  --f-secondary-style-4: #5cfaffa6;
  --f-secondary-style-5: #5cfaffd9;
  --f-secondary-style-6: #5cfaff;
  --f-secondary-style-7: #55f3e9;
  --f-secondary-style-8: #2ae2d7;
  --f-blue-1: #2e8eff1a;
  --f-blue-2: #2e8eff40;
  --f-blue-3: #2e8eff73;
  --f-blue-4: #2e8effa6;
  --f-blue-5: #2e8eff;
  --f-blue-6: #1e84fc;
  --f-blue-7: #0a76f4;
  --f-primary-style-2: #4dffa733;
  --f-primary-style-3: #4dffa773;
  --f-primary-style-4: #4dffa7a6;
  --f-primary-style-5: #4dffa7d9;
  --f-primary-style-6: #4dffa7;
  --f-primary-style-7: #2af08e;
  --f-primary-style-8: #1add7d;
  --f-green-1: #66e31a1a;
  --f-green-2: #66e31a40;
  --f-green-3: #66e31a73;
  --f-green-4: #66e31aa6;
  --f-green-5: #49d308;
  --f-green-6: #34bd04;
  --f-green-7: #2fbf0b;
  --f-yellow-1: #fac7141a;
  --f-yellow-2: #fac71440;
  --f-yellow-3: #fac71473;
  --f-yellow-4: #fac714a6;
  --f-yellow-5: #fac714;
  --f-yellow-6: #f4b107;
  --f-yellow-7: #ed9d02;
  --f-orange-1: #ff8d241a;
  --f-orange-2: #ff8d2440;
  --f-orange-3: #ff8d2473;
  --f-orange-4: #ff8d24a6;
  --f-orange-5: #ff8d24;
  --f-orange-6: #fe7f0a;
  --f-orange-7: #e87001;
  --f-red-1: #ff4f511a;
  --f-red-2: #ff4f5140;
  --f-red-3: #ff4f5173;
  --f-red-4: #ff4f51a6;
  --f-red-5: #ff4f51;
  --f-red-6: #f5222d;
  --f-red-7: #cf1322;
  --f-border-hover: var(--f-primary-style-5);
  --f-border-active: var(--f-primary-style-6);
  --f-text-invert-secondary: #1e252eb3;
  --f-border-secondary: #ffffff1f;
}

.figma-theme-module-scss-module__q2dgMG__light {
  --f-primary: var(--f-primary-style-6);
  --f-primary-hover: var(--f-primary-style-7);
  --f-primary-active: var(--f-primary-style-8);
  --f-text: #1e252e;
  --f-bg-base: #fff;
  --f-bg-container: #f9fcff;
  --f-text-secondary: #222932d9;
  --f-bg-elevated: #f4f9ff;
  --f-text-tertiary: #1e252ea6;
  --f-text-quaternary: #1e252e66;
  --f-bg-mask: #111111f5;
  --f-border: #9fa7a31f;
  --f-secondary: var(--f-secondary-style-6);
  --f-other-1: #101414;
  --f-other-2: #fff;
  --f-other-3: #101414;
  --f-other-4: #fff;
  --f-other-5: #fff;
  --f-other-6: #fff;
  --f-secondary-hover: var(--f-secondary-style-7);
  --f-secondary-active: var(--f-secondary-style-8);
  --f-bg-layout: #f6f7fc;
  --f-text-disabled: #1e252e40;
  --f-other-7: #fff;
  --f-bg-hover: #f0f2fc;
  --f-other-8: #fff;
  --f-other-9: #fff;
  --f-other-10: #fff;
  --f-bg-active: #eaecf7;
  --f-text-invert: #fff;
  --f-bg-disabled: #eaecf7a6;
  --f-primary-style-1: #4dffa71a;
  --f-success-bg: var(--f-green-1);
  --f-success-bg-hover: var(--f-green-2);
  --f-success-border: var(--f-green-3);
  --f-success-border-hover: var(--f-green-4);
  --f-success: var(--f-green-5);
  --f-success-hover: var(--f-green-6);
  --f-success-active: var(--f-green-7);
  --f-warning-bg: var(--f-yellow-1);
  --f-warning-bg-hover: var(--f-yellow-2);
  --f-warning-border: var(--f-yellow-3);
  --f-warning-border-hover: var(--f-yellow-4);
  --f-warning: var(--f-yellow-5);
  --f-warning-hover: var(--f-yellow-6);
  --f-warning-active: var(--f-yellow-7);
  --f-error-bg: var(--f-red-1);
  --f-error-bg-hover: var(--f-red-2);
  --f-error-border: var(--f-red-3);
  --f-error-border-hover: var(--f-red-4);
  --f-error: var(--f-red-5);
  --f-error-hover: var(--f-red-6);
  --f-error-active: var(--f-red-7);
  --f-secondary-style-1: #5cfaff1a;
  --f-secondary-style-2: #5cfaff40;
  --f-secondary-style-3: #5cfaff73;
  --f-secondary-style-4: #5cfaffa6;
  --f-secondary-style-5: #5cfaffd9;
  --f-secondary-style-6: #5cfaff;
  --f-secondary-style-7: #55f3e9;
  --f-secondary-style-8: #2ae2d7;
  --f-blue-1: #2e8eff1a;
  --f-blue-2: #2e8eff40;
  --f-blue-3: #2e8eff73;
  --f-blue-4: #2e8effa6;
  --f-blue-5: #2e8eff;
  --f-blue-6: #1e84fc;
  --f-blue-7: #0a76f4;
  --f-primary-style-2: #4dffa740;
  --f-primary-style-3: #4dffa773;
  --f-primary-style-4: #4dffa7a6;
  --f-primary-style-5: #4dffa7d9;
  --f-primary-style-6: #1add7d;
  --f-primary-style-7: #2af08e;
  --f-primary-style-8: #4dffa7;
  --f-green-1: #66e31a1a;
  --f-green-2: #66e31a40;
  --f-green-3: #66e31a73;
  --f-green-4: #66e31aa6;
  --f-green-5: #49d308;
  --f-green-6: #34bd04;
  --f-green-7: #2fbf0b;
  --f-yellow-1: #fac7141a;
  --f-yellow-2: #fac71440;
  --f-yellow-3: #fac71473;
  --f-yellow-4: #fac714a6;
  --f-yellow-5: #fac714;
  --f-yellow-6: #f4b107;
  --f-yellow-7: #ed9d02;
  --f-orange-1: #ff8d241a;
  --f-orange-2: #ff8d2440;
  --f-orange-3: #ff8d2473;
  --f-orange-4: #ff8d24a6;
  --f-orange-5: #ff8d24;
  --f-orange-6: #fe7f0a;
  --f-orange-7: #e87001;
  --f-red-1: #ff4f511a;
  --f-red-2: #ff4f5140;
  --f-red-3: #ff4f5173;
  --f-red-4: #ff4f51a6;
  --f-red-5: #ff4f51;
  --f-red-6: #f5222d;
  --f-red-7: #cf1322;
  --f-border-hover: var(--f-primary-style-5);
  --f-border-active: var(--f-primary-style-6);
  --f-text-invert-secondary: #ffffffb3;
  --f-border-secondary: #4a4e4e0f;
}

/* [project]/web/src/pages/mango/_styles/theme.module.scss.module.css [client] (css) */
.theme-module-scss-module__RQWi7G__theme {
  --one-ui-color-primary: 0 111 119;
  --one-ui-color-primary-hover: 39 92 98;
  --one-ui-color-secondary: 202 221 136;
  --one-ui-color-secondary-hover: 183 202 96;
  --one-ui-color-fatal: 255 108 45;
  --one-ui-color-text-primary: 7 61 66;
  --one-ui-color-text-secondary: 225 233 214;
  --one-ui-color-text-tertiary: 98 107 104;
  --one-ui-color-text-placeholder: 153 153 153;
  --one-ui-color-text-disabled: 206 206 206;
  --one-ui-color-text-inverse: 16 20 20;
  --one-ui-color-text-link: 77 255 167;
  --one-ui-color-bg-primary: 255 255 255;
  --one-ui-color-bg-disabled: 255 255 255;
  --one-ui-color-border-primary: 255 255 255;
  --one-ui-rounded-primary: 4px;
  --ux-primary: 0 111 119;
  --ux-primary-hover: 39 92 98;
  --ux-secondary: 202 221 136;
  --ux-secondary-hover: 183 202 96;
  --ux-display: 7 61 66;
  --ux-display-secondary: 225 233 214;
  --ux-bg-primary: 225 233 214;
  --ux-color-border: 255 255 255;
  --ux-display-tertiary: 98 107 104;
  --ux-display-inverse: 16 20 20;
  --ux-color-bg-default: 255 255 255;
  --ux-color-bg-primary: 255 255 255;
}

/* [project]/web/src/pages/orange/_styles/theme.module.scss.module.css [client] (css) */
.theme-module-scss-module__LA-QAq__theme {
  --one-ui-color-primary: 35 255 242;
  --one-ui-color-primary-hover: 167 255 250;
  --one-ui-color-secondary: 26 35 78;
  --one-ui-color-secondary-hover: 26 35 78;
  --one-ui-color-fatal: 124 130 255;
  --one-ui-color-text-primary: 238 236 244;
  --one-ui-color-text-secondary: 190 186 202;
  --one-ui-color-text-tertiary: 190 186 202;
  --one-ui-color-text-placeholder: 190 186 202;
  --one-ui-color-text-disabled: 190 186 202;
  --one-ui-color-text-inverse: 255 255 255;
  --one-ui-color-text-link: 35 255 242;
  --one-ui-color-bg-primary: 0 0 0;
  --one-ui-color-bg-disabled: 61 54 78;
  --one-ui-color-border-primary: 88 75 138;
  --one-ui-rounded-primary: 4px;
  --ux-primary: 35 255 242;
  --ux-primary-hover: 167 255 250;
  --ux-secondary: 26 35 78;
  --ux-secondary-hover: 26 35 78;
  --ux-display: 238 236 244;
  --ux-display-secondary: 190 186 202;
  --ux-display-tertiary: 190 186 202;
  --ux-display-inverse: 255 255 255;
  --ux-color-border: 88 75 138;
  --ux-color-border-2: 88 75 138;
  --ux-color-bg-default: 0 0 0;
  --ux-color-bg-secondary: 26 35 78;
  --ux-color-bg-tertiary: 61 54 78;
}

.theme-module-scss-module__LA-QAq__theme input:-webkit-autofill {
  --tw-text-opacity: 1;
  color: rgb(var(--ux-display) / var(--tw-text-opacity, 1));
}

.theme-module-scss-module__LA-QAq__theme input:-webkit-autofill:focus {
  --tw-text-opacity: 1;
  color: rgb(var(--ux-display) / var(--tw-text-opacity, 1));
}

/* [project]/web/src/pages/strawberry/_styles/theme.module.scss.module.css [client] (css) */
.theme-module-scss-module__ArsYRW__theme {
  --one-ui-color-primary: 35 97 249;
  --one-ui-color-primary-hover: 58 126 255;
  --one-ui-color-secondary: 255 161 33;
  --one-ui-color-secondary-hover: 243 186 99;
  --one-ui-color-fatal: 202 2 11;
  --one-ui-color-text-primary: 226 234 249;
  --one-ui-color-text-secondary: 230 237 248;
  --one-ui-color-text-tertiary: 28 28 29;
  --one-ui-color-text-placeholder: 235 239 247;
  --one-ui-color-text-title: 16 16 16;
  --one-ui-color-text-disabled: 206 206 206;
  --one-ui-color-text-inverse: 221 226 253;
  --one-ui-color-text-link: 58 126 255;
  --one-ui-color-bg-primary: 244 249 255;
  --one-ui-color-bg-disabled: 244 249 255;
  --one-ui-color-border-primary: 48 48 48;
  --one-ui-rounded-primary: 4px;
  --ux-primary: 35 97 249;
  --ux-primary-hover: 58 126 255;
  --ux-secondary: 255 161 33;
  --ux-secondary-hover: 243 186 99;
  --ux-display: 226 234 249;
  --ux-display-secondary: 230 237 248;
  --ux-display-title: 16 16 16;
  --ux-display-tertiary: 28 28 29;
  --ux-display-inverse: 221 226 253;
  --ux-display-placeholder: 235 239 247;
  --ux-color-border: 48 48 48;
  --ux-color-border-secondary: 67 73 84;
  --ux-color-bg-default: 20 20 20;
}

/* [project]/web/src/pages/apple/_styles/figma-theme.module.scss.module.css [client] (css) */
.figma-theme-module-scss-module__s5g8Nq__light, .figma-theme-module-scss-module__s5g8Nq__dark {
  --f-primary: var(--f-primary-style-6);
  --f-primary-hover: var(--f-primary-style-5);
  --f-primary-active: var(--f-primary-style-4);
  --f-bg-base: #fff;
  --f-text: #1b1746;
  --f-bg-container: #fbfbfd;
  --f-text-secondary: #211d53d9;
  --f-text-tertiary: #211d53a6;
  --f-bg-elevated: #f4f5f9;
  --f-border: #8375bc1a;
  --f-text-quaternary: #211d5373;
  --f-bg-mask: #111111f5;
  --f-secondary: var(--f-secondary-style-6);
  --f-other-1: #fff;
  --f-other-2: #fff;
  --f-secondary-hover: var(--f-secondary-style-7);
  --f-secondary-active: var(--f-secondary-style-8);
  --f-bg-layout: #f5f4ff;
  --f-text-disabled: #211d531a;
  --f-other-3: #fff;
  --f-bg-hover: #eeedfd;
  --f-other-4: #fff;
  --f-other-5: #fff;
  --f-other-6: #fff;
  --f-other-7: #fff;
  --f-other-8: #fff;
  --f-other-9: #fff;
  --f-other-10: #fff;
  --f-bg-active: #dbd9fb;
  --f-text-invert: #fff;
  --f-bg-disabled: #f4f4f6;
  --f-primary-style-1: #675aff1a;
  --f-success-bg: var(--f-green-1);
  --f-success-bg-hover: var(--f-green-2);
  --f-success-border: var(--f-green-3);
  --f-success-border-hover: var(--f-green-4);
  --f-success: var(--f-green-5);
  --f-success-hover: var(--f-green-6);
  --f-success-active: var(--f-green-7);
  --f-warning-bg: var(--f-yellow-1);
  --f-warning-bg-hover: var(--f-yellow-2);
  --f-warning-border: var(--f-yellow-3);
  --f-warning-border-hover: var(--f-yellow-4);
  --f-warning: var(--f-yellow-5);
  --f-warning-hover: var(--f-yellow-6);
  --f-warning-active: var(--f-yellow-7);
  --f-error-bg: var(--f-red-1);
  --f-error-bg-hover: var(--f-red-2);
  --f-error-border: var(--f-red-3);
  --f-error-border-hover: var(--f-red-4);
  --f-error: var(--f-red-5);
  --f-error-hover: var(--f-red-6);
  --f-error-active: var(--f-red-7);
  --f-secondary-style-1: #fa54b11a;
  --f-secondary-style-2: #fa54b140;
  --f-secondary-style-3: #fa54b173;
  --f-secondary-style-4: #fa54b1a6;
  --f-secondary-style-5: #fa54b1d9;
  --f-secondary-style-6: #fa54b1;
  --f-secondary-style-7: #f21b94;
  --f-secondary-style-8: #c60471;
  --f-blue-1: #2e8eff1a;
  --f-blue-2: #2e8eff40;
  --f-blue-3: #2e8eff73;
  --f-blue-4: #2e8effa6;
  --f-blue-5: #2e8eff;
  --f-blue-6: #1e84fc;
  --f-blue-7: #0a76f4;
  --f-primary-style-2: #675aff40;
  --f-primary-style-3: #675aff73;
  --f-primary-style-4: #675affa6;
  --f-primary-style-5: #8478ff;
  --f-primary-style-6: #6456ff;
  --f-primary-style-7: #4f40f2;
  --f-primary-style-8: #3c2edd;
  --f-green-1: #4fc46f1a;
  --f-green-2: #4fc46f40;
  --f-green-3: #4fc46f73;
  --f-green-4: #4fc46fa6;
  --f-green-5: #4fc46f;
  --f-green-6: #20b749;
  --f-green-7: #10a93a;
  --f-yellow-1: #fac7141a;
  --f-yellow-2: #fac71440;
  --f-yellow-3: #fac71473;
  --f-yellow-4: #fac714a6;
  --f-yellow-5: #fac714;
  --f-yellow-6: #f4b107;
  --f-yellow-7: #ed9d02;
  --f-orange-1: #ff8d241a;
  --f-orange-2: #ff8d2440;
  --f-orange-3: #ff8d2473;
  --f-orange-4: #ff8d24a6;
  --f-orange-5: #ff8d24;
  --f-orange-6: #fe7f0a;
  --f-orange-7: #e87001;
  --f-red-1: #ff4f511a;
  --f-red-2: #ff4f5140;
  --f-red-3: #ff4f5173;
  --f-red-4: #ff4f51a6;
  --f-red-5: #ff4f51;
  --f-red-6: #f5222d;
  --f-red-7: #cf1322;
  --f-border-hover: var(--f-primary-style-5);
  --f-border-active: var(--f-primary-style-6);
  --f-text-invert-secondary: #ffffffd9;
  --f-border-secondary: #ffffff1a;
}

/* [project]/web/src/pages/banana/_styles/theme.module.scss.module.css [client] (css) */
.theme-module-scss-module__m8QGWq__theme {
  --one-ui-color-primary: 77 255 167;
  --one-ui-color-primary-hover: 77 255 167;
  --one-ui-color-secondary: 137 255 248;
  --one-ui-color-secondary-hover: 137 255 248;
  --one-ui-color-fatal: 255 108 45;
  --one-ui-color-text-primary: 209 226 218;
  --one-ui-color-text-secondary: 159 175 167;
  --one-ui-color-text-tertiary: 98 107 104;
  --one-ui-color-text-placeholder: 153 153 153;
  --one-ui-color-text-disabled: 206 206 206;
  --one-ui-color-text-inverse: 16 20 20;
  --one-ui-color-text-link: 77 255 167;
  --one-ui-color-bg-primary: 16 20 20;
  --one-ui-color-bg-disabled: 16 20 20;
  --one-ui-color-border-primary: 51 53 53;
  --one-ui-rounded-primary: 4px;
  --ux-primary: 77 255 167;
  --ux-primary-hover: 77 255 167;
  --ux-secondary: 137 255 248;
  --ux-secondary-hover: 137 255 248;
  --ux-display: 209 226 218;
  --ux-display-secondary: 159 175 167;
  --ux-bg-primary: 159 175 167;
  --ux-color-border: 51 53 53;
  --ux-display-tertiary: 98 107 104;
  --ux-display-inverse: 16 20 20;
  --ux-color-bg-default: 16 20 20;
  --ux-color-bg-primary: 16 20 20;
}

/* [project]/web/src/pages/orange/_layout/index.module.scss.module.css [client] (css) */
.index-module-scss-module__FE-ZNa__layout .scrollbar {
  scrollbar-width: auto;
  scrollbar-color: #94a2ae;
}

.index-module-scss-module__FE-ZNa__layout .scrollbar::-webkit-scrollbar {
  width: 6px;
}

.index-module-scss-module__FE-ZNa__layout .scrollbar::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 5px;
}

.index-module-scss-module__FE-ZNa__layout .scrollbar::-webkit-scrollbar-thumb {
  background-color: #55527280;
  border-radius: 14px;
}

.index-module-scss-module__FE-ZNa__layout .beautify-scroll::-webkit-scrollbar {
  width: 5px;
  height: 8px;
}

.index-module-scss-module__FE-ZNa__layout .beautify-scroll::-webkit-scrollbar-thumb {
  background: #ffffff1a;
  border-radius: 5px;
  box-shadow: inset 0 0 5px #ffffff1a;
}

.index-module-scss-module__FE-ZNa__layout .beautify-scroll::-webkit-scrollbar-track {
  background: none;
  border-radius: 0;
}

/* [project]/web/src/pages/apple/app/refer/_components/RewardHistory/index.module.scss.module.css [client] (css) */
.index-module-scss-module__23xEzW__rewardHistory .coco-table-cell:before {
  display: none;
}

.index-module-scss-module__23xEzW__rewardHistory .coco-table-cell {
  background-color: #0000 !important;
  border: none !important;
}

.index-module-scss-module__23xEzW__rewardHistory .coco-table-thead .coco-table-cell {
  border-bottom: 1px solid #675aff40 !important;
}

/* [project]/web/src/pages/banana/app/refer/_components/InviteContent/index.module.scss.module.css [client] (css) */
.index-module-scss-module__2E9E0W__myCustomTable .coco-table-wrapper .coco-table-tbody > tr > td.coco-table-cell-row-hover {
  background-color: #1c1c1d;
  overflow: hidden;
}

:is(.index-module-scss-module__2E9E0W__myCustomTable .coco-table-wrapper .coco-table-thead > tr > th, .index-module-scss-module__2E9E0W__myCustomTable .coco-table-wrapper .coco-table-thead > tr > td) {
  background-color: #232525a6;
  padding: 24px;
}

.index-module-scss-module__2E9E0W__myCustomTable .coco-table-wrapper .coco-table-thead > tr > th {
  color: #fff;
}

.index-module-scss-module__2E9E0W__myCustomTable .coco-table-wrapper .coco-table-thead > tr > th:before {
  display: none;
}

.index-module-scss-module__2E9E0W__myCustomTable .coco-table-wrapper .coco-table-tbody > tr > td {
  background-color: #1c1c1d;
  padding: 12px 20px;
}

.index-module-scss-module__2E9E0W__myCustomTable .coco-table-wrapper .coco-table-tbody > tr:last-child > td {
  border-bottom: 0 !important;
}

/* [project]/web/src/pages/orange/app/account/billing/_blocks/CancelSubscription/CancelModal/index.module.scss.module.css [client] (css) */
.index-module-scss-module__rIU3Ra__checkbox-group .coco-checkbox-wrapper {
  font-size: .875rem;
  line-height: 1.375rem;
}

.index-module-scss-module__rIU3Ra__checkbox-group .coco-checkbox-wrapper + .coco-checkbox-wrapper {
  margin-inline-start: 0;
}

.index-module-scss-module__rIU3Ra__checkbox-group .coco-checkbox-inner {
  border-width: 2px;
  width: 20px;
  height: 20px;
}

/* [project]/web/src/pages/orange/app/rewards/_components/InviteContent/index.module.scss.module.css [client] (css) */
.index-module-scss-module__Wn8MzW__myCustomTable .coco-table-wrapper .coco-table-tbody > tr > td.coco-table-cell-row-hover {
  background-color: #1c1c1d;
  overflow: hidden;
}

:is(.index-module-scss-module__Wn8MzW__myCustomTable .coco-table-wrapper .coco-table-thead > tr > th, .index-module-scss-module__Wn8MzW__myCustomTable .coco-table-wrapper .coco-table-thead > tr > td) {
  background-color: #1c1c1d;
  border-bottom: 1px solid #ffffff1f;
  padding: 12px 20px;
  font-weight: 500;
}

.index-module-scss-module__Wn8MzW__myCustomTable .coco-table-wrapper .coco-table-tbody > tr > td {
  background-color: #1c1c1d;
  border-bottom: 1px solid #ffffff1f;
  padding: 12px 20px;
}

.index-module-scss-module__Wn8MzW__myCustomTable .coco-table-wrapper .coco-table-tbody > tr:last-child > td {
  border-bottom: 0 !important;
}

.index-module-scss-module__Wn8MzW__myCustomTable .coco-table-wrapper .coco-table-thead > tr > th:not(:last-child):not(.coco-table-selection-column):not(.coco-table-row-expand-icon-cell):not([colspan]):before {
  top: 50%;
  content: "";
  background-color: #584b8a;
  width: 0;
  height: 1.6em;
  transition: background-color .2s;
  position: absolute;
  inset-inline-end: 0;
  transform: translateY(-50%);
}

/* [project]/web/src/pages/strawberry/ad/[...params]/_style/index.module.scss.module.css [client] (css) */
.index-module-scss-module__QlsHcW__gradientText {
  background: linear-gradient(#ffe5bb 0%, #fbb699 100%);
  color: #0000;
  -webkit-background-clip: text;
  background-clip: text;
  display: inline-block;
}

