:root{--font-inter:"Inter",sans-serif;--foreground-rgb:0,0,0;--background-start-rgb:214,219,220;--background-end-rgb:255,255,255}@tailwind base;@tailwind components;@tailwind utilities;@media(prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);font-family:var(--font-inter);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}:focus-visible{outline:2px solid #0446f2;outline-offset:2px}:-webkit-autofill{background-color:rgba(0,0,0,0)!important}:autofill{background-color:rgba(0,0,0,0)!important}.react-datepicker{font-family:Inter!important}.react-datepicker,.react-datepicker__header{border:none!important;background:transparent!important}.react-datepicker__header{padding:0!important}.react-datepicker__month-container{background:transparent!important}.react-datepicker__day-names{display:flex;justify-content:space-between;margin-bottom:4px}.react-datepicker__day-name{width:40px!important;height:40px!important;display:flex!important;align-items:center!important;justify-content:center!important;font-family:Inter!important;font-size:14px!important;font-weight:500!important;line-height:1.43!important;color:#030712!important;background:transparent!important;border:none!important;margin:0!important}.react-datepicker__month{margin:0!important}.react-datepicker__week{display:flex;justify-content:space-between;margin-bottom:4px}.react-datepicker__day{width:40px!important;height:40px!important;display:flex!important;align-items:center!important;justify-content:center!important;font-family:Inter!important;font-size:14px!important;font-weight:400!important;line-height:1.71!important;color:#030712!important;background:transparent!important;border:none!important;border-radius:20px!important;margin:0!important;transition:all .2s ease}.react-datepicker__day:hover{background:#F5F5F7!important}.react-datepicker__day--outside-month{color:#B5BAC4!important}.react-datepicker__day--disabled{color:#B5BAC4!important;cursor:not-allowed}.react-datepicker__day--selected{background:#0446F2!important;color:#FFFFFF!important}.react-datepicker__day--selected:hover{background:#0446F2!important}.react-datepicker__day--keyboard-selected{background:#0446F2!important;color:#FFFFFF!important}