@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap);@import url(https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600&display=swap);:root{--primary-color:#0e99ff;--secondary-color:#000;--background-color:#fff;--container-bg-color:#fff;--input-bg-color:#fff;--border-color:#e4e4e4;--font-family:"Poppins",sans-serif;--font-size-base:16px;--label-font-size:1rem;--input-font-size:1rem;--transition-speed:0.3s;--border-radius:8px;--field-margin-bottom:1.5rem;--container-padding:2rem}body{background-color:#fff;background-color:var(--background-color);color:#000;color:var(--secondary-color);font-family:Poppins,sans-serif;font-family:var(--font-family);font-size:var(--font-size-base);line-height:1.5}.form-container{align-items:center;background-color:#fff;background-color:var(--container-bg-color);border:1px solid #00aeff;border-radius:8px;border-radius:var(--border-radius);display:flex;flex-direction:column;margin:2rem auto;max-width:700px;padding:2rem;padding:var(--container-padding)}.field{margin-bottom:1.5rem;margin-bottom:var(--field-margin-bottom);text-align:left;width:100%}.field label{color:#000;color:var(--secondary-color);display:block;font-size:1rem;font-size:var(--label-font-size);font-weight:600;margin-bottom:.5rem}.field input[type=color],.field input[type=date],.field input[type=datetime-local],.field input[type=email],.field input[type=file],.field input[type=month],.field input[type=number],.field input[type=password],.field input[type=tel],.field input[type=text],.field input[type=time],.field input[type=url],.field input[type=week],.field select,.field textarea{background-color:#fff;background-color:var(--input-bg-color);border:2px solid #e4e4e4;border:2px solid var(--border-color);border-radius:8px;border-radius:var(--border-radius);color:#000;color:var(--secondary-color);font-size:1rem;font-size:var(--input-font-size);padding:.75rem 1rem;transition:border-color .3s,box-shadow .3s;transition:border-color var(--transition-speed),box-shadow var(--transition-speed);width:100%}.field input:focus,.field select:focus,.field textarea:focus{border-color:#0e99ff;border-color:var(--primary-color);box-shadow:0 0 8px #4ed1c566;outline:none}.field textarea{min-height:100px;resize:vertical}.field.range,.field.slider{text-align:center}.field.range input[type=range],.field.slider input[type=range]{appearance:none;background:#e4e4e4;background:var(--border-color);border-radius:4px;cursor:pointer;height:4px;margin-top:.5rem;outline:none;width:100%}.field.range input[type=range]::-webkit-slider-thumb,.field.slider input[type=range]::-webkit-slider-thumb{appearance:none;background:#0e99ff;background:var(--primary-color);border:none;border-radius:50%;height:18px;-webkit-transition:background .3s;transition:background .3s;-webkit-transition:background var(--transition-speed);transition:background var(--transition-speed);width:18px}.field.range input[type=range]::-moz-range-thumb,.field.slider input[type=range]::-moz-range-thumb{background:#0e99ff;background:var(--primary-color);border:none;border-radius:50%;height:18px;-moz-transition:background .3s;transition:background .3s;-moz-transition:background var(--transition-speed);transition:background var(--transition-speed);width:18px}.field .range-value,.field .slider-value{color:#0e99ff;color:var(--primary-color);display:inline-block;font-weight:600;margin-left:.5rem}.field.custom-radio-group,.field.radio-group{display:flex;flex-direction:column;gap:.5rem}.custom-radio,.radio-option{align-items:center;display:flex;gap:.5rem}.field.checkbox-group,.field.custom-checkbox-group{display:flex;flex-direction:column;gap:.5rem}.checkbox-option,.custom-checkbox{align-items:center;display:flex;gap:.5rem}.custom-checkbox input[type=checkbox],.custom-radio input[type=radio]{appearance:none;-webkit-appearance:none;background-color:#fff;background-color:var(--input-bg-color);border:2px solid #e4e4e4;border:2px solid var(--border-color);cursor:pointer;height:18px;transition:background .3s,border-color .3s;transition:background var(--transition-speed),border-color var(--transition-speed);width:18px}.custom-checkbox input[type=checkbox]:checked{background-color:#0e99ff;background-color:var(--primary-color);border-color:#0e99ff;border-color:var(--primary-color)}.custom-checkbox input[type=checkbox]:checked:before{color:#fff;content:"✔";display:block;font-size:12px;line-height:18px;text-align:center}.custom-radio input[type=radio]{border-radius:50%}.custom-radio input[type=radio]:checked{background-color:#0e99ff;background-color:var(--primary-color);border-color:#0e99ff;border-color:var(--primary-color)}.custom-radio input[type=radio]:checked:before{background:#fff;border-radius:50%;content:"";display:block;height:10px;margin:4px auto;width:10px}.field.file-preview .file-preview-container{margin-top:.5rem}.field.file-preview img.file-preview-image{border:2px solid #e4e4e4;border:2px solid var(--border-color);border-radius:8px;border-radius:var(--border-radius);max-height:150px;object-fit:cover;width:100%}.field.switch{align-items:center;display:flex;justify-content:space-between}.field.switch .switch-toggle{background:#e4e4e4;background:var(--border-color);border-radius:12px;cursor:pointer;height:24px;margin-left:1rem;position:relative;transition:background .3s;transition:background var(--transition-speed);width:50px}.field.switch .switch-toggle.active{background:#0e99ff;background:var(--primary-color)}.field.switch .switch-toggle .toggle-slider{background:#fff;border-radius:50%;height:20px;left:2px;position:absolute;top:2px;transition:transform .3s;transition:transform var(--transition-speed);width:20px}.field.switch .switch-toggle.active .toggle-slider{transform:translateX(26px)}.field.toggle-field{align-items:center;display:flex;justify-content:space-between}.field.toggle-field .toggle-container{background:#e4e4e4;background:var(--border-color);border-radius:12px;cursor:pointer;height:24px;position:relative;transition:background .3s;transition:background var(--transition-speed);width:50px}.field.toggle-field .toggle-container input{display:none}.field.toggle-field .toggle-container input:checked,.field.toggle-field .toggle-container input:checked+.toggle-slider{background-color:#0e99ff;background-color:var(--primary-color)}.field.toggle-field .toggle-slider{background:#fff;border-radius:50%;height:20px;left:2px;position:absolute;top:2px;transition:transform .3s;transition:transform var(--transition-speed);width:20px}.field.toggle-field .toggle-container input:checked+.toggle-slider{transform:translateX(26px)}.field.rating-field{align-items:flex-start;display:flex;flex-direction:column}.field.rating-field .star{color:#e4e4e4;color:var(--border-color);cursor:pointer;font-size:1.5rem;margin-right:4px;transition:color .3s;transition:color var(--transition-speed)}.field.rating-field .star.filled{color:#0e99ff;color:var(--primary-color)}.field.multiselect select[multiple]{min-height:100px;overflow:auto}.field.daterange .daterange-group{align-items:center;display:flex;gap:1rem;margin-top:.5rem}.field.daterange .daterange-separator{color:#000;color:var(--secondary-color)}.field.map-picker .map-container{border:2px solid #e4e4e4;border:2px solid var(--border-color);border-radius:8px;border-radius:var(--border-radius);padding:1rem;text-align:center}.field.map-picker .map-container button{background:#0e99ff;background:var(--primary-color);border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.9rem;padding:.75rem 1.25rem;transition:background .3s;transition:background var(--transition-speed)}.field.map-picker .map-container button:hover{background:#3bb3a5}.field.richtext-field .richtext-editor{background:#fff;background:var(--input-bg-color);border:2px solid #e4e4e4;border:2px solid var(--border-color);border-radius:8px;border-radius:var(--border-radius);color:#000;color:var(--secondary-color);min-height:120px;padding:.75rem;transition:border-color .3s;transition:border-color var(--transition-speed)}.field.richtext-field .richtext-editor:focus{border-color:#0e99ff;border-color:var(--primary-color);outline:none}.field.autocomplete-field input{position:relative;z-index:1}@media (max-width:480px){.form-container{padding:1rem}.field{margin-bottom:1rem}}.captcha-container{align-items:center;background:#0000}.captcha-title{color:#ccc;font-size:16px;font-weight:700;margin-bottom:10px}.captcha-puzzle{align-items:center;color:#fff;display:flex;font-size:20px;margin:10px 0}.captcha-input{background:#222;border:2px solid #bbb;border-radius:5px;color:#fff;font-size:18px;margin-left:8px;padding:5px;text-align:center;width:50px}.captcha-check-btn{background:#4aa3df;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:16px;margin-top:10px;padding:8px 20px;text-align:center;transition:.3s}.captcha-check-btn:hover{background:#378fcf}.captcha-check-btn.verified{background:#28a745;cursor:default}.captcha-error{color:red;font-size:14px;margin-top:8px}.captcha-success{color:#90ee90;font-size:14px;margin-top:8px}.light-theme,.product-light-theme,:root,body.light-theme,html.light-theme{--app-bg-default:#fff;--app-bg-gradient-top:#fff;--app-bg-gradient-bottom:#fff;--surface-default:#fff;--surface-raised:#fff;--surface-soft:#f5f5f5;--border-default:#e0e0e0;--border-strong:#d0d0d0;--text-primary:#1a1a1a;--text-secondary:#5f5f5f;--text-muted:#5f5f5f;--primary-main:#086ad8;--primary-hover:#0757b0;--primary-soft:#086ad81f;--elevation-card:0 6px 16px #0000000f;--elevation-panel:0 10px 26px #00000017;--navbar-bg:#fff;--sidebar-bg:#fff;--sidebar-active:#f5f5f5;--scroll-track:#f5f5f5;--scroll-thumb:#d0d0d0;--scroll-thumb-hover:#bdbdbd;color-scheme:light}.dark-theme,.product-dark-theme,body.dark-theme,html.dark-theme{--app-bg-default:#0a0a0a;--app-bg-gradient-top:#4aa3ff1f;--app-bg-gradient-bottom:#0a0a0a;--surface-default:#0f0f0f;--surface-raised:#171a20;--surface-soft:#ffffff0f;--border-default:#ffffff14;--border-strong:#ffffff24;--text-primary:#fafafa;--text-secondary:#aab4c2;--text-muted:#778295;--primary-main:#4aa3ff;--primary-hover:#78bcff;--primary-soft:#4aa3ff24;--elevation-card:0 16px 36px #0000004d;--elevation-panel:0 22px 54px #0000005c;--navbar-bg:#0a0a0aeb;--sidebar-bg:#161616;--sidebar-active:#1d2a37;--scroll-track:#0000;--scroll-thumb:#ffffff29;--scroll-thumb-hover:#ffffff42;color-scheme:dark}*{margin:0;padding:0}*,:after,:before{box-sizing:border-box}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:transparent;scroll-behavior:smooth;text-rendering:optimizeLegibility}#root,body,html{height:100%;overflow-x:hidden;width:100%}body{background:radial-gradient(circle at top left,#fff,#0000 28%),linear-gradient(180deg,#fff,#fff);background:radial-gradient(circle at top left,var(--app-bg-gradient-top),#0000 28%),linear-gradient(180deg,var(--app-bg-default) 0,var(--app-bg-gradient-bottom) 100%);color:#1a1a1a;color:var(--text-primary);font-family:geistSans,geistSans Fallback,system-ui,sans-serif;font-size:16px;line-height:1.6;margin:0;overflow-x:hidden;padding:0;transition:background-color .25s ease,color .25s ease,background .25s ease}button{background:none;border:none;cursor:pointer;font-family:inherit}a{color:inherit;text-decoration:none}ol,ul{list-style:none}input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}::-webkit-scrollbar{height:8px;width:8px}::-webkit-scrollbar-track{background:#f5f5f5;background:var(--scroll-track);border-radius:4px}::-webkit-scrollbar-thumb{background:#d0d0d0;background:var(--scroll-thumb);border-radius:4px;-webkit-transition:background .3s cubic-bezier(.4,0,.2,1);transition:background .3s cubic-bezier(.4,0,.2,1)}::-webkit-scrollbar-thumb:active,::-webkit-scrollbar-thumb:hover{background:#bdbdbd;background:var(--scroll-thumb-hover)}.scrollbar-primary::-webkit-scrollbar-thumb{background:#086ad84d}.scrollbar-primary::-webkit-scrollbar-thumb:hover{background:#086ad880}.scrollbar-primary::-webkit-scrollbar-thumb:active{background:#086ad8b3}.scrollbar-thin::-webkit-scrollbar{height:4px;width:4px}*{scrollbar-color:#d0d0d0 #f5f5f5;scrollbar-color:var(--scroll-thumb) var(--scroll-track);scrollbar-width:thin}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes shake{0%,to{transform:translateX(0)}10%,30%,50%,70%,90%{transform:translateX(-5px)}20%,40%,60%,80%{transform:translateX(5px)}}@keyframes progress{0%{transform:scaleX(0);transform-origin:left}to{transform:scaleX(1);transform-origin:left}}@keyframes glowPulse{0%,to{box-shadow:0 0 8px #086ad84d}50%{box-shadow:0 0 20px #086ad899}}.fade-in{animation:fadeIn .3s cubic-bezier(.4,0,.2,1)}.fade-in-up{animation:fadeInUp .4s cubic-bezier(.4,0,.2,1)}.fade-in-down{animation:fadeInDown .4s cubic-bezier(.4,0,.2,1)}.slide-in-right{animation:slideInRight .3s cubic-bezier(.4,0,.2,1)}.slide-in-left{animation:slideInLeft .3s cubic-bezier(.4,0,.2,1)}.scale-in{animation:scaleIn .25s cubic-bezier(.4,0,.2,1)}.pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.spin{animation:spin 1s linear infinite}.bounce{animation:bounce 1s ease-in-out infinite}.shake{animation:shake .5s cubic-bezier(.36,.07,.19,.97)}.glow-pulse{animation:glowPulse 2s ease-in-out infinite}.text-gradient{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#086ad8,#3a8fe8);-webkit-background-clip:text;background-clip:text;display:inline-block}.text-gradient-success{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#10b981,#34d399);-webkit-background-clip:text;background-clip:text}.text-gradient-error{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#ef4444,#f87171);-webkit-background-clip:text;background-clip:text}.bg-gradient-primary{background:linear-gradient(135deg,#086ad8,#3a8fe8)}.bg-gradient-subtle{background:linear-gradient(135deg,#086ad80d,#3a8fe805)}.bg-gradient-success{background:linear-gradient(135deg,#10b981,#34d399)}.bg-gradient-error{background:linear-gradient(135deg,#ef4444,#f87171)}.bg-gradient-warning{background:linear-gradient(135deg,#f59e0b,#fbbf24)}.skeleton{animation:shimmer 1.5s infinite;background:linear-gradient(90deg,#e2e8f0,#f1f5f9 50%,#e2e8f0);background-size:200% 100%;border-radius:8px}.skeleton-text{border-radius:4px;height:16px;margin-bottom:8px}.skeleton-title{border-radius:6px;height:24px;margin-bottom:12px;width:60%}.skeleton-avatar{border-radius:50%;height:40px;width:40px}.skeleton-card{border-radius:12px;height:200px}.glass{background:#fffc;border:1px solid #fff3}.glass,.glass-dark{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.glass-dark{background:#1e293bcc;border:1px solid #ffffff1a}.shadow-sm{box-shadow:0 2px 4px #086ad814}.shadow-md{box-shadow:0 4px 8px #086ad81f}.shadow-lg{box-shadow:0 8px 16px #086ad829}.shadow-xl{box-shadow:0 12px 24px #086ad833}.shadow-primary{box-shadow:0 8px 24px #086ad840}.shadow-success{box-shadow:0 8px 24px #10b98140}.shadow-error{box-shadow:0 8px 24px #ef444440}.container{margin:0 auto;max-width:1400px;padding:0 24px}.container-fluid{padding:0 24px;width:100%}@media (max-width:767px){.hide-mobile{display:none!important}}@media (min-width:768px){.hide-desktop{display:none!important}}:focus-visible{border-radius:4px;outline:2px solid #086ad8;outline-offset:2px}:focus:not(:focus-visible){outline:none}.focus-ring:focus-visible{box-shadow:0 0 0 3px #086ad833;outline:none}::selection{background-color:#086ad833;color:#1e293b}::-moz-selection{background-color:#086ad833;color:#1e293b}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.line-clamp-1,.line-clamp-2,.line-clamp-3{-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.transition-all{transition:all .25s cubic-bezier(.4,0,.2,1)}.transition-fast{transition:all .15s cubic-bezier(.4,0,.2,1)}.transition-slow{transition:all .4s cubic-bezier(.4,0,.2,1)}.transition-colors{transition:color .25s cubic-bezier(.4,0,.2,1),background-color .25s cubic-bezier(.4,0,.2,1),border-color .25s cubic-bezier(.4,0,.2,1)}.transition-transform{transition:transform .25s cubic-bezier(.4,0,.2,1)}.transition-opacity{transition:opacity .25s cubic-bezier(.4,0,.2,1)}.hover-lift{transition:transform .25s cubic-bezier(.4,0,.2,1),box-shadow .25s cubic-bezier(.4,0,.2,1)}.hover-lift:hover{box-shadow:0 8px 24px #086ad829;transform:translateY(-2px)}.hover-scale{transition:transform .25s cubic-bezier(.4,0,.2,1)}.hover-scale:hover{transform:scale(1.02)}.hover-glow:hover{box-shadow:0 0 20px #086ad866}.cursor-pointer{cursor:pointer}.cursor-not-allowed{cursor:not-allowed}.cursor-grab{cursor:grab}.cursor-grabbing{cursor:grabbing}.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}.overflow-hidden{overflow:hidden}.overflow-auto{overflow:auto}.overflow-x-auto{overflow-x:auto;overflow-y:hidden}.overflow-y-auto{overflow-x:hidden;overflow-y:auto}.flex,.flex-col{display:flex}.flex-col{flex-direction:column}.flex-center{justify-content:center}.flex-between,.flex-center{align-items:center;display:flex}.flex-between{justify-content:space-between}.flex-start{align-items:flex-start;display:flex}.flex-end{align-items:flex-end;display:flex}.flex-wrap{flex-wrap:wrap}.flex-1{flex:1 1}.items-center{align-items:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.grid{display:grid}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid-cols-3{grid-template-columns:repeat(3,1fr)}.grid-cols-4{grid-template-columns:repeat(4,1fr)}.grid-gap-sm{gap:8px}.grid-gap-md{gap:16px}.grid-gap-lg{gap:24px}.gap-xs{gap:4px}.gap-sm{gap:8px}.gap-md{gap:16px}.gap-lg{gap:24px}.gap-xl{gap:32px}.p-xs{padding:4px}.p-sm{padding:8px}.p-md{padding:16px}.p-lg{padding:24px}.p-xl{padding:32px}.m-xs{margin:4px}.m-sm{margin:8px}.m-md{margin:16px}.m-lg{margin:24px}.m-xl{margin:32px}.rounded-sm{border-radius:4px}.rounded-md{border-radius:8px}.rounded-lg{border-radius:12px}.rounded-xl{border-radius:16px}.rounded-full{border-radius:9999px}.border{border:1px solid #e2e8f0}.border-primary{border:1px solid #086ad833}.hidden{display:none!important}.invisible{visibility:hidden}.opacity-0{opacity:0}.opacity-50{opacity:.5}.opacity-75{opacity:.75}.opacity-100{opacity:1}.z-0{z-index:0}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}@media print{.no-print{display:none!important}.page-break-before{page-break-before:always}.page-break-after{page-break-after:always}.page-break-inside-avoid{page-break-inside:avoid}body{background:#fff;color:#000}*{box-shadow:none!important;text-shadow:none!important}}.sr-only{clip:rect(0,0,0,0);border-width:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;overflow:visible;position:static;white-space:normal;width:auto}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}@media (prefers-contrast:high){.border{border-width:2px}a,button{text-decoration:underline}}.light-theme,.product-light-theme{background:#fff!important;color:#1a1a1a;color:var(--text-primary)}.product-light-theme .MuiAppBar-root,.product-light-theme .MuiCard-root,.product-light-theme .MuiDataGrid-root,.product-light-theme .MuiDialog-paper,.product-light-theme .MuiDrawer-paper,.product-light-theme .MuiMenu-paper,.product-light-theme .MuiPaper-root,.product-light-theme .MuiPopover-paper,.product-light-theme .MuiTableContainer-root{background:#fff!important;background-color:#fff!important;border-color:#e0e0e0!important;color:#1a1a1a!important}.product-light-theme .MuiBreadcrumbs-separator,.product-light-theme .MuiFormHelperText-root,.product-light-theme .MuiInputBase-input,.product-light-theme .MuiInputLabel-root,.product-light-theme .MuiListItemText-primary,.product-light-theme .MuiTableCell-root,.product-light-theme .MuiTypography-root{color:#1a1a1a!important}.product-light-theme .MuiInputBase-input::placeholder,.product-light-theme .MuiTypography-colorTextSecondary{color:#5f5f5f!important}.product-light-theme .MuiInputBase-root:not(.MuiInputBase-multiline),.product-light-theme .MuiOutlinedInput-root,.product-light-theme input,.product-light-theme select,.product-light-theme textarea{background-color:#fff!important;color:#1a1a1a!important}.product-light-theme .MuiDataGrid-cell,.product-light-theme .MuiDataGrid-footerContainer,.product-light-theme .MuiDataGrid-withBorderColor,.product-light-theme .MuiDivider-root,.product-light-theme .MuiOutlinedInput-notchedOutline,.product-light-theme .MuiTableCell-root{border-color:#e0e0e0!important}.product-light-theme .MuiButton-root:hover,.product-light-theme .MuiDataGrid-row:hover,.product-light-theme .MuiListItemButton-root:hover,.product-light-theme .MuiMenuItem-root:hover{background-color:#f5f5f5!important}.product-light-theme table,.product-light-theme td,.product-light-theme tfoot,.product-light-theme th,.product-light-theme thead{background-color:#fff!important;border-color:#e0e0e0!important;color:#1a1a1a!important}.product-light-theme .recharts-cartesian-axis line,.product-light-theme .recharts-cartesian-grid line{stroke:#e0e0e0!important}.product-light-theme .recharts-cartesian-axis-tick-value,.product-light-theme .recharts-text{fill:#1a1a1a!important}.product-light-theme .recharts-default-tooltip{background:#fff!important;border:1px solid #e0e0e0!important;color:#1a1a1a!important}.product-light-theme [style*="#0a0a0a" i],.product-light-theme [style*="#0d0d0d" i],.product-light-theme [style*="#0f0f0f" i],.product-light-theme [style*="#141414" i],.product-light-theme [style*="#161616" i],.product-light-theme [style*="#171a20" i],.product-light-theme [style*="rgb(10, 10, 10)" i],.product-light-theme [style*="rgb(13, 13, 13)" i],.product-light-theme [style*="rgb(15, 15, 15)" i],.product-light-theme [style*="rgb(20, 20, 20)" i],.product-light-theme [style*="rgb(22, 22, 22)" i],.product-light-theme [style*="rgb(23, 26, 32)" i]{background:#fff!important;background-color:#fff!important}.product-light-theme [style*="rgba(255, 255, 255, 0.045)" i], .product-light-theme [style*="rgba(255, 255, 255, 0.06)" i], .product-light-theme [style*="rgba(255, 255, 255, 0.08)" i], .product-light-theme [style*="rgba(255, 255, 255, 0.14)" i]{background-color:#f5f5f5!important;border-color:#e0e0e0!important}.product-light-theme [style*="#778295" i],.product-light-theme [style*="#7f8a99" i],.product-light-theme [style*="#a6afbc" i],.product-light-theme [style*="#aab4c2" i],.product-light-theme [style*="#f5f7fa" i],.product-light-theme [style*="#f5f7fb" i],.product-light-theme [style*="#fafafa" i],.product-light-theme [style*="color: #778295" i],.product-light-theme [style*="color: #7f8a99" i],.product-light-theme [style*="color: #a6afbc" i],.product-light-theme [style*="color: #aab4c2" i],.product-light-theme [style*="color: #f5f7fa" i],.product-light-theme [style*="color: #f5f7fb" i],.product-light-theme [style*="color: #fafafa" i],.product-light-theme [style*="color: rgb(166, 175, 188)" i],.product-light-theme [style*="color: rgb(170, 180, 194)" i],.product-light-theme [style*="color: rgb(245, 247, 250)" i],.product-light-theme [style*="color: rgb(250, 250, 250)" i],.product-light-theme [style*="rgb(119, 130, 149)" i],.product-light-theme [style*="rgb(170, 180, 194)" i],.product-light-theme [style*="rgb(250, 250, 250)" i]{color:#1a1a1a!important}.product-light-theme [style*="background-color: #111111" i],.product-light-theme [style*="background-color: #15181d" i],.product-light-theme [style*="background-color: #1b2028" i],.product-light-theme [style*="background-color: #1d2a37" i],.product-light-theme [style*="background-color: #eef2ff" i],.product-light-theme [style*="background-color: #f1f5f9" i],.product-light-theme [style*="background-color: #f8fafc" i],.product-light-theme [style*="background-color: rgb(17, 17, 17)" i],.product-light-theme [style*="background-color: rgb(21, 24, 29)" i],.product-light-theme [style*="background-color: rgb(241, 245, 249)" i],.product-light-theme [style*="background-color: rgb(248, 250, 252)" i],.product-light-theme [style*="background-color: rgb(27, 32, 40)" i],.product-light-theme [style*="background-color: rgb(29, 42, 55)" i],.product-light-theme [style*="background: #111111" i],.product-light-theme [style*="background: #15181d" i],.product-light-theme [style*="background: #1b2028" i],.product-light-theme [style*="background: #1d2a37" i],.product-light-theme [style*="background: #eef2ff" i],.product-light-theme [style*="background: #f1f5f9" i],.product-light-theme [style*="background: #f8fafc" i],.product-light-theme [style*="background: rgb(17, 17, 17)" i],.product-light-theme [style*="background: rgb(21, 24, 29)" i],.product-light-theme [style*="background: rgb(241, 245, 249)" i],.product-light-theme [style*="background: rgb(248, 250, 252)" i],.product-light-theme [style*="background: rgb(27, 32, 40)" i],.product-light-theme [style*="background: rgb(29, 42, 55)" i]{background:#fff!important;background-color:#fff!important}.product-light-theme [style*="border: 1.5px solid rgba(255,255,255,0.12)" i],.product-light-theme [style*="border: 1px solid rgba(255,255,255,0.12)" i],.product-light-theme [style*="rgba(255,255,255,0.12)" i],.product-light-theme [style*="rgba(255,255,255,0.14)" i],.product-light-theme [style*="rgba(255,255,255,0.22)" i],.product-light-theme [style*="rgba(255,255,255,0.3)" i],.product-light-theme [style*="rgba(255,255,255,0.44)" i]{border-color:#e0e0e0!important}.product-light-theme [style*="background-color: #1d2a37" i],.product-light-theme [style*="background: #1d2a37" i]{background-color:#f5f5f5!important;background:#f5f5f5!important;color:#1a1a1a!important}.product-dark-theme{--product-bg:#0a0a0a;--product-bg-soft:#0d0d0d;--product-surface:#0f0f0f;--product-surface-raised:#141414;--product-surface-soft:#ffffff0f;--product-border:#ffffff14;--product-border-strong:#ffffff24;--product-text:#fafafa;--product-muted:#aab4c2;--product-faint:#778295;--product-primary:#4aa3ff;--product-primary-soft:#4aa3ff24;--product-success:#3ddc97;--product-success-soft:#3ddc9724;--product-warning:#f6c661;--product-warning-soft:#f6c66124;--product-error:#ff6b7a;--product-error-soft:#ff6b7a24;--product-purple-soft:#b58cff24;--product-pink-soft:#ff5d9e24;background:var(--product-bg);color:var(--product-text);color-scheme:dark;font-family:geistSans,geistSans Fallback,system-ui,sans-serif}.product-dark-theme,.product-dark-theme *{scrollbar-color:#ffffff29 #0000}.product-dark-theme ::selection{background-color:#4aa3ff47;color:#fff}.product-dark-theme .MuiCard-root,.product-dark-theme .MuiDataGrid-root,.product-dark-theme .MuiDialog-paper,.product-dark-theme .MuiMenu-paper,.product-dark-theme .MuiPaper-root,.product-dark-theme .MuiPopover-paper,.product-dark-theme .MuiTableContainer-root{background-color:var(--product-surface)!important;background-image:none!important;border-color:var(--product-border)!important;color:var(--product-text)!important}.product-dark-theme .MuiAppBar-root{background:var(--product-bg)!important;border-color:var(--product-border)!important;z-index:10!important}.product-dark-theme .MuiDrawer-paper{background:#161616!important;border-left:0!important;border-right:0!important}.product-dark-theme .MuiBox-root,.product-dark-theme article,.product-dark-theme aside,.product-dark-theme main,.product-dark-theme section{color:inherit}.product-dark-theme [class*=Content i],.product-dark-theme [class*=Dashboard i],.product-dark-theme [class*=Page i],.product-dark-theme [class*=Workspace i],.product-dark-theme [class*=content i],.product-dark-theme [class*=dashboard i],.product-dark-theme [class*=page i],.product-dark-theme [class*=workspace i],.product-dark-theme [role=main]{color:var(--product-text)}.product-dark-theme .MuiDataGrid-cell,.product-dark-theme .MuiDataGrid-footerContainer,.product-dark-theme .MuiDataGrid-root,.product-dark-theme .MuiDataGrid-withBorderColor{border-color:var(--product-border)!important}.product-dark-theme .MuiDataGrid-row:hover,.product-dark-theme .MuiListItemButton-root:hover,.product-dark-theme .MuiMenuItem-root:hover{background-color:var(--product-surface-soft)!important}.product-dark-theme .MuiDataGrid-row.Mui-selected,.product-dark-theme .MuiListItemButton-root.Mui-selected,.product-dark-theme .MuiMenuItem-root.Mui-selected{background-color:#1d2a37!important}.product-dark-theme table{background-color:var(--product-surface)!important}.product-dark-theme table,.product-dark-theme td,.product-dark-theme th{border-color:var(--product-border)!important;color:var(--product-text)!important}.product-dark-theme tfoot,.product-dark-theme thead{background-color:var(--product-surface-raised)!important}.product-dark-theme option{background-color:var(--product-surface)!important;color:var(--product-text)!important}.product-dark-theme .MuiTableCell-root,.product-dark-theme fieldset,.product-dark-theme hr{border-color:var(--product-border)!important}.product-dark-theme .MuiTableCell-root{color:var(--product-text)!important}.product-dark-theme .MuiDataGrid-columnHeaders,.product-dark-theme .MuiTableHead-root .MuiTableCell-root{background-color:var(--product-surface-raised)!important;color:var(--product-muted)!important}.product-dark-theme .MuiTypography-root:not(.MuiTypography-colorError):not(.MuiTypography-colorSuccess):not(.MuiTypography-colorWarning):not(.MuiTypography-colorInfo){color:inherit!important}.product-dark-theme .MuiBreadcrumbs-separator,.product-dark-theme .MuiFormHelperText-root,.product-dark-theme .MuiInputLabel-root,.product-dark-theme .MuiTypography-colorTextSecondary{color:var(--product-muted)!important}.product-dark-theme .MuiInputBase-root:not(.MuiInputBase-multiline),.product-dark-theme .MuiOutlinedInput-root{background-color:var(--product-bg-soft)!important;color:var(--product-text)!important}.product-dark-theme .MuiFormControl-root,.product-dark-theme .MuiSelect-select,.product-dark-theme input,.product-dark-theme select,.product-dark-theme textarea{background-color:var(--product-bg-soft)}.product-dark-theme .MuiOutlinedInput-notchedOutline{border-color:var(--product-border)!important}.product-dark-theme .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline,.product-dark-theme .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline{border-color:var(--product-primary)!important}.product-dark-theme .MuiInputBase-input,.product-dark-theme input,.product-dark-theme select,.product-dark-theme textarea{color:var(--product-text)!important}.product-dark-theme .MuiInputBase-input::placeholder,.product-dark-theme input::placeholder,.product-dark-theme textarea::placeholder{color:var(--product-faint)!important;opacity:1!important}.product-dark-theme .MuiButton-outlined,.product-dark-theme .MuiButton-text{border-color:var(--product-border-strong)!important}.product-dark-theme .MuiDivider-root{border-color:var(--product-border)!important}.product-dark-theme .MuiChip-root:not(.MuiChip-colorSuccess):not(.MuiChip-colorError):not(.MuiChip-colorWarning):not(.MuiChip-colorInfo):not(.MuiChip-colorPrimary){background-color:var(--product-surface-raised)!important;border-color:var(--product-border)!important;color:var(--product-text)!important}.product-dark-theme .recharts-cartesian-grid line{stroke:var(--product-border)!important}.product-dark-theme .recharts-cartesian-axis-tick-value,.product-dark-theme .recharts-text{fill:var(--product-muted)!important}.product-dark-theme .recharts-default-tooltip{background:var(--product-surface)!important;border:1px solid var(--product-border)!important;color:var(--product-text)!important}.product-dark-theme [style*="background-color: #e0e0e0" i],.product-dark-theme [style*="background-color: #e0e7ff" i],.product-dark-theme [style*="background-color: #e3f2fd" i],.product-dark-theme [style*="background-color: #eef2ff" i],.product-dark-theme [style*="background-color: #eff6ff" i],.product-dark-theme [style*="background-color: #f0f0f0" i],.product-dark-theme [style*="background-color: #f0f9ff" i],.product-dark-theme [style*="background-color: #f1f5f9" i],.product-dark-theme [style*="background-color: #f3ede2" i],.product-dark-theme [style*="background-color: #f3f4f6" i],.product-dark-theme [style*="background-color: #f5efe6" i],.product-dark-theme [style*="background-color: #f5f5f5" i],.product-dark-theme [style*="background-color: #f5f7fa" i],.product-dark-theme [style*="background-color: #f8f4ec" i],.product-dark-theme [style*="background-color: #f8fafc" i],.product-dark-theme [style*="background-color: #f9f9f9" i],.product-dark-theme [style*="background-color: #fafafa" i],.product-dark-theme [style*="background-color: #fcfaf6" i],.product-dark-theme [style*="background-color: #fcfcfc" i],.product-dark-theme [style*="background-color: #fff" i],.product-dark-theme [style*="background-color: #ffffff" i],.product-dark-theme [style*="background-color: rgb(241, 245, 249)" i],.product-dark-theme [style*="background-color: rgb(243, 244, 246)" i],.product-dark-theme [style*="background-color: rgb(248, 250, 252)" i],.product-dark-theme [style*="background-color: rgb(255, 255, 255)" i],.product-dark-theme [style*="background-color: white" i],.product-dark-theme [style*="background: #e0e0e0" i],.product-dark-theme [style*="background: #e0e7ff" i],.product-dark-theme [style*="background: #e3f2fd" i],.product-dark-theme [style*="background: #eef2ff" i],.product-dark-theme [style*="background: #eff6ff" i],.product-dark-theme [style*="background: #f0f0f0" i],.product-dark-theme [style*="background: #f0f9ff" i],.product-dark-theme [style*="background: #f1f5f9" i],.product-dark-theme [style*="background: #f3ede2" i],.product-dark-theme [style*="background: #f3f4f6" i],.product-dark-theme [style*="background: #f5efe6" i],.product-dark-theme [style*="background: #f5f5f5" i],.product-dark-theme [style*="background: #f5f7fa" i],.product-dark-theme [style*="background: #f8f4ec" i],.product-dark-theme [style*="background: #f8fafc" i],.product-dark-theme [style*="background: #f9f9f9" i],.product-dark-theme [style*="background: #fafafa" i],.product-dark-theme [style*="background: #fcfaf6" i],.product-dark-theme [style*="background: #fcfcfc" i],.product-dark-theme [style*="background: #fff" i],.product-dark-theme [style*="background: #ffffff" i],.product-dark-theme [style*="background: rgb(241, 245, 249)" i],.product-dark-theme [style*="background: rgb(243, 244, 246)" i],.product-dark-theme [style*="background: rgb(248, 250, 252)" i],.product-dark-theme [style*="background: rgb(255, 255, 255)" i],.product-dark-theme [style*="background: white" i]{background:var(--product-surface)!important;background-color:var(--product-surface)!important;color:var(--product-text)!important}.product-dark-theme [style*="#f3ede2" i],.product-dark-theme [style*="#f5efe6" i],.product-dark-theme [style*="#f8f4ec" i],.product-dark-theme [style*="#fcfaf6" i],.product-dark-theme [style*="#fffbf3" i],.product-dark-theme [style*="#fffdf8" i]{background:var(--product-bg)!important;background-color:var(--product-bg)!important;color:var(--product-text)!important}.product-dark-theme [style*="background-color: #dcfce7" i],.product-dark-theme [style*="background-color: #ecfdf5" i],.product-dark-theme [style*="background-color: #f0fdf4" i],.product-dark-theme [style*="background: #dcfce7" i],.product-dark-theme [style*="background: #ecfdf5" i],.product-dark-theme [style*="background: #f0fdf4" i]{background:var(--product-success-soft)!important;background-color:var(--product-success-soft)!important;color:var(--product-success)!important}.product-dark-theme [style*="background-color: #fee2e2" i],.product-dark-theme [style*="background-color: #fef2f2" i],.product-dark-theme [style*="background: #fee2e2" i],.product-dark-theme [style*="background: #fef2f2" i]{background:var(--product-error-soft)!important;background-color:var(--product-error-soft)!important;color:var(--product-error)!important}.product-dark-theme [style*="background-color: #fef3c7" i],.product-dark-theme [style*="background-color: #fef9c3" i],.product-dark-theme [style*="background-color: #fff7ed" i],.product-dark-theme [style*="background-color: #fffbeb" i],.product-dark-theme [style*="background: #fef3c7" i],.product-dark-theme [style*="background: #fef9c3" i],.product-dark-theme [style*="background: #fff7ed" i],.product-dark-theme [style*="background: #fffbeb" i]{background:var(--product-warning-soft)!important;background-color:var(--product-warning-soft)!important;color:var(--product-warning)!important}.product-dark-theme [style*="background-color: #f5f3ff" i],.product-dark-theme [style*="background-color: #faf5ff" i],.product-dark-theme [style*="background: #f5f3ff" i],.product-dark-theme [style*="background: #faf5ff" i]{background:var(--product-purple-soft)!important;background-color:var(--product-purple-soft)!important;color:#b58cff!important}.product-dark-theme [style*="background-color: #fdf2f8" i],.product-dark-theme [style*="background-color: #fff0f5" i],.product-dark-theme [style*="background: #fdf2f8" i],.product-dark-theme [style*="background: #fff0f5" i]{background:var(--product-pink-soft)!important;background-color:var(--product-pink-soft)!important;color:#ff5d9e!important}.product-dark-theme [style*="#ccc" i],.product-dark-theme [style*="#d1d5db" i],.product-dark-theme [style*="#d9d9d9" i],.product-dark-theme [style*="#ddd" i],.product-dark-theme [style*="#dee2e6" i],.product-dark-theme [style*="#e2e8f0" i],.product-dark-theme [style*="#e5e7eb" i],.product-dark-theme [style*="#eceff1" i],.product-dark-theme [style*="#edf2f7" i],.product-dark-theme [style*="#f1f5f9" i],.product-dark-theme [style*="#f3f4f6" i],.product-dark-theme [style*="rgb(209, 213, 219)" i],.product-dark-theme [style*="rgb(226, 232, 240)" i],.product-dark-theme [style*="rgb(229, 231, 235)" i]{border-color:var(--product-border)!important}.product-dark-theme [style*="color: #000" i],.product-dark-theme [style*="color: #0f172a" i],.product-dark-theme [style*="color: #111827" i],.product-dark-theme [style*="color: #171411" i],.product-dark-theme [style*="color: #1e293b" i],.product-dark-theme [style*="color: #1f1a14" i],.product-dark-theme [style*="color: #1f2937" i],.product-dark-theme [style*="color: #202124" i],.product-dark-theme [style*="color: #212529" i],.product-dark-theme [style*="color: #222" i],.product-dark-theme [style*="color: #333" i],.product-dark-theme [style*="color: #374151" i],.product-dark-theme [style*="color: rgb(15, 23, 42)" i],.product-dark-theme [style*="color: rgb(17, 24, 39)" i],.product-dark-theme [style*="color: rgb(31, 41, 55)" i]{color:var(--product-text)!important}.product-dark-theme [style*="color: #475569" i],.product-dark-theme [style*="color: #64748b" i],.product-dark-theme [style*="color: #6b7280" i],.product-dark-theme [style*="color: #777" i],.product-dark-theme [style*="color: #888" i],.product-dark-theme [style*="color: #94a3b8" i],.product-dark-theme [style*="color: #999" i],.product-dark-theme [style*="color: rgb(100, 116, 139)" i],.product-dark-theme [style*="color: rgb(107, 114, 128)" i],.product-dark-theme [style*="color: rgb(148, 163, 184)" i],.product-dark-theme [style*="color: rgb(71, 85, 105)" i]{color:var(--product-muted)!important}.product-dark-theme .bg-gray-100,.product-dark-theme .bg-gray-50,.product-dark-theme .bg-slate-100,.product-dark-theme .bg-slate-50,.product-dark-theme .bg-white,.product-dark-theme .bg-white\/95,.product-dark-theme .hover\:bg-blue-50:hover,.product-dark-theme .hover\:bg-gray-100:hover,.product-dark-theme .hover\:bg-gray-50:hover,.product-dark-theme .hover\:bg-slate-100:hover,.product-dark-theme .hover\:bg-slate-50:hover{background-color:var(--product-surface)!important;color:var(--product-text)!important}.product-dark-theme .bg-gray-200,.product-dark-theme .bg-gray-300,.product-dark-theme .bg-neutral-100,.product-dark-theme .bg-slate-200,.product-dark-theme .bg-slate-300,.product-dark-theme .bg-stone-100,.product-dark-theme .disabled\:bg-gray-400:disabled,.product-dark-theme .hover\:bg-gray-200:hover,.product-dark-theme .hover\:bg-gray-300:hover,.product-dark-theme .hover\:bg-slate-200:hover{background-color:var(--product-surface-raised)!important}.product-dark-theme .bg-blue-50,.product-dark-theme .bg-indigo-100,.product-dark-theme .bg-indigo-50,.product-dark-theme .bg-sky-50,.product-dark-theme .hover\:bg-indigo-100:hover{background-color:var(--product-primary-soft)!important}.product-dark-theme .bg-emerald-100,.product-dark-theme .bg-emerald-50,.product-dark-theme .bg-green-100,.product-dark-theme .bg-green-50{background-color:var(--product-success-soft)!important;color:var(--product-success)!important}.product-dark-theme .bg-red-100,.product-dark-theme .bg-red-50,.product-dark-theme .bg-rose-100,.product-dark-theme .bg-rose-50{background-color:var(--product-error-soft)!important;color:var(--product-error)!important}.product-dark-theme .bg-amber-100,.product-dark-theme .bg-amber-50,.product-dark-theme .bg-orange-100,.product-dark-theme .bg-orange-50,.product-dark-theme .bg-yellow-100,.product-dark-theme .bg-yellow-50{background-color:var(--product-warning-soft)!important;color:var(--product-warning)!important}.product-dark-theme .bg-pink-100,.product-dark-theme .bg-pink-50,.product-dark-theme .bg-purple-100,.product-dark-theme .bg-purple-50,.product-dark-theme .bg-violet-100,.product-dark-theme .bg-violet-50{background-color:var(--product-purple-soft)!important}.product-dark-theme .from-gray-100,.product-dark-theme .from-gray-50{--tw-gradient-from:var(--product-surface) var(--tw-gradient-from-position)!important;--tw-gradient-to:#171a2000 var(--tw-gradient-to-position)!important;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)!important}.product-dark-theme .to-gray-100,.product-dark-theme .to-gray-200{--tw-gradient-to:var(--product-surface-raised) var(--tw-gradient-to-position)!important}.product-dark-theme .border-gray-100,.product-dark-theme .border-gray-200,.product-dark-theme .border-gray-200\/30,.product-dark-theme .border-gray-200\/50,.product-dark-theme .border-gray-300,.product-dark-theme .border-neutral-200,.product-dark-theme .border-slate-100,.product-dark-theme .border-slate-200,.product-dark-theme .border-slate-300,.product-dark-theme .border-stone-300{border-color:var(--product-border)!important}.product-dark-theme .text-black,.product-dark-theme .text-gray-800,.product-dark-theme .text-gray-900,.product-dark-theme .text-neutral-800,.product-dark-theme .text-neutral-900,.product-dark-theme .text-slate-800,.product-dark-theme .text-slate-900{color:var(--product-text)!important}.product-dark-theme .text-gray-400,.product-dark-theme .text-gray-500,.product-dark-theme .text-gray-600,.product-dark-theme .text-gray-700,.product-dark-theme .text-neutral-400,.product-dark-theme .text-neutral-500,.product-dark-theme .text-neutral-600,.product-dark-theme .text-slate-400,.product-dark-theme .text-slate-500,.product-dark-theme .text-slate-600,.product-dark-theme .text-slate-700,.product-dark-theme .text-stone-400,.product-dark-theme .text-stone-500{color:var(--product-muted)!important}.product-dark-theme .text-emerald-600,.product-dark-theme .text-green-600{color:#3ddc97!important;color:var(--product-success,#3ddc97)!important}.product-dark-theme .text-red-600,.product-dark-theme .text-rose-600{color:#ff6b7a!important;color:var(--product-error,#ff6b7a)!important}.product-dark-theme .divide-gray-100>:not([hidden])~:not([hidden]),.product-dark-theme .divide-gray-200>:not([hidden])~:not([hidden]),.product-dark-theme .divide-slate-100>:not([hidden])~:not([hidden]),.product-dark-theme .divide-slate-200>:not([hidden])~:not([hidden]){border-color:var(--product-border)!important}.product-dark-theme .shadow,.product-dark-theme .shadow-lg,.product-dark-theme .shadow-md,.product-dark-theme .shadow-sm,.product-dark-theme .shadow-xl{box-shadow:0 18px 42px #00000057!important}.product-dark-theme .skeleton{background:linear-gradient(90deg,var(--product-surface) 0,var(--product-surface-raised) 50%,var(--product-surface) 100%)}.legacy-component{clip:auto;all:initial;animation:none 0s ease 0s 1 normal none running;backface-visibility:visible;background:#0000 none repeat 0 0/auto auto padding-box border-box scroll;border:none;border-collapse:initial;border-image:none;border-radius:0;border-spacing:0;bottom:auto;box-shadow:none;box-sizing:initial;caption-side:top;clear:none;color:#000;column-fill:balance;column-gap:normal;column-rule:medium none currentColor;column-span:1;columns:auto;content:normal;counter-increment:none;counter-reset:none;cursor:auto;direction:ltr;display:inline;display:block;empty-cells:show;float:none;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-family:serif;font-size:medium;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:400;height:auto;-webkit-hyphens:none;hyphens:none;left:auto;letter-spacing:normal;line-height:normal;list-style:disc none outside;margin:0;max-height:none;max-width:none;min-height:0;min-width:0;opacity:1;orphans:2;outline:medium none invert;overflow:visible;overflow-x:visible;overflow-y:visible;padding:0;page-break-after:auto;page-break-before:auto;page-break-inside:auto;perspective:none;perspective-origin:50% 50%;position:static;right:auto;tab-size:8;table-layout:auto;text-align:left;text-align-last:auto;text-decoration:none;text-indent:0;text-shadow:none;text-transform:none;top:auto;transform:none;transform-origin:initial;transform-style:flat;transition:none 0s ease 0s;unicode-bidi:normal;vertical-align:initial;visibility:visible;white-space:normal;widows:2;width:auto;word-spacing:normal;z-index:auto;*{font-family:inherit}}.legacy-component button{background:none;border:none;cursor:pointer;font-family:inherit}.legacy-component a{color:inherit;text-decoration:none}.legacy-component ol,.legacy-component ul{list-style:inherit}.legacy-component input,.legacy-component select,.legacy-component textarea{font-family:inherit;font-size:inherit}.legacy-component .MuiButton-root,.legacy-component .MuiCard-root,.legacy-component .MuiPaper-root{all:revert}.auth-container{font-family:Sora,DM Sans,sans-serif;height:100vh;margin:0;overflow:hidden;padding:0;width:100vw}.auth-container,.auth-container *,.auth-container :after,.auth-container :before{box-sizing:border-box}.auth-theme-toggle{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:none;border-radius:50%;cursor:pointer;display:flex;height:40px;justify-content:center;position:fixed;right:12px;top:12px;transition:all .3s ease;width:40px;z-index:1000}@media (min-width:768px){.auth-theme-toggle{height:44px;right:16px;top:16px;width:44px}}.auth-theme-toggle.light{background-color:#0000001a;border:1px solid #0000001a;color:#1a1d29}.auth-theme-toggle.dark{background-color:#ffffff1a;border:1px solid #fff3;color:#fff}.auth-theme-toggle:hover.light{background-color:#0003}.auth-theme-toggle:hover.dark{background-color:#fff3}.auth-grid{display:flex;height:100vh;width:100%}.auth-left-panel{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);height:100vh;overflow:auto;position:relative;transition:all .3s ease;width:100%}@media (min-width:1024px){.auth-left-panel{flex:0 0 41.666%;width:41.666%}}.auth-left-panel.light{background:#fffffff2;border-right:1px solid #724cec14}.auth-left-panel.dark{background:#0f172af2;border-right:1px solid #94a3b81a}.auth-left-panel:before{border-radius:50%;content:"";height:180px;pointer-events:none;position:absolute;right:-60px;top:-60px;transition:all .3s ease;width:180px}@media (min-width:768px){.auth-left-panel:before{height:220px;width:220px}}.auth-left-panel.light:before{background:radial-gradient(circle,#4a3aff14 0,#0000 70%)}.auth-left-panel.dark:before{background:radial-gradient(circle,#94a3b80d 0,#0000 70%)}.auth-left-panel:after{border-radius:50%;bottom:-50px;content:"";height:150px;left:-50px;pointer-events:none;position:absolute;transition:all .3s ease;width:150px}@media (min-width:768px){.auth-left-panel:after{height:180px;width:180px}}.auth-left-panel.light:after{background:radial-gradient(circle,#4aa3ff0f 0,#0000 70%)}.auth-left-panel.dark:after{background:radial-gradient(circle,#3b82f60d 0,#0000 70%)}.auth-form-container{align-items:center;display:flex;height:100vh;justify-content:center;padding:8px 12px;position:relative;z-index:1}@media (min-width:640px){.auth-form-container{padding:8px 20px}}@media (min-width:768px){.auth-form-container{padding:12px 24px}}@media (min-width:1024px){.auth-form-container{padding:12px 28px}}.auth-form-wrapper{max-width:360px;width:100%}@media (min-width:640px){.auth-form-wrapper{max-width:380px}}@media (min-width:768px){.auth-form-wrapper{max-width:400px}}.auth-right-panel{display:none;flex:0 0 58.333%;height:100vh;overflow:hidden;position:relative;transition:all .3s ease;width:58.333%}@media (min-width:1024px){.auth-right-panel{display:block}}.auth-right-panel.light{background:linear-gradient(135deg,#4f46e5,#7c3aed 50%,#2563eb)}.auth-right-panel.dark{background-color:#07081a;background-image:linear-gradient(#4153af26 1px,#0000 0),linear-gradient(90deg,#4153af26 1px,#0000 0),radial-gradient(circle at 50% 50%,#1a1c4d 0,#07081a 80%);background-position:50%;background-size:40px 40px,40px 40px,100% 100%}.auth-right-panel.light:before{background-image:radial-gradient(circle at 30% 20%,#ffffff1a 0,#0000 50%),radial-gradient(circle at 80% 70%,#ffffff14 0,#0000 50%),radial-gradient(circle at 40% 90%,#ffffff1a 0,#0000 50%),repeating-linear-gradient(45deg,#ffffff0d,#ffffff0d 1px,#0000 0,#0000 12px);content:"";inset:0;pointer-events:none;position:absolute}.auth-animated-orb{animation:auth-pulse 8s ease-in-out infinite;border-radius:50%;filter:blur(60px);height:300px;position:absolute;right:10%;top:15%;transition:all .3s ease;width:300px}.auth-animated-orb.light{background:radial-gradient(circle,#fff3 0,#fff0 70%)}.auth-animated-orb.dark{background:radial-gradient(circle,#4aa3ff26 0,#4aa3ff00 70%)}@keyframes auth-pulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}.auth-right-content{align-items:center;color:#fff;display:flex;height:100vh;justify-content:center;padding:16px 32px;position:relative;z-index:2}@media (min-width:1280px){.auth-right-content{padding:16px 40px}}.auth-right-wrapper{max-width:460px;width:100%}.auth-badge{align-items:center;border-radius:999px;display:inline-flex;font-size:.7rem;font-weight:600;margin-bottom:14.4px;padding:4.8px 9.6px;transition:all .3s ease}.auth-badge.light{background-color:#ffffff1a;border:1px solid #fff3;color:#fff}.auth-badge.dark{background-color:#ffffff0a;border:1px solid #ffffff14;color:#fff}.auth-main-title{color:#fff;font-family:Sora,sans-serif;font-size:2.2rem;font-weight:800;letter-spacing:-.03em;line-height:2.4rem;margin-bottom:8px;max-width:420px;transition:all .3s ease}@media (min-width:1280px){.auth-main-title{font-size:2.5rem;line-height:2.7rem}}.auth-title-accent.light{background:linear-gradient(135deg,#fff,#f0f9ff);background-clip:text;-webkit-background-clip:text;color:#0000;display:inline-block}.auth-title-accent.dark{background:linear-gradient(135deg,#4aa3ff,#3ddc97);background-clip:text;-webkit-background-clip:text;color:#0000;display:inline-block}.auth-description{font-family:Sora,sans-serif;font-size:.85rem;font-weight:400;line-height:1.4;margin-bottom:17.6px;max-width:400px;transition:all .3s ease}.auth-description.light{color:#fffc}.auth-description.dark{color:#ffffffa6}.auth-metrics-grid{grid-gap:9.6px;display:grid;gap:9.6px;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));margin-bottom:17.6px}.auth-metric-card{border-radius:12px;padding:9.6px 12px;transition:all .3s ease}.auth-metric-card.light{background-color:#ffffff1a;border:1px solid #fff3}.auth-metric-card.dark{background-color:#ffffff0a;border:1px solid #ffffff14}.auth-metric-card:hover.light{background-color:#fff3;border-color:#ffffff4d}.auth-metric-card:hover.dark{background-color:#ffffff14;border-color:#ffffff26}.auth-metric-value{font-size:1.4rem;font-weight:800;line-height:1;margin-bottom:4px;transition:all .3s ease}@media (min-width:768px){.auth-metric-value{font-size:1.6rem}}.auth-metric-value.light{color:#fff}.auth-metric-value.dark{color:#4aa3ff}.auth-metric-label{font-size:.7rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase;transition:all .3s ease}.auth-metric-label.light{color:#fffc}.auth-metric-label.dark{color:#ffffff80}.auth-features-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:17.6px}.auth-feature-card{align-items:flex-start;border-radius:14px;display:flex;gap:10px;padding:12px;transition:all .3s ease}.auth-feature-card.light{background-color:#ffffff1a;border:1px solid #fff3}.auth-feature-card.dark{background-color:#ffffff08;border:1px solid #ffffff0f}.auth-feature-card:hover.light{background-color:#ffffff26;border-color:#ffffff40}.auth-feature-card:hover.dark{background-color:#ffffff0f;border-color:#ffffff1f}.auth-feature-icon{align-items:center;border-radius:10px;display:flex;flex-shrink:0;height:32px;justify-content:center;transition:all .3s ease;width:32px}.auth-feature-icon.light{background-color:#fff3;color:#fff}.auth-feature-icon.dark{background-color:#4aa3ff1f;color:#4aa3ff}.auth-feature-title{color:#fff;font-size:.85rem;font-weight:700;line-height:1.3;margin-bottom:2px;transition:all .3s ease}.auth-feature-description{font-size:.7rem;line-height:1.4;transition:all .3s ease}.auth-feature-description.light{color:#fffc}.auth-feature-description.dark{color:#ffffff73}.auth-compliance-badges{display:flex;flex-wrap:wrap;gap:6px}.auth-compliance-badge{align-items:center;border-radius:8px;display:flex;font-size:.68rem;font-weight:600;height:28px;padding:0 8px;transition:all .3s ease}.auth-compliance-badge.light{background-color:#ffffff1a;border:1px solid #fff3;color:#fffc}.auth-compliance-badge.dark{background-color:#ffffff0a;border:1px solid #ffffff14;color:#ffffffb3}.auth-form{width:100%}.auth-form-badge{align-items:center;background:linear-gradient(135deg,#5d55f4,#7a4bee);border-radius:999px;color:#fff;display:inline-flex;font-size:.7rem;font-weight:800;margin-bottom:6.4px;padding:3.2px 8.8px}.auth-form-title{font-size:1.5rem;font-weight:800;letter-spacing:-.04em;line-height:1.05;margin-bottom:3.2px;transition:all .3s ease}@media (min-width:768px){.auth-form-title{font-size:1.8rem}}.auth-form-title.light{color:#1d2538}.auth-form-title.dark{color:#f1f5f9}.auth-form-description{font-size:.8rem;line-height:1.4;margin-bottom:11.2px;transition:all .3s ease}.auth-form-description.light{color:#6f7890}.auth-form-description.dark{color:#f1f5f9b3}.auth-google-button{align-items:center;border:1px solid;border-radius:12px;cursor:pointer;display:flex;font-size:.82rem;font-weight:700;gap:8px;height:40px;justify-content:center;margin-bottom:12px;text-transform:none;transition:all .3s ease;width:100%}.auth-google-button.light{background-color:#fff;border-color:#dde5f6;box-shadow:0 8px 24px #747fa814;color:#1e2438}.auth-google-button.dark{background-color:#0f172a4d;border-color:#94a3b833;box-shadow:0 8px 24px #0003;color:#f1f5f9}.auth-google-button:hover.light{background-color:#f8faff;border-color:#ccd7f3}.auth-google-button:hover.dark{background-color:#0f172a80;border-color:#94a3b866}.auth-google-button:disabled{cursor:not-allowed;opacity:.6}.auth-divider-container{align-items:center;display:flex;gap:8px;margin:12px 0}.auth-divider-line{flex:1 1;height:1px;transition:all .3s ease}.auth-divider-line.light{background-color:#e7ecf8}.auth-divider-line.dark{background-color:#94a3b833}.auth-divider-text{font-size:.8rem;font-weight:600;transition:all .3s ease}.auth-divider-text.light{color:#9aa3ba}.auth-divider-text.dark{color:#f1f5f999}.auth-input-container{margin-bottom:8.8px}.auth-input-label{display:block;font-size:.75rem;font-weight:700;margin-bottom:4px;transition:all .3s ease}.auth-input-label.light{color:#1e2438}.auth-input-label.dark{color:#f1f5f9}.auth-input{border:1px solid;border-radius:12px;font-size:.82rem;height:40px;outline:none;padding:0 12px 0 40px;transition:all .3s ease;width:100%}.auth-input.light{background-color:#f6f8fe;border-color:#e2e8f8;color:#1e2438}.auth-input.dark{background-color:#0f172a4d;border-color:#94a3b833;color:#f1f5f9}.auth-input:hover.light{border-color:#ccd7f3}.auth-input:hover.dark{border-color:#94a3b866}.auth-input:focus.dark,.auth-input:focus.light{border-color:#6c4dff;border-width:1px}.auth-input::placeholder{opacity:1}.auth-input.light::placeholder{color:#8c95ad}.auth-input.dark::placeholder{color:#f1f5f980}.auth-input-icon{left:12px;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%)}.auth-input-icon.light{color:#9aa3ba}.auth-input-icon.dark{color:#f1f5f980}.auth-input-wrapper{position:relative}.auth-password-toggle{background:none;border:none;border-radius:4px;cursor:pointer;padding:4px;position:absolute;right:12px;top:50%;transform:translateY(-50%);transition:all .3s ease}.auth-password-toggle.light{color:#9aa3ba}.auth-password-toggle.dark{color:#f1f5f980}.auth-password-toggle:hover{opacity:.7}.auth-checkbox-container{align-items:center;display:flex;gap:8px;margin-bottom:9.6px}.auth-checkbox{border:1px solid;border-radius:4px;cursor:pointer;height:16px;transition:all .3s ease;width:16px}.auth-checkbox.light{border-color:#8189a1}.auth-checkbox.dark{border-color:#f1f5f980}.auth-checkbox-label{cursor:pointer;font-size:.8rem;transition:all .3s ease}.auth-checkbox-label.light{color:#6f7890}.auth-checkbox-label.dark{color:#f1f5f9b3}.auth-submit-button{align-items:center;background:linear-gradient(90deg,#5048e5,#7b35f1);border:none;border-radius:12px;box-shadow:0 16px 36px #6a46e942;color:#fff;cursor:pointer;display:flex;font-size:.85rem;font-weight:800;gap:8px;height:44px;justify-content:center;margin-bottom:10.8px;text-transform:none;transition:all .3s ease;width:100%}.auth-submit-button:hover{background:linear-gradient(90deg,#4038d5,#6b25e1);transform:translateY(-1px)}.auth-submit-button:disabled{cursor:not-allowed;opacity:.6;transform:none}.auth-loading-spinner{animation:auth-spin 1s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:20px;width:20px}@keyframes auth-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.auth-footer-text{font-size:.82rem;margin-top:10.8px;text-align:center;transition:all .3s ease}.auth-footer-text.light{color:#7c859a}.auth-footer-text.dark{color:#f1f5f999}.auth-footer-link{color:#5e57f5;font-weight:800;text-decoration:none;transition:all .3s ease}.auth-footer-link:hover{opacity:.8}.auth-back-button{align-items:center;background:none;border:none;cursor:pointer;display:flex;font-size:.8rem;font-weight:700;gap:6px;margin-top:8.8px;padding:0;text-transform:none;transition:all .3s ease}.auth-back-button.light{color:#6b7280}.auth-back-button.dark{color:#f1f5f999}.auth-back-button:hover{color:#4a3aff}.auth-security-notice{align-items:center;border-radius:12px;display:flex;font-size:.72rem;font-weight:600;gap:6px;height:32px;justify-content:center;margin-top:9.6px;transition:all .3s ease}.auth-security-notice.light{background-color:#f4f7fd;color:#9aa3ba}.auth-security-notice.dark{background-color:#0f172a4d;color:#f1f5f999}.auth-form-grid{grid-gap:8px;display:grid;gap:8px;grid-template-columns:1fr}@media (min-width:640px){.auth-form-grid.two-columns{grid-template-columns:1fr 1fr}}.auth-alert{border-radius:10px;font-size:.8rem;font-weight:500;margin-bottom:8.8px;padding:8px 12px}.auth-alert.error{background-color:#ef44441a;border:1px solid #ef444433;color:#dc2626}.auth-alert.success{background-color:#22c55e1a;border:1px solid #22c55e33;color:#16a34a}.auth-country-dropdown{border:1px solid;border-radius:18px;left:0;margin-top:4px;max-height:320px;overflow-y:auto;padding:8px;position:absolute;right:0;top:100%;transition:all .3s ease;z-index:1300}.auth-country-dropdown.light{background-color:#fff;border-color:#e4e9f2;box-shadow:0 18px 44px #0000001a}.auth-country-dropdown.dark{background-color:#0f172af2;border-color:#94a3b833;box-shadow:0 18px 44px #0000004d}.auth-country-search{border:1px solid;border-radius:14px;font-size:.8rem;height:36px;margin-bottom:8px;outline:none;padding:0 12px;transition:all .3s ease;width:100%}.auth-country-search.light{background-color:#f8fafe;border-color:#e4e9f2;color:#1a1f36}.auth-country-search.dark{background-color:#0f172a4d;border-color:#94a3b833;color:#f1f5f9}.auth-country-search::placeholder{opacity:1}.auth-country-search.light::placeholder{color:#9aa4bf}.auth-country-search.dark::placeholder{color:#f1f5f980}.auth-country-option{align-items:center;border-radius:12px;cursor:pointer;display:flex;min-height:42px;padding:8px 12px;transition:all .3s ease}.auth-country-option.light{color:#1a1f36}.auth-country-option.dark{color:#f1f5f9}.auth-country-option:hover.light{background-color:#4a3aff14}.auth-country-option:hover.dark{background-color:#94a3b81a}.auth-country-option.disabled{cursor:not-allowed;opacity:.5}.auth-country-option.disabled.light{color:#9aa4bf}.auth-country-option.disabled.dark{color:#f1f5f980}.auth-country-loading{display:flex;justify-content:center;padding:16px}.auth-country-loading-spinner{animation:auth-spin 1s linear infinite;border:2px solid #4a3aff33;border-radius:50%;border-top-color:#4a3aff;height:24px;width:24px}@media (max-width:640px){.auth-form-title{font-size:1.4rem}.auth-form-description{font-size:.75rem}.auth-input{font-size:.8rem;height:38px}.auth-submit-button{font-size:.8rem;height:42px}.auth-google-button{font-size:.8rem;height:38px}}
/*# sourceMappingURL=main.5ab805ae.css.map*/