*{box-sizing:border-box;margin:0;padding:0}body{background:#f3f6fb;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button{font:inherit}a{color:inherit;text-decoration:none}#root{width:100%;min-height:100vh}.sidebar{color:#7f8ccc;background:#111827;border-right:1px solid #ffffff0d;flex-direction:column;flex:0 0 190px;width:190px;height:100vh;min-height:100vh;padding:20px 0;transition:width .2s;display:flex;overflow:hidden auto}.sidebar.is-collapsed{flex-basis:72px;width:72px}.sidebar__brand{justify-content:space-between;align-items:center;gap:10px;padding:0 12px 30px;display:flex}.sidebar__brand-logo{flex-shrink:0;width:auto;max-width:100%;height:32px;display:block}.sidebar__burger{color:#7f8ccc;cursor:pointer;background:0 0;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;padding:0;transition:color .2s;display:inline-flex}.sidebar__burger:hover{color:#18e6bd;background:#18e6bd14}.sidebar__burger:focus-visible{outline-offset:2px;outline:2px solid #18e6bd8c}.sidebar__nav{flex-direction:column;gap:12px;display:flex}.sidebar__link{color:#6f7cc0;cursor:pointer;text-align:left;background:0 0;border:none;grid-template-columns:34px minmax(0,1fr) 18px;align-items:center;width:100%;min-height:40px;padding:4px 12px 4px 22px;font-family:inherit;font-size:11px;line-height:1.25;text-decoration:none;transition:color .2s,background .2s;display:grid;position:relative}.sidebar__link--parent{padding:4px 12px 4px 22px}.sidebar__link svg,.sidebar__sub-link svg{color:currentColor;flex:none}.sidebar__link:hover,.sidebar__link.active{color:#18e6bd}.sidebar__link.active:before,.sidebar__link--parent.is-open:before{content:"";width:7px;position:absolute;top:5px;bottom:5px;left:7px}.sidebar__chevron{justify-self:end;transition:transform .2s}.sidebar__link.is-open .sidebar__chevron{transform:rotate(180deg)}.sidebar__sub-nav{flex-direction:column;gap:12px;margin-top:8px;padding-left:56px;padding-right:10px;display:none}.sidebar__sub-nav.open{display:flex}.sidebar__sub-link{color:#5f6da9;cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:12px;min-height:30px;font-size:11px;line-height:1.25;text-decoration:none;transition:color .2s;display:flex}.sidebar__sub-link:hover,.sidebar__sub-link.active{color:#18e6bd}.sidebar__label{white-space:normal;overflow-wrap:break-word;text-overflow:clip;transition:opacity .2s;overflow:visible}.sidebar.is-collapsed .sidebar__label{display:none}.sidebar.is-collapsed .sidebar__brand{flex-direction:column;justify-content:center;gap:8px;padding:0 12px 24px}.sidebar.is-collapsed .sidebar__brand-logo{max-width:42px;height:auto;max-height:32px;display:block}.sidebar.is-collapsed .sidebar__burger{display:inline-flex}.sidebar.is-collapsed .sidebar__nav{gap:8px;padding:0 6px}.sidebar.is-collapsed .sidebar__link,.sidebar.is-collapsed .sidebar__link--parent{border-radius:8px;grid-template-columns:1fr;justify-content:center;place-items:center;min-height:38px;padding:0}.sidebar.is-collapsed .sidebar__chevron{display:none}.sidebar.is-collapsed .sidebar__sub-nav{display:none!important}@media (width<=840px){.sidebar{width:100%;height:auto;min-height:auto;padding:16px 0;overflow:visible}.sidebar__brand{padding:0 20px 18px}.sidebar__nav{gap:6px}}.dashboard-layout{color:#dbeafe;background:#090f18;height:100vh;min-height:100vh;display:flex;overflow:hidden}.dashboard-layout__content{flex:1;min-width:0;height:100vh;min-height:0;padding:0;overflow-y:auto}@media (width<=840px){.dashboard-layout{flex-direction:column;height:auto;overflow:visible}.dashboard-layout__content{height:auto;min-height:100vh}}.rh-page{color:#dbeafe;background:#090f18;min-height:100vh;padding:18px}.rh-header{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:14px;display:flex}.rh-header h1{color:#f8fafc;font-size:15px;font-weight:700;line-height:1.2}.rh-header__subtitle{color:#6f7cc0;margin-bottom:6px;font-size:10px}.rh-stats{grid-template-columns:repeat(3,minmax(130px,1fr));gap:14px;max-width:640px;margin-bottom:16px;display:grid}.rh-stat-card{background:#101a2c;border:1px solid #17253d;border-radius:8px;min-height:66px;padding:14px 16px 12px;position:relative;overflow:hidden}.rh-stat-card:before{content:"";background:var(--accent);height:4px;position:absolute;inset:0 0 auto}.rh-stat-card span{color:#6f7cc0;margin-bottom:8px;font-size:10px;display:block}.rh-stat-card strong{color:#f8fafc;font-size:14px;font-weight:700;display:block}.rh-tabs{background:#111827;border-block:1px solid #ffffff0a;align-items:center;gap:28px;min-height:38px;margin:0 -18px 14px;padding:0 34px;display:flex}.rh-tabs a{color:#6f7cc0;align-items:center;gap:8px;min-height:38px;font-size:10px;font-weight:600;display:inline-flex;position:relative}.rh-tabs a:hover,.rh-tabs a.active{color:#18e6bd}.rh-tabs a.active:after{content:"";background:#18e6bd;height:2px;position:absolute;bottom:0;left:0;right:0}.employees-panel{background:#101a2c;border:1px solid #17253d;border-radius:8px;min-height:430px;padding:16px}.employees-panel__heading{justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px;display:flex}.employees-panel__heading h2,.employee-detail h2,.employee-detail h3{color:#f8fafc;font-weight:700}.employees-panel__heading h2{margin-bottom:5px;font-size:13px}.employees-panel__heading span{color:#6f7cc0;font-size:10px}.employees-panel__heading button,.employee-detail__actions button{color:#fff;cursor:pointer;background:#2563eb;border:1px solid #2563eb;border-radius:5px;min-height:29px;padding:0 12px;font-size:9px;font-weight:700}.employees-search{color:#6f7cc0;background:#0c1526;border:1px solid #17253d;border-radius:6px;align-items:center;gap:8px;width:min(360px,100%);min-height:32px;margin-bottom:16px;padding:0 10px;display:flex}.employees-search input{color:#dbeafe;background:0 0;border:none;outline:none;width:100%;font-size:10px}.employees-table{overflow-x:auto}.employees-table table{border-collapse:collapse;width:100%;min-width:850px}.employees-table th,.employees-table td{color:#8da0e6;text-align:left;white-space:nowrap;border-bottom:1px solid #17253d;padding:11px 10px;font-size:10px}.employees-table th{color:#f8fafc;font-weight:700}.employee-name-cell{color:#f8fafc;align-items:center;gap:9px;font-weight:700;display:inline-flex}.employee-status{color:#18e6bd;background:#18e6bd1f;border-radius:999px;align-items:center;min-height:20px;padding:0 8px;font-size:9px;font-weight:800;display:inline-flex}.employee-status--conge{color:#facc15;background:#facc151f}.employee-status--suspendu{color:#fb497f;background:#fb497f1f}.employee-action{color:#38bdf8;background:#111c31;border:1px solid #223353;border-radius:6px;place-items:center;width:27px;height:27px;display:inline-grid}.employee-action:hover{color:#f8fafc;border-color:#38bdf8}.employee-detail{min-height:520px}.employee-detail__hero{background:#101a2c;border:1px solid #17253d;border-radius:8px;justify-content:space-between;align-items:center;gap:18px;margin-bottom:16px;padding:18px;display:flex}.employee-detail__identity{align-items:center;gap:14px;display:flex}.employee-detail__avatar{aspect-ratio:1;color:#f8fafc;background:linear-gradient(135deg,#24334e,#111827);border:2px solid #38bdf8;border-radius:50%;place-items:center;width:68px;font-size:18px;font-weight:800;display:grid}.employee-detail h2{margin-bottom:5px;font-size:18px}.employee-detail__identity p{color:#18e6bd;margin-bottom:8px;font-size:10px;font-weight:700}.employee-detail__actions{align-items:center;gap:10px;display:flex}.employee-detail__actions a{color:#fb497f;background:#111c31;border:1px solid #223353;border-radius:6px;place-items:center;width:31px;height:31px;display:grid}.employee-detail__grid{grid-template-columns:minmax(230px,.9fr) minmax(0,1.8fr);gap:16px;display:grid}.employee-detail__side,.employee-detail__main{align-content:start;gap:16px;display:grid}.employee-detail section{background:#101a2c;border:1px solid #17253d;border-radius:8px;padding:16px}.employee-detail h3{margin-bottom:13px;font-size:12px}.employee-detail dl{gap:12px;display:grid}.employee-detail dl div{gap:4px;display:grid}.employee-detail dt{color:#6f7cc0;align-items:center;gap:7px;font-size:9px;display:inline-flex}.employee-detail dd,.employee-detail__main p,.employee-notes span{color:#dbeafe;font-size:10px;line-height:1.6}.skills-list,.employee-notes{gap:8px;display:grid}.skills-list{grid-template-columns:repeat(2,minmax(0,1fr))}.skills-list span{color:#8da0e6;background:#0c1526;border:1px solid #223353;border-radius:5px;align-items:center;min-height:24px;padding:0 8px;font-size:9px;display:inline-flex}.org-panel{background:#090f18;border:3px solid #0ea5ff;min-height:520px;padding:16px 20px 20px}.org-panel__heading{justify-content:space-between;align-items:center;gap:16px;margin-bottom:14px;display:flex}.org-panel__heading h2{color:#f8fafc;font-size:12px;font-weight:700}.org-panel__heading button{color:#6f7cc0;cursor:pointer;background:#111c31;border:1px solid #223353;border-radius:5px;align-items:center;gap:7px;min-height:28px;padding:0 10px;font-size:9px;display:inline-flex}.org-canvas{background:#111827;border-radius:6px;min-height:420px;padding:28px;position:relative;overflow:auto}.org-toolbar{z-index:3;gap:6px;display:grid;position:absolute;bottom:12px;right:12px}.org-toolbar button{color:#6f7cc0;background:#0c1526;border:1px solid #223353;border-radius:5px;place-items:center;width:22px;height:22px;display:grid}.org-chart{--blue:#38bdf8;--violet:#a78bfa;--green:#18e6bd;isolation:isolate;grid-template-rows:58px 66px 34px 70px;grid-template-columns:repeat(9,minmax(72px,1fr));align-items:center;gap:22px 14px;min-width:890px;min-height:330px;display:grid;position:relative}.employee-card{z-index:2;width:100%;min-height:48px;color:var(--blue);background:#111827;border:1px solid;border-radius:5px;align-items:center;gap:10px;padding:8px 11px;display:flex;position:relative;box-shadow:0 12px 24px #0000002e}.employee-card--violet{color:var(--violet)}.employee-card--green{color:var(--green)}.employee-card__avatar{aspect-ratio:1;color:#f8fafc;background:#24334e;border-radius:50%;flex:none;place-items:center;width:24px;font-size:8px;font-weight:800;display:grid}.employee-card strong,.employee-card small{line-height:1.2;display:block}.employee-card strong{color:#f8fafc;font-size:10px;font-weight:700}.employee-card small{color:#7f8ccc;margin-top:3px;font-size:8px}.department-pill{z-index:2;color:#dbeafe;background:#38bdf859;border-radius:999px;justify-self:center;place-items:center;min-width:128px;min-height:18px;font-size:8px;font-weight:700;display:inline-grid;position:relative}.department-pill--violet{background:#a78bfa}.department-pill--green{background:#18e6bd}.org-connector{z-index:1;pointer-events:none;position:absolute}.org-connector:before,.org-connector:after{content:"";background:currentColor;position:absolute}.org-connector--director-to-level{width:0;height:88px;color:var(--violet);top:58px;left:50%}.org-connector--director-to-level:before{width:1px;height:88px}.org-connector--commercial-down{width:0;height:88px;color:var(--blue);top:148px;left:16.6%}.org-connector--digital-down{width:0;height:88px;color:var(--violet);top:148px;left:50%}.org-connector--dev-down{width:0;height:88px;color:var(--green);top:148px;left:83.2%}.org-connector--commercial-down:before,.org-connector--digital-down:before,.org-connector--dev-down:before{width:1px;height:88px}.org-connector--commercial-split{width:18%;height:0;color:var(--blue);top:234px;left:8%}.org-connector--digital-split{width:16%;height:0;color:var(--violet);top:234px;left:42%}.org-connector--dev-split{width:16%;height:0;color:var(--green);top:234px;left:75%}.org-connector--commercial-split:before,.org-connector--digital-split:before,.org-connector--dev-split:before{width:100%;height:1px}@media (width<=760px){.rh-page{padding:16px}.rh-stats{grid-template-columns:1fr}.rh-tabs{flex-direction:column;align-items:flex-start;gap:0;margin-inline:-16px;padding:0 20px}.org-panel{padding:14px}.org-panel__heading,.employees-panel__heading,.employee-detail__hero,.employee-detail__actions{flex-direction:column;align-items:flex-start}.employee-detail__grid,.skills-list{grid-template-columns:1fr}}.commercial-page{--channel-1:#2f7df6;--channel-2:#fb497f;--channel-3:#18e6bd;--channel-4:#facc15;color:#dbeafe;background:#090f18;min-height:100vh;padding:18px}.commercial-header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:12px;display:flex}.commercial-header h1{color:#f8fafc;font-size:15px;font-weight:700;line-height:1.2}.commercial-header__subtitle{color:#6f7cc0;margin-bottom:6px;font-size:10px}.commercial-header__status{color:#18e6bd;margin-top:7px;font-size:10px;font-weight:700;display:inline-flex}.commercial-header__actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.icon-button,.date-button,.period-tabs button,.commercial-channels button,.table-toolbar button{color:#9fb0f5;cursor:pointer;background:#111c31;border:1px solid #1b2944;transition:border-color .2s,color .2s,background .2s}.icon-button:hover,.date-button:hover,.period-tabs button:hover,.commercial-channels button:hover,.table-toolbar button:hover{color:#f8fafc;border-color:#2f7df6}.icon-button{border-radius:8px;place-items:center;width:30px;height:30px;display:inline-grid}.date-button{border-radius:8px;align-items:center;gap:7px;min-height:30px;padding:0 11px;font-size:10px;display:inline-flex}.period-tabs{background:#0c1526;border:1px solid #1b2944;border-radius:9px;display:inline-flex;overflow:hidden}.period-tabs button{border:none;border-radius:0;min-width:52px;min-height:30px;font-size:10px}.period-tabs button.active{color:#fff;background:#2f7df6}.commercial-channels{color:#6f7cc0;flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:14px;font-size:10px;display:flex}.commercial-channels button{border-radius:999px;align-items:center;gap:7px;min-height:30px;padding:0 12px;font-size:10px;font-weight:700;display:inline-flex}.commercial-channels button.active{color:#18e6bd;background:#18e6bd1f;border-color:#18e6bd}.kpi-grid{grid-template-columns:repeat(6,minmax(110px,1fr));gap:13px;margin-bottom:14px;display:grid}.kpi-card{background:#101a2c;border:1px solid #17253d;border-radius:8px;min-height:64px;padding:13px 14px 11px;position:relative;overflow:hidden}.kpi-card:before{content:"";background:var(--accent);height:3px;position:absolute;inset:0 0 auto}.kpi-card span{color:#6f7cc0;text-transform:uppercase;margin-bottom:8px;font-size:10px;display:block}.kpi-card strong{color:#f8fafc;font-size:14px;font-weight:700;display:block}.kpi-card small{color:#18e6bd;margin-top:3px;font-size:9px;display:block}.commercial-grid{grid-template-columns:minmax(0,2fr) minmax(260px,1.2fr);gap:14px;display:grid}.commercial-panel{background:#101a2c;border:1px solid #17253d;border-radius:8px;box-shadow:0 14px 30px #00000029}.commercial-panel--wide{min-height:210px;padding:14px 16px}.commercial-panel--status{min-height:210px;padding:14px 18px 16px}.panel-heading{justify-content:space-between;align-items:center;gap:14px;margin-bottom:12px;display:flex}.panel-heading h2{color:#f8fafc;font-size:12px;font-weight:700}.panel-heading span{color:#18e6bd;border:1px solid #18e6bd;border-radius:999px;padding:3px 8px;font-size:9px}.panel-heading--status{grid-template-columns:1fr auto 1fr;align-items:center;display:grid}.panel-heading--status h2{text-align:center;grid-column:2}.panel-heading--status span{grid-column:3;justify-self:end}.bar-chart{background-image:linear-gradient(#1a2943 1px,#0000 1px),linear-gradient(90deg,#1a2943 1px,#0000 1px);background-size:100% 40px,76px 100%;border-radius:6px;grid-template-columns:repeat(6,1fr);align-items:end;gap:16px;min-height:160px;padding:18px 20px 0;display:grid}.bar-chart__group{justify-items:center;gap:8px;display:grid}.bar-chart__bars{align-items:end;gap:7px;height:124px;display:flex}.bar-chart__bars span{border-radius:2px 2px 0 0;width:22px}.bar-chart__bars span:first-child{background:#2f7df6}.bar-chart__bars span:last-child{background:#fb497f;width:18px}.bar-chart small{color:#6f7cc0;font-size:9px}.status-chart{width:100%;display:block}.status-legend{grid-template-columns:repeat(2,minmax(90px,1fr));gap:9px 12px;display:grid}.status-legend span{color:#8da0e6;align-items:center;gap:7px;font-size:9px;display:flex}.status-legend i{border-radius:50%;width:7px;height:7px}.commercial-panel--table{padding:14px}.table-toolbar{align-items:center;gap:12px;margin-bottom:12px;display:flex}.search-field{color:#6f7cc0;background:#0c1526;border:1px solid #17253d;border-radius:6px;flex:1;align-items:center;gap:8px;min-width:180px;min-height:31px;padding:0 10px;display:flex}.search-field input{color:#dbeafe;background:0 0;border:none;outline:none;width:100%;font-size:10px}.search-field input::placeholder{color:#53639c}.table-toolbar button{border-radius:6px;align-items:center;gap:7px;min-height:31px;padding:0 12px;font-size:10px;display:inline-flex}.calls-table{overflow-x:auto}.calls-table table{border-collapse:collapse;width:100%;min-width:720px}.calls-table th,.calls-table td{color:#8da0e6;text-align:left;white-space:nowrap;border-bottom:1px solid #17253d;padding:10px 8px;font-size:10px}.calls-table th{color:#f8fafc;font-weight:600}.calls-table td:nth-child(2),.calls-table td:nth-child(4),.calls-table td:nth-child(5){color:#38bdf8}.status-pill{color:#facc15;font-weight:700}.commercial-scorecards{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.commercial-mini-card{min-height:150px;padding:13px}.mini-card__header{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.mini-card__header h3{color:#f8fafc;font-size:11px;font-weight:700}.mini-card__header strong{color:#38bdf8;font-size:12px}.mini-card__total{color:#7f8ccc;background:#0c1526;border:1px solid #17253d;border-radius:6px;justify-content:space-between;align-items:center;min-height:28px;margin-bottom:8px;padding:0 9px;font-size:9px;display:flex}.mini-card__total b{color:#f8fafc;font-size:11px}.mini-card__row{color:#7f8ccc;border-bottom:1px solid #17253db3;justify-content:space-between;align-items:center;padding:6px 0;font-size:9px;display:flex}.mini-card__row b{color:#facc15}.source-filters{gap:6px;display:flex}.source-filters button{color:inherit;cursor:pointer;background:0 0;border:1px solid #ffffff1a;border-radius:6px;padding:4px 12px;font-size:12px}.source-filters button.active{color:#fff;background:#2f7df6;border-color:#2f7df6}.stacked-bar{background:#ffffff0d;border-radius:6px;width:100%;height:28px;display:flex;overflow:hidden}.stacked-bar__segment{height:100%;transition:width .3s}.stacked-bar__segment:first-child{border-radius:6px 0 0 6px}.stacked-bar__segment:last-child{border-radius:0 6px 6px 0}.hbar-list{flex-direction:column;gap:20px;width:100%;display:flex}.hbar-row{align-items:center;gap:10px;width:100%;display:flex}.hbar-row__track{background:#ffffff0d;border-radius:6px;flex:1;min-width:0;height:10px;overflow:hidden}.hbar-row__label{color:#ffffffb3;flex:0 0 130px;font-size:12px}.hbar-row__track{background:#ffffff0d;border-radius:6px;flex:1;height:10px;overflow:hidden}.hbar-row__fill{border-radius:6px;height:100%;transition:width .3s}.hbar-row__value{text-align:right;color:#fff;flex:0 0 32px;font-size:12px;font-weight:600}.status-chart{justify-content:center;width:100%;display:flex}.funnel{background:linear-gradient(#0f172a9e,#0f172a57);border-radius:8px;flex-direction:column;gap:10px;width:100%;max-width:360px;padding:12px 14px;display:flex;box-shadow:inset 0 0 0 1px #94a3b814}.funnel-row{grid-template-columns:minmax(112px,130px) minmax(92px,1fr) 34px;align-items:center;gap:10px;min-height:22px;display:grid}.funnel-row__bar-wrap{background:0 0;border-radius:999px;justify-content:center;width:100%;height:5px;display:flex;overflow:visible}.funnel-row__bar{border-radius:inherit;background:var(--status-color);min-width:18px;max-width:100%;height:100%;transition:width .3s}.funnel-row__label{color:#e2e8f0c7;text-align:left;min-width:0;padding-left:14px;font-size:11px;line-height:1.2;position:relative}.funnel-row__label:before{content:"";background:var(--status-color);border-radius:50%;width:6px;height:6px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.funnel-row__value{color:#f8fafc;text-align:center;background:#0f172ab8;border-radius:999px;justify-self:start;min-width:30px;padding:3px 6px;font-size:10px;font-weight:700;line-height:1}.export-button{color:#fff;cursor:pointer;background:#2f7df6;border:1px solid #ffffff1a;border-radius:8px;align-items:center;gap:6px;padding:8px 14px;font-size:13px;display:inline-flex}.export-modal-overlay{z-index:100;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.export-modal{background:#0f1729;border:1px solid #ffffff1a;border-radius:12px;flex-direction:column;gap:18px;width:360px;padding:24px;display:flex}.export-modal h3{color:#fff;margin:0;font-size:16px}.export-modal__field{flex-direction:column;gap:8px;display:flex}.export-modal__field label{color:#fff9;font-size:12px}.export-modal__field select{color:#fff;background:#1a2438;border:1px solid #ffffff1a;border-radius:8px;padding:8px 10px;font-size:13px}.export-modal__options{gap:8px;display:flex}.export-modal__options button{color:#ffffffb3;cursor:pointer;background:0 0;border:1px solid #ffffff1a;border-radius:8px;flex:1;padding:8px 10px;font-size:13px}.export-modal__options button.active{color:#fff;background:#2f7df6;border-color:#2f7df6}.export-modal__actions{justify-content:flex-end;gap:10px;margin-top:4px;display:flex}.export-modal__cancel,.export-modal__confirm{cursor:pointer;border:1px solid #ffffff1a;border-radius:8px;padding:8px 16px;font-size:13px}.export-modal__cancel{color:#ffffffb3;background:0 0}.export-modal__confirm{color:#fff;background:#2f7df6;border-color:#2f7df6}.export-modal__field input[type=date],.export-modal__field input[type=month]{color:#fff;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background:#1a2438;border:1px solid #ffffff1a;border-radius:8px;width:100%;padding:8px 10px;font-size:13px}.export-modal__date-range{align-items:center;gap:8px;display:flex}.export-modal__date-range input{flex:1}.export-modal__date-range span{color:#ffffff80;font-size:12px}.export-button-wrapper{justify-content:flex-end;display:flex}@media (width<=1180px){.kpi-grid{grid-template-columns:repeat(3,minmax(130px,1fr))}.commercial-grid{grid-template-columns:1fr}}@media (width<=760px){.commercial-page{padding:16px}.commercial-header{flex-direction:column}.commercial-header__actions{justify-content:flex-start}.commercial-channels,.table-toolbar{flex-direction:column;align-items:flex-start}.kpi-grid,.commercial-scorecards,.status-chart{grid-template-columns:1fr}}.line-chart{width:100%;height:160px}.line-chart__svg{width:100%;height:100%}.line-chart__line{fill:none;stroke-width:2.5px}.line-chart__line--appels{stroke:#2f7df6}.line-chart__line--rdv{stroke:#22c55e}.line-chart__label{fill:#ffffff80;font-size:9px}.line-chart__legend{color:#fff9;gap:14px;margin-top:8px;font-size:11px;display:flex}.line-chart__legend span{align-items:center;gap:6px;display:inline-flex}.line-chart__legend i{border-radius:50%;width:8px;height:8px;display:inline-block}.line-chart__grid{stroke:#ffffff14;stroke-width:1px}.line-chart__y-label{fill:#fff6;font-size:9px}.line-chart{position:relative}.line-chart__point{transition:r .1s}.line-chart__hover-line{stroke:#ffffff40;stroke-width:1px;stroke-dasharray:3 3}.line-chart__tooltip{color:#fff;pointer-events:none;white-space:nowrap;z-index:10;background:#0f1729;border:1px solid #ffffff1a;border-radius:8px;padding:8px 10px;font-size:11px;position:absolute;top:8px;transform:translate(-50%);box-shadow:0 4px 12px #0006}.line-chart__tooltip strong{margin-bottom:4px;font-size:11px;display:block}.line-chart__tooltip-row{align-items:center;gap:6px;margin-top:2px;display:flex}.line-chart__tooltip-row i{border-radius:50%;width:7px;height:7px;display:inline-block}.fin-page{color:#dbeafe;min-height:100vh;padding:20px 24px 40px;font-size:13px}.fin-breadcrumb{color:#6f7cc0;align-items:center;gap:6px;margin-bottom:18px;font-size:11px;display:flex}.fin-breadcrumb__sep{color:#2c3a5a}.fin-breadcrumb__link{color:#6f7cc0;text-decoration:none;transition:color .15s}.fin-breadcrumb__link:hover{color:#a5b4fc}.fin-breadcrumb__current{color:#dbeafe;font-weight:600}.fin-page-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:22px;display:flex}.fin-page-header__title{color:#f8fafc;letter-spacing:-.01em;font-size:17px;font-weight:700}.fin-btn{cursor:pointer;border-radius:8px;align-items:center;gap:6px;min-height:34px;padding:0 14px;font-size:11px;font-weight:600;transition:background .18s,border-color .18s,color .18s;display:inline-flex}.fin-btn--primary{color:#fff;background:#2f7df6;border:1px solid #0000}.fin-btn--primary:hover{background:#1a6ee0}.fin-btn--ghost{color:#9fb0f5;background:#111c31;border:1px solid #1b2944}.fin-btn--ghost:hover{color:#f8fafc;border-color:#2f7df6}.fin-btn--sm{min-height:30px;padding:0 11px;font-size:10px}.fin-icon-btn{color:#9fb0f5;cursor:pointer;background:#111c31;border:1px solid #1b2944;border-radius:6px;place-items:center;width:28px;height:28px;transition:border-color .15s,color .15s;display:inline-grid}.fin-icon-btn:hover{color:#f8fafc;border-color:#2f7df6}.fin-icon-btn--danger:hover{color:#f87171;border-color:#ef4444}.fin-kpi-grid{grid-template-columns:repeat(3,minmax(180px,1fr));gap:14px;margin-bottom:20px;display:grid}.fin-kpi-card{background:#101a2c;border:1px solid #17253d;border-radius:10px;padding:18px 18px 16px;transition:border-color .2s;position:relative;overflow:hidden}.fin-kpi-card:before{content:"";background:var(--kpi-accent);border-radius:10px 10px 0 0;height:3px;position:absolute;inset:0 0 auto}.fin-kpi-card:hover{border-color:var(--kpi-accent)}.fin-kpi-card__icon{border-radius:8px;place-items:center;width:36px;height:36px;margin-bottom:12px;display:inline-grid}.fin-kpi-card__label{color:#6f7cc0;text-transform:uppercase;letter-spacing:.04em;margin:0 0 6px;font-size:11px}.fin-kpi-card__value{color:#f8fafc;font-size:22px;font-weight:700;line-height:1.1;display:block}.fin-kpi-card__sub{color:#6f7cc0;margin-top:5px;font-size:10px;display:block}.fin-panel{background:#101a2c;border:1px solid #17253d;border-radius:10px;padding:16px;box-shadow:0 12px 28px #0003}.fin-table-toolbar{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:14px;display:flex}.fin-search{color:#6f7cc0;background:#0c1526;border:1px solid #17253d;border-radius:7px;flex:1;align-items:center;gap:8px;min-width:200px;min-height:33px;padding:0 12px;transition:border-color .15s;display:flex}.fin-search:focus-within{border-color:#2f7df6}.fin-search input{color:#dbeafe;background:0 0;border:none;outline:none;flex:1;font-size:11px}.fin-search input::placeholder{color:#3d4f7a}.fin-table-scroll{overflow-x:auto}.fin-table{border-collapse:collapse;width:100%;min-width:760px}.fin-table th{text-align:left;color:#f8fafc;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;border-bottom:1px solid #17253d;padding:10px 12px;font-size:10px;font-weight:600}.fin-table td{color:#8da0e6;white-space:nowrap;border-bottom:1px solid #17253d99;padding:11px 12px;font-size:11px}.fin-table__row:hover td{background:#2f7df60a}.fin-table__nom{align-items:center;gap:6px;font-weight:600;display:flex;color:#dbeafe!important}.fin-table__link-btn{cursor:pointer;color:#6f7cc0;background:0 0;border:none;border-radius:4px;align-items:center;gap:4px;padding:2px 4px;font-size:10px;font-weight:600;transition:color .15s,background .15s;display:inline-flex}.fin-table__link-btn:hover{color:#2f7df6;background:#2f7df61a}.fin-table__link-btn--copied{color:#18e6bd;background:#18e6bd1a}.fin-table__link-btn--copied:hover{color:#18e6bd;background:#18e6bd26}.fin-table__link-btn span{letter-spacing:.02em;font-size:9px}.fin-table__mail{color:#38bdf8!important}.fin-table__prix{font-weight:600;color:#38bdf8!important}.fin-table__actions{justify-content:flex-end;gap:6px;display:flex}.fin-table__empty{text-align:center;color:#3d4f7a!important;padding:32px!important}.fin-statut{border-radius:999px;align-items:center;padding:3px 10px;font-size:10px;font-weight:700;display:inline-flex}.fin-statut--actif{color:#18e6bd;background:#18e6bd1a;border:1px solid #18e6bd40}.fin-statut--expiré{color:#f87171;background:#ef44441a;border:1px solid #ef444440}.fin-statut--en-attente{color:#facc15;background:#facc151a;border:1px solid #facc1540}.fin-modal-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#050a14b8;place-items:center;padding:16px;display:grid;position:fixed;inset:0}.fin-modal{background:#0f1a2e;border:1px solid #1b2944;border-radius:12px;width:100%;max-width:560px;overflow:hidden;box-shadow:0 24px 60px #00000080}.fin-modal__header{border-bottom:1px solid #17253d;justify-content:space-between;align-items:center;padding:18px 20px 16px;display:flex}.fin-modal__header h2{color:#f8fafc;font-size:14px;font-weight:700}.fin-modal__close{color:#6f7cc0;cursor:pointer;background:0 0;border:1px solid #1b2944;border-radius:6px;place-items:center;width:28px;height:28px;font-size:12px;transition:border-color .15s,color .15s;display:inline-grid}.fin-modal__close:hover{color:#f87171;border-color:#ef4444}.fin-modal__form{padding:20px}.fin-modal__grid{grid-template-columns:repeat(2,1fr);gap:14px;margin-bottom:20px;display:grid}.fin-modal__full{grid-column:1/-1}.fin-modal__grid label{flex-direction:column;gap:6px;display:flex}.fin-modal__grid label span{color:#6f7cc0;text-transform:uppercase;letter-spacing:.04em;font-size:10px;font-weight:600}.fin-modal__grid input,.fin-modal__grid select{color:#dbeafe;background:#0c1526;border:1px solid #1b2944;border-radius:7px;outline:none;min-height:34px;padding:0 10px;font-size:11px;transition:border-color .15s}.fin-modal__grid input:focus,.fin-modal__grid select:focus{border-color:#2f7df6}.fin-modal__grid input::placeholder{color:#3d4f7a}.fin-modal__grid select option{background:#0c1526}.fin-modal__actions{justify-content:flex-end;gap:10px;display:flex}.fin-modal--lg{max-width:680px;max-height:90vh;overflow-y:auto}.fin-modal__section-title{color:#4a5a8a;text-transform:uppercase;letter-spacing:.08em;border-bottom:1px solid #17253d;margin:18px 0 10px;padding-bottom:6px;font-size:9.5px;font-weight:700}.fin-modal__section-title:first-of-type{margin-top:0}.fin-modal__grid textarea{color:#dbeafe;resize:vertical;background:#0c1526;border:1px solid #1b2944;border-radius:7px;outline:none;min-height:72px;padding:8px 10px;font-family:inherit;font-size:11px;transition:border-color .15s}.fin-modal__grid textarea:focus{border-color:#2f7df6}.fin-modal__grid textarea::placeholder{color:#3d4f7a}@media (width<=900px){.fin-kpi-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.fin-page{padding:14px 14px 40px}.fin-kpi-grid{grid-template-columns:1fr}.fin-page-header{flex-direction:column;align-items:flex-start}.fin-modal__grid{grid-template-columns:1fr}}@media (width<=1100px){.aut-kpi-grid{grid-template-columns:repeat(4,1fr)}}@media (width<=700px){.aut-kpi-grid{grid-template-columns:repeat(2,1fr)}.aut-toolbar{flex-direction:column;align-items:stretch}.aut-filter-select,.aut-filter-select select{width:100%}}.breadcrumb{color:#7f8db3;align-items:center;gap:8px;margin-bottom:36px;font-size:13px;display:flex}.breadcrumb a{color:#8fa3d9;text-decoration:none}@media (width<=1100px){.automation-grid,.bottom-grid{grid-template-columns:1fr}.automation-detail-page{padding:24px}}@media (width<=700px){.info-grid{grid-template-columns:1fr}.automation-hero h1{font-size:26px}.hero-badges{flex-direction:column;align-items:flex-start}}.aut-kpi-grid{grid-template-columns:minmax(160px,1.2fr) repeat(6,minmax(100px,1fr));align-items:stretch;gap:13px;margin-bottom:20px;display:grid}.aut-kpi-mini{cursor:default;background:#101a2c;border:1px solid #17253d;border-radius:10px;padding:16px 14px 14px;transition:border-color .2s;position:relative;overflow:hidden}.aut-kpi-mini:before{content:"";background:var(--aut-accent);border-radius:10px 10px 0 0;height:3px;position:absolute;inset:0 0 auto}.aut-kpi-mini:hover{border-color:var(--aut-accent)}.aut-kpi-mini__icon{margin-bottom:10px;font-size:16px;line-height:1;display:block}.aut-kpi-mini__label{color:#6f7cc0;text-transform:uppercase;letter-spacing:.04em;margin:0 0 6px;font-size:9.5px;line-height:1.3}.aut-kpi-mini__value{color:var(--aut-accent);font-size:20px;font-weight:700;line-height:1;display:block}.aut-toolbar{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:14px;display:flex}.aut-filter-select{align-items:center;display:inline-flex;position:relative}.aut-filter-select select{appearance:none;color:#9fb0f5;cursor:pointer;background:#111c31;border:1px solid #1b2944;border-radius:7px;outline:none;min-height:33px;padding:0 30px 0 12px;font-size:11px;transition:border-color .15s,color .15s}.aut-filter-select select:hover,.aut-filter-select select:focus{color:#f8fafc;border-color:#2f7df6}.aut-filter-select select option{background:#0c1526}.aut-filter-select>svg{pointer-events:none;color:#6f7cc0;position:absolute;right:9px}.aut-statut{white-space:nowrap;border-radius:999px;align-items:center;padding:3px 10px;font-size:10px;font-weight:600;display:inline-flex}.aut-priorite{font-size:11px;font-weight:700}.aut-table__objectif{color:#8da0e6;max-width:220px;font-size:10px;line-height:1.4;white-space:normal!important}@media (width<=1100px){.aut-kpi-grid{grid-template-columns:repeat(4,1fr)}}@media (width<=700px){.aut-kpi-grid{grid-template-columns:repeat(2,1fr)}.aut-toolbar{flex-direction:column;align-items:stretch}.aut-filter-select,.aut-filter-select select{width:100%}}.automation-detail-page{color:#fff;background:#070b1a;min-height:100vh;padding:32px 48px}.automation-hero{background:#111827;border-radius:12px;margin-bottom:32px;padding:26px 32px;box-shadow:0 0 0 1px #ffffff08}.automation-hero h1{letter-spacing:-.03em;margin:0 0 12px;font-size:32px;font-weight:800}.automation-hero p{color:#9aa8d4;max-width:1000px;margin:0;font-size:15px;line-height:1.6}.hero-badges{flex-wrap:wrap;gap:12px;margin-top:20px;display:flex}.badge{border-radius:999px;align-items:center;padding:8px 14px;font-size:12px;font-weight:600;display:inline-flex}.badge-status{color:#facc15;background:#f59e0b2e}.badge-tool{color:#93c5fd;background:#3b82f626}.badge-service{color:#7dd3fc;background:#0ea5e926}.status-dev{color:#93c5fd;background:#3b82f62e}.status-test{color:#facc15;background:#f59e0b2e}.status-correction{color:#fca5a5;background:#ef44442e}.status-pause{color:#cbd5e1;background:#94a3b82e}.status-delivery{color:#d8b4fe;background:#a855f72e}.status-done{color:#86efac;background:#22c55e2e}.automation-grid{grid-template-columns:minmax(0,1.6fr) minmax(280px,.9fr);gap:20px;display:grid}.bottom-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:20px}.detail-card{background:#111827;border-radius:12px;padding:24px;box-shadow:0 0 0 1px #ffffff08}.detail-card h2{margin:0 0 20px;font-size:20px;font-weight:800}.info-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.info-box{background:#0b1022;border-radius:8px;min-height:78px;padding:18px}.info-box span{color:#8fa3d9;margin-bottom:12px;font-size:12px;font-weight:700;display:block}.info-box strong{color:#fff;font-size:14px;font-weight:500;line-height:1.5;display:block}.info-box a{color:#93c5fd;word-break:break-all;text-decoration:none}.risk-card{align-self:start}.risk-list{color:#fff;background:#925023a6;border-radius:8px;margin:0;padding:18px 20px;font-size:14px;line-height:1.6}.risk-list li+li{margin-top:8px}.step-list{color:#cbd5e1;margin:0;padding-left:20px;font-size:14px;line-height:1.7}.step-list li+li{margin-top:8px}.card-text{color:#cbd5e1;margin:0;font-size:14px;line-height:1.7}.empty-text{color:#7f8db3;margin:0;font-size:14px}.automation-not-found{text-align:center;background:#111827;border-radius:12px;max-width:600px;margin:80px auto;padding:32px}.automation-not-found h1{margin-bottom:12px}.automation-not-found p{color:#9aa8d4}.automation-not-found a{color:#93c5fd}@media (width<=1100px){.automation-grid,.bottom-grid{grid-template-columns:1fr}.automation-detail-page{padding:24px}}@media (width<=700px){.info-grid{grid-template-columns:1fr}.automation-hero h1{font-size:26px}.hero-badges{flex-direction:column;align-items:flex-start}}
