:root{--background:220 7% 6%;--foreground:220 10% 92%;--card:220 7% 9%;--muted:220 6% 14%;--muted-foreground:220 5% 62%;--accent:35 32% 58%;--accent-foreground:35 25% 10%;--destructive:0 50% 58%;--warning:38 60% 56%;--ok:150 30% 52%;--border:220 6% 16%;--input:220 7% 10%;--ring:35 32% 58%;--radius:10px;color:hsl(var(--foreground));font-family:Inter,Segoe UI,system-ui,sans-serif}*{box-sizing:border-box}html{background:hsl(var(--background))}body{background:hsl(var(--background));-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0;line-height:1.55}h1,h2,h3,h4{margin:0 0 .5rem;line-height:1.2}p{margin:0 0 .75rem}a{color:inherit}img{max-width:100%}button,a,input,select,textarea{transition:color .15s,background-color .15s,border-color .15s,box-shadow .15s}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:hsl(var(--muted));border-radius:999px}::-webkit-scrollbar-thumb:hover{background:hsl(var(--muted-foreground) / .5)}::placeholder{color:hsl(var(--muted-foreground));opacity:.55}:focus-visible{outline:2px solid hsl(var(--ring) / .6);outline-offset:2px;border-radius:6px}.btn{cursor:pointer;border:none;border-radius:8px;padding:.55rem 1.15rem;font-family:inherit;font-size:.95rem;font-weight:600;text-decoration:none;display:inline-block}.btn-lg{padding:.75rem 1.6rem;font-size:1rem}.btn-accent{background:hsl(var(--accent));color:hsl(var(--accent-foreground))}.btn-accent:hover{background:#c2a884}.btn-accent:active{background:#a98b60}.btn-outline{color:hsl(var(--foreground));border:1px solid hsl(var(--border));background:0 0}.btn-outline:hover{border-color:hsl(var(--muted-foreground));background:hsl(var(--muted) / .5)}.btn-ghost{color:hsl(var(--muted-foreground));border:1px solid hsl(var(--border));background:0 0;width:100%}.btn-ghost:hover{background:hsl(var(--muted));color:hsl(var(--foreground))}.public-shell{flex-direction:column;min-height:100vh;display:flex}.public-shell main{flex:1}.public-nav{background:hsl(var(--background) / .9);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid hsl(var(--border));z-index:10;flex-wrap:nowrap;justify-content:space-between;align-items:center;gap:1rem;padding:.85rem 5vw;display:flex;position:sticky;top:0}.nav-actions{flex-shrink:0;align-items:center;gap:1.25rem;display:flex}.nav-actions .btn{color:hsl(var(--accent-foreground));white-space:nowrap}.nav-contact{color:hsl(var(--muted-foreground));font-weight:500;text-decoration:none}.nav-contact:hover{color:hsl(var(--foreground))}.burger{border:1px solid hsl(var(--border));cursor:pointer;background:0 0;border-radius:8px;flex-direction:column;justify-content:center;gap:4px;width:38px;height:38px;padding:8px;display:none}.burger span{background:hsl(var(--foreground));border-radius:2px;width:100%;height:2px;display:block}.burger:hover{border-color:hsl(var(--muted-foreground))}.mobile-menu{background:hsl(var(--background) / .98);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid hsl(var(--border));flex-direction:column;display:flex;position:absolute;top:100%;left:0;right:0}.mobile-menu a{color:hsl(var(--muted-foreground));padding:.9rem 5vw;font-weight:500;text-decoration:none}.mobile-menu a:hover{color:hsl(var(--foreground));background:hsl(var(--muted) / .4)}.logo{color:hsl(var(--foreground));align-items:center;gap:.6rem;font-size:1.05rem;font-weight:600;text-decoration:none;display:flex}.logo span{white-space:nowrap}.logo strong{color:hsl(var(--accent));font-weight:600}.label-short{display:none}.hero{border-bottom:1px solid hsl(var(--border));padding:6rem 5vw 4.5rem}.hero-inner{max-width:860px}.hero-kicker{text-transform:uppercase;letter-spacing:.14em;color:hsl(var(--accent));margin:0;font-size:.78rem;font-weight:600}.hero h1{letter-spacing:-.02em;margin:1rem 0;font-size:clamp(2.1rem,5vw,3.2rem)}.hero h1 span{color:hsl(var(--accent))}.hero-sub{color:hsl(var(--muted-foreground));max-width:580px;font-size:1.12rem}.hero-actions{flex-wrap:wrap;gap:1rem;margin:1.8rem 0 2.6rem;display:flex}.hero-stats{border-top:1px solid hsl(var(--border));flex-wrap:wrap;gap:2.5rem;margin:0;padding-top:1.5rem;display:flex}.hero-stats dt{font-variant-numeric:tabular-nums;letter-spacing:-.02em;color:hsl(var(--foreground));font-size:1.6rem;font-weight:700}.hero-stats dd{color:hsl(var(--muted-foreground));margin:0;font-size:.9rem}.section{max-width:1200px;margin:0 auto;padding:4rem 5vw}.section h2{letter-spacing:-.01em;font-size:1.8rem}.section-sub{color:hsl(var(--muted-foreground));margin-bottom:2rem}.section-alt{background:hsl(var(--card) / .6);border-top:1px solid hsl(var(--border));border-bottom:1px solid hsl(var(--border));max-width:none}.section-alt .split{max-width:1200px;margin:0 auto}.cards-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem;display:grid}.card{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:var(--radius);padding:1.5rem;transition:border-color .2s}.card:hover{border-color:hsl(var(--muted-foreground) / .4)}.card-icon{margin-bottom:.6rem;font-size:1.6rem;display:block}.card h3{font-size:1.05rem}.card p{color:hsl(var(--muted-foreground));margin:0;font-size:.95rem}.split{grid-template-columns:1.4fr 1fr;align-items:start;gap:2.5rem;display:grid}@media (width<=800px){.split{grid-template-columns:1fr}}.checklist{margin:1rem 0 0;padding:0;list-style:none}.checklist li{color:hsl(var(--muted-foreground));margin-bottom:.5rem;padding-left:1.6rem;position:relative}.checklist li:before{content:"✓";color:hsl(var(--accent));font-weight:700;position:absolute;left:0}.about-panel{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:var(--radius);color:hsl(var(--muted-foreground));padding:1.8rem}.about-panel h3{color:hsl(var(--accent))}.contact-form{flex-direction:column;gap:1rem;max-width:720px;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}@media (width<=640px){.form-row{grid-template-columns:1fr}}label{color:hsl(var(--muted-foreground));flex-direction:column;gap:.35rem;font-size:.88rem;font-weight:500;display:flex}input,select,textarea{font:inherit;border:1px solid hsl(var(--border));background:hsl(var(--input));color:hsl(var(--foreground));border-radius:8px;padding:.6rem .8rem;font-weight:400}input:hover,select:hover,textarea:hover{border-color:hsl(var(--muted-foreground) / .5)}input:focus,select:focus,textarea:focus{border-color:hsl(var(--accent) / .6);box-shadow:0 0 0 3px hsl(var(--accent) / .12);outline:none}.contact-form .btn{align-self:flex-start}.form-success{background:hsl(var(--ok) / .1);border:1px solid hsl(var(--ok) / .35);color:#7cc09e;border-radius:var(--radius);padding:1rem 1.25rem;font-weight:500}.form-error{background:hsl(var(--destructive) / .1);border:1px solid hsl(var(--destructive) / .4);color:#de7c7c;border-radius:8px;margin:0;padding:.6rem .9rem;font-size:.9rem}.login-section{justify-content:center;align-items:center;min-height:calc(100vh - 70px);padding:3rem 5vw;display:flex}.login-card{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:14px;flex-direction:column;gap:1rem;width:min(430px,100%);padding:2.5rem;display:flex;box-shadow:0 16px 48px #0006}.login-card h1{margin:0;font-size:1.45rem}.login-card>p{color:hsl(var(--muted-foreground));margin:0}.demo-hint{color:hsl(var(--muted-foreground));background:hsl(var(--muted) / .5);border:1px solid hsl(var(--border));border-radius:8px;margin:0;padding:.6rem .8rem;font-size:.85rem}.demo-hint code{color:hsl(var(--accent))}.public-footer{background:hsl(var(--card) / .5);border-top:1px solid hsl(var(--border));color:hsl(var(--muted-foreground));padding:3rem 5vw 1.5rem}.footer-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2rem;max-width:1200px;margin:0 auto 2rem;display:grid}.footer-grid h4{color:hsl(var(--foreground))}.footer-grid p{margin-bottom:.4rem;font-size:.92rem}.footer-note{text-align:center;border-top:1px solid hsl(var(--border));color:hsl(var(--muted-foreground) / .6);padding-top:1.25rem;font-size:.85rem}.portal-shell{min-height:100vh;display:flex}.sidebar{background:hsl(var(--card) / .6);border-right:1px solid hsl(var(--border));width:240px;color:hsl(var(--muted-foreground));flex-direction:column;flex-shrink:0;height:100vh;padding:1.25rem .9rem;display:flex;position:sticky;top:0}.sidebar-brand{color:hsl(var(--foreground));align-items:center;gap:.6rem;padding:0 .6rem 1.25rem;font-size:1.05rem;font-weight:600;display:flex}.sidebar nav{flex-direction:column;flex:1;gap:.25rem;display:flex}.sidebar nav a{border-radius:8px;align-items:center;gap:.6rem;padding:.55rem .75rem;font-size:.94rem;text-decoration:none;display:flex}.sidebar nav a:hover{background:hsl(var(--muted) / .7);color:hsl(var(--foreground))}.sidebar nav a.active{background:hsl(var(--muted));color:hsl(var(--foreground));box-shadow:inset 2px 0 0 hsl(var(--accent));font-weight:600}.sidebar-user{border-top:1px solid hsl(var(--border));flex-direction:column;gap:.75rem;padding-top:1rem;font-size:.9rem;display:flex}.sidebar-user strong{color:hsl(var(--foreground));display:block}.sidebar-user span{color:hsl(var(--muted-foreground) / .8);font-size:.8rem}.portal-main{flex:1;min-width:0;padding:2rem 2.5rem 3rem}.page-head{margin-bottom:1.5rem}.page-head h1{letter-spacing:-.01em;font-size:1.55rem}.page-head p{color:hsl(var(--muted-foreground));margin:0}.kpi-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin-bottom:1.5rem;display:grid}.kpi{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:var(--radius);padding:1.1rem 1.3rem}.kpi-value{font-variant-numeric:tabular-nums;letter-spacing:-.02em;font-size:1.9rem;font-weight:700;display:block}.kpi-label{color:hsl(var(--muted-foreground));font-size:.9rem}.kpi-alert{border-left:3px solid hsl(var(--destructive))}.kpi-alert .kpi-value{color:hsl(var(--destructive))}.panel{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:var(--radius);margin-bottom:1.5rem;padding:1.4rem}.panel h2{margin-bottom:1rem;font-size:1.05rem}.dash-grid{grid-template-columns:1.2fr 1fr;gap:1.5rem;display:grid}@media (width<=950px){.dash-grid{grid-template-columns:1fr}}.data-table{border-collapse:collapse;width:100%;font-size:.93rem}.data-table th{text-align:left;text-transform:uppercase;letter-spacing:.06em;color:hsl(var(--muted-foreground));border-bottom:1px solid hsl(var(--border));padding:.5rem .75rem;font-size:.75rem}.data-table td{border-bottom:1px solid hsl(var(--border) / .6);padding:.65rem .75rem}.data-table tr:last-child td{border-bottom:none}.data-table tbody tr:hover td{background:hsl(var(--muted) / .35)}table.panel{padding:.5rem;display:table}.empty-row{text-align:center;color:hsl(var(--muted-foreground));padding:1.5rem}.bar-chart{align-items:flex-end;gap:10px;height:190px;padding-top:1.4rem;display:flex}.bar-col{flex-direction:column;flex:1;justify-content:flex-end;align-items:center;gap:4px;height:100%;display:flex}.bar{background:#3d7fb8;border-radius:4px 4px 0 0;width:100%;max-width:46px;min-height:2px;transition:filter .15s}.bar-col:hover .bar{filter:brightness(1.15)}.bar-value{color:hsl(var(--muted-foreground));font-variant-numeric:tabular-nums;font-size:.8rem}.bar-label{color:hsl(var(--muted-foreground));font-size:.75rem}.badge{white-space:nowrap;border:1px solid #0000;border-radius:999px;padding:.15rem .6rem;font-size:.78rem;font-weight:500;display:inline-block}.badge-ok{background:hsl(var(--ok) / .12);border-color:hsl(var(--ok) / .3);color:#7cc09e}.badge-warn{background:hsl(var(--warning) / .1);border-color:hsl(var(--warning) / .3);color:#d3ac69}.badge-critique{background:hsl(var(--destructive) / .1);border-color:hsl(var(--destructive) / .35);color:#d87979}.badge-neutre{background:hsl(var(--muted) / .6);border-color:hsl(var(--border));color:hsl(var(--muted-foreground))}.badge-quart-jour{color:#d3ac69;background:#d2a14b1a;border-color:#d2a14b47}.badge-quart-soir{color:#88aedd;background:#6b94c71a;border-color:#6b94c747}.badge-quart-nuit{color:#ae9fdb;background:#8d7cc01a;border-color:#8d7cc047}.badge-group{gap:.4rem;display:flex}.mini-list{margin:0;padding:0;list-style:none}.mini-list li{border-bottom:1px solid hsl(var(--border) / .6);justify-content:space-between;align-items:center;gap:1rem;padding:.7rem 0;font-size:.93rem;display:flex}.mini-list li:last-child{border-bottom:none}.mini-date{color:hsl(var(--muted-foreground));font-size:.8rem;display:block}.toolbar{flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:1.25rem;display:flex}.toolbar input[type=search]{min-width:280px}.chip-row{flex-wrap:wrap;gap:.5rem;display:flex}.chip{border:1px solid hsl(var(--border));color:hsl(var(--muted-foreground));cursor:pointer;background:0 0;border-radius:999px;padding:.38rem .9rem;font-family:inherit;font-size:.88rem}.chip:hover{border-color:hsl(var(--muted-foreground));color:hsl(var(--foreground))}.chip-active{background:hsl(var(--muted));border-color:hsl(var(--muted-foreground) / .5);color:hsl(var(--foreground));font-weight:600}.site-card dl{flex-direction:column;gap:.5rem;margin:.75rem 0 0;display:flex}.site-card dl div{flex-direction:column;display:flex}.site-card dt{text-transform:uppercase;letter-spacing:.06em;color:hsl(var(--muted-foreground) / .8);font-size:.72rem}.site-card dd{margin:0;font-size:.93rem}.site-client{color:hsl(var(--accent));font-size:.9rem;font-weight:600}.incident-list{flex-direction:column;gap:1rem;display:flex}.incident-card{margin-bottom:0}.incident-card header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.6rem;display:flex}.incident-card p{color:hsl(var(--muted-foreground));font-size:.95rem}.incident-card footer{color:hsl(var(--muted-foreground) / .8);font-size:.85rem;font-style:italic}@media (width<=800px){.portal-shell{flex-direction:column}.sidebar{border-right:none;border-bottom:1px solid hsl(var(--border));width:100%;height:auto;position:static}.sidebar nav{flex-flow:wrap}.sidebar-user{flex-direction:row;justify-content:space-between;align-items:center;gap:1rem}.sidebar-user .btn-ghost{width:auto}.portal-main{padding:1.25rem 1rem 2rem}.data-table,table.panel{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto}}@media (width<=640px){.nav-contact{display:none}.burger{display:flex}.nav-actions{gap:.75rem}.nav-actions .btn{padding:.45rem .85rem;font-size:.88rem}.label-long{display:none}.label-short{display:inline}.logo{font-size:.98rem}.logo img{width:28px;height:28px}.hero{padding:3.5rem 5vw 3rem}.hero-actions{flex-direction:column}.hero-actions .btn{text-align:center}.hero-stats{gap:1.25rem 2rem}.section{padding:2.5rem 5vw}.section h2{font-size:1.5rem}.login-section{align-items:flex-start;padding:2rem 5vw}.login-card{padding:1.75rem}.toolbar{gap:.75rem}.toolbar input[type=search]{flex:100%;width:100%;min-width:0}.kpi-grid{grid-template-columns:repeat(2,1fr)}.kpi{padding:.9rem 1rem}.kpi-value{font-size:1.6rem}.bar-chart{gap:6px;height:150px}.incident-card header{flex-direction:column;gap:.4rem}.footer-grid{gap:1.5rem}}@media (width<=400px){.kpi-grid{grid-template-columns:1fr}.hero h1{font-size:1.9rem}}
