@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Playfair+Display:ital,wght@0,400;0,600;1,400&display=swap";:root{--spacing: .6rem;--spacing-xs: calc(var(--spacing) / 6);--spacing-sm: calc(var(--spacing) / 2);--spacing-lg: calc(var(--spacing) * 2);--spacing-xl: calc(var(--spacing) * 3);--border-radius-sm: 12px;--border-radius: 24px;--border-radius-lg: 32px;--transition: all .2s cubic-bezier(.25, .46, .45, .94);--transition-no-def: .2s cubic-bezier(.25, .46, .45, .94);--box-shadow: 0px 4px 12px rgba(0, 0, 0, .15);--drop-shadow: 0px 4px 12px rgba(0, 0, 0, .15);--font-size: 16px}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box;font-family:Inter,sans-serif;font-optical-sizing:auto;font-style:normal;text-decoration:none;-webkit-font-smoothing:antialiased}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#050505}::-webkit-scrollbar-thumb{background:#333;border-radius:3px;transition:background var(--transition-no-def)}::-webkit-scrollbar-thumb:hover{background:#444}html{font-size:var(--font-size);height:100%;width:100%;overflow:hidden;-webkit-overflow-scrolling:touch;background:#050505}body{color:var(--text);font-size:var(--font-size);line-height:1.5;min-width:100%;max-width:100%;min-height:calc(var(--vh, 1vh) * 100);max-height:100%;scroll-behavior:smooth;background-attachment:scroll;background-size:cover;overflow:hidden;overscroll-behavior:contain;position:relative;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;padding-top:env(safe-area-inset-top);padding-right:env(safe-area-inset-right);padding-bottom:env(safe-area-inset-bottom);padding-left:env(safe-area-inset-left)}input,textarea,select{font-size:16px;-webkit-text-size-adjust:100%;-webkit-appearance:none;appearance:none}input:focus,textarea:focus,select:focus{outline:none}a:-webkit-any-link{color:unset}@media(max-width:768px){body{min-height:calc(var(--vh, 1vh) * 100)}}._toastContainer_3wuo0_1{position:fixed;top:1.5rem;right:1.5rem;z-index:10000;display:flex;flex-direction:column;gap:.75rem;pointer-events:none}._toast_3wuo0_1{display:flex;align-items:center;gap:.75rem;min-width:300px;max-width:400px;padding:1rem 1.25rem;background:#121212f2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:16px;box-shadow:0 8px 32px #0006;cursor:pointer;pointer-events:auto;animation:_slideIn_3wuo0_1 .3s cubic-bezier(.25,.46,.45,.94);transition:all .2s}._toast_3wuo0_1:hover{transform:translate(-4px);border-color:#fff3}._toastIcon_3wuo0_35{font-size:1.5rem;flex-shrink:0;display:flex;align-items:center;justify-content:center}._toastContent_3wuo0_43{flex:1;min-width:0}._toastMessage_3wuo0_48{margin:0;font-size:.875rem;line-height:1.5;color:#ffffffe6;word-wrap:break-word}._toastClose_3wuo0_56{background:transparent;border:none;color:#ffffff80;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;transition:color .2s;flex-shrink:0}._toastClose_3wuo0_56:hover{color:#ffffffe6}._toast_3wuo0_1._success_3wuo0_74{border-left:3px solid #00ff57}._toast_3wuo0_1._success_3wuo0_74 ._toastIcon_3wuo0_35{color:#00ff57}._toast_3wuo0_1._error_3wuo0_82{border-left:3px solid #f64501}._toast_3wuo0_1._error_3wuo0_82 ._toastIcon_3wuo0_35{color:#f64501}._toast_3wuo0_1._warning_3wuo0_90{border-left:3px solid #ffe72a}._toast_3wuo0_1._warning_3wuo0_90 ._toastIcon_3wuo0_35{color:#ffe72a}._toast_3wuo0_1._info_3wuo0_98{border-left:3px solid #33c3f0}._toast_3wuo0_1._info_3wuo0_98 ._toastIcon_3wuo0_35{color:#33c3f0}@keyframes _slideIn_3wuo0_1{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@media(max-width:768px){._toastContainer_3wuo0_1{top:1rem;right:1rem;left:1rem}._toast_3wuo0_1{min-width:auto;max-width:100%}}._layout_1sbft_1{display:flex;width:100%;height:100vh;background:#050505;color:#ededed;overflow:hidden;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}._sidebar_1sbft_11{width:80px;background:#050505;border-right:1px solid #1F1F1F;display:flex;flex-direction:column;flex-shrink:0;transition:width .3s}@media(min-width:768px){._sidebar_1sbft_11{width:256px}}._sidebarHeader_1sbft_27{height:80px;display:flex;align-items:center;justify-content:center;border-bottom:1px solid #1F1F1F;padding:0 1.5rem}._logoContainer_1sbft_36{display:flex;align-items:center;justify-content:center;width:100%;background:transparent;border:none;cursor:pointer;padding:0;transition:opacity .2s}._logoContainer_1sbft_36:hover{opacity:.8}._logoCircle_1sbft_52{width:32px;height:32px;background:#dfff00;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}._logoDot_1sbft_63{width:12px;height:12px;background:#000;border-radius:50%}._logoText_1sbft_70{font-family:Playfair Display,serif;font-size:1.25rem;font-weight:600;letter-spacing:-.02em;color:#ededed;margin-left:.75rem;display:none}@media(min-width:768px){._logoText_1sbft_70{display:block}}._sidebarContent_1sbft_86{flex:1;overflow-y:auto;padding:1.5rem 0}._section_1sbft_92{padding:0 1rem;margin-bottom:1.5rem}@media(min-width:768px){._section_1sbft_92{padding:0 1.5rem}}._sectionLabel_1sbft_103{font-size:.75rem;font-weight:500;color:#888;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem;display:none}@media(min-width:768px){._sectionLabel_1sbft_103{display:block}}._brandsList_1sbft_119{display:flex;flex-direction:column;gap:.25rem}._brandItemWrapper_1sbft_125{display:flex;align-items:center;gap:.5rem;position:relative}._brandItem_1sbft_125{display:flex;align-items:center;gap:.75rem;padding:.5rem;border-radius:8px;background:transparent;border:none;cursor:pointer;transition:all .2s;text-align:left;color:#888;flex:0 1 auto;width:160px;justify-content:center}@media(min-width:768px){._brandItem_1sbft_125{justify-content:flex-start}}._brandItem_1sbft_125:hover,._brandItemActive_1sbft_160{background:#ffffff0d;color:#ededed}._brandAvatar_1sbft_165{width:32px;height:32px;border-radius:50%;background:#ffffff1a;border:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:500;color:#ededed;flex-shrink:0;transition:all .2s;overflow:hidden}._brandLogoImage_1sbft_182{width:100%;height:100%;object-fit:cover;border-radius:50%}._brandItemActive_1sbft_160 ._brandAvatar_1sbft_165{border-color:#dfff00;box-shadow:0 0 0 2px #dfff0033}._brandName_1sbft_194{font-size:.875rem;font-weight:500;color:inherit;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:none}@media(min-width:768px){._brandName_1sbft_194{display:block}}._brandDeleteButton_1sbft_210{display:flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border-radius:6px;background:transparent;border:none;cursor:pointer;transition:all .2s;color:#888;flex-shrink:0;opacity:0}._brandItemWrapper_1sbft_125:hover ._brandDeleteButton_1sbft_210{opacity:1}@media(min-width:768px){._brandDeleteButton_1sbft_210{opacity:1}}._brandDeleteButton_1sbft_210:hover{background:#ffffff1a;color:#f64501}._brandDeleteButton_1sbft_210:active{transform:scale(.95)}._brandDeleteButton_1sbft_210:disabled{opacity:.5;cursor:not-allowed}._brandDeleteButton_1sbft_210 svg{font-size:1.125rem}._newBrandButton_1sbft_255{display:flex;align-items:center;gap:.75rem;padding:.5rem;border-radius:8px;background:transparent;border:1px dashed rgba(255,255,255,.2);cursor:pointer;transition:all .2s;color:#888;width:100%;justify-content:center}@media(min-width:768px){._newBrandButton_1sbft_255{justify-content:flex-start}}._newBrandButton_1sbft_255:hover{border-color:#dfff00;color:#dfff00;background:#dfff000d}._newBrandIcon_1sbft_282{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.875rem;flex-shrink:0}._newBrandText_1sbft_293{font-size:.875rem;font-weight:500;display:none}@media(min-width:768px){._newBrandText_1sbft_293{display:block}}._toolsList_1sbft_305{display:flex;flex-direction:column;gap:.25rem}._toolButton_1sbft_311{display:flex;align-items:center;gap:.75rem;padding:.5rem;border-radius:8px;background:transparent;border:none;cursor:pointer;transition:all .2s;color:#888;width:100%;justify-content:center;font-size:.875rem;font-weight:500}@media(min-width:768px){._toolButton_1sbft_311{justify-content:flex-start}}._toolButton_1sbft_311:hover{background:#ffffff0d;color:#ededed}._toolButton_1sbft_311 svg{font-size:1.125rem;flex-shrink:0}._toolButton_1sbft_311 span{display:none}@media(min-width:768px){._toolButton_1sbft_311 span{display:block}}._emptyState_1sbft_354{padding:1rem;text-align:center}._emptyText_1sbft_359{font-size:.875rem;color:#888}._sidebarFooter_1sbft_364{padding:1rem;border-top:1px solid #1F1F1F}._userButton_1sbft_369{display:flex;align-items:center;gap:.75rem;padding:.5rem;border-radius:8px;background:transparent;border:none;cursor:pointer;transition:all .2s;width:100%;justify-content:center}@media(min-width:768px){._userButton_1sbft_369{justify-content:flex-start}}._userButton_1sbft_369:hover{background:#ffffff0d}._userAvatar_1sbft_393{width:32px;height:32px;border-radius:50%;background:#ffffff1a;display:flex;align-items:center;justify-content:center;font-size:1rem;color:#ededed;flex-shrink:0}._userDetails_1sbft_406{display:flex;flex-direction:column;gap:.125rem;flex:1;min-width:0;text-align:left;display:none}@media(min-width:768px){._userDetails_1sbft_406{display:flex}}._userName_1sbft_422{font-size:.875rem;font-weight:500;color:#ededed;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._userEmail_1sbft_431{font-size:.75rem;color:#888;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._logoutButton_1sbft_439{display:flex;align-items:center;gap:.75rem;padding:.5rem;border-radius:8px;background:transparent;border:none;cursor:pointer;transition:all .2s;color:#888;width:100%;justify-content:center;font-size:.875rem;font-weight:500;margin-top:.5rem}@media(min-width:768px){._logoutButton_1sbft_439{justify-content:flex-start}}._logoutButton_1sbft_439:hover{background:#ffffff0d;color:#ededed}._logoutIcon_1sbft_468{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.125rem;flex-shrink:0}._logoutText_1sbft_479{display:none}@media(min-width:768px){._logoutText_1sbft_479{display:block}}._main_1sbft_489{flex:1;display:flex;flex-direction:column;overflow:hidden;background:#050505}._mainContent_1sbft_497{flex:1;overflow-y:auto;padding:2rem;display:flex;align-items:center;justify-content:center}._sidebarContent_1sbft_86::-webkit-scrollbar,._mainContent_1sbft_497::-webkit-scrollbar{width:6px;height:6px}._sidebarContent_1sbft_86::-webkit-scrollbar-track,._mainContent_1sbft_497::-webkit-scrollbar-track{background:#050505}._sidebarContent_1sbft_86::-webkit-scrollbar-thumb,._mainContent_1sbft_497::-webkit-scrollbar-thumb{background:#333;border-radius:3px}._sidebarContent_1sbft_86::-webkit-scrollbar-thumb:hover,._mainContent_1sbft_497::-webkit-scrollbar-thumb:hover{background:#444}@media(max-width:768px){._mainContent_1sbft_497{padding:1.5rem}}._button_g3hcs_1{position:relative;display:inline-flex;align-items:center;justify-content:center;font-family:inherit;font-weight:700;line-height:1.25;letter-spacing:.05em;background:#fff;color:#000;border:none;border-radius:50px;cursor:pointer;transition:all .2s;text-transform:uppercase;-webkit-user-select:none;user-select:none;outline:none;text-decoration:none;white-space:nowrap;transform:scale(1);transform-origin:center;gap:.5rem;overflow:hidden}._button_g3hcs_1:focus-visible{outline:2px solid var(--primary-500);outline-offset:2px;z-index:10}._button_g3hcs_1:active:not(:disabled,._disabled_g3hcs_32,._loading_g3hcs_32){transform:scale(.97);transition:transform .1s ease}._button_g3hcs_1:disabled,._button_g3hcs_1._disabled_g3hcs_32{cursor:not-allowed;opacity:.5}._button_g3hcs_1._loading_g3hcs_32{cursor:default;pointer-events:none}._button_g3hcs_1._fullWidth_g3hcs_48{width:100%}._button_g3hcs_1._iconOnly_g3hcs_52{gap:0;aspect-ratio:1}._button_g3hcs_1>*{position:relative;z-index:1}._ripple_g3hcs_63{position:absolute;border-radius:50%;transform:scale(0);background:#ffffff80;animation:_ripple-animation_g3hcs_1 .8s ease-out;pointer-events:none;filter:blur(2px)}@keyframes _ripple-animation_g3hcs_1{to{transform:scale(4);opacity:0}}._content_g3hcs_80{display:flex;align-items:center;justify-content:center;position:relative;z-index:1}._spinner_g3hcs_88{animation:_spin_g3hcs_88 1s linear infinite;transform-origin:center}@keyframes _spin_g3hcs_88{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._radius-none_g3hcs_102{border-radius:0}._radius-sm_g3hcs_106{border-radius:var(--border-radius-sm)}._radius-md_g3hcs_110{border-radius:var(--border-radius)}._radius-lg_g3hcs_114{border-radius:var(--border-radius-lg)}._radius-full_g3hcs_118{border-radius:9999px}._size-sm_g3hcs_122{padding:.625rem 1.5rem;font-size:.875rem;min-width:120px}._size-md_g3hcs_128{padding:1rem 3rem;font-size:1rem;min-width:200px}._color-yellow-100_g3hcs_1 ._ripple_g3hcs_63{background-color:var(--yellow-100-contrast)!important;opacity:.5}._color-yellow-100_g3hcs_1._variant-solid_g3hcs_142{background-color:var(--yellow-100);color:var(--yellow-100-contrast)}._color-yellow-100_g3hcs_1._variant-solid_g3hcs_142:hover:not(:disabled,._disabled_g3hcs_32,._loading_g3hcs_32){filter:brightness(1.1)}._color-yellow-100_g3hcs_1._variant-outline_g3hcs_151{background:transparent;border:2px solid var(--yellow-100);color:var(--yellow-100)}._color-yellow-100_g3hcs_1._variant-outline_g3hcs_151:hover:not(:disabled,._disabled_g3hcs_32,._loading_g3hcs_32){background:var(--yellow-100);color:var(--yellow-100-contrast)}._color-yellow-200_g3hcs_1 ._ripple_g3hcs_63{background-color:var(--yellow-200-contrast)!important;opacity:.5}._color-yellow-200_g3hcs_1._variant-solid_g3hcs_142{background-color:var(--yellow-200);color:var(--yellow-200-contrast)}._color-yellow-200_g3hcs_1._variant-solid_g3hcs_142:hover:not(:disabled,._disabled_g3hcs_32,._loading_g3hcs_32){filter:brightness(1.1)}._color-yellow-200_g3hcs_1._variant-outline_g3hcs_151{background:transparent;border:2px solid var(--yellow-200);color:var(--yellow-200)}._color-yellow-200_g3hcs_1._variant-outline_g3hcs_151:hover:not(:disabled,._disabled_g3hcs_32,._loading_g3hcs_32){background:var(--yellow-200);color:var(--yellow-200-contrast)}._color-yellow-300_g3hcs_1 ._ripple_g3hcs_63{background-color:var(--yellow-300-contrast)!important;opacity:.5}._color-yellow-300_g3hcs_1._variant-solid_g3hcs_142{background-color:var(--yellow-300);color:var(--yellow-300-contrast)}._color-yellow-300_g3hcs_1._variant-solid_g3hcs_142:hover:not(:disabled,._disabled_g3hcs_32,._loading_g3hcs_32){filter:brightness(1.1)}._color-yellow-300_g3hcs_1._variant-outline_g3hcs_151{background:transparent;border:2px solid var(--yellow-300);color:var(--yellow-300)}._color-yellow-300_g3hcs_1._variant-outline_g3hcs_151:hover:not(:disabled,._disabled_g3hcs_32,._loading_g3hcs_32){background:var(--yellow-300);color:var(--yellow-300-contrast)}._color-yellow-400_g3hcs_1 ._ripple_g3hcs_63{background-color:var(--yellow-400-contrast)!important;opacity:.5}._color-yellow-400_g3hcs_1._variant-solid_g3hcs_142{background-color:var(--yellow-400);color:var(--yellow-400-contrast)}._color-yellow-400_g3hcs_1._variant-solid_g3hcs_142:hover:not(:disabled,._disabled_g3hcs_32,._loading_g3hcs_32){filter:brightness(1.1)}._color-yellow-400_g3hcs_1._variant-outline_g3hcs_151{background:transparent;border:2px solid var(--yellow-400);color:var(--yellow-400)}._color-yellow-400_g3hcs_1._variant-outline_g3hcs_151:hover:not(:disabled,._disabled_g3hcs_32,._loading_g3hcs_32){background:var(--yellow-400);color:var(--yellow-400-contrast)}._color-yellow-500_g3hcs_1 ._ripple_g3hcs_63{background-color:var(--yellow-500-contrast)!important;opacity:.5}._color-yellow-500_g3hcs_1._variant-solid_g3hcs_142{background-color:var(--yellow-500);color:var(--yellow-500-contrast)}._color-yellow-500_g3hcs_1._variant-solid_g3hcs_142:hover:not(:disabled,._disabled_g3hcs_32,._loading_g3hcs_32){filter:brightness(1.1)}._color-yellow-500_g3hcs_1._variant-outline_g3hcs_151{background:transparent;border:2px solid var(--yellow-500);color:var(--yellow-500)}._color-yellow-500_g3hcs_1._variant-outline_g3hcs_151:hover:not(:disabled,._disabled_g3hcs_32,._loading_g3hcs_32){background:var(--yellow-500);color:var(--yellow-500-contrast)}._color-yellow-600_g3hcs_1 ._ripple_g3hcs_63{background-color:var(--yellow-600-contrast)!important;opacity:.5}._color-yellow-600_g3hcs_1._variant-solid_g3hcs_142{background-color:var(--yellow-600);color:var(--yellow-600-contrast)}._color-yellow-600_g3hcs_1._variant-solid_g3hcs_142:hover:not(:disabled,._disabled_g3hcs_32,._loading_g3hcs_32){filter:brightness(1.1)}._color-yellow-600_g3hcs_1._variant-outline_g3hcs_151{background:transparent;border:2px solid var(--yellow-600);color:var(--yellow-600)}._color-yellow-600_g3hcs_1._variant-outline_g3hcs_151:hover:not(:disabled,._disabled_g3hcs_32,._loading_g3hcs_32){background:var(--yellow-600);color:var(--yellow-600-contrast)}._color-yellow-700_g3hcs_1 ._ripple_g3hcs_63{background-color:var(--yellow-700-contrast)!important;opacity:.5}._color-yellow-700_g3hcs_1._variant-solid_g3hcs_142{background-color:var(--yellow-700);color:var(--yellow-700-contrast)}._color-yellow-700_g3hcs_1._variant-solid_g3hcs_142:hover:not(:disabled,._disabled_g3hcs_32,._loading_g3hcs_32){filter:brightness(1.1)}._color-yellow-700_g3hcs_1._variant-outline_g3hcs_151{background:transparent;border:2px solid var(--yellow-700);color:var(--yellow-700)}._color-yellow-700_g3hcs_1._variant-outline_g3hcs_151:hover:not(:disabled,._disabled_g3hcs_32,._loading_g3hcs_32){background:var(--yellow-700);color:var(--yellow-700-contrast)}._color-yellow-800_g3hcs_1 ._ripple_g3hcs_63{background-color:var(--yellow-800-contrast)!important;opacity:.5}._color-yellow-800_g3hcs_1._variant-solid_g3hcs_142{background-color:var(--yellow-800);color:var(--yellow-800-contrast)}._color-yellow-800_g3hcs_1._variant-solid_g3hcs_142:hover:not(:disabled,._disabled_g3hcs_32,._loading_g3hcs_32){filter:brightness(1.1)}._color-yellow-800_g3hcs_1._variant-outline_g3hcs_151{background:transparent;border:2px solid var(--yellow-800);color:var(--yellow-800)}._color-yellow-800_g3hcs_1._variant-outline_g3hcs_151:hover:not(:disabled,._disabled_g3hcs_32,._loading_g3hcs_32){background:var(--yellow-800);color:var(--yellow-800-contrast)}._color-yellow-900_g3hcs_1 ._ripple_g3hcs_63{background-color:var(--yellow-900-contrast)!important;opacity:.5}._color-yellow-900_g3hcs_1._variant-solid_g3hcs_142{background-color:var(--yellow-900);color:var(--yellow-900-contrast)}._color-yellow-900_g3hcs_1._variant-solid_g3hcs_142:hover:not(:disabled,._disabled_g3hcs_32,._loading_g3hcs_32){filter:brightness(1.1)}._color-yellow-900_g3hcs_1._variant-outline_g3hcs_151{background:transparent;border:2px solid var(--yellow-900);color:var(--yellow-900)}._color-yellow-900_g3hcs_1._variant-outline_g3hcs_151:hover:not(:disabled,._disabled_g3hcs_32,._loading_g3hcs_32){background:var(--yellow-900);color:var(--yellow-900-contrast)}._color-yellow-1000_g3hcs_1 ._ripple_g3hcs_63{background-color:var(--yellow-1000-contrast)!important;opacity:.5}._color-yellow-1000_g3hcs_1._variant-solid_g3hcs_142{background-color:var(--yellow-1000);color:var(--yellow-1000-contrast)}._color-yellow-1000_g3hcs_1._variant-solid_g3hcs_142:hover:not(:disabled,._disabled_g3hcs_32,._loading_g3hcs_32){filter:brightness(1.1)}._color-yellow-1000_g3hcs_1._variant-outline_g3hcs_151{background:transparent;border:2px solid var(--yellow-1000);color:var(--yellow-1000)}._color-yellow-1000_g3hcs_1._variant-outline_g3hcs_151:hover:not(:disabled,._disabled_g3hcs_32,._loading_g3hcs_32){background:var(--yellow-1000);color:var(--yellow-1000-contrast)}._color-green-100_g3hcs_1 ._ripple_g3hcs_63{background-color:var(--green-100-contrast)!important;opacity:.5}._color-green-100_g3hcs_1._variant-solid_g3hcs_142{background-color:var(--green-100);color:var(--green-100-contrast)}._color-green-100_g3hcs_1._variant-solid_g3hcs_142:hover:not(:disabled,._disabled_g3hcs_32,._loading_g3hcs_32){filter:brightness(1.1)}._color-green-100_g3hcs_1._variant-outline_g3hcs_151{background:transparent;border:2px solid var(--green-100);color:var(--green-100)}._color-green-100_g3hcs_1._variant-outline_g3hcs_151:hover:not(:disabled,._disabled_g3hcs_32,._loading_g3hcs_32){background:var(--green-100);color:var(--green-100-contrast)}._color-green-200_g3hcs_1 ._ripple_g3hcs_63{background-color:var(--green-200-contrast)!important;opacity:.5}._color-green-200_g3hcs_1._variant-solid_g3hcs_142{background-color:var(--green-200);color:var(--green-200-contrast)}._color-green-200_g3hcs_1._variant-solid_g3hcs_142:hover:not(:disabled,._disabled_g3hcs_32,._loading_g3hcs_32){filter:brightness(1.1)}._color-green-200_g3hcs_1._variant-outline_g3hcs_151{background:transparent;border:2px solid var(--green-200);color:var(--green-200)}._color-green-200_g3hcs_1._variant-outline_g3hcs_151:hover:not(:disabled,._disabled_g3hcs_32,._loading_g3hcs_32){background:var(--green-200);color:var(--green-200-contrast)}._color-green-300_g3hcs_1 ._ripple_g3hcs_63{background-color:var(--green-300-contrast)!important;opacity:.5}._color-green-300_g3hcs_1._variant-solid_g3hcs_142{background-color:var(--green-300);color:var(--green-300-contrast)}._color-green-300_g3hcs_1._variant-solid_g3hcs_142:hover:not(:disabled,._disabled_g3hcs_32,._loading_g3hcs_32){filter:brightness(1.1)}._color-green-300_g3hcs_1._variant-outline_g3hcs_151{background:transparent;border:2px solid var(--green-300);color:var(--green-300)}._color-green-300_g3hcs_1._variant-outline_g3hcs_151:hover:not(:disabled,._disabled_g3hcs_32,._loading_g3hcs_32){background:var(--green-300);color:var(--green-300-contrast)}._color-green-400_g3hcs_1 ._ripple_g3hcs_63{background-color:var(--green-400-contrast)!important;opacity:.5}._color-green-400_g3hcs_1._variant-solid_g3hcs_142{background-color:var(--green-400);color:var(--green-400-contrast)}._color-green-400_g3hcs_1._variant-solid_g3hcs_142:hover:not(:disabled,._disabled_g3hcs_32,._loading_g3hcs_32){filter:brightness(1.1)}._color-green-400_g3hcs_1._variant-outline_g3hcs_151{background:transparent;border:2px solid var(--green-400);color:var(--green-400)}._color-green-400_g3hcs_1._variant-outline_g3hcs_151:hover:not(:disabled,._disabled_g3hcs_32,._loading_g3hcs_32){background:var(--green-400);color:var(--green-400-contrast)}._color-green-500_g3hcs_1 ._ripple_g3hcs_63{background-color:var(--green-500-contrast)!important;opacity:.5}._color-green-500_g3hcs_1._variant-solid_g3hcs_142{background-color:var(--green-500);color:var(--green-500-contrast)}._color-green-500_g3hcs_1._variant-solid_g3hcs_142:hover:not(:disabled,._disabled_g3hcs_32,._loading_g3hcs_32){filter:brightness(1.1)}._color-green-500_g3hcs_1._variant-outline_g3hcs_151{background:transparent;border:2px solid var(--green-500);color:var(--green-500)}._color-green-500_g3hcs_1._variant-outline_g3hcs_151:hover:not(:disabled,._disabled_g3hcs_32,._loading_g3hcs_32){background:var(--green-500);color:var(--green-500-contrast)}._color-green-600_g3hcs_1 ._ripple_g3hcs_63{background-color:var(--green-600-contrast)!important;opacity:.5}._color-green-600_g3hcs_1._variant-solid_g3hcs_142{background-color:var(--green-600);color:var(--green-600-contrast)}._color-green-600_g3hcs_1._variant-solid_g3hcs_142:hover:not(:disabled,._disabled_g3hcs_32,._loading_g3hcs_32){filter:brightness(1.1)}._color-green-600_g3hcs_1._variant-outline_g3hcs_151{background:transparent;border:2px solid var(--green-600);color:var(--green-600)}._color-green-600_g3hcs_1._variant-outline_g3hcs_151:hover:not(:disabled,._disabled_g3hcs_32,._loading_g3hcs_32){background:var(--green-600);color:var(--green-600-contrast)}._color-green-700_g3hcs_1 ._ripple_g3hcs_63{background-color:var(--green-700-contrast)!important;opacity:.5}._color-green-700_g3hcs_1._variant-solid_g3hcs_142{background-color:var(--green-700);color:var(--green-700-contrast)}._color-green-700_g3hcs_1._variant-solid_g3hcs_142:hover:not(:disabled,._disabled_g3hcs_32,._loading_g3hcs_32){filter:brightness(1.1)}._color-green-700_g3hcs_1._variant-outline_g3hcs_151{background:transparent;border:2px solid var(--green-700);color:var(--green-700)}._color-green-700_g3hcs_1._variant-outline_g3hcs_151:hover:not(:disabled,._disabled_g3hcs_32,._loading_g3hcs_32){background:var(--green-700);color:var(--green-700-contrast)}._color-green-800_g3hcs_1 ._ripple_g3hcs_63{background-color:var(--green-800-contrast)!important;opacity:.5}._color-green-800_g3hcs_1._variant-solid_g3hcs_142{background-color:var(--green-800);color:var(--green-800-contrast)}._color-green-800_g3hcs_1._variant-solid_g3hcs_142:hover:not(:disabled,._disabled_g3hcs_32,._loading_g3hcs_32){filter:brightness(1.1)}._color-green-800_g3hcs_1._variant-outline_g3hcs_151{background:transparent;border:2px solid var(--green-800);color:var(--green-800)}._color-green-800_g3hcs_1._variant-outline_g3hcs_151:hover:not(:disabled,._disabled_g3hcs_32,._loading_g3hcs_32){background:var(--green-800);color:var(--green-800-contrast)}._color-green-900_g3hcs_1 ._ripple_g3hcs_63{background-color:var(--green-900-contrast)!important;opacity:.5}._color-green-900_g3hcs_1._variant-solid_g3hcs_142{background-color:var(--green-900);color:var(--green-900-contrast)}._color-green-900_g3hcs_1._variant-solid_g3hcs_142:hover:not(:disabled,._disabled_g3hcs_32,._loading_g3hcs_32){filter:brightness(1.1)}._color-green-900_g3hcs_1._variant-outline_g3hcs_151{background:transparent;border:2px solid var(--green-900);color:var(--green-900)}._color-green-900_g3hcs_1._variant-outline_g3hcs_151:hover:not(:disabled,._disabled_g3hcs_32,._loading_g3hcs_32){background:var(--green-900);color:var(--green-900-contrast)}._color-green-1000_g3hcs_1 ._ripple_g3hcs_63{background-color:var(--green-1000-contrast)!important;opacity:.5}._color-green-1000_g3hcs_1._variant-solid_g3hcs_142{background-color:var(--green-1000);color:var(--green-1000-contrast)}._color-green-1000_g3hcs_1._variant-solid_g3hcs_142:hover:not(:disabled,._disabled_g3hcs_32,._loading_g3hcs_32){filter:brightness(1.1)}._color-green-1000_g3hcs_1._variant-outline_g3hcs_151{background:transparent;border:2px solid var(--green-1000);color:var(--green-1000)}._color-green-1000_g3hcs_1._variant-outline_g3hcs_151:hover:not(:disabled,._disabled_g3hcs_32,._loading_g3hcs_32){background:var(--green-1000);color:var(--green-1000-contrast)}._color-orange-100_g3hcs_1 ._ripple_g3hcs_63{background-color:var(--orange-100-contrast)!important;opacity:.5}._color-orange-100_g3hcs_1._variant-solid_g3hcs_142{background-color:var(--orange-100);color:var(--orange-100-contrast)}._color-orange-100_g3hcs_1._variant-solid_g3hcs_142:hover:not(:disabled,._disabled_g3hcs_32,._loading_g3hcs_32){filter:brightness(1.1)}._color-orange-100_g3hcs_1._variant-outline_g3hcs_151{background:transparent;border:2px solid var(--orange-100);color:var(--orange-100)}._color-orange-100_g3hcs_1._variant-outline_g3hcs_151:hover:not(:disabled,._disabled_g3hcs_32,._loading_g3hcs_32){background:var(--orange-100);color:var(--orange-100-contrast)}._color-orange-200_g3hcs_1 ._ripple_g3hcs_63{background-color:var(--orange-200-contrast)!important;opacity:.5}._color-orange-200_g3hcs_1._variant-solid_g3hcs_142{background-color:var(--orange-200);color:var(--orange-200-contrast)}._color-orange-200_g3hcs_1._variant-solid_g3hcs_142:hover:not(:disabled,._disabled_g3hcs_32,._loading_g3hcs_32){filter:brightness(1.1)}._color-orange-200_g3hcs_1._variant-outline_g3hcs_151{background:transparent;border:2px solid var(--orange-200);color:var(--orange-200)}._color-orange-200_g3hcs_1._variant-outline_g3hcs_151:hover:not(:disabled,._disabled_g3hcs_32,._loading_g3hcs_32){background:var(--orange-200);color:var(--orange-200-contrast)}._color-orange-300_g3hcs_1 ._ripple_g3hcs_63{background-color:var(--orange-300-contrast)!important;opacity:.5}._color-orange-300_g3hcs_1._variant-solid_g3hcs_142{background-color:var(--orange-300);color:var(--orange-300-contrast)}._color-orange-300_g3hcs_1._variant-solid_g3hcs_142:hover:not(:disabled,._disabled_g3hcs_32,._loading_g3hcs_32){filter:brightness(1.1)}._color-orange-300_g3hcs_1._variant-outline_g3hcs_151{background:transparent;border:2px solid var(--orange-300);color:var(--orange-300)}._color-orange-300_g3hcs_1._variant-outline_g3hcs_151:hover:not(:disabled,._disabled_g3hcs_32,._loading_g3hcs_32){background:var(--orange-300);color:var(--orange-300-contrast)}._color-orange-400_g3hcs_1 ._ripple_g3hcs_63{background-color:var(--orange-400-contrast)!important;opacity:.5}._color-orange-400_g3hcs_1._variant-solid_g3hcs_142{background-color:var(--orange-400);color:var(--orange-400-contrast)}._color-orange-400_g3hcs_1._variant-solid_g3hcs_142:hover:not(:disabled,._disabled_g3hcs_32,._loading_g3hcs_32){filter:brightness(1.1)}._color-orange-400_g3hcs_1._variant-outline_g3hcs_151{background:transparent;border:2px solid var(--orange-400);color:var(--orange-400)}._color-orange-400_g3hcs_1._variant-outline_g3hcs_151:hover:not(:disabled,._disabled_g3hcs_32,._loading_g3hcs_32){background:var(--orange-400);color:var(--orange-400-contrast)}._color-orange-500_g3hcs_1 ._ripple_g3hcs_63{background-color:var(--orange-500-contrast)!important;opacity:.5}._color-orange-500_g3hcs_1._variant-solid_g3hcs_142{background-color:var(--orange-500);color:var(--orange-500-contrast)}._color-orange-500_g3hcs_1._variant-solid_g3hcs_142:hover:not(:disabled,._disabled_g3hcs_32,._loading_g3hcs_32){filter:brightness(1.1)}._color-orange-500_g3hcs_1._variant-outline_g3hcs_151{background:transparent;border:2px solid var(--orange-500);color:var(--orange-500)}._color-orange-500_g3hcs_1._variant-outline_g3hcs_151:hover:not(:disabled,._disabled_g3hcs_32,._loading_g3hcs_32){background:var(--orange-500);color:var(--orange-500-contrast)}._color-orange-600_g3hcs_1 ._ripple_g3hcs_63{background-color:var(--orange-600-contrast)!important;opacity:.5}._color-orange-600_g3hcs_1._variant-solid_g3hcs_142{background-color:var(--orange-600);color:var(--orange-600-contrast)}._color-orange-600_g3hcs_1._variant-solid_g3hcs_142:hover:not(:disabled,._disabled_g3hcs_32,._loading_g3hcs_32){filter:brightness(1.1)}._color-orange-600_g3hcs_1._variant-outline_g3hcs_151{background:transparent;border:2px solid var(--orange-600);color:var(--orange-600)}._color-orange-600_g3hcs_1._variant-outline_g3hcs_151:hover:not(:disabled,._disabled_g3hcs_32,._loading_g3hcs_32){background:var(--orange-600);color:var(--orange-600-contrast)}._color-orange-700_g3hcs_1 ._ripple_g3hcs_63{background-color:var(--orange-700-contrast)!important;opacity:.5}._color-orange-700_g3hcs_1._variant-solid_g3hcs_142{background-color:var(--orange-700);color:var(--orange-700-contrast)}._color-orange-700_g3hcs_1._variant-solid_g3hcs_142:hover:not(:disabled,._disabled_g3hcs_32,._loading_g3hcs_32){filter:brightness(1.1)}._color-orange-700_g3hcs_1._variant-outline_g3hcs_151{background:transparent;border:2px solid var(--orange-700);color:var(--orange-700)}._color-orange-700_g3hcs_1._variant-outline_g3hcs_151:hover:not(:disabled,._disabled_g3hcs_32,._loading_g3hcs_32){background:var(--orange-700);color:var(--orange-700-contrast)}._color-orange-800_g3hcs_1 ._ripple_g3hcs_63{background-color:var(--orange-800-contrast)!important;opacity:.5}._color-orange-800_g3hcs_1._variant-solid_g3hcs_142{background-color:var(--orange-800);color:var(--orange-800-contrast)}._color-orange-800_g3hcs_1._variant-solid_g3hcs_142:hover:not(:disabled,._disabled_g3hcs_32,._loading_g3hcs_32){filter:brightness(1.1)}._color-orange-800_g3hcs_1._variant-outline_g3hcs_151{background:transparent;border:2px solid var(--orange-800);color:var(--orange-800)}._color-orange-800_g3hcs_1._variant-outline_g3hcs_151:hover:not(:disabled,._disabled_g3hcs_32,._loading_g3hcs_32){background:var(--orange-800);color:var(--orange-800-contrast)}._color-orange-900_g3hcs_1 ._ripple_g3hcs_63{background-color:var(--orange-900-contrast)!important;opacity:.5}._color-orange-900_g3hcs_1._variant-solid_g3hcs_142{background-color:var(--orange-900);color:var(--orange-900-contrast)}._color-orange-900_g3hcs_1._variant-solid_g3hcs_142:hover:not(:disabled,._disabled_g3hcs_32,._loading_g3hcs_32){filter:brightness(1.1)}._color-orange-900_g3hcs_1._variant-outline_g3hcs_151{background:transparent;border:2px solid var(--orange-900);color:var(--orange-900)}._color-orange-900_g3hcs_1._variant-outline_g3hcs_151:hover:not(:disabled,._disabled_g3hcs_32,._loading_g3hcs_32){background:var(--orange-900);color:var(--orange-900-contrast)}._color-orange-1000_g3hcs_1 ._ripple_g3hcs_63{background-color:var(--orange-1000-contrast)!important;opacity:.5}._color-orange-1000_g3hcs_1._variant-solid_g3hcs_142{background-color:var(--orange-1000);color:var(--orange-1000-contrast)}._color-orange-1000_g3hcs_1._variant-solid_g3hcs_142:hover:not(:disabled,._disabled_g3hcs_32,._loading_g3hcs_32){filter:brightness(1.1)}._color-orange-1000_g3hcs_1._variant-outline_g3hcs_151{background:transparent;border:2px solid var(--orange-1000);color:var(--orange-1000)}._color-orange-1000_g3hcs_1._variant-outline_g3hcs_151:hover:not(:disabled,._disabled_g3hcs_32,._loading_g3hcs_32){background:var(--orange-1000);color:var(--orange-1000-contrast)}._color-text-100_g3hcs_1 ._ripple_g3hcs_63{background-color:var(--text-100-contrast)!important;opacity:.5}._color-text-100_g3hcs_1._variant-solid_g3hcs_142{background-color:var(--text-100);color:var(--text-100-contrast)}._color-text-100_g3hcs_1._variant-solid_g3hcs_142:hover:not(:disabled,._disabled_g3hcs_32,._loading_g3hcs_32){filter:brightness(1.1)}._color-text-100_g3hcs_1._variant-outline_g3hcs_151{background:transparent;border:2px solid var(--text-100);color:var(--text-100)}._color-text-100_g3hcs_1._variant-outline_g3hcs_151:hover:not(:disabled,._disabled_g3hcs_32,._loading_g3hcs_32){background:var(--text-100);color:var(--text-100-contrast)}._color-text-200_g3hcs_1 ._ripple_g3hcs_63{background-color:var(--text-200-contrast)!important;opacity:.5}._color-text-200_g3hcs_1._variant-solid_g3hcs_142{background-color:var(--text-200);color:var(--text-200-contrast)}._color-text-200_g3hcs_1._variant-solid_g3hcs_142:hover:not(:disabled,._disabled_g3hcs_32,._loading_g3hcs_32){filter:brightness(1.1)}._color-text-200_g3hcs_1._variant-outline_g3hcs_151{background:transparent;border:2px solid var(--text-200);color:var(--text-200)}._color-text-200_g3hcs_1._variant-outline_g3hcs_151:hover:not(:disabled,._disabled_g3hcs_32,._loading_g3hcs_32){background:var(--text-200);color:var(--text-200-contrast)}._color-text-300_g3hcs_1 ._ripple_g3hcs_63{background-color:var(--text-300-contrast)!important;opacity:.5}._color-text-300_g3hcs_1._variant-solid_g3hcs_142{background-color:var(--text-300);color:var(--text-300-contrast)}._color-text-300_g3hcs_1._variant-solid_g3hcs_142:hover:not(:disabled,._disabled_g3hcs_32,._loading_g3hcs_32){filter:brightness(1.1)}._color-text-300_g3hcs_1._variant-outline_g3hcs_151{background:transparent;border:2px solid var(--text-300);color:var(--text-300)}._color-text-300_g3hcs_1._variant-outline_g3hcs_151:hover:not(:disabled,._disabled_g3hcs_32,._loading_g3hcs_32){background:var(--text-300);color:var(--text-300-contrast)}._color-text-400_g3hcs_1 ._ripple_g3hcs_63{background-color:var(--text-400-contrast)!important;opacity:.5}._color-text-400_g3hcs_1._variant-solid_g3hcs_142{background-color:var(--text-400);color:var(--text-400-contrast)}._color-text-400_g3hcs_1._variant-solid_g3hcs_142:hover:not(:disabled,._disabled_g3hcs_32,._loading_g3hcs_32){filter:brightness(1.1)}._color-text-400_g3hcs_1._variant-outline_g3hcs_151{background:transparent;border:2px solid var(--text-400);color:var(--text-400)}._color-text-400_g3hcs_1._variant-outline_g3hcs_151:hover:not(:disabled,._disabled_g3hcs_32,._loading_g3hcs_32){background:var(--text-400);color:var(--text-400-contrast)}._color-text-500_g3hcs_1 ._ripple_g3hcs_63{background-color:var(--text-500-contrast)!important;opacity:.5}._color-text-500_g3hcs_1._variant-solid_g3hcs_142{background-color:var(--text-500);color:var(--text-500-contrast)}._color-text-500_g3hcs_1._variant-solid_g3hcs_142:hover:not(:disabled,._disabled_g3hcs_32,._loading_g3hcs_32){filter:brightness(1.1)}._color-text-500_g3hcs_1._variant-outline_g3hcs_151{background:transparent;border:2px solid var(--text-500);color:var(--text-500)}._color-text-500_g3hcs_1._variant-outline_g3hcs_151:hover:not(:disabled,._disabled_g3hcs_32,._loading_g3hcs_32){background:var(--text-500);color:var(--text-500-contrast)}._color-text-600_g3hcs_1 ._ripple_g3hcs_63{background-color:var(--text-600-contrast)!important;opacity:.5}._color-text-600_g3hcs_1._variant-solid_g3hcs_142{background-color:var(--text-600);color:var(--text-600-contrast)}._color-text-600_g3hcs_1._variant-solid_g3hcs_142:hover:not(:disabled,._disabled_g3hcs_32,._loading_g3hcs_32){filter:brightness(1.1)}._color-text-600_g3hcs_1._variant-outline_g3hcs_151{background:transparent;border:2px solid var(--text-600);color:var(--text-600)}._color-text-600_g3hcs_1._variant-outline_g3hcs_151:hover:not(:disabled,._disabled_g3hcs_32,._loading_g3hcs_32){background:var(--text-600);color:var(--text-600-contrast)}._color-text-700_g3hcs_1 ._ripple_g3hcs_63{background-color:var(--text-700-contrast)!important;opacity:.5}._color-text-700_g3hcs_1._variant-solid_g3hcs_142{background-color:var(--text-700);color:var(--text-700-contrast)}._color-text-700_g3hcs_1._variant-solid_g3hcs_142:hover:not(:disabled,._disabled_g3hcs_32,._loading_g3hcs_32){filter:brightness(1.1)}._color-text-700_g3hcs_1._variant-outline_g3hcs_151{background:transparent;border:2px solid var(--text-700);color:var(--text-700)}._color-text-700_g3hcs_1._variant-outline_g3hcs_151:hover:not(:disabled,._disabled_g3hcs_32,._loading_g3hcs_32){background:var(--text-700);color:var(--text-700-contrast)}._color-text-800_g3hcs_1 ._ripple_g3hcs_63{background-color:var(--text-800-contrast)!important;opacity:.5}._color-text-800_g3hcs_1._variant-solid_g3hcs_142{background-color:var(--text-800);color:var(--text-800-contrast)}._color-text-800_g3hcs_1._variant-solid_g3hcs_142:hover:not(:disabled,._disabled_g3hcs_32,._loading_g3hcs_32){filter:brightness(1.1)}._color-text-800_g3hcs_1._variant-outline_g3hcs_151{background:transparent;border:2px solid var(--text-800);color:var(--text-800)}._color-text-800_g3hcs_1._variant-outline_g3hcs_151:hover:not(:disabled,._disabled_g3hcs_32,._loading_g3hcs_32){background:var(--text-800);color:var(--text-800-contrast)}._color-text-900_g3hcs_1 ._ripple_g3hcs_63{background-color:var(--text-900-contrast)!important;opacity:.5}._color-text-900_g3hcs_1._variant-solid_g3hcs_142{background-color:var(--text-900);color:var(--text-900-contrast)}._color-text-900_g3hcs_1._variant-solid_g3hcs_142:hover:not(:disabled,._disabled_g3hcs_32,._loading_g3hcs_32){filter:brightness(1.1)}._color-text-900_g3hcs_1._variant-outline_g3hcs_151{background:transparent;border:2px solid var(--text-900);color:var(--text-900)}._color-text-900_g3hcs_1._variant-outline_g3hcs_151:hover:not(:disabled,._disabled_g3hcs_32,._loading_g3hcs_32){background:var(--text-900);color:var(--text-900-contrast)}._color-text-1000_g3hcs_1 ._ripple_g3hcs_63{background-color:var(--text-1000-contrast)!important;opacity:.5}._color-text-1000_g3hcs_1._variant-solid_g3hcs_142{background-color:var(--text-1000);color:var(--text-1000-contrast)}._color-text-1000_g3hcs_1._variant-solid_g3hcs_142:hover:not(:disabled,._disabled_g3hcs_32,._loading_g3hcs_32){filter:brightness(1.1)}._color-text-1000_g3hcs_1._variant-outline_g3hcs_151{background:transparent;border:2px solid var(--text-1000);color:var(--text-1000)}._color-text-1000_g3hcs_1._variant-outline_g3hcs_151:hover:not(:disabled,._disabled_g3hcs_32,._loading_g3hcs_32){background:var(--text-1000);color:var(--text-1000-contrast)}._color-background-100_g3hcs_1 ._ripple_g3hcs_63{background-color:var(--background-100-contrast)!important;opacity:.5}._color-background-100_g3hcs_1._variant-solid_g3hcs_142{background-color:var(--background-100);color:var(--background-100-contrast)}._color-background-100_g3hcs_1._variant-solid_g3hcs_142:hover:not(:disabled,._disabled_g3hcs_32,._loading_g3hcs_32){filter:brightness(1.1)}._color-background-100_g3hcs_1._variant-outline_g3hcs_151{background:transparent;border:2px solid var(--background-100);color:var(--background-100)}._color-background-100_g3hcs_1._variant-outline_g3hcs_151:hover:not(:disabled,._disabled_g3hcs_32,._loading_g3hcs_32){background:var(--background-100);color:var(--background-100-contrast)}._color-background-200_g3hcs_1 ._ripple_g3hcs_63{background-color:var(--background-200-contrast)!important;opacity:.5}._color-background-200_g3hcs_1._variant-solid_g3hcs_142{background-color:var(--background-200);color:var(--background-200-contrast)}._color-background-200_g3hcs_1._variant-solid_g3hcs_142:hover:not(:disabled,._disabled_g3hcs_32,._loading_g3hcs_32){filter:brightness(1.1)}._color-background-200_g3hcs_1._variant-outline_g3hcs_151{background:transparent;border:2px solid var(--background-200);color:var(--background-200)}._color-background-200_g3hcs_1._variant-outline_g3hcs_151:hover:not(:disabled,._disabled_g3hcs_32,._loading_g3hcs_32){background:var(--background-200);color:var(--background-200-contrast)}._color-background-300_g3hcs_1 ._ripple_g3hcs_63{background-color:var(--background-300-contrast)!important;opacity:.5}._color-background-300_g3hcs_1._variant-solid_g3hcs_142{background-color:var(--background-300);color:var(--background-300-contrast)}._color-background-300_g3hcs_1._variant-solid_g3hcs_142:hover:not(:disabled,._disabled_g3hcs_32,._loading_g3hcs_32){filter:brightness(1.1)}._color-background-300_g3hcs_1._variant-outline_g3hcs_151{background:transparent;border:2px solid var(--background-300);color:var(--background-300)}._color-background-300_g3hcs_1._variant-outline_g3hcs_151:hover:not(:disabled,._disabled_g3hcs_32,._loading_g3hcs_32){background:var(--background-300);color:var(--background-300-contrast)}._color-background-400_g3hcs_1 ._ripple_g3hcs_63{background-color:var(--background-400-contrast)!important;opacity:.5}._color-background-400_g3hcs_1._variant-solid_g3hcs_142{background-color:var(--background-400);color:var(--background-400-contrast)}._color-background-400_g3hcs_1._variant-solid_g3hcs_142:hover:not(:disabled,._disabled_g3hcs_32,._loading_g3hcs_32){filter:brightness(1.1)}._color-background-400_g3hcs_1._variant-outline_g3hcs_151{background:transparent;border:2px solid var(--background-400);color:var(--background-400)}._color-background-400_g3hcs_1._variant-outline_g3hcs_151:hover:not(:disabled,._disabled_g3hcs_32,._loading_g3hcs_32){background:var(--background-400);color:var(--background-400-contrast)}._color-background-500_g3hcs_1 ._ripple_g3hcs_63{background-color:var(--background-500-contrast)!important;opacity:.5}._color-background-500_g3hcs_1._variant-solid_g3hcs_142{background-color:var(--background-500);color:var(--background-500-contrast)}._color-background-500_g3hcs_1._variant-solid_g3hcs_142:hover:not(:disabled,._disabled_g3hcs_32,._loading_g3hcs_32){filter:brightness(1.1)}._color-background-500_g3hcs_1._variant-outline_g3hcs_151{background:transparent;border:2px solid var(--background-500);color:var(--background-500)}._color-background-500_g3hcs_1._variant-outline_g3hcs_151:hover:not(:disabled,._disabled_g3hcs_32,._loading_g3hcs_32){background:var(--background-500);color:var(--background-500-contrast)}._color-background-600_g3hcs_1 ._ripple_g3hcs_63{background-color:var(--background-600-contrast)!important;opacity:.5}._color-background-600_g3hcs_1._variant-solid_g3hcs_142{background-color:var(--background-600);color:var(--background-600-contrast)}._color-background-600_g3hcs_1._variant-solid_g3hcs_142:hover:not(:disabled,._disabled_g3hcs_32,._loading_g3hcs_32){filter:brightness(1.1)}._color-background-600_g3hcs_1._variant-outline_g3hcs_151{background:transparent;border:2px solid var(--background-600);color:var(--background-600)}._color-background-600_g3hcs_1._variant-outline_g3hcs_151:hover:not(:disabled,._disabled_g3hcs_32,._loading_g3hcs_32){background:var(--background-600);color:var(--background-600-contrast)}._color-background-700_g3hcs_1 ._ripple_g3hcs_63{background-color:var(--background-700-contrast)!important;opacity:.5}._color-background-700_g3hcs_1._variant-solid_g3hcs_142{background-color:var(--background-700);color:var(--background-700-contrast)}._color-background-700_g3hcs_1._variant-solid_g3hcs_142:hover:not(:disabled,._disabled_g3hcs_32,._loading_g3hcs_32){filter:brightness(1.1)}._color-background-700_g3hcs_1._variant-outline_g3hcs_151{background:transparent;border:2px solid var(--background-700);color:var(--background-700)}._color-background-700_g3hcs_1._variant-outline_g3hcs_151:hover:not(:disabled,._disabled_g3hcs_32,._loading_g3hcs_32){background:var(--background-700);color:var(--background-700-contrast)}._color-background-800_g3hcs_1 ._ripple_g3hcs_63{background-color:var(--background-800-contrast)!important;opacity:.5}._color-background-800_g3hcs_1._variant-solid_g3hcs_142{background-color:var(--background-800);color:var(--background-800-contrast)}._color-background-800_g3hcs_1._variant-solid_g3hcs_142:hover:not(:disabled,._disabled_g3hcs_32,._loading_g3hcs_32){filter:brightness(1.1)}._color-background-800_g3hcs_1._variant-outline_g3hcs_151{background:transparent;border:2px solid var(--background-800);color:var(--background-800)}._color-background-800_g3hcs_1._variant-outline_g3hcs_151:hover:not(:disabled,._disabled_g3hcs_32,._loading_g3hcs_32){background:var(--background-800);color:var(--background-800-contrast)}._color-background-900_g3hcs_1 ._ripple_g3hcs_63{background-color:var(--background-900-contrast)!important;opacity:.5}._color-background-900_g3hcs_1._variant-solid_g3hcs_142{background-color:var(--background-900);color:var(--background-900-contrast)}._color-background-900_g3hcs_1._variant-solid_g3hcs_142:hover:not(:disabled,._disabled_g3hcs_32,._loading_g3hcs_32){filter:brightness(1.1)}._color-background-900_g3hcs_1._variant-outline_g3hcs_151{background:transparent;border:2px solid var(--background-900);color:var(--background-900)}._color-background-900_g3hcs_1._variant-outline_g3hcs_151:hover:not(:disabled,._disabled_g3hcs_32,._loading_g3hcs_32){background:var(--background-900);color:var(--background-900-contrast)}._color-background-1000_g3hcs_1 ._ripple_g3hcs_63{background-color:var(--background-1000-contrast)!important;opacity:.5}._color-background-1000_g3hcs_1._variant-solid_g3hcs_142{background-color:var(--background-1000);color:var(--background-1000-contrast)}._color-background-1000_g3hcs_1._variant-solid_g3hcs_142:hover:not(:disabled,._disabled_g3hcs_32,._loading_g3hcs_32){filter:brightness(1.1)}._color-background-1000_g3hcs_1._variant-outline_g3hcs_151{background:transparent;border:2px solid var(--background-1000);color:var(--background-1000)}._color-background-1000_g3hcs_1._variant-outline_g3hcs_151:hover:not(:disabled,._disabled_g3hcs_32,._loading_g3hcs_32){background:var(--background-1000);color:var(--background-1000-contrast)}._shine_g3hcs_165{position:relative;overflow:hidden}._shine_g3hcs_165:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}._shine_g3hcs_165:hover:before{left:100%}._landingPage_tyzxz_1{min-height:100vh;overflow-x:hidden}._hero_tyzxz_7{position:relative;min-height:100vh;background:#000;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;overflow:hidden}._heroContent_tyzxz_20{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;text-align:center;width:100%;max-width:1400px}._heroTitle_tyzxz_31{font-size:clamp(3rem,12vw,8rem);font-weight:900;line-height:.9;letter-spacing:-.02em;color:#fff;margin:0;margin-bottom:2.5rem;text-transform:uppercase;font-family:system-ui,-apple-system,sans-serif;width:100%;max-width:50%;text-align:center}._heroTitleBuild_tyzxz_49{color:#f64501}._heroTitleHighlight_tyzxz_53{color:#00ff57}._heroTitleSeconds_tyzxz_57{color:var(--yellow-500)}._heroSubtitle_tyzxz_61{font-size:clamp(1.125rem,2.5vw,1.5rem);font-weight:400;line-height:1.6;color:#ffffffd9;margin:0;margin-bottom:3.5rem;max-width:700px;text-align:center;letter-spacing:.01em;font-family:system-ui,-apple-system,sans-serif}._heroActions_tyzxz_74{display:flex;flex-direction:column;gap:.75rem;align-items:center;position:relative;z-index:3;width:100%}._heroCtaPrimary_tyzxz_84{background:#fff;color:#000;border:none;padding:1rem 3rem;font-size:1rem;font-weight:700;border-radius:50px;cursor:pointer;transition:all .2s;text-transform:uppercase;letter-spacing:.05em;min-width:200px}._heroCtaPrimary_tyzxz_84:hover{background:#ffffffe6;transform:translateY(-2px)}._heroCtaSecondary_tyzxz_104{background:transparent;border:2px solid rgba(255,255,255,.3);color:#fff;padding:1rem 3rem;font-size:1rem;font-weight:700;border-radius:50px;cursor:pointer;transition:all .2s;text-transform:uppercase;letter-spacing:.05em;min-width:200px}._heroCtaSecondary_tyzxz_104:hover{background:#ffffff1a;border-color:#ffffff80}._footerDot_tyzxz_125{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);width:8px;height:8px;background:#ffffff80;border-radius:50%;z-index:2}@media(max-width:1024px){._heroTitle_tyzxz_31{max-width:70%}}@media(max-width:768px){._hero_tyzxz_7{padding:1.5rem}._heroTitle_tyzxz_31{max-width:90%;margin-bottom:1.5rem}._heroSubtitle_tyzxz_61{margin-bottom:2rem;padding:0 1rem}._heroCtaPrimary_tyzxz_84,._heroCtaSecondary_tyzxz_104{width:100%;max-width:300px}}._welcomeContainer_7a1o5_1{width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:2rem}._welcomeContent_7a1o5_10{text-align:center;max-width:500px}._welcomeIcon_7a1o5_15{font-size:4rem;color:#dfff00;margin-bottom:1.5rem;display:flex;justify-content:center}._welcomeTitle_7a1o5_23{font-size:2rem;font-weight:600;color:#ededed;margin:0 0 .75rem;letter-spacing:-.02em;font-family:Playfair Display,serif}._welcomeSubtitle_7a1o5_32{font-size:1rem;color:#888;margin:0 0 2rem;line-height:1.5}._welcomeActions_7a1o5_39{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}@media(max-width:768px){._welcomeTitle_7a1o5_23{font-size:1.75rem}._welcomeActions_7a1o5_39{flex-direction:column}._welcomeActions_7a1o5_39 button{width:100%}}._formGroup_mvrci_1{display:flex;flex-direction:column;gap:.5rem}._label_mvrci_7{font-size:.875rem;font-weight:500;color:#ffffffe6;letter-spacing:.01em}._input_mvrci_14{width:100%;padding:.875rem 1.25rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:16px;color:#fff;font-size:1rem;transition:all .2s cubic-bezier(.25,.46,.45,.94)}._input_mvrci_14::placeholder{color:#fff6}._input_mvrci_14:focus{background:#ffffff14;border-color:#00ff57;outline:none;box-shadow:0 0 0 3px #00ff571a}._input_mvrci_14:hover:not(:focus){border-color:#fff3}._input_mvrci_14:disabled{opacity:.5;cursor:not-allowed}._input_mvrci_14:autofill{background-color:transparent!important;-webkit-text-fill-color:#ffffff!important;-webkit-box-shadow:0 0 0px 1000px rgba(255,255,255,.05) inset!important;box-shadow:0 0 0 1000px #ffffff0d inset!important;transition:background-color 5000s ease-in-out 0s,color 5000s ease-in-out 0s;caret-color:#fff}._input_mvrci_14:-webkit-autofill,._input_mvrci_14:-webkit-autofill:hover,._input_mvrci_14:-webkit-autofill:focus,._input_mvrci_14:-webkit-autofill:active{background-color:transparent!important;-webkit-text-fill-color:#ffffff!important;-webkit-box-shadow:0 0 0px 1000px rgba(255,255,255,.05) inset!important;box-shadow:0 0 0 1000px #ffffff0d inset!important;transition:background-color 5000s ease-in-out 0s,color 5000s ease-in-out 0s;caret-color:#fff}._input_mvrci_14:autofill:focus,._input_mvrci_14:-webkit-autofill:focus{-webkit-box-shadow:0 0 0px 1000px rgba(255,255,255,.08) inset,0 0 0 3px rgba(0,255,87,.1)!important;box-shadow:0 0 0 1000px #ffffff14 inset,0 0 0 3px #00ff571a!important}._input_mvrci_14._error_mvrci_74{border-color:#f6450180}._input_mvrci_14._error_mvrci_74:focus{border-color:#f64501;box-shadow:0 0 0 3px #f645011a}._helperText_mvrci_83{font-size:.75rem;color:#ffffff80;margin-top:-.25rem}._errorText_mvrci_89{font-size:.75rem;color:#f64501;margin-top:-.25rem;font-weight:500}._authPage_nuha2_1{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;background:#000;position:relative;overflow:hidden}._authContainer_nuha2_12{position:relative;z-index:2;width:100%;max-width:440px;background:#121212cc;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:32px;padding:3rem 2.5rem;box-shadow:0 20px 60px #00000080}._authHeader_nuha2_25{text-align:center;margin-bottom:2.5rem}._authTitle_nuha2_30{font-size:2rem;font-weight:700;line-height:1.2;color:#fff;margin:0 0 .75rem;letter-spacing:-.02em}._authSubtitle_nuha2_39{font-size:1rem;font-weight:400;line-height:1.5;color:#ffffffb3;margin:0}._authForm_nuha2_47{display:flex;flex-direction:column;gap:1.5rem}._formFooter_nuha2_53{display:flex;justify-content:flex-start;align-items:flex-start;font-size:.875rem}._checkboxLabel_nuha2_60{display:flex;align-items:flex-start;gap:.5rem;color:#ffffffb3;cursor:pointer;-webkit-user-select:none;user-select:none;line-height:1.5}._checkboxLabel_nuha2_60:hover{color:#ffffffe6}._checkboxLabel_nuha2_60 span{flex:1}._checkbox_nuha2_60{width:18px;height:18px;accent-color:#00ff57;cursor:pointer;margin-top:2px;flex-shrink:0}._inlineLink_nuha2_87{color:#00ff57;text-decoration:none;font-weight:500;transition:color .2s}._inlineLink_nuha2_87:hover{color:#00dd50;text-decoration:underline}._submitButton_nuha2_99{margin-top:.5rem}._authDivider_nuha2_103{display:flex;align-items:center;text-align:center;margin:2rem 0;color:#ffffff80;font-size:.875rem}._authDivider_nuha2_103:before,._authDivider_nuha2_103:after{content:"";flex:1;height:1px;background:#ffffff1a}._authDivider_nuha2_103 span{padding:0 1rem}._authFooter_nuha2_124{text-align:center;margin-top:2rem;font-size:.875rem;color:#ffffffb3}._link_nuha2_131{color:#00ff57;text-decoration:none;font-weight:600;transition:color .2s}._link_nuha2_131:hover{color:#00dd50;text-decoration:underline}._decorativeElements_nuha2_144{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;pointer-events:none;z-index:1}._circle1_nuha2_155{position:absolute;top:-10%;right:-5%;width:400px;height:400px;background:radial-gradient(circle,rgba(0,255,87,.15) 0%,transparent 70%);border-radius:50%;animation:_float_nuha2_1 20s ease-in-out infinite}._circle2_nuha2_166{position:absolute;bottom:-15%;left:-10%;width:500px;height:500px;background:radial-gradient(circle,rgba(246,69,1,.1) 0%,transparent 70%);border-radius:50%;animation:_float_nuha2_1 25s ease-in-out infinite reverse}._circle3_nuha2_177{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:300px;height:300px;background:radial-gradient(circle,rgba(255,231,42,.08) 0%,transparent 70%);border-radius:50%;animation:_float_nuha2_1 18s ease-in-out infinite}@keyframes _float_nuha2_1{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-30px) scale(1.1)}66%{transform:translate(-20px,20px) scale(.9)}}@media(max-width:768px){._authPage_nuha2_1{padding:1.5rem}._authContainer_nuha2_12{padding:2rem 1.5rem;border-radius:24px}._authTitle_nuha2_30{font-size:1.75rem}._circle1_nuha2_155,._circle2_nuha2_166,._circle3_nuha2_177{width:250px;height:250px}}._authPage_1t9oy_1{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;background:#000;position:relative;overflow:hidden}._authContainer_1t9oy_12{position:relative;z-index:2;width:100%;max-width:440px;background:#121212cc;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:32px;padding:3rem 2.5rem;box-shadow:0 20px 60px #00000080}._authHeader_1t9oy_25{text-align:center;margin-bottom:2.5rem}._authTitle_1t9oy_30{font-size:2rem;font-weight:700;line-height:1.2;color:#fff;margin:0 0 .75rem;letter-spacing:-.02em}._authSubtitle_1t9oy_39{font-size:1rem;font-weight:400;line-height:1.5;color:#ffffffb3;margin:0}._authForm_1t9oy_47{display:flex;flex-direction:column;gap:1.5rem}._formFooter_1t9oy_53{display:flex;justify-content:flex-end;align-items:center;font-size:.875rem}._checkboxLabel_1t9oy_60{display:flex;align-items:center;gap:.5rem;color:#ffffffb3;cursor:pointer;-webkit-user-select:none;user-select:none}._checkboxLabel_1t9oy_60:hover{color:#ffffffe6}._checkbox_1t9oy_60{width:18px;height:18px;accent-color:#00ff57;cursor:pointer}._forgotLink_1t9oy_80{color:#00ff57;text-decoration:none;font-weight:500;transition:color .2s}._forgotLink_1t9oy_80:hover{color:#00dd50;text-decoration:underline}._submitButton_1t9oy_92{margin-top:.5rem}._authDivider_1t9oy_96{display:flex;align-items:center;text-align:center;margin:2rem 0;color:#ffffff80;font-size:.875rem}._authDivider_1t9oy_96:before,._authDivider_1t9oy_96:after{content:"";flex:1;height:1px;background:#ffffff1a}._authDivider_1t9oy_96 span{padding:0 1rem}._authFooter_1t9oy_117{text-align:center;margin-top:2rem;font-size:.875rem;color:#ffffffb3}._link_1t9oy_124{color:#00ff57;text-decoration:none;font-weight:600;transition:color .2s}._link_1t9oy_124:hover{color:#00dd50;text-decoration:underline}._decorativeElements_1t9oy_137{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;pointer-events:none;z-index:1}._circle1_1t9oy_148{position:absolute;top:-10%;right:-5%;width:400px;height:400px;background:radial-gradient(circle,rgba(0,255,87,.15) 0%,transparent 70%);border-radius:50%;animation:_float_1t9oy_1 20s ease-in-out infinite}._circle2_1t9oy_159{position:absolute;bottom:-15%;left:-10%;width:500px;height:500px;background:radial-gradient(circle,rgba(246,69,1,.1) 0%,transparent 70%);border-radius:50%;animation:_float_1t9oy_1 25s ease-in-out infinite reverse}._circle3_1t9oy_170{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:300px;height:300px;background:radial-gradient(circle,rgba(255,231,42,.08) 0%,transparent 70%);border-radius:50%;animation:_float_1t9oy_1 18s ease-in-out infinite}@keyframes _float_1t9oy_1{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-30px) scale(1.1)}66%{transform:translate(-20px,20px) scale(.9)}}@media(max-width:768px){._authPage_1t9oy_1{padding:1.5rem}._authContainer_1t9oy_12{padding:2rem 1.5rem;border-radius:24px}._authTitle_1t9oy_30{font-size:1.75rem}._circle1_1t9oy_148,._circle2_1t9oy_159,._circle3_1t9oy_170{width:250px;height:250px}}._authPage_wyf6v_1{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;background:#000;position:relative;overflow:hidden}._authContainer_wyf6v_12{position:relative;z-index:2;width:100%;max-width:440px;background:#121212cc;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:32px;padding:3rem 2.5rem;box-shadow:0 20px 60px #00000080}._authHeader_wyf6v_25{text-align:center;margin-bottom:2.5rem}._authTitle_wyf6v_30{font-size:2rem;font-weight:700;line-height:1.2;color:#fff;margin:0 0 .75rem;letter-spacing:-.02em}._authSubtitle_wyf6v_39{font-size:1rem;font-weight:400;line-height:1.5;color:#ffffffb3;margin:0}._authSubtitle_wyf6v_39 strong{color:#fff;font-weight:600}._authForm_wyf6v_52{display:flex;flex-direction:column;gap:1.5rem}._submitButton_wyf6v_58{margin-top:.5rem}._successMessage_wyf6v_62{text-align:center;margin:1.5rem 0;padding:1rem;background:#00ff571a;border:1px solid rgba(0,255,87,.2);border-radius:16px}._successMessage_wyf6v_62 p{font-size:.875rem;color:#fffc;line-height:1.5;margin:0}._authFooter_wyf6v_78{text-align:center;margin-top:2rem;font-size:.875rem;color:#ffffffb3}._link_wyf6v_85{color:#00ff57;text-decoration:none;font-weight:600;transition:color .2s}._link_wyf6v_85:hover{color:#00dd50;text-decoration:underline}._decorativeElements_wyf6v_98{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;pointer-events:none;z-index:1}._circle1_wyf6v_109{position:absolute;top:-10%;right:-5%;width:400px;height:400px;background:radial-gradient(circle,rgba(0,255,87,.15) 0%,transparent 70%);border-radius:50%;animation:_float_wyf6v_1 20s ease-in-out infinite}._circle2_wyf6v_120{position:absolute;bottom:-15%;left:-10%;width:500px;height:500px;background:radial-gradient(circle,rgba(246,69,1,.1) 0%,transparent 70%);border-radius:50%;animation:_float_wyf6v_1 25s ease-in-out infinite reverse}._circle3_wyf6v_131{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:300px;height:300px;background:radial-gradient(circle,rgba(255,231,42,.08) 0%,transparent 70%);border-radius:50%;animation:_float_wyf6v_1 18s ease-in-out infinite}@keyframes _float_wyf6v_1{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-30px) scale(1.1)}66%{transform:translate(-20px,20px) scale(.9)}}@media(max-width:768px){._authPage_wyf6v_1{padding:1.5rem}._authContainer_wyf6v_12{padding:2rem 1.5rem;border-radius:24px}._authTitle_wyf6v_30{font-size:1.75rem}._circle1_wyf6v_109,._circle2_wyf6v_120,._circle3_wyf6v_131{width:250px;height:250px}}._page_5lo5o_1{width:100%;max-width:900px;margin:0 auto}._container_5lo5o_7{width:100%;background:#0a0a0a;border:1px solid #1F1F1F;border-radius:16px;padding:2.5rem}._header_5lo5o_15{margin-bottom:2rem}._title_5lo5o_19{font-size:2rem;font-weight:600;line-height:1.2;color:#ededed;margin:0 0 .5rem;letter-spacing:-.02em;font-family:Playfair Display,serif}._subtitle_5lo5o_29{font-size:1rem;font-weight:400;line-height:1.5;color:#888;margin:0}._form_5lo5o_37{display:flex;flex-direction:column;gap:1.5rem}._section_5lo5o_43{display:flex;flex-direction:column;gap:1rem}._sectionLabel_5lo5o_49{font-size:.875rem;font-weight:600;color:#ededed;display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}._required_5lo5o_59{color:#dfff00}._helperText_5lo5o_63{font-weight:400;color:#888;font-size:.75rem}._select_5lo5o_69{width:100%;padding:.75rem 1rem;background:#ffffff0d;border:1px solid #1F1F1F;border-radius:12px;color:#ededed;font-size:1rem;cursor:pointer;transition:all .2s}._select_5lo5o_69:hover{border-color:#1f1f1f;background:#ffffff14}._select_5lo5o_69:focus{outline:none;border-color:#dfff00;background:#ffffff14}._select_5lo5o_69 option{background:#0a0a0a;color:#ededed}._fileInput_5lo5o_97{display:none}._fileInputLabel_5lo5o_101{display:block;cursor:pointer}._fileInputContent_5lo5o_106{display:flex;align-items:center;gap:.75rem;padding:1rem;border:2px dashed #1F1F1F;border-radius:12px;background:#ffffff05;transition:all .2s;color:#888}._fileInputContent_5lo5o_106:hover{border-color:#1f1f1f;background:#ffffff0d;color:#ededed}._fileList_5lo5o_124{display:flex;flex-direction:column;gap:.5rem}._fileItem_5lo5o_130{display:flex;align-items:center;gap:1rem;padding:.75rem;background:#ffffff0d;border:1px solid #1F1F1F;border-radius:8px;color:#ededed}._fileItem_5lo5o_130 span:first-child{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._fileSize_5lo5o_148{font-size:.875rem;color:#888}._removeFileButton_5lo5o_153{background:transparent;border:none;color:#ffffffb3;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;transition:color .2s}._removeFileButton_5lo5o_153:hover{color:#fff}._submitButton_5lo5o_169{margin-top:.5rem}._statusContainer_5lo5o_173{margin-top:2rem;padding:1.5rem;background:#ffffff0d;border:1px solid #1F1F1F;border-radius:12px}._statusHeader_5lo5o_181{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}._statusHeader_5lo5o_181 h3{font-size:1rem;font-weight:600;color:#ededed;margin:0;text-transform:capitalize}._progressText_5lo5o_196{font-size:.875rem;color:#888;font-weight:600}._progressBar_5lo5o_202{width:100%;height:8px;background:#ffffff1a;border-radius:4px;overflow:hidden;margin-bottom:.5rem}._progressFill_5lo5o_211{height:100%;background:#dfff00;border-radius:4px;transition:width .3s ease}._estimatedTime_5lo5o_218{font-size:.875rem;color:#888;margin:0}._resultContainer_5lo5o_224{display:flex;flex-direction:column;gap:1.5rem}._successMessage_5lo5o_230,._errorMessage_5lo5o_231{display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center;padding:2rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px}._successMessage_5lo5o_230{border-color:#dfff004d;background:#dfff000d}._errorMessage_5lo5o_231{border-color:#ff44444d;background:#ff44440d}._successIcon_5lo5o_253{font-size:3rem;color:#dfff00}._errorIcon_5lo5o_258{font-size:3rem;color:#f44}._successMessage_5lo5o_230 h2,._errorMessage_5lo5o_231 h2{font-size:1.5rem;font-weight:600;color:#ededed;margin:0;font-family:Playfair Display,serif}._errorMessage_5lo5o_231 p{font-size:1rem;color:#888;margin:0}._imageContainer_5lo5o_278{width:100%;border-radius:12px;overflow:hidden;background:#ffffff0d;border:1px solid #1F1F1F}._generatedImage_5lo5o_286{width:100%;height:auto;display:block}._resultActions_5lo5o_292{display:flex;gap:1rem;justify-content:center}@media(max-width:768px){._container_5lo5o_7{padding:1.5rem;border-radius:16px}._title_5lo5o_19{font-size:1.75rem}._resultActions_5lo5o_292{flex-direction:column}}._page_1y5uv_1{width:100%;max-width:800px;margin:0 auto;height:100%;display:flex;flex-direction:column;overflow-x:hidden;overflow-y:hidden;box-sizing:border-box}._container_1y5uv_13{width:100%;max-width:100%;background:#0a0a0a;border:1px solid #1F1F1F;border-radius:16px;padding:2.5rem;min-height:fit-content;margin:auto;display:flex;flex-direction:column;overflow-x:hidden;overflow-y:hidden;min-height:0;box-sizing:border-box}._header_1y5uv_30{margin-bottom:2rem;flex-shrink:0}._title_1y5uv_35{font-size:2rem;font-weight:600;line-height:1.2;color:#ededed;margin:0 0 .5rem;letter-spacing:-.02em;font-family:Playfair Display,serif}._subtitle_1y5uv_45{font-size:1rem;font-weight:400;line-height:1.5;color:#888;margin:0}._form_1y5uv_53{display:flex;flex-direction:column;gap:1.5rem;flex:1;overflow-x:hidden;overflow-y:auto;min-height:0;width:100%}._section_1y5uv_64{display:flex;flex-direction:column;gap:1rem;min-width:0;width:100%}._sectionLabel_1y5uv_72{font-size:.875rem;font-weight:600;color:#ededed;display:flex;align-items:center;gap:.5rem}._required_1y5uv_81{color:#dfff00}._helperText_1y5uv_85{font-weight:400;color:#888;font-size:.75rem}._fileList_1y5uv_92{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem}._fileItem_1y5uv_99{display:flex;align-items:center;gap:1rem;padding:.75rem;background:#ffffff0d;border:1px solid #1F1F1F;border-radius:8px;color:#ededed}._fileItem_1y5uv_99 span:first-child{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._fileSize_1y5uv_117{font-size:.875rem;color:#888}._colorGrid_1y5uv_122{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;width:100%;max-width:100%;overflow-x:hidden}._colorInput_1y5uv_131{display:flex;flex-direction:column;gap:.5rem}._colorInput_1y5uv_131 label{font-size:.875rem;color:#888}._colorInputRow_1y5uv_142{display:flex;gap:.5rem;align-items:center}._colorPicker_1y5uv_148{width:50px;height:40px;border:1px solid #1F1F1F;border-radius:8px;cursor:pointer;background:transparent}._colorPicker_1y5uv_148::-webkit-color-swatch-wrapper{padding:0}._colorPicker_1y5uv_148::-webkit-color-swatch{border:none;border-radius:6px}._colorTextInput_1y5uv_166{flex:1}._fileInput_1y5uv_170{display:none}._fileInputLabel_1y5uv_174{display:block;cursor:pointer}._fileInputContent_1y5uv_179{display:flex;align-items:center;gap:.75rem;padding:1rem;border:2px dashed #1F1F1F;border-radius:12px;background:#ffffff05;transition:all .2s;color:#888}._fileInputContent_1y5uv_179:hover{border-color:#1f1f1f;background:#ffffff0d;color:#ededed}._removeFileButton_1y5uv_197{background:transparent;border:none;color:#888;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;margin-left:auto;transition:color .2s}._removeFileButton_1y5uv_197:hover{color:#ededed}._logoContainer_1y5uv_214{display:flex;flex-direction:column;gap:1rem}@media(min-width:768px){._logoContainer_1y5uv_214{flex-direction:row;align-items:flex-start;gap:1.5rem}}._logoPreview_1y5uv_228{position:relative;width:120px;height:120px;flex-shrink:0;border-radius:12px;overflow:hidden;border:1px solid #1F1F1F;background:#ffffff05}._logoInputWrapper_1y5uv_239{flex:1;min-width:0}._logoPreviewImage_1y5uv_244{width:100%;height:100%;object-fit:contain;background:#ffffff05}._logoPreviewRemove_1y5uv_251{position:absolute;top:.5rem;right:.5rem;background:#000000b3;border:none;color:#ededed;cursor:pointer;padding:.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s;width:32px;height:32px}._logoPreviewRemove_1y5uv_251:hover{background:#ff4444e6;color:#fff}._submitButton_1y5uv_274{margin-top:.5rem;flex-shrink:0}._modeSelection_1y5uv_280{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:2rem}._modeCard_1y5uv_287{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem;padding:2.5rem;background:transparent;border:1px solid #1F1F1F;border-radius:16px;cursor:pointer;transition:all .2s;color:#888;width:100%}._modeCard_1y5uv_287:hover{background:#ffffff0d;border-color:#1f1f1f;transform:translateY(-2px);color:#ededed}._modeIcon_1y5uv_310{font-size:3rem;color:#dfff00}._modeTitle_1y5uv_315{font-size:1.5rem;font-weight:600;color:#ededed;margin:0;font-family:Playfair Display,serif}._modeDescription_1y5uv_323{font-size:1rem;color:#888;margin:0;line-height:1.5}._backButton_1y5uv_330{margin-bottom:1.5rem}._instagramSearchSection_1y5uv_335{display:flex;flex-direction:column;gap:1rem;margin-top:2rem}._searchButton_1y5uv_342{margin-top:.5rem}._instagramSection_1y5uv_347{display:flex;flex-direction:column;gap:1rem}._instagramInputRow_1y5uv_353{display:flex;gap:.75rem;align-items:flex-start}._instagramInput_1y5uv_353{flex:1}._instagramImagesSection_1y5uv_363{margin-top:1rem}._imagesLabel_1y5uv_367{font-size:.875rem;color:#ffffffb3;margin-bottom:.75rem;display:block}._instagramImagesGrid_1y5uv_374{display:flex;gap:.75rem;overflow-x:auto;overflow-y:hidden;padding:.5rem 0;margin:0;padding-left:0;padding-right:0;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;width:100%;max-width:100%}._instagramImagesGrid_1y5uv_374::-webkit-scrollbar{height:6px}._instagramImagesGrid_1y5uv_374::-webkit-scrollbar-track{background:transparent}._instagramImagesGrid_1y5uv_374::-webkit-scrollbar-thumb{background:#333;border-radius:3px}._instagramImagesGrid_1y5uv_374::-webkit-scrollbar-thumb:hover{background:#444}._instagramImageCard_1y5uv_406{position:relative;width:100px;height:100px;flex-shrink:0;border-radius:8px;overflow:hidden;cursor:pointer;border:2px solid transparent;transition:all .2s}._instagramImageCard_1y5uv_406:hover{border-color:#ffffff4d;transform:scale(1.05)}._instagramImageCardSelected_1y5uv_423{border-color:#dfff00}._instagramImageCard_1y5uv_406 img{width:100%;height:100%;object-fit:cover}._instagramImageOverlay_1y5uv_433{position:absolute;inset:0;background:#0000004d;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s}._instagramImageCard_1y5uv_406:hover ._instagramImageOverlay_1y5uv_433,._instagramImageCardSelected_1y5uv_423 ._instagramImageOverlay_1y5uv_433{opacity:1}._instagramImageCheck_1y5uv_452{font-size:2rem;color:#dfff00}._imageSummary_1y5uv_457{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#dfff001a;border:1px solid rgba(223,255,0,.2);border-radius:8px;color:#ededed;font-size:.875rem}._imageSummary_1y5uv_457 svg{color:#dfff00;font-size:1.25rem}._imagesPreviewGrid_1y5uv_475{display:flex;gap:.75rem;overflow-x:auto;overflow-y:hidden;padding:.5rem 0;margin-top:1rem;margin-left:0;margin-right:0;padding-left:0;padding-right:0;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;width:100%;max-width:100%}._imagesPreviewGrid_1y5uv_475::-webkit-scrollbar{height:6px}._imagesPreviewGrid_1y5uv_475::-webkit-scrollbar-track{background:transparent}._imagesPreviewGrid_1y5uv_475::-webkit-scrollbar-thumb{background:#333;border-radius:3px}._imagesPreviewGrid_1y5uv_475::-webkit-scrollbar-thumb:hover{background:#444}._imagePreviewCard_1y5uv_509{position:relative;width:100px;height:100px;flex-shrink:0;border-radius:8px;overflow:hidden;border:1px solid #1F1F1F;transition:all .2s;background:#ffffff05}._imagePreviewCard_1y5uv_509:hover{border-color:#ffffff4d;transform:scale(1.08);z-index:1;box-shadow:0 4px 12px #0000004d}._imagePreviewImage_1y5uv_528{width:100%;height:100%;object-fit:cover}._imagePreviewRemove_1y5uv_534{position:absolute;top:.5rem;right:.5rem;background:#000000b3;border:none;color:#ededed;cursor:pointer;padding:.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s;width:32px;height:32px;opacity:0}._imagePreviewCard_1y5uv_509:hover ._imagePreviewRemove_1y5uv_534{opacity:1}._imagePreviewRemove_1y5uv_534:hover{background:#ff4444e6;color:#fff}@media(max-width:768px){._container_1y5uv_13{padding:1.5rem;border-radius:16px}._title_1y5uv_35{font-size:1.75rem}._colorGrid_1y5uv_122{grid-template-columns:1fr}._modeSelection_1y5uv_280{grid-template-columns:1fr;gap:1rem}._modeCard_1y5uv_287{padding:1.5rem}._modeIcon_1y5uv_310{font-size:2.5rem}._modeTitle_1y5uv_315{font-size:1.25rem}._modeDescription_1y5uv_323{font-size:.875rem}._instagramImagesGrid_1y5uv_374{gap:.5rem}._instagramImageCard_1y5uv_406{width:80px;height:80px}._imagesPreviewGrid_1y5uv_475{gap:.5rem}._imagePreviewCard_1y5uv_509{width:80px;height:80px}}:root[data-theme=light]{--colors: orange, yellow, green, background, text;--color-shades: 100, 200, 300, 400, 500, 600, 700, 800, 900, 1000;--orange-100: #ff966d;--orange-100-rgb: 255, 150, 109;--orange-100-contrast: #000000;--orange-200: #ff8456;--orange-200-rgb: 255, 132, 86;--orange-200-contrast: #000000;--orange-300: #ff713e;--orange-300-rgb: 255, 113, 62;--orange-300-contrast: #000000;--orange-400: #fc5c25;--orange-400-rgb: 252, 92, 37;--orange-400-contrast: #000000;--orange-500: #f64501;--orange-500-rgb: 246, 69, 1;--orange-500-contrast: #000000;--orange-600: #db4006;--orange-600-rgb: 219, 64, 6;--orange-600-contrast: #000000;--orange-700: #c13a0a;--orange-700-rgb: 193, 58, 10;--orange-700-contrast: #ffffff;--orange-800: #a7340c;--orange-800-rgb: 167, 52, 12;--orange-800-contrast: #ffffff;--orange-900: #8e2f0e;--orange-900-rgb: 142, 47, 14;--orange-900-contrast: #ffffff;--orange-1000: #76290e;--orange-1000-rgb: 118, 41, 14;--orange-1000-contrast: #ffffff;--orange: #f64501;--yellow-100: #fff08c;--yellow-100-rgb: 255, 240, 140;--yellow-100-contrast: #000000;--yellow-200: #ffee78;--yellow-200-rgb: 255, 238, 120;--yellow-200-contrast: #000000;--yellow-300: #ffeb62;--yellow-300-rgb: 255, 235, 98;--yellow-300-contrast: #000000;--yellow-400: #ffe94a;--yellow-400-rgb: 255, 233, 74;--yellow-400-contrast: #000000;--yellow-500: #ffe72a;--yellow-500-rgb: 255, 231, 42;--yellow-500-contrast: #000000;--yellow-600: #e3cd29;--yellow-600-rgb: 227, 205, 41;--yellow-600-contrast: #000000;--yellow-700: #c7b428;--yellow-700-rgb: 199, 180, 40;--yellow-700-contrast: #000000;--yellow-800: #ac9b26;--yellow-800-rgb: 172, 155, 38;--yellow-800-contrast: #000000;--yellow-900: #928323;--yellow-900-rgb: 146, 131, 35;--yellow-900-contrast: #000000;--yellow-1000: #786c20;--yellow-1000-rgb: 120, 108, 32;--yellow-1000-contrast: #ffffff;--yellow: #ffe72a;--green-100: #93ed98;--green-100-rgb: 147, 237, 152;--green-100-contrast: #000000;--green-200: #7de986;--green-200-rgb: 125, 233, 134;--green-200-contrast: #000000;--green-300: #65e575;--green-300-rgb: 101, 229, 117;--green-300-contrast: #000000;--green-400: #46e163;--green-400-rgb: 70, 225, 99;--green-400-contrast: #000000;--green-500: #00dd50;--green-500-rgb: 0, 221, 80;--green-500-contrast: #000000;--green-600: #13c549;--green-600-rgb: 19, 197, 73;--green-600-contrast: #000000;--green-700: #1bad41;--green-700-rgb: 27, 173, 65;--green-700-contrast: #000000;--green-800: #1f953a;--green-800-rgb: 31, 149, 58;--green-800-contrast: #000000;--green-900: #207f33;--green-900-rgb: 32, 127, 51;--green-900-contrast: #ffffff;--green-1000: #1f692c;--green-1000-rgb: 31, 105, 44;--green-1000-contrast: #ffffff;--green: #00dd50;--background-100: #5e5e5e;--background-100-rgb: 94, 94, 94;--background-100-contrast: #ffffff;--background-200: #474747;--background-200-rgb: 71, 71, 71;--background-200-contrast: #ffffff;--background-300: #303030;--background-300-rgb: 48, 48, 48;--background-300-contrast: #ffffff;--background-400: #1b1b1b;--background-400-rgb: 27, 27, 27;--background-400-contrast: #ffffff;--background-500: #000000;--background-500-rgb: 0, 0, 0;--background-500-contrast: #ffffff;--background-600: #000000;--background-600-rgb: 0, 0, 0;--background-600-contrast: #ffffff;--background-700: #000000;--background-700-rgb: 0, 0, 0;--background-700-contrast: #ffffff;--background-800: #000000;--background-800-rgb: 0, 0, 0;--background-800-contrast: #ffffff;--background-900: #000000;--background-900-rgb: 0, 0, 0;--background-900-contrast: #ffffff;--background-1000: #000000;--background-1000-rgb: 0, 0, 0;--background-1000-contrast: #ffffff;--background: #000000;--text-100: #ffffff;--text-100-rgb: 255, 255, 255;--text-100-contrast: #000000;--text-200: #ffffff;--text-200-rgb: 255, 255, 255;--text-200-contrast: #000000;--text-300: #ffffff;--text-300-rgb: 255, 255, 255;--text-300-contrast: #000000;--text-400: #ffffff;--text-400-rgb: 255, 255, 255;--text-400-contrast: #000000;--text-500: #ffffff;--text-500-rgb: 255, 255, 255;--text-500-contrast: #000000;--text-600: #e2e2e2;--text-600-rgb: 226, 226, 226;--text-600-contrast: #000000;--text-700: #c6c6c6;--text-700-rgb: 198, 198, 198;--text-700-contrast: #000000;--text-800: #ababab;--text-800-rgb: 171, 171, 171;--text-800-contrast: #000000;--text-900: #919191;--text-900-rgb: 145, 145, 145;--text-900-contrast: #000000;--text-1000: #777777;--text-1000-rgb: 119, 119, 119;--text-1000-contrast: #000000;--text: #FFFFFF}:root[data-theme=dark]{--colors: orange, yellow, green, background, text;--color-shades: 100, 200, 300, 400, 500, 600, 700, 800, 900, 1000;--orange-100: #ff966d;--orange-100-rgb: 255, 150, 109;--orange-100-contrast: #000000;--orange-200: #ff8456;--orange-200-rgb: 255, 132, 86;--orange-200-contrast: #000000;--orange-300: #ff713e;--orange-300-rgb: 255, 113, 62;--orange-300-contrast: #000000;--orange-400: #fc5c25;--orange-400-rgb: 252, 92, 37;--orange-400-contrast: #000000;--orange-500: #f64501;--orange-500-rgb: 246, 69, 1;--orange-500-contrast: #000000;--orange-600: #db4006;--orange-600-rgb: 219, 64, 6;--orange-600-contrast: #000000;--orange-700: #c13a0a;--orange-700-rgb: 193, 58, 10;--orange-700-contrast: #ffffff;--orange-800: #a7340c;--orange-800-rgb: 167, 52, 12;--orange-800-contrast: #ffffff;--orange-900: #8e2f0e;--orange-900-rgb: 142, 47, 14;--orange-900-contrast: #ffffff;--orange-1000: #76290e;--orange-1000-rgb: 118, 41, 14;--orange-1000-contrast: #ffffff;--orange: #f64501;--yellow-100: #fff08c;--yellow-100-rgb: 255, 240, 140;--yellow-100-contrast: #000000;--yellow-200: #ffee78;--yellow-200-rgb: 255, 238, 120;--yellow-200-contrast: #000000;--yellow-300: #ffeb62;--yellow-300-rgb: 255, 235, 98;--yellow-300-contrast: #000000;--yellow-400: #ffe94a;--yellow-400-rgb: 255, 233, 74;--yellow-400-contrast: #000000;--yellow-500: #ffe72a;--yellow-500-rgb: 255, 231, 42;--yellow-500-contrast: #000000;--yellow-600: #e3cd29;--yellow-600-rgb: 227, 205, 41;--yellow-600-contrast: #000000;--yellow-700: #c7b428;--yellow-700-rgb: 199, 180, 40;--yellow-700-contrast: #000000;--yellow-800: #ac9b26;--yellow-800-rgb: 172, 155, 38;--yellow-800-contrast: #000000;--yellow-900: #928323;--yellow-900-rgb: 146, 131, 35;--yellow-900-contrast: #000000;--yellow-1000: #786c20;--yellow-1000-rgb: 120, 108, 32;--yellow-1000-contrast: #ffffff;--yellow: #ffe72a;--green-100: #93ed98;--green-100-rgb: 147, 237, 152;--green-100-contrast: #000000;--green-200: #7de986;--green-200-rgb: 125, 233, 134;--green-200-contrast: #000000;--green-300: #65e575;--green-300-rgb: 101, 229, 117;--green-300-contrast: #000000;--green-400: #46e163;--green-400-rgb: 70, 225, 99;--green-400-contrast: #000000;--green-500: #00dd50;--green-500-rgb: 0, 221, 80;--green-500-contrast: #000000;--green-600: #13c549;--green-600-rgb: 19, 197, 73;--green-600-contrast: #000000;--green-700: #1bad41;--green-700-rgb: 27, 173, 65;--green-700-contrast: #000000;--green-800: #1f953a;--green-800-rgb: 31, 149, 58;--green-800-contrast: #000000;--green-900: #207f33;--green-900-rgb: 32, 127, 51;--green-900-contrast: #ffffff;--green-1000: #1f692c;--green-1000-rgb: 31, 105, 44;--green-1000-contrast: #ffffff;--green: #00dd50;--background-100: #5e5e5e;--background-100-rgb: 94, 94, 94;--background-100-contrast: #ffffff;--background-200: #474747;--background-200-rgb: 71, 71, 71;--background-200-contrast: #ffffff;--background-300: #303030;--background-300-rgb: 48, 48, 48;--background-300-contrast: #ffffff;--background-400: #1b1b1b;--background-400-rgb: 27, 27, 27;--background-400-contrast: #ffffff;--background-500: #000000;--background-500-rgb: 0, 0, 0;--background-500-contrast: #ffffff;--background-600: #000000;--background-600-rgb: 0, 0, 0;--background-600-contrast: #ffffff;--background-700: #000000;--background-700-rgb: 0, 0, 0;--background-700-contrast: #ffffff;--background-800: #000000;--background-800-rgb: 0, 0, 0;--background-800-contrast: #ffffff;--background-900: #000000;--background-900-rgb: 0, 0, 0;--background-900-contrast: #ffffff;--background-1000: #000000;--background-1000-rgb: 0, 0, 0;--background-1000-contrast: #ffffff;--background: #000000;--text-100: #ffffff;--text-100-rgb: 255, 255, 255;--text-100-contrast: #000000;--text-200: #ffffff;--text-200-rgb: 255, 255, 255;--text-200-contrast: #000000;--text-300: #ffffff;--text-300-rgb: 255, 255, 255;--text-300-contrast: #000000;--text-400: #ffffff;--text-400-rgb: 255, 255, 255;--text-400-contrast: #000000;--text-500: #ffffff;--text-500-rgb: 255, 255, 255;--text-500-contrast: #000000;--text-600: #e2e2e2;--text-600-rgb: 226, 226, 226;--text-600-contrast: #000000;--text-700: #c6c6c6;--text-700-rgb: 198, 198, 198;--text-700-contrast: #000000;--text-800: #ababab;--text-800-rgb: 171, 171, 171;--text-800-contrast: #000000;--text-900: #919191;--text-900-rgb: 145, 145, 145;--text-900-contrast: #000000;--text-1000: #777777;--text-1000-rgb: 119, 119, 119;--text-1000-contrast: #000000;--text: #FFFFFF}
