@import"https://fonts.googleapis.com/css2?family=Bebas+Neue&family=DM+Sans:wght@300;400;500;600&family=Space+Mono:wght@400;700&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--accent: #F09D51;--accent-dim: #e08a3a;--tomato: #F06543;--black: #1a1a1a;--bg: #111213;--card: #1a1b1d;--card2: #222426;--border: #2e3032;--muted: #6b6d6f;--text: #e8e9eb;--gunmetal: #f0ede8;--red: #e03e1a}body{background-color:var(--bg);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='100'%3E%3Cpath d='M28 0 L56 16 L56 50 L28 66 L0 50 L0 16 Z' fill='none' stroke='rgba(240%2C157%2C81%2C0.07)' stroke-width='1.5'/%3E%3Cpath d='M28 66 L56 50 L56 84 L28 100 L0 84 L0 50 Z' fill='none' stroke='rgba(240%2C157%2C81%2C0.07)' stroke-width='1.5'/%3E%3C/svg%3E");background-size:56px 100px;background-repeat:repeat;background-attachment:fixed;color:var(--text);font-family:DM Sans,sans-serif;min-height:100vh}input,select,textarea{background:#1a1e20;border:1px solid var(--border);color:var(--text);border-radius:8px;padding:12px 16px;font-family:DM Sans,sans-serif;font-size:14px;width:100%;outline:none;transition:border .2s}input:focus,select:focus,textarea:focus{border-color:var(--accent)}input::placeholder{color:var(--muted)}select option{background:#1a1e20;color:var(--text)}button{cursor:pointer;font-family:DM Sans,sans-serif}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:10px}.hide-scrollbar::-webkit-scrollbar{display:none}.hide-scrollbar{scrollbar-width:none;-ms-overflow-style:none}.date-pill{flex:0 0 calc((100% - 48px) / 7)}@media(max-width:640px){.date-pill{flex:0 0 calc((100% - 24px)/4)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.fade-up{animation:fadeUp .45s ease both}.fade-up-2{animation:fadeUp .45s .1s ease both}.fade-up-3{animation:fadeUp .45s .2s ease both}input,select,textarea{background:#1e2023!important;color:#e8e9eb!important;border:1px solid #2e3032!important}input::placeholder{color:#5a5c5e!important}input:focus,select:focus,textarea:focus{border-color:#f09d5180!important;outline:none!important}
