:root{--bg: #0E0F12;--surface: #17191F;--surface2: #1F222A;--line: #2A2E38;--txt: #F4F5F7;--muted: #9CA3AF;--accent: #E8442A;--accent2: #F5A623;--ok: #34D399;--radius-sm: 10px;--radius-md: 14px;--radius-lg: 18px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;background:var(--bg);color:var(--txt);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased}button{cursor:pointer;border:none;background:none;font-family:inherit;color:inherit}input,textarea{font-family:inherit}a{color:inherit;text-decoration:none}input[type=date]::-webkit-calendar-picker-indicator,input[type=datetime-local]::-webkit-calendar-picker-indicator{filter:invert(.7);cursor:pointer;opacity:.8}input[type=date]::-webkit-calendar-picker-indicator:hover,input[type=datetime-local]::-webkit-calendar-picker-indicator:hover{opacity:1}*{scrollbar-width:none;-ms-overflow-style:none}*::-webkit-scrollbar{display:none;width:0;height:0}@media (pointer: fine) and (min-width: 769px){*{scrollbar-width:thin;scrollbar-color:var(--line) var(--surface)}*::-webkit-scrollbar{display:block;width:6px;height:6px}*::-webkit-scrollbar-track{background:var(--surface)}*::-webkit-scrollbar-thumb{background:var(--line);border-radius:3px}}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;display:flex;align-items:flex-end;justify-content:center;z-index:100;padding:0}@media (min-width: 600px){.modal-overlay{align-items:center}}.modal-sheet{background:var(--surface);border-radius:var(--radius-lg) var(--radius-lg) 0 0;width:100%;max-width:640px;max-height:92vh;overflow-y:auto;padding:24px 20px 40px}@media (min-width: 600px){.modal-sheet{border-radius:var(--radius-lg);max-height:85vh}}
