@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--apr-blue: #0089e8;--apr-blue-dark: #006bb5;--apr-blue-light: #3da8f5;--apr-yellow: #f2e500;--apr-yellow-soft: #fff9b0;--apr-charcoal: #303030;--apr-grey: #5c5c5c;--bg: #f3f6f9;--bg-gradient: linear-gradient(145deg, #eef5fc 0%, #f8fafb 45%, #fefdf0 100%);--surface: #ffffff;--surface2: #f7fafc;--border: #dde8f2;--text: var(--apr-charcoal);--muted: #64748b;--accent: var(--apr-blue);--accent-hover: var(--apr-blue-dark);--accent-light: var(--apr-blue-light);--highlight: var(--apr-yellow);--purple: #4a5568;--teal: var(--apr-blue);--coral: #e85d04;--success: #16a34a;--warning: #ca8a04;--danger: #dc2626;--helloasso: var(--apr-grey);--rolskanet: var(--apr-blue);--shadow: 0 4px 24px rgba(0, 137, 232, .1);--shadow-sm: 0 2px 8px rgba(48, 48, 48, .06);--radius: 14px;--radius-sm: 10px;font-family:Inter,Segoe UI,system-ui,sans-serif;line-height:1.5;color:var(--text);background:var(--bg)}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:var(--bg-gradient);background-attachment:fixed}a{color:var(--accent);text-decoration:none}.app{min-height:100vh;display:flex;flex-direction:column}.nav{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:.65rem 2rem;background:var(--surface);border-bottom:3px solid var(--apr-yellow);box-shadow:var(--shadow-sm);position:sticky;top:0;z-index:50;flex-wrap:wrap}.nav-brand{display:flex;align-items:center;gap:.85rem;text-decoration:none;color:inherit;min-width:0}.nav-brand:hover{opacity:.92}.nav-logo{height:52px;width:auto;object-fit:contain;flex-shrink:0}.nav-brand-text{display:flex;flex-direction:column;min-width:0}.nav-title{font-size:1rem;font-weight:700;color:var(--apr-charcoal);line-height:1.2}.nav-subtitle{font-size:.75rem;font-weight:500;color:var(--apr-blue);letter-spacing:.02em}.nav-links{display:flex;align-items:center;gap:.35rem;flex-wrap:wrap}.nav-separator{width:1px;height:1.25rem;background:var(--border);margin:0 .35rem;flex-shrink:0}.nav-group{display:flex;align-items:stretch;flex-wrap:wrap;border:1px solid var(--border);border-radius:12px;background:var(--surface2);overflow:hidden}.nav-group-heading{display:inline-flex;align-items:center;gap:.4rem;padding:.45rem .85rem;font-size:.8rem;font-weight:700;color:var(--apr-charcoal);background:color-mix(in srgb,var(--apr-blue) 8%,var(--surface));border-right:1px solid var(--border);white-space:nowrap;-webkit-user-select:none;user-select:none}.nav-group-items{display:flex;align-items:center;gap:.25rem;flex-wrap:wrap;padding:.2rem .35rem}.nav-group-icon{width:.95rem;height:.95rem;color:var(--apr-blue);opacity:1}.nav-links a{display:inline-flex;align-items:center;gap:.4rem;padding:.45rem .9rem;border-radius:999px;color:var(--muted);font-weight:500;font-size:.9rem;transition:all .15s ease}.nav-svg{width:1rem;height:1rem;flex-shrink:0}.nav-icon{display:inline-flex;align-items:center;justify-content:center;opacity:.8}.nav-links a.active .nav-icon{opacity:1}.nav-links a.active{background:var(--apr-blue);color:#fff;box-shadow:0 2px 8px #0089e859;border-bottom:2px solid var(--apr-yellow)}.nav-links a:hover:not(.active){background:var(--surface2);color:var(--text)}.main{flex:1;padding:2rem;max-width:1440px;margin:0 auto;width:100%}.page-title{margin:0 0 .35rem;font-size:1.65rem;font-weight:700;color:var(--text)}.page-subtitle{color:var(--muted);margin:0 0 1.5rem;font-size:.95rem}.help-page{max-width:920px}.help-overview{margin-bottom:1.5rem}.help-overview h2{margin-top:0}.help-overview-list{margin:0;padding-left:1.25rem;line-height:1.7}.help-overview-list a{font-weight:600}.help-step{margin-bottom:1.25rem}.help-step-header{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1rem}.help-step-header h2{margin:0 0 .35rem}.help-step-number{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:999px;background:var(--apr-blue);color:#fff;font-weight:700;font-size:1rem}.help-step-link{font-size:.88rem;font-weight:600}.help-step-body h3{margin:1.1rem 0 .5rem;font-size:.95rem}.help-step-body h3:first-child{margin-top:0}.help-step-body p,.help-step-body ul,.help-step-body ol{margin:0 0 .75rem;line-height:1.6;font-size:.92rem}.help-step-body ul,.help-step-body ol{padding-left:1.25rem}.help-tip{margin-top:.75rem;padding:.75rem 1rem;border-radius:var(--radius);background:#0089e814;border-left:3px solid var(--apr-blue);font-size:.88rem;line-height:1.5;color:var(--text)}.help-footer ul{margin:0;padding-left:1.25rem;line-height:1.65;font-size:.92rem}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:var(--bg)}.auth-card{width:min(100%,420px)}.auth-card-wide{width:min(100%,520px)}.auth-card h1{margin:0 0 .5rem;font-size:1.35rem}.auth-logo{width:72px;height:auto;margin-bottom:1rem}.auth-form{display:flex;flex-direction:column;gap:.85rem}.auth-form-inline{max-width:520px}.auth-qr-wrap{display:flex;justify-content:center;margin:1rem 0}.auth-qr{width:220px;height:220px;border:1px solid var(--border);border-radius:var(--radius);background:#fff}.auth-secret{font-size:.82rem;color:var(--muted);word-break:break-all}.auth-secret code{color:var(--text)}.nav-user{margin-left:auto;display:flex;align-items:center;gap:.75rem;padding:0 .5rem}.nav-user-name{font-size:.82rem;color:var(--muted)}.nav-logout{font-size:.78rem;padding:.35rem .65rem}.cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;margin-bottom:1.5rem}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;box-shadow:var(--shadow-sm);position:relative;overflow:hidden;transition:transform .15s ease,box-shadow .15s ease}.card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--apr-blue),var(--apr-blue-light))}.card:hover:not(:disabled){transform:translateY(-2px);box-shadow:var(--shadow)}.card-label{color:var(--muted);font-size:.82rem;font-weight:500;margin-bottom:.35rem;text-transform:uppercase;letter-spacing:.04em}.card-value{font-size:2rem;font-weight:700;line-height:1.1}.card.danger:before{background:var(--danger)}.card.warning:before{background:var(--warning)}.card.success:before{background:var(--success)}.card.accent:before{background:linear-gradient(90deg,var(--apr-blue),var(--apr-yellow))}.card.danger .card-value{color:var(--danger)}.card.warning .card-value{color:var(--warning)}.card.success .card-value{color:var(--success)}.card.accent .card-value{color:var(--apr-blue)}.card.helloasso:before{background:var(--helloasso)}.card.rolskanet:before{background:var(--rolskanet)}.card-body{display:flex;gap:1rem;align-items:center}.card-body-text{min-width:0;flex:1}.card-icon-wrap{width:46px;height:46px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.card-icon-wrap svg{width:22px;height:22px}.card-icon-wrap.default,.card-icon-wrap.accent{background:#0089e81f;color:var(--apr-blue)}.card-icon-wrap.danger{background:#dc26261a;color:var(--danger)}.card-icon-wrap.warning{background:#ca8a041f;color:#ca8a04}.card-icon-wrap.success{background:#16a34a1f;color:var(--success)}.card-icon-wrap.helloasso{background:#5c5c5c1f;color:var(--helloasso)}.card-icon-wrap.rolskanet{background:#0089e81f;color:var(--rolskanet)}.card-value-sm{font-size:1.15rem}.card-action{display:block;text-decoration:none;color:inherit;cursor:pointer;border:1px solid var(--border);text-align:left;width:100%;font:inherit;padding:1.25rem}button.card-action{background:var(--surface)}button.card-action:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}.card-action:hover:not(:disabled){border-color:var(--apr-blue-light);box-shadow:var(--shadow)}.card-hint{font-size:.75rem;color:var(--muted);margin-top:.25rem}.dashboard-panel{padding-top:1.25rem}.dashboard-panel .cards{margin-bottom:0}.dashboard-stat-groups{display:flex;flex-direction:column;gap:0}.dashboard-stat-group+.dashboard-stat-group{margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid var(--border)}.dashboard-cards{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.panel-header-with-action{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem}.panel-header-with-action h2,.dashboard-chart-panel .empty{margin:0}.chart-view-toggle{display:inline-flex;border:1px solid var(--border);border-radius:999px;overflow:hidden;background:var(--surface2);flex-shrink:0}.chart-view-btn{display:inline-flex;align-items:center;justify-content:center;border:none;background:transparent;color:var(--muted);width:2rem;height:2rem;padding:0;cursor:pointer;transition:background .15s ease,color .15s ease}.chart-view-icon{width:1rem;height:1rem}.chart-view-btn:hover{color:var(--text);background:#0089e814}.chart-view-btn.active{background:var(--apr-blue);color:#fff}.column-chart{display:flex;align-items:flex-end;gap:.75rem;min-height:220px;padding-top:.5rem;overflow-x:auto}.column-chart-item{flex:1 1 0;min-width:56px;max-width:120px;display:flex;flex-direction:column;align-items:center;gap:.35rem}.column-chart-bar-wrap{width:100%;height:180px;display:flex;align-items:flex-end;justify-content:center;background:linear-gradient(to top,var(--surface2),transparent);border-radius:8px 8px 0 0}.column-chart-bar{width:min(100%,42px);min-height:4px;border-radius:8px 8px 0 0;transition:height .3s ease}.column-chart-value{font-size:.82rem;font-weight:700;color:var(--text)}.column-chart-label{font-size:.72rem;color:var(--muted);text-align:center;line-height:1.25;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word}.bar-chart-horizontal{display:flex;flex-direction:column;gap:.45rem;width:100%}.bar-chart-row{display:grid;grid-template-columns:minmax(72px,34%) 1fr auto;align-items:center;gap:.45rem}.bar-chart-label{font-size:.72rem;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bar-chart-track{height:1.125rem;background:var(--surface2);border-radius:999px;overflow:hidden}.bar-chart-fill{height:100%;min-width:4px;border-radius:999px;transition:width .3s ease}.bar-chart-value{font-size:.82rem;font-weight:700;color:var(--text);min-width:1.25rem;text-align:right}.pie-chart-layout-compact{grid-template-columns:minmax(120px,160px) 1fr;gap:.85rem}.pie-chart-layout-compact .pie-chart{width:min(100%,160px)}.pie-chart-layout-compact .pie-chart-legend{max-height:220px;overflow-y:auto}.pie-chart-layout{display:grid;grid-template-columns:minmax(160px,220px) 1fr;gap:1.25rem;align-items:center}.pie-chart{width:min(100%,220px);aspect-ratio:1;border-radius:50%;margin:0 auto;box-shadow:inset 0 0 0 1px #0000000f}.pie-chart-legend{display:flex;flex-direction:column;gap:.55rem;min-width:0}.pie-chart-legend-item{display:grid;grid-template-columns:auto 1fr auto;gap:.5rem;align-items:center;font-size:.86rem}.pie-chart-swatch{width:.75rem;height:.75rem;border-radius:999px;flex-shrink:0}.pie-chart-legend-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pie-chart-legend-value{font-weight:700;white-space:nowrap}.pie-chart-legend-share{font-weight:500;color:var(--muted)}@media(max-width:720px){.pie-chart-layout{grid-template-columns:1fr}}.panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;margin-bottom:1.5rem;box-shadow:var(--shadow-sm)}.panel h2{margin:0;font-size:1.05rem;font-weight:600;color:var(--text)}.panel-header{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.panel-toolbar{display:flex;gap:.5rem;flex-wrap:wrap}.panel-ha{border-top:3px solid var(--apr-grey)}.panel-rs{border-top:3px solid var(--apr-blue)}.grid-2{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.bar-list{display:flex;flex-direction:column;gap:.85rem}.bar-item{display:grid;grid-template-columns:1fr auto;gap:.5rem;align-items:center}.bar-label{font-size:.9rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bar-track{grid-column:1 / -1;height:10px;background:var(--surface2);border-radius:999px;overflow:hidden}.bar-fill{height:100%;background:linear-gradient(90deg,var(--apr-blue),var(--apr-blue-light));border-radius:999px;transition:width .3s ease}.bar-count{font-size:.85rem;font-weight:600;color:var(--apr-blue)}.filters{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1rem;align-items:center}input,select,button{font:inherit}input,select{background:var(--surface2);border:1px solid var(--border);color:var(--text);padding:.55rem .85rem;border-radius:var(--radius-sm);transition:border-color .15s,box-shadow .15s}input:focus,select:focus{outline:none;border-color:var(--apr-blue);box-shadow:0 0 0 3px #0089e826}.search-input{width:100%;margin-bottom:.75rem}button{background:linear-gradient(135deg,var(--apr-blue),var(--apr-blue-light));color:#fff;border:none;padding:.55rem 1.1rem;border-radius:var(--radius-sm);cursor:pointer;font-weight:600;font-size:.9rem;transition:transform .1s,box-shadow .15s,opacity .15s;box-shadow:0 2px 8px #0089e847}button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #0089e859}button.secondary{background:var(--surface2);color:var(--text);border:1px solid var(--border);box-shadow:none}button.secondary:hover:not(:disabled){background:var(--border);box-shadow:none}button.danger{background:linear-gradient(135deg,var(--danger),#ff7875);box-shadow:0 2px 8px #ff4d4f4d}button.accent-teal{background:linear-gradient(135deg,var(--apr-blue-dark),var(--apr-blue));box-shadow:0 2px 8px #006bb559}button.accent-purple{background:linear-gradient(135deg,var(--apr-charcoal),var(--apr-grey));box-shadow:0 2px 8px #30303040}button.small{padding:.35rem .75rem;font-size:.82rem}button:disabled{opacity:.45;cursor:not-allowed;transform:none;box-shadow:none}.table-wrap{overflow-x:auto;border:1px solid var(--border);border-radius:var(--radius)}table{width:100%;border-collapse:collapse;font-size:.9rem}th,td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid var(--border)}th{background:var(--surface2);font-weight:600;white-space:nowrap;cursor:pointer;-webkit-user-select:none;user-select:none;color:var(--muted);font-size:.82rem;text-transform:uppercase;letter-spacing:.03em}th:hover{background:var(--border)}tr:hover td{background:#0089e80a}.badge{display:inline-block;padding:.2rem .55rem;border-radius:999px;font-size:.72rem;font-weight:600}.badge.danger{background:#ff4d4f1f;color:var(--danger)}.badge.warning{background:#faad1426;color:#d48806}.badge.success{background:#52c41a1f;color:#389e0d}.badge.accent{background:#0089e81f;color:var(--apr-blue)}.badge.muted{background:var(--surface2);color:var(--muted)}.source-dots{display:flex;gap:.25rem}.dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.dot.ha{background:var(--helloasso)}.dot.rs{background:var(--rolskanet)}.form-grid{display:grid;gap:1rem}.form-group label{display:block;margin-bottom:.35rem;font-size:.85rem;font-weight:500;color:var(--muted)}.form-group input{width:100%}.import-zone{border:2px dashed var(--border);border-radius:var(--radius);padding:2rem;text-align:center;margin-bottom:1rem;background:var(--surface2)}.import-zone input[type=file]{margin-top:.5rem}.message{padding:.85rem 1.1rem;border-radius:var(--radius-sm);margin-bottom:1rem;font-weight:500;font-size:.9rem}.message.success{background:#52c41a1a;color:#389e0d;border:1px solid rgba(82,196,26,.25)}.message.error{background:#ff4d4f14;color:var(--danger);border:1px solid rgba(255,77,79,.2)}.empty{text-align:center;padding:2rem;color:var(--muted)}.accounting-tabs{display:flex;gap:.35rem;flex-wrap:wrap;margin-bottom:1.25rem}.accounting-tabs .tab{padding:.5rem 1rem;border-radius:999px;border:1px solid var(--border);background:var(--surface);color:var(--muted);font-weight:500;font-size:.88rem;cursor:pointer;transition:all .15s ease;white-space:normal;text-align:center;line-height:1.3;max-width:100%}.accounting-tabs .tab.active{background:var(--apr-blue);color:#fff;border-color:var(--apr-blue);box-shadow:0 2px 8px #0089e84d}.accounting-tabs .tab:hover:not(.active){background:var(--surface2);color:var(--text)}.accounting-cards{margin-bottom:1.25rem;grid-template-columns:repeat(3,minmax(0,1fr))}.accounting-cards .card{min-width:0;overflow:visible;display:flex;flex-direction:column;gap:.15rem}.accounting-cards .card-label{font-size:.78rem;line-height:1.35;text-transform:none;letter-spacing:.01em;overflow-wrap:anywhere;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.accounting-cards .card-value{font-size:clamp(1.15rem,2.5vw,1.65rem);line-height:1.25;overflow-wrap:anywhere;word-break:break-word}.accounting-cards .card-hint{overflow-wrap:anywhere}.accounting-imports{grid-template-columns:repeat(auto-fit,minmax(min(100%,320px),1fr))}.accounting-imports .panel{min-width:0;margin-bottom:0}.accounting-imports .panel-desc{line-height:1.55;overflow-wrap:anywhere}.accounting-imports .checkbox-label{align-items:flex-start;line-height:1.45}.accounting-imports .checkbox-label input[type=checkbox]{flex-shrink:0;margin-top:.2rem}.accounting-imports input[type=file]{display:block;width:100%;max-width:100%;box-sizing:border-box;margin-top:.5rem}.accounting-imports .mapping-editor>button.secondary{width:100%;max-width:100%;text-align:left;white-space:normal;height:auto;line-height:1.45;padding:.65rem .9rem}.accounting-imports .mapping-grid{grid-template-columns:repeat(auto-fill,minmax(min(100%,200px),1fr))}.accounting-imports .mapping-grid select{width:100%;max-width:100%;box-sizing:border-box}@media(max-width:960px){.accounting-cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.accounting-cards{grid-template-columns:minmax(0,1fr)}}.accounting-synthesis-block{margin-bottom:1.5rem}.accounting-synthesis-block h2{margin-top:0;margin-bottom:.75rem}.accounting-subtitle{font-size:1rem;font-weight:600;margin:0 0 .75rem}.accounting-month-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,280px),1fr));gap:1rem}.accounting-month-block{min-width:0;padding:.85rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface2)}.accounting-month-title{margin:0 0 .65rem;font-size:.95rem;font-weight:600;color:var(--text);text-transform:capitalize}.accounting-month-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}.accounting-month-card{padding:.85rem;margin:0}.accounting-month-card .card-label{font-size:.72rem;margin-bottom:.25rem}.accounting-month-card .card-value{font-size:clamp(1rem,2vw,1.35rem)}.accounting-month-card .card-hint{font-size:.7rem;margin-top:.15rem}.accounting-season-bar{margin-bottom:1rem}.accounting-season-bar .muted-text{overflow-wrap:anywhere;line-height:1.45}.form-inline{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.form-inline label{font-weight:600;font-size:.9rem}.muted-text{color:var(--muted);font-size:.9rem}.panel-desc{color:var(--muted);font-size:.9rem;margin:0 0 1rem}.checkbox-label{display:flex;align-items:center;gap:.5rem;margin:.75rem 0;font-size:.9rem;cursor:pointer}.adhesion-list{max-height:280px;overflow-y:auto;border:1px solid var(--border);border-radius:var(--radius);padding:.5rem .75rem;background:var(--surface)}.adhesion-option{margin:.35rem 0;align-items:flex-start;line-height:1.4}.adhesion-option input[type=checkbox]{flex-shrink:0;margin-top:.15rem}.adhesion-count{color:var(--muted);font-size:.85rem}.accounting-bar-item{grid-template-columns:160px 1fr;grid-template-rows:auto auto}.accounting-bar-amounts{display:flex;gap:.75rem;flex-wrap:wrap;font-size:.82rem;font-weight:600}.amount-in{color:var(--success)}.amount-out{color:var(--danger)}.amount-net.positive{color:var(--success)}.amount-net.negative{color:var(--danger)}.accounting-bar-track{grid-column:1 / -1;display:flex;gap:2px;height:8px}.accounting-bar-in{background:linear-gradient(90deg,var(--success),#4ade80);border-radius:4px 0 0 4px}.accounting-bar-out{background:linear-gradient(90deg,var(--danger),#f87171);border-radius:0 4px 4px 0}.hint{display:block;color:var(--muted);font-size:.8rem;margin-top:.25rem}.table-sub{display:block;font-size:.75rem;color:var(--muted);font-weight:400;margin-top:.15rem}@media(max-width:768px){.main{padding:1rem}.nav{flex-direction:column;align-items:stretch;padding:.75rem 1rem}.nav-logo{height:44px}.nav-brand-text{display:none}.nav-links{justify-content:flex-start}.nav-group{flex-direction:column;width:100%}.nav-group-heading{border-right:none;border-bottom:1px solid var(--border);justify-content:center}.nav-group-items{justify-content:flex-start;padding:.35rem}.matching-grid{grid-template-columns:1fr}}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#2c3e5073;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:100;padding:1rem}.modal{max-width:480px;width:100%;max-height:80vh;overflow-y:auto}.modal-large{max-width:720px}.fiche-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem}.fiche-header h2{margin:0}.fiche-subtitle{color:var(--muted);font-size:.9rem;margin-top:.25rem}.fiche-sections{display:flex;flex-direction:column;gap:1.25rem}.fiche-section h3{margin:0 0 .75rem;font-size:.95rem;color:var(--apr-blue);border-bottom:1px solid var(--border);padding-bottom:.35rem}.fiche-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.75rem}.fiche-field{display:flex;flex-direction:column;gap:.15rem}.fiche-field.highlight .fiche-value{color:var(--warning);font-weight:600}.fiche-label{font-size:.72rem;color:var(--muted);text-transform:uppercase;letter-spacing:.04em;font-weight:500}.fiche-value{font-size:.95rem}.fiche-actions{display:flex;gap:.75rem;margin-top:1.5rem;padding-top:1rem;border-top:1px solid var(--border);flex-wrap:wrap}.fiche-note-section .panel-desc{margin-bottom:.75rem}.fiche-note-input{width:100%;min-height:6rem;padding:.65rem .75rem;border:1px solid var(--border);border-radius:var(--radius);font:inherit;font-size:.9rem;line-height:1.5;resize:vertical;background:var(--surface);color:var(--text)}.fiche-note-input:focus{outline:2px solid color-mix(in srgb,var(--apr-blue) 35%,transparent);border-color:var(--apr-blue)}.fiche-note-actions{margin-top:.65rem}.fiche-alerte-section .panel-desc{margin-bottom:.75rem}.fiche-alerte-current{margin-bottom:.65rem}.fiche-alerte-auto-hint{margin:0 0 .75rem;font-size:.82rem;color:var(--muted)}.fiche-alerte-select{width:100%;max-width:520px}.fiche-alerte-cell{display:inline-flex;align-items:center;gap:.25rem;flex-wrap:wrap}.fiche-alerte-manual{font-size:.65rem;padding:.1rem .35rem}.name-link{background:none;border:none;padding:0;color:var(--apr-blue);font:inherit;cursor:pointer;text-align:left;text-decoration:underline;text-underline-offset:2px;box-shadow:none}.name-link:hover{color:var(--apr-blue-dark);transform:none}.table-checkbox{display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.table-checkbox input{width:1rem;height:1rem;cursor:pointer}.modal-overlay-detail{z-index:110}.column-picker-list{display:grid;gap:.5rem;max-height:400px;overflow-y:auto}.column-picker-item{display:flex;align-items:center;gap:.5rem;padding:.35rem 0;cursor:pointer}.matching-grid{display:grid;grid-template-columns:1fr auto 1fr;gap:1rem;margin-bottom:1.5rem}.matching-actions{display:flex;flex-direction:column;justify-content:center;gap:.75rem;min-width:220px;background:linear-gradient(180deg,var(--surface2),var(--surface))}.matching-summary{font-size:.88rem;color:var(--muted);line-height:1.6}.bulk-actions{background:linear-gradient(135deg,#0089e80f,#f2e50014);border-color:#0089e833}.bulk-buttons{display:flex;gap:.75rem;flex-wrap:wrap}.match-list{display:flex;flex-direction:column;gap:.5rem;max-height:420px;overflow-y:auto}.match-item{display:flex;align-items:flex-start;gap:.65rem;text-align:left;background:var(--surface2);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.75rem;cursor:pointer;color:var(--text);width:100%;transition:border-color .15s,background .15s}.match-item:hover{border-color:var(--accent-light);background:#fff}.match-item.selected{border-color:var(--apr-blue);background:#0089e80f;box-shadow:0 0 0 2px #0089e81f}.match-item input[type=checkbox]{margin-top:.2rem;accent-color:var(--apr-blue);width:16px;height:16px;flex-shrink:0;cursor:pointer}.match-item-body{display:flex;flex-direction:column;min-width:0}.match-detail{font-size:.78rem;color:var(--muted);margin-top:.2rem}.suggestions-list{display:flex;flex-direction:column;gap:.5rem}.suggestion-item{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.85rem 1rem;background:var(--surface2);border-radius:var(--radius-sm);font-size:.9rem;border:1px solid var(--border)}.suggestion-arrow{margin:0 .5rem;color:var(--muted)}.mapping-editor{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border)}.mapping-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.75rem}tr.row-mineur td{background:#faad140d}.payment-modal{max-width:820px;max-height:90vh;overflow-y:auto}.payment-summary-bar{display:flex;flex-wrap:wrap;gap:1rem 1.5rem;padding:.85rem 1rem;background:var(--surface2);border:1px solid var(--border);border-radius:var(--radius-sm);margin-bottom:1rem;font-size:.9rem}.text-danger{color:var(--danger)}.text-success{color:var(--success)}.payment-mode-toggle{display:flex;gap:.65rem;align-items:flex-start;padding:.85rem 1rem;background:#f2e5001f;border:1px solid rgba(202,138,4,.25);border-radius:var(--radius-sm);margin-bottom:1rem;cursor:pointer;font-size:.9rem}.payment-mode-toggle input{margin-top:.2rem;accent-color:var(--apr-blue)}.payment-section{border:1px solid var(--border);border-radius:var(--radius-sm);padding:1rem;margin-bottom:.75rem;background:var(--surface2)}.payment-section h3{margin:0 0 .75rem;font-size:.92rem;color:var(--apr-blue)}.payment-row{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.75rem;align-items:end;margin-bottom:.5rem}
