.card{background:var(--color-background-primary,#fff);cursor:pointer;border:.5px solid #e0e0e0;border-radius:12px;padding:1rem 1.25rem}.card-top{justify-content:space-between;align-items:flex-start;margin-bottom:12px;display:flex}.type-badge{color:#085041;background:#e1f5ee;border-radius:20px;padding:3px 8px;font-size:11px;font-weight:500}.status{color:#888;align-items:center;gap:4px;font-size:11px;display:flex}.dot{border-radius:50%;width:6px;height:6px}.dot_on{background:#1d9e75}.dot_off{background:#e24b4a}.card-title{margin-bottom:4px;font-size:14px;font-weight:500}.card-sub{color:#888;margin-bottom:14px;font-size:13px}.delete-button{color:#e24b4a;cursor:pointer;background:0 0;border:1px solid #e24b4a;border-radius:8px;width:100%;padding:.5rem;font-size:12px;font-weight:500;transition:all .2s}.delete-button:hover{color:#fff;background:#e24b4a}.btn-filter{color:#555;cursor:pointer;background:#fff;border:.5px solid #e0e0e0;border-radius:8px;align-items:center;gap:6px;margin-bottom:1.5rem;padding:6px 14px;font-size:13px;display:inline-flex}.btn-filter:hover{color:#222;background:#f5f5f5}.grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));align-items:start;gap:12px;padding:1.5rem;display:grid}.fade-enter-active,.fade-leave-active{transition:opacity .3s,transform .3s}.fade-leave-active{width:200px;position:absolute}.fade-enter-from,.fade-leave-to{opacity:0;transform:scale(.95)}.fade-move{transition:transform .4s}.detail{padding:1.5rem}.card-detail{background:var(--color-background-primary,#fff);border:.5px solid #e0e0e0;border-radius:12px;padding:1.25rem}.card-header{border-bottom:.5px solid #e0e0e0;justify-content:space-between;align-items:flex-start;margin-bottom:1.25rem;padding-bottom:1rem;display:flex}.numero{font-size:22px;font-weight:500}.titre{color:#888;margin-top:4px;font-size:13px}.badge{border-radius:20px;padding:3px 10px;font-size:11px;font-weight:500}.badge-actif{color:#085041;background:#e1f5ee}.badge-resilie{color:#791f1f;background:#fcebeb}.row{border-bottom:.5px solid #e0e0e0;justify-content:space-between;padding:10px 0;font-size:14px;display:flex}.row:last-child{border-bottom:none}.row-label{color:#888}.row-value{font-weight:500}.prime{color:#1d9e75;font-size:16px}.btn-back{color:#555;cursor:pointer;background:#fff;border:.5px solid #e0e0e0;border-radius:8px;align-items:center;gap:6px;width:fit-content;margin-bottom:1.5rem;padding:6px 14px;font-size:13px;display:inline-flex}.btn-back:hover{color:#222;background:#f5f5f5}.form-container{background:#fff;border-radius:12px;max-width:500px;margin:2rem auto;padding:2rem;box-shadow:0 4px 20px #0000001a}h2{color:#1e293b;margin-bottom:1.5rem;font-size:1.5rem}.form-group{flex-direction:column;margin-bottom:1.2rem;display:flex}.form-group label{color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.4rem;font-size:.85rem;font-weight:600}.form-group input,.form-group select{color:#1e293b;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;outline:none;padding:.65rem 1rem;font-size:1rem;transition:border-color .2s}.form-group input:focus,.form-group select:focus{background:#fff;border-color:#6366f1}.form-group input::placeholder{color:#cbd5e1}button{color:#fff;cursor:pointer;background:#6366f1;border:none;border-radius:8px;width:100%;margin-top:.5rem;padding:.75rem;font-size:1rem;font-weight:600;transition:background .2s}button:hover{background:#4f46e5}button:disabled{cursor:not-allowed;background:#cbd5e1}button:disabled:hover{background:#cbd5e1}body{background-color:#f0f4f8}
