*,*:before,*:after{box-sizing:border-box}html,body,#root{margin:0;padding:0;height:100%;overflow-x:hidden;width:100%}:root,html[data-theme=light],html.light{--color-bg-app: #f5f5f7;--color-bg-surface: #ffffff;--color-bg-subtle: #f3f4f6;--color-bg-default: #ffffff;--color-text-default: #111827;--color-text-muted: #6b7280;--color-border-default: #e5e7eb;--color-interactive-accent-bg: #10b981;--color-interactive-accent-text: #ffffff;--color-interactive-accent-bg-soft: #d1fae5;--color-interactive-accent-text-soft: #065f46}html[data-theme=dark],html.dark{--color-bg-app: #0f172a;--color-bg-surface: #1e293b;--color-bg-subtle: #334155;--color-bg-default: #1e293b;--color-text-default: #f1f5f9;--color-text-muted: #94a3b8;--color-border-default: #334155;--color-interactive-accent-bg: #10b981;--color-interactive-accent-text: #ffffff;--color-interactive-accent-bg-soft: #064e3b;--color-interactive-accent-text-soft: #d1fae5}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background-color:var(--color-bg-app);color:var(--color-text-default);overflow-x:hidden;width:100%;max-width:100vw;transition:background-color .2s ease,color .2s ease}*{max-width:100%}.scrollbar-hide::-webkit-scrollbar{display:none}.scrollbar-hide{scrollbar-width:none;-ms-overflow-style:none}*,*:before,*:after{transition:background-color .2s ease,color .2s ease,border-color .2s ease}input[type=date]::-webkit-calendar-picker-indicator{filter:invert(.5);cursor:pointer}html.dark input[type=date]::-webkit-calendar-picker-indicator{filter:invert(1)}
