:root{--dropdown-bg: #0f172a;--dropdown-bg-active: #1d4ed8;--dropdown-text: #f8fafc}html,body,#root{width:100%;min-height:100%;margin:0;padding:0}html{-webkit-text-size-adjust:100%;text-size-adjust:100%}body{min-height:100dvh;overflow-x:hidden}*,*:before,*:after{box-sizing:border-box}@media (max-width: 640px){html,body,#root{min-width:0;max-width:100%}body{overflow-y:auto;-webkit-overflow-scrolling:touch}input,select,textarea,button{max-width:100%}}select{color-scheme:dark}select option,select optgroup{background-color:var(--dropdown-bg);color:var(--dropdown-text)}select option:checked{background-color:var(--dropdown-bg-active);color:#fff}
