*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}
html,body,#root{height:100%;width:100%;}
body{background:#070711;color:#e2e8f0;font-family:'DM Sans',sans-serif;-webkit-font-smoothing:antialiased;overflow-x:hidden;}
input,select,textarea,button{font-family:inherit;}
input,select,textarea{color-scheme:dark;}
::-webkit-scrollbar{width:4px;height:4px;}
::-webkit-scrollbar-track{background:#0a0a14;}
::-webkit-scrollbar-thumb{background:#1e293b;border-radius:3px;}
*{-webkit-tap-highlight-color:transparent;}
@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}
@keyframes slideUp{from{transform:translateY(100%)}to{transform:translateY(0)}}
@keyframes fadeIn{from{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}
@keyframes pulse{0%,100%{opacity:1}50%{opacity:.4}}
body[data-theme="day"]{background:#f6f8fb;color:#1e293b;}
body[data-theme="day"] input,body[data-theme="day"] select,body[data-theme="day"] textarea{color-scheme:light;}
body[data-theme="day"] ::-webkit-scrollbar-track{background:#e2e8f0;}
body[data-theme="day"] ::-webkit-scrollbar-thumb{background:#cbd5e1;}
body[data-theme="day"] [style*="background:#070711"],body[data-theme="day"] [style*="background: rgb(7, 7, 17)"]{background:#f6f8fb!important;}
body[data-theme="day"] [style*="background:#0a0a14"],body[data-theme="day"] [style*="background: rgb(10, 10, 20)"]{background:#ffffff!important;}
body[data-theme="day"] [style*="background:#0f172a"],body[data-theme="day"] [style*="background: rgb(15, 23, 42)"]{background:#ffffff!important;}
body[data-theme="day"] [style*="background:#1e293b"],body[data-theme="day"] [style*="background: rgb(30, 41, 59)"]{background:#e2e8f0!important;}
body[data-theme="day"] [style*="border:1px solid #1e293b"],body[data-theme="day"] [style*="border-bottom: 1px solid rgb(30, 41, 59)"],body[data-theme="day"] [style*="border-top: 1px solid rgb(30, 41, 59)"]{border-color:#d8e0ea!important;}
body[data-theme="day"] [style*="color:#f1f5f9"],body[data-theme="day"] [style*="color: rgb(241, 245, 249)"],body[data-theme="day"] [style*="color:#e2e8f0"],body[data-theme="day"] [style*="color: rgb(226, 232, 240)"]{color:#172033!important;}
body[data-theme="day"] [style*="color:#94a3b8"],body[data-theme="day"] [style*="color: rgb(148, 163, 184)"],body[data-theme="day"] [style*="color:#64748b"],body[data-theme="day"] [style*="color: rgb(100, 116, 139)"],body[data-theme="day"] [style*="color:#475569"],body[data-theme="day"] [style*="color: rgb(71, 85, 105)"]{color:#526273!important;}
body[data-theme="day"] input,body[data-theme="day"] select,body[data-theme="day"] textarea{background:#ffffff!important;color:#172033!important;border-color:#d8e0ea!important;}
body[data-theme="day"] header,body[data-theme="day"] nav{box-shadow:0 1px 0 #d8e0ea;}