.cabinet-prestations-module__hAhORq__container{background-color:#f9fafb;min-height:100vh;margin:0;padding:0}.cabinet-prestations-module__hAhORq__wrapper{max-width:100%;padding:1.5rem}.cabinet-prestations-module__hAhORq__header{margin-bottom:2rem}.cabinet-prestations-module__hAhORq__header h1{color:#333;margin:0 0 .5rem;font-size:2rem}.cabinet-prestations-module__hAhORq__header p{color:#666;margin:0;font-size:.95rem}.cabinet-prestations-module__hAhORq__error{color:#c33;background-color:#fee;border:1px solid #f99;border-radius:6px;margin-bottom:1.5rem;padding:1rem}.cabinet-prestations-module__hAhORq__addButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#14b8a6 0%,#0d9488 100%);border:none;border-radius:6px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:transform .2s,box-shadow .2s;display:inline-flex}.cabinet-prestations-module__hAhORq__addButton:hover{transform:translateY(-2px);box-shadow:0 4px 12px #14b8a666}.cabinet-prestations-module__hAhORq__formContainer{background:#fff;border:1px solid #e0e0e0;border-radius:8px;margin-bottom:2rem;padding:2rem;box-shadow:0 2px 8px #00000014}.cabinet-prestations-module__hAhORq__formContainer h2{color:#333;margin-top:0;margin-bottom:1.5rem}.cabinet-prestations-module__hAhORq__formRow{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:1.5rem;display:grid}.cabinet-prestations-module__hAhORq__formGroup{flex-direction:column;display:flex}.cabinet-prestations-module__hAhORq__formGroup label{color:#333;margin-bottom:.5rem;font-size:.95rem;font-weight:600}.cabinet-prestations-module__hAhORq__formGroup input,.cabinet-prestations-module__hAhORq__formGroup textarea{border:1px solid #ddd;border-radius:6px;padding:.75rem;font-family:inherit;font-size:.95rem;transition:border-color .2s}.cabinet-prestations-module__hAhORq__formGroup input:focus,.cabinet-prestations-module__hAhORq__formGroup textarea:focus{border-color:#14b8a6;outline:none;box-shadow:0 0 0 3px #14b8a61a}.cabinet-prestations-module__hAhORq__formActions{justify-content:flex-end;gap:1rem;margin-top:2rem;display:flex}.cabinet-prestations-module__hAhORq__saveButton,.cabinet-prestations-module__hAhORq__cancelButton{cursor:pointer;border:none;border-radius:6px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;transition:all .2s;display:inline-flex}.cabinet-prestations-module__hAhORq__saveButton{color:#fff;background:#14b8a6}.cabinet-prestations-module__hAhORq__saveButton:hover{background:#0d9488;transform:translateY(-2px)}.cabinet-prestations-module__hAhORq__cancelButton{color:#333;background:#f0f0f0}.cabinet-prestations-module__hAhORq__cancelButton:hover{background:#e0e0e0}.cabinet-prestations-module__hAhORq__grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;display:grid}.cabinet-prestations-module__hAhORq__card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;flex-direction:column;padding:1.5rem;transition:all .3s;display:flex;box-shadow:0 2px 8px #00000014}.cabinet-prestations-module__hAhORq__card:hover{transform:translateY(-4px);box-shadow:0 8px 16px #0000001f}.cabinet-prestations-module__hAhORq__cardHeader{align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.cabinet-prestations-module__hAhORq__icon{font-size:2rem;line-height:1}.cabinet-prestations-module__hAhORq__title{color:#333;flex:1;font-size:1.1rem;font-weight:700}.cabinet-prestations-module__hAhORq__description{color:#666;flex-grow:1;margin:.5rem 0;font-size:.9rem;line-height:1.4}.cabinet-prestations-module__hAhORq__price{color:#14b8a6;margin:1rem 0;font-size:1.5rem;font-weight:700}.cabinet-prestations-module__hAhORq__duree{color:#999;margin:.5rem 0;font-size:.85rem}.cabinet-prestations-module__hAhORq__inclus{color:#666;margin:1rem 0;padding:0;font-size:.9rem;list-style:none}.cabinet-prestations-module__hAhORq__inclus li{padding:.25rem 0}.cabinet-prestations-module__hAhORq__inclus li:before{content:"✓ ";color:#14b8a6;margin-right:.25rem;font-weight:600}.cabinet-prestations-module__hAhORq__actions{gap:.5rem;margin-top:auto;padding-top:1rem;display:flex}.cabinet-prestations-module__hAhORq__editBtn,.cabinet-prestations-module__hAhORq__deleteBtn{cursor:pointer;border:none;border-radius:6px;flex:1;justify-content:center;align-items:center;gap:.4rem;padding:.6rem;font-size:.85rem;font-weight:600;transition:all .2s;display:flex}.cabinet-prestations-module__hAhORq__editBtn{color:#fff;background:#14b8a6}.cabinet-prestations-module__hAhORq__editBtn:hover{background:#0d9488}.cabinet-prestations-module__hAhORq__deleteBtn{color:#c33;background:#fee}.cabinet-prestations-module__hAhORq__deleteBtn:hover{background:#fdd}.cabinet-prestations-module__hAhORq__loading{text-align:center;color:#666;padding:2rem}.cabinet-prestations-module__hAhORq__empty{text-align:center;color:#999;background:#f9f9f9;border:1px dashed #ddd;border-radius:6px;padding:2rem}
.notification-container{z-index:10000;pointer-events:none;flex-direction:column;gap:12px;max-width:400px;display:flex;position:fixed;top:24px;right:24px}.notification{pointer-events:all;opacity:0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff;border:2px solid;border-radius:12px;min-width:400px;padding:18px 20px;transition:all .35s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;transform:translate(490px)scale(.95);box-shadow:0 4px 16px #00000014,0 8px 32px #0000001f}.notification.show{opacity:1;transform:translate(0)scale(1)}.notification.hide{opacity:0;transform:translate(490px)scale(.95)}.notification.success{background:linear-gradient(135deg,#f0fdf4 0%,#fff 100%);border-color:#10b981}.notification.error{background:linear-gradient(135deg,#fef2f2 0%,#fff 100%);border-color:#ef4444}.notification.warning{background:linear-gradient(135deg,#fffbeb 0%,#fff 100%);border-color:#f59e0b}.notification.info{background:linear-gradient(135deg,#eff6ff 0%,#fff 100%);border-color:#3b82f6}.notification-header{align-items:center;gap:14px;margin-bottom:8px;display:flex}.notification-icon{flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:22px;display:flex}.notification.success .notification-icon{color:#10b981}.notification.error .notification-icon{color:#ef4444}.notification.warning .notification-icon{color:#f59e0b}.notification.info .notification-icon{color:#3b82f6}.notification-title{color:#1f2937;letter-spacing:-.01em;flex:1;font-size:16px;font-weight:600}.notification-close{color:#9ca3af;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;margin:-2px -4px -2px 0;padding:6px;font-size:14px;transition:all .15s;display:flex}.notification-close:hover{color:#1f2937;background:#00000014}.notification-close:active{background:#0000001f}.notification-body{padding-left:44px}.notification-message{color:#6b7280;letter-spacing:-.01em;font-size:14px;line-height:1.6}.notification-progress{background:#0000000d;border-radius:0 0 12px 12px;height:4px;position:absolute;bottom:0;left:0;right:0;overflow:hidden}.notification-progress-bar{transform-origin:0;border-radius:0 0 12px 12px;height:100%;animation:linear forwards progressBar}.notification.success .notification-progress-bar{background:#10b981}.notification.error .notification-progress-bar{background:#ef4444}.notification.warning .notification-progress-bar{background:#f59e0b}.notification.info .notification-progress-bar{background:#3b82f6}@keyframes progressBar{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.notification:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000001f,0 16px 48px #00000026}.notification.show:hover .notification-progress-bar{animation-play-state:paused}.notification.success:hover{border-color:#059669;box-shadow:0 8px 24px #0000001f,0 0 30px #10b98126}.notification.error:hover{border-color:#dc2626;box-shadow:0 8px 24px #0000001f,0 0 30px #ef444426}.notification.warning:hover{border-color:#d97706;box-shadow:0 8px 24px #0000001f,0 0 30px #f59e0b26}.notification.info:hover{border-color:#2563eb;box-shadow:0 8px 24px #0000001f,0 0 30px #3b82f626}@media (max-width:640px){.notification-container{max-width:none;top:12px;left:12px;right:12px}.notification{max-width:none;min-width:unset;padding:16px 18px}.notification-header{gap:12px;margin-bottom:6px}.notification-body{padding-left:38px}.notification-title{font-size:15px}.notification-message{font-size:13px}.notification-icon{width:26px;height:26px;font-size:20px}}
