:root,[data-theme=light]{--color-background-primary: #ffffff;--color-background-secondary: #f6f5f2;--color-background-tertiary: #efede8;--color-background-danger: #fbecec;--color-background-info: #eaf1fb;--color-text-primary: #1a1a1a;--color-text-secondary: #8a8780;--color-text-danger: #b42318;--color-text-warning: #b45309;--color-text-success: #15803d;--color-text-info: #1d4ed8;--color-border-tertiary: #e7e4dd;--color-border-secondary: #cfcabf;--color-border-danger: #e7b7b2;--border-radius-md: 8px;--border-radius-lg: 12px;--font-serif: "Cormorant Garamond", Georgia, serif;--font-mono: "JetBrains Mono", ui-monospace, monospace;--status-ns-bg: #f1efe8;--status-ns-fg: #5f5e5a;--status-prod-bg: #faeeda;--status-prod-fg: #854f0b;--status-livre-bg: #eaf3de;--status-livre-fg: #3b6d11;--status-paye-bg: #e1f5ee;--status-paye-fg: #0f6e56}[data-theme=dark]{--color-background-primary: #161616;--color-background-secondary: #1c1c1c;--color-background-tertiary: #0f0f0f;--color-background-danger: #2a1718;--color-background-info: #16203a;--color-text-primary: #ededed;--color-text-secondary: #8a8782;--color-text-danger: #f1736a;--color-text-warning: #e0a042;--color-text-success: #5bbd7e;--color-text-info: #6f9bf0;--color-border-tertiary: #262626;--color-border-secondary: #3a3a3a;--color-border-danger: #5a2e2c;--status-ns-bg: #232220;--status-ns-fg: #a8a59d;--status-prod-bg: #2e2412;--status-prod-fg: #e0a042;--status-livre-bg: #1c2814;--status-livre-fg: #8fc46a;--status-paye-bg: #14302a;--status-paye-fg: #5bbd7e}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--color-background-tertiary);color:var(--color-text-primary);-webkit-font-smoothing:antialiased;font-size:13px;line-height:1.5}input,select,textarea{font-family:inherit;font-size:13px;padding:6px 9px;background:var(--color-background-primary);border:.5px solid var(--color-border-secondary);border-radius:6px;color:var(--color-text-primary);outline:none;transition:border-color .15s ease}input:focus,select:focus,textarea:focus{border-color:var(--color-text-secondary)}input[type=date]{color-scheme:light}[data-theme=dark] input[type=date]{color-scheme:dark}button{font-family:inherit;font-size:13px;padding:6px 12px;background:var(--color-background-primary);border:.5px solid var(--color-border-secondary);border-radius:6px;color:var(--color-text-primary);cursor:pointer;transition:background .15s ease,opacity .15s ease;white-space:nowrap}button:hover{background:var(--color-background-secondary)}button:active{opacity:.8}a{color:inherit}::selection{background:var(--color-text-primary);color:var(--color-background-primary)}*::-webkit-scrollbar{width:10px;height:10px}*::-webkit-scrollbar-thumb{background:var(--color-border-secondary);border-radius:6px;border:2px solid var(--color-background-tertiary)}
