*{margin:0;padding:0;box-sizing:border-box}html{width:100%}body{margin:0;padding:0;min-height:100vh;width:100%;background-color:#000;color:var(--theme-primary-text, #FFFFFF);font-family:system-ui,-apple-system,sans-serif;overflow-x:clip}#root{min-height:100vh;display:flex;flex-direction:column;width:100%;background-color:#000}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}@keyframes pulse-glow{0%,to{box-shadow:0 4px 15px #f973164d}50%{box-shadow:0 4px 25px #f9731680}}input[type=date]{color-scheme:dark}input[type=date]::-webkit-calendar-picker-indicator{filter:invert(1);cursor:pointer;opacity:.7;transition:opacity .2s}input[type=date]::-webkit-calendar-picker-indicator:hover{opacity:1}::-webkit-datetime-edit{padding:.5rem}::-webkit-datetime-edit-fields-wrapper{background:transparent}::-webkit-datetime-edit-text{color:#ffffff80;padding:0 .2rem}::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-year-field{color:#fff}::-webkit-datetime-edit-month-field:focus,::-webkit-datetime-edit-day-field:focus,::-webkit-datetime-edit-year-field:focus{background:#ed89364d;border-radius:4px;outline:none}*{scrollbar-width:thin;scrollbar-color:#ED8936 #171923}*::-webkit-scrollbar{width:10px}*::-webkit-scrollbar-track{background:#171923}*::-webkit-scrollbar-thumb{background-color:#ed8936;border-radius:999px;border:2px solid #171923}*::-webkit-scrollbar-thumb:hover{background-color:#dd6b20}:root{--theme-main-bg: #000000;--theme-section-bg: #000000;--theme-listing-bg: #2D3748;--theme-listing-border: #4A5568;--theme-listing-hover: #374151;--theme-listing-card-title: #FFFFFF;--theme-primary-text: #FFFFFF;--theme-secondary-text: #A0AEC0;--theme-section-title: #FFFFFF;--theme-filter-bg: rgba(45, 55, 72, .8);--theme-filter-border: #4A5568;--theme-filter-text: #FFFFFF;--theme-filter-placeholder: #A0AEC0;--theme-search-bg: rgba(45, 55, 72, .8);--theme-search-border: #4A5568;--theme-search-text: #FFFFFF;--theme-search-placeholder: #A0AEC0;--theme-slider-track: rgba(74, 85, 104, .5);--theme-slider-thumb: #ED8936;--theme-slider-filled: #ED8936}body{background-color:var(--theme-main-bg)!important}.main-section{background-color:var(--theme-section-bg)}.listing-card{background-color:var(--theme-listing-bg);border-color:var(--theme-listing-border)}.listing-card:hover{background-color:var(--theme-listing-hover)}.primary-text{color:var(--theme-primary-text)}.secondary-text{color:var(--theme-secondary-text)}.force-primary-text{color:var(--theme-primary-text)!important}.force-secondary-text{color:var(--theme-secondary-text)!important}.force-section-title{color:var(--theme-section-title)!important}
