:root{--primary-color: #07b8b2;--secondary-color: #058b86;--success-color: #27ae60;--warning-color: #f39c12;--error-color: #e74c3c;--text-color: #2c3e50;--text-light: #7f8c8d;--background: #f5f7fa;--surface: #ffffff;--border: #ecf0f1;--shadow: 0 2px 10px rgba(0,0,0,.08);--shadow-hover: 0 4px 20px rgba(0,0,0,.12);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;font-weight:400;color-scheme:light;color:var(--text-color);background-color:var(--background);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;padding:0;min-width:320px;min-height:100vh;background:var(--background);overflow-x:hidden}h1,h2,h3,h4,h5,h6{color:var(--text-color);font-weight:600;line-height:1.3;margin:0}p{margin:0;color:var(--text-light)}a{font-weight:500;color:var(--primary-color);text-decoration:inherit;transition:color .3s ease}a:hover{color:var(--secondary-color)}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:var(--surface);cursor:pointer;transition:all .3s ease}button:hover{border-color:var(--primary-color)}button:focus,button:focus-visible{outline:2px solid var(--primary-color);outline-offset:2px}input,textarea,select{font-family:inherit;font-size:inherit;border-radius:6px;border:1px solid var(--border);padding:.5em;transition:border-color .3s ease}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--primary-color)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--border)}::-webkit-scrollbar-thumb{background:var(--text-light);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-color)}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){body{font-size:14px}h1{font-size:1.5rem}h2{font-size:1.3rem}h3{font-size:1.1rem}}.modal-overlay{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center}.modal-backdrop{position:absolute;inset:0;background:#0006;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-content{position:relative;background:#fff;border-radius:12px;box-shadow:0 10px 25px #00000026;padding:2rem;width:100%;max-width:400px;margin:1rem;animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.modal-title{color:#2c3e50;font-size:1.25rem;font-weight:600;margin:0}.modal-close{background:none;border:none;color:#7f8c8d;font-size:1.5rem;cursor:pointer;padding:.25rem;border-radius:4px;transition:color .3s ease,background-color .3s ease;line-height:1}.modal-close:hover{color:#2c3e50;background-color:#f8f9fa}.modal-description{color:#7f8c8d;font-size:.9rem;margin:0 0 1.5rem;line-height:1.5}.contact-options{display:flex;flex-direction:column;gap:.75rem}.contact-button{width:100%;display:flex;align-items:center;justify-content:center;gap:.75rem;padding:.875rem 1rem;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;border:2px solid transparent}.contact-button.primary{background:#07b8b2;color:#fff;border-color:#07b8b2}.contact-button.primary:hover{background:#058b86;border-color:#058b86;transform:translateY(-1px);box-shadow:0 4px 12px #07b8b24d}.contact-button.secondary{background:#fff;color:#2c3e50;border-color:#ecf0f1}.contact-button.secondary:hover{background:#f8f9fa;border-color:#07b8b2;color:#07b8b2;transform:translateY(-1px);box-shadow:0 4px 12px #0000001a}.contact-icon{font-size:1.25rem;line-height:1}.modal-overlay.closing .modal-content{animation:modalSlideOut .3s ease-in forwards}@keyframes modalSlideOut{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(-20px) scale(.95)}}@media (max-width: 480px){.modal-content{padding:1.5rem;margin:.5rem}.modal-title{font-size:1.125rem}.contact-button{padding:1rem;font-size:.95rem}}.header{background:#fff;color:#2c3e50;box-shadow:0 2px 10px #0000001a;position:sticky;top:0;z-index:100;border-bottom:1px solid #ecf0f1}.header-content{display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;max-width:1200px;margin:0 auto}.logo-container{display:flex;align-items:center;gap:.5rem}.logo-image{height:40px;width:auto;max-width:120px;object-fit:contain}.logo-placeholder{display:none;flex-direction:column;align-items:flex-start}.logo-text{font-size:1.5rem;font-weight:700;margin:0;color:#07b8b2;line-height:1}.logo-subtitle{font-size:.75rem;opacity:.9;margin:0;color:#2c3e50;font-weight:400;line-height:1}.logo{font-size:1.5rem;font-weight:700;margin:0}.header-nav{display:flex;gap:2rem}.nav-link{color:#2c3e50;text-decoration:none;padding:.5rem 1rem;border-radius:6px;transition:all .3s ease;position:relative}.nav-link:hover{background:#07b8b2;color:#fff;transform:translateY(-1px)}.nav-link.active{background:#07b8b2;color:#fff;font-weight:600}.user-menu{position:relative}.user-button{display:flex;align-items:center;gap:.5rem;background:#f8f9fa;border:1px solid #ecf0f1;color:#2c3e50;padding:.5rem 1rem;border-radius:25px;cursor:pointer;transition:all .3s ease}.user-button:hover{background:#07b8b2;color:#fff;border-color:#07b8b2}.user-avatar{width:32px;height:32px;border-radius:50%;object-fit:cover}.user-avatar-placeholder{width:32px;height:32px;border-radius:50%;background:#07b8b2;color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.2rem;border:2px solid #058b86}.user-name{font-weight:500}.dropdown-arrow{font-size:.8rem;transition:transform .3s ease}.dropdown-arrow.open{transform:rotate(180deg)}.user-dropdown{position:absolute;top:100%;right:0;background:#fff;color:#333;border-radius:8px;box-shadow:0 4px 20px #00000026;overflow:hidden;min-width:160px;margin-top:.5rem}.dropdown-item{display:block;width:100%;padding:.75rem 1rem;border:none;background:none;text-align:left;cursor:pointer;transition:background .2s ease}.dropdown-item:hover{background:#f5f5f5}.dropdown-item.logout{color:#e74c3c;border-top:1px solid #eee}.dropdown-item.logout:hover{background:#ffeaea}@media (max-width: 768px){.header-content{padding:1rem;flex-wrap:wrap;gap:1rem}.header-nav{order:3;width:100%;justify-content:center;gap:1rem}.nav-link{padding:.25rem .75rem;font-size:.9rem}.user-name{display:none}.logo-image{height:32px;max-width:100px}.logo-text{font-size:1.2rem}.logo-subtitle{font-size:.7rem}}.dashboard{padding:2rem;max-width:1200px;margin:0 auto}.dashboard-header{margin-bottom:2rem}.dashboard-header h1{color:#2c3e50;margin:0 0 .5rem;font-size:2rem}.dashboard-header p{color:#7f8c8d;margin:0;font-size:1.1rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:3rem}.stat-card{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 10px #00000014;display:flex;align-items:center;gap:1rem;transition:transform .3s ease,box-shadow .3s ease}.stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 20px #0000001f}.stat-icon{font-size:2.5rem;background:linear-gradient(135deg,#07b8b2,#058b86);width:60px;height:60px;border-radius:12px;display:flex;align-items:center;justify-content:center}.stat-content h3{margin:0 0 .25rem;font-size:1.8rem;color:#2c3e50;font-weight:700}.stat-content p{margin:0;color:#7f8c8d;font-weight:500}.dashboard-content{display:grid;grid-template-columns:2fr 1fr;gap:2rem}.recent-orders,.notifications-panel{background:#fff;border-radius:12px;box-shadow:0 2px 10px #00000014;overflow:hidden}.section-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #ecf0f1}.section-header h2{margin:0;color:#2c3e50;font-size:1.3rem}.view-all{color:#07b8b2;text-decoration:none;font-weight:500;transition:color .3s ease}.view-all:hover{color:#058b86}.orders-list{padding:0}.order-item{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid #f8f9fa;transition:background .2s ease}.order-item:hover{background:#f8f9fa}.order-item:last-child{border-bottom:none}.order-info{display:flex;flex-direction:column;gap:.25rem}.order-id{font-weight:600;color:#2c3e50}.order-date{font-size:.9rem;color:#7f8c8d}.order-details{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem}.order-total{font-weight:600;color:#2c3e50}.order-status{font-size:.9rem;font-weight:500;padding:.25rem .5rem;border-radius:4px;background:#0000000d}.notifications-list{padding:0}.notification{padding:1rem 1.5rem;border-bottom:1px solid #f8f9fa;border-left:4px solid transparent}.notification:last-child{border-bottom:none}.notification.info{border-left-color:#3498db;background:#3498db05}.notification.warning{border-left-color:#f39c12;background:#f39c1205}.notification.success{border-left-color:#27ae60;background:#27ae6005}.notification-content p{margin:0 0 .5rem;color:#2c3e50;font-size:.95rem;line-height:1.4}.notification-date{font-size:.8rem;color:#7f8c8d}.guarantees-section{margin-top:3rem;background:#fff;border-radius:12px;box-shadow:0 2px 10px #00000014;overflow:hidden}.guarantees-section .section-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #ecf0f1}.contract-type{background:#07b8b2;color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:500}.guarantees-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;padding:1.5rem}.guarantee-card{background:#f8f9fa;border-radius:8px;padding:1.5rem;transition:transform .3s ease}.guarantee-card:hover{transform:translateY(-2px)}.guarantee-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.guarantee-header h3{color:#2c3e50;font-size:1rem;margin:0}.guarantee-coverage{background:#07b8b2;color:#fff;padding:.25rem .75rem;border-radius:12px;font-size:.8rem;font-weight:500}.guarantee-progress{display:flex;flex-direction:column;gap:.5rem}.progress-bar{width:100%;height:8px;background:#ecf0f1;border-radius:4px;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(135deg,#07b8b2,#058b86);border-radius:4px;transition:width .3s ease}.progress-text{font-size:.9rem;color:#7f8c8d;text-align:center}.order-info .practitioner{font-size:.8rem;color:#07b8b2;margin-top:.25rem;font-weight:500}@media (max-width: 768px){.dashboard{padding:1rem}.dashboard-content,.stats-grid{grid-template-columns:1fr;gap:1rem}.stat-card{padding:1rem}.stat-icon{width:50px;height:50px;font-size:2rem}.section-header{padding:1rem}.order-item{padding:.75rem 1rem}.guarantees-grid{grid-template-columns:1fr;gap:1rem;padding:1rem}.guarantees-section .section-header{flex-direction:column;gap:1rem;align-items:flex-start}}.profile{padding:2rem;max-width:1200px;margin:0 auto}.profile-header{margin-bottom:2rem}.profile-header h1{color:#2c3e50;margin:0 0 .5rem;font-size:2rem}.profile-header p{color:#7f8c8d;margin:0;font-size:1.1rem}.profile-card{background:#fff;border-radius:12px;box-shadow:0 2px 10px #00000014;overflow:hidden}.profile-avatar-section{background:linear-gradient(135deg,#07b8b2,#058b86);color:#fff;padding:2rem;display:flex;align-items:center;gap:1.5rem}.profile-avatar{width:100px;height:100px;border-radius:50%;object-fit:cover;border:4px solid rgba(255,255,255,.3)}.profile-avatar-placeholder{width:100px;height:100px;border-radius:50%;background:#fff3;display:flex;align-items:center;justify-content:center;font-size:3rem;border:4px solid rgba(255,255,255,.3)}.avatar-info h2{margin:0 0 .5rem;font-size:1.8rem;font-weight:600}.avatar-info p{margin:0;opacity:.9;font-size:1rem}.profile-form{padding:2rem}.form-section{margin-bottom:2rem}.form-section:last-child{margin-bottom:0}.form-section h3{color:#2c3e50;margin:0 0 1.5rem;font-size:1.3rem;font-weight:600;padding-bottom:.5rem;border-bottom:2px solid #ecf0f1}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.form-group{display:flex;flex-direction:column}.form-group.full-width{grid-column:1 / -1}.form-group label{color:#2c3e50;font-weight:500;margin-bottom:.5rem;font-size:.95rem}.form-group input{padding:.75rem;border:2px solid #ecf0f1;border-radius:8px;font-size:1rem;background:#f8f9fa;color:#2c3e50;transition:all .3s ease}.form-group input:disabled{background:#f8f9fa;cursor:not-allowed}.form-group input.editable{background:#fff;border-color:#07b8b2;cursor:text}.form-group input.editable:focus{outline:none;border-color:#058b86;box-shadow:0 0 0 3px #07b8b21a}.form-actions{margin-top:2rem;padding-top:2rem;border-top:1px solid #ecf0f1}.edit-actions{display:flex;gap:1rem}.btn{padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;text-align:center}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 15px #07b8b24d}.btn-success{background:#27ae60;color:#fff}.btn-success:hover{background:#219a52;transform:translateY(-2px);box-shadow:0 4px 15px #27ae604d}.btn-secondary{background:#95a5a6;color:#fff}.btn-secondary:hover{background:#7f8c8d;transform:translateY(-2px);box-shadow:0 4px 15px #95a5a64d}.error-message{background:#fee;border:1px solid #fcc;color:#c33;padding:1rem;border-radius:6px;margin:1rem 0;font-size:.9rem;line-height:1.4;font-family:Courier New,monospace;border-left:4px solid #e74c3c}@media (max-width: 768px){.profile{padding:1rem}.profile-avatar-section{padding:1.5rem;flex-direction:column;text-align:center;gap:1rem}.profile-avatar{width:80px;height:80px}.avatar-info h2{font-size:1.5rem}.profile-form{padding:1.5rem}.form-grid{grid-template-columns:1fr;gap:1rem}.edit-actions{flex-direction:column}.btn{width:100%}}.reimbursements{padding:2rem;max-width:1400px;margin:0 auto}.reimbursements-header{margin-bottom:2rem}.reimbursements-header h1{color:#2c3e50;margin:0 0 .5rem;font-size:2rem}.reimbursements-header p{color:#7f8c8d;margin:0;font-size:1.1rem}.reimbursements-filters{margin-bottom:2rem}.filter-buttons{display:flex;gap:1rem;flex-wrap:wrap}.filter-buttons button{padding:.75rem 1.5rem;border:2px solid #ecf0f1;background:#fff;color:#7f8c8d;border-radius:25px;cursor:pointer;font-weight:500;transition:all .3s ease}.filter-buttons button:hover{border-color:#07b8b2;color:#07b8b2}.filter-buttons button.active{background:linear-gradient(135deg,#07b8b2,#058b86);border-color:#07b8b2;color:#fff}.reimbursements-content{display:grid;grid-template-columns:1fr auto;gap:2rem;align-items:start}.reimbursements-list{display:flex;flex-direction:column;gap:1rem}.reimbursement-card{background:#fff;border-radius:12px;box-shadow:0 2px 10px #00000014;padding:1.5rem;cursor:pointer;transition:all .3s ease;border:2px solid transparent}.reimbursement-card:hover{transform:translateY(-2px);box-shadow:0 4px 20px #0000001f}.reimbursement-card.selected{border-color:#07b8b2;transform:translateY(-2px);box-shadow:0 4px 20px #07b8b226}.reimbursement-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.reimbursement-info h3{margin:0 0 .25rem;color:#2c3e50;font-size:1.2rem}.reimbursement-date{margin:0 0 .25rem;color:#7f8c8d;font-size:.9rem}.practitioner{margin:0;color:#07b8b2;font-size:.9rem;font-weight:500}.reimbursement-status-badge{text-align:right}.status-indicator{font-weight:600;font-size:.9rem;padding:.5rem 1rem;border-radius:20px;background:#0000000d;display:inline-block}.reimbursement-card-body{display:flex;flex-direction:column;gap:1rem}.amounts-summary{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;padding:1rem;background:#f8f9fa;border-radius:8px}.amount-item{display:flex;flex-direction:column;align-items:center;text-align:center}.amount-item.success .amount-value{color:#27ae60}.amount-label{color:#7f8c8d;font-size:.8rem;margin-bottom:.25rem}.amount-value{font-weight:600;color:#2c3e50;font-size:1rem}.beneficiary-info{display:flex;align-items:center;gap:.5rem;font-size:.9rem}.beneficiary-label{color:#7f8c8d}.beneficiary-name{color:#2c3e50;font-weight:500}.reimbursement-details{width:400px;background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000026;position:sticky;top:2rem}.reimbursement-details-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #ecf0f1}.reimbursement-details-header h2{margin:0;color:#2c3e50;font-size:1.3rem}.close-details{background:none;border:none;font-size:1.2rem;color:#7f8c8d;cursor:pointer;padding:.5rem;border-radius:50%;transition:all .3s ease}.close-details:hover{background:#f8f9fa;color:#2c3e50}.reimbursement-details-content{padding:1.5rem}.detail-section{margin-bottom:2rem}.detail-section:last-child{margin-bottom:0}.detail-section h3{margin:0 0 1rem;color:#2c3e50;font-size:1.1rem;font-weight:600}.detail-grid{display:flex;flex-direction:column;gap:.75rem}.detail-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid #f8f9fa}.detail-item:last-child{border-bottom:none}.detail-item label{color:#7f8c8d;font-size:.9rem;font-weight:500}.detail-item span{color:#2c3e50;font-weight:500;text-align:right}.amounts-breakdown{display:flex;flex-direction:column;gap:.75rem}.breakdown-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:#f8f9fa;border-radius:6px}.breakdown-item.total{background:#e8f5e8;border:1px solid #27ae60}.breakdown-item.remaining{background:#fff3cd;border:1px solid #f39c12}.breakdown-label{color:#2c3e50;font-weight:500}.breakdown-value{color:#2c3e50;font-weight:600}.breakdown-item.total .breakdown-value{color:#27ae60}.breakdown-item.remaining .breakdown-value{color:#f39c12}.detail-section.rejection{background:#ffeaea;padding:1rem;border-radius:8px;border-left:4px solid #e74c3c}.rejection-reason{color:#e74c3c;font-weight:500;margin:0}.reimbursement-actions{display:flex;flex-direction:column;gap:.75rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #ecf0f1}.btn{padding:.75rem 1rem;border:none;border-radius:8px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .3s ease;text-align:center}.btn-primary{background:linear-gradient(135deg,#07b8b2,#058b86);color:#fff}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 3px 10px #07b8b24d}.btn-secondary{background:#f39c12;color:#fff}.btn-secondary:hover{background:#e67e22;transform:translateY(-1px);box-shadow:0 3px 10px #f39c124d}.btn-outline{background:transparent;border:2px solid #07b8b2;color:#07b8b2}@media (max-width: 1200px){.reimbursements-content{grid-template-columns:1fr}.reimbursement-details{width:auto;position:static}}@media (max-width: 768px){.reimbursements{padding:1rem}.filter-buttons{justify-content:center}.filter-buttons button{font-size:.9rem;padding:.5rem 1rem}.reimbursement-card{padding:1rem}.amounts-summary{flex-direction:column;gap:.5rem}.amount-item{flex-direction:row;justify-content:space-between;width:100%}.reimbursement-details-content{padding:1rem}}.cotisations{padding:2rem;max-width:1400px;margin:0 auto}.cotisations-header{margin-bottom:2rem}.cotisations-header h1{color:#2c3e50;margin:0 0 .5rem;font-size:2rem}.cotisations-header p{color:#7f8c8d;margin:0;font-size:1.1rem}.cotisations-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:3rem}.summary-card{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 10px #00000014;display:flex;align-items:center;gap:1rem;transition:transform .3s ease,box-shadow .3s ease}.summary-card:hover{transform:translateY(-2px);box-shadow:0 4px 20px #0000001f}.summary-icon{font-size:2rem;width:50px;height:50px;border-radius:10px;display:flex;align-items:center;justify-content:center}.summary-icon.total{background:#3498db15}.summary-icon.paid{background:#27ae6015}.summary-icon.pending{background:#f39c1215}.summary-icon.amount{background:#07b8b215}.summary-content h3{margin:0 0 .25rem;font-size:1.5rem;color:#2c3e50;font-weight:700}.summary-content p{margin:0;color:#7f8c8d;font-weight:500;font-size:.9rem}.cotisations-content{background:#fff;border-radius:12px;box-shadow:0 2px 10px #00000014;overflow:hidden}.cotisations-table{width:100%}.table-header{display:grid;grid-template-columns:1fr 120px 100px 130px 1fr 100px;background:linear-gradient(135deg,#07b8b2,#058b86);color:#fff;font-weight:600}.header-cell{padding:1rem;font-size:.9rem;text-align:left}.table-body{display:flex;flex-direction:column}.table-row{display:grid;grid-template-columns:1fr 120px 100px 130px 1fr 100px;border-bottom:1px solid #f8f9fa;transition:background .2s ease}.table-row:hover{background:#f8f9fa}.table-row:last-child{border-bottom:none}.cell{padding:1rem;display:flex;align-items:center;font-size:.9rem}.period-badge{background:#07b8b2;color:#fff;padding:.25rem .75rem;border-radius:15px;font-size:.85rem;font-weight:500}.due-date.overdue{color:#e74c3c;font-weight:600}.amount{font-weight:600;color:#2c3e50}.status-badge{font-weight:500;padding:.4rem .8rem;border-radius:15px;font-size:.85rem;display:inline-block}.payment{justify-content:center}.payment-info{display:flex;flex-direction:column;align-items:center;text-align:center}.payment-date{font-weight:500;color:#2c3e50}.payment-method{font-size:.8rem;color:#7f8c8d}.no-payment{color:#95a5a6}.actions{justify-content:center}.action-buttons{display:flex;gap:.5rem}.btn{padding:.5rem 1rem;border:none;border-radius:6px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease;text-align:center}.btn-sm{padding:.4rem .8rem;font-size:.85rem}.btn-primary{background:#07b8b2;color:#fff}.btn-primary:hover{background:#058b86;transform:translateY(-1px)}.btn-outline{background:transparent;border:1px solid #07b8b2;color:#07b8b2}.btn-outline:hover{background:#07b8b2;color:#fff;transform:translateY(-1px)}.payment-reminder{margin:2rem;background:#fff3cd;border:1px solid #f39c12;border-radius:8px;padding:1.5rem}.reminder-content{display:flex;align-items:center;gap:1rem}.reminder-icon{font-size:2rem}.reminder-text{flex:1}.reminder-text h3{margin:0 0 .5rem;color:#2c3e50}.reminder-text p{margin:0;color:#7f8c8d}.payment-reminder .btn{padding:.75rem 1.5rem;white-space:nowrap}.payment-reminder .btn:hover{transform:translateY(-2px);box-shadow:0 4px 15px #07b8b24d}@media (max-width: 1200px){.table-header,.table-row{grid-template-columns:1fr;gap:.5rem}.cell{padding:.75rem 1rem;border-bottom:1px solid #f0f0f0}.cell:before{content:attr(data-label) ": ";font-weight:700;color:#7f8c8d}}@media (max-width: 768px){.cotisations{padding:1rem}.cotisations-summary{grid-template-columns:1fr;gap:1rem}.reminder-content{flex-direction:column;text-align:center;gap:1rem}.payment-reminder .btn{width:100%}}@media (max-width: 480px){.table-header{display:none}}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background:#f5f7fa;color:#2c3e50;line-height:1.6}.app{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1;background:#f5f7fa;min-height:calc(100vh - 80px)}.container{max-width:1200px;margin:0 auto;padding:0 1rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .5s ease-out}@media (max-width: 768px){.main-content{min-height:calc(100vh - 120px)}}
