:root{--blue: #185FA5;--green: #1D9E75;--red: #E24B4A;--bg: #eef1f6;--white: #ffffff;--text: #1a1a2e;--text-muted: #6b7280;--border: #e5e7eb}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{font-family:Outfit,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg);color:var(--text);max-width:430px;margin:0 auto;overflow:hidden;-webkit-font-smoothing:antialiased;font-variant-numeric:tabular-nums;-webkit-tap-highlight-color:transparent;overflow-wrap:break-word}button{cursor:pointer;border:none;border-radius:8px;font-size:1rem;font-weight:600;padding:12px 20px;transition:opacity .15s,transform .12s}button:active{opacity:.85;transform:scale(.98)}input,select,textarea{max-width:100%;min-width:0;box-sizing:border-box}@media (pointer: coarse){input[type=date],input[type=time],input[type=month]{-webkit-appearance:none;-moz-appearance:none;appearance:none}input,select,textarea{font-size:16px!important}}.app-shell{height:100%}input[type=date]::-webkit-date-and-time-value,input[type=month]::-webkit-date-and-time-value,input[type=time]::-webkit-date-and-time-value{text-align:left}input[type=date].journal-date::-webkit-date-and-time-value,input[type=month].journal-date::-webkit-date-and-time-value,input[type=month].mois-centre::-webkit-date-and-time-value{text-align:center}::selection{background:#0b82dc2e}h1,h2{text-wrap:balance}input:focus,select:focus,textarea:focus{outline:none;border-color:#0b82dc!important;box-shadow:0 0 0 3px #0b82dc21}:is(button,a):focus-visible{outline:2px solid #0B82DC;outline-offset:2px}.voile{animation:voile-fondu .18s ease-out}.voile>div{animation:feuille-montee .24s cubic-bezier(.32,.72,.33,1)}@keyframes voile-fondu{0%{opacity:0}}@keyframes feuille-montee{0%{transform:translateY(28px)}}.btn-primary{background:var(--blue);color:var(--white)}.btn-success{background:var(--green);color:var(--white)}.btn-danger{background:var(--red);color:var(--white)}.btn-outline{background:var(--white);color:var(--blue);border:2px solid var(--blue)}
