.fb-nav-container{background:linear-gradient(180deg,#fff,#f8fafc);border-bottom:1px solid #e2e8f0}.fb-nav-scroll-wrapper{position:relative;display:flex;align-items:stretch}.fb-nav-scroll-area{display:flex;gap:8px;overflow-x:auto;padding:14px 20px 0;scroll-behavior:smooth;flex:1;min-width:0;-ms-overflow-style:none;scrollbar-width:none}.fb-nav-scroll-area::-webkit-scrollbar{display:none}.fb-nav-arrow{position:absolute;top:0;bottom:0;z-index:10;display:flex;align-items:center;justify-content:center;width:40px;border:none;cursor:pointer;padding:0;transition:opacity .2s}.fb-nav-arrow--left{left:0;background:linear-gradient(to right,#f8fafc 50%,transparent)}.fb-nav-arrow--right{right:0;background:linear-gradient(to left,#f8fafc 50%,transparent)}.fb-nav-arrow:hover{opacity:.7}.fb-nav-arrow-icon{width:18px;height:18px;color:#475569}.fb-nav-panel{display:flex;flex-direction:column;flex-shrink:0;background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:8px 10px 10px;margin-bottom:14px;position:relative;overflow:hidden;transition:border-color .25s,box-shadow .25s,background .25s;animation:fb-nav-panel-enter .35s ease backwards}.fb-nav-panel:nth-child(1){animation-delay:0ms}.fb-nav-panel:nth-child(2){animation-delay:60ms}.fb-nav-panel:nth-child(3){animation-delay:.12s}.fb-nav-panel:nth-child(4){animation-delay:.18s}@keyframes fb-nav-panel-enter{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.fb-nav-panel:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;border-radius:10px 10px 0 0;transition:height .25s ease}.fb-nav-panel--info:before{background:linear-gradient(90deg,#3b82f6,#60a5fa)}.fb-nav-panel--desc:before{background:linear-gradient(90deg,#8b5cf6,#a78bfa)}.fb-nav-panel--finance:before{background:linear-gradient(90deg,#f59e0b,#fbbf24)}.fb-nav-panel--valuation:before{background:linear-gradient(90deg,#22c55e,#4ade80)}.fb-nav-panel--active{border-color:transparent;box-shadow:0 2px 8px #0000000d,0 0 0 1px #3b82f61a}.fb-nav-panel--active:before{height:3.5px}.fb-nav-panel--active.fb-nav-panel--info{background:linear-gradient(180deg,#3b82f60d,#fff)}.fb-nav-panel--active.fb-nav-panel--desc{background:linear-gradient(180deg,#8b5cf60d,#fff)}.fb-nav-panel--active.fb-nav-panel--finance{background:linear-gradient(180deg,#f59e0b0d,#fff)}.fb-nav-panel--active.fb-nav-panel--valuation{background:linear-gradient(180deg,#22c55e0d,#fff)}.fb-nav-panel-header{display:flex;align-items:center;justify-content:space-between;padding:0 4px 6px;border-bottom:1px solid #f1f5f9;margin-bottom:8px}.fb-nav-panel-title{display:flex;align-items:center;gap:5px;font-family:Poppins,Inter,system-ui,sans-serif;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#64748b;white-space:nowrap}.fb-nav-panel-icon{width:14px;height:14px;flex-shrink:0;color:#94a3b8}.fb-nav-panel--active.fb-nav-panel--info .fb-nav-panel-icon{color:#3b82f6}.fb-nav-panel--active.fb-nav-panel--desc .fb-nav-panel-icon{color:#8b5cf6}.fb-nav-panel--active.fb-nav-panel--finance .fb-nav-panel-icon{color:#f59e0b}.fb-nav-panel--active.fb-nav-panel--valuation .fb-nav-panel-icon{color:#22c55e}.fb-nav-panel-counter{font-family:Inter,system-ui,sans-serif;font-size:.625rem;font-weight:700;color:#94a3b8;background:#f1f5f9;padding:1px 7px;border-radius:999px;white-space:nowrap;transition:background .25s,color .25s}.fb-nav-panel-counter--done{color:#15803d;background:#dcfce7}.fb-nav-panel-tabs{display:flex;flex-wrap:wrap;gap:5px}.fb-nav-pill{display:inline-flex;align-items:center;gap:4px;padding:5px 12px;font-family:Inter,system-ui,sans-serif;font-size:.75rem;font-weight:500;color:#475569;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;white-space:nowrap;position:relative;outline:none;transition:all .2s ease}.fb-nav-pill:hover:not(.fb-nav-pill--locked){background:#eff6ff;border-color:#93c5fd;color:#1e40af}.fb-nav-pill:focus-visible{outline:2px solid #3b82f6;outline-offset:1px;border-radius:8px}.fb-nav-pill--active{background:linear-gradient(135deg,#3b82f6,#2563eb);border-color:transparent;color:#fff;font-weight:600;box-shadow:0 2px 6px #2563eb4d}.fb-nav-pill--active:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff}.fb-nav-pill--complete{background:#f0fdf4;border-color:#bbf7d0;color:#15803d}.fb-nav-pill--complete:hover{background:#dcfce7;border-color:#86efac;color:#166534}.fb-nav-pill--partial{background:#fffbeb;border-color:#fde68a;color:#92400e}.fb-nav-pill--partial:hover{background:#fef3c7;border-color:#fcd34d;color:#78350f}.fb-nav-pill--locked{background:#f1f5f9;border-color:#e2e8f0;color:#94a3b8;cursor:not-allowed}.fb-nav-pill-icon{width:13px;height:13px;flex-shrink:0;stroke-width:2.5}.fb-nav-pill-icon--check{color:#22c55e}.fb-nav-pill-icon--lock{color:#94a3b8}.fb-nav-pill-label{line-height:1}.fb-nav-pill-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0}.fb-nav-pill-dot--partial{background:linear-gradient(135deg,#f59e0b 50%,transparent 50%);box-shadow:inset 0 0 0 1.5px #f59e0b}.fb-nav-tooltip{position:absolute;bottom:calc(100% + 10px);left:50%;transform:translate(-50%);background:#1e293b;color:#f1f5f9;font-size:.6875rem;font-weight:500;padding:6px 12px;border-radius:8px;white-space:nowrap;pointer-events:none;opacity:0;transition:opacity .15s ease;z-index:30;box-shadow:0 4px 12px #00000026}.fb-nav-tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:5px solid transparent;border-top-color:#1e293b}.fb-nav-pill--locked:hover .fb-nav-tooltip{opacity:1}.fb-nav-progress{display:flex;align-items:center;gap:12px;padding:0 24px 12px}.fb-nav-progress-segments{display:flex;flex:1;gap:3px;height:5px}.fb-nav-progress-seg{border-radius:3px;overflow:hidden;background:#e2e8f0;position:relative}.fb-nav-progress-seg-fill{height:100%;border-radius:3px;transition:width .5s ease}.fb-nav-progress-seg--info .fb-nav-progress-seg-fill{background:linear-gradient(90deg,#3b82f6,#60a5fa)}.fb-nav-progress-seg--desc .fb-nav-progress-seg-fill{background:linear-gradient(90deg,#8b5cf6,#a78bfa)}.fb-nav-progress-seg--finance .fb-nav-progress-seg-fill{background:linear-gradient(90deg,#f59e0b,#fbbf24)}.fb-nav-progress-seg--valuation .fb-nav-progress-seg-fill{background:linear-gradient(90deg,#22c55e,#4ade80)}.fb-nav-progress-label{font-family:Inter,system-ui,sans-serif;font-size:.6875rem;font-weight:700;color:#64748b;min-width:32px;text-align:right;white-space:nowrap}@media (max-width: 768px){.fb-nav-scroll-area{padding:10px 12px 0;gap:6px}.fb-nav-panel{padding:6px 8px 8px;border-radius:8px;margin-bottom:10px}.fb-nav-panel-header{padding-bottom:4px;margin-bottom:6px}.fb-nav-panel-title{font-size:.625rem}.fb-nav-pill{padding:4px 10px;font-size:.6875rem;border-radius:6px}.fb-nav-progress{padding:0 12px 8px}.fb-nav-progress-segments{height:4px}}.fb-inf1{font-family:Inter,system-ui,sans-serif}.fb-inf1-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 16px;background:#fff;border:1px solid #e2e8f0;border-radius:10px;margin-bottom:10px;flex-wrap:wrap}.fb-inf1-toolbar-left{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.fb-inf1-toolbar-progress{display:flex;align-items:center;gap:8px}.fb-inf1-toolbar-progress-text{font-size:.75rem;font-weight:700;color:#334155;white-space:nowrap}.fb-inf1-toolbar-progress-track{width:100px;height:6px;background:#e2e8f0;border-radius:3px;overflow:hidden}.fb-inf1-toolbar-progress-fill{height:100%;border-radius:3px;background:linear-gradient(90deg,#3b82f6,#22c55e);transition:width .4s ease}.fb-inf1-toolbar-progress-pct{font-size:.6875rem;font-weight:700;color:#22c55e;min-width:32px;text-align:right}.fb-inf1-quick-fill{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;font-family:Poppins,Inter,system-ui,sans-serif;font-size:.6875rem;font-weight:600;color:#ef5343;background:#ef53430f;border:1px dashed rgba(239,83,67,.3);border-radius:8px;cursor:pointer;transition:all .2s ease}.fb-inf1-quick-fill:hover{background:#ef53431f;border-color:#ef534380}.fb-inf1-quick-fill-icon{width:14px;height:14px}.fb-inf1-chips{display:flex;flex-wrap:wrap;gap:6px;padding:0 0 12px}.fb-inf1-chip{display:inline-flex;align-items:center;gap:5px;padding:4px 10px;font-size:.6875rem;font-weight:600;color:#475569;background:#fff;border:1px solid #e2e8f0;border-radius:999px;cursor:pointer;transition:all .15s}.fb-inf1-chip:hover{background:#eff6ff;border-color:#93c5fd;color:#1d4ed8}.fb-inf1-chip--done{background:#f0fdf4;border-color:#bbf7d0;color:#15803d}.fb-inf1-chip--done:hover{background:#dcfce7;border-color:#86efac;color:#15803d}.fb-inf1-chip-icon{width:12px;height:12px}.fb-inf1-chip-count{font-size:.5625rem;font-weight:700;color:#94a3b8;background:#f1f5f9;padding:1px 5px;border-radius:999px}.fb-inf1-chip-count--done{color:#15803d;background:#dcfce7}.fb-inf1-section{background:#fff;border:1px solid #e2e8f0;border-radius:10px;margin-bottom:10px;overflow:hidden;animation:fb-inf1-fadeIn .3s ease forwards}.fb-inf1-section-header{display:flex;align-items:center;justify-content:space-between;padding:10px 16px;background:#f8fafc;border-bottom:1px solid #f1f5f9;transition:background .25s}.fb-inf1-section-header--done{background:linear-gradient(90deg,rgba(34,197,94,.04),transparent)}.fb-inf1-section-header-title{display:flex;align-items:center;gap:8px;font-family:Poppins,Inter,system-ui,sans-serif;font-size:.8125rem;font-weight:700;color:#1e293b;text-transform:uppercase;letter-spacing:.03em}.fb-inf1-section-header-icon{width:16px;height:16px;color:#64748b;transition:color .25s}.fb-inf1-section-header-icon--done{color:#22c55e}.fb-inf1-section-counter{display:inline-flex;align-items:center;gap:4px;font-family:Inter,system-ui,sans-serif;font-size:.6875rem;font-weight:700;color:#94a3b8;background:#f1f5f9;padding:2px 8px;border-radius:999px;transition:all .25s}.fb-inf1-section-counter--done{color:#15803d;background:#dcfce7}.fb-inf1-section-counter-check{width:12px;height:12px}.fb-inf1-section-body{padding:16px}.fb-inf1-two-col{display:grid;grid-template-columns:1fr 1fr;gap:10px}@media (max-width: 900px){.fb-inf1-two-col{grid-template-columns:1fr}}.fb-inf1-field{margin-bottom:14px}.fb-inf1-field:last-child{margin-bottom:0}.fb-inf1-field--highlight{padding:10px 12px;background:#fbbf240a;border:1px solid rgba(251,191,36,.2);border-radius:8px}.fb-inf1-field-row{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:14px}.fb-inf1-field-row:last-child{margin-bottom:0}.fb-inf1-field-row>.fb-inf1-field{margin-bottom:0}.fb-inf1-field-row--thirds{grid-template-columns:1fr 1fr 1fr}@media (max-width: 640px){.fb-inf1-field-row,.fb-inf1-field-row--thirds{grid-template-columns:1fr}}.fb-inf1-label{display:flex;align-items:center;gap:2px;font-size:.75rem;font-weight:600;color:#475569;margin-bottom:6px}.fb-inf1-input,.fb-inf1-select,.fb-inf1-textarea{display:block;width:100%;padding:7px 12px;font-size:.8125rem;font-family:Inter,system-ui,sans-serif;color:#334155;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;transition:all .15s;-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}.fb-inf1-input:focus,.fb-inf1-select:focus,.fb-inf1-textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;background:#fff}.fb-inf1-textarea{resize:vertical;min-height:80px}.fb-inf1-select{cursor:pointer}.fb-inf1-tooltip-trigger{position:relative;display:inline-flex;align-items:center;margin-left:4px}.fb-inf1-tooltip-icon{width:14px;height:14px;color:#94a3b8;cursor:help;transition:color .2s ease}.fb-inf1-tooltip-trigger:hover .fb-inf1-tooltip-icon{color:#ef5343}.fb-inf1-tooltip-content{position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);background:#1e293b;color:#f8fafc;font-size:.6875rem;font-weight:500;line-height:1.4;padding:8px 12px;border-radius:8px;white-space:normal;pointer-events:none;opacity:0;transition:opacity .15s ease;z-index:30;max-width:280px}.fb-inf1-tooltip-content:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:5px solid transparent;border-top-color:#1e293b}.fb-inf1-tooltip-trigger:hover .fb-inf1-tooltip-content{opacity:1}.fb-inf1-btn-group{display:flex;gap:4px;flex-wrap:wrap}.fb-inf1-btn{padding:5px 10px;font-size:.6875rem;font-weight:700;border:1px solid #e2e8f0;border-radius:6px;background:#f8fafc;color:#94a3b8;cursor:pointer;transition:all .12s;white-space:nowrap;line-height:1}.fb-inf1-btn--tres-bon:hover:not(.fb-inf1-btn--selected){background:#f0fdf4;border-color:#bbf7d0;color:#15803d}.fb-inf1-btn--bon:hover:not(.fb-inf1-btn--selected){background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8}.fb-inf1-btn--moyen:hover:not(.fb-inf1-btn--selected){background:#fffbeb;border-color:#fde68a;color:#b45309}.fb-inf1-btn--mauvais:hover:not(.fb-inf1-btn--selected){background:#fff7ed;border-color:#fed7aa;color:#c2410c}.fb-inf1-btn--vetuste:hover:not(.fb-inf1-btn--selected){background:#fef2f2;border-color:#fecaca;color:#dc2626}.fb-inf1-btn--neutral:hover:not(.fb-inf1-btn--selected){background:#f1f5f9;border-color:#cbd5e1;color:#475569}.fb-inf1-btn--oui:hover:not(.fb-inf1-btn--selected){background:#f0fdf4;border-color:#bbf7d0;color:#15803d}.fb-inf1-btn--non:hover:not(.fb-inf1-btn--selected){background:#fef2f2;border-color:#fecaca;color:#dc2626}.fb-inf1-btn--en-cours:hover:not(.fb-inf1-btn--selected){background:#fffbeb;border-color:#fde68a;color:#b45309}.fb-inf1-btn--selected.fb-inf1-btn--tres-bon{background:#dcfce7;color:#15803d;border-color:#86efac;box-shadow:0 0 0 1px #86efac}.fb-inf1-btn--selected.fb-inf1-btn--bon{background:#dbeafe;color:#1d4ed8;border-color:#93c5fd;box-shadow:0 0 0 1px #93c5fd}.fb-inf1-btn--selected.fb-inf1-btn--moyen{background:#fef3c7;color:#b45309;border-color:#fcd34d;box-shadow:0 0 0 1px #fcd34d}.fb-inf1-btn--selected.fb-inf1-btn--mauvais{background:#ffedd5;color:#c2410c;border-color:#fdba74;box-shadow:0 0 0 1px #fdba74}.fb-inf1-btn--selected.fb-inf1-btn--vetuste{background:#fee2e2;color:#dc2626;border-color:#fca5a5;box-shadow:0 0 0 1px #fca5a5}.fb-inf1-btn--selected.fb-inf1-btn--neutral{background:#e2e8f0;color:#475569;border-color:#94a3b8;box-shadow:0 0 0 1px #94a3b8}.fb-inf1-btn--selected.fb-inf1-btn--oui{background:#dcfce7;color:#15803d;border-color:#86efac;box-shadow:0 0 0 1px #86efac}.fb-inf1-btn--selected.fb-inf1-btn--non{background:#fee2e2;color:#dc2626;border-color:#fca5a5;box-shadow:0 0 0 1px #fca5a5}.fb-inf1-btn--selected.fb-inf1-btn--en-cours{background:#fef3c7;color:#b45309;border-color:#fcd34d;box-shadow:0 0 0 1px #fcd34d}.fb-inf1-section--potentiel{border-color:#e0e7ff}.fb-inf1-potentiel-grid{display:grid;grid-template-columns:1fr auto 1fr;gap:0}@media (max-width: 900px){.fb-inf1-potentiel-grid{grid-template-columns:1fr}}.fb-inf1-potentiel-col{padding:0}.fb-inf1-potentiel-col-header{font-family:Poppins,Inter,system-ui,sans-serif;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;text-align:center;padding:8px 16px;margin-bottom:12px;border-radius:6px}.fb-inf1-potentiel-col-header--avant{color:#64748b;background:#f1f5f9;border-bottom:2px solid #94a3b8}.fb-inf1-potentiel-col-header--apres{color:#1d4ed8;background:#eff6ff;border-bottom:2px solid #3b82f6}.fb-inf1-potentiel-col-body{padding:0 8px}.fb-inf1-potentiel-divider{width:1px;background:linear-gradient(to bottom,transparent,#e2e8f0 10%,#e2e8f0 90%,transparent);margin:0 12px}@media (max-width: 900px){.fb-inf1-potentiel-divider{display:none}.fb-inf1-potentiel-col-body{padding:0}}.fb-inf1-pot--tres-faible:hover:not(.fb-inf1-btn--selected){background:#fef2f2;border-color:#fecaca;color:#dc2626}.fb-inf1-btn--selected.fb-inf1-pot--tres-faible{background:#fee2e2;color:#dc2626;border-color:#fca5a5;box-shadow:0 0 0 1px #fca5a5}.fb-inf1-pot--faible:hover:not(.fb-inf1-btn--selected){background:#fff7ed;border-color:#fed7aa;color:#c2410c}.fb-inf1-btn--selected.fb-inf1-pot--faible{background:#ffedd5;color:#c2410c;border-color:#fdba74;box-shadow:0 0 0 1px #fdba74}.fb-inf1-pot--normal:hover:not(.fb-inf1-btn--selected){background:#fffbeb;border-color:#fde68a;color:#b45309}.fb-inf1-btn--selected.fb-inf1-pot--normal{background:#fef3c7;color:#b45309;border-color:#fcd34d;box-shadow:0 0 0 1px #fcd34d}.fb-inf1-pot--bon:hover:not(.fb-inf1-btn--selected){background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8}.fb-inf1-btn--selected.fb-inf1-pot--bon{background:#dbeafe;color:#1d4ed8;border-color:#93c5fd;box-shadow:0 0 0 1px #93c5fd}.fb-inf1-pot--tres-bon:hover:not(.fb-inf1-btn--selected){background:#f0fdf4;border-color:#bbf7d0;color:#15803d}.fb-inf1-btn--selected.fb-inf1-pot--tres-bon{background:#dcfce7;color:#15803d;border-color:#86efac;box-shadow:0 0 0 1px #86efac}.fb-inf1-pot--excellent:hover:not(.fb-inf1-btn--selected){background:#ecfdf5;border-color:#6ee7b7;color:#047857}.fb-inf1-btn--selected.fb-inf1-pot--excellent{background:#d1fae5;color:#047857;border-color:#34d399;box-shadow:0 0 0 1px #34d399}.fb-inf1-pot-badge{display:inline-block;font-size:.6875rem;font-weight:700;padding:2px 10px;border-radius:999px;white-space:nowrap}.fb-inf1-pot-badge--empty{color:#94a3b8;background:#f1f5f9}.fb-inf1-pot-badge--tres-faible{color:#dc2626;background:#fee2e2}.fb-inf1-pot-badge--faible{color:#c2410c;background:#ffedd5}.fb-inf1-pot-badge--normal{color:#b45309;background:#fef3c7}.fb-inf1-pot-badge--bon{color:#1d4ed8;background:#dbeafe}.fb-inf1-pot-badge--tres-bon{color:#15803d;background:#dcfce7}.fb-inf1-pot-badge--excellent{color:#047857;background:#d1fae5}.fb-inf1-potentiel-comparison{margin-top:20px;padding-top:16px;border-top:1px solid #e2e8f0}.fb-inf1-potentiel-comparison-title{font-family:Poppins,Inter,system-ui,sans-serif;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#64748b;margin-bottom:12px}.fb-inf1-diff-row{display:flex;align-items:center;gap:8px;margin-bottom:10px;padding:6px 0}.fb-inf1-diff-row:last-child{margin-bottom:0}.fb-inf1-diff-indicator{width:6px;height:6px;border-radius:50%;flex-shrink:0}.fb-inf1-diff-indicator--improved{background:#22c55e;box-shadow:0 0 0 3px #22c55e26}.fb-inf1-diff-indicator--degraded{background:#ef4444;box-shadow:0 0 0 3px #ef444426}.fb-inf1-diff-indicator--unchanged{background:#94a3b8}.fb-inf1-diff-label{font-size:.8125rem;font-weight:600;color:#334155;min-width:100px}.fb-inf1-diff-arrow{font-size:.75rem;color:#94a3b8;padding:0 4px}.fb-inf1-diff-delta{font-size:.6875rem;font-weight:700;padding:1px 8px;border-radius:999px}.fb-inf1-diff-delta--improved{color:#15803d;background:#f0fdf4}.fb-inf1-diff-delta--degraded{color:#dc2626;background:#fef2f2}@keyframes fb-inf1-fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.fb-inf1-section:nth-child(1){animation-delay:0ms}.fb-inf1-section:nth-child(2){animation-delay:40ms}.fb-inf1-section:nth-child(3){animation-delay:80ms}.fb-inf1-section:nth-child(4){animation-delay:.12s}.fb-inf1-section:nth-child(5){animation-delay:.16s}.fb-inf1-section:nth-child(6){animation-delay:.2s}.fb-inf1-two-col .fb-inf1-section{animation-delay:0ms}@media (max-width: 640px){.fb-inf1-toolbar{flex-direction:column;align-items:flex-start}.fb-inf1-btn{padding:4px 7px;font-size:.625rem}.fb-inf1-section-body{padding:12px}}.fb-inf2{font-family:Inter,system-ui,sans-serif}.fb-inf2-layout{display:grid;grid-template-columns:1fr 380px;gap:20px}@media (max-width: 1024px){.fb-inf2-layout{grid-template-columns:1fr}}.fb-inf2-col-main,.fb-inf2-col-side{min-width:0}.fb-inf2-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px;padding:10px 16px;background:#fff;border:1px solid #e2e8f0;border-radius:10px;flex-wrap:wrap}.fb-inf2-toolbar-left{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.fb-inf2-chip{display:inline-flex;align-items:center;gap:5px;padding:5px 12px;font-family:Poppins,Inter,system-ui,sans-serif;font-size:.6875rem;font-weight:600;color:#64748b;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:999px;cursor:pointer;transition:all .15s ease}.fb-inf2-chip:hover{color:#3b82f6;background:#3b82f60f;border-color:#3b82f640;transform:translateY(-1px);box-shadow:0 2px 6px #3b82f61a}.fb-inf2-chip--done{color:#15803d;background:#f0fdf4;border-color:#bbf7d0}.fb-inf2-chip--done:hover{color:#15803d;background:#dcfce7;border-color:#86efac}.fb-inf2-chip-icon{width:14px;height:14px}.fb-inf2-toolbar-progress{display:flex;align-items:center;gap:8px;flex-shrink:0}.fb-inf2-toolbar-progress-text{font-size:.6875rem;font-weight:700;color:#64748b;white-space:nowrap}.fb-inf2-toolbar-progress-track{width:80px;height:6px;background:#f1f5f9;border-radius:3px;overflow:hidden}.fb-inf2-toolbar-progress-fill{height:100%;background:linear-gradient(90deg,#3b82f6,#22c55e);border-radius:3px;transition:width .4s ease}.fb-inf2-category-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.fb-inf2-category-title{display:flex;align-items:center;gap:8px;font-family:Poppins,Inter,system-ui,sans-serif;font-size:.75rem;font-weight:700;color:#1e293b;text-transform:uppercase;letter-spacing:.03em}.fb-inf2-category-icon{width:16px;height:16px;color:#64748b}.fb-inf2-category-counter{font-family:Inter,system-ui,sans-serif;font-size:.625rem;font-weight:700;color:#94a3b8;background:#f1f5f9;padding:2px 8px;border-radius:999px;transition:all .25s}.fb-inf2-category-counter--done{color:#15803d;background:#dcfce7}.fb-inf2-progress-bar{display:flex;align-items:center;gap:0;margin-bottom:16px;padding:12px 0}.fb-inf2-progress-step{display:flex;flex-direction:column;align-items:center;gap:6px;flex-shrink:0}.fb-inf2-progress-dot{width:28px;height:28px;border-radius:50%;background:#f1f5f9;border:2px solid #e2e8f0;display:flex;align-items:center;justify-content:center;transition:all .25s ease}.fb-inf2-progress-step--active .fb-inf2-progress-dot{background:#eff6ff;border-color:#3b82f6}.fb-inf2-progress-step--current .fb-inf2-progress-dot{background:#3b82f6;border-color:#3b82f6;box-shadow:0 0 0 4px #3b82f626}.fb-inf2-progress-dot-icon{width:16px;height:16px;color:#3b82f6}.fb-inf2-progress-step--current .fb-inf2-progress-dot-icon{color:#fff}.fb-inf2-progress-label{font-size:.625rem;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.04em}.fb-inf2-progress-step--active .fb-inf2-progress-label{color:#3b82f6}.fb-inf2-progress-step--current .fb-inf2-progress-label{color:#1d4ed8;font-weight:700}.fb-inf2-progress-connector{flex:1;height:2px;background:#e2e8f0;margin:0 4px 22px;transition:background .25s ease}.fb-inf2-progress-connector--active{background:#3b82f6}.fb-inf2-ai-banner{display:flex;align-items:center;gap:8px;padding:8px 12px;margin-bottom:16px;border-radius:10px;background:#faf5ff;border:1px solid #e9d5ff}.fb-inf2-ai-badge{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:6px;background:#7c3aed;color:#fff;font-size:.625rem;font-weight:800;flex-shrink:0;letter-spacing:.02em}.fb-inf2-ai-banner-text{font-size:.75rem;font-weight:500;color:#6d28d9;flex:1}.fb-inf2-commentary-text{padding:16px;border-radius:10px;background:#f8fafc;border:1px solid #e2e8f0;font-size:.875rem;line-height:1.7;color:#334155;white-space:pre-line;margin-bottom:12px}.fb-inf2-editor-wrap{position:relative;margin-bottom:12px}.fb-inf2-editor{width:100%;padding:16px 16px 32px;border-radius:10px;background:#fff;border:2px solid #7c3aed;font-size:.875rem;line-height:1.7;color:#334155;font-family:Inter,system-ui,sans-serif;resize:vertical;min-height:200px;outline:none;transition:border-color .15s ease}.fb-inf2-editor:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.fb-inf2-char-count{position:absolute;bottom:10px;right:14px;font-size:.6875rem;color:#94a3b8;font-weight:500}.fb-inf2-char-count--warn{color:#f59e0b;font-weight:700}.fb-inf2-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px 16px;text-align:center}.fb-inf2-empty-icon{width:40px;height:40px;color:#cbd5e1;margin-bottom:12px}.fb-inf2-empty-title{font-size:.875rem;font-weight:600;color:#334155;margin-bottom:4px}.fb-inf2-empty-desc{font-size:.75rem;color:#94a3b8;max-width:280px}.fb-inf2-metadata{display:flex;align-items:center;gap:12px;margin-bottom:16px;font-size:.75rem;color:#94a3b8}.fb-inf2-metadata-divider{width:1px;height:12px;background:#e2e8f0}.fb-inf2-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.fb-inf2-btn{display:inline-flex;align-items:center;gap:6px;padding:7px 14px;font-family:Poppins,Inter,system-ui,sans-serif;font-size:.75rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .15s ease;border:1px solid}.fb-inf2-btn--regenerate{color:#7c3aed;background:#faf5ff;border-color:#e9d5ff}.fb-inf2-btn--regenerate:hover{background:#ede9fe}.fb-inf2-btn--regenerate:disabled{opacity:.5;cursor:not-allowed}.fb-inf2-btn--edit{color:#334155;background:#fff;border-color:#e2e8f0}.fb-inf2-btn--edit:hover{background:#f8fafc;border-color:#cbd5e1}.fb-inf2-btn--edit:disabled{opacity:.4;cursor:not-allowed}.fb-inf2-btn--validate{color:#fff;background:#22c55e;border-color:#22c55e}.fb-inf2-btn--validate:hover{background:#16a34a;border-color:#16a34a}.fb-inf2-btn--cancel{color:#64748b;background:#fff;border-color:#e2e8f0}.fb-inf2-btn--cancel:hover{background:#f1f5f9}.fb-inf2-btn-icon{width:16px;height:16px}@keyframes fb-inf2-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.fb-inf2-spinner{animation:fb-inf2-spin .8s linear infinite}.fb-inf2-revenue-bars{display:flex;flex-direction:column;gap:14px}.fb-inf2-revenue-row{display:grid;grid-template-columns:100px 1fr 140px;align-items:center;gap:12px}.fb-inf2-revenue-label-col{display:flex;flex-direction:column;gap:1px}.fb-inf2-revenue-label{font-size:.75rem;font-weight:600;color:#334155}.fb-inf2-revenue-source{font-size:.5625rem;color:#94a3b8;font-style:italic}.fb-inf2-revenue-bar-col{min-width:0}.fb-inf2-bar-track{width:100%;height:20px;background:#f1f5f9;border-radius:6px;overflow:hidden}.fb-inf2-bar-fill{height:100%;border-radius:6px;transition:width .5s ease}.fb-inf2-bar--blue{background:linear-gradient(90deg,#3b82f6,#60a5fa)}.fb-inf2-bar--indigo{background:linear-gradient(90deg,#6366f1,#818cf8)}.fb-inf2-bar--emerald{background:linear-gradient(90deg,#22c55e,#4ade80)}.fb-inf2-bar--amber{background:linear-gradient(90deg,#f59e0b,#fbbf24)}.fb-inf2-revenue-input-col{display:flex;flex-direction:column;gap:4px}.fb-inf2-revenue-input-wrap{position:relative}.fb-inf2-revenue-input{width:100%;padding:6px 28px 6px 10px;font-size:.8125rem;font-weight:600;font-family:Inter,system-ui,sans-serif;color:#002035;background:#fff;border:1px solid #e2e8f0;border-radius:6px;outline:none;transition:all .15s ease}.fb-inf2-revenue-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.fb-inf2-revenue-input::-moz-placeholder{color:#cbd5e1;font-weight:500}.fb-inf2-revenue-input::placeholder{color:#cbd5e1;font-weight:500}.fb-inf2-revenue-input-unit{position:absolute;right:8px;top:50%;transform:translateY(-50%);font-size:.6875rem;font-weight:600;color:#94a3b8;pointer-events:none}.fb-inf2-revenue-delta-wrap{display:flex;align-items:center;gap:6px}.fb-inf2-revenue-delta-input{width:60px;padding:3px 6px;font-size:.6875rem;font-family:Inter,system-ui,sans-serif;color:#334155;background:#f8fafc;border:1px solid #e2e8f0;border-radius:4px;outline:none;transition:all .15s ease}.fb-inf2-revenue-delta-input:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f614}.fb-inf2-revenue-delta-input::-moz-placeholder{color:#cbd5e1}.fb-inf2-revenue-delta-input::placeholder{color:#cbd5e1}.fb-inf2-delta{display:inline-flex;align-items:center;padding:1px 8px;border-radius:999px;font-size:.625rem;font-weight:700}.fb-inf2-delta--positive{color:#15803d;background:#f0fdf4}.fb-inf2-delta--negative{color:#dc2626;background:#fef2f2}.fb-inf2-delta--neutral{color:#94a3b8;background:#f8fafc}.fb-inf2-source-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}@media (max-width: 480px){.fb-inf2-source-grid{grid-template-columns:1fr}}.fb-inf2-source-card{padding:12px;border-radius:10px;background:#f8fafc;border:1px solid #e2e8f0;transition:all .15s ease}.fb-inf2-source-card:hover{border-color:#cbd5e1;box-shadow:0 1px 4px #0000000a}.fb-inf2-source-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}.fb-inf2-source-name{font-size:.8125rem;font-weight:700;color:#334155}.fb-inf2-source-desc{font-size:.6875rem;color:#94a3b8;line-height:1.4;margin-bottom:10px}.fb-inf2-source-toggles{display:flex;gap:4px}.fb-inf2-source-toggle{flex:1;padding:4px 6px;font-family:Poppins,Inter,system-ui,sans-serif;font-size:.5625rem;font-weight:700;border-radius:6px;cursor:pointer;transition:all .15s ease;border:1.5px solid #e2e8f0;color:#94a3b8;background:#fff;text-transform:uppercase;letter-spacing:.02em;text-align:center}.fb-inf2-source-toggle:hover{border-color:#cbd5e1}.fb-inf2-source-toggle--disponible.fb-inf2-source-toggle--active{color:#15803d;background:#f0fdf4;border-color:#bbf7d0}.fb-inf2-source-toggle--indisponible.fb-inf2-source-toggle--active{color:#dc2626;background:#fef2f2;border-color:#fecaca}.fb-inf2-source-toggle--partiel.fb-inf2-source-toggle--active{color:#d97706;background:#fffbeb;border-color:#fde68a}.fb-inf2-source-toggle--disponible:hover:not(.fb-inf2-source-toggle--active){background:#f0fdf4;border-color:#bbf7d0;color:#15803d}.fb-inf2-source-toggle--indisponible:hover:not(.fb-inf2-source-toggle--active){background:#fef2f2;border-color:#fecaca;color:#dc2626}.fb-inf2-source-toggle--partiel:hover:not(.fb-inf2-source-toggle--active){background:#fffbeb;border-color:#fde68a;color:#d97706}.fb-inf2-kpi-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.fb-inf2-kpi-card{position:relative;padding:14px;border-radius:10px;background:#f8fafc;border:1px solid #e2e8f0;transition:all .15s ease}.fb-inf2-kpi-card:hover{border-color:#cbd5e1;box-shadow:0 1px 4px #0000000a}.fb-inf2-kpi-card--filled{border-color:#bbf7d0;background:linear-gradient(135deg,#f0fdf4,#f8fafc)}.fb-inf2-kpi-label{display:block;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#64748b;margin-bottom:6px}.fb-inf2-kpi-input-wrap{display:flex;align-items:baseline;gap:4px}.fb-inf2-kpi-input{width:100%;padding:6px 8px;font-size:1rem;font-weight:700;font-family:Inter,system-ui,sans-serif;color:#002035;background:#fff;border:1px solid #e2e8f0;border-radius:6px;outline:none;transition:all .15s ease}.fb-inf2-kpi-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.fb-inf2-kpi-input::-moz-placeholder{color:#cbd5e1;font-weight:500}.fb-inf2-kpi-input::placeholder{color:#cbd5e1;font-weight:500}.fb-inf2-kpi-unit{font-size:.6875rem;font-weight:500;color:#94a3b8;white-space:nowrap;flex-shrink:0}.fb-inf2-kpi-status{position:absolute;top:10px;right:10px}.fb-inf2-kpi-status-icon{width:16px;height:16px;color:#22c55e}.fb-inf2-kpi-delta-section{margin-top:14px;padding-top:14px;border-top:1px solid #f1f5f9}.fb-inf2-kpi-delta-label{display:block;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;color:#64748b;margin-bottom:6px}.fb-inf2-kpi-delta-input{width:100%;padding:6px 10px;font-size:.8125rem;font-family:Inter,system-ui,sans-serif;color:#334155;background:#fff;border:1px solid #e2e8f0;border-radius:6px;outline:none;transition:all .15s ease}.fb-inf2-kpi-delta-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.fb-inf2-kpi-delta-input::-moz-placeholder{color:#cbd5e1}.fb-inf2-kpi-delta-input::placeholder{color:#cbd5e1}@keyframes fb-inf2-fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.fb-inf2 .card{animation:fb-inf2-fadeIn .3s ease forwards}@media (max-width: 900px){.fb-inf2-toolbar{flex-direction:column;align-items:flex-start}.fb-inf2-revenue-row{grid-template-columns:80px 1fr 110px;gap:8px}.fb-inf2-kpi-grid{grid-template-columns:1fr}}.fb-inf3{font-family:Inter,system-ui,sans-serif}.fb-inf3-layout{display:grid;grid-template-columns:1fr 1fr;gap:20px}@media (max-width: 1024px){.fb-inf3-layout{grid-template-columns:1fr}}.fb-inf3-col-left,.fb-inf3-col-right{min-width:0}.fb-inf3-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px;padding:10px 16px;background:#fff;border:1px solid #e2e8f0;border-radius:10px;flex-wrap:wrap}.fb-inf3-toolbar-left{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.fb-inf3-chip{display:inline-flex;align-items:center;gap:5px;padding:5px 12px;font-family:Poppins,Inter,system-ui,sans-serif;font-size:.6875rem;font-weight:600;color:#64748b;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:999px;cursor:pointer;transition:all .15s ease}.fb-inf3-chip:hover{color:#3b82f6;background:#3b82f60f;border-color:#3b82f640;transform:translateY(-1px);box-shadow:0 2px 6px #3b82f61a}.fb-inf3-chip--done{color:#15803d;background:#f0fdf4;border-color:#bbf7d0}.fb-inf3-chip--done:hover{color:#15803d;background:#dcfce7;border-color:#86efac}.fb-inf3-chip-icon{width:14px;height:14px}.fb-inf3-toolbar-progress{display:flex;align-items:center;gap:8px;flex-shrink:0}.fb-inf3-toolbar-progress-text{font-size:.6875rem;font-weight:700;color:#64748b;white-space:nowrap}.fb-inf3-toolbar-progress-track{width:80px;height:6px;background:#f1f5f9;border-radius:3px;overflow:hidden}.fb-inf3-toolbar-progress-fill{height:100%;background:linear-gradient(90deg,#3b82f6,#22c55e);border-radius:3px;transition:width .4s ease}.fb-inf3-category-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.fb-inf3-category-title{display:flex;align-items:center;gap:8px;font-family:Poppins,Inter,system-ui,sans-serif;font-size:.75rem;font-weight:700;color:#1e293b;text-transform:uppercase;letter-spacing:.03em}.fb-inf3-category-icon{width:16px;height:16px;color:#64748b}.fb-inf3-category-counter{font-family:Inter,system-ui,sans-serif;font-size:.625rem;font-weight:700;color:#94a3b8;background:#f1f5f9;padding:2px 8px;border-radius:999px;transition:all .25s}.fb-inf3-category-counter--done{color:#15803d;background:#dcfce7}.fb-inf3-section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.fb-inf3-section-subtitle{font-size:.75rem;color:#94a3b8;font-weight:500}.fb-inf3-section-counter{font-size:.625rem;font-weight:700;color:#64748b;background:#f1f5f9;padding:2px 8px;border-radius:999px;flex-shrink:0}.fb-inf3-label{display:flex;align-items:center;gap:4px;font-size:.6875rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.03em;margin-bottom:6px}.fb-inf3-required{color:#ef4444}.fb-inf3-input{width:100%;padding:8px 12px;font-size:.8125rem;font-family:Inter,system-ui,sans-serif;color:#334155;background:#fff;border:1px solid #e2e8f0;border-radius:8px;outline:none;transition:all .15s ease}.fb-inf3-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.fb-inf3-input::-moz-placeholder{color:#cbd5e1}.fb-inf3-input::placeholder{color:#cbd5e1}.fb-inf3-textarea{width:100%;padding:10px 12px;font-size:.8125rem;font-family:Inter,system-ui,sans-serif;color:#334155;background:#fff;border:1px solid #e2e8f0;border-radius:8px;outline:none;resize:vertical;transition:all .15s ease}.fb-inf3-textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.fb-inf3-input-with-unit{position:relative}.fb-inf3-input-with-unit .fb-inf3-input{padding-right:36px}.fb-inf3-input-unit{position:absolute;right:10px;top:50%;transform:translateY(-50%);font-size:.6875rem;font-weight:600;color:#94a3b8;pointer-events:none}.fb-inf3-field-group{display:flex;flex-direction:column}.fb-inf3-field-section{margin-top:16px}.fb-inf3-field-indicator{display:inline-flex;align-items:center;margin-left:6px}.fb-inf3-indicator-icon{width:14px;height:14px}.fb-inf3-indicator-icon--filled{color:#22c55e}.fb-inf3-indicator-icon--empty{color:#cbd5e1}.fb-inf3-terrain-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}@media (max-width: 640px){.fb-inf3-terrain-grid{grid-template-columns:1fr}}.fb-inf3-btn-group{display:flex;flex-wrap:wrap;gap:6px}.fb-inf3-btn-option{padding:6px 12px;font-family:Poppins,Inter,system-ui,sans-serif;font-size:.6875rem;font-weight:600;color:#64748b;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:8px;cursor:pointer;transition:all .15s ease}.fb-inf3-btn-option:hover{color:#334155;background:#f1f5f9;border-color:#cbd5e1}.fb-inf3-btn-option--selected{color:#fff;background:#3b82f6;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f633}.fb-inf3-btn-option--selected:hover{background:#2563eb;border-color:#2563eb;color:#fff}.fb-inf3-compass{position:relative;display:grid;grid-template-columns:repeat(5,1fr);grid-template-rows:repeat(5,1fr);width:220px;height:220px;margin:8px auto 0}.fb-inf3-compass-center{grid-column:3;grid-row:3;width:12px;height:12px;border-radius:50%;background:#e2e8f0;margin:auto}.fb-inf3-compass-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;font-family:Poppins,Inter,system-ui,sans-serif;font-size:.6875rem;font-weight:700;color:#64748b;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:50%;cursor:pointer;transition:all .15s ease;margin:auto}.fb-inf3-compass-btn:hover{color:#334155;background:#eff6ff;border-color:#93c5fd}.fb-inf3-compass-btn--selected{color:#fff;background:#3b82f6;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f633}.fb-inf3-compass-btn--selected:hover{background:#2563eb;border-color:#2563eb;color:#fff}.fb-inf3-compass-btn--n{grid-column:3;grid-row:1}.fb-inf3-compass-btn--ne{grid-column:4;grid-row:2}.fb-inf3-compass-btn--e{grid-column:5;grid-row:3}.fb-inf3-compass-btn--se{grid-column:4;grid-row:4}.fb-inf3-compass-btn--s{grid-column:3;grid-row:5}.fb-inf3-compass-btn--so{grid-column:2;grid-row:4}.fb-inf3-compass-btn--o{grid-column:1;grid-row:3}.fb-inf3-compass-btn--no{grid-column:2;grid-row:2}.fb-inf3-env-list{display:flex;flex-direction:column;gap:0}.fb-inf3-env-row{display:flex;align-items:center;justify-content:space-between;padding:10px 0;gap:12px;transition:background .15s ease}.fb-inf3-env-row+.fb-inf3-env-row{border-top:1px solid #f1f5f9}.fb-inf3-env-row:hover{background:#fafbfc}.fb-inf3-env-row--filled{background:#22c55e05}.fb-inf3-env-row-left{display:flex;align-items:center;gap:8px;flex:1;min-width:0}.fb-inf3-env-status{width:20px;height:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.fb-inf3-env-status-icon{width:16px;height:16px}.fb-inf3-env-status-icon--filled{color:#22c55e;stroke-width:2.5}.fb-inf3-env-status-dot{width:8px;height:8px;border-radius:50%;border:2px solid #cbd5e1;background:transparent}.fb-inf3-env-label{font-size:.8125rem;font-weight:500;color:#334155}.fb-inf3-env-row--filled .fb-inf3-env-label{color:#15803d;font-weight:600}.fb-inf3-env-toggles{display:flex;gap:4px;flex-shrink:0}.fb-inf3-env-toggle{padding:4px 12px;font-family:Poppins,Inter,system-ui,sans-serif;font-size:.6875rem;font-weight:600;border-radius:6px;cursor:pointer;transition:all .15s ease;border:1.5px solid #e2e8f0;color:#94a3b8;background:#fff}.fb-inf3-env-toggle:hover{border-color:#cbd5e1}.fb-inf3-env-toggle--oui:hover:not(.fb-inf3-env-toggle--active){background:#f0fdf4;border-color:#bbf7d0;color:#15803d}.fb-inf3-env-toggle--non:hover:not(.fb-inf3-env-toggle--active){background:#fef2f2;border-color:#fecaca;color:#dc2626}.fb-inf3-env-toggle--na:hover:not(.fb-inf3-env-toggle--active){background:#f1f5f9;border-color:#cbd5e1;color:#475569}.fb-inf3-env-toggle--oui.fb-inf3-env-toggle--active{color:#15803d;background:#dcfce7;border-color:#86efac;box-shadow:0 0 0 1px #86efac}.fb-inf3-env-toggle--non.fb-inf3-env-toggle--active{color:#dc2626;background:#fee2e2;border-color:#fca5a5;box-shadow:0 0 0 1px #fca5a5}.fb-inf3-env-toggle--na.fb-inf3-env-toggle--active{color:#475569;background:#e2e8f0;border-color:#94a3b8;box-shadow:0 0 0 1px #94a3b8}.fb-inf3-equipements{display:flex;align-items:flex-start;gap:10px;padding:12px;margin-top:16px;border-radius:8px;background:#f8fafc;border:1px solid #e2e8f0}.fb-inf3-equipements-icon{width:18px;height:18px;color:#64748b;flex-shrink:0;margin-top:1px}.fb-inf3-equipements-label{display:block;font-size:.6875rem;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.03em;margin-bottom:2px}.fb-inf3-equipements-value{display:block;font-size:.75rem;color:#334155}.fb-inf3-map-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;height:160px;border-radius:10px;background:linear-gradient(135deg,#f1f5f9,#e2e8f0);border:1px solid #e2e8f0;margin-bottom:16px;transition:all .15s ease}.fb-inf3-map-placeholder:hover{border-color:#cbd5e1;box-shadow:0 2px 8px #0000000f}.fb-inf3-map-placeholder-icon{width:32px;height:32px;color:#94a3b8}.fb-inf3-map-placeholder-label{font-size:.75rem;font-weight:600;color:#64748b}.fb-inf3-map-placeholder-sub{font-size:.625rem;color:#94a3b8}.fb-inf3-coord-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:12px}.fb-inf3-gmaps-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:10px 16px;font-family:Poppins,Inter,system-ui,sans-serif;font-size:.8125rem;font-weight:600;color:#fff;background:#3b82f6;border:none;border-radius:8px;cursor:pointer;transition:all .15s ease;text-decoration:none;margin-bottom:12px}.fb-inf3-gmaps-btn:hover{background:#2563eb;box-shadow:0 2px 8px #3b82f64d}.fb-inf3-gmaps-btn--disabled{background:#cbd5e1;cursor:not-allowed}.fb-inf3-gmaps-btn--disabled:hover{background:#cbd5e1;box-shadow:none}.fb-inf3-gmaps-btn-icon{width:16px;height:16px}.fb-inf3-nav-pills{display:flex;flex-wrap:wrap;gap:8px}.fb-inf3-nav-pill{display:inline-flex;align-items:center;gap:4px;padding:6px 14px;font-family:Poppins,Inter,system-ui,sans-serif;font-size:.6875rem;font-weight:600;color:#64748b;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:999px;cursor:pointer;transition:all .15s ease}.fb-inf3-nav-pill:hover{color:#ef5343;background:#ef53430f;border-color:#ef534333;transform:translateY(-1px);box-shadow:0 2px 6px #ef534326}.fb-inf3-table-wrapper{overflow-x:auto;border-radius:8px;border:1px solid #e2e8f0}.fb-inf3-table{width:100%;font-size:.75rem;border-collapse:collapse}.fb-inf3-table thead{background:#f8fafc}.fb-inf3-table th{padding:10px 6px;font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#64748b;text-align:left;border-bottom:2px solid #e2e8f0;white-space:nowrap}.fb-inf3-table td{padding:8px 6px;color:#334155;border-bottom:1px solid #f1f5f9;vertical-align:middle}.fb-inf3-table tbody tr:nth-child(2n){background:#fafbfc}.fb-inf3-table tbody tr{transition:background-color .15s ease}.fb-inf3-table tbody tr:hover{background:#eff6ff}.fb-inf3-row--complete{border-left:3px solid #22c55e}.fb-inf3-table .fb-inf3-col-computed{background:#3b82f608}.fb-inf3-table thead .fb-inf3-col-computed{background:#3b82f60f;color:#3b82f6}.fb-inf3-cell-input{width:56px;padding:4px 6px;font-size:.75rem;font-family:Inter,system-ui,sans-serif;border:1px solid #e2e8f0;border-radius:6px;background:#fff;color:#334155;outline:none;transition:border-color .15s ease}.fb-inf3-cell-input:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61a}.fb-inf3-cell-input--sm{width:36px}.fb-inf3-cell-input--wide{width:100px}.fb-inf3-cell-input--computed{background:#3b82f608;font-weight:600}.fb-inf3-cell-value{display:flex;align-items:center;gap:3px}.fb-inf3-cell-unit{font-size:.5625rem;color:#94a3b8;font-weight:500}.fb-inf3-proprive-toggles{display:flex;gap:3px}.fb-inf3-proprive-btn{padding:3px 8px;font-family:Poppins,Inter,system-ui,sans-serif;font-size:.5625rem;font-weight:700;border-radius:4px;cursor:pointer;transition:all .15s ease;border:1px solid #e2e8f0;color:#94a3b8;background:#f8fafc}.fb-inf3-proprive-btn:hover{border-color:#cbd5e1;color:#64748b}.fb-inf3-proprive-btn--selected.fb-inf3-proprive-btn--pro{color:#fff;background:#6366f1;border-color:#6366f1}.fb-inf3-proprive-btn--selected.fb-inf3-proprive-btn--prive{color:#fff;background:#3b82f6;border-color:#3b82f6}.fb-inf3-ordre{font-size:.6875rem;font-weight:600;color:#94a3b8}.fb-inf3-row-delete{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border:none;background:none;color:#cbd5e1;border-radius:6px;cursor:pointer;transition:all .15s ease}.fb-inf3-row-delete:hover{color:#ef4444;background:#fef2f2}.fb-inf3-row-delete-icon{width:14px;height:14px}.fb-inf3-totals-row{background:#f1f5f9!important}.fb-inf3-totals-row td{border-top:2px solid #e2e8f0;border-bottom:none;padding:10px 6px}.fb-inf3-totals-label,.fb-inf3-totals-value{font-weight:700;color:#002035;font-size:.75rem}.fb-inf3-add-row{margin-top:12px}.fb-inf3-add-btn{display:inline-flex;align-items:center;gap:6px;padding:7px 14px;font-family:Poppins,Inter,system-ui,sans-serif;font-size:.75rem;font-weight:600;color:#3b82f6;background:#3b82f60f;border:1.5px solid rgba(59,130,246,.2);border-radius:8px;cursor:pointer;transition:all .15s ease}.fb-inf3-add-btn:hover{background:#3b82f61f;border-color:#3b82f64d}.fb-inf3-add-btn-icon{width:14px;height:14px}.fb-inf3-synthese{margin-top:16px;padding-top:16px;border-top:1px solid #f1f5f9}.fb-inf3-synthese-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.fb-inf3-refresh-btn{font-size:.625rem;font-weight:700;color:#3b82f6;background:none;border:none;cursor:pointer;padding:2px 6px;border-radius:4px;transition:all .15s ease}.fb-inf3-refresh-btn:hover{background:#3b82f60f;color:#2563eb}@keyframes fb-inf3-fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.fb-inf3 .card{animation:fb-inf3-fadeIn .3s ease forwards}.fb-inf3 .card:nth-child(1){animation-delay:0ms}.fb-inf3 .card:nth-child(2){animation-delay:60ms}.fb-inf3 .card:nth-child(3){animation-delay:.12s}.fb-inf3 .card:nth-child(4){animation-delay:.18s}.fb-inf3 .card:nth-child(5){animation-delay:.24s}@media (max-width: 900px){.fb-inf3-toolbar{flex-direction:column;align-items:flex-start}.fb-inf3-env-row{flex-wrap:wrap;gap:8px}.fb-inf3-env-row-left,.fb-inf3-env-toggles{flex-basis:100%}.fb-inf3-compass{width:180px;height:180px}.fb-inf3-compass-btn{width:30px;height:30px;font-size:.5625rem}}.fb-esg-dashboard{display:flex;align-items:center;gap:24px;padding:20px 24px;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0;border-radius:12px;margin-bottom:16px}.fb-esg-gauge-wrapper{position:relative;width:128px;height:128px;flex-shrink:0}.fb-esg-gauge-svg{width:128px;height:128px;display:block}.fb-esg-gauge-arc{transition:stroke-dashoffset .6s ease}.fb-esg-gauge-arc--low{stroke:#22c55e}.fb-esg-gauge-arc--medium{stroke:#f59e0b}.fb-esg-gauge-arc--high{stroke:#ef4444}.fb-esg-gauge-arc--neutral{stroke:#94a3b8}.fb-esg-gauge-center{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.fb-esg-gauge-score{font-family:Poppins,Inter,system-ui,sans-serif;font-size:1.75rem;font-weight:800;line-height:1}.fb-esg-gauge-score--low{color:#15803d}.fb-esg-gauge-score--medium{color:#b45309}.fb-esg-gauge-score--high{color:#dc2626}.fb-esg-gauge-score--neutral{color:#94a3b8}.fb-esg-gauge-grade{font-family:Poppins,Inter,system-ui,sans-serif;font-size:.875rem;font-weight:700;line-height:1;margin-top:2px;letter-spacing:.05em}.fb-esg-gauge-grade--low{color:#22c55e}.fb-esg-gauge-grade--medium{color:#f59e0b}.fb-esg-gauge-grade--high{color:#ef4444}.fb-esg-gauge-grade--neutral{color:#94a3b8}.fb-esg-dashboard-info{flex:1;min-width:0}.fb-esg-dashboard-title{font-family:Poppins,Inter,system-ui,sans-serif;font-size:.9375rem;font-weight:700;color:#0f172a;margin-bottom:2px}.fb-esg-dashboard-subtitle{font-size:.6875rem;color:#64748b;margin-bottom:12px}.fb-esg-risk-cards{display:flex;gap:10px;margin-bottom:12px}.fb-esg-risk-card{display:flex;align-items:center;gap:8px;padding:8px 14px;border-radius:10px;border:1px solid;flex:1;min-width:0}.fb-esg-risk-card--low{background:#f0fdf4;border-color:#bbf7d0}.fb-esg-risk-card--medium{background:#fffbeb;border-color:#fde68a}.fb-esg-risk-card--high{background:#fef2f2;border-color:#fecaca}.fb-esg-risk-card-count{font-family:Poppins,Inter,system-ui,sans-serif;font-size:1.25rem;font-weight:800;line-height:1}.fb-esg-risk-card--low .fb-esg-risk-card-count{color:#15803d}.fb-esg-risk-card--medium .fb-esg-risk-card-count{color:#b45309}.fb-esg-risk-card--high .fb-esg-risk-card-count{color:#dc2626}.fb-esg-risk-card-label{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.fb-esg-risk-card--low .fb-esg-risk-card-label{color:#16a34a}.fb-esg-risk-card--medium .fb-esg-risk-card-label{color:#d97706}.fb-esg-risk-card--high .fb-esg-risk-card-label{color:#ef4444}.fb-esg-dashboard-progress{display:flex;align-items:center;gap:10px}.fb-esg-dashboard-progress-text{font-size:.6875rem;font-weight:700;color:#475569;white-space:nowrap}.fb-esg-dashboard-progress-track{flex:1;height:6px;background:#e2e8f0;border-radius:3px;overflow:hidden}.fb-esg-dashboard-progress-fill{height:100%;border-radius:3px;background:linear-gradient(90deg,#3b82f6,#22c55e);transition:width .4s ease}.fb-esg-chips{display:flex;flex-wrap:wrap;gap:6px;padding:0 0 14px}.fb-esg-chip{display:inline-flex;align-items:center;gap:5px;padding:5px 12px;font-size:.6875rem;font-weight:600;color:#475569;background:#fff;border:1px solid #e2e8f0;border-radius:999px;cursor:pointer;transition:all .15s}.fb-esg-chip:hover{background:#eff6ff;border-color:#93c5fd;color:#1d4ed8}.fb-esg-chip--done{background:#f0fdf4;border-color:#bbf7d0;color:#15803d}.fb-esg-chip-icon{width:13px;height:13px}.fb-esg-chip-count{font-size:.625rem;font-weight:700;opacity:.7}.fb-esg-category{background:#fff;border:1px solid #e2e8f0;border-radius:10px;margin-bottom:12px;overflow:hidden;transition:border-color .25s}.fb-esg-category--done{border-color:#bbf7d0}.fb-esg-category-header{display:flex;align-items:center;justify-content:space-between;padding:10px 16px;background:#f8fafc;border-bottom:1px solid #f1f5f9}.fb-esg-category--done .fb-esg-category-header{background:linear-gradient(90deg,rgba(34,197,94,.04),transparent)}.fb-esg-category-title{display:flex;align-items:center;gap:8px;font-family:Poppins,Inter,system-ui,sans-serif;font-size:.8125rem;font-weight:700;color:#1e293b;text-transform:uppercase;letter-spacing:.03em}.fb-esg-category-icon{width:16px;height:16px;color:#64748b}.fb-esg-category--done .fb-esg-category-icon{color:#22c55e}.fb-esg-category-counter{font-family:Inter,system-ui,sans-serif;font-size:.6875rem;font-weight:700;color:#94a3b8;background:#f1f5f9;padding:2px 10px;border-radius:999px;transition:all .25s}.fb-esg-category-counter--done{color:#15803d;background:#dcfce7}.fb-esg-category-body{padding:4px 0}.fb-esg-field-row{display:flex;align-items:center;gap:12px;padding:10px 16px;border-bottom:1px solid #f8fafc;transition:background .15s}.fb-esg-field-row:last-child{border-bottom:none}.fb-esg-field-row:hover{background:#fafbfc}.fb-esg-field-icon-wrapper{width:32px;height:32px;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:#f1f5f9;border-radius:8px;border:1px solid #e2e8f0}.fb-esg-field-icon{width:16px;height:16px;color:#64748b}.fb-esg-field-info{flex:1;min-width:0}.fb-esg-field-label-row{display:flex;align-items:center;gap:6px}.fb-esg-field-label{font-size:.8125rem;font-weight:600;color:#334155}.fb-esg-field-current{font-size:.6875rem;color:#64748b;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fb-esg-badge{display:inline-flex;align-items:center;gap:4px;padding:1px 8px;font-size:.5625rem;font-weight:700;letter-spacing:.03em;border-radius:50px;white-space:nowrap;text-transform:uppercase}.fb-esg-badge--low{background:#dcfce7;color:#15803d;border:1px solid #bbf7d0}.fb-esg-badge--medium{background:#fef3c7;color:#b45309;border:1px solid #fde68a}.fb-esg-badge--high{background:#fee2e2;color:#dc2626;border:1px solid #fecaca}.fb-esg-badge--neutral{background:#f1f5f9;color:#64748b;border:1px solid #e2e8f0}.fb-esg-btn-group{display:flex;gap:3px;flex-shrink:0}.fb-esg-btn{padding:5px 8px;font-size:.625rem;font-weight:700;border:1px solid #e2e8f0;border-radius:6px;background:#f8fafc;color:#94a3b8;cursor:pointer;transition:all .12s;white-space:nowrap;line-height:1}.fb-esg-risk--low:hover:not(.fb-esg-btn--selected){background:#f0fdf4;border-color:#bbf7d0;color:#15803d}.fb-esg-risk--medium:hover:not(.fb-esg-btn--selected){background:#fffbeb;border-color:#fde68a;color:#b45309}.fb-esg-risk--high:hover:not(.fb-esg-btn--selected){background:#fef2f2;border-color:#fecaca;color:#dc2626}.fb-esg-risk--neutral:hover:not(.fb-esg-btn--selected){background:#f1f5f9;border-color:#cbd5e1;color:#475569}.fb-esg-btn--selected.fb-esg-risk--low{background:#dcfce7;color:#15803d;border-color:#86efac;box-shadow:0 0 0 1px #86efac}.fb-esg-btn--selected.fb-esg-risk--medium{background:#fef3c7;color:#b45309;border-color:#fcd34d;box-shadow:0 0 0 1px #fcd34d}.fb-esg-btn--selected.fb-esg-risk--high{background:#fee2e2;color:#dc2626;border-color:#fca5a5;box-shadow:0 0 0 1px #fca5a5}.fb-esg-btn--selected.fb-esg-risk--neutral{background:#e2e8f0;color:#475569;border-color:#94a3b8;box-shadow:0 0 0 1px #94a3b8}.fb-esg-tooltip-trigger{position:relative;display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:50%;background:#f1f5f9;color:#94a3b8;font-size:.5625rem;font-weight:700;cursor:help;flex-shrink:0;border:1px solid #e2e8f0;transition:all .15s ease}.fb-esg-tooltip-trigger:hover{background:#e2e8f0;color:#64748b}.fb-esg-tooltip-content{position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);background:#1e293b;color:#f8fafc;font-size:.6875rem;font-weight:500;line-height:1.4;padding:6px 12px;border-radius:8px;pointer-events:none;opacity:0;transition:opacity .15s ease;z-index:20;max-width:280px;white-space:normal}.fb-esg-tooltip-content:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:4px solid transparent;border-top-color:#1e293b}.fb-esg-tooltip-trigger:hover .fb-esg-tooltip-content{opacity:1}.fb-esg-qualite-body{padding:12px 16px}.fb-esg-qualite-chips{display:flex;flex-wrap:wrap;gap:8px}.fb-esg-qualite-chip{display:inline-flex;align-items:center;gap:5px;padding:6px 14px;font-size:.75rem;font-weight:600;color:#475569;background:#f8fafc;border:1px solid #e2e8f0;border-radius:999px;cursor:pointer;transition:all .15s}.fb-esg-qualite-chip:hover{background:#f0fdf4;border-color:#bbf7d0;color:#15803d}.fb-esg-qualite-chip--active{background:#dcfce7;color:#15803d;border-color:#86efac;box-shadow:0 0 0 1px #86efac}.fb-esg-qualite-chip--active:hover{background:#bbf7d0;border-color:#4ade80}.fb-esg-qualite-chip-icon{width:14px;height:14px;color:#22c55e;flex-shrink:0}.fb-esg-sources{margin-top:8px;padding:16px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px}.fb-esg-sources-header{display:flex;align-items:center;gap:8px;margin-bottom:12px}.fb-esg-sources-icon{width:16px;height:16px;color:#64748b}.fb-esg-sources-title{font-family:Poppins,Inter,system-ui,sans-serif;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#64748b}.fb-esg-sources-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:8px}.fb-esg-source-card{display:flex;align-items:center;gap:10px;padding:10px 12px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;text-decoration:none;transition:all .15s}.fb-esg-source-card:hover{border-color:#93c5fd;box-shadow:0 2px 8px #3b82f614;transform:translateY(-1px)}.fb-esg-source-card-icon-wrapper{width:32px;height:32px;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:#eff6ff;border-radius:8px}.fb-esg-source-card-icon{width:16px;height:16px;color:#3b82f6}.fb-esg-source-card-info{flex:1;min-width:0;display:flex;flex-direction:column}.fb-esg-source-card-label{font-size:.75rem;font-weight:600;color:#1e293b;line-height:1.2}.fb-esg-source-card-desc{font-size:.625rem;color:#94a3b8;margin-top:1px}.fb-esg-source-card-arrow{width:14px;height:14px;color:#94a3b8;flex-shrink:0;transition:color .15s}.fb-esg-source-card:hover .fb-esg-source-card-arrow{color:#3b82f6}@media (max-width: 768px){.fb-esg-dashboard{flex-direction:column;text-align:center}.fb-esg-risk-cards{flex-direction:column}.fb-esg-field-row{flex-wrap:wrap;gap:8px;padding:12px 14px}.fb-esg-field-info{flex-basis:calc(100% - 44px)}.fb-esg-btn-group{flex-basis:100%;flex-wrap:wrap}.fb-esg-sources-grid{grid-template-columns:1fr}}@media (max-width: 480px){.fb-esg-gauge-wrapper,.fb-esg-gauge-svg{width:100px;height:100px}.fb-esg-gauge-score{font-size:1.375rem}.fb-esg-btn{padding:4px 6px;font-size:.5625rem}.fb-esg-qualite-chip{font-size:.6875rem;padding:5px 10px}}.fb-env-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 16px;background:#fff;border:1px solid #e2e8f0;border-radius:10px;margin-bottom:10px;flex-wrap:wrap}.fb-env-toolbar-left{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.fb-env-batch-btn{display:inline-flex;align-items:center;gap:5px;padding:5px 12px;font-size:.75rem;font-weight:600;color:#15803d;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;cursor:pointer;transition:all .15s}.fb-env-batch-btn:hover{background:#dcfce7;border-color:#86efac}.fb-env-toolbar-progress{display:flex;align-items:center;gap:8px}.fb-env-toolbar-progress-text{font-size:.75rem;font-weight:700;color:#334155;white-space:nowrap}.fb-env-toolbar-progress-track{width:80px;height:6px;background:#e2e8f0;border-radius:3px;overflow:hidden}.fb-env-toolbar-progress-fill{height:100%;border-radius:3px;background:linear-gradient(90deg,#3b82f6,#22c55e);transition:width .4s ease}.fb-env-chips{display:flex;flex-wrap:wrap;gap:6px;padding:0 0 12px}.fb-env-chip{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;font-size:.6875rem;font-weight:600;color:#475569;background:#fff;border:1px solid #e2e8f0;border-radius:999px;cursor:pointer;transition:all .15s}.fb-env-chip:hover{background:#eff6ff;border-color:#93c5fd;color:#1d4ed8}.fb-env-chip-icon{width:12px;height:12px}.fb-env-category{background:#fff;border:1px solid #e2e8f0;border-radius:10px;margin-bottom:10px;overflow:hidden;transition:border-color .25s}.fb-env-category--done{border-color:#bbf7d0}.fb-env-category-header{display:flex;align-items:center;justify-content:space-between;padding:10px 16px;background:#f8fafc;border-bottom:1px solid #f1f5f9}.fb-env-category--done .fb-env-category-header{background:linear-gradient(90deg,rgba(34,197,94,.04),transparent)}.fb-env-category-title{display:flex;align-items:center;gap:8px;font-family:Poppins,Inter,system-ui,sans-serif;font-size:.8125rem;font-weight:700;color:#1e293b;text-transform:uppercase;letter-spacing:.03em}.fb-env-category-icon{width:16px;height:16px;color:#64748b}.fb-env-category--done .fb-env-category-icon{color:#22c55e}.fb-env-category-counter{font-family:Inter,system-ui,sans-serif;font-size:.6875rem;font-weight:700;color:#94a3b8;background:#f1f5f9;padding:2px 8px;border-radius:999px;transition:all .25s}.fb-env-category-counter--done{color:#15803d;background:#dcfce7}.fb-env-category-body{padding:4px 0}.fb-env-row{display:flex;align-items:center;gap:10px;padding:7px 16px;border-bottom:1px solid #f8fafc;transition:background .15s}.fb-env-row:last-child{border-bottom:none}.fb-env-row:hover{background:#fafbfc}.fb-env-row--done{background:#22c55e05}.fb-env-row-status{width:20px;height:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.fb-env-row-check{width:16px;height:16px;color:#22c55e;stroke-width:2.5}.fb-env-row-dot{width:8px;height:8px;border-radius:50%;border:2px solid #cbd5e1;background:transparent}.fb-env-row-label{min-width:140px;max-width:160px;font-size:.8125rem;font-weight:600;color:#334155;flex-shrink:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fb-env-row--done .fb-env-row-label{color:#15803d}.fb-env-row-desc{flex:1;min-width:100px;max-width:260px;padding:5px 10px;font-size:.75rem;color:#334155;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;transition:all .15s;-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}.fb-env-row-desc:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;background:#fff}.fb-env-etat-group{display:flex;gap:3px;flex-shrink:0}.fb-env-etat-btn{padding:4px 7px;font-size:.625rem;font-weight:700;border:1px solid #e2e8f0;border-radius:6px;background:#f8fafc;color:#94a3b8;cursor:pointer;transition:all .12s;white-space:nowrap;line-height:1}.fb-env-etat-btn--tres-bon:hover:not(.fb-env-etat-btn--selected){background:#f0fdf4;border-color:#bbf7d0;color:#15803d}.fb-env-etat-btn--bon:hover:not(.fb-env-etat-btn--selected){background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8}.fb-env-etat-btn--fonctionnel:hover:not(.fb-env-etat-btn--selected){background:#fffbeb;border-color:#fde68a;color:#b45309}.fb-env-etat-btn--mauvais:hover:not(.fb-env-etat-btn--selected){background:#fff7ed;border-color:#fed7aa;color:#c2410c}.fb-env-etat-btn--vetuste:hover:not(.fb-env-etat-btn--selected){background:#fef2f2;border-color:#fecaca;color:#dc2626}.fb-env-etat-btn--neutral:hover:not(.fb-env-etat-btn--selected){background:#f1f5f9;border-color:#cbd5e1;color:#475569}.fb-env-etat-btn--selected.fb-env-etat-btn--tres-bon{background:#dcfce7;color:#15803d;border-color:#86efac;box-shadow:0 0 0 1px #86efac}.fb-env-etat-btn--selected.fb-env-etat-btn--bon{background:#dbeafe;color:#1d4ed8;border-color:#93c5fd;box-shadow:0 0 0 1px #93c5fd}.fb-env-etat-btn--selected.fb-env-etat-btn--fonctionnel{background:#fef3c7;color:#b45309;border-color:#fcd34d;box-shadow:0 0 0 1px #fcd34d}.fb-env-etat-btn--selected.fb-env-etat-btn--mauvais{background:#ffedd5;color:#c2410c;border-color:#fdba74;box-shadow:0 0 0 1px #fdba74}.fb-env-etat-btn--selected.fb-env-etat-btn--vetuste{background:#fee2e2;color:#dc2626;border-color:#fca5a5;box-shadow:0 0 0 1px #fca5a5}.fb-env-etat-btn--selected.fb-env-etat-btn--neutral{background:#e2e8f0;color:#475569;border-color:#94a3b8;box-shadow:0 0 0 1px #94a3b8}.fb-env-row-delete{display:flex;align-items:center;justify-content:center;width:24px;height:24px;flex-shrink:0;border:none;background:transparent;color:#94a3b8;cursor:pointer;border-radius:6px;transition:all .15s}.fb-env-row-delete:hover{background:#fee2e2;color:#dc2626}.fb-env-add-row{padding:12px 0}.fb-env-summary-row{display:flex;align-items:center;gap:8px;margin-bottom:12px}.fb-env-summary-row:last-child{margin-bottom:0}.fb-env-summary-label{font-size:.75rem;font-weight:500;color:#475569;min-width:80px;text-transform:capitalize}.fb-env-summary-bar-track{flex:1;height:8px;background:#f1f5f9;border-radius:4px;overflow:hidden}.fb-env-summary-bar-fill{height:100%;border-radius:4px;transition:width .4s ease}.fb-env-summary-bar-fill--tres-bon{background:#22c55e}.fb-env-summary-bar-fill--bon{background:#3b82f6}.fb-env-summary-bar-fill--fonctionnel{background:#f59e0b}.fb-env-summary-bar-fill--mauvais{background:#f97316}.fb-env-summary-bar-fill--vetuste{background:#ef4444}.fb-env-summary-bar-fill--neutral{background:#cbd5e1}.fb-env-summary-count{font-size:.6875rem;font-weight:700;color:#334155;min-width:52px;text-align:right}.fb-env-print-toggle{display:inline-flex;align-items:center;gap:6px;padding:4px 12px;font-size:.6875rem;font-weight:600;color:#64748b;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;cursor:pointer;transition:all .15s ease}.fb-env-print-toggle:hover{background:#e2e8f0;color:#334155}.fb-env-print-toggle-icon{width:14px;height:14px}.fb-env-print-summary{padding:16px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;margin-top:12px}.fb-env-print-summary-title{font-family:Poppins,Inter,system-ui,sans-serif;font-size:.8125rem;font-weight:700;color:#0f172a;margin-bottom:12px;padding-bottom:8px;border-bottom:2px solid #e2e8f0}.fb-env-print-table{width:100%;border-collapse:collapse;font-size:.75rem}.fb-env-print-table th,.fb-env-print-table td{padding:6px 10px;text-align:left;border-bottom:1px solid #f1f5f9}.fb-env-print-table th{font-weight:600;color:#64748b;text-transform:uppercase;font-size:.625rem;letter-spacing:.05em}@media print{.fb-env-print-summary{-moz-column-break-inside:avoid;break-inside:avoid}}@media (max-width: 900px){.fb-env-row{flex-wrap:wrap;gap:6px;padding:10px 12px}.fb-env-row-label{min-width:120px}.fb-env-row-desc{max-width:none;flex-basis:100%;order:3}.fb-env-etat-group{flex-basis:100%;order:4}.fb-env-toolbar{flex-direction:column;align-items:flex-start}}.fb-conf-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 16px;background:#fff;border:1px solid #e2e8f0;border-radius:10px;margin-bottom:10px;flex-wrap:wrap}.fb-conf-toolbar-left{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.fb-conf-batch-btn{display:inline-flex;align-items:center;gap:5px;padding:5px 12px;font-size:.75rem;font-weight:600;color:#15803d;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;cursor:pointer;transition:all .15s}.fb-conf-batch-btn:hover{background:#dcfce7;border-color:#86efac}.fb-conf-toolbar-progress{display:flex;align-items:center;gap:8px}.fb-conf-toolbar-progress-text{font-size:.75rem;font-weight:700;color:#334155;white-space:nowrap}.fb-conf-toolbar-progress-track{width:80px;height:6px;background:#e2e8f0;border-radius:3px;overflow:hidden}.fb-conf-toolbar-progress-fill{height:100%;border-radius:3px;background:linear-gradient(90deg,#3b82f6,#22c55e);transition:width .4s ease}.fb-conf-chips{display:flex;flex-wrap:wrap;gap:6px;padding:0 0 12px}.fb-conf-chip{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;font-size:.6875rem;font-weight:600;color:#475569;background:#fff;border:1px solid #e2e8f0;border-radius:999px;cursor:pointer;transition:all .15s}.fb-conf-chip:hover{background:#eff6ff;border-color:#93c5fd;color:#1d4ed8}.fb-conf-chip-icon{width:12px;height:12px}.fb-conf-category{background:#fff;border:1px solid #e2e8f0;border-radius:10px;margin-bottom:10px;overflow:hidden;transition:border-color .25s}.fb-conf-category--done{border-color:#bbf7d0}.fb-conf-category-header{display:flex;align-items:center;justify-content:space-between;padding:10px 16px;background:#f8fafc;border-bottom:1px solid #f1f5f9}.fb-conf-category--done .fb-conf-category-header{background:linear-gradient(90deg,rgba(34,197,94,.04),transparent)}.fb-conf-category-title{display:flex;align-items:center;gap:8px;font-family:Poppins,Inter,system-ui,sans-serif;font-size:.8125rem;font-weight:700;color:#1e293b;text-transform:uppercase;letter-spacing:.03em}.fb-conf-category-icon{width:16px;height:16px;color:#64748b}.fb-conf-category--done .fb-conf-category-icon{color:#22c55e}.fb-conf-category-counter{font-family:Inter,system-ui,sans-serif;font-size:.6875rem;font-weight:700;color:#94a3b8;background:#f1f5f9;padding:2px 8px;border-radius:999px;transition:all .25s}.fb-conf-category-counter--done{color:#15803d;background:#dcfce7}.fb-conf-category-body{padding:4px 0}.fb-conf-row{display:flex;align-items:center;gap:10px;padding:7px 16px;border-bottom:1px solid #f8fafc;transition:background .15s}.fb-conf-row:last-child{border-bottom:none}.fb-conf-row:hover{background:#fafbfc}.fb-conf-row--done{background:#22c55e05}.fb-conf-row-status{width:20px;height:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.fb-conf-row-check{width:16px;height:16px;color:#22c55e;stroke-width:2.5}.fb-conf-row-dot{width:8px;height:8px;border-radius:50%;border:2px solid #cbd5e1;background:transparent}.fb-conf-row-label{min-width:140px;max-width:160px;font-size:.8125rem;font-weight:600;color:#334155;flex-shrink:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fb-conf-row--done .fb-conf-row-label{color:#15803d}.fb-conf-row-desc{flex:1;min-width:100px;max-width:260px;padding:5px 10px;font-size:.75rem;color:#334155;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;transition:all .15s;-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}.fb-conf-row-desc:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;background:#fff}.fb-conf-etat-group{display:flex;gap:3px;flex-shrink:0}.fb-conf-etat-btn{padding:4px 7px;font-size:.625rem;font-weight:700;border:1px solid #e2e8f0;border-radius:6px;background:#f8fafc;color:#94a3b8;cursor:pointer;transition:all .12s;white-space:nowrap;line-height:1}.fb-conf-etat-btn--tres-bon:hover:not(.fb-conf-etat-btn--selected){background:#f0fdf4;border-color:#bbf7d0;color:#15803d}.fb-conf-etat-btn--bon:hover:not(.fb-conf-etat-btn--selected){background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8}.fb-conf-etat-btn--fonctionnel:hover:not(.fb-conf-etat-btn--selected){background:#fffbeb;border-color:#fde68a;color:#b45309}.fb-conf-etat-btn--mauvais:hover:not(.fb-conf-etat-btn--selected){background:#fff7ed;border-color:#fed7aa;color:#c2410c}.fb-conf-etat-btn--vetuste:hover:not(.fb-conf-etat-btn--selected){background:#fef2f2;border-color:#fecaca;color:#dc2626}.fb-conf-etat-btn--neutral:hover:not(.fb-conf-etat-btn--selected){background:#f1f5f9;border-color:#cbd5e1;color:#475569}.fb-conf-etat-btn--selected.fb-conf-etat-btn--tres-bon{background:#dcfce7;color:#15803d;border-color:#86efac;box-shadow:0 0 0 1px #86efac}.fb-conf-etat-btn--selected.fb-conf-etat-btn--bon{background:#dbeafe;color:#1d4ed8;border-color:#93c5fd;box-shadow:0 0 0 1px #93c5fd}.fb-conf-etat-btn--selected.fb-conf-etat-btn--fonctionnel{background:#fef3c7;color:#b45309;border-color:#fcd34d;box-shadow:0 0 0 1px #fcd34d}.fb-conf-etat-btn--selected.fb-conf-etat-btn--mauvais{background:#ffedd5;color:#c2410c;border-color:#fdba74;box-shadow:0 0 0 1px #fdba74}.fb-conf-etat-btn--selected.fb-conf-etat-btn--vetuste{background:#fee2e2;color:#dc2626;border-color:#fca5a5;box-shadow:0 0 0 1px #fca5a5}.fb-conf-etat-btn--selected.fb-conf-etat-btn--neutral{background:#e2e8f0;color:#475569;border-color:#94a3b8;box-shadow:0 0 0 1px #94a3b8}.fb-conf-row-delete{display:flex;align-items:center;justify-content:center;width:24px;height:24px;flex-shrink:0;border:none;background:transparent;color:#94a3b8;cursor:pointer;border-radius:6px;transition:all .15s}.fb-conf-row-delete:hover{background:#fee2e2;color:#dc2626}.fb-conf-add-row{padding:12px 0}.fb-conf-summary-row{display:flex;align-items:center;gap:8px;margin-bottom:12px}.fb-conf-summary-row:last-child{margin-bottom:0}.fb-conf-summary-label{font-size:.75rem;font-weight:500;color:#475569;min-width:80px;text-transform:capitalize}.fb-conf-summary-bar-track{flex:1;height:8px;background:#f1f5f9;border-radius:4px;overflow:hidden}.fb-conf-summary-bar-fill{height:100%;border-radius:4px;transition:width .4s ease}.fb-conf-summary-bar-fill--tres-bon{background:#22c55e}.fb-conf-summary-bar-fill--bon{background:#3b82f6}.fb-conf-summary-bar-fill--fonctionnel{background:#f59e0b}.fb-conf-summary-bar-fill--mauvais{background:#f97316}.fb-conf-summary-bar-fill--vetuste{background:#ef4444}.fb-conf-summary-bar-fill--neutral{background:#cbd5e1}.fb-conf-summary-count{font-size:.6875rem;font-weight:700;color:#334155;min-width:52px;text-align:right}.fb-conf-print-toggle{display:inline-flex;align-items:center;gap:6px;padding:4px 12px;font-size:.6875rem;font-weight:600;color:#64748b;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;cursor:pointer;transition:all .15s ease}.fb-conf-print-toggle:hover{background:#e2e8f0;color:#334155}.fb-conf-print-toggle-icon{width:14px;height:14px}.fb-conf-print-summary{padding:16px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;margin-top:12px}.fb-conf-print-summary-title{font-family:Poppins,Inter,system-ui,sans-serif;font-size:.8125rem;font-weight:700;color:#0f172a;margin-bottom:12px;padding-bottom:8px;border-bottom:2px solid #e2e8f0}.fb-conf-print-table{width:100%;border-collapse:collapse;font-size:.75rem}.fb-conf-print-table th,.fb-conf-print-table td{padding:6px 10px;text-align:left;border-bottom:1px solid #f1f5f9}.fb-conf-print-table th{font-weight:600;color:#64748b;text-transform:uppercase;font-size:.625rem;letter-spacing:.05em}@media print{.fb-conf-print-summary{-moz-column-break-inside:avoid;break-inside:avoid}}@media (max-width: 900px){.fb-conf-row{flex-wrap:wrap;gap:6px;padding:10px 12px}.fb-conf-row-label{min-width:120px}.fb-conf-row-desc{max-width:none;flex-basis:100%;order:3}.fb-conf-etat-group{flex-basis:100%;order:4}.fb-conf-toolbar{flex-direction:column;align-items:flex-start}}.fb-niv{font-family:-apple-system,SF Pro Display,Inter,system-ui,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fb-niv-kpis{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:10px;margin-bottom:24px}.fb-niv-kpi{display:flex;flex-direction:column;align-items:center;padding:20px 12px 16px;background:#fff;border-radius:14px;border:1px solid rgba(0,0,0,.04);box-shadow:0 1px 3px #0000000a,0 4px 12px #00000005;transition:box-shadow .2s,transform .2s}.fb-niv-kpi:hover{box-shadow:0 2px 8px #0000000f,0 8px 24px #0000000a;transform:translateY(-1px)}.fb-niv-kpi--accent{background:linear-gradient(135deg,#fafffe,#f0fdf4);border-color:#10b98114}.fb-niv-kpi-val{font-size:1.25rem;font-weight:700;color:#111827;letter-spacing:-.025em;white-space:nowrap;line-height:1.2}.fb-niv-kpi-val small{font-size:.6875rem;font-weight:500;color:#9ca3af;margin-left:1px}.fb-niv-kpi-val--pos{color:#059669}.fb-niv-kpi-val--neg{color:#dc2626}.fb-niv-kpi-lbl{font-size:.6875rem;font-weight:500;color:#9ca3af;margin-top:4px;letter-spacing:.01em}.fb-niv-tabs{display:flex;align-items:center;gap:4px;margin-bottom:16px;padding-bottom:1px;border-bottom:1px solid #f0f0f0}.fb-niv-tab-group{display:flex;gap:0}.fb-niv-tab{padding:10px 18px;font-size:.8125rem;font-weight:500;color:#9ca3af;background:none;border:none;border-bottom:2px solid transparent;margin-bottom:-2px;cursor:pointer;transition:color .2s,border-color .2s}.fb-niv-tab:hover{color:#374151}.fb-niv-tab--on{color:#111827;font-weight:600;border-bottom-color:#111827}.fb-niv-tab-n{font-size:.625rem;font-weight:600;color:#9ca3af;background:#f3f4f6;padding:2px 8px;border-radius:10px;margin-left:6px}.fb-niv-tab--on .fb-niv-tab-n{color:#374151;background:#e5e7eb}.fb-niv-spacer{flex:1}.fb-niv-progress{font-size:.6875rem;font-weight:500;color:#9ca3af;margin-right:12px}.fb-niv-copy{display:inline-flex;align-items:center;gap:5px;padding:7px 16px;font-size:.75rem;font-weight:500;color:#374151;background:#fff;border:1px solid #e5e7eb;border-radius:10px;cursor:pointer;transition:all .15s;box-shadow:0 1px 2px #0000000a}.fb-niv-copy:hover{background:#f9fafb;border-color:#d1d5db;box-shadow:0 2px 4px #0000000f}.fb-niv-copy-ico{width:14px;height:14px}.fb-niv-presets{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:28px}.fb-niv-preset{display:inline-flex;align-items:center;gap:7px;padding:8px 16px;font-size:.75rem;font-weight:500;color:#374151;background:#fff;border:1px solid #e5e7eb;border-radius:50px;cursor:pointer;transition:all .2s;box-shadow:0 1px 2px #00000008}.fb-niv-preset:hover{background:#f9fafb;border-color:#d1d5db;box-shadow:0 2px 6px #0000000f;transform:translateY(-1px)}.fb-niv-preset-n{font-size:.6875rem;font-weight:700;color:#6b7280;width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;background:#f3f4f6;border-radius:6px}.fb-niv-preset--add{border-style:dashed;color:#9ca3af}.fb-niv-preset--add:hover{border-style:solid;color:#374151}.fb-niv-preset-plus{width:14px;height:14px}.fb-niv-building{display:flex;flex-direction:column;align-items:center;margin-bottom:12px}.fb-niv-roof{width:100%;max-width:960px}.fb-niv-roof-svg{display:block;width:100%;height:34px}.fb-niv-roof-body{border-left:2px solid #d1d5db;border-right:2px solid #d1d5db;background:linear-gradient(180deg,#faf9f7,#fefefe);position:relative;box-shadow:inset 8px 0 16px -8px #00000005,inset -8px 0 16px -8px #00000005}.fb-niv-roof-body:before{content:"";position:absolute;inset:0;background:repeating-linear-gradient(135deg,transparent,transparent 14px,rgba(209,213,219,.04) 14px,rgba(209,213,219,.04) 15px);pointer-events:none}.fb-niv-roof-body .fb-niv-level:last-child:after{content:none}.fb-niv-shell{width:100%;max-width:960px;border-left:2px solid #d1d5db;border-right:2px solid #d1d5db;background:#fff;box-shadow:inset 8px 0 16px -8px #00000008,inset -8px 0 16px -8px #00000008,0 4px 24px #00000008}.fb-niv-level{position:relative}.fb-niv-level:not(:last-child):after{content:"";display:block;height:1px;margin:0 24px;background:linear-gradient(90deg,transparent,#e5e7eb 15%,#e5e7eb 85%,transparent)}.fb-niv-level--under{background:linear-gradient(180deg,#fafafa,#f7f7f7)}.fb-niv-level-slot{position:relative;padding:0;transition:padding .7s cubic-bezier(.2,0,0,1)}.fb-niv-level-slot:has(.fb-niv-floor--editing){padding:20px 14px;z-index:3;transition:padding .55s cubic-bezier(.34,1.4,.64,1)}.fb-niv-insert-zone{position:relative;height:0;display:flex;align-items:center;justify-content:center;z-index:2}.fb-niv-insert-btn{position:absolute;top:-10px;display:flex;align-items:center;justify-content:center;width:20px;height:20px;border:1.5px solid #e2e8f0;border-radius:50%;background:#fff;color:#cbd5e1;cursor:pointer;opacity:0;transform:scale(.7);transition:all .15s ease;padding:0}.fb-niv-insert-btn svg{width:12px;height:12px}.fb-niv-level-slot:hover .fb-niv-insert-zone .fb-niv-insert-btn,.fb-niv-insert-btn:hover{opacity:1;transform:scale(1)}.fb-niv-insert-btn:hover{border-color:#3b82f6;color:#3b82f6;background:#eff6ff;box-shadow:0 1px 4px #3b82f633}.fb-niv-floor{--type-color: #d1d5db;border-left:3px solid var(--type-color);transition:background .2s,border-color .2s,box-shadow .2s}.fb-niv-floor:hover{background:#f9fafbb3;box-shadow:inset 0 0 0 0 transparent,6px 0 16px -8px #00000008}.fb-niv-level--under .fb-niv-floor:hover{background:#f3f4f6b3}.fb-niv-floor--done{--type-color: #10b981;background:linear-gradient(90deg,rgba(16,185,129,.03) 0%,transparent 40%)}.fb-niv-floor--done:hover{background:linear-gradient(90deg,#10b9810d,#f9fafb80 40%)}.fb-niv-vw{display:flex;align-items:center;gap:14px;padding:10px 24px;cursor:pointer;transition:background .15s ease}.fb-niv-vw:hover{background:#00000003}.fb-niv-vw-badge{position:relative;width:40px;height:40px;flex-shrink:0}.fb-niv-vw-ring{position:absolute;inset:0;width:40px;height:40px;transform:rotate(-90deg)}.fb-niv-vw-ring-fill{transition:stroke-dasharray .5s cubic-bezier(.4,0,.2,1)}.fb-niv-vw-badge-num{position:absolute;inset:3px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8125rem;font-weight:800;color:#1f2937;background:#f8f8f8;letter-spacing:-.03em;transition:all .15s}.fb-niv-floor--done .fb-niv-vw-badge-num{background:linear-gradient(135deg,#ecfdf5,#d1fae5);color:#047857}.fb-niv-vw:hover .fb-niv-vw-badge-num{background:#f0f0f0}.fb-niv-vw-name{font-size:.8125rem;font-weight:700;color:#0f172a;letter-spacing:-.01em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:175px;flex:0 0 175px}.fb-niv-vw-tags{display:flex;align-items:center;gap:5px;width:160px;flex:0 0 160px;flex-wrap:nowrap;overflow:hidden}.fb-niv-vw-type{--tc: #d1d5db;font-size:.5625rem;font-weight:600;color:var(--tc);background:color-mix(in srgb,var(--tc) 8%,transparent);padding:2px 7px 2px 9px;border-radius:5px;border-left:2px solid var(--tc);letter-spacing:.03em;text-transform:uppercase;white-space:nowrap}.fb-niv-vw-peb{--peb-bg: #d1d5db;font-size:.5625rem;font-weight:800;color:#fff;background:var(--peb-bg);width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;border-radius:5px;box-shadow:0 1px 3px color-mix(in srgb,var(--peb-bg) 30%,transparent)}.fb-niv-vw-pp{font-size:.5625rem;font-weight:500;color:#94a3b8;background:#f1f5f9;padding:2px 7px;border-radius:4px}.fb-niv-vw-tag{font-size:.5rem;font-weight:600;color:#64748b;background:#f8fafc;border:1px solid #e2e8f0;padding:1px 6px;border-radius:50px;white-space:nowrap}.fb-niv-vw-metrics{flex:1;display:flex;align-items:center;min-width:0}.fb-niv-vw-m{flex:1;display:flex;flex-direction:column;align-items:center;gap:1px}.fb-niv-vw-mv{font-size:.875rem;font-weight:700;color:#1e293b;letter-spacing:-.02em;line-height:1.1}.fb-niv-vw-mu{font-size:.5rem;font-weight:500;color:#94a3b8;letter-spacing:.02em}.fb-niv-vw-sep{width:1px;height:24px;background:linear-gradient(180deg,transparent,#e2e8f0 20%,#e2e8f0 80%,transparent);flex-shrink:0}.fb-niv-vw-m--hero{flex:1.3;padding:4px 0;background:linear-gradient(135deg,#f0fdf4,#ecfdf5);border-radius:6px}.fb-niv-vw-m--hero .fb-niv-vw-mv{color:#047857;font-size:.9375rem;font-weight:800}.fb-niv-vw-m--hero .fb-niv-vw-mu{color:#10b981;font-weight:600}.fb-niv-vw-score{width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.5rem;font-weight:700;color:#94a3b8;background:#f8fafc;border:1.5px solid #e2e8f0;flex-shrink:0;transition:all .25s ease}.fb-niv-vw-score svg{width:14px;height:14px}.fb-niv-vw-score--done{color:#fff;background:linear-gradient(135deg,#10b981,#059669);border-color:transparent;box-shadow:0 2px 6px #10b9814d}.fb-niv-vw-pencil{width:14px;height:14px;flex:0 0 14px;color:transparent;transition:color .15s}.fb-niv-vw:hover .fb-niv-vw-pencil{color:#cbd5e1}.fb-niv-floor--editing{background:#fff;border:1px solid rgba(0,0,0,.06);border-left:4px solid var(--type-color);border-radius:14px;box-shadow:0 20px 60px -15px #00000026,0 8px 24px -8px #00000014,0 0 0 1px #00000008;transition:background .7s cubic-bezier(.2,0,0,1),border .7s cubic-bezier(.2,0,0,1),border-radius .7s cubic-bezier(.2,0,0,1),box-shadow .7s cubic-bezier(.2,0,0,1)}.fb-niv-floor.fb-niv-floor--editing{animation:fb-niv-lift .5s cubic-bezier(.34,1.4,.64,1) both}@keyframes fb-niv-lift{0%{border-radius:0;box-shadow:none;transform:scaleY(.97);opacity:.8}to{border-radius:14px;box-shadow:0 20px 60px -15px #00000026,0 8px 24px -8px #00000014,0 0 0 1px #00000008;transform:scale(1);opacity:1}}.fb-niv-floor-edit-head{display:flex;align-items:center;gap:12px;padding:14px 24px 8px}.fb-niv-btn--done-edit{display:inline-flex;align-items:center;gap:4px;padding:6px 16px;font-size:.75rem;font-weight:600;color:#fff;background:#111827;border:1px solid #111827;border-radius:8px;cursor:pointer;transition:all .15s;flex-shrink:0}.fb-niv-btn--done-edit:hover{background:#1f2937}.fb-niv-btn-ico{width:14px;height:14px}.fb-niv-floor-badge-wrap{position:relative;width:46px;height:46px;flex-shrink:0}.fb-niv-floor-ring{position:absolute;inset:0;width:46px;height:46px;transform:rotate(-90deg)}.fb-niv-floor-ring-fill{transition:stroke-dasharray .5s cubic-bezier(.4,0,.2,1)}.fb-niv-floor-badge{position:absolute;inset:4px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:700;color:#374151;background:#f9fafb;transition:all .2s}.fb-niv-floor:hover .fb-niv-floor-badge{background:#f3f4f6}.fb-niv-floor--done .fb-niv-floor-badge{background:#ecfdf5;color:#059669}.fb-niv-floor-type-tag{--tag-color: #d1d5db;font-size:.5625rem;font-weight:600;color:var(--tag-color);background:color-mix(in srgb,var(--tag-color) 10%,transparent);padding:2px 8px;border-radius:4px;white-space:nowrap;flex-shrink:0;letter-spacing:.02em}.fb-niv-floor-check{width:13px;height:13px;color:#10b981;flex-shrink:0}.fb-niv-floor-name{font-size:.875rem;font-weight:600;color:#111827;background:none;border:none;border-bottom:1.5px solid transparent;outline:none;padding:2px 0;min-width:120px;max-width:300px;transition:border-color .2s}.fb-niv-floor-name::-moz-placeholder{color:#d1d5db;font-weight:400}.fb-niv-floor-name::placeholder{color:#d1d5db;font-weight:400}.fb-niv-floor-name:focus{border-bottom-color:#111827}.fb-niv-floor-bar{width:80px;height:4px;background:#f0f0f0;border-radius:2px;overflow:hidden;flex-shrink:0}.fb-niv-floor-bar-fill{height:100%;border-radius:2px;transition:width .4s cubic-bezier(.4,0,.2,1);opacity:.6}.fb-niv-floor-comp{font-size:.5625rem;font-weight:600;color:#9ca3af;flex-shrink:0}.fb-niv-floor--done .fb-niv-floor-comp{color:#10b981}.fb-niv-floor-acts{display:flex;gap:2px;flex-shrink:0}.fb-niv-act{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;background:none;color:#9ca3af;cursor:pointer;border-radius:8px;transition:all .15s;padding:0}.fb-niv-act svg{width:14px;height:14px}.fb-niv-act:hover:not(:disabled){background:#f3f4f6;color:#374151}.fb-niv-act--del:hover:not(:disabled){background:#fef2f2;color:#ef4444}.fb-niv-act:disabled{opacity:.15;cursor:default}.fb-niv-floor-body{padding:4px 24px 24px}.fb-niv-metrics{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin-bottom:16px}.fb-niv-metric{display:flex;flex-direction:column;gap:4px}.fb-niv-metric--inline{flex-direction:row;align-items:center;gap:8px}.fb-niv-metric--inline .fb-niv-metric-label{margin:0;white-space:nowrap}.fb-niv-metric-label{font-size:.6875rem;font-weight:500;color:#9ca3af;letter-spacing:.01em}.fb-niv-metric-input{width:100%;padding:9px 12px;font-size:.875rem;font-weight:500;color:#111827;background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;transition:all .2s;-moz-appearance:textfield}.fb-niv-metric-input::-webkit-outer-spin-button,.fb-niv-metric-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.fb-niv-metric-input:focus{outline:none;border-color:#111827;background:#fff;box-shadow:0 0 0 4px #0000000a}.fb-niv-metric-input--ro{background:#f3f4f6;color:#9ca3af;cursor:default}.fb-niv-metric-pct{position:relative;display:flex}.fb-niv-metric-pct-sign{position:absolute;right:12px;top:50%;transform:translateY(-50%);font-size:.6875rem;color:#9ca3af;pointer-events:none}.fb-niv-controls{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:14px}.fb-niv-control-group{display:flex;align-items:center;gap:8px}.fb-niv-control-label{font-size:.6875rem;font-weight:500;color:#9ca3af;min-width:32px}.fb-niv-segmented{display:flex;background:#f3f4f6;border-radius:10px;padding:3px;gap:2px}.fb-niv-segmented-opt{padding:6px 13px;font-size:.6875rem;font-weight:500;color:#6b7280;background:transparent;border:none;border-radius:8px;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);white-space:nowrap}.fb-niv-segmented-opt:hover:not(.fb-niv-segmented-opt--on){color:#374151}.fb-niv-segmented-opt--on{background:#fff;color:#111827;font-weight:600;box-shadow:0 1px 3px #00000014,0 1px 2px #0000000a}.fb-niv-peb-strip{display:flex;background:#f3f4f6;border-radius:8px;padding:3px;gap:2px}.fb-niv-peb{width:30px;height:30px;display:flex;align-items:center;justify-content:center;font-size:.6875rem;font-weight:700;color:#d1d5db;background:transparent;border:1px solid transparent;border-radius:7px;cursor:pointer;transition:all .15s}.fb-niv-peb:hover:not(.fb-niv-peb--on){color:#6b7280;background:#ffffff80}.fb-niv-peb--on{box-shadow:0 1px 4px #00000026}.fb-niv-apres-peb{display:flex;align-items:center;flex-wrap:wrap;gap:12px;padding:10px 14px;background:#fffbeb;border-radius:10px;margin-bottom:14px}.fb-niv-footer{display:flex;flex-wrap:wrap;gap:16px;padding-top:14px;border-top:1px solid #f0f0f0}.fb-niv-toggle-item{display:flex;align-items:center;gap:8px}.fb-niv-toggle-label{font-size:.6875rem;font-weight:500;color:#9ca3af}.fb-niv-toggle-btn{padding:5px 16px;font-size:.6875rem;font-weight:500;color:#9ca3af;background:#fff;border:1px solid #e5e7eb;border-radius:50px;cursor:pointer;transition:all .2s}.fb-niv-toggle-btn:hover:not(.fb-niv-toggle-btn--on){border-color:#d1d5db;color:#6b7280}.fb-niv-toggle-btn--on{background:#111827;color:#fff;border-color:#111827}.fb-niv-seg-mini{display:flex;background:#f3f4f6;border-radius:8px;padding:2px}.fb-niv-seg-mini-btn{padding:5px 12px;font-size:.6875rem;font-weight:500;color:#6b7280;background:none;border:none;border-radius:6px;cursor:pointer;transition:all .15s}.fb-niv-seg-mini-btn:hover:not(.fb-niv-seg-mini-btn--on){color:#374151}.fb-niv-seg-mini-btn--on{background:#fff;color:#111827;font-weight:600;box-shadow:0 1px 2px #0000000f}.fb-niv-ground{display:flex;align-items:center;gap:12px;padding:12px 24px}.fb-niv-ground--ext{width:100%;max-width:960px;padding:12px 0}.fb-niv-ground-line{flex:1;height:1px;background:linear-gradient(90deg,transparent,#d1d5db 20%,#d1d5db 80%,transparent)}.fb-niv-ground-label{font-size:.5625rem;font-weight:700;color:#9ca3af;text-transform:uppercase;letter-spacing:.12em;white-space:nowrap}.fb-niv-foundation{width:100%;max-width:960px;height:3px;background:linear-gradient(90deg,#d1d5db,#b0b5bb,#d1d5db);border-radius:0 0 2px 2px}.fb-niv-empty{display:flex;flex-direction:column;align-items:center;padding:64px 20px;text-align:center}.fb-niv-empty-ico{width:40px;height:40px;color:#d1d5db;margin-bottom:16px}.fb-niv-empty-h{font-size:1rem;font-weight:600;color:#6b7280;margin:0 0 6px}.fb-niv-empty-p{font-size:.8125rem;color:#9ca3af;margin:0;max-width:280px;line-height:1.6}.fb-niv-overlay{position:fixed;inset:0;background:#0003;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:100;animation:fb-niv-fade .2s ease}.fb-niv-dialog{background:#fff;border-radius:20px;padding:32px;max-width:400px;width:90%;box-shadow:0 24px 48px #0000001f,0 0 0 1px #0000000a;animation:fb-niv-up .25s cubic-bezier(.4,0,.2,1)}.fb-niv-dialog-h{font-size:1.0625rem;font-weight:600;color:#111827;margin:0 0 8px}.fb-niv-dialog-p{font-size:.8125rem;color:#6b7280;margin:0 0 24px;line-height:1.6}.fb-niv-dialog-warn{font-size:.75rem;color:#92400e;background:#fefce8;border-radius:10px;padding:10px 14px;margin:0 0 20px}.fb-niv-dialog-btns{display:flex;justify-content:flex-end;gap:10px}.fb-niv-btn{padding:10px 24px;font-size:.8125rem;font-weight:500;color:#374151;background:#fff;border:1px solid #e5e7eb;border-radius:12px;cursor:pointer;transition:all .15s;box-shadow:0 1px 2px #0000000a}.fb-niv-btn:hover{background:#f9fafb}.fb-niv-btn--dark{background:#111827;color:#fff;border-color:#111827;box-shadow:0 1px 3px #0000001f}.fb-niv-btn--dark:hover{background:#1f2937}.fb-niv-btn--red{background:#ef4444;color:#fff;border-color:#ef4444;box-shadow:0 1px 3px #ef44444d}.fb-niv-btn--red:hover{background:#dc2626}@keyframes fb-niv-fade{0%{opacity:0}to{opacity:1}}@keyframes fb-niv-up{0%{opacity:0;transform:translateY(8px) scale(.97)}to{opacity:1;transform:none}}@media (max-width: 768px){.fb-niv-kpis{grid-template-columns:repeat(2,1fr)}.fb-niv-shell,.fb-niv-roof,.fb-niv-foundation,.fb-niv-ground--ext{max-width:none}.fb-niv-vw{padding:8px 12px;gap:8px;flex-wrap:wrap}.fb-niv-vw-badge,.fb-niv-vw-ring{width:32px;height:32px}.fb-niv-vw-badge-num{font-size:.6875rem}.fb-niv-vw-name{font-size:.75rem;width:auto;flex:0 1 auto}.fb-niv-vw-tags{gap:3px;width:auto;flex:0 1 auto}.fb-niv-vw-metrics{flex:1 1 100%;order:10}.fb-niv-vw-sep{display:none}.fb-niv-vw-m{flex:none;padding:0 8px}.fb-niv-vw-mv{font-size:.75rem}.fb-niv-vw-m--hero{flex:none;padding:2px 8px}.fb-niv-vw-m--hero .fb-niv-vw-mv{font-size:.8125rem}.fb-niv-vw-score{width:24px;height:24px;font-size:.5rem}.fb-niv-vw-pencil{display:none}.fb-niv-roof-body:before{display:none}.fb-niv-floor-edit-head{flex-wrap:wrap;gap:8px;padding:12px 16px 6px}.fb-niv-floor-badge-wrap,.fb-niv-floor-ring{width:38px;height:38px}.fb-niv-floor-body{padding:4px 16px 20px}.fb-niv-floor-bar{display:none}.fb-niv-metrics{grid-template-columns:repeat(3,1fr);gap:8px}.fb-niv-controls{flex-direction:column;gap:10px}.fb-niv-segmented{flex-wrap:wrap}.fb-niv-segmented-opt{padding:5px 10px;font-size:.625rem}.fb-niv-peb{width:26px;height:26px;font-size:.625rem}.fb-niv-tabs{flex-wrap:wrap}.fb-niv-presets{gap:6px}.fb-niv-preset{padding:6px 12px;font-size:.6875rem}}.fb-amenagements{display:flex;flex-direction:column;gap:12px}.fb-amen-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 16px;background:#fff;border:1px solid #e2e8f0;border-radius:10px;flex-wrap:wrap}.fb-amen-toolbar-left{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.fb-amen-mode-toggle{display:flex;gap:2px;background:#f1f5f9;border-radius:8px;padding:2px}.fb-amen-mode-btn{padding:5px 16px;font-size:.75rem;font-weight:700;color:#64748b;background:transparent;border:none;border-radius:6px;cursor:pointer;transition:all .15s ease;text-transform:uppercase;letter-spacing:.04em}.fb-amen-mode-btn:hover:not(.fb-amen-mode-btn--active){color:#334155;background:#ffffff80}.fb-amen-mode-btn--active.fb-amen-mode-btn--avant{color:#1d4ed8;background:#dbeafe;box-shadow:0 1px 2px #3b82f626}.fb-amen-mode-btn--active.fb-amen-mode-btn--apres{color:#15803d;background:#dcfce7;box-shadow:0 1px 2px #22c55e26}.fb-amen-batch-btn{display:inline-flex;align-items:center;gap:5px;padding:5px 12px;font-size:.75rem;font-weight:600;color:#15803d;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;cursor:pointer;transition:all .15s}.fb-amen-batch-btn:hover{background:#dcfce7;border-color:#86efac}.fb-amen-toolbar-progress{display:flex;align-items:center;gap:8px}.fb-amen-toolbar-progress-text{font-size:.75rem;font-weight:700;color:#334155;white-space:nowrap}.fb-amen-toolbar-progress-track{width:80px;height:6px;background:#e2e8f0;border-radius:3px;overflow:hidden}.fb-amen-toolbar-progress-fill{height:100%;border-radius:3px;background:linear-gradient(90deg,#3b82f6,#22c55e);transition:width .4s ease}.fb-amen-copy-prompt{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;background:linear-gradient(135deg,#eff6ff,#f0fdf4);border:1px solid #bfdbfe;border-radius:10px;animation:fb-amen-fade-in .2s ease}.fb-amen-copy-prompt-text{font-size:.8125rem;font-weight:600;color:#334155}.fb-amen-copy-prompt-actions{display:flex;gap:8px;flex-shrink:0}.fb-amen-copy-prompt-btn{padding:6px 14px;font-size:.75rem;font-weight:700;border-radius:8px;cursor:pointer;transition:all .15s;border:1px solid transparent}.fb-amen-copy-prompt-btn--yes{color:#fff;background:#15803d;border-color:#15803d}.fb-amen-copy-prompt-btn--yes:hover{background:#166534}.fb-amen-copy-prompt-btn--no{color:#475569;background:#fff;border-color:#e2e8f0}.fb-amen-copy-prompt-btn--no:hover{background:#f8fafc;border-color:#cbd5e1}.fb-amen-house{background:#0d1b2a;border-radius:16px;overflow:hidden}.fb-amen-house-viewport{position:relative;display:flex;align-items:center;justify-content:center;min-height:320px;max-height:480px;overflow:visible}.fb-amen-house-img{width:100%;height:auto;display:block;transition:opacity .4s ease;animation:fb-amen-img-fadein .4s ease}@keyframes fb-amen-img-fadein{0%{opacity:0}to{opacity:1}}.fb-amen-hotspot{position:absolute;transform:translate(-50%,-50%);z-index:10;display:flex;flex-direction:column;align-items:center;gap:4px;background:none;border:none;cursor:pointer;padding:6px;transition:transform .15s ease}.fb-amen-hotspot:hover{transform:translate(-50%,-50%) scale(1.15)}.fb-amen-hotspot-dot{width:14px;height:14px;border-radius:50%;transition:all .2s ease;flex-shrink:0}.fb-amen-hotspot--empty .fb-amen-hotspot-dot{background:transparent;border:2px dashed rgba(255,255,255,.45);box-shadow:0 0 6px #0000004d}.fb-amen-hotspot--bon .fb-amen-hotspot-dot{background:#3b82f6;border:2px solid rgba(255,255,255,.8);box-shadow:0 0 8px #3b82f680}.fb-amen-hotspot--vetuste .fb-amen-hotspot-dot{background:#ef4444;border:2px solid rgba(255,255,255,.8);box-shadow:0 0 8px #ef444480}.fb-amen-hotspot--active .fb-amen-hotspot-dot{width:18px;height:18px;box-shadow:0 0 0 4px #ffffff4d,0 0 12px #3b82f699;animation:fb-amen-hotspot-glow 1.5s ease-in-out infinite}@keyframes fb-amen-hotspot-glow{0%,to{box-shadow:0 0 0 4px #ffffff4d,0 0 12px #3b82f666}50%{box-shadow:0 0 0 6px #fff3,0 0 20px #3b82f6b3}}.fb-amen-hotspot-label{font-size:.5625rem;font-weight:700;color:#ffffffd9;text-shadow:0 1px 4px rgba(0,0,0,.7);white-space:nowrap;text-transform:uppercase;letter-spacing:.04em;opacity:0;transition:opacity .15s ease;pointer-events:none}.fb-amen-hotspot:hover .fb-amen-hotspot-label,.fb-amen-hotspot--active .fb-amen-hotspot-label,.fb-amen-hotspot--bon .fb-amen-hotspot-label,.fb-amen-hotspot--vetuste .fb-amen-hotspot-label{opacity:1}.fb-amen-popover{z-index:20;width:280px;background:#fff;border-radius:12px;box-shadow:0 8px 32px #0000004d,0 0 0 1px #ffffff1a;overflow:hidden;animation:fb-amen-popover-in .2s ease}@keyframes fb-amen-popover-in{0%{opacity:0;transform:translateY(-50%) scale(.95)}to{opacity:1;transform:translateY(-50%) scale(1)}}.fb-amen-popover-header{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;background:#f8fafc;border-bottom:1px solid #e2e8f0}.fb-amen-popover-title{font-family:Poppins,Inter,system-ui,sans-serif;font-size:.8125rem;font-weight:700;color:#0f172a}.fb-amen-popover-close{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border:none;background:transparent;color:#94a3b8;cursor:pointer;border-radius:6px;transition:all .15s}.fb-amen-popover-close:hover{background:#f1f5f9;color:#475569}.fb-amen-popover-etat-group{display:flex;gap:3px;padding:10px 12px}.fb-amen-popover-surface{display:flex;gap:6px;padding:0 12px 10px}.fb-amen-popover-input{flex:1;padding:6px 10px;font-size:.75rem;color:#334155;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;text-align:right;transition:all .15s}.fb-amen-popover-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;background:#fff}.fb-amen-popover-select{width:120px;padding:6px 8px;font-size:.6875rem;color:#64748b;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;transition:all .15s;-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}.fb-amen-popover-select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;background:#fff}.fb-amen-popover-detail-toggle{display:flex;align-items:center;gap:6px;width:100%;padding:8px 12px;font-size:.6875rem;font-weight:600;color:#64748b;background:transparent;border:none;border-top:1px solid #f1f5f9;cursor:pointer;transition:all .15s}.fb-amen-popover-detail-toggle:hover{color:#334155;background:#f8fafc}.fb-amen-popover-detail-toggle svg{transition:transform .15s;transform:rotate(-90deg)}.fb-amen-popover-detail-toggle--open svg{transform:rotate(0)}.fb-amen-popover-detail{display:flex;flex-direction:column;gap:8px;padding:0 12px 12px;animation:fb-amen-detail-in .15s ease}.fb-amen-popover-detail-row{display:flex;align-items:center;gap:8px}.fb-amen-popover-detail-label{font-size:.6875rem;font-weight:600;color:#64748b;min-width:55px}.fb-amen-popover-detail-input{width:90px;padding:4px 24px 4px 8px;font-size:.75rem;color:#334155;background:#fff;border:1px solid #e2e8f0;border-radius:6px;transition:all .15s}.fb-amen-popover-detail-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.fb-amen-popover-detail-checkbox{display:flex;align-items:center;gap:6px;font-size:.6875rem;font-weight:600;color:#64748b;cursor:pointer}.fb-amen-currency-input{position:relative}.fb-amen-currency-symbol{position:absolute;right:8px;top:50%;transform:translateY(-50%);font-size:.6875rem;font-weight:600;color:#94a3b8;pointer-events:none}.fb-amen-proprive-toggle{display:flex;gap:4px}.fb-amen-proprive-badge{display:inline-flex;align-items:center;padding:3px 10px;font-size:.625rem;font-weight:700;border-radius:50px;cursor:pointer;transition:all .15s ease}.fb-amen-proprive-badge--pro{background:#dbeafe;color:#1d4ed8;border:1px solid #bfdbfe}.fb-amen-proprive-badge--pro:hover{background:#bfdbfe}.fb-amen-proprive-badge--prive{background:#dcfce7;color:#15803d;border:1px solid #bbf7d0}.fb-amen-proprive-badge--prive:hover{background:#bbf7d0}.fb-amen-proprive-badge--inactive{opacity:.4}.fb-amen-proprive-badge--inactive:hover{opacity:.7}.fb-amen-etat-btn{padding:4px 7px;font-size:.625rem;font-weight:700;border:1px solid #e2e8f0;border-radius:6px;background:#f8fafc;color:#94a3b8;cursor:pointer;transition:all .12s;white-space:nowrap;line-height:1}.fb-amen-etat-btn--tres-bon:hover:not(.fb-amen-etat-btn--selected){background:#f0fdf4;border-color:#bbf7d0;color:#15803d}.fb-amen-etat-btn--bon:hover:not(.fb-amen-etat-btn--selected){background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8}.fb-amen-etat-btn--moyen:hover:not(.fb-amen-etat-btn--selected){background:#fffbeb;border-color:#fde68a;color:#b45309}.fb-amen-etat-btn--mauvais:hover:not(.fb-amen-etat-btn--selected){background:#fff7ed;border-color:#fed7aa;color:#c2410c}.fb-amen-etat-btn--vetuste:hover:not(.fb-amen-etat-btn--selected){background:#fef2f2;border-color:#fecaca;color:#dc2626}.fb-amen-etat-btn--neuf:hover:not(.fb-amen-etat-btn--selected){background:#eef2ff;border-color:#c7d2fe;color:#4338ca}.fb-amen-etat-btn--selected.fb-amen-etat-btn--tres-bon{background:#dcfce7;color:#15803d;border-color:#86efac;box-shadow:0 0 0 1px #86efac}.fb-amen-etat-btn--selected.fb-amen-etat-btn--bon{background:#dbeafe;color:#1d4ed8;border-color:#93c5fd;box-shadow:0 0 0 1px #93c5fd}.fb-amen-etat-btn--selected.fb-amen-etat-btn--moyen{background:#fef3c7;color:#b45309;border-color:#fcd34d;box-shadow:0 0 0 1px #fcd34d}.fb-amen-etat-btn--selected.fb-amen-etat-btn--mauvais{background:#ffedd5;color:#c2410c;border-color:#fdba74;box-shadow:0 0 0 1px #fdba74}.fb-amen-etat-btn--selected.fb-amen-etat-btn--vetuste{background:#fee2e2;color:#dc2626;border-color:#fca5a5;box-shadow:0 0 0 1px #fca5a5}.fb-amen-etat-btn--selected.fb-amen-etat-btn--neuf{background:#e0e7ff;color:#4338ca;border-color:#a5b4fc;box-shadow:0 0 0 1px #a5b4fc}.fb-amen-strip{display:flex;flex-wrap:wrap;gap:6px;align-items:center}.fb-amen-strip-badge{display:inline-flex;align-items:center;gap:4px;padding:5px 10px;font-size:.6875rem;font-weight:600;border-radius:999px;transition:all .15s;position:relative}.fb-amen-strip-badge--bon{color:#1d4ed8;background:#dbeafe;border:1px solid #93c5fd}.fb-amen-strip-badge--vetuste{color:#dc2626;background:#fee2e2;border:1px solid #fca5a5}.fb-amen-strip-badge--empty{color:#475569;background:#f1f5f9;border:1px solid #e2e8f0}.fb-amen-strip-badge:hover{box-shadow:0 2px 6px #00000014}.fb-amen-strip-badge-text{white-space:nowrap}.fb-amen-strip-badge-delete{display:none;align-items:center;justify-content:center;width:16px;height:16px;border:none;background:transparent;color:currentColor;cursor:pointer;border-radius:50%;opacity:.5;transition:all .15s;margin-left:2px}.fb-amen-strip-badge:hover .fb-amen-strip-badge-delete{display:inline-flex}.fb-amen-strip-badge-delete:hover{opacity:1;background:#0000001a}.fb-amen-strip-add{display:inline-flex;align-items:center;gap:4px;padding:5px 12px;font-size:.6875rem;font-weight:600;color:#64748b;background:#fff;border:1px dashed #cbd5e1;border-radius:999px;cursor:pointer;transition:all .15s}.fb-amen-strip-add:hover{color:#334155;border-color:#94a3b8;background:#f8fafc}.fb-amen-footer{display:grid;grid-template-columns:1fr 1fr 1fr;gap:12px}.fb-amen-rental{display:flex;flex-direction:column;gap:8px}.fb-amen-rental-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.fb-amen-rental-row--delta{padding-top:4px;border-top:1px dashed #e2e8f0}.fb-amen-rental-label{font-size:.6875rem;font-weight:500;color:#64748b}.fb-amen-rental-value{font-family:Inter,system-ui,sans-serif;font-size:.8125rem;font-weight:700;color:#0f172a}.fb-amen-rental-value--gain{color:#15803d}.fb-amen-rental-value--loss{color:#dc2626}.fb-amen-rental-divider{height:1px;background:#e2e8f0;margin:4px 0}.fb-amen-summary-row{display:flex;align-items:center;gap:8px;margin-bottom:8px}.fb-amen-summary-row:last-child{margin-bottom:0}.fb-amen-summary-label{font-size:.6875rem;font-weight:500;color:#475569;min-width:80px;text-transform:capitalize}.fb-amen-summary-bar-track{flex:1;height:8px;background:#f1f5f9;border-radius:4px;overflow:hidden}.fb-amen-summary-bar-fill{height:100%;border-radius:4px;transition:width .4s ease}.fb-amen-summary-bar-fill--tres-bon{background:#22c55e}.fb-amen-summary-bar-fill--bon{background:#3b82f6}.fb-amen-summary-bar-fill--moyen{background:#f59e0b}.fb-amen-summary-bar-fill--mauvais{background:#f97316}.fb-amen-summary-bar-fill--vetuste{background:#ef4444}.fb-amen-summary-bar-fill--neuf{background:#6366f1}.fb-amen-summary-bar-fill--neutral{background:#cbd5e1}.fb-amen-summary-count{font-size:.6875rem;font-weight:700;color:#334155;min-width:52px;text-align:right}@keyframes fb-amen-fade-in{0%{opacity:0}to{opacity:1}}@keyframes fb-amen-detail-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 900px){.fb-amen-footer{grid-template-columns:1fr}.fb-amen-toolbar{flex-direction:column;align-items:flex-start}.fb-amen-copy-prompt{flex-direction:column;gap:8px;text-align:center}.fb-amen-popover{width:240px}}@media (max-width: 640px){.fb-amen-house-viewport{min-height:220px}.fb-amen-hotspot-label{font-size:.5rem}.fb-amen-hotspot-dot{width:12px;height:12px}.fb-amen-footer{gap:8px}.fb-amen-strip{gap:4px}.fb-amen-strip-badge{padding:4px 8px;font-size:.625rem}}.fb-loy{font-family:Inter,system-ui,sans-serif}.fb-loy-dashboard{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:20px}@media (max-width: 1024px){.fb-loy-dashboard{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.fb-loy-dashboard{grid-template-columns:1fr}}.fb-loy-kpi{position:relative;display:flex;align-items:flex-start;gap:14px;padding:18px 20px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 1px 2px #0f172a0d;overflow:hidden;transition:box-shadow .2s ease,transform .2s ease}.fb-loy-kpi:hover{box-shadow:0 4px 16px #0f172a14;transform:translateY(-1px)}.fb-loy-kpi:before{content:"";position:absolute;top:0;left:0;right:0;height:3px}.fb-loy-kpi--percu:before{background:linear-gradient(90deg,#3b82f6,#60a5fa)}.fb-loy-kpi--potentiel:before{background:linear-gradient(90deg,#22c55e,#4ade80)}.fb-loy-kpi--manque:before{background:linear-gradient(90deg,#f59e0b,#fbbf24)}.fb-loy-kpi--yield:before{background:linear-gradient(90deg,#8b5cf6,#a78bfa)}.fb-loy-kpi-icon{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.fb-loy-kpi-icon-svg{width:20px;height:20px}.fb-loy-kpi--percu .fb-loy-kpi-icon{background:#3b82f61a;color:#3b82f6}.fb-loy-kpi--potentiel .fb-loy-kpi-icon{background:#22c55e1a;color:#22c55e}.fb-loy-kpi--manque .fb-loy-kpi-icon{background:#f59e0b1a;color:#f59e0b}.fb-loy-kpi--yield .fb-loy-kpi-icon{background:#8b5cf61a;color:#8b5cf6}.fb-loy-kpi-content{display:flex;flex-direction:column;gap:2px;min-width:0}.fb-loy-kpi-label{font-family:Poppins,Inter,system-ui,sans-serif;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#64748b}.fb-loy-kpi-value{font-size:1.25rem;font-weight:800;color:#0f172a;line-height:1.2;display:flex;align-items:center;gap:6px}.fb-loy-kpi--percu .fb-loy-kpi-value{color:#1d4ed8}.fb-loy-kpi--potentiel .fb-loy-kpi-value{color:#15803d}.fb-loy-kpi--manque .fb-loy-kpi-value{color:#b45309}.fb-loy-kpi--yield .fb-loy-kpi-value{color:#6d28d9}.fb-loy-kpi-sub{font-size:.6875rem;font-weight:500;color:#94a3b8}.fb-loy-kpi-arrow{font-size:.625rem}.fb-loy-kpi-arrow--up{color:#22c55e}.fb-loy-kpi-arrow--down{color:#ef4444}.fb-loy-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:20px;padding:12px 20px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 1px 2px #0f172a0d}.fb-loy-toolbar-left{display:flex;align-items:center;gap:12px;flex:1}.fb-loy-toolbar-icon{width:16px;height:16px;color:#94a3b8;flex-shrink:0}.fb-loy-toolbar-label{font-family:Poppins,Inter,system-ui,sans-serif;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#64748b;white-space:nowrap}.fb-loy-toolbar-track{flex:1;height:8px;background:#f1f5f9;border-radius:999px;overflow:hidden}.fb-loy-toolbar-fill{height:100%;border-radius:999px;transition:width .5s ease,background .3s ease}.fb-loy-toolbar-fill--low{background:linear-gradient(90deg,#ef4444,#f87171)}.fb-loy-toolbar-fill--medium{background:linear-gradient(90deg,#f59e0b,#fbbf24)}.fb-loy-toolbar-fill--high{background:linear-gradient(90deg,#22c55e,#4ade80)}.fb-loy-toolbar-pct{font-size:.75rem;font-weight:800;color:#0f172a;min-width:40px;text-align:right}.fb-loy-view-toggle{display:flex;align-items:center;gap:0;margin-bottom:20px;background:#f1f5f9;border-radius:10px;padding:3px}.fb-loy-view-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 16px;border:none;border-radius:8px;font-family:Poppins,Inter,system-ui,sans-serif;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#64748b;background:transparent;cursor:pointer;transition:all .2s ease}.fb-loy-view-btn:hover{color:#334155;background:#ffffff80}.fb-loy-view-btn--active{background:#fff;color:#1d4ed8;box-shadow:0 1px 4px #0f172a14}.fb-loy-view-btn--apres.fb-loy-view-btn--active{color:#15803d}.fb-loy-view-badge{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;border-radius:999px;font-size:.625rem;font-weight:800;background:#64748b1a;color:#64748b}.fb-loy-view-btn--active .fb-loy-view-badge{background:#3b82f61a;color:#1d4ed8}.fb-loy-view-btn--apres.fb-loy-view-btn--active .fb-loy-view-badge{background:#22c55e1a;color:#15803d}.fb-loy-copy-btn{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border:none;border-radius:8px;font-size:.6875rem;font-weight:700;color:#15803d;background:#22c55e1a;cursor:pointer;transition:all .15s ease;margin-left:8px;flex-shrink:0}.fb-loy-copy-btn:hover{background:#22c55e2e;color:#166534}.fb-loy-copy-btn-icon{width:14px;height:14px}.fb-loy-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:16px;margin-bottom:20px}@media (max-width: 768px){.fb-loy-cards{grid-template-columns:1fr}}.fb-loy-card{position:relative;background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:16px;display:flex;flex-direction:column;gap:12px;box-shadow:0 1px 2px #0f172a0d;transition:box-shadow .2s ease,border-color .2s ease;animation:fb-loy-cardIn .3s ease forwards}.fb-loy-card:hover{box-shadow:0 4px 12px #0f172a12}.fb-loy-card--complete{border-color:#22c55e4d}.fb-loy-card--apres{border-left:3px solid rgba(34,197,94,.4)}.fb-loy-card-header{display:flex;align-items:center;justify-content:space-between;gap:8px}.fb-loy-card-title-row{display:flex;align-items:center;gap:8px;flex:1;min-width:0}.fb-loy-card-dot{width:8px;height:8px;border-radius:50%;background:#cbd5e1;flex-shrink:0;transition:background .2s ease,box-shadow .2s ease}.fb-loy-card-dot--done,.fb-loy-card-dot--excellent{background:#22c55e;box-shadow:0 0 0 3px #22c55e26}.fb-loy-card-dot--bon{background:#3b82f6;box-shadow:0 0 0 3px #3b82f626}.fb-loy-card-dot--moyen{background:#f59e0b;box-shadow:0 0 0 3px #f59e0b26}.fb-loy-card-dot--faible{background:#ef4444;box-shadow:0 0 0 3px #ef444426}.fb-loy-card-title{font-family:Poppins,Inter,system-ui,sans-serif;font-size:.8125rem;font-weight:700;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fb-loy-card-surface{display:inline-flex;align-items:center;padding:2px 8px;border-radius:999px;font-size:.625rem;font-weight:700;background:#f1f5f9;color:#64748b;white-space:nowrap;flex-shrink:0}.fb-loy-card-delete{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;background:transparent;color:#94a3b8;border-radius:6px;cursor:pointer;transition:all .15s ease;flex-shrink:0}.fb-loy-card-delete:hover{background:#ef444414;color:#ef4444}.fb-loy-card-delete-icon{width:14px;height:14px}.fb-loy-card-total{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;margin-top:2px}.fb-loy-card-total-icon{width:14px;height:14px;color:#94a3b8;flex-shrink:0}.fb-loy-card-total-label{font-size:.6875rem;font-weight:600;color:#64748b;flex:1}.fb-loy-card-total-value{font-size:.8125rem;font-weight:800;color:#1d4ed8;font-variant-numeric:tabular-nums}.fb-loy-field-group{display:flex;flex-direction:column;gap:4px}.fb-loy-field-group--flex{flex:1;min-width:0}.fb-loy-field-label{display:flex;align-items:center;gap:4px;font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#94a3b8}.fb-loy-field-label-icon{width:12px;height:12px}.fb-loy-field-row{display:flex;gap:12px}.fb-loy-btn-group{display:flex;gap:3px;padding:3px;background:#f1f5f9;border-radius:8px}.fb-loy-btn-group--4col,.fb-loy-btn-group--sm,.fb-loy-btn-group--pp{gap:2px;padding:2px}.fb-loy-btn{flex:1;padding:5px 8px;border:none;border-radius:6px;font-size:.6875rem;font-weight:600;color:#94a3b8;background:transparent;cursor:pointer;transition:all .15s ease;text-align:center;white-space:nowrap}.fb-loy-btn:hover{color:#475569;background:#fff9}.fb-loy-btn--subtle{font-size:.625rem;padding:4px 6px}.fb-loy-btn--selected{background:#fff;box-shadow:0 1px 2px #0000000f;color:#334155}.fb-loy-btn--occupe.fb-loy-btn--selected{background:#3b82f61a;color:#1d4ed8}.fb-loy-btn--vacant.fb-loy-btn--selected{background:#22c55e1a;color:#15803d}.fb-loy-btn--propre.fb-loy-btn--selected{background:#8b5cf61a;color:#6d28d9}.fb-loy-qual--excellent.fb-loy-btn--selected{background:#22c55e1a;color:#15803d}.fb-loy-qual--bon.fb-loy-btn--selected{background:#3b82f61a;color:#1d4ed8}.fb-loy-qual--moyen.fb-loy-btn--selected{background:#f59e0b1a;color:#b45309}.fb-loy-qual--faible.fb-loy-btn--selected{background:#ef44441a;color:#dc2626}.fb-loy-pp--pro.fb-loy-btn--selected{background:#8b5cf61a;color:#6d28d9}.fb-loy-pp--prive.fb-loy-btn--selected{background:#3b82f61a;color:#1d4ed8}.fb-loy-pp--na.fb-loy-btn--selected{background:#94a3b826;color:#475569}.fb-loy-currency-wrap{position:relative}.fb-loy-currency-input{width:100%;padding:6px 28px 6px 10px;font-size:.8125rem;font-weight:600;font-variant-numeric:tabular-nums;font-feature-settings:"tnum";text-align:right;border:1px solid #e2e8f0;border-radius:8px;background:#fff;color:#0f172a;transition:border-color .15s ease,box-shadow .15s ease}.fb-loy-currency-input:focus{outline:none;border-color:#94a3b8;box-shadow:0 0 0 3px #94a3b81a}.fb-loy-currency-input--blue{border-color:#3b82f64d}.fb-loy-currency-input--blue:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.fb-loy-currency-input--green{border-color:#22c55e4d}.fb-loy-currency-input--green:focus{border-color:#22c55e;box-shadow:0 0 0 3px #22c55e1a}.fb-loy-currency-symbol{position:absolute;right:10px;top:50%;transform:translateY(-50%);font-size:.75rem;font-weight:700;color:#94a3b8;pointer-events:none}.fb-loy-currency-symbol--blue{color:#3b82f6}.fb-loy-currency-symbol--green{color:#22c55e}.fb-loy-date-input{width:100%;padding:6px 10px;font-size:.75rem;font-weight:500;border:1px solid #e2e8f0;border-radius:8px;background:#fff;color:#334155;transition:border-color .15s ease}.fb-loy-date-input:focus{outline:none;border-color:#94a3b8;box-shadow:0 0 0 3px #94a3b81a}.fb-loy-add-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:14px 16px;border:2px dashed #e2e8f0;border-radius:10px;background:transparent;font-family:Poppins,Inter,system-ui,sans-serif;font-size:.75rem;font-weight:700;color:#94a3b8;cursor:pointer;transition:all .2s ease}.fb-loy-add-btn:hover{border-color:#3b82f6;color:#3b82f6;background:#3b82f605}.fb-loy-add-btn-icon{width:16px;height:16px}.fb-loy-summary{display:flex;align-items:center;gap:16px;padding:14px 20px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 1px 2px #0f172a0d;flex-wrap:wrap}.fb-loy-summary-item{display:flex;align-items:center;gap:6px;font-size:.75rem;font-weight:600}.fb-loy-summary-item--count{color:#64748b}.fb-loy-summary-item--loyer{color:#1d4ed8}.fb-loy-summary-item--charges{color:#334155}.fb-loy-summary-item--apres{color:#15803d}.fb-loy-summary-item--yield{color:#6d28d9}.fb-loy-summary-num{font-weight:800}.fb-loy-summary-divider{width:1px;height:16px;background:#e2e8f0}@keyframes fb-loy-cardIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.fb-loy-cards .fb-loy-card:nth-child(1){animation-delay:0ms}.fb-loy-cards .fb-loy-card:nth-child(2){animation-delay:50ms}.fb-loy-cards .fb-loy-card:nth-child(3){animation-delay:.1s}.fb-loy-cards .fb-loy-card:nth-child(4){animation-delay:.15s}.fb-loy-cards .fb-loy-card:nth-child(5){animation-delay:.2s}.fb-loy-cards .fb-loy-card:nth-child(6){animation-delay:.25s}.fb-loy-cards--apres .fb-loy-card{animation-name:fb-loy-cardIn}.fb-loy-currency-input::-webkit-outer-spin-button,.fb-loy-currency-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.fb-loy-currency-input[type=number]{-moz-appearance:textfield}@media (max-width: 480px){.fb-loy-field-row{flex-direction:column;gap:8px}.fb-loy-view-toggle{flex-wrap:wrap}.fb-loy-copy-btn{margin-left:0;margin-top:4px;flex-basis:100%;justify-content:center}.fb-loy-summary{gap:10px}}.fb-tvx{font-family:Inter,system-ui,sans-serif}.fb-tvx-progress-wrapper{display:flex;align-items:center;gap:12px;margin-bottom:20px;padding:12px 20px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 1px 2px #0f172a0d}.fb-tvx-progress-icon{width:16px;height:16px;color:#94a3b8;flex-shrink:0}.fb-tvx-progress-label{font-family:Poppins,Inter,system-ui,sans-serif;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#64748b;white-space:nowrap}.fb-tvx-progress-bar{flex:1;height:8px;background:#f1f5f9;border-radius:999px;overflow:hidden}.fb-tvx-progress-fill{height:100%;border-radius:999px;transition:width .5s ease,background .3s ease}.fb-tvx-progress-fill--low{background:linear-gradient(90deg,#ef4444,#f87171)}.fb-tvx-progress-fill--medium{background:linear-gradient(90deg,#f59e0b,#fbbf24)}.fb-tvx-progress-fill--high{background:linear-gradient(90deg,#22c55e,#4ade80)}.fb-tvx-progress-pct{font-size:.75rem;font-weight:800;color:#0f172a;min-width:40px;text-align:right}.fb-tvx-header-card{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px;padding:20px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 1px 2px #0f172a0d;margin-bottom:20px}.fb-tvx-header-field{display:flex;flex-direction:column;gap:6px}.fb-tvx-header-field--wide{grid-column:span 2}@media (max-width: 640px){.fb-tvx-header-card{grid-template-columns:1fr}.fb-tvx-header-field--wide{grid-column:span 1}}.fb-tvx-header-field-icon{width:28px;height:28px;border-radius:8px;display:flex;align-items:center;justify-content:center;background:#f1f5f9;color:#64748b}.fb-tvx-header-field-icon-svg{width:16px;height:16px}.fb-tvx-header-field-label{font-family:Poppins,Inter,system-ui,sans-serif;font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#94a3b8}.fb-tvx-header-field-input-wrap{display:flex;align-items:center;gap:6px}.fb-tvx-header-field-input{width:80px;padding:6px 10px;font-size:.8125rem;font-weight:700;text-align:center;border:1px solid #e2e8f0;border-radius:8px;background:#fff;color:#0f172a;transition:border-color .15s ease,box-shadow .15s ease}.fb-tvx-header-field-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.fb-tvx-header-field-suffix{font-size:.75rem;font-weight:600;color:#64748b}.fb-tvx-toggle-group{display:flex;gap:0;background:#f1f5f9;border-radius:8px;padding:3px}.fb-tvx-toggle-btn{flex:1;padding:5px 12px;border:none;border-radius:6px;font-size:.6875rem;font-weight:700;color:#94a3b8;background:transparent;cursor:pointer;transition:all .15s ease;text-align:center}.fb-tvx-toggle-btn:hover{color:#475569}.fb-tvx-toggle-btn--active{background:#fff;box-shadow:0 1px 3px #00000014}.fb-tvx-toggle-btn--yes.fb-tvx-toggle-btn--active{color:#15803d;background:#22c55e1a}.fb-tvx-toggle-btn--no.fb-tvx-toggle-btn--active{color:#64748b;background:#fff}.fb-tvx-pertinence-group{display:flex;gap:3px;background:#f1f5f9;border-radius:8px;padding:3px}.fb-tvx-pertinence-btn{display:flex;align-items:center;gap:4px;padding:5px 10px;border:none;border-radius:6px;font-size:.6875rem;font-weight:700;color:#94a3b8;background:transparent;cursor:pointer;transition:all .15s ease}.fb-tvx-pertinence-btn:hover{color:#475569;background:#ffffff80}.fb-tvx-pertinence-btn--active{background:#fff;color:#334155;box-shadow:0 1px 3px #00000014}.fb-tvx-pertinence-dot{width:6px;height:6px;border-radius:50%}.fb-tvx-pertinence-dot--1{background:#22c55e}.fb-tvx-pertinence-dot--2{background:#3b82f6}.fb-tvx-pertinence-dot--3{background:#f59e0b}.fb-tvx-pertinence-dot--4{background:#f97316}.fb-tvx-pertinence-dot--5{background:#94a3b8}.fb-tvx-desc-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:20px}@media (max-width: 768px){.fb-tvx-desc-row{grid-template-columns:1fr}}.fb-tvx-desc-card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;overflow:hidden;box-shadow:0 1px 2px #0f172a0d}.fb-tvx-desc-card-header{display:flex;align-items:center;gap:8px;padding:12px 16px;background:#f8fafc;border-bottom:1px solid #f1f5f9;font-family:Poppins,Inter,system-ui,sans-serif;font-size:.75rem;font-weight:700;color:#334155;text-transform:uppercase;letter-spacing:.03em}.fb-tvx-desc-card-icon{width:16px;height:16px;color:#64748b}.fb-tvx-desc-textarea{width:100%;padding:12px 16px;border:none;background:#fff;font-size:.8125rem;font-weight:500;color:#334155;line-height:1.6;resize:vertical;transition:background .15s ease}.fb-tvx-desc-textarea:focus{outline:none;background:#fefce8}.fb-tvx-desc-textarea::-moz-placeholder{color:#94a3b8}.fb-tvx-desc-textarea::placeholder{color:#94a3b8}.fb-tvx-coeff-bar{display:flex;align-items:center;gap:12px;padding:12px 20px;background:#fff;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 1px 2px #0f172a0d;margin-bottom:20px;flex-wrap:wrap}.fb-tvx-coeff-bar-label{font-family:Poppins,Inter,system-ui,sans-serif;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#64748b;white-space:nowrap}.fb-tvx-coeff-presets{display:flex;gap:4px}.fb-tvx-coeff-preset{padding:4px 10px;border-radius:999px;font-size:.625rem;font-weight:700;border:1px solid #e2e8f0;background:#f8fafc;color:#64748b;cursor:pointer;transition:all .15s ease}.fb-tvx-coeff-preset:hover{border-color:#3b82f6;color:#1d4ed8;background:#3b82f60d}.fb-tvx-coeff-preset--active{border-color:#3b82f6;background:#3b82f61a;color:#1d4ed8}.fb-tvx-coeff-preset--mini{padding:2px 7px;font-size:.5625rem}.fb-tvx-coeff-badge{display:inline-flex;align-items:center;gap:4px;padding:4px 12px;border-radius:999px;font-size:.6875rem;font-weight:700;white-space:nowrap}.fb-tvx-coeff-badge--sm{padding:2px 8px;font-size:.625rem}.fb-tvx-coeff--full{background:#22c55e1a;color:#15803d;border:1px solid rgba(34,197,94,.25)}.fb-tvx-coeff--above{background:#3b82f61a;color:#1d4ed8;border:1px solid rgba(59,130,246,.25)}.fb-tvx-coeff--adjusted{background:#f59e0b1a;color:#b45309;border:1px solid rgba(245,158,11,.25)}.fb-tvx-coeff--low{background:#ef44441a;color:#dc2626;border:1px solid rgba(239,68,68,.25)}.fb-tvx-coeff-actions{display:flex;gap:6px;margin-left:auto}.fb-tvx-coeff-action-btn{display:inline-flex;align-items:center;gap:4px;padding:5px 12px;border:1px solid #e2e8f0;border-radius:8px;font-size:.6875rem;font-weight:600;color:#64748b;background:#fff;cursor:pointer;transition:all .15s ease}.fb-tvx-coeff-action-btn:hover{background:#f8fafc;border-color:#cbd5e1;color:#334155}.fb-tvx-coeff-action-btn--primary{color:#1d4ed8;border-color:#3b82f64d;background:#3b82f60d}.fb-tvx-coeff-action-btn--primary:hover{background:#3b82f61a;border-color:#3b82f6}.fb-tvx-coeff-action-btn-icon{width:14px;height:14px}.fb-tvx-items{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}.fb-tvx-item{display:flex;gap:0;background:#fff;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 1px 2px #0f172a0d;overflow:hidden;transition:box-shadow .2s ease,border-color .2s ease;animation:fb-tvx-itemIn .3s ease forwards}.fb-tvx-item:hover{box-shadow:0 4px 12px #0f172a12}.fb-tvx-item--warning{border-color:#f59e0b66}.fb-tvx-item-grip{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;padding:12px 8px;background:#f8fafc;border-right:1px solid #f1f5f9;min-width:36px}.fb-tvx-item-move{display:flex;align-items:center;justify-content:center;width:20px;height:16px;padding:0;border:none;background:transparent;color:#94a3b8;cursor:pointer;border-radius:4px;transition:all .15s ease}.fb-tvx-item-move:hover:not(:disabled){color:#3b82f6;background:#3b82f61a}.fb-tvx-item-move:disabled{opacity:.3;cursor:not-allowed}.fb-tvx-item-move-icon{width:12px;height:12px}.fb-tvx-item-order{font-size:.625rem;font-weight:800;color:#94a3b8}.fb-tvx-item-body{flex:1;padding:14px 16px;display:flex;flex-direction:column;gap:10px;min-width:0}.fb-tvx-item-top{display:flex;align-items:center;justify-content:space-between;gap:8px}.fb-tvx-item-type-wrap{display:flex;align-items:center;gap:8px;flex:1;min-width:0}.fb-tvx-type-badge{display:inline-flex;align-items:center;padding:4px 12px;border-radius:999px;font-size:.6875rem;font-weight:700;white-space:nowrap}.fb-tvx-type-badge--toiture{background:#ef444414;color:#dc2626;border:1px solid rgba(239,68,68,.2)}.fb-tvx-type-badge--electricite{background:#f59e0b14;color:#b45309;border:1px solid rgba(245,158,11,.2)}.fb-tvx-type-badge--peinture{background:#8b5cf614;color:#6d28d9;border:1px solid rgba(139,92,246,.2)}.fb-tvx-type-badge--finitions{background:#ec489914;color:#be185d;border:1px solid rgba(236,72,153,.2)}.fb-tvx-type-badge--isolation{background:#22c55e14;color:#15803d;border:1px solid rgba(34,197,94,.2)}.fb-tvx-type-badge--menuiserie{background:#3b82f614;color:#1d4ed8;border:1px solid rgba(59,130,246,.2)}.fb-tvx-type-badge--sanitaire{background:#06b6d414;color:#0e7490;border:1px solid rgba(6,182,212,.2)}.fb-tvx-type-badge--chauffage{background:#f9731614;color:#c2410c;border:1px solid rgba(249,115,22,.2)}.fb-tvx-type-badge--default{background:#f1f5f9;color:#64748b;border:1px solid #e2e8f0}.fb-tvx-type-select{padding:5px 10px;font-size:.75rem;font-weight:600;color:#334155;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;transition:all .15s ease;min-width:160px}.fb-tvx-type-select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.fb-tvx-warning-dot{width:8px;height:8px;border-radius:50%;background:#f59e0b;flex-shrink:0;animation:fb-tvx-pulse 1.5s ease infinite}.fb-tvx-item-actions{display:flex;align-items:center;gap:6px;flex-shrink:0}.fb-tvx-item-pu-toggle{padding:3px 10px;border:1px solid #e2e8f0;border-radius:6px;font-size:.5625rem;font-weight:800;color:#94a3b8;background:transparent;cursor:pointer;transition:all .15s ease;text-transform:uppercase;letter-spacing:.05em}.fb-tvx-item-pu-toggle:hover{border-color:#cbd5e1;color:#64748b}.fb-tvx-item-pu-toggle--active{border-color:#3b82f6;background:#3b82f61a;color:#1d4ed8}.fb-tvx-item-delete{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;background:transparent;color:#94a3b8;border-radius:6px;cursor:pointer;transition:all .15s ease}.fb-tvx-item-delete:hover{background:#ef444414;color:#ef4444}.fb-tvx-item-delete-icon{width:14px;height:14px}.fb-tvx-item-costs{display:grid;grid-template-columns:1fr 1fr;gap:12px}.fb-tvx-item-cost-field{display:flex;flex-direction:column;gap:3px}.fb-tvx-item-cost-label{font-size:.5625rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#94a3b8}.fb-tvx-item-donnees{display:flex;flex-direction:column;gap:3px}.fb-tvx-item-donnees-input{width:100%;padding:6px 10px;font-size:.75rem;font-weight:500;border:1px solid #e2e8f0;border-radius:8px;background:#fff;color:#334155;transition:border-color .15s ease,box-shadow .15s ease}.fb-tvx-item-donnees-input:focus{outline:none;border-color:#94a3b8;box-shadow:0 0 0 3px #94a3b81a}.fb-tvx-item-donnees-input::-moz-placeholder{color:#cbd5e1}.fb-tvx-item-donnees-input::placeholder{color:#cbd5e1}.fb-tvx-item-coeff{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.fb-tvx-item-slider{-webkit-appearance:none;-moz-appearance:none;appearance:none;flex:1;min-width:80px;height:6px;border-radius:999px;outline:none;transition:background .2s ease}.fb-tvx-item-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:14px;height:14px;border-radius:50%;background:#fff;box-shadow:0 1px 4px #0003,0 0 0 2px #3b82f64d;cursor:pointer;-webkit-transition:box-shadow .15s ease;transition:box-shadow .15s ease}.fb-tvx-item-slider::-webkit-slider-thumb:hover{box-shadow:0 2px 6px #00000040,0 0 0 3px #3b82f666}.fb-tvx-item-slider::-moz-range-thumb{width:14px;height:14px;border-radius:50%;background:#fff;border:none;box-shadow:0 1px 4px #0003,0 0 0 2px #3b82f64d;cursor:pointer}.fb-tvx-slider--low{background:linear-gradient(90deg,#ef4444,#fca5a5)}.fb-tvx-slider--adjusted{background:linear-gradient(90deg,#f59e0b,#fde68a)}.fb-tvx-slider--full{background:linear-gradient(90deg,#22c55e,#bbf7d0)}.fb-tvx-slider--above{background:linear-gradient(90deg,#3b82f6,#bfdbfe)}.fb-tvx-item-coeff-presets{display:flex;gap:3px}.fb-tvx-item-total{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px}.fb-tvx-item-total-label{font-size:.6875rem;font-weight:600;color:#64748b}.fb-tvx-item-total-value{font-size:.8125rem;font-weight:800;color:#0f172a;font-variant-numeric:tabular-nums}.fb-tvx-item-total-raw{font-size:.625rem;font-weight:500;color:#94a3b8;margin-left:auto}.fb-tvx-currency-wrap{position:relative}.fb-tvx-currency-wrap--flex{flex:1}.fb-tvx-currency-input{width:100%;padding:6px 28px 6px 10px;font-size:.8125rem;font-weight:600;font-variant-numeric:tabular-nums;font-feature-settings:"tnum";text-align:right;border:1px solid #e2e8f0;border-radius:8px;background:#fff;color:#0f172a;transition:border-color .15s ease,box-shadow .15s ease}.fb-tvx-currency-input:focus{outline:none;border-color:#94a3b8;box-shadow:0 0 0 3px #94a3b81a}.fb-tvx-currency-input--ent{border-color:#ef53434d}.fb-tvx-currency-input--ent:focus{border-color:#ef5343;box-shadow:0 0 0 3px #ef53431a}.fb-tvx-currency-input--pers{border-color:#3b82f64d}.fb-tvx-currency-input--pers:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.fb-tvx-currency-input--readonly{background:#f8fafc;color:#64748b;cursor:default}.fb-tvx-currency-symbol{position:absolute;right:10px;top:50%;transform:translateY(-50%);font-size:.75rem;font-weight:700;color:#94a3b8;pointer-events:none}.fb-tvx-currency-symbol--ent{color:#ef5343}.fb-tvx-currency-symbol--pers{color:#3b82f6}.fb-tvx-currency-input::-webkit-outer-spin-button,.fb-tvx-currency-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.fb-tvx-currency-input[type=number]{-moz-appearance:textfield}.fb-tvx-tva-input::-webkit-outer-spin-button,.fb-tvx-tva-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.fb-tvx-tva-input[type=number]{-moz-appearance:textfield}.fb-tvx-add-section{margin-bottom:20px}.fb-tvx-add-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:14px 16px;border:2px dashed #e2e8f0;border-radius:10px;background:transparent;font-family:Poppins,Inter,system-ui,sans-serif;font-size:.75rem;font-weight:700;color:#94a3b8;cursor:pointer;transition:all .2s ease}.fb-tvx-add-btn:hover{border-color:#3b82f6;color:#3b82f6;background:#3b82f605}.fb-tvx-add-btn-icon{width:16px;height:16px}.fb-tvx-presets-grid{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px;animation:fb-tvx-fadeIn .2s ease}.fb-tvx-preset-chip{display:inline-flex;align-items:center;padding:6px 14px;border-radius:999px;font-size:.6875rem;font-weight:700;border:1px solid #e2e8f0;background:#fff;color:#475569;cursor:pointer;transition:all .15s ease}.fb-tvx-preset-chip:hover{border-color:#3b82f6;color:#1d4ed8;background:#3b82f60a}.fb-tvx-preset-chip--other{border-style:dashed;color:#94a3b8}.fb-tvx-preset-chip--other:hover{border-color:#94a3b8;color:#64748b;background:#f8fafc}.fb-tvx-summary-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:20px}@media (max-width: 768px){.fb-tvx-summary-grid{grid-template-columns:1fr}}.fb-tvx-summary-card{position:relative;padding:20px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 1px 2px #0f172a0d;overflow:hidden;display:flex;flex-direction:column;gap:6px;transition:box-shadow .2s ease,transform .2s ease}.fb-tvx-summary-card:hover{box-shadow:0 4px 16px #0f172a14;transform:translateY(-1px)}.fb-tvx-summary-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px}.fb-tvx-summary-card--cout:before{background:linear-gradient(90deg,#ef5343,#f87171)}.fb-tvx-summary-card--tva:before{background:linear-gradient(90deg,#f59e0b,#fbbf24)}.fb-tvx-summary-card--valeur:before{background:linear-gradient(90deg,#22c55e,#4ade80)}.fb-tvx-summary-card-icon{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:4px}.fb-tvx-summary-card-icon-svg{width:20px;height:20px}.fb-tvx-summary-card--cout .fb-tvx-summary-card-icon{background:#ef53431a;color:#ef5343}.fb-tvx-summary-card--tva .fb-tvx-summary-card-icon{background:#f59e0b1a;color:#f59e0b}.fb-tvx-summary-card--valeur .fb-tvx-summary-card-icon{background:#22c55e1a;color:#22c55e}.fb-tvx-summary-card-title{font-family:Poppins,Inter,system-ui,sans-serif;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#64748b}.fb-tvx-summary-card-value{font-size:1.25rem;font-weight:800;color:#0f172a;line-height:1.2}.fb-tvx-breakdown{display:flex;gap:12px;margin-top:4px}.fb-tvx-breakdown-item{display:flex;align-items:center;gap:6px;font-size:.625rem;font-weight:600;color:#475569}.fb-tvx-breakdown-dot{width:8px;height:8px;border-radius:2px;flex-shrink:0}.fb-tvx-breakdown-dot--ent{background:#ef5343}.fb-tvx-breakdown-dot--pers{background:#3b82f6}.fb-tvx-breakdown-bar{display:flex;height:6px;border-radius:999px;overflow:hidden;margin-top:8px;background:#f1f5f9}.fb-tvx-breakdown-segment{height:100%;transition:width .5s ease}.fb-tvx-breakdown-segment--ent{background:#ef5343}.fb-tvx-breakdown-segment--pers{background:#3b82f6}.fb-tvx-tva-input-wrap{display:flex;align-items:center;gap:6px}.fb-tvx-tva-input{width:80px;padding:6px 10px;font-size:.8125rem;font-weight:700;text-align:center;border:1px solid #e2e8f0;border-radius:8px;background:#fff;color:#0f172a;transition:border-color .15s ease,box-shadow .15s ease}.fb-tvx-tva-input:focus{outline:none;border-color:#f59e0b;box-shadow:0 0 0 3px #f59e0b1a}.fb-tvx-tva-suffix{font-size:.75rem;font-weight:700;color:#64748b}.fb-tvx-tvac{font-size:.75rem;font-weight:600;color:#64748b;margin-top:4px}.fb-tvx-tvac-value{color:#0f172a;font-weight:700}.fb-tvx-trend{display:inline-flex;align-items:center;gap:4px;padding:2px 10px;border-radius:999px;font-size:.625rem;font-weight:700}.fb-tvx-trend--up{background:#22c55e1a;color:#15803d}.fb-tvx-trend--down{background:#ef44441a;color:#dc2626}.fb-tvx-trend--neutral{background:#f1f5f9;color:#64748b}.fb-tvx-trend-icon{width:12px;height:12px}.fb-tvx-valeurs-card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;overflow:hidden;box-shadow:0 1px 2px #0f172a0d}.fb-tvx-valeurs-header{display:flex;align-items:center;gap:8px;padding:12px 16px;background:#f8fafc;border-bottom:1px solid #f1f5f9;font-family:Poppins,Inter,system-ui,sans-serif;font-size:.75rem;font-weight:700;color:#334155;text-transform:uppercase;letter-spacing:.03em}.fb-tvx-valeurs-header-icon{width:16px;height:16px;color:#64748b}.fb-tvx-valeurs-body{display:grid;grid-template-columns:1fr 1fr;gap:20px;padding:16px 20px}@media (max-width: 640px){.fb-tvx-valeurs-body{grid-template-columns:1fr}}.fb-tvx-valeur-field{display:flex;flex-direction:column;gap:6px}.fb-tvx-valeur-label{font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#94a3b8}.fb-tvx-valeur-input-row{display:flex;gap:8px;align-items:stretch}.fb-tvx-recalc-btn{display:inline-flex;align-items:center;gap:4px;padding:6px 12px;border:1px solid #e2e8f0;border-radius:8px;font-size:.6875rem;font-weight:700;color:#64748b;background:#fff;cursor:pointer;transition:all .15s ease;white-space:nowrap}.fb-tvx-recalc-btn:hover{border-color:#3b82f6;color:#1d4ed8;background:#3b82f60a}.fb-tvx-recalc-btn-icon{width:14px;height:14px}@keyframes fb-tvx-itemIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes fb-tvx-fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@keyframes fb-tvx-pulse{0%,to{opacity:1;box-shadow:0 0 #f59e0b66}50%{opacity:.7;box-shadow:0 0 0 4px #f59e0b00}}.fb-tvx-items .fb-tvx-item:nth-child(1){animation-delay:0ms}.fb-tvx-items .fb-tvx-item:nth-child(2){animation-delay:40ms}.fb-tvx-items .fb-tvx-item:nth-child(3){animation-delay:80ms}.fb-tvx-items .fb-tvx-item:nth-child(4){animation-delay:.12s}.fb-tvx-items .fb-tvx-item:nth-child(5){animation-delay:.16s}.fb-tvx-items .fb-tvx-item:nth-child(6){animation-delay:.2s}.fb-tvx-items .fb-tvx-item:nth-child(7){animation-delay:.24s}.fb-tvx-items .fb-tvx-item:nth-child(8){animation-delay:.28s}@media (max-width: 640px){.fb-tvx-item{flex-direction:column}.fb-tvx-item-grip{flex-direction:row;padding:8px 12px;border-right:none;border-bottom:1px solid #f1f5f9;min-width:auto}.fb-tvx-item-costs{grid-template-columns:1fr}.fb-tvx-item-coeff{flex-direction:column;align-items:stretch}.fb-tvx-coeff-bar{flex-direction:column;align-items:flex-start}.fb-tvx-coeff-actions{margin-left:0}}.fb-capitalisation{font-family:Inter,system-ui,sans-serif;display:flex;flex-direction:column;gap:20px}@keyframes fb-cap-fadeIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.fb-capitalisation>*{animation:fb-cap-fadeIn .3s ease forwards}.fb-capitalisation>*:nth-child(1){animation-delay:0ms}.fb-capitalisation>*:nth-child(2){animation-delay:40ms}.fb-capitalisation>*:nth-child(3){animation-delay:80ms}.fb-capitalisation>*:nth-child(4){animation-delay:.12s}.fb-capitalisation>*:nth-child(5){animation-delay:.16s}.fb-capitalisation>*:nth-child(6){animation-delay:.2s}.fb-capitalisation>*:nth-child(7){animation-delay:.24s}.fb-capitalisation>*:nth-child(8){animation-delay:.28s}.fb-capitalisation>*:nth-child(9){animation-delay:.32s}.fb-cap-kpi-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}@media (max-width: 1024px){.fb-cap-kpi-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.fb-cap-kpi-grid{grid-template-columns:1fr}}.fb-cap-kpi-card{display:flex;align-items:flex-start;gap:14px;padding:18px 20px;background:#fff;border:1px solid #e2e8f0;border-radius:10px;transition:transform .2s ease,box-shadow .2s ease}.fb-cap-kpi-card:hover{transform:translateY(-2px);box-shadow:0 4px 14px #0000000f}.fb-cap-kpi-card--highlight{border-width:2px;border-color:#f59e0b;background:linear-gradient(135deg,#fffbeb,#fff)}.fb-cap-kpi-icon-wrap{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.fb-cap-kpi-icon--blue{background:#eff6ff;color:#3b82f6}.fb-cap-kpi-icon--purple{background:#f5f3ff;color:#8b5cf6}.fb-cap-kpi-icon--green{background:#f0fdf4;color:#22c55e}.fb-cap-kpi-icon--amber{background:#fffbeb;color:#f59e0b}.fb-cap-kpi-content{display:flex;flex-direction:column;min-width:0}.fb-cap-kpi-label{font-family:Poppins,Inter,system-ui,sans-serif;font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#94a3b8;margin-bottom:4px}.fb-cap-kpi-value{font-family:Poppins,Inter,system-ui,sans-serif;font-size:1.125rem;font-weight:800;color:#002035;line-height:1.2}.fb-cap-kpi-value--highlight{color:#f59e0b}.fb-cap-kpi-sub{font-size:.6875rem;color:#94a3b8;margin-top:2px}.fb-cap-nav-bar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 16px;background:#fff;border:1px solid #e2e8f0;border-radius:10px;flex-wrap:wrap}.fb-cap-chips{display:flex;flex-wrap:wrap;gap:6px}.fb-cap-chip{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;font-size:.6875rem;font-weight:600;color:#475569;background:#fff;border:1px solid #e2e8f0;border-radius:999px;cursor:pointer;transition:all .15s}.fb-cap-chip:hover{background:#eff6ff;border-color:#93c5fd;color:#1d4ed8}.fb-cap-chip-icon{width:12px;height:12px}.fb-cap-completion{display:flex;align-items:center;gap:8px;flex-shrink:0}.fb-cap-completion-icon{width:16px;height:16px;color:#22c55e}.fb-cap-completion-text{font-size:.75rem;font-weight:700;color:#334155;white-space:nowrap}.fb-cap-completion-bar{width:80px;height:6px;background:#e2e8f0;border-radius:3px;overflow:hidden}.fb-cap-completion-fill{height:100%;border-radius:3px;background:linear-gradient(90deg,#3b82f6,#22c55e);transition:width .4s ease}.fb-cap-section{background:#fff;border:1px solid #e2e8f0;border-radius:10px;overflow:hidden}.fb-cap-section-header{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;border-bottom:1px solid #e2e8f0}.fb-cap-section--terrain .fb-cap-section-header{background:linear-gradient(135deg,#f0fdf4,#f8fafc)}.fb-cap-section--bati .fb-cap-section-header{background:linear-gradient(135deg,#eff6ff,#f8fafc)}.fb-cap-section--amenagement .fb-cap-section-header{background:linear-gradient(135deg,#fffbeb,#f8fafc)}.fb-cap-section-header-left{display:flex;align-items:center;gap:10px}.fb-cap-section-icon{width:18px;height:18px}.fb-cap-section--terrain .fb-cap-section-icon{color:#22c55e}.fb-cap-section--bati .fb-cap-section-icon{color:#3b82f6}.fb-cap-section--amenagement .fb-cap-section-icon{color:#f59e0b}.fb-cap-section-title{font-family:Poppins,Inter,system-ui,sans-serif;font-size:.8125rem;font-weight:700;color:#002035;text-transform:uppercase;letter-spacing:.03em}.fb-cap-section-count{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 6px;font-size:.6875rem;font-weight:700;color:#475569;background:#f1f5f9;border-radius:50px}.fb-cap-add-lot-btn{display:inline-flex;align-items:center;gap:4px;padding:6px 12px;font-size:.6875rem;font-weight:600;color:#3b82f6;background:#fff;border:1px solid #bfdbfe;border-radius:6px;cursor:pointer;transition:all .15s ease}.fb-cap-add-lot-btn:hover{background:#eff6ff;border-color:#3b82f6}.fb-cap-section-lots{padding:16px 20px;display:flex;flex-direction:column;gap:12px}.fb-cap-lot-card{border:1px solid #e2e8f0;border-radius:8px;padding:14px 16px;background:#fafbfc;transition:border-color .15s ease,box-shadow .15s ease}.fb-cap-lot-card:hover{border-color:#cbd5e1;box-shadow:0 2px 8px #0000000a}.fb-cap-lot-card-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.fb-cap-lot-card-identity{display:flex;align-items:center;gap:8px;flex:1;min-width:0;flex-wrap:wrap}.fb-cap-lot-name-input{font-family:Poppins,Inter,system-ui,sans-serif;font-size:.8125rem;font-weight:700;color:#002035;background:transparent;border:none;outline:none;padding:2px 0;min-width:0;flex:1}.fb-cap-lot-name-input:focus{border-bottom:1px solid #3b82f6}.fb-cap-surface-badge{display:inline-flex;padding:2px 8px;font-size:.5625rem;font-weight:700;color:#3b82f6;background:#eff6ff;border:1px solid #bfdbfe;border-radius:50px;white-space:nowrap;flex-shrink:0}.fb-cap-type-badge{display:inline-flex;padding:2px 8px;font-size:.5625rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#475569;background:#f1f5f9;border-radius:50px;white-space:nowrap;flex-shrink:0}.fb-cap-lot-remove{padding:4px;color:#94a3b8;cursor:pointer;border-radius:4px;transition:all .15s ease;background:transparent;border:none}.fb-cap-lot-remove:hover{color:#ef4444;background:#fef2f2}.fb-cap-lot-card-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:10px}@media (max-width: 1024px){.fb-cap-lot-card-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 640px){.fb-cap-lot-card-grid{grid-template-columns:repeat(2,1fr)}}.fb-cap-lot-field{display:flex;flex-direction:column;gap:3px}.fb-cap-lot-field-label{font-size:.5625rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#94a3b8}.fb-cap-lot-field-row,.fb-cap-lot-diff-wrap{display:flex;align-items:center;gap:4px}.fb-cap-diff-indicator{display:flex;align-items:center;flex-shrink:0}.fb-cap-diff-indicator.fb-cap-diff--positive{color:#22c55e}.fb-cap-diff-indicator.fb-cap-diff--negative{color:#ef4444}.fb-cap-diff--positive{color:#15803d}.fb-cap-diff--negative{color:#dc2626}.fb-cap-lot-input{width:100%;padding:5px 8px;font-size:.75rem;color:#002035;background:#fff;border:1px solid #e2e8f0;border-radius:6px;outline:none;text-align:right;transition:border-color .15s ease}.fb-cap-lot-input:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61a}.fb-cap-lot-input--sm{max-width:80px}.fb-cap-lot-input--readonly{background:#f8fafc;color:#64748b}.fb-cap-lot-unit{font-size:.625rem;color:#94a3b8;flex-shrink:0}.fb-cap-lot-select{width:100%;padding:5px 8px;font-size:.6875rem;color:#002035;background:#fff;border:1px solid #e2e8f0;border-radius:6px;outline:none;cursor:pointer}.fb-cap-lot-select:focus{border-color:#3b82f6}.fb-cap-lot-card-bottom{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:12px;padding-top:12px;border-top:1px solid #f1f5f9}.fb-cap-lot-yield-group{display:flex;align-items:center;gap:8px}.fb-cap-lot-input--yield{max-width:70px;font-weight:700}.fb-cap-yield-badge{display:inline-flex;padding:2px 8px;font-size:.5625rem;font-weight:800;border-radius:50px}.fb-cap-yield--high{color:#15803d;background:#f0fdf4;border-color:#86efac}.fb-cap-yield--high.fb-cap-yield-badge{background:#f0fdf4;border:1px solid #86efac}.fb-cap-yield--high.fb-cap-lot-input--yield{border-color:#86efac;color:#15803d}.fb-cap-yield--medium{color:#92400e;background:#fffbeb;border-color:#fcd34d}.fb-cap-yield--medium.fb-cap-yield-badge{background:#fffbeb;border:1px solid #fcd34d}.fb-cap-yield--medium.fb-cap-lot-input--yield{border-color:#fcd34d;color:#92400e}.fb-cap-yield--low{color:#dc2626;background:#fef2f2;border-color:#fca5a5}.fb-cap-yield--low.fb-cap-yield-badge{background:#fef2f2;border:1px solid #fca5a5}.fb-cap-yield--low.fb-cap-lot-input--yield{border-color:#fca5a5;color:#dc2626}.fb-cap-lot-valeur-group{display:flex;align-items:center;gap:8px}.fb-cap-lot-input--valeur{max-width:130px;background:#fffbeb;border-color:#fcd34d;font-weight:700;color:#002035}.fb-cap-section-totals{display:flex;align-items:center;justify-content:space-around;flex-wrap:wrap;gap:16px;padding:12px 20px;background:#f8fafc;border-top:1px solid #e2e8f0}.fb-cap-section-total-item{display:flex;flex-direction:column;align-items:center;gap:2px}.fb-cap-section-total-label{font-size:.5625rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#94a3b8}.fb-cap-section-total-value{font-family:Poppins,Inter,system-ui,sans-serif;font-size:.8125rem;font-weight:700;color:#002035}.fb-cap-section-total-item--main .fb-cap-section-total-value{color:#ef4444;font-size:.875rem}.fb-cap-additional-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}@media (max-width: 768px){.fb-cap-additional-grid{grid-template-columns:1fr}}.fb-cap-additional-card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:20px}.fb-cap-additional-title{font-family:Poppins,Inter,system-ui,sans-serif;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#94a3b8;margin-bottom:16px;padding-bottom:8px;border-bottom:2px solid #f1f5f9}.fb-cap-additional-fields{display:flex;flex-direction:column;gap:12px}.fb-cap-additional-field{display:flex;flex-direction:column;gap:4px}.fb-cap-additional-field-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.fb-cap-additional-label{font-size:.6875rem;font-weight:600;color:#475569}.fb-cap-additional-input{padding:8px 12px;font-size:.75rem;color:#002035;background:#fff;border:1px solid #e2e8f0;border-radius:6px;outline:none;transition:border-color .15s ease}.fb-cap-additional-input:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61a}.fb-cap-delta-row{display:flex;align-items:center;gap:8px;margin-top:16px;padding-top:16px;border-top:1px solid #f1f5f9}.fb-cap-delta-label{font-size:.6875rem;color:#64748b}.fb-cap-delta{display:inline-flex;align-items:center;gap:4px;font-size:.6875rem;font-weight:700;padding:3px 10px;border-radius:50px}.fb-cap-delta--positive{color:#15803d;background:#f0fdf4}.fb-cap-delta--negative{color:#dc2626;background:#fef2f2}.fb-cap-key-output{padding:20px;background:linear-gradient(135deg,#f59e0b0a,#f59e0b1a);border:2px solid #f59e0b;border-radius:12px}.fb-cap-key-output-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.fb-cap-key-output-label{font-family:Poppins,Inter,system-ui,sans-serif;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#f59e0b}.fb-cap-key-output-badge{display:inline-flex;padding:3px 10px;font-size:.5625rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em;color:#92400e;background:#fffbeb;border:1px solid #fcd34d;border-radius:999px}.fb-cap-key-output-row{margin-bottom:10px}.fb-cap-key-output-input{width:100%;padding:10px 14px;font-size:1rem;font-weight:700;color:#002035;background:#fff;border:1px solid rgba(245,158,11,.3);border-radius:8px;outline:none}.fb-cap-key-output-input:focus{border-color:#f59e0b;box-shadow:0 0 0 3px #f59e0b1a}.fb-cap-key-output-display{font-family:Poppins,Inter,system-ui,sans-serif;font-size:1.5rem;font-weight:800;color:#002035}.fb-cap-notes-field{display:flex;flex-direction:column;gap:4px}.fb-cap-textarea{width:100%;padding:10px 14px;font-size:.75rem;font-family:Inter,system-ui,sans-serif;color:#334155;background:#fff;border:1px solid #e2e8f0;border-radius:8px;outline:none;resize:vertical;line-height:1.6}.fb-cap-textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61a}.fb-cap-char-count{font-size:.5625rem;color:#94a3b8;text-align:right}@media (max-width: 900px){.fb-cap-nav-bar{flex-direction:column;align-items:flex-start}.fb-cap-lot-card-bottom{flex-wrap:wrap}}.fb-analytique{font-family:Inter,system-ui,sans-serif;display:flex;flex-direction:column;gap:20px}@keyframes fb-ana-fadeIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.fb-analytique>*{animation:fb-ana-fadeIn .3s ease forwards}.fb-analytique>*:nth-child(1){animation-delay:0ms}.fb-analytique>*:nth-child(2){animation-delay:40ms}.fb-analytique>*:nth-child(3){animation-delay:80ms}.fb-analytique>*:nth-child(4){animation-delay:.12s}.fb-analytique>*:nth-child(5){animation-delay:.16s}.fb-analytique>*:nth-child(6){animation-delay:.2s}.fb-analytique>*:nth-child(7){animation-delay:.24s}.fb-ana-reference-card{background:#fff;border:2px solid #fde68a;border-radius:12px;overflow:hidden}.fb-ana-reference-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:linear-gradient(135deg,#fefce8,#fffbeb);border-bottom:1px solid #fde68a;gap:12px;flex-wrap:wrap}.fb-ana-reference-header-left{display:flex;align-items:center;gap:12px}.fb-ana-reference-icon-wrap{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;background:#fffbeb;color:#f59e0b;border:1px solid #fcd34d;flex-shrink:0}.fb-ana-reference-header-text{display:flex;flex-direction:column;gap:2px}.fb-ana-reference-title{font-family:Poppins,Inter,system-ui,sans-serif;font-size:.875rem;font-weight:700;color:#002035}.fb-ana-reference-subtitle{font-size:.6875rem;color:#92400e}.fb-ana-source-badge{display:inline-flex;padding:4px 12px;font-size:.5625rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#92400e;background:#fff;border:1px solid #fcd34d;border-radius:999px;white-space:nowrap}.fb-ana-reference-body{display:grid;grid-template-columns:1fr 1fr 1fr;gap:16px;padding:20px}@media (max-width: 768px){.fb-ana-reference-body{grid-template-columns:1fr}}.fb-ana-reference-field{display:flex;flex-direction:column;gap:6px}.fb-ana-reference-field--main{position:relative}.fb-ana-reference-label{font-size:.6875rem;font-weight:600;color:#475569}.fb-ana-reference-input-wrap{display:flex;align-items:center;gap:8px}.fb-ana-reference-input{width:100%;padding:8px 12px;font-size:.75rem;color:#002035;background:#fff;border:1px solid #e2e8f0;border-radius:6px;outline:none;transition:border-color .15s ease}.fb-ana-reference-input:focus{border-color:#f59e0b;box-shadow:0 0 0 2px #f59e0b1a}.fb-ana-reference-input--large{font-size:1rem;font-weight:700;padding:10px 14px;border-color:#fcd34d}.fb-ana-reference-unit{font-size:.6875rem;font-weight:600;color:#92400e;white-space:nowrap;flex-shrink:0}.fb-ana-abex-badge{display:inline-flex;align-items:center;justify-content:center;min-width:50px;padding:4px 10px;font-family:Poppins,Inter,system-ui,sans-serif;font-size:.875rem;font-weight:800;color:#92400e;background:#fefce8;border:1px solid #fcd34d;border-radius:8px;flex-shrink:0}.fb-ana-nav-bar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 16px;background:#fff;border:1px solid #e2e8f0;border-radius:10px;flex-wrap:wrap}.fb-ana-chips{display:flex;flex-wrap:wrap;gap:6px}.fb-ana-chip{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;font-size:.6875rem;font-weight:600;color:#475569;background:#fff;border:1px solid #e2e8f0;border-radius:999px;cursor:pointer;transition:all .15s}.fb-ana-chip:hover{background:#eff6ff;border-color:#93c5fd;color:#1d4ed8}.fb-ana-chip--summary{color:#ef4444;border-color:#fecaca}.fb-ana-chip--summary:hover{background:#fef2f2;border-color:#ef4444;color:#dc2626}.fb-ana-chip-icon{width:12px;height:12px}.fb-ana-completion{display:flex;align-items:center;gap:8px;flex-shrink:0}.fb-ana-completion-icon{width:16px;height:16px;color:#22c55e}.fb-ana-completion-text{font-size:.75rem;font-weight:700;color:#334155;white-space:nowrap}.fb-ana-completion-bar{width:80px;height:6px;background:#e2e8f0;border-radius:3px;overflow:hidden}.fb-ana-completion-fill{height:100%;border-radius:3px;background:linear-gradient(90deg,#3b82f6,#22c55e);transition:width .4s ease}.fb-ana-section{background:#fff;border:1px solid #e2e8f0;border-radius:10px;overflow:hidden}.fb-ana-section-header{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;border-bottom:1px solid #e2e8f0}.fb-ana-section--terrain .fb-ana-section-header{background:linear-gradient(135deg,#f0fdf4,#f8fafc)}.fb-ana-section--bati .fb-ana-section-header{background:linear-gradient(135deg,#eff6ff,#f8fafc)}.fb-ana-section--amenagement .fb-ana-section-header{background:linear-gradient(135deg,#fffbeb,#f8fafc)}.fb-ana-section-header-left{display:flex;align-items:center;gap:10px}.fb-ana-section-icon{width:18px;height:18px}.fb-ana-section--terrain .fb-ana-section-icon{color:#22c55e}.fb-ana-section--bati .fb-ana-section-icon{color:#3b82f6}.fb-ana-section--amenagement .fb-ana-section-icon{color:#f59e0b}.fb-ana-section-title{font-family:Poppins,Inter,system-ui,sans-serif;font-size:.8125rem;font-weight:700;color:#002035;text-transform:uppercase;letter-spacing:.03em}.fb-ana-section-count{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 6px;font-size:.6875rem;font-weight:700;color:#475569;background:#f1f5f9;border-radius:50px}.fb-ana-add-lot-btn{display:inline-flex;align-items:center;gap:4px;padding:6px 12px;font-size:.6875rem;font-weight:600;color:#3b82f6;background:#fff;border:1px solid #bfdbfe;border-radius:6px;cursor:pointer;transition:all .15s ease}.fb-ana-add-lot-btn:hover{background:#eff6ff;border-color:#3b82f6}.fb-ana-section-lots{padding:16px 20px;display:flex;flex-direction:column;gap:12px}.fb-ana-lot-card{border:1px solid #e2e8f0;border-radius:8px;padding:14px 16px;background:#fafbfc;transition:border-color .15s ease,box-shadow .15s ease}.fb-ana-lot-card:hover{border-color:#cbd5e1;box-shadow:0 2px 8px #0000000a}.fb-ana-lot-card-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.fb-ana-lot-card-identity{display:flex;align-items:center;gap:8px;flex:1;min-width:0;flex-wrap:wrap}.fb-ana-lot-name-input{font-family:Poppins,Inter,system-ui,sans-serif;font-size:.8125rem;font-weight:700;color:#002035;background:transparent;border:none;outline:none;padding:2px 0;min-width:0;flex:1}.fb-ana-lot-name-input:focus{border-bottom:1px solid #3b82f6}.fb-ana-type-badge{display:inline-flex;padding:2px 8px;font-size:.5625rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#475569;background:#f1f5f9;border-radius:50px;white-space:nowrap;flex-shrink:0}.fb-ana-lot-remove{padding:4px;color:#94a3b8;cursor:pointer;border-radius:4px;transition:all .15s ease;background:transparent;border:none}.fb-ana-lot-remove:hover{color:#ef4444;background:#fef2f2}.fb-ana-lot-card-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:10px}.fb-ana-lot-card-grid--nonbati{grid-template-columns:repeat(3,1fr)}@media (max-width: 1024px){.fb-ana-lot-card-grid,.fb-ana-lot-card-grid--nonbati{grid-template-columns:repeat(3,1fr)}}@media (max-width: 640px){.fb-ana-lot-card-grid,.fb-ana-lot-card-grid--nonbati{grid-template-columns:repeat(2,1fr)}}.fb-ana-lot-field{display:flex;flex-direction:column;gap:3px}.fb-ana-lot-field--vetuste{grid-column:span 2}@media (max-width: 640px){.fb-ana-lot-field--vetuste{grid-column:span 2}}.fb-ana-lot-field-label{font-size:.5625rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#94a3b8}.fb-ana-lot-field-row{display:flex;align-items:center;gap:4px}.fb-ana-lot-vetuste-row{display:flex;align-items:center;gap:8px}.fb-ana-lot-input{width:100%;padding:5px 8px;font-size:.75rem;color:#002035;background:#fff;border:1px solid #e2e8f0;border-radius:6px;outline:none;text-align:right;transition:border-color .15s ease}.fb-ana-lot-input:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61a}.fb-ana-lot-input--sm{max-width:80px}.fb-ana-lot-input--vetuste{max-width:56px;flex-shrink:0}.fb-ana-lot-unit{font-size:.625rem;color:#94a3b8;flex-shrink:0}.fb-ana-lot-select{width:100%;padding:5px 8px;font-size:.6875rem;color:#002035;background:#fff;border:1px solid #e2e8f0;border-radius:6px;outline:none;cursor:pointer}.fb-ana-lot-select:focus{border-color:#3b82f6}.fb-ana-lot-card-bottom{display:flex;align-items:center;justify-content:flex-end;gap:16px;margin-top:12px;padding-top:12px;border-top:1px solid #f1f5f9}.fb-ana-lot-valeur-group{display:flex;align-items:center;gap:8px}.fb-ana-lot-input--valeur{max-width:140px;background:#fffbeb;border-color:#fcd34d;font-weight:700;color:#002035}.fb-ana-computed-badge{display:inline-flex;padding:1px 6px;font-size:.5rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#8b5cf6;background:#f5f3ff;border:1px solid #c4b5fd;border-radius:999px;white-space:nowrap;flex-shrink:0}.fb-ana-vetuste-wrapper{display:flex;align-items:center;gap:6px;min-width:100px;flex:1}.fb-ana-vetuste-bar{flex:1;height:6px;background:#e2e8f0;border-radius:3px;overflow:hidden;min-width:40px}.fb-ana-vetuste-fill{height:100%;border-radius:3px;transition:width .3s ease,background .3s ease}.fb-ana-vetuste-fill--good{background:linear-gradient(90deg,#22c55e,#4ade80)}.fb-ana-vetuste-fill--medium{background:linear-gradient(90deg,#f59e0b,#fbbf24)}.fb-ana-vetuste-fill--worn{background:linear-gradient(90deg,#ef4444,#f87171)}.fb-ana-vetuste-value{font-size:.625rem;font-weight:700;min-width:28px;text-align:right}.fb-ana-vetuste-value--good{color:#15803d}.fb-ana-vetuste-value--medium{color:#92400e}.fb-ana-vetuste-value--worn{color:#dc2626}.fb-ana-section-totals{display:flex;align-items:center;justify-content:space-around;flex-wrap:wrap;gap:16px;padding:12px 20px;background:#f8fafc;border-top:1px solid #e2e8f0}.fb-ana-section-total-item{display:flex;flex-direction:column;align-items:center;gap:2px}.fb-ana-section-total-label{font-size:.5625rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#94a3b8}.fb-ana-section-total-value{font-family:Poppins,Inter,system-ui,sans-serif;font-size:.8125rem;font-weight:700;color:#002035}.fb-ana-section-total-item--main .fb-ana-section-total-value{color:#ef4444;font-size:.875rem}.fb-ana-summary-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden}.fb-ana-summary-header{display:flex;align-items:center;gap:10px;padding:14px 20px;background:#f8fafc;border-bottom:1px solid #e2e8f0}.fb-ana-summary-header-icon{width:18px;height:18px;color:#ef4444}.fb-ana-summary-header-title{font-family:Poppins,Inter,system-ui,sans-serif;font-size:.8125rem;font-weight:700;color:#002035;text-transform:uppercase;letter-spacing:.03em}.fb-ana-summary-grid{display:grid;grid-template-columns:1fr 1.5fr;gap:24px;padding:24px}@media (max-width: 1024px){.fb-ana-summary-grid{grid-template-columns:1fr}}.fb-ana-summary-section{border-left:3px solid #e2e8f0;padding-left:16px}.fb-ana-summary-section--depreciation{border-left-color:#f59e0b}.fb-ana-summary-section--calculs{border-left-color:#ef4444}.fb-ana-summary-section-title{font-family:Poppins,Inter,system-ui,sans-serif;font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#94a3b8;margin-bottom:16px}.fb-ana-summary-field{margin-bottom:16px}.fb-ana-summary-label{font-size:.6875rem;font-weight:600;color:#475569;display:block;margin-bottom:6px}.fb-ana-summary-input{width:100%;padding:6px 10px;font-size:.75rem;color:#002035;background:#fff;border:1px solid #e2e8f0;border-radius:6px;outline:none;text-align:right;margin-top:8px}.fb-ana-summary-input:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61a}.fb-ana-slider-wrapper{display:flex;align-items:center;gap:12px}.fb-ana-slider{flex:1;height:6px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#e2e8f0;border-radius:3px;outline:none}.fb-ana-slider::-webkit-slider-thumb{-webkit-appearance:none;width:18px;height:18px;background:#ef5343;border-radius:50%;cursor:pointer;box-shadow:0 2px 4px #ef53434d;-webkit-transition:transform .15s ease;transition:transform .15s ease}.fb-ana-slider::-webkit-slider-thumb:hover{transform:scale(1.15)}.fb-ana-slider::-moz-range-thumb{width:18px;height:18px;background:#ef5343;border-radius:50%;cursor:pointer;border:none;box-shadow:0 2px 4px #ef53434d}.fb-ana-slider-value{min-width:48px;padding:4px 8px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;font-size:.75rem;font-weight:700;color:#002035;text-align:center}.fb-ana-vetuste-global-wrap{display:flex;align-items:center;gap:12px;margin-top:8px}.fb-ana-vetuste-global-bar-track{flex:1;height:10px;background:#e2e8f0;border-radius:5px;overflow:hidden}.fb-ana-vetuste-global-bar-fill{height:100%;border-radius:5px;transition:width .4s ease}.fb-ana-vetuste-global--good{background:linear-gradient(90deg,#22c55e,#4ade80)}.fb-ana-vetuste-global--medium{background:linear-gradient(90deg,#f59e0b,#fbbf24)}.fb-ana-vetuste-global--worn{background:linear-gradient(90deg,#ef4444,#f87171)}.fb-ana-vetuste-global-badge{display:inline-flex;align-items:center;gap:4px;padding:4px 12px;border-radius:50px;font-size:.6875rem;font-weight:700;white-space:nowrap;flex-shrink:0}.fb-ana-vetuste-global-badge.fb-ana-vetuste-global--good{color:#15803d;background:#f0fdf4;border:1px solid #86efac}.fb-ana-vetuste-global-badge.fb-ana-vetuste-global--medium{color:#92400e;background:#fffbeb;border:1px solid #fcd34d}.fb-ana-vetuste-global-badge.fb-ana-vetuste-global--worn{color:#dc2626;background:#fef2f2;border:1px solid #fca5a5}.fb-ana-vetuste-global-number{padding:6px 10px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;font-size:.75rem;font-weight:700;color:#002035;text-align:right;margin-top:8px}.fb-ana-calc-row{display:flex;align-items:center;justify-content:space-between;padding:8px 0;border-bottom:1px solid #f1f5f9}.fb-ana-calc-row--deduction{color:#dc2626}.fb-ana-calc-row--extra{margin-top:12px;padding-top:12px;border-top:2px solid #f1f5f9;border-bottom:none}.fb-ana-calc-label{font-size:.75rem;color:#475569;display:flex;align-items:center;gap:6px}.fb-ana-calc-value{font-size:.75rem;font-weight:700;color:#002035;font-family:Poppins,Inter,system-ui,sans-serif;white-space:nowrap}.fb-ana-calc-value--bold{font-size:.8125rem}.fb-ana-key-output{padding:16px;background:linear-gradient(135deg,#ef53430a,#ef534314);border:2px solid #ef5343;border-radius:12px;margin-top:12px}.fb-ana-key-output-label{font-family:Poppins,Inter,system-ui,sans-serif;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#ef5343;margin-bottom:8px}.fb-ana-key-output-value{font-family:Poppins,Inter,system-ui,sans-serif;font-size:1.5rem;font-weight:800;color:#002035}.fb-ana-notes-field{display:flex;flex-direction:column;gap:4px;margin-bottom:16px}.fb-ana-textarea{width:100%;padding:10px 14px;font-size:.75rem;font-family:Inter,system-ui,sans-serif;color:#334155;background:#fff;border:1px solid #e2e8f0;border-radius:8px;outline:none;resize:vertical;line-height:1.6}.fb-ana-textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61a}.fb-ana-char-count{font-size:.5625rem;color:#94a3b8;text-align:right}.fb-ana-notice{display:flex;gap:10px;padding:14px 16px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px}.fb-ana-notice-icon{width:16px;height:16px;color:#3b82f6;flex-shrink:0;margin-top:2px}.fb-ana-notice-text{display:flex;flex-direction:column;gap:8px;font-size:.6875rem;line-height:1.6;color:#475569}.fb-ana-notice-text strong{color:#002035}.fb-ana-notice-legend{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.fb-ana-notice-chip{display:inline-flex;padding:2px 8px;border-radius:50px;font-size:.5625rem;font-weight:800}.fb-ana-notice-chip--good{background:#f0fdf4;color:#15803d;border:1px solid #86efac}.fb-ana-notice-chip--medium{background:#fffbeb;color:#92400e;border:1px solid #fcd34d}.fb-ana-notice-chip--worn{background:#fef2f2;color:#dc2626;border:1px solid #fca5a5}@media (max-width: 900px){.fb-ana-nav-bar{flex-direction:column;align-items:flex-start}.fb-ana-lot-card-bottom{flex-wrap:wrap}.fb-ana-reference-header{flex-direction:column;align-items:flex-start}}.fb-cmp{font-family:Inter,system-ui,sans-serif;display:flex;flex-direction:column;gap:20px}.fb-cmp-icon-sm{width:16px;height:16px}.fb-cmp-completion-bar{display:flex;align-items:center;gap:16px;padding:14px 20px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 1px 3px #0f172a0a}.fb-cmp-completion-item{display:flex;align-items:center;gap:8px;flex:1;min-width:0}.fb-cmp-completion-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.fb-cmp-dot--comp{background:#3b82f6}.fb-cmp-dot--cap{background:#22c55e}.fb-cmp-dot--ana{background:#f59e0b}.fb-cmp-completion-label{font-size:.6875rem;font-weight:600;color:#334155;white-space:nowrap}.fb-cmp-completion-count{font-size:.625rem;font-weight:700;padding:1px 8px;border-radius:999px;background:#f1f5f9;color:#64748b;flex-shrink:0}.fb-cmp-completion-count--active{background:#22c55e1a;color:#15803d}.fb-cmp-completion-track{flex:1;height:4px;background:#f1f5f9;border-radius:999px;overflow:hidden;min-width:40px}.fb-cmp-completion-fill{height:100%;border-radius:999px;transition:width .4s ease}.fb-cmp-completion-fill.fb-cmp-dot--comp{background:#3b82f6}.fb-cmp-completion-fill.fb-cmp-dot--cap{background:#22c55e}.fb-cmp-completion-fill.fb-cmp-dot--ana{background:#f59e0b}.fb-cmp-completion-total{display:flex;align-items:center;gap:8px;padding-left:16px;border-left:1px solid #e2e8f0;flex-shrink:0}.fb-cmp-completion-total-label{font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#94a3b8}.fb-cmp-completion-total-count{font-size:.6875rem;font-weight:800;padding:2px 10px;border-radius:999px;background:#f1f5f9;color:#64748b}@media (max-width: 768px){.fb-cmp-completion-bar{flex-direction:column;align-items:stretch}.fb-cmp-completion-total{border-left:none;border-top:1px solid #e2e8f0;padding-left:0;padding-top:10px;justify-content:center}}.fb-cmp-nav{display:flex;gap:6px;padding:4px;background:#f1f5f9;border-radius:12px}.fb-cmp-nav-pill{display:flex;align-items:center;gap:6px;flex:1;justify-content:center;padding:10px 16px;border-radius:8px;font-family:Poppins,Inter,system-ui,sans-serif;font-size:.75rem;font-weight:600;color:#64748b;cursor:pointer;transition:all .25s ease;border:none;background:transparent;position:relative}.fb-cmp-nav-pill:hover{color:#334155;background:#fff9}.fb-cmp-nav-pill--active{color:#fff;background:linear-gradient(135deg,#3b82f6,#6366f1);box-shadow:0 2px 10px #3b82f64d}.fb-cmp-nav-pill--active:hover{color:#fff;background:linear-gradient(135deg,#3b82f6,#6366f1)}.fb-cmp-nav-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0}.fb-cmp-nav-dot--white{background:#fff}.fb-cmp-nav-label{white-space:nowrap}.fb-cmp-nav-badge{font-size:.5625rem;font-weight:800;width:18px;height:18px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#22c55e26;color:#15803d}.fb-cmp-nav-pill--active .fb-cmp-nav-badge{background:#ffffff40;color:#fff}.fb-cmp-nav-total{font-size:.5625rem;font-weight:700;padding:0 6px;border-radius:999px;background:#64748b1a;color:#94a3b8}.fb-cmp-nav-pill--active .fb-cmp-nav-total{background:#ffffff26;color:#ffffffb3}.fb-cmp-toolbar{display:flex;align-items:center;gap:16px;padding:10px 16px;background:#fff;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 1px 2px #0f172a0a}.fb-cmp-toolbar-left{display:flex;align-items:center;gap:12px;flex:1}.fb-cmp-toolbar-btn{display:inline-flex;align-items:center;gap:6px;padding:7px 14px;border-radius:8px;font-size:.6875rem;font-weight:600;border:none;cursor:pointer;transition:all .15s ease}.fb-cmp-toolbar-btn--primary{background:linear-gradient(135deg,#7c3aed,#6366f1);color:#fff;box-shadow:0 2px 6px #7c3aed40}.fb-cmp-toolbar-btn--primary:hover{box-shadow:0 4px 12px #7c3aed59;transform:translateY(-1px)}.fb-cmp-toolbar-btn-icon{width:14px;height:14px}.fb-cmp-toolbar-counters{display:flex;align-items:center;gap:8px}.fb-cmp-toolbar-counter{display:flex;align-items:center;gap:4px;font-size:.625rem;font-weight:700;color:#64748b}.fb-cmp-toolbar-counter-dot{width:6px;height:6px;border-radius:50%}.fb-cmp-toolbar-progress{display:flex;align-items:center;gap:8px;flex-shrink:0}.fb-cmp-toolbar-progress-text{font-size:.625rem;font-weight:700;color:#64748b;white-space:nowrap}.fb-cmp-toolbar-progress-track{width:60px;height:4px;background:#f1f5f9;border-radius:999px;overflow:hidden}.fb-cmp-toolbar-progress-fill{height:100%;background:linear-gradient(90deg,#3b82f6,#22c55e);border-radius:999px;transition:width .4s ease}@media (max-width: 640px){.fb-cmp-toolbar{flex-direction:column;align-items:stretch}.fb-cmp-toolbar-left{flex-wrap:wrap}}.fb-cmp-section{animation:fb-cmp-fadeIn .3s ease}.fb-cmp-section-header{display:flex;align-items:center;gap:10px;margin-bottom:16px}.fb-cmp-section-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.fb-cmp-section-title{font-family:Poppins,Inter,system-ui,sans-serif;font-size:.875rem;font-weight:700;color:#0f172a;margin:0}.fb-cmp-section-count{font-size:.625rem;font-weight:600;color:#94a3b8;margin-left:auto}.fb-cmp-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}@media (max-width: 1024px){.fb-cmp-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.fb-cmp-grid{grid-template-columns:1fr}}.fb-cmp-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;transition:box-shadow .2s ease,transform .2s ease,border-color .2s ease;animation:fb-cmp-scaleIn .35s ease forwards}.fb-cmp-card:hover{box-shadow:0 6px 20px #0f172a14;transform:translateY(-2px);border-color:#cbd5e1}.fb-cmp-card:nth-child(1){animation-delay:0ms}.fb-cmp-card:nth-child(2){animation-delay:60ms}.fb-cmp-card:nth-child(3){animation-delay:.12s}.fb-cmp-card:nth-child(4){animation-delay:.18s}.fb-cmp-card:nth-child(5){animation-delay:.24s}.fb-cmp-card-header{display:flex;align-items:center;gap:8px;padding:10px 14px;border-bottom:1px solid #f1f5f9;background:#fafbfc}.fb-cmp-card-number{width:22px;height:22px;display:flex;align-items:center;justify-content:center;border-radius:6px;background:linear-gradient(135deg,#3b82f6,#6366f1);color:#fff;font-size:.625rem;font-weight:800;flex-shrink:0}.fb-cmp-card-title{flex:1;font-size:.6875rem;font-weight:700;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fb-cmp-pre-rapport-toggle{cursor:pointer;flex-shrink:0;background:none;border:none;padding:0}.fb-cmp-pre-rapport-badge{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;border-radius:6px;font-size:.5625rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;background:#f1f5f9;color:#94a3b8;border:1px solid #e2e8f0;transition:all .2s ease}.fb-cmp-pre-rapport-badge--active{background:#22c55e1a;color:#15803d;border-color:#22c55e4d}.fb-cmp-pre-rapport-icon{width:12px;height:12px}.fb-cmp-card-body{padding:14px;position:relative}.fb-cmp-dropzone{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:140px;border:2px dashed #cbd5e1;border-radius:10px;background:#f8fafc;cursor:pointer;transition:all .2s ease;margin-bottom:12px}.fb-cmp-dropzone:hover{border-color:#3b82f6;background:#3b82f608}.fb-cmp-dropzone--large{height:220px}.fb-cmp-dropzone-icon{width:28px;height:28px;color:#94a3b8;margin-bottom:6px;transition:color .2s ease}.fb-cmp-dropzone-icon--large{width:40px;height:40px}.fb-cmp-dropzone:hover .fb-cmp-dropzone-icon{color:#3b82f6}.fb-cmp-dropzone-text{font-size:.6875rem;font-weight:600;color:#94a3b8;transition:color .2s ease}.fb-cmp-dropzone:hover .fb-cmp-dropzone-text{color:#3b82f6}.fb-cmp-dropzone-sub{font-size:.5625rem;color:#cbd5e1;margin-top:2px}.fb-cmp-preview-wrap{position:relative;width:100%;height:140px;border-radius:10px;overflow:hidden;margin-bottom:12px;background:#f8fafc}.fb-cmp-preview-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.fb-cmp-preview-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;gap:8px;background:#0f172a66;opacity:0;transition:opacity .2s ease}.fb-cmp-preview-wrap:hover .fb-cmp-preview-overlay{opacity:1}.fb-cmp-overlay-btn{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;background:#ffffffe6;border:1px solid #e2e8f0;color:#334155;cursor:pointer;transition:all .15s ease;backdrop-filter:blur(4px)}.fb-cmp-overlay-btn:hover{background:#fff;color:#0f172a;transform:scale(1.05)}.fb-cmp-overlay-btn--danger:hover{background:#ef44441a;color:#ef4444;border-color:#ef44444d}.fb-cmp-overlay-icon{width:14px;height:14px}.fb-cmp-field{margin-bottom:10px}.fb-cmp-field-label{display:block;font-size:.625rem;font-weight:600;color:#64748b;margin-bottom:4px;text-transform:uppercase;letter-spacing:.04em}.fb-cmp-input{width:100%;padding:7px 10px;font-size:.75rem;font-family:Inter,system-ui,sans-serif;border:1px solid #e2e8f0;border-radius:8px;background:#fff;color:#0f172a;transition:border-color .15s ease,box-shadow .15s ease;outline:none;box-sizing:border-box}.fb-cmp-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.fb-cmp-input::-moz-placeholder{color:#cbd5e1}.fb-cmp-input::placeholder{color:#cbd5e1}.fb-cmp-remarque-section{margin-bottom:8px}.fb-cmp-remarque-toggle{display:inline-flex;align-items:center;gap:5px;padding:5px 10px;font-size:.625rem;font-weight:600;color:#94a3b8;background:transparent;border:1px dashed #e2e8f0;border-radius:6px;cursor:pointer;transition:all .15s ease;width:100%;justify-content:center}.fb-cmp-remarque-toggle:hover{color:#3b82f6;border-color:#3b82f6;background:#3b82f608}.fb-cmp-remarque-toggle-icon{width:12px;height:12px;transition:transform .2s ease}.fb-cmp-remarque-toggle:hover .fb-cmp-remarque-toggle-icon{transform:rotate(180deg)}.fb-cmp-textarea{width:100%;min-height:48px;padding:7px 10px;font-size:.6875rem;font-family:Inter,system-ui,sans-serif;border:1px solid #e2e8f0;border-radius:8px;background:#fff;color:#0f172a;resize:vertical;transition:border-color .15s ease,box-shadow .15s ease;line-height:1.5;outline:none;box-sizing:border-box}.fb-cmp-textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.fb-cmp-textarea::-moz-placeholder{color:#cbd5e1}.fb-cmp-textarea::placeholder{color:#cbd5e1}.fb-cmp-card-footer{display:flex;align-items:center;gap:8px;padding-top:8px;border-top:1px solid #f1f5f9}.fb-cmp-annexe-badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:999px;font-size:.5625rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;background:#ef534314;color:#ef5343}.fb-cmp-slot-hint{font-size:.5625rem;color:#cbd5e1;font-style:italic;margin-left:auto}.fb-cmp-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;background:#fafbfc;border:2px dashed #e2e8f0;border-radius:16px;text-align:center}.fb-cmp-empty-icon{width:48px;height:48px;color:#cbd5e1;margin-bottom:12px}.fb-cmp-empty-title{font-family:Poppins,Inter,system-ui,sans-serif;font-size:.875rem;font-weight:700;color:#64748b;margin:0 0 6px}.fb-cmp-empty-text{font-size:.75rem;color:#94a3b8;max-width:360px;line-height:1.5;margin:0}.fb-cmp-bien{display:grid;grid-template-columns:280px 1fr;gap:24px}@media (max-width: 900px){.fb-cmp-bien{grid-template-columns:1fr}}.fb-cmp-bien-facade{display:flex;flex-direction:column}.fb-cmp-bien-columns{display:grid;grid-template-columns:1fr 1fr;gap:20px}@media (max-width: 640px){.fb-cmp-bien-columns{grid-template-columns:1fr}}.fb-cmp-bien-col{display:flex;flex-direction:column}.fb-cmp-bien-heading{font-family:Poppins,Inter,system-ui,sans-serif;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;padding-bottom:8px;margin:0 0 14px;display:flex;align-items:center;gap:8px}.fb-cmp-bien-heading--facade{color:#64748b;border-bottom:2px solid #e2e8f0}.fb-cmp-bien-heading--avant{color:#94a3b8;border-bottom:2px solid #94a3b8}.fb-cmp-bien-heading--apres{color:#ef5343;border-bottom:2px solid #ef5343}.fb-cmp-bien-heading-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.fb-cmp-bien-heading-dot--avant{background:#94a3b8}.fb-cmp-bien-heading-dot--apres{background:#ef5343}.fb-cmp-bien-fields{display:flex;flex-direction:column;gap:10px}.fb-cmp-bien-field{display:flex;flex-direction:column;gap:3px}.fb-cmp-bien-label{font-size:.625rem;font-weight:600;color:#64748b;display:flex;align-items:center;gap:4px;flex-wrap:wrap}.fb-cmp-bien-input-wrap{display:flex;align-items:center;gap:6px}.fb-cmp-bien-input{flex:1;padding:6px 10px;font-size:.75rem;font-family:Inter,system-ui,sans-serif;border:1px solid #e2e8f0;border-radius:8px;background:#fff;color:#0f172a;outline:none;transition:border-color .15s ease,box-shadow .15s ease;min-width:0;box-sizing:border-box}.fb-cmp-bien-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.fb-cmp-bien-input--highlight{background:#fffbeb;border-color:#fbbf24}.fb-cmp-bien-input--highlight:focus{border-color:#f59e0b;box-shadow:0 0 0 3px #f59e0b1a}.fb-cmp-bien-unit{font-size:.625rem;font-weight:600;color:#94a3b8;white-space:nowrap;flex-shrink:0;min-width:32px}.fb-cmp-delta{display:inline-flex;align-items:center;gap:3px;padding:1px 7px;border-radius:999px;font-size:.5625rem;font-weight:700;margin-left:4px;white-space:nowrap}.fb-cmp-delta--positive{background:#22c55e1a;color:#15803d}.fb-cmp-delta--negative{background:#ef44441a;color:#dc2626}.fb-cmp-delta-icon{width:10px;height:10px}.fb-cmp-yield-badge{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border-radius:10px;font-size:.75rem;font-weight:800;margin-top:4px}.fb-cmp-yield-badge--good{background:#22c55e1a;color:#15803d;border:1px solid rgba(34,197,94,.25)}.fb-cmp-yield-badge--medium{background:#f59e0b1a;color:#b45309;border:1px solid rgba(245,158,11,.25)}.fb-cmp-yield-badge--low{background:#ef44441a;color:#dc2626;border:1px solid rgba(239,68,68,.25)}.fb-cmp-yield-icon{width:16px;height:16px}.fb-cmp-yield-label{font-weight:700}.fb-cmp-yield-input{width:36px;text-align:center;background:transparent;border:none;outline:none;font-size:inherit;font-weight:inherit;color:inherit;font-family:Inter,system-ui,sans-serif;padding:0}.fb-cmp-yield-pct{font-weight:700}@keyframes fb-cmp-fadeIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}@keyframes fb-cmp-scaleIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.fb-val-root{font-family:Inter,system-ui,sans-serif}@keyframes fb-val-fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.fb-val-root>*{animation:fb-val-fadeIn .3s ease forwards}.fb-val-root>*:nth-child(1){animation-delay:0ms}.fb-val-root>*:nth-child(2){animation-delay:50ms}.fb-val-root>*:nth-child(3){animation-delay:.1s}.fb-val-root>*:nth-child(4){animation-delay:.15s}.fb-val-root>*:nth-child(5){animation-delay:.2s}.fb-val-root>*:nth-child(6){animation-delay:.25s}.fb-val-root>*:nth-child(7){animation-delay:.3s}.fb-val-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 16px;background:#fff;border:1px solid #e2e8f0;border-radius:10px;margin-bottom:12px;flex-wrap:wrap}.fb-val-toolbar-left{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.fb-val-toolbar-btn{display:inline-flex;align-items:center;gap:5px;padding:6px 14px;font-size:.75rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .15s;border:1px solid transparent;white-space:nowrap}.fb-val-toolbar-btn--secondary{color:#475569;background:#f8fafc;border-color:#e2e8f0}.fb-val-toolbar-btn--secondary:hover{background:#f1f5f9;border-color:#cbd5e1}.fb-val-toolbar-btn--primary{color:#fff;background:#ef5343;border-color:#ef5343}.fb-val-toolbar-btn--primary:hover{background:#dc2626;border-color:#dc2626}.fb-val-toolbar-btn--loading{opacity:.7;cursor:wait}.fb-val-toolbar-btn-icon{width:14px;height:14px;flex-shrink:0}@keyframes fb-val-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.fb-val-toolbar-btn-icon--spin{animation:fb-val-spin 1s linear infinite}.fb-val-toolbar-progress{display:flex;align-items:center;gap:8px}.fb-val-toolbar-progress-text{font-size:.8125rem;font-weight:800;color:#334155;white-space:nowrap;font-family:Poppins,Inter,system-ui,sans-serif}.fb-val-toolbar-progress-track{width:100px;height:6px;background:#e2e8f0;border-radius:3px;overflow:hidden}.fb-val-toolbar-progress-fill{height:100%;border-radius:3px;background:linear-gradient(90deg,#3b82f6,#22c55e);transition:width .4s ease}.fb-val-toolbar-progress-detail{font-size:.6875rem;font-weight:600;color:#94a3b8;white-space:nowrap}.fb-val-quick-ref{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:12px}.fb-val-quick-ref-card{padding:16px;border-radius:10px;border:1px solid #e2e8f0;transition:transform .2s ease,box-shadow .2s ease}.fb-val-quick-ref-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000000f}.fb-val-quick-ref-label{font-family:Poppins,Inter,system-ui,sans-serif;font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;margin-bottom:6px}.fb-val-quick-ref-value{font-family:Poppins,Inter,system-ui,sans-serif;font-size:1.25rem;font-weight:800;color:#002035}.fb-val-quick-ref-sub{font-size:.6875rem;color:#94a3b8;margin-top:4px}.fb-val-quick-ref-card--c1{background:linear-gradient(135deg,#00203508,#0020350f);border-color:#00203526}.fb-val-quick-ref-card--c1 .fb-val-quick-ref-label{color:#002035}.fb-val-quick-ref-card--c2{background:linear-gradient(135deg,#0f3d5c08,#0f3d5c0f);border-color:#0f3d5c26}.fb-val-quick-ref-card--c2 .fb-val-quick-ref-label{color:#0f3d5c}.fb-val-quick-ref-card--c3{background:linear-gradient(135deg,#f59e0b08,#f59e0b0f);border-color:#f59e0b33}.fb-val-quick-ref-card--c3 .fb-val-quick-ref-label{color:#92400e}.fb-val-quick-ref-card--c4{background:linear-gradient(135deg,#22c55e08,#22c55e0f);border-color:#22c55e33}.fb-val-quick-ref-card--c4 .fb-val-quick-ref-label{color:#15803d}.fb-val-subnav{display:flex;align-items:center;gap:6px;padding:0 0 12px;flex-wrap:wrap}.fb-val-pill{display:inline-flex;align-items:center;gap:6px;padding:7px 14px;font-family:Poppins,Inter,system-ui,sans-serif;font-size:.75rem;font-weight:600;color:#64748b;background:#fff;border:1px solid #e2e8f0;border-radius:999px;cursor:pointer;transition:all .15s;position:relative}.fb-val-pill:hover{background:#eff6ff;border-color:#93c5fd;color:#1d4ed8}.fb-val-pill--active{background:#fff;color:#ef5343;border-color:#ef53434d;box-shadow:0 1px 4px #ef53431f}.fb-val-pill-icon{width:14px;height:14px;flex-shrink:0}.fb-val-pill-dot{width:6px;height:6px;border-radius:50%;background:#22c55e;flex-shrink:0}.fb-val-section{animation:fb-val-fadeIn .25s ease forwards}.fb-val-header-card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:20px;margin-bottom:16px}.fb-val-header-card-title{font-family:Poppins,Inter,system-ui,sans-serif;font-size:.8125rem;font-weight:700;color:#1e293b;text-transform:uppercase;letter-spacing:.03em;margin-bottom:16px}.fb-val-header-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}.fb-val-header-field{display:flex;flex-direction:column;gap:4px}.fb-val-label{font-size:.6875rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.04em}.fb-val-input{padding:6px 10px;font-size:.75rem;color:#334155;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;transition:all .15s;font-family:Inter,system-ui,sans-serif;width:100%;box-sizing:border-box}.fb-val-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;background:#fff}.fb-val-input--currency{text-align:right}.fb-val-input--highlight{background:#fffbeb;border-color:#fcd34d}.fb-val-input--highlight:focus{border-color:#f59e0b;box-shadow:0 0 0 3px #f59e0b1a}.fb-val-input--readonly{background:#f1f5f9;color:#94a3b8;cursor:not-allowed}.fb-val-input--small{padding:4px 8px;font-size:.6875rem;text-align:right}.fb-val-input--tiny{padding:3px 6px;font-size:.625rem;text-align:right;width:100%}.fb-val-input--total{background:#f1f5f9;font-weight:700}.fb-val-input--text{text-align:left}.fb-val-select{padding:6px 10px;font-size:.75rem;color:#334155;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;cursor:pointer;transition:all .15s;font-family:Inter,system-ui,sans-serif;width:100%;-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}.fb-val-select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;background:#fff}.fb-val-type-vente-group{display:flex;gap:0;border:1px solid #e2e8f0;border-radius:6px;overflow:hidden}.fb-val-type-vente-btn{flex:1;padding:6px 8px;font-size:.625rem;font-weight:700;color:#64748b;background:#f8fafc;border:none;border-right:1px solid #e2e8f0;cursor:pointer;transition:all .15s;text-align:center;white-space:nowrap}.fb-val-type-vente-btn:last-child{border-right:none}.fb-val-type-vente-btn:hover:not(.fb-val-type-vente-btn--active){background:#eff6ff;color:#3b82f6}.fb-val-type-vente-btn--active{background:#ef5343;color:#fff}.fb-val-scenarios-container{overflow-x:auto;padding-bottom:8px;margin:0 -4px}.fb-val-scenarios-container::-webkit-scrollbar{height:6px}.fb-val-scenarios-container::-webkit-scrollbar-track{background:#f1f5f9;border-radius:3px}.fb-val-scenarios-container::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.fb-val-scenarios-container::-webkit-scrollbar-thumb:hover{background:#94a3b8}.fb-val-scenarios-scroll{display:flex;gap:12px;padding:4px;min-width:-moz-min-content;min-width:min-content}.fb-val-scenario-card{flex:0 0 280px;min-width:260px;max-width:320px;border-radius:10px;border:1px solid #e2e8f0;overflow:hidden;display:flex;flex-direction:column;background:#fff;transition:box-shadow .2s}.fb-val-scenario-card:hover{box-shadow:0 4px 16px #0000000f}.fb-val-scenario-header{padding:10px 14px}.fb-val-scenario-badge{display:inline-block;font-family:Poppins,Inter,system-ui,sans-serif;font-size:.625rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;padding:3px 10px;border-radius:999px}.fb-val-scenario--c1 .fb-val-scenario-header{background:#002035}.fb-val-scenario--c1 .fb-val-scenario-badge{color:#fff;background:#ffffff26}.fb-val-scenario--c2 .fb-val-scenario-header{background:#0f3d5c}.fb-val-scenario--c2 .fb-val-scenario-badge{color:#fff;background:#ffffff26}.fb-val-scenario--c3 .fb-val-scenario-header{background:#f59e0b}.fb-val-scenario--c3 .fb-val-scenario-badge{color:#78350f;background:#ffffff4d}.fb-val-scenario--c4 .fb-val-scenario-header{background:#22c55e}.fb-val-scenario--c4 .fb-val-scenario-badge{color:#052e16;background:#ffffff4d}.fb-val-scenario--c5 .fb-val-scenario-header{background:linear-gradient(135deg,#22c55e,#16a34a)}.fb-val-scenario--c5 .fb-val-scenario-badge{color:#fff;background:#fff3}.fb-val-scenario-body{flex:1;padding:12px 14px}.fb-val-sale-rows{display:flex;flex-direction:column;gap:6px;margin-bottom:10px}.fb-val-sale-row{padding:6px 8px;border-radius:6px;border:1px solid transparent}.fb-val-sale-row--highlight{background:linear-gradient(135deg,#ef53430a,#ef534314);border-color:#ef534326}.fb-val-sale-label{display:block;font-size:.6875rem;font-weight:700;color:#334155;margin-bottom:4px}.fb-val-sale-inputs{display:flex;flex-direction:column;gap:4px}.fb-val-sale-input-group{display:flex;align-items:center;gap:6px}.fb-val-sale-input-tag{font-size:.5625rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:#94a3b8;min-width:32px;flex-shrink:0}.fb-val-sale-input-group .fb-val-input{flex:1}.fb-val-extra-field{display:flex;align-items:center;gap:8px;padding:5px 0;border-top:1px solid #f1f5f9}.fb-val-extra-label{flex:1;font-size:.6875rem;color:#475569;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fb-val-extra-field .fb-val-input,.fb-val-extra-field .fb-val-select{width:110px;flex-shrink:0}.fb-val-key-metrics,.fb-val-loyers-mini{border-top:1px solid #e2e8f0;margin-top:8px;padding-top:8px}.fb-val-loyers-mini-title{font-family:Poppins,Inter,system-ui,sans-serif;font-size:.5625rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#94a3b8;margin-bottom:6px}.fb-val-loyers-table{width:100%;border-collapse:collapse}.fb-val-loyers-th{padding:4px 6px;font-size:.5625rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#94a3b8;background:#f8fafc;border-bottom:1px solid #e2e8f0;text-align:right}.fb-val-loyers-th--label{text-align:left}.fb-val-loyers-td{padding:3px 6px;border-bottom:1px solid #f1f5f9}.fb-val-loyers-td--label{font-size:.625rem;color:#475569;text-align:left;white-space:nowrap}.fb-val-loyers-row--total .fb-val-loyers-td{background:#f8fafc;border-top:1px solid #e2e8f0;font-weight:700}.fb-val-quotite-block{border-top:1px solid #e2e8f0;margin-top:8px;padding-top:8px}.fb-val-quotite-title{font-family:Poppins,Inter,system-ui,sans-serif;font-size:.5625rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#94a3b8;margin-bottom:6px}.fb-val-quotite-sub-label{font-size:.5625rem;color:#94a3b8;margin-bottom:4px;margin-top:6px}.fb-val-quotite-bar{display:flex;height:8px;border-radius:4px;overflow:hidden;background:#f1f5f9;margin-bottom:4px}.fb-val-quotite-prive{background:#3b82f6;transition:width .3s ease}.fb-val-quotite-pro{background:#f59e0b;transition:width .3s ease}.fb-val-quotite-labels{display:flex;justify-content:space-between;margin-bottom:6px}.fb-val-quotite-label{font-size:.5625rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.fb-val-quotite-label--prive{color:#3b82f6}.fb-val-quotite-label--pro{color:#f59e0b}.fb-val-quotite-inputs{margin-bottom:4px}.fb-val-quotite-input-group{display:flex;align-items:center;gap:4px}.fb-val-quotite-input-group .fb-val-input{flex:1}.fb-val-quotite-pct{font-size:.5625rem;color:#94a3b8;flex-shrink:0}.fb-val-swot-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.fb-val-swot-cell{border-radius:10px;overflow:hidden;border:1px solid #e2e8f0;transition:box-shadow .2s}.fb-val-swot-cell:hover{box-shadow:0 2px 8px #0000000a}.fb-val-swot-cell--forces{border-color:#bbf7d0}.fb-val-swot-cell--faiblesses{border-color:#fecaca}.fb-val-swot-cell--opportunites{border-color:#bfdbfe}.fb-val-swot-cell--menaces{border-color:#fde68a}.fb-val-swot-header{padding:10px 14px;display:flex;align-items:center;justify-content:space-between;font-family:Poppins,Inter,system-ui,sans-serif;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.fb-val-swot-header-title{display:flex;align-items:center;gap:6px}.fb-val-swot-icon{width:14px;height:14px;flex-shrink:0}.fb-val-swot-header--forces{background:#dcfce7;color:#15803d;border-bottom:3px solid #22c55e}.fb-val-swot-header--faiblesses{background:#fee2e2;color:#991b1b;border-bottom:3px solid #ef4444}.fb-val-swot-header--opportunites{background:#dbeafe;color:#1e40af;border-bottom:3px solid #3b82f6}.fb-val-swot-header--menaces{background:#fef3c7;color:#92400e;border-bottom:3px solid #f59e0b}.fb-val-swot-count{font-size:.625rem;font-weight:600;opacity:.7}.fb-val-swot-textarea{width:100%;min-height:120px;padding:14px;border:none;outline:none;font-size:.8125rem;line-height:1.7;color:#334155;resize:vertical;font-family:Inter,system-ui,sans-serif;background:#fff}.fb-val-swot-textarea:focus{background:#fafbfc}.fb-val-docs-card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;overflow:hidden}.fb-val-docs-header{display:flex;align-items:center;justify-content:space-between;padding:12px 20px;background:#f8fafc;border-bottom:1px solid #e2e8f0}.fb-val-docs-header-left{display:flex;align-items:center;gap:8px}.fb-val-docs-header-icon{width:16px;height:16px;color:#ef5343}.fb-val-docs-header-title{font-family:Poppins,Inter,system-ui,sans-serif;font-size:.8125rem;font-weight:700;color:#1e293b;text-transform:uppercase;letter-spacing:.03em}.fb-val-docs-count-badge{font-size:.6875rem;font-weight:700;color:#15803d;background:#dcfce7;padding:3px 10px;border-radius:999px}.fb-val-docs-body{padding:8px 0}.fb-val-docs-item{display:flex;align-items:center;justify-content:space-between;padding:8px 20px;border-bottom:1px solid #f8fafc;transition:background .15s}.fb-val-docs-item:last-child{border-bottom:none}.fb-val-docs-item:hover{background:#fafbfc}.fb-val-docs-item-label{font-size:.8125rem;color:#334155;font-weight:500}.fb-val-docs-toggle{width:28px;height:28px;border-radius:50%;border:2px solid #cbd5e1;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s;flex-shrink:0}.fb-val-docs-toggle:hover{border-color:#94a3b8;background:#f8fafc}.fb-val-docs-toggle--active{border-color:#22c55e;background:#22c55e}.fb-val-docs-toggle--active:hover{border-color:#16a34a;background:#16a34a}.fb-val-docs-toggle-icon{width:14px;height:14px;color:#fff;stroke-width:3}.fb-val-docs-toggle-circle{width:8px;height:8px;border-radius:50%;background:#e2e8f0}.fb-val-remarques-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.fb-val-remarques-card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;overflow:hidden}.fb-val-remarques-card--full{grid-column:1 / -1}.fb-val-remarques-card-header{display:flex;align-items:center;justify-content:space-between;padding:10px 16px;background:#f8fafc;border-bottom:1px solid #f1f5f9}.fb-val-remarques-card-title{font-family:Poppins,Inter,system-ui,sans-serif;font-size:.75rem;font-weight:700;color:#1e293b;text-transform:uppercase;letter-spacing:.03em}.fb-val-remarques-char-count{font-size:.625rem;font-weight:600;color:#94a3b8}.fb-val-remarques-textarea{width:100%;min-height:100px;padding:14px 16px;border:none;outline:none;font-size:.8125rem;line-height:1.7;color:#334155;resize:vertical;font-family:Inter,system-ui,sans-serif;background:#fff}.fb-val-remarques-textarea:focus{background:#fafbfc}.fb-val-finaliser-wrapper{display:flex;justify-content:center;padding:24px 0}.fb-val-finaliser-btn{display:inline-flex;align-items:center;gap:8px;padding:14px 40px;font-family:Poppins,Inter,system-ui,sans-serif;font-size:.875rem;font-weight:700;color:#fff;background:linear-gradient(135deg,#ef5343,#dc2626);border:none;border-radius:12px;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 14px #ef53434d}.fb-val-finaliser-btn:hover{transform:translateY(-1px);box-shadow:0 6px 20px #ef534366}.fb-val-finaliser-btn:active{transform:translateY(0)}.fb-val-finaliser-btn-icon{width:20px;height:20px}.fb-val-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:50;animation:fb-val-fadeIn .15s ease}.fb-val-modal{background:#fff;border-radius:16px;padding:32px;max-width:420px;width:90%;box-shadow:0 20px 60px #00000026}.fb-val-modal-title{font-family:Poppins,Inter,system-ui,sans-serif;font-size:1rem;font-weight:700;color:#002035;margin-bottom:8px}.fb-val-modal-body{font-size:.8125rem;color:#475569;line-height:1.6;margin-bottom:24px}.fb-val-modal-actions{display:flex;justify-content:flex-end;gap:8px}@media (max-width: 1280px){.fb-val-quick-ref{grid-template-columns:repeat(2,1fr)}.fb-val-scenario-card{flex:0 0 260px;min-width:240px}}@media (max-width: 1024px){.fb-val-header-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.fb-val-quick-ref{grid-template-columns:1fr}.fb-val-header-grid{grid-template-columns:repeat(2,1fr)}.fb-val-swot-grid,.fb-val-remarques-grid{grid-template-columns:1fr}.fb-val-toolbar{flex-direction:column;align-items:flex-start}.fb-val-subnav{gap:4px}.fb-val-pill{padding:5px 10px;font-size:.6875rem}.fb-val-scenario-card{flex:0 0 240px;min-width:220px}}@media (max-width: 640px){.fb-val-header-grid{grid-template-columns:1fr}.fb-val-type-vente-group{flex-direction:column}.fb-val-type-vente-btn{border-right:none;border-bottom:1px solid #e2e8f0}.fb-val-type-vente-btn:last-child{border-bottom:none}}@media print{.fb-val-toolbar,.fb-val-finaliser-wrapper{display:none}.fb-val-scenarios-container{overflow:visible}.fb-val-scenarios-scroll{flex-wrap:wrap}.fb-val-scenario-card{flex:0 0 48%;page-break-inside:avoid}.fb-val-swot-cell{page-break-inside:avoid}}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:Inter,system-ui,sans-serif;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}body{font-family:Inter,system-ui,sans-serif;font-size:.875rem;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.container{width:100%}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}.btn-primary{display:inline-flex;align-items:center;justify-content:center;border-radius:8px;padding:.5rem 1rem;font-size:.75rem;line-height:1.125rem;font-weight:600;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;background:var(--gradient-brand)}.btn-primary:hover{--tw-translate-y: -1px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));opacity:.9;--tw-shadow: 0 4px 16px rgba(15,23,42,.08);--tw-shadow-colored: 0 4px 16px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.btn-primary:active{--tw-scale-x: .98;--tw-scale-y: .98;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.btn-secondary{display:inline-flex;align-items:center;justify-content:center;border-radius:8px;border-width:1px;--tw-border-opacity: 1;border-color:rgb(226 232 240 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:.5rem 1rem;font-size:.75rem;line-height:1.125rem;font-weight:600;--tw-text-opacity: 1;color:rgb(51 65 85 / var(--tw-text-opacity, 1));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.btn-secondary:hover{--tw-translate-y: -1px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));--tw-border-opacity: 1;border-color:rgb(203 213 225 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(248 250 252 / var(--tw-bg-opacity, 1))}.card{border-radius:16px;border-width:1px;--tw-border-opacity: 1;border-color:rgb(226 232 240 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));--tw-shadow: 0 1px 2px rgba(15,23,42,.05);--tw-shadow-colored: 0 1px 2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.input-field{width:100%;border-radius:8px;border-width:1px;--tw-border-opacity: 1;border-color:rgb(226 232 240 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:.5rem .75rem;font-size:.75rem;line-height:1.125rem;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.input-field::-moz-placeholder{--tw-text-opacity: 1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.input-field::placeholder{--tw-text-opacity: 1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.input-field:focus{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1));outline:2px solid transparent;outline-offset:2px;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-color: rgb(59 130 246 / .1)}.label{margin-bottom:.25rem;display:block;font-size:.6875rem;line-height:1rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em;--tw-text-opacity: 1;color:rgb(100 116 139 / var(--tw-text-opacity, 1))}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.pointer-events-none{pointer-events:none}.visible{visibility:visible}.static{position:static}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{inset:0}.-right-1\.5{right:-.375rem}.-top-1\.5{top:-.375rem}.bottom-0{bottom:0}.left-0{left:0}.left-3{left:.75rem}.right-3{right:.75rem}.top-0{top:0}.top-1\/2{top:50%}.z-10{z-index:10}.z-30{z-index:30}.mx-3\.5{margin-left:.875rem;margin-right:.875rem}.mx-auto{margin-left:auto;margin-right:auto}.my-3{margin-top:.75rem;margin-bottom:.75rem}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.mb-0\.5{margin-bottom:.125rem}.mb-1{margin-bottom:.25rem}.mb-10{margin-bottom:2.5rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.ml-0\.5{margin-left:.125rem}.ml-1{margin-left:.25rem}.ml-\[52px\]{margin-left:52px}.ml-auto{margin-left:auto}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-1\.5{margin-top:.375rem}.mt-10{margin-top:2.5rem}.mt-2{margin-top:.5rem}.mt-2\.5{margin-top:.625rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-8{margin-top:2rem}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.h-0\.5{height:.125rem}.h-1{height:.25rem}.h-1\.5{height:.375rem}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-16{height:4rem}.h-2{height:.5rem}.h-2\.5{height:.625rem}.h-24{height:6rem}.h-3{height:.75rem}.h-3\.5{height:.875rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-\[2px\]{height:2px}.h-full{height:100%}.h-px{height:1px}.h-screen{height:100vh}.min-h-\[400px\]{min-height:400px}.min-h-screen{min-height:100vh}.w-1\.5{width:.375rem}.w-10{width:2.5rem}.w-11{width:2.75rem}.w-12{width:3rem}.w-16{width:4rem}.w-2{width:.5rem}.w-2\.5{width:.625rem}.w-3{width:.75rem}.w-3\.5{width:.875rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-7{width:1.75rem}.w-8{width:2rem}.w-80{width:20rem}.w-9{width:2.25rem}.w-\[260px\]{width:260px}.w-\[3px\]{width:3px}.w-full{width:100%}.min-w-0{min-width:0px}.min-w-\[100px\]{min-width:100px}.min-w-\[140px\]{min-width:140px}.min-w-\[160px\]{min-width:160px}.min-w-\[800px\]{min-width:800px}.max-w-\[1400px\]{max-width:1400px}.max-w-\[1440px\]{max-width:1440px}.max-w-\[160px\]{max-width:160px}.max-w-\[200px\]{max-width:200px}.max-w-\[220px\]{max-width:220px}.max-w-\[420px\]{max-width:420px}.max-w-sm{max-width:24rem}.flex-1{flex:1 1 0%}.flex-shrink-0,.shrink-0{flex-shrink:0}.grow{flex-grow:1}.-translate-y-1\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-1{--tw-translate-x: .25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-6{--tw-translate-x: 1.5rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-rotate-90{--tw-rotate: -90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate-fade-in{animation:fadeIn .3s ease-out}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.resize-y{resize:vertical}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-0\.5{gap:.125rem}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-2{gap:.5rem}.gap-2\.5{gap:.625rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.space-y-0\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.125rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.125rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-nowrap{white-space:nowrap}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-\[10px\]{border-radius:10px}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:16px}.rounded-md{border-radius:12px}.rounded-sm{border-radius:8px}.rounded-xl{border-radius:20px}.rounded-r-sm{border-top-right-radius:8px;border-bottom-right-radius:8px}.border{border-width:1px}.border-2{border-width:2px}.border-b{border-bottom-width:1px}.border-r{border-right-width:1px}.border-t{border-top-width:1px}.border-t-\[3px\]{border-top-width:3px}.border-danger-200{--tw-border-opacity: 1;border-color:rgb(254 202 202 / var(--tw-border-opacity, 1))}.border-primary-200{--tw-border-opacity: 1;border-color:rgb(191 219 254 / var(--tw-border-opacity, 1))}.border-primary-500{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1))}.border-secondary-100{--tw-border-opacity: 1;border-color:rgb(241 245 249 / var(--tw-border-opacity, 1))}.border-secondary-200{--tw-border-opacity: 1;border-color:rgb(226 232 240 / var(--tw-border-opacity, 1))}.border-secondary-300{--tw-border-opacity: 1;border-color:rgb(203 213 225 / var(--tw-border-opacity, 1))}.border-secondary-50{--tw-border-opacity: 1;border-color:rgb(248 250 252 / var(--tw-border-opacity, 1))}.border-white{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}.border-white\/\[0\.06\]{border-color:#ffffff0f}.border-t-amber-500{--tw-border-opacity: 1;border-top-color:rgb(245 158 11 / var(--tw-border-opacity, 1))}.border-t-blue-500{--tw-border-opacity: 1;border-top-color:rgb(59 130 246 / var(--tw-border-opacity, 1))}.border-t-green-500{--tw-border-opacity: 1;border-top-color:rgb(34 197 94 / var(--tw-border-opacity, 1))}.border-t-purple-500{--tw-border-opacity: 1;border-top-color:rgb(168 85 247 / var(--tw-border-opacity, 1))}.border-t-secondary-900{--tw-border-opacity: 1;border-top-color:rgb(15 23 42 / var(--tw-border-opacity, 1))}.border-t-slate-400{--tw-border-opacity: 1;border-top-color:rgb(148 163 184 / var(--tw-border-opacity, 1))}.border-t-transparent{border-top-color:transparent}.bg-\[\#22c55e\]{--tw-bg-opacity: 1;background-color:rgb(34 197 94 / var(--tw-bg-opacity, 1))}.bg-\[\#8b5cf6\]{--tw-bg-opacity: 1;background-color:rgb(139 92 246 / var(--tw-bg-opacity, 1))}.bg-\[\#f59e0b\]{--tw-bg-opacity: 1;background-color:rgb(245 158 11 / var(--tw-bg-opacity, 1))}.bg-accent-100{--tw-bg-opacity: 1;background-color:rgb(237 233 254 / var(--tw-bg-opacity, 1))}.bg-accent-400{--tw-bg-opacity: 1;background-color:rgb(167 139 250 / var(--tw-bg-opacity, 1))}.bg-accent-50{--tw-bg-opacity: 1;background-color:rgb(245 243 255 / var(--tw-bg-opacity, 1))}.bg-accent-500{--tw-bg-opacity: 1;background-color:rgb(139 92 246 / var(--tw-bg-opacity, 1))}.bg-amber-50{--tw-bg-opacity: 1;background-color:rgb(255 251 235 / var(--tw-bg-opacity, 1))}.bg-amber-500{--tw-bg-opacity: 1;background-color:rgb(245 158 11 / var(--tw-bg-opacity, 1))}.bg-blue-50{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.bg-blue-500{--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity, 1))}.bg-blue-500\/20{background-color:#3b82f633}.bg-brand-red{--tw-bg-opacity: 1;background-color:rgb(239 83 67 / var(--tw-bg-opacity, 1))}.bg-danger-50{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.bg-danger-500{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity, 1))}.bg-green-50{--tw-bg-opacity: 1;background-color:rgb(240 253 244 / var(--tw-bg-opacity, 1))}.bg-green-500{--tw-bg-opacity: 1;background-color:rgb(34 197 94 / var(--tw-bg-opacity, 1))}.bg-green-500\/15{background-color:#22c55e26}.bg-primary-100{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1))}.bg-primary-50{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.bg-primary-500{--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity, 1))}.bg-purple-50{--tw-bg-opacity: 1;background-color:rgb(250 245 255 / var(--tw-bg-opacity, 1))}.bg-purple-500{--tw-bg-opacity: 1;background-color:rgb(168 85 247 / var(--tw-bg-opacity, 1))}.bg-purple-500\/15{background-color:#a855f726}.bg-purple-500\/20{background-color:#a855f733}.bg-secondary-100{--tw-bg-opacity: 1;background-color:rgb(241 245 249 / var(--tw-bg-opacity, 1))}.bg-secondary-200{--tw-bg-opacity: 1;background-color:rgb(226 232 240 / var(--tw-bg-opacity, 1))}.bg-secondary-300{--tw-bg-opacity: 1;background-color:rgb(203 213 225 / var(--tw-bg-opacity, 1))}.bg-secondary-400{--tw-bg-opacity: 1;background-color:rgb(148 163 184 / var(--tw-bg-opacity, 1))}.bg-secondary-50{--tw-bg-opacity: 1;background-color:rgb(248 250 252 / var(--tw-bg-opacity, 1))}.bg-secondary-50\/50{background-color:#f8fafc80}.bg-secondary-900{--tw-bg-opacity: 1;background-color:rgb(15 23 42 / var(--tw-bg-opacity, 1))}.bg-slate-100{--tw-bg-opacity: 1;background-color:rgb(241 245 249 / var(--tw-bg-opacity, 1))}.bg-slate-400{--tw-bg-opacity: 1;background-color:rgb(148 163 184 / var(--tw-bg-opacity, 1))}.bg-success-50{--tw-bg-opacity: 1;background-color:rgb(240 253 244 / var(--tw-bg-opacity, 1))}.bg-success-500{--tw-bg-opacity: 1;background-color:rgb(34 197 94 / var(--tw-bg-opacity, 1))}.bg-success-600{--tw-bg-opacity: 1;background-color:rgb(22 163 74 / var(--tw-bg-opacity, 1))}.bg-warning-50{--tw-bg-opacity: 1;background-color:rgb(255 251 235 / var(--tw-bg-opacity, 1))}.bg-warning-500{--tw-bg-opacity: 1;background-color:rgb(245 158 11 / var(--tw-bg-opacity, 1))}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-white\/80{background-color:#fffc}.bg-white\/\[0\.06\]{background-color:#ffffff0f}.bg-gradient-to-b{background-image:linear-gradient(to bottom,var(--tw-gradient-stops))}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.from-blue-500{--tw-gradient-from: #3b82f6 var(--tw-gradient-from-position);--tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-500\/15{--tw-gradient-from: rgb(59 130 246 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.to-purple-500{--tw-gradient-to: #a855f7 var(--tw-gradient-to-position)}.to-purple-500\/15{--tw-gradient-to: rgb(168 85 247 / .15) var(--tw-gradient-to-position)}.object-contain{-o-object-fit:contain;object-fit:contain}.p-1{padding:.25rem}.p-1\.5{padding:.375rem}.p-3\.5{padding:.875rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.px-14{padding-left:3.5rem;padding-right:3.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-3\.5{padding-left:.875rem;padding-right:.875rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-20{padding-top:5rem;padding-bottom:5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.pb-1{padding-bottom:.25rem}.pb-2{padding-bottom:.5rem}.pb-3{padding-bottom:.75rem}.pb-5{padding-bottom:1.25rem}.pl-5{padding-left:1.25rem}.pl-9{padding-left:2.25rem}.pr-10{padding-right:2.5rem}.pr-2{padding-right:.5rem}.pr-5{padding-right:1.25rem}.pt-1{padding-top:.25rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.pt-5{padding-top:1.25rem}.pt-6{padding-top:1.5rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.font-display{font-family:Poppins,Inter,system-ui,sans-serif}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.75rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-\[10px\]{font-size:10px}.text-\[11\.5px\]{font-size:11.5px}.text-\[11px\]{font-size:11px}.text-\[13\.5px\]{font-size:13.5px}.text-\[13px\]{font-size:13px}.text-\[8px\]{font-size:8px}.text-\[9px\]{font-size:9px}.text-base{font-size:.875rem;line-height:1.375rem}.text-lg{font-size:1rem;line-height:1.5rem}.text-sm{font-size:.75rem;line-height:1.125rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.6875rem;line-height:1rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.tabular-nums{--tw-numeric-spacing: tabular-nums;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.leading-none{line-height:1}.leading-relaxed{line-height:1.625}.leading-snug{line-height:1.375}.tracking-\[0\.2em\]{letter-spacing:.2em}.tracking-\[1\.2px\]{letter-spacing:1.2px}.tracking-tight{letter-spacing:-.025em}.tracking-wide{letter-spacing:.025em}.tracking-wider{letter-spacing:.05em}.text-accent-500{--tw-text-opacity: 1;color:rgb(139 92 246 / var(--tw-text-opacity, 1))}.text-accent-700{--tw-text-opacity: 1;color:rgb(109 40 217 / var(--tw-text-opacity, 1))}.text-amber-700{--tw-text-opacity: 1;color:rgb(180 83 9 / var(--tw-text-opacity, 1))}.text-blue-400{--tw-text-opacity: 1;color:rgb(96 165 250 / var(--tw-text-opacity, 1))}.text-blue-700{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.text-danger-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.text-danger-700{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity, 1))}.text-green-400{--tw-text-opacity: 1;color:rgb(74 222 128 / var(--tw-text-opacity, 1))}.text-green-700{--tw-text-opacity: 1;color:rgb(21 128 61 / var(--tw-text-opacity, 1))}.text-primary-500{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity, 1))}.text-primary-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.text-primary-700{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.text-purple-400{--tw-text-opacity: 1;color:rgb(192 132 252 / var(--tw-text-opacity, 1))}.text-purple-700{--tw-text-opacity: 1;color:rgb(126 34 206 / var(--tw-text-opacity, 1))}.text-secondary-300{--tw-text-opacity: 1;color:rgb(203 213 225 / var(--tw-text-opacity, 1))}.text-secondary-400{--tw-text-opacity: 1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.text-secondary-500{--tw-text-opacity: 1;color:rgb(100 116 139 / var(--tw-text-opacity, 1))}.text-secondary-600{--tw-text-opacity: 1;color:rgb(71 85 105 / var(--tw-text-opacity, 1))}.text-secondary-700{--tw-text-opacity: 1;color:rgb(51 65 85 / var(--tw-text-opacity, 1))}.text-secondary-800{--tw-text-opacity: 1;color:rgb(30 41 59 / var(--tw-text-opacity, 1))}.text-secondary-900{--tw-text-opacity: 1;color:rgb(15 23 42 / var(--tw-text-opacity, 1))}.text-slate-200{--tw-text-opacity: 1;color:rgb(226 232 240 / var(--tw-text-opacity, 1))}.text-slate-400{--tw-text-opacity: 1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.text-slate-500{--tw-text-opacity: 1;color:rgb(100 116 139 / var(--tw-text-opacity, 1))}.text-slate-600{--tw-text-opacity: 1;color:rgb(71 85 105 / var(--tw-text-opacity, 1))}.text-warning-600{--tw-text-opacity: 1;color:rgb(217 119 6 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.text-white\/80{color:#fffc}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.opacity-\[0\.04\]{opacity:.04}.shadow-\[0_-2px_8px_rgba\(15\,23\,42\,0\.04\)\]{--tw-shadow: 0 -2px 8px rgba(15,23,42,.04);--tw-shadow-colored: 0 -2px 8px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 2px 8px rgba(15,23,42,.06);--tw-shadow-colored: 0 2px 8px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-xs{--tw-shadow: 0 1px 2px rgba(15,23,42,.05);--tw-shadow-colored: 0 1px 2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur-md{--tw-backdrop-blur: blur(12px);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-150{transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}:root{--brand-red: #ef5343;--brand-navy: #002035;--gradient-brand: linear-gradient(135deg, #3b82f6, #8b5cf6);--gradient-brand-subtle: linear-gradient(135deg, rgba(59,130,246,.1), rgba(139,92,246,.1));--sidebar-width: 240px;--shadow-xs: 0 1px 2px rgba(15,23,42,.05);--shadow-sm: 0 2px 8px rgba(15,23,42,.06);--shadow-md: 0 4px 16px rgba(15,23,42,.08);--shadow-lg: 0 8px 24px rgba(15,23,42,.12);--gam-xp-gradient: linear-gradient(90deg, #3b82f6, #8b5cf6);--gam-challenge-gradient: linear-gradient(90deg, #22c55e, #4ade80);--val-highlight: #FFFDE7;--val-highlight-border: #F59E0B}.placeholder\:text-secondary-400::-moz-placeholder{--tw-text-opacity: 1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.placeholder\:text-secondary-400::placeholder{--tw-text-opacity: 1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.last\:border-b-0:last-child{border-bottom-width:0px}.hover\:-translate-y-0\.5:hover{--tw-translate-y: -.125rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:-translate-y-px:hover{--tw-translate-y: -1px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:bg-secondary-100:hover{--tw-bg-opacity: 1;background-color:rgb(241 245 249 / var(--tw-bg-opacity, 1))}.hover\:bg-secondary-50:hover{--tw-bg-opacity: 1;background-color:rgb(248 250 252 / var(--tw-bg-opacity, 1))}.hover\:bg-secondary-50\/50:hover{background-color:#f8fafc80}.hover\:bg-white\/5:hover{background-color:#ffffff0d}.hover\:text-accent-600:hover{--tw-text-opacity: 1;color:rgb(124 58 237 / var(--tw-text-opacity, 1))}.hover\:text-primary-700:hover{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.hover\:text-secondary-600:hover{--tw-text-opacity: 1;color:rgb(71 85 105 / var(--tw-text-opacity, 1))}.hover\:text-secondary-700:hover{--tw-text-opacity: 1;color:rgb(51 65 85 / var(--tw-text-opacity, 1))}.hover\:text-slate-200:hover{--tw-text-opacity: 1;color:rgb(226 232 240 / var(--tw-text-opacity, 1))}.hover\:text-slate-300:hover{--tw-text-opacity: 1;color:rgb(203 213 225 / var(--tw-text-opacity, 1))}.hover\:opacity-90:hover{opacity:.9}.hover\:shadow-md:hover{--tw-shadow: 0 4px 16px rgba(15,23,42,.08);--tw-shadow-colored: 0 4px 16px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.focus\:border-primary-500:focus{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1))}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-primary-500\/20:focus{--tw-ring-color: rgb(59 130 246 / .2)}.focus\:ring-primary-500\/30:focus{--tw-ring-color: rgb(59 130 246 / .3)}.active\:scale-\[0\.98\]:active{--tw-scale-x: .98;--tw-scale-y: .98;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-40:disabled{opacity:.4}.disabled\:opacity-50:disabled{opacity:.5}.disabled\:opacity-60:disabled{opacity:.6}@media (min-width: 640px){.sm\:inline{display:inline}.sm\:flex-row{flex-direction:row}.sm\:items-center{align-items:center}.sm\:justify-between{justify-content:space-between}.sm\:px-12{padding-left:3rem;padding-right:3rem}}@media (min-width: 768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width: 1024px){.lg\:flex{display:flex}.lg\:hidden{display:none}.lg\:w-\[52\%\]{width:52%}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width: 1280px){.xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.xl\:grid-cols-\[1fr_320px\]{grid-template-columns:1fr 320px}.xl\:grid-cols-\[7fr_3fr\]{grid-template-columns:7fr 3fr}}
