@import"https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap";[data-theme=light]{color-scheme:light}[data-theme=light] body{background:#fff!important;color:#0f172a!important}[data-theme=light] h1,[data-theme=light] h2,[data-theme=light] h3,[data-theme=light] h4,[data-theme=light] h5,[data-theme=light] h6{color:#0f172a!important}[data-theme=light] p{color:#1e293b!important}[data-theme=dark]{color-scheme:dark}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#0b0e14;border-radius:10px}::-webkit-scrollbar-thumb{background:#fff;border-radius:10px;border:2px solid rgb(11,14,20)}::-webkit-scrollbar-thumb:hover{background:#f0f0f0}[data-theme=light] ::-webkit-scrollbar-track{background:#f8fafc!important}[data-theme=light] ::-webkit-scrollbar-thumb{background:#cbd5e1!important;border-color:#f8fafc!important}[data-theme=light] ::-webkit-scrollbar-thumb:hover{background:#94a3b8!important}*{outline:none!important;margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;letter-spacing:.5px;min-height:100vh}h1,h2,h3,h4,h5,h6{font-family:Inter,sans-serif;font-weight:700;margin-bottom:1rem;line-height:1.2}h1{font-size:2.5rem;letter-spacing:-1px}h2{font-size:2rem;letter-spacing:-.5px}h3{font-size:1.75rem}h4{font-size:1.5rem}h5{font-size:1.25rem}h6{font-size:1rem}p{font-size:.95rem;margin-bottom:.5rem}a{color:#8b5cf6;text-decoration:none;transition:all .3s ease}a:hover{color:#7c3aed;text-decoration:underline}code{font-family:Fira Code,source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace;background-color:#f3f1fd;padding:.2rem .4rem;border-radius:4px;color:#7c3aed;font-size:.9rem}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield}input,textarea,select{font-family:Inter,sans-serif;font-size:.95rem;transition:all .3s ease}input:focus,textarea:focus,select:focus{outline:none;border-color:#8b5cf6!important;box-shadow:0 0 0 3px #8b5cf61a}.clip-arrow-right{clip-path:polygon(0 0,100% 50%,0 100%)}.input-gradient{border-radius:10px;border:1px solid transparent;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(to right,#fff,#614dba) border-box;background-clip:padding-box,border-box;transition:all .3s ease}.input-gradient:focus-within{background:linear-gradient(#fff,#fff) padding-box,linear-gradient(to right,#8b5cf6,#7c3aed) border-box;box-shadow:0 4px 12px #8b5cf626}.button-gradient{background-image:linear-gradient(120deg,#8b5cf6,#7c3aed);transition:all .3s ease}.button-gradient:hover{background-image:linear-gradient(120deg,#7c3aed,#6d28d9)}.button-gradient:active{transform:none}.otp-border{background:linear-gradient(to right,#d8d0ff,#614dba);padding:1px;border-radius:8px}.auth-gradient{background-image:linear-gradient(120deg,#c49cf5,#c39bf4 0%,#a887f2 14%,#9477f0 30%,#856bef 47%,#7c65ee 68%,#7a63ee)}.sidebar-gradient{background-image:linear-gradient(260.67deg,#7d63ee,#170e43)}.active-step{background-image:linear-gradient(to right,#9783f1,#fcfcfc8a)}.gradient-text{background:linear-gradient(120deg,#170e43,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.gradient-bg-subtle{background:linear-gradient(135deg,#f3f1fd,#fff)}.gradient-bg-bold{background:linear-gradient(120deg,#8b5cf6,#7c3aed)}.card{border-radius:12px;padding:1.5rem;box-shadow:none;transition:all .3s ease}.card:hover{box-shadow:none;transform:none}.card-elevated{border-radius:12px;padding:1.5rem;box-shadow:none}.container-glass{background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(139,92,246,.1);border-radius:12px;padding:1.5rem}.btn{padding:.75rem 1.5rem;border-radius:8px;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .3s ease;border:none;display:inline-flex;align-items:center;gap:.5rem;letter-spacing:.5px}.btn-primary{background:linear-gradient(120deg,#8b5cf6,#7c3aed);color:#fff;box-shadow:0 4px 12px #8b5cf64d}.btn-primary:hover{background:linear-gradient(120deg,#7c3aed,#6d28d9)}.btn-secondary{background:#f3f1fd;color:#8b5cf6;border:1px solid #d4bef5}.btn-secondary:hover{background:#ede9fe;border-color:#8b5cf6}.btn-ghost{background:transparent;color:#8b5cf6;border:1px solid #d4bef5}.btn-ghost:hover{background:#f3f1fd;border-color:#8b5cf6}.badge{display:inline-block;padding:.35rem .75rem;border-radius:20px;font-size:.8rem;font-weight:600;letter-spacing:.5px}.badge-primary{background:#f3f1fd;color:#8b5cf6;border:1px solid #d4bef5}.badge-success{background:#ecfdf5;color:#059669;border:1px solid #a7f3d0}.badge-warning{background:#fffbeb;color:#d97706;border:1px solid #fcd34d}.badge-error{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}@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 pulse-subtle{0%,to{opacity:1}50%{opacity:.8}}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.animate-fadeInUp{animation:fadeInUp .5s ease-out}.animate-fadeInDown{animation:fadeInDown .5s ease-out}.animate-pulse-subtle{animation:pulse-subtle 2s infinite}.rdp-month_caption{align-items:center}.rdp-button_previous,.rdp-button_next{width:24px;height:24px;border-radius:4px;background-color:#9783f1;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .2s ease}.rdp-button_previous:hover,.rdp-button_next:hover{background-color:#8b5cf6}.rdp-button_next{margin-left:16px}.rdp-chevron{color:#fff;fill:#fff;width:18px;height:18px}.rdp-weekday,.rdp-outside{color:#7c7c7c;font-size:14px;line-height:16px;font-family:Inter,sans-serif}.rdp-day{color:#000;font-size:14px;font-family:Inter,sans-serif}.rdp-range_middle .rdp-day_button{border-bottom:1px solid #614dba;border-top:1px solid #614dba;background-color:#f3f1fd;width:100%;height:100%}.rdp-range_middle,.rdp-range_start,.rdp-range_end{padding:0}.rdp-day_button{height:100%;transition:all .2s ease}.rdp-range_start .rdp-day_button{background-color:#f3f1fd;color:#000;width:100%;border-right:0;border-left:1px solid #614dba!important;border-bottom:1px solid #614dba!important;border-top:1px solid #614dba!important;border-top-right-radius:0;border-bottom-right-radius:0;height:100%;padding:0;margin:0}.rdp-range_end .rdp-day_button{background-color:#f3f1fd;color:#000;width:100%;border-right:1px solid #614dba!important;border-bottom:1px solid #614dba!important;border-top:1px solid #614dba!important;border-top-left-radius:0;border-bottom-left-radius:0;border-left:0;height:100%;padding:0;margin:0}.rdp-day_button:hover{background-color:#ede9fe}@media (max-width: 768px){h1{font-size:1.75rem}h2{font-size:1.5rem}h3{font-size:1.25rem}body{font-size:.9rem}.card{padding:1rem}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}[data-theme=light]{--text-primary: #0f172a !important;--text-secondary: #64748b !important;--bg-primary: #ffffff !important;--bg-secondary: #f8fafc !important;--border-color: #e2e8f0 !important}[data-theme=light] *{color:inherit!important}[data-theme=light] .MuiTypography-root,[data-theme=light] p,[data-theme=light] span,[data-theme=light] div,[data-theme=light] label,[data-theme=light] a,[data-theme=light] button:not(.MuiButton-containedPrimary):not(.btn-primary):not(.common-btn-primary){color:#0f172a!important}[data-theme=light] .MuiButton-containedPrimary,[data-theme=light] .MuiButton-containedPrimary *,[data-theme=light] .btn-primary,[data-theme=light] .btn-primary *,[data-theme=light] .common-btn-primary,[data-theme=light] .common-btn-primary *{color:#fff!important}[data-theme=light] .MuiTableCell-body{color:#1e293b!important}[data-theme=light] .MuiTableCell-head{color:#475569!important;background-color:#f1f5f9!important}[data-theme=light] .MuiInputBase-input,[data-theme=light] input{color:#0f172a!important;background-color:#fff!important;caret-color:#0f172a!important}[data-theme=light] .MuiInputBase-input::placeholder,[data-theme=light] input::placeholder{color:#94a3b8!important;opacity:1!important}[data-theme=light] .MuiOutlinedInput-notchedOutline{border-color:#e2e8f0!important}[data-theme=light] .MuiInputLabel-root,[data-theme=light] .MuiFormLabel-root{color:#64748b!important}[data-theme=light] .MuiChip-root{background-color:#f1f5f9!important;color:#0f172a!important;border-color:#e2e8f0!important}[data-theme=light] .MuiTab-root{color:#64748b!important}[data-theme=light] .MuiTab-root.Mui-selected{color:#8b5cf6!important}[data-theme=light] .MuiTabs-indicator{background-color:#8b5cf6!important}[data-theme=light] .MuiCard-root,[data-theme=light] .MuiPaper-root{background-color:#fff!important;border-color:#e2e8f0!important}[data-theme=light] .MuiAppBar-root{background-color:#fff!important;border-bottom-color:#e2e8f0!important}[data-theme=light] .MuiDrawer-paper{background-color:#fff!important;border-right-color:#e2e8f0!important}[data-theme=light] .MuiListItem-root,[data-theme=light] .MuiListItemText-primary{color:#0f172a!important}[data-theme=light] .MuiListItemText-secondary{color:#64748b!important}[data-theme=light] .MuiMenuItem-root{color:#0f172a!important}[data-theme=light] .MuiDialog-paper{background-color:#fff!important}[data-theme=light] .MuiDialogContent-root{color:#0f172a!important;background-color:#fff!important}[data-theme=light] .MuiDivider-root{border-color:#e2e8f0!important}[data-theme=light] .MuiFormHelperText-root{color:#64748b!important}
