:root{--topbar-bg:#0d1520;--rail-bg:#111b26;--rail-item-active-bg:#1b2b3c;--app-bg:#eef1f5;--surface:#fff;--surface-secondary:#fbfcfd;--surface-hover:#f7fafc;--border-strong:#dce3ea;--border-light:#c8d6e4;--border-faint:#e2e8ee;--text-primary:#16202b;--text-secondary:#4d5f70;--text-muted:#8b9aaa;--text-label:#7b8b9b;--primary:#12579f;--primary-hover:#0e4680;--primary-bg:#e6efff;--primary-bg-soft:#eaf2fb;--status-progress:#1d4ed8;--status-progress-bg:#e6efff;--status-done:#157347;--status-done-bg:#e3f5ea;--status-issue-accent:#e8590c;--status-issue-btn:#c0430b;--status-issue-bg-1:#fdf1e7;--status-issue-bg-2:#fff7ed;--status-issue-bg-3:#fff8f3;--status-issue-border:#f0bd96;--status-blocking:#c92a2a;--status-blocking-bg:#fdecec;--status-blocking-border:#f3c4c4;--status-planned:#c3ccd6;--status-planned-bg:#eef1f5;--status-planned-text:#5b6b7b;--accent-gestion:#6f42c1;--accent-admin:#0e7490;--font-sans:"IBM Plex Sans", -apple-system, BlinkMacSystemFont, sans-serif;--font-mono:"IBM Plex Mono", ui-monospace, monospace;--radius-control:6px;--radius-card:8px;--radius-modal:12px;--radius-pill:11px;--radius-chip:20px;--topbar-height:58px;--rail-width:112px;--screen-min-width:1180px}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--app-bg:#0b1119;--surface:#131c27;--surface-secondary:#101720;--surface-hover:#182231;--border-strong:#263341;--border-light:#1e2a38;--border-faint:#1a2531;--text-primary:#eef2f6;--text-secondary:#b7c4d1;--text-muted:#7c8ea0;--text-label:#8b9aaa;--primary-bg:#10223d;--primary-bg-soft:#0e1e35}}:root[data-theme=dark]{--app-bg:#0b1119;--surface:#131c27;--surface-secondary:#101720;--surface-hover:#182231;--border-strong:#263341;--border-light:#1e2a38;--border-faint:#1a2531;--text-primary:#eef2f6;--text-secondary:#b7c4d1;--text-muted:#7c8ea0;--text-label:#8b9aaa;--primary-bg:#10223d;--primary-bg-soft:#0e1e35}*{box-sizing:border-box}html,body,#root{height:100%}body{font-family:var(--font-sans);background:var(--app-bg);color:var(--text-primary);-webkit-font-smoothing:antialiased;margin:0;font-size:12.5px}button,input,select,textarea{font-family:inherit;font-size:inherit;color:inherit}button{cursor:pointer}table{border-collapse:collapse;width:100%}.mono{font-family:var(--font-mono)}.scroll-x{overflow-x:auto}.rail-home:hover{background:#ffffff0f!important}a{color:inherit;text-decoration:none}.driver-popover{all:unset;font-family:var(--driver-popover-font-family,"Helvetica Neue", Inter, ui-sans-serif, "Apple Color Emoji", Helvetica, Arial, sans-serif);box-sizing:border-box;color:#2d2d2d;z-index:1000000000;background-color:#fff;border-radius:5px;min-width:250px;max-width:300px;margin:0;padding:15px;position:fixed;top:0;right:0;box-shadow:0 1px 10px #0006}.driver-popover-title{zoom:1;margin:0;font-size:19px;font-weight:700;line-height:1.5;display:block;position:relative}.driver-popover-close-btn{all:unset;cursor:pointer;color:#d2d2d2;z-index:1;text-align:center;width:32px;height:28px;font-size:18px;font-weight:500;transition:color .2s;position:absolute;top:0;right:0}.driver-popover-close-btn:hover,.driver-popover-close-btn:focus{color:#2d2d2d}.driver-popover-title[style*=block]+.driver-popover-description{margin-top:5px}.driver-popover-description{zoom:1;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.5}.driver-popover-footer{text-align:right;zoom:1;justify-content:space-between;align-items:center;margin-top:15px;display:flex}.driver-popover-progress-text{color:#727272;zoom:1;font-size:13px;font-weight:400}.driver-popover-footer-btn{all:unset;box-sizing:border-box;color:#2d2d2d;cursor:pointer;zoom:1;background-color:#fff;border:1px solid #ccc;border-radius:3px;outline:0;padding:3px 7px;font-size:12px;line-height:1.3;text-decoration:none;display:inline-block}.driver-popover-footer .driver-popover-btn-disabled{opacity:.5;pointer-events:none}.driver-popover-footer-btn:hover,.driver-popover-footer-btn:focus{background-color:#f7f7f7}.driver-popover-navigation-btns{flex-grow:1;justify-content:flex-end;display:flex}.driver-popover-navigation-btns button+button{margin-left:4px}.driver-popover-arrow{content:"";border:5px solid #fff;position:absolute}.driver-popover-arrow-side-over{display:none}.driver-popover-arrow-side-left{border-top-color:#0000;border-bottom-color:#0000;border-right-color:#0000;left:100%}.driver-popover-arrow-side-right{border-top-color:#0000;border-bottom-color:#0000;border-left-color:#0000;right:100%}.driver-popover-arrow-side-top{border-bottom-color:#0000;border-left-color:#0000;border-right-color:#0000;top:100%}.driver-popover-arrow-side-bottom{border-top-color:#0000;border-left-color:#0000;border-right-color:#0000;bottom:100%}.driver-popover-arrow-side-center,.driver-popover-arrow-none{display:none}.driver-active .driver-overlay{pointer-events:none}.driver-active.driver-no-scroll{overflow:hidden}.driver-active *{pointer-events:none}.driver-active .driver-active-element,.driver-active .driver-active-element *,.driver-popover,.driver-popover *{pointer-events:auto}@keyframes animate-fade-in{0%{opacity:0}to{opacity:1}}.driver-fade .driver-overlay{animation:animate-fade-in var(--driver-animation-duration,.4s) ease-in-out}.driver-fade .driver-popover{animation:animate-fade-in var(--driver-animation-duration,.4s)}.driver-active-element-parent-no-scroll{overflow:hidden!important}.driver-no-interaction,.driver-no-interaction *{pointer-events:none!important}
