:root{--color-primary:#22c55e;--color-primary-dark:#16a34a;--color-primary-darker:#15803d;--color-primary-light:#86efac;--color-primary-lighter:#bbf7d0;--color-primary-bg:#f0fdf4;--color-primary-bg-light:#dcfce7;--color-primary-text:#166534;--color-secondary:#8b5cf6;--color-secondary-dark:#7c3aed;--color-secondary-bg:#f5f3ff;--color-secondary-bg-light:#ede9fe;--color-secondary-border:#ddd6fe;--color-accent:#16a34a;--color-accent-dark:#15803d;--color-warning:#f59e0b;--color-warning-dark:#d97706;--color-error:#dc2626;--color-error-light:#fee2e2;--color-error-border:#fecaca;--color-text-dark:#1e293b;--color-text:#334155;--color-text-medium:#475569;--color-text-light:#64748b;--color-text-lighter:#94a3b8;--color-bg:#fff;--color-bg-subtle:#f8fafc;--color-bg-muted:#f1f5f9;--color-border:#e2e8f0;--color-border-light:#f1f5f9;--color-border-dark:#cbd5e1;--shadow-sm:0 2px 12px #0000000f;--shadow-md:0 4px 15px #0000000d;--shadow-lg:0 8px 25px #00000014;--shadow-xl:0 10px 40px #22c55e1a;--shadow-card-hover:0 12px 32px #22c55e26;--shadow-primary:0 4px 15px #22c55e4d;--shadow-primary-lg:0 6px 20px #22c55e66;--gradient-primary:linear-gradient(135deg,var(--color-primary) 0%,var(--color-primary-dark) 100%);--gradient-secondary:linear-gradient(135deg,var(--color-secondary) 0%,var(--color-secondary-dark) 100%);--gradient-accent:linear-gradient(135deg,var(--color-accent) 0%,var(--color-accent-dark) 100%);--gradient-warning:linear-gradient(135deg,var(--color-warning) 0%,var(--color-warning-dark) 100%);--gradient-page-bg:linear-gradient(180deg,#f8fdf9,#fff);--gradient-header-bg:linear-gradient(135deg,#f8fafc,#f1f5f9);--gradient-primary-bg:linear-gradient(135deg,var(--color-primary-bg) 0%,var(--color-primary-bg-light) 100%);--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--radius-2xl:20px;--radius-full:50px;--transition-fast:0.2s ease;--transition-base:0.3s ease;--container-max-width:1200px;--container-padding:2rem;--container-padding-mobile:1rem}.page-base{padding:2rem 0 0}.page-base,.page-base-padded{background:linear-gradient(180deg,#f8fdf9,#fff);background:var(--gradient-page-bg);min-height:80vh}.page-base-padded{padding:3rem 0 0}.container{max-width:var(--container-max-width);padding:0 var(--container-padding)}.breadcrumb{flex-wrap:wrap}.breadcrumb a{color:#64748b;color:var(--color-text-light);transition:color .2s ease;transition:color var(--transition-fast)}.breadcrumb a:hover{color:var(--color-primary)}.breadcrumb .separator{color:#cbd5e1;color:var(--color-border-dark)}.breadcrumb .current{color:#1e293b;color:var(--color-text-dark);font-weight:500}.page-header{margin-bottom:2.5rem;text-align:center}.page-header-left{margin-bottom:2rem}.page-title{color:#1a4d2e;font-size:2.5rem;font-weight:700;margin:0 0 1rem}.page-title-gradient{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#22c55e,#16a34a);background:var(--gradient-primary);-webkit-background-clip:text;background-clip:text}.page-title-purple{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#8b5cf6,#7c3aed);background:var(--gradient-secondary);-webkit-background-clip:text;background-clip:text}.page-title-flex{align-items:center;display:flex;flex-wrap:wrap;gap:1rem}.page-description{color:#64748b;color:var(--color-text-light);font-size:1.1rem;max-width:600px}.pharmacy-search .page-description{margin:0 auto}.page-subtitle{color:#64748b;color:var(--color-text-light);font-size:1.1rem}.title-icon{font-size:2.5rem}.badge{border-radius:6px;font-size:.65rem;font-weight:700;letter-spacing:.3px}.badge-sale{background:#fff;color:#16a34a;color:var(--color-primary-dark)}.badge-bodacc{background:var(--gradient-secondary)}.badge-sold,.badge-type{background:#fff3;color:#fff}.badge-urban{background:linear-gradient(135deg,#16a34a,#15803d);background:var(--gradient-accent);color:#fff}.badge-rural{background:linear-gradient(135deg,#22c55e,#16a34a);background:var(--gradient-primary);color:#fff}.badge-chain{background:linear-gradient(135deg,#f59e0b,#d97706);background:var(--gradient-warning);color:#fff}.badge-department{background:linear-gradient(135deg,#22c55e,#16a34a);background:var(--gradient-primary)}.badge-city,.badge-department{border-radius:50px;border-radius:var(--radius-full);color:#fff;font-size:1rem;font-weight:600;padding:.4rem 1rem}.badge-city{background:linear-gradient(135deg,#16a34a,#15803d);background:var(--gradient-accent)}.pharmacy-card{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-xl);box-shadow:0 2px 12px #0000000f;box-shadow:var(--shadow-sm);cursor:pointer;display:flex;flex-direction:column;transition:all .3s ease;transition:all var(--transition-base)}.pharmacy-card:hover{border-color:#22c55e;border-color:var(--color-primary);box-shadow:0 12px 32px #22c55e26;box-shadow:var(--shadow-card-hover);transform:translateY(-6px)}.pharmacy-card.card-purple:hover{border-color:#8b5cf6;border-color:var(--color-secondary);box-shadow:0 12px 32px #8b5cf626}.card-header{align-items:center;background:linear-gradient(135deg,#22c55e,#16a34a);background:var(--gradient-primary);display:flex;justify-content:space-between;padding:1rem 1.25rem}.card-header-sold{background:linear-gradient(135deg,#8b5cf6,#7c3aed);background:var(--gradient-secondary)}.card-badges{display:flex;flex-wrap:wrap;gap:.4rem}.card-arrow{color:#fff;font-size:1.5rem;opacity:.7;transition:all .2s ease;transition:all var(--transition-fast)}.pharmacy-card:hover .card-arrow{opacity:1;transform:translateX(4px)}.card-body{display:flex;flex:1 1;flex-direction:column;padding:1.25rem}.card-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#1e293b;color:var(--color-text-dark);display:-webkit-box;font-size:1.1rem;font-weight:600;line-height:1.3;margin:0 0 .75rem;overflow:hidden}.card-location{align-items:center;color:#475569;color:var(--color-text-medium);display:flex;font-size:.9rem;gap:.4rem;margin-bottom:1rem}.card-address{color:#64748b}.location-icon{font-size:.85rem}.postal-code{background:#f1f5f9;background:var(--color-bg-muted);border-radius:4px;border-radius:var(--radius-sm);color:#64748b;color:var(--color-text-light);font-size:.8rem;font-weight:500;margin-left:.4rem;padding:.15rem .5rem}.card-price{color:#22c55e;color:var(--color-primary);font-size:1.5rem;font-weight:700;margin-bottom:1rem}.card-price-purple{color:#8b5cf6;color:var(--color-secondary)}.card-stats{border-top:1px solid #f1f5f9;border-top:1px solid var(--color-border-light);display:flex;flex-wrap:wrap;gap:.75rem;margin-top:auto;padding-top:1rem}.card-stats .stat{background:#f8fafc;background:var(--color-bg-subtle);border-radius:8px;border-radius:var(--radius-md);display:flex;flex-direction:column;gap:.15rem;min-width:60px;padding:.5rem .75rem}.card-stats .stat-label{color:#94a3b8;color:var(--color-text-lighter);font-size:.7rem;letter-spacing:.3px;text-transform:uppercase}.card-stats .stat-value{color:#334155;color:var(--color-text);font-size:.9rem;font-weight:600}.pharmacies-grid,.properties-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr)}.stats-grid{grid-template-columns:repeat(3,1fr);margin-bottom:2.5rem}.stat-card{background:var(--color-bg);border:1px solid #e2e8f0;border:1px solid var(--color-border);border-radius:var(--radius-xl);box-shadow:0 4px 15px #0000000d;box-shadow:var(--shadow-md);transition:all var(--transition-fast)}.stat-card:hover{box-shadow:0 8px 25px #00000014;box-shadow:var(--shadow-lg)}.stat-card .stat-icon{font-size:2.5rem}.stat-card .stat-value{color:#1e293b;color:var(--color-text-dark);font-size:2rem;font-weight:700;line-height:1}.stat-card .stat-label{color:#64748b;color:var(--color-text-light);font-size:.9rem;margin-top:.25rem}.stat-for-sale .stat-value{color:#22c55e;color:var(--color-primary)}.stat-sold .stat-value{color:#8b5cf6;color:var(--color-secondary)}.stat-dept .stat-value{color:#16a34a;color:var(--color-accent)}.loading{color:var(--color-text-light);padding:4rem 2rem}.loading-spinner{border:4px solid var(--color-border);border-top-color:var(--color-primary)}.loading-spinner-purple{border-top-color:#8b5cf6;border-top-color:var(--color-secondary)}.empty-state,.error-state,.loading-state{background:#fff;background:var(--color-bg);border-radius:16px;border-radius:var(--radius-xl);margin:2rem 0;padding:4rem 2rem;text-align:center}.empty-icon,.error-icon{font-size:4rem;margin-bottom:1rem;opacity:.7}.empty-state h3,.error-state h1{color:#1e293b;color:var(--color-text-dark);margin:0 0 .5rem}.empty-state p,.error-state p{color:#64748b;color:var(--color-text-light);margin:0 0 1.5rem}.spinner{border:3px solid #ffffff4d;border-top-color:#fff;height:20px;width:20px}.no-results{background:#f8fafc;background:var(--color-bg-subtle);border-radius:16px;border-radius:var(--radius-xl);padding:4rem 2rem;text-align:center}.no-results-icon{font-size:4rem;margin-bottom:1rem;opacity:.5}.no-results h3{color:#1e293b;color:var(--color-text-dark);margin:0 0 .5rem}.no-results p{color:#64748b;color:var(--color-text-light);margin:.5rem 0}.no-results-hint a{color:#22c55e;color:var(--color-primary);text-decoration:underline}.results-header{margin-bottom:1.5rem}.results-title{border-bottom:2px solid #22c55e;border-bottom:2px solid var(--color-primary);color:#1e293b;color:var(--color-text-dark);font-size:1.3rem;margin:0;padding-bottom:1rem}.results-info{color:#64748b;color:var(--color-text-light);font-size:.9rem;margin-top:1.5rem;padding-bottom:2rem;text-align:center}.pagination{flex-wrap:wrap;gap:.5rem;justify-content:center;margin-top:2.5rem}.pagination-btn{background:#fff;background:var(--color-bg);border:1px solid #e2e8f0;border:1px solid var(--color-border);border-radius:8px;border-radius:var(--radius-md);color:#475569;color:var(--color-text-medium);cursor:pointer;font-size:.9rem;padding:.6rem 1rem;transition:all .2s ease;transition:all var(--transition-fast)}.pagination-btn:hover:not(:disabled){background:#f0fdf4;background:var(--color-primary-bg);border-color:#22c55e;border-color:var(--color-primary);color:#16a34a;color:var(--color-primary-dark)}.pagination-btn:disabled{cursor:not-allowed;opacity:.4}.pagination-pages{align-items:center;display:flex;gap:.25rem}.pagination-page{align-items:center;background:#fff;background:var(--color-bg);border:1px solid #e2e8f0;border:1px solid var(--color-border);border-radius:8px;border-radius:var(--radius-md);color:#475569;color:var(--color-text-medium);cursor:pointer;display:flex;font-size:.9rem;height:38px;justify-content:center;transition:all .2s ease;transition:all var(--transition-fast);width:38px}.pagination-page:hover{background:#f0fdf4;background:var(--color-primary-bg)}.pagination-page.active,.pagination-page:hover{border-color:#22c55e;border-color:var(--color-primary)}.pagination-page.active{background:linear-gradient(135deg,#22c55e,#16a34a);background:var(--gradient-primary);color:#fff;font-weight:600}.pagination-ellipsis{color:#94a3b8;color:var(--color-text-lighter);padding:0 .25rem}.btn{align-items:center;border:none;border-radius:12px;border-radius:var(--radius-lg);cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:.5rem;justify-content:center;padding:.875rem 2rem;text-decoration:none;transition:all .2s ease;transition:all var(--transition-fast)}.btn-primary{background:var(--gradient-primary);box-shadow:0 4px 15px #22c55e4d;box-shadow:var(--shadow-primary)}.btn-primary:hover{box-shadow:0 6px 20px #22c55e66;box-shadow:var(--shadow-primary-lg);transform:translateY(-2px)}.btn-secondary{background:#0000;border:2px solid #e2e8f0;border:2px solid var(--color-border);color:#64748b;color:var(--color-text-light)}.btn-secondary:hover{background:var(--color-bg-subtle);border-color:var(--color-border-dark)}.btn-accent{background:linear-gradient(135deg,#16a34a,#15803d);background:var(--gradient-accent);box-shadow:0 4px 15px #3b82f64d;color:#fff}.btn-accent:hover{box-shadow:0 6px 20px #3b82f666;transform:translateY(-2px)}.btn:disabled{cursor:not-allowed;opacity:.7;transform:none!important}.form-field{display:flex;flex-direction:column;gap:.75rem}.form-field label{align-items:center;color:#334155;color:var(--color-text);display:flex;font-size:.95rem;font-weight:600;gap:.5rem}.field-icon{font-size:1.1rem}.form-field input,.form-field select{background:#f8fafc;background:var(--color-bg-subtle);border:2px solid #e2e8f0;border:2px solid var(--color-border);border-radius:12px;border-radius:var(--radius-lg);font-size:1rem;padding:1rem 1.25rem;transition:all .2s ease;transition:all var(--transition-fast)}.form-field input:focus,.form-field select:focus{background:#fff;background:var(--color-bg);border-color:#22c55e;border-color:var(--color-primary);box-shadow:0 0 0 4px #22c55e1a;outline:none}.form-field input::placeholder{color:#94a3b8;color:var(--color-text-lighter)}.filter-group{gap:.5rem}.filter-group label{align-items:center;color:#334155;color:var(--color-text);display:flex;font-size:.85rem;gap:.4rem}.filter-icon{font-size:.9rem}.filter-group input,.filter-group select{background:#fff;background:var(--color-bg);border:2px solid #e2e8f0;border:2px solid var(--color-border);border-radius:8px;border-radius:var(--radius-md);font-size:.95rem;padding:.75rem 1rem;transition:all .2s ease;transition:all var(--transition-fast)}.filter-group input:focus,.filter-group select:focus{border-color:#22c55e;border-color:var(--color-primary);box-shadow:0 0 0 3px #22c55e1a;outline:none}.filter-group input::placeholder{color:#94a3b8;color:var(--color-text-lighter)}.section-card{background:#fff;background:var(--color-bg);border:1px solid #e2e8f0;border:1px solid var(--color-border);border-radius:16px;border-radius:var(--radius-xl);padding:2rem}.section-card-shadow{box-shadow:0 4px 20px #0000000f}.section-title{color:var(--color-text-dark);font-size:1.3rem;margin:0 0 1.5rem}.section-icon{font-size:1.2rem}.info-section{background:linear-gradient(135deg,#f0fdf4,#dcfce7);background:var(--gradient-primary-bg);border:1px solid #bbf7d0;border:1px solid var(--color-primary-lighter);border-radius:16px;border-radius:var(--radius-xl);margin:2rem 0;padding:2rem}.info-section h3{color:#166534;color:var(--color-primary-text);font-size:1.1rem;margin:0 0 .75rem}.info-section p{color:#15803d;color:var(--color-primary-darker);line-height:1.6;margin:0}.link-primary{color:#22c55e;color:var(--color-primary);font-weight:500;text-decoration:none;transition:color .2s ease;transition:color var(--transition-fast)}.link-primary:hover{color:#16a34a;color:var(--color-primary-dark);text-decoration:underline}.map-section{background:#fff;background:var(--color-bg);border:1px solid #0000000f;border-radius:20px;border-radius:var(--radius-2xl);box-shadow:0 0 30px #00000014;margin:2rem 0 3rem;overflow:hidden}.map-header{background:linear-gradient(135deg,#f8fafc,#f1f5f9);background:var(--gradient-header-bg);border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--color-border);justify-content:space-between;padding:1.5rem 2rem}.map-header,.map-title{align-items:center;display:flex}.map-title{color:#1e293b;color:var(--color-text-dark);font-size:1.4rem;font-weight:700;gap:.75rem;margin:0}.map-title-icon{font-size:1.5rem}@media (max-width:1024px){.pharmacies-grid,.properties-grid,.stats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.container{padding:0 1rem;padding:0 var(--container-padding-mobile)}.page-title{font-size:1.8rem}.page-title-flex{align-items:flex-start;flex-direction:column;gap:.75rem}.stats-grid{grid-template-columns:1fr}.stat-card{padding:1rem}.stat-card .stat-icon{font-size:2rem}.stat-card .stat-value{font-size:1.5rem}.card-header{padding:.75rem 1rem}.card-body{padding:1rem}.map-header{flex-direction:column;gap:1rem;text-align:center}.map-title{font-size:1.2rem}.pagination{gap:.25rem}.pagination-btn{font-size:.8rem;padding:.5rem .75rem}.pagination-pages{display:none}}@media (max-width:600px){.pharmacies-grid,.properties-grid{grid-template-columns:1fr}}*{box-sizing:border-box;padding:0}*,body{margin:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5;background-color:var(--color-bg-subtle,#f5f5f5);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.price-stats,.stats-grid{margin-top:2rem}.stats-grid{grid-gap:2rem;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.stat-card{border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:2rem;transition:transform .3s,box-shadow .3s}.stat-card:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-4px)}.stat-title{color:#2c3e50;font-size:1.3rem;font-weight:600;margin-bottom:1.5rem}.stat-content{display:flex;flex-direction:column;gap:1.5rem}.price-main{border-bottom:2px solid #ecf0f1;flex-direction:column;padding-bottom:1.5rem}.price-label{font-weight:500}.price-value{font-size:2rem}.price-range{display:flex;gap:1rem;justify-content:space-between}.price-item{flex:1 1;flex-direction:column;gap:.3rem}.price-amount{color:#2c3e50;font-size:1.2rem;font-weight:600}.reliability{align-items:center;border-top:1px solid #ecf0f1;display:flex;gap:.5rem;padding-top:1rem}.reliability-label{color:#7f8c8d;font-size:.9rem}.reliability-value{color:#27ae60;font-weight:600}@media (max-width:768px){.stats-grid{grid-template-columns:1fr}}.price-evolution{margin-top:2rem}.evolution-stats{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin-bottom:3rem}.evolution-item{align-items:center;background:#fff;border-radius:12px;box-shadow:0 4px 12px #00000014;display:flex;flex-direction:column;gap:.5rem;min-width:150px;padding:1.5rem 2rem;transition:transform .2s ease,box-shadow .2s ease}.evolution-item:hover{box-shadow:0 6px 16px #0000001f;transform:translateY(-2px)}.evolution-period{color:#7f8c8d;font-size:.9rem}.evolution-change{font-size:1.8rem;font-weight:700}.evolution-change.positive{color:#10b981}.evolution-change.negative{color:#ef4444}.evolution-chart{background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;padding:2rem}.chart-container{width:100%}.chart-title{color:#374151;margin-bottom:1.5rem;text-align:center}.price-chart{height:auto;max-height:350px;width:100%}.chart-label{font-size:11px}.chart-label,.tooltip-month{fill:#9ca3af;font-family:inherit}.tooltip-month{font-size:10px}.tooltip-value{fill:#fff;font-family:inherit;font-size:12px;font-weight:600}.chart-legend{align-items:center;color:#6b7280;display:flex;font-size:.85rem;gap:.5rem;justify-content:center;margin-top:1.5rem}.legend-dot{background:#10b981;height:12px;width:12px}.price-chart path[stroke="#10b981"]{stroke-dasharray:1000;animation:drawLine 1.5s ease-out forwards}.chart-container{animation:fadeIn .6s ease-out}@media (max-width:768px){.evolution-stats{gap:1rem}.evolution-item{min-width:120px;padding:1rem 1.5rem}.evolution-change{font-size:1.5rem}.evolution-chart{padding:1rem}.chart-title{font-size:1rem}.price-chart{max-height:280px}.chart-label{font-size:9px}}@media (max-width:480px){.evolution-stats{align-items:center;flex-direction:column}.evolution-item{max-width:200px;width:100%}}.leaflet-image-layer,.leaflet-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane,.leaflet-pane>canvas,.leaflet-pane>svg,.leaflet-tile,.leaflet-tile-container,.leaflet-zoom-box{left:0;position:absolute;top:0}.leaflet-container{overflow:hidden}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile{-webkit-user-drag:none;-webkit-user-select:none;user-select:none}.leaflet-tile::selection{background:#0000}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{height:1600px;-webkit-transform-origin:0 0;width:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-height:none!important;max-width:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer{max-height:none!important;max-width:none!important;padding:0;width:auto}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;height:0;width:0;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{height:1px;width:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{pointer-events:visiblePainted;pointer-events:auto;position:relative;z-index:800}.leaflet-bottom,.leaflet-top{pointer-events:none;position:absolute;z-index:1000}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{clear:both;float:left}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-pan-anim .leaflet-tile,.leaflet-zoom-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-control,.leaflet-popup-pane{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:grabbing}.leaflet-image-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-image-layer.leaflet-interactive,.leaflet-marker-icon.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;color:#000;display:block;height:26px;line-height:26px;text-align:center;text-decoration:none;width:26px}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:focus,.leaflet-bar a:hover{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.leaflet-bar a.leaflet-disabled{background-color:#f4f4f4;color:#bbb;cursor:default}.leaflet-touch .leaflet-bar a{height:30px;line-height:30px;width:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);height:36px;width:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{height:44px;width:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{background:#fff;color:#333;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{overflow-x:hidden;overflow-y:scroll;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;line-height:1.4;padding:0 5px}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:focus,.leaflet-control-attribution a:hover{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;height:.6669em;vertical-align:initial!important;width:1em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{background:#fffc;border:2px solid #777;border-top:none;box-sizing:border-box;line-height:1.1;padding:2px 5px 1px;text-shadow:1px 1px #fff;white-space:nowrap}.leaflet-control-scale-line:not(:first-child){border-bottom:none;border-top:2px solid #777;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers{box-shadow:none}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-layers{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{margin-bottom:20px;position:absolute;text-align:center}.leaflet-popup-content-wrapper{border-radius:12px;padding:1px;text-align:left}.leaflet-popup-content{font-size:13px;font-size:1.08333em;line-height:1.3;margin:13px 24px 13px 20px;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{height:20px;left:50%;margin-left:-20px;margin-top:-1px;overflow:hidden;pointer-events:none;position:absolute;width:40px}.leaflet-popup-tip{height:17px;margin:-10px auto 0;padding:1px;pointer-events:auto;transform:rotate(45deg);width:17px}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;box-shadow:0 3px 14px #0006;color:#333}.leaflet-container a.leaflet-popup-close-button{background:#0000;border:none;color:#757575;font:16px/24px Tahoma,Verdana,sans-serif;height:24px;position:absolute;right:0;text-align:center;text-decoration:none;top:0;width:24px}.leaflet-container a.leaflet-popup-close-button:focus,.leaflet-container a.leaflet-popup-close-button:hover{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678,M12=0.70710678,M21=-0.70710678,M22=0.70710678);margin:0 auto;width:24px}.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{background-color:#fff;border:1px solid #fff;border-radius:3px;box-shadow:0 1px 3px #0006;color:#222;padding:6px;pointer-events:none;position:absolute;-webkit-user-select:none;user-select:none;white-space:nowrap}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before,.leaflet-tooltip-top:before{background:#0000;border:6px solid #0000;content:"";pointer-events:none;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{border-top-color:#fff;bottom:0;margin-bottom:-12px}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-left:-6px;margin-top:-12px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;left:0;margin-left:-12px}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.pharmacy-map-container{border:1px solid #0000000f;border-radius:16px;box-shadow:0 0 30px #00000014;overflow:hidden;position:relative}.map-filter-toggle{background:#fff;border:1px solid #0000000d;border-radius:30px;box-shadow:0 0 15px #0000001a;font-size:14px;padding:10px 16px;position:absolute;right:10px;top:10px;z-index:1000}.toggle-label{align-items:center;cursor:pointer;display:flex;gap:10px;-webkit-user-select:none;user-select:none}.toggle-label input{display:none}.toggle-switch{background:#d1d5db;border-radius:24px;height:24px;position:relative;transition:all .3s ease;width:44px}.toggle-switch:after{background:#fff;border-radius:50%;box-shadow:0 1px 3px #0003;content:"";height:20px;left:2px;position:absolute;top:2px;transition:all .3s ease;width:20px}.toggle-label input:checked+.toggle-switch{background:#22c55e}.toggle-label input:checked+.toggle-switch:after{left:22px}.toggle-text{color:#374151;font-weight:500}.toggle-label-green{align-items:center;cursor:pointer;display:flex;gap:10px;-webkit-user-select:none;user-select:none}.toggle-label-green input{display:none}.toggle-switch-green{background:#d1d5db;border-radius:24px;height:24px;position:relative;transition:all .3s ease;width:44px}.toggle-switch-green:after{background:#fff;border-radius:50%;box-shadow:0 1px 3px #0003;content:"";height:20px;left:2px;position:absolute;top:2px;transition:all .3s ease;width:20px}.toggle-label-green input:checked+.toggle-switch-green{background:linear-gradient(135deg,#22c55e,#16a34a);box-shadow:0 0 10px #22c55e66}.toggle-label-green input:checked+.toggle-switch-green:after{left:22px}.toggle-text-green{align-items:center;color:#16a34a;display:flex;font-weight:600;gap:6px}.toggle-icon{font-size:16px}.map-info{background:#fff;border:1px solid #0000000d;border-radius:10px;bottom:10px;box-shadow:0 0 15px #0000001a;color:#374151;font-size:14px;left:10px;padding:10px 16px;position:absolute;z-index:1000}.info-for-sale,.info-for-sale strong,.map-info strong,.map-loading{color:#16a34a}.map-loading{align-items:center;background:linear-gradient(135deg,#f0fdf4,#dcfce7);display:flex;flex-direction:column;height:600px;justify-content:center}.spinner{animation:spin 1s linear infinite;border:4px solid #dcfce7;border-radius:50%;border-top-color:#22c55e;height:50px;margin-bottom:16px;width:50px}.map-loading p{font-size:16px;font-weight:500}.custom-marker-default,.custom-marker-forsale{background:#0000!important;border:none!important}.marker-pin{cursor:pointer;transition:transform .2s ease}.marker-pin:hover{transform:scale(1.15)}.marker-pin.forsale svg{filter:drop-shadow(0 3px 6px rgba(34,197,94,.4))}.custom-marker-forsale .marker-pin{animation:pulse-marker 2s ease-in-out infinite}@keyframes pulse-marker{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.pharmacy-popup{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;min-width:220px}.pharmacy-popup strong{border-bottom:2px solid #22c55e;color:#1e293b;display:block;font-size:15px;margin-bottom:8px;padding-bottom:8px}.pharmacy-popup p{color:#475569;font-size:13px;margin:4px 0}.popup-address{color:#64748b!important}.popup-city{color:#334155!important;font-weight:500}.popup-for-sale{background:linear-gradient(135deg,#f0fdf4,#dcfce7);border:1px solid #bbf7d0;border-radius:8px;margin:10px 0;padding:10px 12px}.badge-for-sale{background:linear-gradient(135deg,#22c55e,#16a34a);border-radius:20px;box-shadow:0 2px 4px #22c55e4d;display:inline-block;font-size:12px;font-weight:600;padding:4px 12px}.popup-price{color:#16a34a!important;font-size:20px!important;font-weight:700!important;margin-top:8px!important}.popup-phone{color:#16a34a!important;font-weight:500}.popup-finess{color:#94a3b8!important;font-size:11px!important}.pharmacy-popup-link{color:inherit;cursor:pointer;display:block;text-decoration:none}.pharmacy-popup-link:hover .pharmacy-popup{background:#f8fafc}.pharmacy-popup-link:hover .popup-link-btn{background:#16a34a;transform:translateX(3px)}.popup-cta{border-top:1px solid #e2e8f0;margin-top:12px;padding-top:10px}.popup-link-btn{background:linear-gradient(135deg,#22c55e,#16a34a);border-radius:8px;box-shadow:0 2px 6px #22c55e4d;color:#fff;display:inline-block;font-size:13px;font-weight:600;padding:8px 16px;transition:all .2s ease}.popup-link-btn:hover{background:linear-gradient(135deg,#16a34a,#15803d)}.custom-cluster-icon{background:#0000!important}.leaflet-popup-content-wrapper{border:1px solid #0000000d;border-radius:14px;box-shadow:0 0 25px #0000001f}.leaflet-popup-content{margin:14px 16px}.leaflet-popup-tip{border:none;box-shadow:none}.leaflet-popup-close-button{color:#64748b!important;font-size:20px!important;padding:6px 8px!important}.leaflet-popup-close-button:hover{color:#1e293b!important}.leaflet-marker-icon{transition:transform .2s ease}.leaflet-marker-icon:hover{z-index:10000!important}@media (max-width:768px){.map-filter-toggle{bottom:60px;font-size:12px;padding:8px 12px;right:10px;top:auto}.map-info,.toggle-text{font-size:12px}.map-info{bottom:10px;left:10px;padding:8px 12px;right:auto}}.recent-estimations{margin-top:2rem}.estimations-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:2rem}.estimation-card{border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:2rem;transition:transform .3s,box-shadow .3s}.estimation-card:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-4px)}.estimation-header h3{color:#2c3e50;font-size:1.1rem;font-weight:600;margin-bottom:1.5rem}.estimation-details{border-bottom:1px solid #ecf0f1;display:flex;gap:1rem;margin-bottom:1.5rem;padding-bottom:1.5rem}.detail-item{color:#7f8c8d;font-size:.9rem}.detail-label{font-weight:500}.estimation-prices{display:flex;flex-direction:column;gap:1rem}.price-item{align-items:center;display:flex;justify-content:space-between}.price-label{color:#7f8c8d}.price-value{color:#28a745;font-size:1.3rem}@media (max-width:768px){.estimations-grid{grid-template-columns:1fr}}.cta-section-modern{margin-bottom:0;margin-top:6rem}.cta-blob-1{animation:cta-blob-float 15s ease-in-out infinite}.cta-blob-2{animation:cta-blob-float 18s ease-in-out infinite reverse}@keyframes cta-blob-float{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-30px) scale(1.05)}66%{transform:translate(-20px,20px) scale(.95)}}@media (max-width:768px){.cta-section-modern{margin-top:4rem;padding:4rem 0}.cta-title-modern{font-size:2rem}.cta-text-modern{font-size:1rem;margin-bottom:2rem}.cta-cards-wrapper{align-items:stretch;flex-direction:column;padding:0 .5rem}.cta-card{min-width:0;min-width:auto;width:100%}.cta-trust-badges{flex-direction:column;gap:.75rem}.cta-trust-divider{display:none}.cta-blob-1,.cta-blob-2{opacity:.4}}.homepage{overflow-x:hidden;width:100%}.hero-new{background:linear-gradient(135deg,#f8faf9,#fff 50%,#f0f7f4);display:flex;flex-direction:column;min-height:100vh;overflow:hidden;position:relative}.hero-new-bg{inset:0;pointer-events:none;position:absolute}.bg-gradient-1{animation:gradient-move 20s ease-in-out infinite;background:radial-gradient(circle,#22c55e14 0,#0000 60%);height:1000px;position:absolute;right:-300px;top:-400px;width:1000px}.bg-gradient-2{animation:gradient-move 25s ease-in-out infinite reverse;background:radial-gradient(circle,#10b9810f 0,#0000 60%);bottom:-300px;height:800px;left:-200px;position:absolute;width:800px}@keyframes gradient-move{0%,to{transform:translate(0) rotate(0deg)}50%{transform:translate(100px,-50px) rotate(180deg)}}.bg-lines{inset:0;overflow:hidden;position:absolute}.bg-line{animation:line-fall 8s linear infinite;background:linear-gradient(180deg,#0000,#22c55e26,#0000);height:200px;position:absolute;width:1px}.bg-line:first-child{left:10%}.bg-line:nth-child(2){left:30%}.bg-line:nth-child(3){left:50%}.bg-line:nth-child(4){left:70%}.bg-line:nth-child(5){left:90%}@keyframes line-fall{0%{opacity:0;transform:translateY(-200px)}10%{opacity:1}90%{opacity:1}to{opacity:0;transform:translateY(100vh)}}.hero-new-container{grid-gap:4rem;display:grid;flex:1 1;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1400px;padding:8rem 3rem 4rem;position:relative;z-index:2}.hero-new-content{display:flex;flex-direction:column;justify-content:center}.hero-eyebrow{align-items:center;display:flex;gap:1rem;margin-bottom:2rem}.eyebrow-line{background:linear-gradient(90deg,#22c55e,#4ade80);border-radius:2px;height:2px;width:40px}.hero-eyebrow span{color:#16a34a;font-size:.85rem;font-weight:600;letter-spacing:2px;text-transform:uppercase}.hero-new-title{margin-bottom:2rem}.title-row{display:block;overflow:hidden}.title-word{animation:word-reveal .8s cubic-bezier(.4,0,.2,1) forwards;color:#1a2e35;display:inline-block;font-size:3.5rem;font-weight:800;line-height:1.1;margin-right:.75rem;opacity:0;transform:translateY(100%)}@keyframes word-reveal{to{opacity:1;transform:translateY(0)}}.title-green{color:#16a34a}.title-outline{-webkit-text-stroke:2px #16a34a;text-stroke:2px #16a34a;color:#0000}.title-accent-box{background:linear-gradient(135deg,#22c55e,#16a34a);border-radius:8px;color:#fff;margin-left:.25rem;padding:.1em .4em;position:relative}.hero-new-desc{color:#5a6b70;font-size:1.1rem;line-height:1.8;margin-bottom:2.5rem;max-width:480px}.hero-new-cta{display:flex;gap:1.25rem;margin-bottom:3rem}.cta-main{align-items:center;background:linear-gradient(135deg,#22c55e,#16a34a);border-radius:60px;box-shadow:0 8px 30px #22c55e4d;color:#fff;display:inline-flex;font-size:1rem;font-weight:700;gap:.75rem;justify-content:center;padding:1rem 1.5rem;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1);white-space:nowrap}.cta-main:hover{box-shadow:0 15px 40px #22c55e66;color:#fff;transform:translateY(-3px)}.cta-icon{align-items:center;display:inline-flex;flex-shrink:0;height:20px;justify-content:center;line-height:1;transition:transform .3s ease;width:20px}.cta-icon svg{display:block;height:100%;width:100%}.cta-main:hover .cta-icon{transform:translateX(4px)}.cta-text{align-items:center;color:#fff!important;display:flex;line-height:1;white-space:nowrap}.cta-secondary{align-items:center;background:#0000;border:2px solid #d1d9dc;border-radius:60px;color:#1a2e35;display:inline-flex;font-size:1rem;padding:1.1rem 1.75rem;text-decoration:none;transition:all .3s ease}.cta-secondary:hover{background:#f0f7f4;border-color:#16a34a;color:#16a34a}.hero-mini-stats{display:flex;gap:3rem}.mini-stat-item{display:flex;flex-direction:column}.mini-stat-number{align-items:baseline;color:#1a2e35;display:flex;font-size:2.25rem;font-weight:800;line-height:1}.mini-stat-number .percent,.mini-stat-number .plus,.mini-stat-number .unit{color:#16a34a;font-size:1rem;margin-left:2px}.mini-stat-text{color:#5a6b70;font-size:.85rem;margin-top:.25rem}.hero-new-visual{align-items:center;display:flex;justify-content:center;position:relative}.visual-hero-card{border-radius:24px;box-shadow:0 50px 100px #00000026,0 0 0 1px #0000000d;height:520px;overflow:hidden;position:relative;width:400px}.card-glow{animation:glow-rotate 8s linear infinite;background:linear-gradient(135deg,#22c55e80,#0000,#10b9814d);border-radius:26px;inset:-2px;position:absolute;z-index:-1}@keyframes glow-rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.visual-hero-card img{height:100%;object-fit:cover;width:100%}.card-overlay-gradient{background:linear-gradient(0deg,#1a2e35e6 0,#1a2e3533 40%,#0000 70%);inset:0;position:absolute}.floating-badge{align-items:center;background:#22c55ee6;border-radius:50px;color:#fff;display:flex;font-size:.75rem;font-weight:600;gap:.5rem;padding:.5rem 1rem;position:absolute}.top-badge{left:1.25rem;top:1.25rem}.badge-dot{animation:pulse-dot 2s ease-in-out infinite}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}.card-bottom-info{align-items:center;bottom:0;display:flex;gap:1.5rem;left:0;padding:1.5rem;position:absolute;right:0}.info-row{display:flex;flex-direction:column}.info-label{color:#ffffff80;letter-spacing:1px;margin-bottom:.25rem}.info-value{color:#fff;font-size:.95rem;font-weight:600}.info-divider{background:#fff3;height:35px;width:1px}.floating-stat-card{align-items:center;animation:float-card 5s ease-in-out infinite;background:#fff;border:1px solid #00000014;border-radius:16px;box-shadow:0 20px 40px #0000001a;display:flex;gap:.75rem;padding:1rem 1.25rem;position:absolute;right:-30px;top:5%}.stat-card-icon{font-size:1.5rem}.stat-card-content{display:flex;flex-direction:column}.stat-card-value{color:#16a34a;font-size:1.25rem;font-weight:800}.stat-card-label{color:#5a6b70;font-size:.75rem}.floating-notif-card{align-items:center;animation:float-card 6s ease-in-out 2s infinite;background:#fff;border:1px solid #00000014;border-radius:16px;bottom:15%;box-shadow:0 20px 40px #0000001a;display:flex;gap:.75rem;left:-40px;padding:.875rem 1.25rem;position:absolute}.notif-avatar{border:2px solid #22c55e80;border-radius:50%;height:40px;overflow:hidden;width:40px}.notif-avatar img{height:100%;object-fit:cover;width:100%}.notif-body{display:flex;flex-direction:column}.notif-name{color:#1a2e35;font-size:.9rem;font-weight:600}.notif-msg{color:#16a34a;font-size:.75rem}@keyframes float-card{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.deco-ring{animation:ring-rotate 30s linear infinite;border:1px solid #16a34a26;height:550px;top:50%;transform:translate(-50%,-50%);width:550px}.deco-ring,.deco-ring:before{border-radius:50%;left:50%;position:absolute}.deco-ring:before{background:#22c55e;box-shadow:0 0 20px #22c55e66;content:"";height:12px;top:0;transform:translateX(-50%);width:12px}@keyframes ring-rotate{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(1turn)}}.hero-bottom-bar{border-top:1px solid #ffffff14;padding:1.5rem 0;position:relative;z-index:2}.bottom-bar-content{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1400px;padding:0 3rem}.trusted-by{align-items:center;display:flex;gap:1.5rem}.trusted-label{color:#fff6;font-size:.8rem;letter-spacing:1px;text-transform:uppercase}.trusted-logos{align-items:center;display:flex;gap:.75rem}.trusted-logo{color:#fff9;font-size:.85rem;font-weight:500}.trusted-sep{color:#fff3}.scroll-hint{align-items:center;color:#fff6;display:flex;font-size:.8rem;gap:.75rem;letter-spacing:1px;text-transform:uppercase}.scroll-line{background:#fff3;overflow:hidden;position:relative;width:30px}.scroll-dot,.scroll-line{border-radius:2px;height:2px}.scroll-dot{animation:scroll-move 2s ease-in-out infinite;background:#4ade80;position:absolute;width:8px}@keyframes scroll-move{0%,to{left:0}50%{left:calc(100% - 8px)}}.animate-fade-in{animation:fadeIn .8s ease forwards}.animate-fade-in-up{animation:fadeInUp .8s ease forwards}.animate-fade-in-up.delay-1{animation-delay:.2s;opacity:0}.animate-fade-in-up.delay-2{animation-delay:.4s;opacity:0}.animate-fade-in-up.delay-3{animation-delay:.6s;opacity:0}.animate-on-scroll{animation:scrollFadeIn .8s ease forwards;animation-play-state:paused;opacity:0;transform:translateY(40px)}.animate-on-scroll.delay-1{animation-delay:.15s}.animate-on-scroll.delay-2{animation-delay:.3s}.animate-on-scroll.delay-3{animation-delay:.45s}@keyframes scrollFadeIn{to{opacity:1;transform:translateY(0)}}.animate-on-scroll{animation-play-state:running}.section-badge{background:linear-gradient(135deg,#dcfce7,#bbf7d0);border-radius:50px;color:#166534;display:inline-block;font-size:.85rem;font-weight:600;letter-spacing:.5px;margin-bottom:1rem;padding:.5rem 1rem;text-transform:uppercase}.section-badge.light{background:#fff3;color:#fff}.section-header{margin-bottom:3rem;text-align:center}.section-title-large{color:#1e293b;font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:1rem}.section-title-large .highlight{color:#22c55e}.section-description{color:#64748b;font-size:1.15rem;margin:0 auto;max-width:600px}.story-section{background:#fff;padding:6rem 0}.story-grid{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.story-content{padding-right:2rem}.story-title{color:#1e293b;font-size:2.25rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}.story-text{color:#475569;font-size:1.1rem;line-height:1.8;margin-bottom:1rem}.story-features{display:flex;flex-direction:column;gap:1.25rem;margin-top:2rem}.feature-item{align-items:flex-start;background:#f8fafc;border-radius:12px;display:flex;gap:1rem;padding:1rem;transition:all .3s ease}.feature-item:hover{background:#f0fdf4;transform:translateX(5px)}.feature-icon{flex-shrink:0;font-size:1.75rem}.feature-text strong{color:#1e293b;display:block;font-size:1rem;margin-bottom:.25rem}.feature-text span{color:#64748b;font-size:.9rem}.story-visual{height:500px;position:relative}.visual-card{background:#fff;border-radius:16px;box-shadow:0 10px 40px #00000026;overflow:hidden}.visual-card.card-2{background:linear-gradient(135deg,#22c55e,#16a34a)!important}.visual-card img{height:100%;object-fit:cover;width:100%}.main-card{height:350px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:80%}.card-overlay{background:linear-gradient(0deg,#000000b3,#0000);bottom:0;color:#fff;font-size:1.1rem;font-weight:600;left:0;padding:1.5rem;position:absolute;right:0}.floating-card{animation:float 6s ease-in-out infinite;position:absolute}.card-1{animation-delay:-2s;height:120px;right:0;top:0;width:180px}.card-2{animation-delay:-4s;background:linear-gradient(135deg,#22c55e,#16a34a);border-radius:16px;bottom:20px;height:140px;left:0;width:140px}.stat-card{align-items:center;background:linear-gradient(135deg,#22c55e,#16a34a)!important;border-radius:16px;color:#fff!important;flex-direction:column;font-weight:600;height:100%;justify-content:center;width:100%}.stat-card .big-number{color:#fff!important;font-size:2.5rem;font-weight:800}.stat-card span{color:#fff!important}.process-section{background:linear-gradient(180deg,#f8fafc,#f1f5f9);padding:6rem 0}.process-timeline{margin:0 auto;max-width:800px;position:relative}.timeline-line{background:linear-gradient(180deg,#22c55e,#16a34a);border-radius:3px;bottom:0;left:40px;position:absolute;top:0;width:3px}.process-step{display:flex;gap:2rem;margin-bottom:3rem;position:relative}.step-number{align-items:center;background:linear-gradient(135deg,#22c55e,#16a34a);border-radius:50%;box-shadow:0 4px 20px #22c55e4d;color:#fff;display:flex;flex-shrink:0;font-size:1.5rem;font-weight:800;height:80px;justify-content:center;width:80px;z-index:1}.step-content{background:#fff;border-radius:16px;box-shadow:0 4px 20px #0000000f;flex:1 1;padding:2rem;transition:all .3s ease}.step-content:hover{box-shadow:0 10px 40px #0000001a;transform:translateY(-5px)}.step-icon{font-size:2rem;margin-bottom:1rem}.step-content h3{color:#1e293b;font-size:1.4rem;margin-bottom:.75rem}.step-content p{color:#64748b;line-height:1.7;margin-bottom:1rem}.step-image{border-radius:10px;margin-top:1rem;overflow:hidden}.step-image img{height:150px;object-fit:cover;transition:transform .3s ease;width:100%}.step-content:hover .step-image img{transform:scale(1.05)}.trust-section{background:linear-gradient(135deg,#15803d,#22c55e);color:#fff;padding:6rem 0}.trust-grid{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 2fr}.trust-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.trust-text{font-size:1.15rem;line-height:1.7;opacity:.9}.trust-numbers{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr)}.trust-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #ffffff26;border-radius:16px;padding:2rem;text-align:center;transition:all .3s ease}.trust-card:hover{background:#fff3;transform:translateY(-5px)}.trust-icon,.trust-value{font-size:2.5rem}.trust-value{display:block;font-weight:800;margin-bottom:.25rem}.trust-label{font-size:.95rem;opacity:.85}.testimonials-section{background:#fff;padding:6rem 0}.testimonials-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}.testimonial-card{background:#f8fafc;border-radius:16px;padding:2rem;position:relative;transition:all .3s ease}.testimonial-card:hover{background:#f0fdf4;box-shadow:0 10px 40px #00000014;transform:translateY(-5px)}.testimonial-quote{color:#22c55e;font-family:Georgia,serif;font-size:4rem;line-height:1;opacity:.2;position:absolute;right:1.5rem;top:1rem}.testimonial-text{color:#475569;font-size:1rem;line-height:1.8;margin-bottom:1.5rem;position:relative;z-index:1}.testimonial-author{align-items:center;display:flex;gap:1rem}.author-avatar{border-radius:50%;flex-shrink:0;height:50px;overflow:hidden;width:50px}.author-avatar img{height:100%;object-fit:cover;width:100%}.author-info strong{color:#1e293b;display:block;font-size:.95rem}.author-info span{color:#64748b;font-size:.85rem}.map-section{background:#f8fafc;padding:6rem 0}.map-wrapper{border-radius:20px;box-shadow:0 10px 40px #0000001a;overflow:hidden}.price-overview{background:#fff;padding:6rem 0}.loading{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center;padding:4rem}.loading-spinner{border:4px solid #e2e8f0}.cta-section-modern{background:#0f172a;overflow:hidden;padding:7rem 0;position:relative}.cta-decoration{inset:0;pointer-events:none;position:absolute}.cta-blob{border-radius:50%;filter:blur(80px);opacity:.6;position:absolute}.cta-blob-1{animation:blob-float 15s ease-in-out infinite;background:linear-gradient(135deg,#22c55e,#10b981);height:500px;right:-100px;top:-200px;width:500px}.cta-blob-2{animation:blob-float 18s ease-in-out infinite reverse;background:linear-gradient(135deg,#059669,#34d399);bottom:-150px;height:400px;left:-100px;width:400px}@keyframes blob-float{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-30px) scale(1.05)}66%{transform:translate(-20px,20px) scale(.95)}}.cta-grid-pattern{background-image:linear-gradient(#22c55e08 1px,#0000 0),linear-gradient(90deg,#22c55e08 1px,#0000 0);background-size:50px 50px;inset:0;position:absolute}.cta-container-modern{margin:0 auto;max-width:900px;padding:0 2rem;position:relative;z-index:1}.cta-inner{text-align:center}.cta-badge-wrapper{margin-bottom:1.5rem}.cta-badge{align-items:center;background:#22c55e26;border:1px solid #22c55e4d;border-radius:50px;color:#4ade80;display:inline-flex;font-size:.9rem;font-weight:600;gap:.5rem;letter-spacing:.3px;padding:.6rem 1.25rem}.cta-badge-icon{font-size:1rem}.cta-title-modern{color:#fff;font-size:3.25rem;font-weight:800;letter-spacing:-.02em;line-height:1.15;margin-bottom:1.5rem}.cta-highlight{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#4ade80,#22c55e 50%,#10b981);-webkit-background-clip:text;background-clip:text}.cta-text-modern{color:#ffffffb3;font-size:1.2rem;line-height:1.7;margin:0 auto 3rem;max-width:550px}.cta-cards-wrapper{display:flex;flex-wrap:wrap;gap:1.25rem;justify-content:center;margin-bottom:2.5rem}.cta-card{align-items:center;border-radius:16px;display:flex;gap:1rem;min-width:280px;padding:1.25rem 1.75rem;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1)}.cta-card-primary{background:linear-gradient(135deg,#22c55e,#16a34a);box-shadow:0 10px 40px #22c55e4d,inset 0 0 0 1px #22c55e80}.cta-card-primary:hover{box-shadow:0 20px 50px #22c55e66,inset 0 0 0 1px #fff3;transform:translateY(-4px) scale(1.02)}.cta-card-secondary{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a}.cta-card-secondary:hover{background:#ffffff1a;border-color:#22c55e80;transform:translateY(-4px)}.cta-card-icon{align-items:center;border-radius:12px;display:flex;flex-shrink:0;height:48px;justify-content:center;width:48px}.cta-card-primary .cta-card-icon{background:#fff3;color:#fff}.cta-card-secondary .cta-card-icon{background:#22c55e26;color:#4ade80}.cta-card-content{flex:1 1;text-align:left}.cta-card-title{color:#fff;display:block;font-size:1.1rem;font-weight:700;margin-bottom:.2rem}.cta-card-desc{color:#ffffffb3;font-size:.85rem}.cta-card-primary .cta-card-desc{color:#ffffffd9}.cta-card-arrow{color:#ffffff80;font-size:1.5rem;transition:all .3s ease}.cta-card:hover .cta-card-arrow{color:#fff;transform:translateX(4px)}.cta-trust-badges{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.cta-trust-item{align-items:center;color:#fff9;display:flex;font-size:.9rem;gap:.5rem}.cta-trust-check{color:#4ade80;font-weight:700}.cta-trust-divider{background:#ffffff4d;border-radius:50%;height:4px;width:4px}.price-evolution{background:#f8fafc;padding:6rem 0}.recent-estimations{background:#fff;padding:6rem 0}.container{margin:0 auto;max-width:1200px;padding:0 2rem}@media (max-width:1200px){.hero-new-container{gap:3rem;grid-template-columns:1fr;padding:6rem 2rem 3rem}.hero-new-content{align-items:center;text-align:center}.hero-eyebrow{justify-content:center}.hero-new-title{text-align:center}.title-word{font-size:2.75rem}.hero-new-desc{max-width:100%;text-align:center}.hero-mini-stats,.hero-new-cta{justify-content:center}.bg-lines,.hero-new-visual{display:none}}@media (max-width:1024px){.story-grid{gap:3rem;grid-template-columns:1fr}.story-visual{height:400px;order:-1}.trust-grid{gap:2rem;text-align:center}.testimonials-grid,.trust-grid{grid-template-columns:1fr}}@media (max-width:768px){.hero-new{min-height:auto}.hero-new-container{padding:5rem 1.5rem 2rem}.title-word{font-size:2rem;margin-right:.5rem}.title-accent-box{border-radius:6px;padding:.05em .3em}.hero-new-desc{font-size:1rem}.hero-new-cta{flex-direction:column;width:100%}.cta-main,.cta-secondary{justify-content:center;text-align:center;width:100%}.cta-main{gap:.5rem;padding:1rem 1.25rem}.hero-mini-stats{align-items:center;flex-direction:column;gap:1.5rem}.mini-stat-item{align-items:center;text-align:center}.hero-bottom-bar{padding:1rem 0}.bottom-bar-content{flex-direction:column;gap:1rem;padding:0 1.5rem}.trusted-by{flex-direction:column;gap:.75rem;text-align:center}.trusted-logos{flex-wrap:wrap;justify-content:center}.scroll-hint{display:none}.bg-gradient-1,.bg-gradient-2{opacity:.5}.section-title-large,.story-title,.trust-title{font-size:1.75rem}.process-step{flex-direction:column;gap:1rem}.timeline-line{display:none}.step-number{font-size:1.2rem;height:60px;width:60px}.trust-numbers{grid-template-columns:1fr}.cta-section-modern{padding:4rem 0}.cta-title-modern{font-size:2rem}.cta-text-modern{font-size:1rem;margin-bottom:2rem}.cta-cards-wrapper{align-items:stretch;flex-direction:column;padding:0 .5rem}.cta-card{min-width:0;min-width:auto;width:100%}.cta-trust-badges{flex-direction:column;gap:.75rem}.cta-trust-divider{display:none}.cta-blob-1,.cta-blob-2{opacity:.4}}.estimation-page{background:linear-gradient(135deg,#f8faf9,#fff 50%,#f0f7f4);min-height:100vh}.estimation-hero{padding:32px 24px 28px;text-align:center}.estimation-hero-inner{margin:0 auto;max-width:760px}.estimation-hero h1{color:#1a2e35;font-size:clamp(28px,4vw,44px);font-weight:700;letter-spacing:-.02em;line-height:1.15;margin:0 0 16px}.hero-subtitle{color:#5a6b70;font-size:17px;line-height:1.6;margin:0}.hero-stats{display:flex;flex-wrap:wrap;gap:48px;justify-content:center;margin-top:20px}.hero-stat{align-items:center;display:flex;flex-direction:column;gap:4px}.stat-number{color:#16a34a;font-size:28px;font-weight:700;letter-spacing:-.02em;line-height:1}.stat-label{color:#5a6b70;font-size:13px;font-weight:500}.estimation-container{display:flex;flex-direction:column;gap:24px;margin:0 auto;max-width:760px;padding:0 24px 60px}.estimation-card{background:#fff;border:1px solid #e3ece6;border-radius:20px;box-shadow:0 8px 32px -16px #16a34a1f;gap:20px;padding:32px}.estimation-card,.field-block{display:flex;flex-direction:column}.field-block{flex:1 1;gap:6px;min-width:0}.field-row{display:flex;gap:16px}.field-label{color:#1a2e35;font-size:14px;font-weight:600}.field-input-wrap{align-items:center;display:flex;position:relative}.field-input{background:#fff;border:1px solid #d4e1da;border-radius:12px;color:#1a2e35;font-family:inherit;font-size:15px;outline:none;padding:12px 16px;transition:border-color .15s ease,box-shadow .15s ease;width:100%}.field-input::placeholder{color:#9aa8ab}.field-input:focus{border-color:#22c55e;box-shadow:0 0 0 3px #22c55e1f}.field-input-lg{font-size:22px;font-weight:600;padding:18px 56px 18px 20px}.field-suffix{color:#9aa8ab;font-size:15px;font-weight:600;pointer-events:none;position:absolute;right:18px}.field-input-lg~.field-suffix{font-size:18px}.field-hint{color:#7a8a8e;font-size:13px;margin:0}.field-block-postal{position:relative}.postal-suggestions{animation:suggestionsIn .15s ease;background:#fff;border:1px solid #d4e1da;border-radius:12px;box-shadow:0 12px 32px -12px #0f3c282e;left:0;list-style:none;margin:0;max-height:180px;max-width:calc(100vw - 40px);overflow-y:auto;padding:4px;position:absolute;right:0;top:calc(100% + 6px);z-index:20}.postal-suggestions.drop-up{animation:suggestionsInUp .15s ease;bottom:calc(100% + 6px);top:auto}@keyframes suggestionsInUp{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes suggestionsIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.postal-suggestion{align-items:center;border-radius:7px;color:#1a2e35;cursor:pointer;display:flex;font-size:13px;gap:10px;line-height:1.3;padding:7px 10px;transition:background .1s ease}.postal-suggestion.focused,.postal-suggestion:hover{background:#f0f7f4}.suggestion-code{font-feature-settings:"tnum";color:#16a34a;flex-shrink:0;font-variant-numeric:tabular-nums;font-weight:700;letter-spacing:.01em;min-width:48px}.suggestion-city{color:#1a2e35;flex:1 1;font-weight:500;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.advanced-toggle{align-items:center;align-self:flex-start;background:#0000;border:none;color:#16a34a;cursor:pointer;display:inline-flex;font-family:inherit;font-size:14px;font-weight:600;gap:8px;padding:8px 0}.advanced-toggle:hover{color:#15803d}.chevron{display:inline-block;font-size:12px;transition:transform .2s ease}.chevron.open{transform:rotate(180deg)}.advanced-block{animation:slideDown .25s ease;border-top:1px dashed #e3ece6;display:flex;flex-direction:column;gap:16px;padding-top:20px}@keyframes slideDown{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.trend-toggle{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(3,1fr);margin-top:2px}.trend-option{align-items:center;background:#fff;border:1.5px solid #d4e1da;border-radius:12px;cursor:pointer;display:flex;flex-direction:column;font-family:inherit;gap:2px;padding:12px 8px;transition:border-color .15s ease,background .15s ease,transform .1s ease}.trend-option:hover{border-color:#b9d6c5}.trend-option.active{background:#f0f7f4;border-color:#16a34a}.trend-label{color:#1a2e35;font-size:14px;font-weight:600}.trend-option.active .trend-label{color:#15803d}.trend-hint{font-feature-settings:"tnum";color:#7a8a8e;font-size:11px;font-variant-numeric:tabular-nums}.trend-option.active .trend-hint{color:#16a34a}.estimation-error{background:#fef2f2;border:1px solid #fecaca;border-radius:10px;color:#b91c1c;font-size:14px;padding:12px 16px}.submit-button{background:linear-gradient(135deg,#22c55e,#16a34a);border:none;border-radius:14px;box-shadow:0 6px 20px -8px #16a34a99;color:#fff;cursor:pointer;font-family:inherit;font-size:16px;font-weight:600;margin-top:4px;padding:16px 24px;transition:transform .1s ease,box-shadow .15s ease,opacity .15s ease;width:100%}.submit-button:hover:not(:disabled){box-shadow:0 10px 28px -8px #16a34ab3;transform:translateY(-1px)}.submit-button:disabled{cursor:not-allowed;opacity:.6}.legal-mention{color:#9aa8ab;font-size:12px;margin:0;text-align:center}.computing-card{animation:fadeIn .3s ease;background:#fff;border:1px solid #e3ece6;border-radius:20px;box-shadow:0 8px 32px -16px #16a34a1f;padding:48px 32px;text-align:center}.computing-spinner{height:56px;margin:0 auto 20px;width:56px}.computing-spinner svg{animation:spinnerRotate 1.4s linear infinite;height:100%;width:100%}.computing-spinner circle{fill:none;stroke:#22c55e;stroke-width:4;stroke-linecap:round;stroke-dasharray:90 150;stroke-dashoffset:0;animation:spinnerDash 1.4s ease-in-out infinite;transform-origin:center}@keyframes spinnerRotate{to{transform:rotate(1turn)}}@keyframes spinnerDash{0%{stroke-dashoffset:0}50%{stroke-dashoffset:-60}to{stroke-dashoffset:-120}}.computing-title{color:#1a2e35;font-size:22px;font-weight:700;letter-spacing:-.01em;margin:0 0 6px}.computing-subtitle{color:#5a6b70;font-size:14px;margin:0 0 28px}.computing-stepper{display:flex;gap:0;margin:8px auto 24px;max-width:520px;padding:0 4px}.computing-stepper,.stepper-node{align-items:center;justify-content:center}.stepper-node{background:#e3ece6;border:2px solid #e3ece6;border-radius:50%;color:#fff;display:inline-flex;flex-shrink:0;font-size:11px;font-weight:700;height:22px;transition:background .25s ease,border-color .25s ease,transform .25s ease,box-shadow .25s ease;width:22px}.stepper-node.done{background:#16a34a;border-color:#16a34a}.stepper-node.current{animation:nodePulse 1.1s ease-in-out infinite;background:#fff;border-color:#22c55e;box-shadow:0 0 0 4px #22c55e2e,0 0 0 8px #22c55e14;transform:scale(1.18)}@keyframes nodePulse{0%,to{box-shadow:0 0 0 4px #22c55e2e,0 0 0 8px #22c55e14}50%{box-shadow:0 0 0 6px #22c55e47,0 0 0 12px #22c55e1a}}.stepper-bar{background:#e3ece6;flex:1 1;height:2px;min-width:12px;overflow:hidden;position:relative}.stepper-bar:after{background:#16a34a;content:"";inset:0;position:absolute;transform:scaleX(0);transform-origin:left center;transition:transform .4s ease}.stepper-bar.done:after{transform:scaleX(1)}.computing-current{animation:stepFade .35s ease;color:#1a2e35;font-size:15px;font-weight:600;margin:0 0 6px;min-height:1.4em}@keyframes stepFade{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.computing-progress{font-feature-settings:"tnum";color:#7a8a8e;font-size:12px;font-variant-numeric:tabular-nums;letter-spacing:.04em;margin:0}.computing-progress strong{color:#16a34a;font-weight:700}.result-stage{position:relative}.result-stage.gated .reveal-card{filter:blur(8px) saturate(.7);pointer-events:none;-webkit-user-select:none;user-select:none}.lead-overlay{align-items:center;animation:leadOverlayIn .3s ease;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#f8faf9b3;display:flex;inset:0;justify-content:center;overflow-y:auto;padding:20px;position:fixed;z-index:9999}@keyframes leadOverlayIn{0%{opacity:0}to{opacity:1}}.lead-card{animation:leadCardIn .4s cubic-bezier(.34,1.56,.64,1);background:#fff;border:1px solid #d4e9dc;border-radius:20px;box-shadow:0 24px 60px -20px #0f3c2859,0 0 0 1px #16a34a0f;max-width:440px;padding:32px 28px 24px;position:relative;width:100%}@keyframes leadCardIn{0%{opacity:0;transform:translateY(12px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.lead-eyebrow{background:#f0f7f4;border:1px solid #d4e9dc;border-radius:999px;color:#16a34a;display:inline-block;font-size:11px;font-weight:700;letter-spacing:.04em;margin-bottom:8px;padding:4px 10px}.lead-title{color:#1a2e35;font-size:22px;font-weight:700;letter-spacing:-.01em;margin:0 0 6px}.lead-subtitle{color:#5a6b70;font-size:14px;line-height:1.55;margin:0 0 20px}.lead-form{display:flex;flex-direction:column;gap:12px}.lead-row{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr 1fr}.lead-field{color:#334155;display:flex;flex-direction:column;font-size:12px;font-weight:600;gap:4px;min-width:0}.lead-field input,.lead-field select{background:#fff;border:1px solid #d4e1da;border-radius:10px;box-sizing:border-box;color:#0f172a;font-family:inherit;font-size:14px;font-weight:400;min-width:0;padding:10px 12px;transition:border-color .15s ease,box-shadow .15s ease;width:100%}.lead-field input:focus,.lead-field select:focus{border-color:#22c55e;box-shadow:0 0 0 3px #22c55e1f;outline:none}.lead-field input.invalid{background:#fef2f2;border-color:#ef4444}.lead-field input.invalid:focus{border-color:#ef4444;box-shadow:0 0 0 3px #ef444426}.lead-error{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#b91c1c;font-size:13px;padding:10px 12px}.lead-submit{background:linear-gradient(135deg,#22c55e,#16a34a);border:none;border-radius:12px;box-shadow:0 8px 20px -8px #16a34a8c;color:#fff;cursor:pointer;font-family:inherit;font-size:15px;font-weight:600;margin-top:4px;padding:14px 24px;transition:transform .1s ease,box-shadow .15s ease,opacity .15s ease}.lead-submit:hover:not(:disabled){box-shadow:0 12px 28px -8px #16a34aa6;transform:translateY(-1px)}.lead-submit:disabled{cursor:not-allowed;opacity:.6}.lead-legal{color:#94a3b8;font-size:11px;line-height:1.5;margin:4px 0 0;text-align:center}@media (max-width:640px){.lead-overlay{align-items:center;background:#f8faf9d9;inset:0;overflow-y:auto;padding:12px;position:fixed}.lead-card{border-radius:14px;max-height:calc(100vh - 24px);max-width:100%;overflow-y:auto;padding:18px 14px 16px}.lead-eyebrow{font-size:10px;margin-bottom:6px;padding:3px 8px}.lead-title{font-size:17px;margin-bottom:4px}.lead-subtitle{font-size:12px;line-height:1.4;margin-bottom:12px}.lead-form{gap:8px}.lead-row{gap:8px;grid-template-columns:1fr}.lead-field{font-size:11px}.lead-field input,.lead-field select{border-radius:8px;font-size:13px;padding:8px 10px}.lead-error{font-size:12px;padding:7px 10px}.lead-submit{border-radius:10px;font-size:14px;margin-top:2px;padding:11px 18px}.lead-legal{font-size:10px;line-height:1.4;margin-top:2px}}@keyframes revealUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}@keyframes drawLine{0%{stroke-dashoffset:220}to{stroke-dashoffset:0}}@keyframes dotPop{0%{opacity:0;transform:scale(0)}60%{opacity:1;transform:scale(1.4)}to{opacity:1;transform:scale(1)}}@keyframes ambientPulse{0%,to{opacity:.45;transform:scale(1) translate(0)}50%{opacity:.7;transform:scale(1.1) translate(-2%,2%)}}.reveal-card{animation:fadeIn .4s ease;background:linear-gradient(180deg,#fff,#f8faf9);border:1px solid #d4e9dc;border-radius:24px;box-shadow:0 20px 60px -24px #16a34a47,0 0 0 1px #16a34a0a;overflow:hidden;padding:52px 32px 36px;position:relative;text-align:center}.reveal-ambient{inset:0;pointer-events:none;position:absolute;z-index:0}.ambient-blob{border-radius:50%;filter:blur(60px);opacity:.5;position:absolute}.ambient-blob-1{animation:ambientPulse 8s ease-in-out infinite;background:radial-gradient(circle,#86efac 0,#0000 70%);height:360px;left:-120px;top:-120px;width:360px}.ambient-blob-2{animation:ambientPulse 10s ease-in-out 1s infinite;background:radial-gradient(circle,#bbf7d0 0,#0000 70%);bottom:-80px;height:320px;right:-100px;width:320px}.reveal-card>:not(.reveal-ambient){position:relative;z-index:1}.reveal-eyebrow{animation:revealUp .5s ease both;color:#16a34a;font-size:12px;font-weight:700;letter-spacing:.16em;margin:0 0 8px;text-transform:uppercase}.reveal-number{align-items:baseline;animation:scaleIn .6s cubic-bezier(.34,1.56,.64,1) both;animation-delay:.05s;display:inline-flex;gap:8px;margin:8px 0 16px}.reveal-number-value{font-feature-settings:"tnum";-webkit-text-fill-color:#0000;background:linear-gradient(180deg,#0a3d2a,#16a34a);-webkit-background-clip:text;background-clip:text;color:#0a3d2a;font-size:clamp(54px,9vw,88px);font-variant-numeric:tabular-nums;font-weight:800;letter-spacing:-.04em;line-height:1}.reveal-number-currency{color:#16a34a;font-size:clamp(28px,4vw,44px);font-weight:700;letter-spacing:-.02em}.reveal-range{animation:revealUp .5s ease both;animation-delay:.3s;color:#5a6b70;font-size:16px;margin:0 0 6px}.reveal-range strong{font-feature-settings:"tnum";color:#1a2e35;font-variant-numeric:tabular-nums;font-weight:600}.reveal-bracket{animation:revealUp .5s ease both;animation-delay:.4s;color:#7a8a8e;font-size:13px;margin:0 0 12px}.reveal-badges{align-items:center;animation:revealUp .5s ease both;animation-delay:.45s;display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin:6px 0 10px}.confidence-badge,.trend-badge{align-items:center;border-radius:999px;display:inline-flex;font-size:12px;font-weight:600;gap:6px;letter-spacing:.01em;padding:5px 12px}.confidence-badge{background:#f0f7f4;border:1px solid #d4e9dc;color:#15803d;cursor:help}.confidence-dot{background:#22c55e;border-radius:50%;height:7px;width:7px}.confidence-medium .confidence-dot{background:#f59e0b}.confidence-medium{background:#fffbeb;border-color:#fde68a;color:#92400e}.confidence-low .confidence-dot{background:#94a3b8}.confidence-low{background:#f1f5f9;border-color:#cbd5e1;color:#475569}.trend-badge-growth{background:#ecfdf5;border:1px solid #bbf7d0;color:#15803d}.trend-badge-decline{background:#fef2f2;border:1px solid #fecaca;color:#b91c1c}.reveal-connectors-wrap{height:80px;margin-top:4px}.reveal-connectors{display:block;height:100%;width:100%}.connector{fill:none;stroke:#16a34a;stroke-width:1.5;stroke-linecap:round;stroke-dasharray:220;stroke-dashoffset:220;animation:drawLine .7s cubic-bezier(.65,0,.35,1) forwards;opacity:.6}.connector-1{animation-delay:.6s}.connector-2{animation-delay:.75s}.connector-3{animation-delay:.9s}.dot{fill:#16a34a;animation:dotPop .4s cubic-bezier(.34,1.56,.64,1) forwards;opacity:0;transform-box:fill-box;transform-origin:center}.dot-1{animation-delay:1.15s}.dot-2{animation-delay:1.3s}.dot-3{animation-delay:1.45s}.reveal-methods{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(3,1fr);margin-bottom:24px}.reveal-method{align-items:flex-start;animation:revealUp .5s ease forwards;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffb3;border:1px solid #d4e9dc;border-radius:16px;display:flex;flex-direction:column;gap:4px;opacity:0;padding:20px 16px 18px;position:relative;text-align:left;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.method-1{animation-delay:1.2s}.method-2{animation-delay:1.35s}.method-3{animation-delay:1.5s}.reveal-method:hover{border-color:#22c55e;box-shadow:0 8px 24px -12px #16a34a4d;transform:translateY(-2px)}.method-tag{color:#16a34a;font-family:ui-serif,Georgia,Times New Roman,serif;font-size:14px;font-style:italic;font-weight:600;opacity:.55;position:absolute;right:14px;top:12px}.method-label{color:#5a6b70;font-size:11px;font-weight:700;letter-spacing:.06em;margin-bottom:4px;text-transform:uppercase}.method-value{font-feature-settings:"tnum";color:#1a2e35;font-size:22px;font-variant-numeric:tabular-nums;font-weight:700;letter-spacing:-.02em}.method-coef{font-feature-settings:"tnum";color:#16a34a;font-size:12px;font-variant-numeric:tabular-nums;font-weight:600}.reveal-disclaimer{animation:revealUp .5s ease both;animation-delay:1.6s;background:#fffbeb;border:1px solid #fde68a;border-radius:10px;color:#92400e;font-size:13px;line-height:1.5;margin:0 0 22px;padding:12px 16px;text-align:left}.reveal-actions{animation:revealUp .5s ease both;animation-delay:1.7s;display:flex;flex-direction:column;gap:10px}.cta-primary{background:linear-gradient(135deg,#22c55e,#16a34a);border-radius:14px;box-shadow:0 6px 20px -8px #16a34a99;color:#fff;display:block;font-size:16px;font-weight:600;padding:16px 24px;text-align:center;text-decoration:none;transition:transform .1s ease,box-shadow .15s ease}.cta-primary:hover{box-shadow:0 10px 28px -8px #16a34ab3;transform:translateY(-1px)}.cta-secondary{background:#fff;border:1.5px solid #16a34a;border-radius:14px;color:#16a34a;cursor:pointer;font-family:inherit;font-size:14px;font-weight:600;padding:14px 24px;transition:background .15s ease,color .15s ease}.cta-secondary:hover{background:#16a34a;color:#fff}@media (max-width:640px){.estimation-page{display:flex;flex-direction:column;min-height:100vh}.estimation-page>.estimation-container{padding-bottom:12px}.estimation-page>.estimation-container,.estimation-page>.estimation-container>.estimation-card{display:flex;flex:1 1;flex-direction:column}.estimation-card>.legal-mention{margin-top:auto;padding-top:4px}.estimation-hero{padding:10px 16px}.estimation-hero h1{font-size:18px;letter-spacing:-.01em;line-height:1.2;margin:0}.hero-stats{flex-wrap:nowrap;gap:14px;margin-top:8px}.hero-stat{flex:1 1;min-width:0}.stat-number{font-size:15px}.stat-label{font-size:10px;line-height:1.2;text-align:center}.estimation-container{gap:12px;padding:0 12px 24px}.estimation-card{border-radius:14px;gap:10px;padding:14px 12px 12px}.computing-card,.reveal-card{border-radius:14px;padding:24px 14px 18px}.field-block{gap:3px}.field-row{gap:10px}.field-label{font-size:12px}.field-input{border-radius:9px;font-size:13px;padding:8px 12px}.field-input-lg{font-size:17px;padding:12px 40px 12px 12px}.field-suffix{font-size:13px;right:12px}.field-input-lg~.field-suffix{font-size:14px}.field-hint{font-size:10px;line-height:1.3}.postal-suggestions{border-radius:10px;max-height:140px;padding:3px}.postal-suggestion{border-radius:6px;font-size:12px;gap:8px;padding:5px 8px}.suggestion-code{font-size:12px;min-width:40px}.suggestion-city{font-size:12px}.trend-toggle{gap:6px}.trend-option{border-radius:8px;padding:6px 3px}.trend-label{font-size:11px}.trend-hint{font-size:9px}.submit-button{border-radius:10px;font-size:14px;margin-top:0;padding:11px 16px}.legal-mention{font-size:10px;line-height:1.35;margin:0}.reveal-card{padding:24px 14px 18px}.reveal-eyebrow{font-size:10px;letter-spacing:.12em}.reveal-number{gap:4px;margin:4px 0 10px}.reveal-number-value{font-size:42px}.reveal-number-currency{font-size:22px}.reveal-range{font-size:13px;margin-bottom:4px}.reveal-badges{gap:6px;margin:4px 0 6px}.confidence-badge,.trend-badge{font-size:10px;padding:4px 9px}.reveal-bracket{font-size:11px;margin-bottom:6px}.reveal-connectors-wrap{height:48px;margin-top:0}.reveal-methods{gap:8px;grid-template-columns:repeat(3,1fr);margin-bottom:16px}.reveal-method{border-radius:12px;gap:2px;padding:12px 8px 10px}.method-tag{font-size:11px;right:8px;top:6px}.method-label{font-size:9px;letter-spacing:.04em;line-height:1.25;margin-bottom:2px}.method-value{font-size:14px}.method-coef{font-size:10px}.reveal-actions{gap:8px}.cta-primary{font-size:14px;padding:13px 18px}.cta-secondary{font-size:13px;padding:11px 18px}}.contact-page{background:linear-gradient(135deg,#f8faf9,#fff 50%,#f0f7f4);min-height:100vh}.contact-hero{margin:0 auto;max-width:760px;padding:48px 24px 24px;text-align:center}.contact-hero h1{color:#1a2e35;font-size:clamp(28px,4vw,40px);font-weight:700;letter-spacing:-.02em;margin:0 0 12px}.contact-subtitle{color:#5a6b70;font-size:16px;line-height:1.55;margin:0}.contact-container{margin:0 auto;max-width:760px;padding:0 24px 60px}.contact-card{background:#fff;border:1px solid #e3ece6;border-radius:20px;box-shadow:0 12px 40px -16px #16a34a2e;display:flex;flex-direction:column;gap:20px;padding:32px}.form-grid{grid-gap:14px;gap:14px;grid-template-columns:1fr 1fr}.ctc-field{color:#1a2e35;display:flex;flex-direction:column;font-size:13px;font-weight:600;gap:5px;min-width:0}.ctc-field.full{grid-column:1/-1}.required{color:#16a34a}.ctc-field input,.ctc-field select,.ctc-field textarea{background:#fff;border:1px solid #d4e1da;border-radius:10px;box-sizing:border-box;color:#0f172a;font-family:inherit;font-size:14px;font-weight:400;min-width:0;padding:11px 14px;transition:border-color .15s ease,box-shadow .15s ease;width:100%}.ctc-field textarea{line-height:1.5;min-height:140px;resize:vertical}.ctc-field input:focus,.ctc-field select:focus,.ctc-field textarea:focus{border-color:#22c55e;box-shadow:0 0 0 3px #22c55e1f;outline:none}.ctc-field input.invalid,.ctc-field textarea.invalid{background:#fef2f2;border-color:#ef4444}.ctc-error{background:#fef2f2;border:1px solid #fecaca;border-radius:10px;color:#b91c1c;font-size:14px;padding:12px 16px}.ctc-submit{background:linear-gradient(135deg,#22c55e,#16a34a);border:none;border-radius:14px;box-shadow:0 8px 20px -8px #16a34a8c;color:#fff;cursor:pointer;font-family:inherit;font-size:16px;font-weight:600;padding:16px 24px;transition:transform .1s ease,box-shadow .15s ease,opacity .15s ease}.ctc-submit:hover:not(:disabled){box-shadow:0 12px 28px -8px #16a34aa6;transform:translateY(-1px)}.ctc-submit:disabled{cursor:not-allowed;opacity:.6}.ctc-legal{color:#94a3b8;font-size:12px;line-height:1.55;margin:0;text-align:center}.contact-success{background:#fff;border:1px solid #d4e9dc;border-radius:20px;box-shadow:0 12px 40px -16px #16a34a33;margin-top:40px;padding:56px 32px 40px;text-align:center}.success-icon{align-items:center;background:linear-gradient(135deg,#22c55e,#16a34a);border-radius:50%;box-shadow:0 12px 28px -10px #16a34a8c;color:#fff;display:inline-flex;font-size:36px;font-weight:700;height:72px;justify-content:center;margin-bottom:20px;width:72px}.contact-success h1{color:#1a2e35;font-size:28px;font-weight:700;letter-spacing:-.01em;margin:0 0 10px}.contact-success p{color:#5a6b70;font-size:15px;line-height:1.6;margin:0 auto 24px;max-width:460px}.success-actions{display:inline-flex;flex-wrap:wrap;gap:10px;justify-content:center}.btn-back-home,.btn-new-message{border-radius:12px;cursor:pointer;font-family:inherit;font-size:14px;font-weight:600;padding:12px 22px;text-decoration:none}.btn-back-home{background:linear-gradient(135deg,#22c55e,#16a34a);border:none;color:#fff}.btn-new-message{background:#fff;border:1.5px solid #16a34a;color:#16a34a}.btn-new-message:hover{background:#16a34a;color:#fff}@media (max-width:640px){.contact-hero{padding:8px 16px 4px}.contact-hero h1{font-size:18px;line-height:1.2;margin:0}.contact-subtitle{display:none}.contact-container{padding:0 12px 16px}.contact-card{border-radius:12px;gap:8px;padding:12px}.form-grid{gap:8px;grid-template-columns:1fr 1fr}.ctc-field.full{grid-column:1/-1}.ctc-field{font-size:11px;gap:2px}.ctc-field input,.ctc-field select,.ctc-field textarea{border-radius:7px;font-size:13px;padding:7px 9px}.ctc-field textarea{line-height:1.4;min-height:60px}.ctc-submit{border-radius:9px;font-size:14px;margin-top:2px;padding:10px 16px}.ctc-legal{font-size:10px;line-height:1.35;margin:0}.contact-success{margin-top:12px;padding:28px 16px 20px}.contact-success h1{font-size:20px}.contact-success p{font-size:13px}}.pagination-admin{align-items:center;background:#f8fafc;border-top:1px solid #e2e8f0;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;padding:1rem 1.5rem}.pagination-admin .pagination-info{color:#64748b;font-size:.85rem}.pagination-admin .pagination-controls{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem}.pagination-admin .page-btn{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:6px;color:#64748b;cursor:pointer;display:flex;font-family:inherit;font-size:.85rem;height:36px;justify-content:center;transition:all .15s ease;width:36px}.pagination-admin .page-btn:hover:not(:disabled){background:#22c55e;border-color:#22c55e;color:#fff}.pagination-admin .page-btn:disabled{cursor:not-allowed;opacity:.4}.pagination-admin .page-btn.active{background:#22c55e;border-color:#22c55e;color:#fff}.pagination-admin .pagination-ellipsis{color:#94a3b8;font-size:.9rem;padding:0 .25rem}.pagination-public{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-top:2.5rem}.pagination-public .pagination-btn{background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#475569;cursor:pointer;font-family:inherit;font-size:.9rem;padding:.6rem 1rem;transition:all .2s ease}.pagination-public .pagination-btn:hover:not(:disabled){background:#f0fdf4;border-color:#22c55e;color:#16a34a}.pagination-public .pagination-btn:disabled{cursor:not-allowed;opacity:.4}.pagination-public .pagination-pages{align-items:center;display:flex;gap:.25rem}.pagination-public .pagination-page{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#475569;cursor:pointer;display:flex;font-family:inherit;font-size:.9rem;height:38px;justify-content:center;transition:all .2s ease;width:38px}.pagination-public .pagination-page:hover{background:#f0fdf4;border-color:#22c55e}.pagination-public .pagination-page.active{background:linear-gradient(135deg,#22c55e,#16a34a);border-color:#22c55e;color:#fff;font-weight:600}.pagination-public .pagination-ellipsis{color:#94a3b8;padding:0 .25rem}@media (max-width:768px){.pagination-admin{align-items:stretch;flex-direction:column}.pagination-admin .pagination-info{text-align:center}.pagination-admin .pagination-controls{justify-content:center}.pagination-public{gap:.25rem}.pagination-public .pagination-btn{font-size:.85rem;padding:.5rem .75rem}.pagination-public .pagination-page{font-size:.85rem;height:32px;width:32px}}.pharmacy-list{background:var(--gradient-page-bg);min-height:80vh;padding:3rem 0 0}.pharmacy-list .container{margin:0 auto;max-width:var(--container-max-width);padding:0 var(--container-padding)}.pharmacy-list .page-title{-webkit-text-fill-color:#0000;background:var(--gradient-primary);-webkit-background-clip:text;background-clip:text;color:#1a4d2e;font-size:2.5rem;font-weight:700;margin-bottom:.75rem}.link-bodacc{color:var(--color-primary);font-weight:500;text-decoration:none;transition:color var(--transition-fast)}.link-bodacc:hover{color:var(--color-primary-dark);text-decoration:underline}.map-section-list{border:1px solid #0000000d;border-radius:var(--radius-xl);box-shadow:0 0 25px #00000014;margin-bottom:3rem;overflow:hidden}.list-section{background:var(--color-bg);border-radius:var(--radius-2xl);box-shadow:0 4px 20px #0000000f;padding:2rem}.section-title-list{align-items:center;color:var(--color-text-dark);display:flex;font-size:1.5rem;font-weight:600;gap:.75rem;margin-bottom:1.5rem}.filters{grid-gap:1.25rem;background:var(--gradient-primary-bg);border:1px solid #d1fae5;border-radius:var(--radius-lg);display:grid;gap:1.25rem;grid-template-columns:repeat(4,1fr);margin-bottom:2rem;padding:1.5rem}@media (max-width:1024px){.filters{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.pharmacy-list .container{padding:0 var(--container-padding-mobile)}.pharmacy-list .page-title{font-size:1.8rem}.list-section{border-radius:var(--radius-xl);padding:1.5rem}.filters{grid-template-columns:1fr;padding:1rem}}.financial-charts{border-top:1px solid #e2e8f0;margin-top:2rem;padding-top:2rem}.financial-charts .section-title{align-items:center;color:#1e293b;display:flex;font-size:1.4rem;font-weight:700;gap:.5rem;margin-bottom:1.5rem}.kpi-cards{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:1.5rem}.kpi-card{align-items:center;background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid #e2e8f0;border-radius:12px;display:flex;gap:1rem;padding:1rem 1.25rem;transition:all .2s ease}.kpi-card:hover{border-color:#22c55e;box-shadow:0 4px 12px #00000014;transform:translateY(-2px)}.kpi-card.highlight{background:linear-gradient(135deg,#ecfdf5,#d1fae5);border-color:#22c55e}.kpi-icon{align-items:center;background:#fff;border-radius:10px;box-shadow:0 2px 8px #0000000f;display:flex;font-size:1.5rem;height:44px;justify-content:center;width:44px}.kpi-content{display:flex;flex-direction:column;gap:.25rem}.kpi-label{color:#64748b;font-size:.75rem;font-weight:500;letter-spacing:.5px;text-transform:uppercase}.kpi-value{color:#1e293b;font-size:1.25rem;font-weight:700}.kpi-card.highlight .kpi-value{color:#16a34a}.charts-container{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr}.chart-card{background:#fff;border:1px solid #f1f5f9;border-radius:16px;box-shadow:0 4px 20px #0000000f;padding:1.5rem;transition:transform .2s ease,box-shadow .2s ease}.chart-card:hover{box-shadow:0 8px 30px #0000001a;transform:translateY(-2px)}.chart-card.evolution-chart{background:linear-gradient(135deg,#fff,#f0fdf4);border-color:#bbf7d0}.chart-card.pie-chart-card{background:linear-gradient(135deg,#fff,#f8fafc)}.chart-title{align-items:center;border-bottom:2px solid #f1f5f9;color:#334155;display:flex;font-size:1.1rem;font-weight:600;gap:.75rem;margin-bottom:1rem;padding-bottom:.75rem}.chart-badge{border-radius:4px;font-size:.65rem;font-weight:600;letter-spacing:.5px;padding:.25rem .5rem;text-transform:uppercase}.chart-badge.real-data{background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff}.chart-wrapper{margin:0 -.5rem}.chart-wrapper.pie-wrapper{margin:0}.variation-indicators{border-top:1px dashed #e2e8f0;display:flex;flex-wrap:wrap;gap:1rem;margin-top:1rem;padding-top:1rem}.variation-item{align-items:center;border-radius:8px;display:flex;font-size:.9rem;gap:.5rem;padding:.5rem 1rem}.variation-item.positive{background:linear-gradient(135deg,#ecfdf5,#d1fae5);color:#16a34a}.variation-item.negative{background:linear-gradient(135deg,#fef2f2,#fee2e2);color:#dc2626}.variation-label{color:#64748b;font-weight:500}.variation-value{font-size:1rem;font-weight:700}.pie-legend{border-top:1px dashed #e2e8f0;display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1rem;padding-top:1rem}.pie-legend.centered{justify-content:center}.pie-legend-item{align-items:center;color:#475569;display:flex;font-size:.85rem;gap:.5rem}.pie-legend-dot{border-radius:3px;flex-shrink:0;height:12px;width:12px}.pie-legend-text{font-weight:500}.chart-tooltip{background:#fff;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 8px 24px #0000001f;padding:.75rem 1rem}.tooltip-year{border-bottom:1px solid #f1f5f9;color:#1e293b;font-size:.95rem;font-weight:700;margin-bottom:.5rem;padding-bottom:.5rem}.tooltip-item{font-size:.85rem;font-weight:500;margin:.25rem 0}.chart-legend-info{align-items:center;border-top:1px dashed #e2e8f0;color:#64748b;display:flex;flex-wrap:wrap;font-size:.8rem;gap:.5rem;margin-top:1rem;padding-top:1rem}.legend-dot{border-radius:50%;height:10px;margin-left:1rem;width:10px}.legend-dot:first-child{margin-left:0}.legend-dot.ca{background:#22c55e}.legend-dot.ebe{background:#3b82f6}.charts-disclaimer{align-items:flex-start;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-left:4px solid #22c55e;border-radius:12px;display:flex;gap:.75rem;margin-top:1.5rem;padding:1rem 1.25rem}.disclaimer-icon{flex-shrink:0;font-size:1.1rem}.charts-disclaimer p{color:#64748b;font-size:.85rem;line-height:1.5;margin:0}.recharts-cartesian-grid-horizontal line,.recharts-cartesian-grid-vertical line{stroke:#e2e8f0}.recharts-legend-item-text{color:#334155!important}.recharts-default-tooltip{border-radius:8px!important}.recharts-pie-label-text{fill:#475569;font-size:11px;font-weight:500}@media (min-width:768px){.charts-container{grid-template-columns:repeat(2,1fr)}.chart-card.evolution-chart{grid-column:span 2}.kpi-cards{grid-template-columns:repeat(4,1fr)}}@media (min-width:1024px){.charts-container{grid-template-columns:repeat(2,1fr)}}@media (max-width:767px){.chart-card{padding:1rem}.chart-title{font-size:1rem;gap:.5rem}.chart-legend-info,.chart-title{align-items:flex-start;flex-direction:column}.legend-dot{margin-left:0}.kpi-cards{grid-template-columns:repeat(2,1fr)}.kpi-card{padding:.75rem 1rem}.kpi-icon{font-size:1.2rem;height:36px;width:36px}.kpi-value{font-size:1.1rem}.variation-indicators{flex-direction:column}.pie-legend{justify-content:center}}@media (max-width:480px){.kpi-cards{grid-template-columns:1fr}.kpi-card{flex-direction:row}}@keyframes chartFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes kpiFadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.chart-card{animation:chartFadeIn .5s ease-out}.chart-card:nth-child(2){animation-delay:.1s}.chart-card:nth-child(3){animation-delay:.2s}.kpi-card{animation:kpiFadeIn .4s ease-out}.kpi-card:first-child{animation-delay:0s}.kpi-card:nth-child(2){animation-delay:.05s}.kpi-card:nth-child(3){animation-delay:.1s}.kpi-card:nth-child(4){animation-delay:.15s}@media (prefers-color-scheme:dark){.financial-charts{border-top-color:#334155}.chart-card{background:#1e293b;border-color:#334155}.chart-title{border-bottom-color:#334155;color:#e2e8f0}.chart-tooltip{background:#1e293b;border-color:#334155}.tooltip-year{border-bottom-color:#334155;color:#f1f5f9}.kpi-card{background:linear-gradient(135deg,#1e293b,#0f172a);border-color:#334155}.kpi-icon{background:#0f172a}.kpi-label{color:#94a3b8}.kpi-value{color:#f1f5f9}}.not-found-page{align-items:center;background:linear-gradient(180deg,#f8fdf9,#fff 50%,#f0fdf4);display:flex;min-height:80vh;padding:4rem 0}.not-found-page .container{margin:0 auto;max-width:900px;padding:0 2rem;text-align:center}.error-visual{margin-bottom:2.5rem}.error-code{align-items:center;display:flex;gap:.5rem;justify-content:center}.digit{-webkit-text-fill-color:#0000;animation:float 3s ease-in-out infinite;background:linear-gradient(135deg,#22c55e,#16a34a);-webkit-background-clip:text;background-clip:text;font-size:8rem;font-weight:800;line-height:1}.digit:first-child{animation-delay:0s}.digit:nth-child(3){animation-delay:.4s}.digit.pill{-webkit-text-fill-color:initial;animation:spin-pill 4s ease-in-out infinite;background:none;font-size:6rem}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes spin-pill{0%,to{transform:rotate(-10deg) scale(1)}25%{transform:rotate(10deg) scale(1.1)}50%{transform:rotate(-5deg) scale(1)}75%{transform:rotate(5deg) scale(1.05)}}.error-pulse{animation:pulse 2s ease-in-out infinite;background:radial-gradient(circle,#22c55e1a 0,#0000 70%);border-radius:50%;height:200px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:200px;z-index:-1}.error-content{margin-bottom:2.5rem}.error-title{color:#1e293b;font-size:2.5rem;font-weight:700;margin:0 0 1rem}.error-message{color:#64748b;font-size:1.2rem;line-height:1.6;margin:0 0 1rem}.error-path{margin:0}.error-path code{background:#f1f5f9;border-radius:8px;color:#475569;display:inline-block;font-family:Monaco,Consolas,monospace;font-size:.9rem;padding:.5rem 1rem;word-break:break-all}.quick-actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:3rem}.btn-back,.btn-home{align-items:center;border-radius:12px;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:.5rem;padding:1rem 2rem;text-decoration:none;transition:all .2s ease}.btn-home{border:none}.btn-back:hover{color:#16a34a}.btn-icon{font-size:1.2rem}.useful-links-section{background:#fff;border:1px solid #e2e8f0;border-radius:20px;box-shadow:0 4px 20px #0000000f;margin-bottom:2rem;padding:2.5rem}.section-title{font-size:1.5rem;gap:.75rem;justify-content:center;margin:0 0 2rem}.section-icon{font-size:1.3rem}.links-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.useful-link-card{align-items:center;animation:fadeInUp .5s ease forwards;background:#f8fafc;border:1px solid #0000;border-radius:14px;display:flex;gap:1rem;opacity:0;padding:1.25rem 1.5rem;text-decoration:none;transition:all .3s ease}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.useful-link-card:hover{background:#fff;border-color:#22c55e;box-shadow:0 4px 20px #22c55e1f;transform:translateX(8px)}.link-icon{flex-shrink:0;font-size:2rem}.link-content{flex:1 1;text-align:left}.link-title{color:#1e293b;font-size:1.05rem;font-weight:600;margin:0 0 .25rem}.link-description{color:#64748b;font-size:.85rem;line-height:1.4;margin:0}.link-arrow{color:#94a3b8;flex-shrink:0;font-size:1.3rem;transition:all .2s ease}.useful-link-card:hover .link-arrow{color:#22c55e;transform:translateX(4px)}.contact-section{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;padding-top:1rem}.contact-text{color:#64748b;margin:0}.contact-link{align-items:center;color:#22c55e;display:inline-flex;font-weight:600;gap:.5rem;text-decoration:none;transition:all .2s ease}.contact-link:hover{color:#16a34a;text-decoration:underline}.contact-icon{font-size:1.1rem}@media (max-width:768px){.not-found-page{padding:3rem 0}.digit{font-size:5rem}.digit.pill{font-size:4rem}.error-title{font-size:1.8rem}.error-message{font-size:1rem}.useful-links-section{padding:1.5rem}.links-grid{grid-template-columns:1fr}.quick-actions{align-items:center;flex-direction:column}.btn-back,.btn-home{justify-content:center;max-width:280px;width:100%}.contact-section{flex-direction:column;text-align:center}}@media (max-width:480px){.digit{font-size:4rem}.digit.pill{font-size:3rem}.section-title{font-size:1.2rem}.useful-link-card{padding:1rem}.link-icon{font-size:1.5rem}}.property-detail{background:linear-gradient(180deg,#f8fdf9,#fff);min-height:80vh;padding:2rem 0 0}.property-detail .container{margin:0 auto;max-width:1200px;padding:0 2rem}.btn-back{border:2px solid #e2e8f0;font-size:.95rem;font-weight:500;margin-bottom:2rem;padding:.6rem 1.2rem;transition:all .2s ease}.btn-back:hover{background:#f0fdf4;border-color:#22c55e;color:#22c55e}.detail-header{border-bottom:1px solid #e2e8f0;margin-bottom:2.5rem;padding-bottom:2rem}.header-badges{align-items:center;display:flex;flex-wrap:wrap;gap:.75rem}.badge-for-sale{align-items:center;animation:badge-pulse 2s ease-in-out infinite;background:linear-gradient(135deg,#059669,#047857);border-radius:50px;box-shadow:0 4px 15px #05966959,0 0 0 3px #05966926,inset 0 1px 0 #fff3;color:#fff;display:inline-flex;font-size:.75rem;font-weight:800;gap:.5rem;letter-spacing:1.5px;overflow:hidden;padding:.75rem 1.5rem;position:relative;text-transform:uppercase}.badge-for-sale:before{animation:badge-shine 3s ease-in-out infinite;background:linear-gradient(90deg,#0000,#ffffff4d,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;width:100%}@keyframes badge-pulse{0%,to{box-shadow:0 4px 15px #05966959,0 0 0 3px #05966926,inset 0 1px 0 #fff3;transform:scale(1)}50%{box-shadow:0 6px 20px #05966973,0 0 0 5px #0596691a,inset 0 1px 0 #fff3;transform:scale(1.02)}}@keyframes badge-shine{0%{left:-100%}50%,to{left:100%}}.badge-dot{animation:dot-blink 1.5s ease-in-out infinite;background:#fff;border-radius:50%;box-shadow:0 0 8px #fff9;height:8px;width:8px}@keyframes dot-blink{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(.8)}}.badge-bodacc{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.badge-bodacc,.badge-osm{align-items:center;border-radius:6px;color:#fff;display:inline-flex;font-size:.8rem;font-weight:700;letter-spacing:.5px;padding:.5rem 1rem;text-transform:uppercase}.badge-osm{background:linear-gradient(135deg,#0ea5e9,#0284c7)}.title-row-with-badge{align-items:center;display:flex;flex-wrap:wrap;gap:1.25rem;margin-bottom:1.25rem}.detail-title{color:#1e293b;font-size:2.5rem;font-weight:700;line-height:1.2;margin:0}.detail-address{align-items:flex-start;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;display:flex;gap:.75rem;padding:1.25rem 1.5rem}.address-icon{font-size:1.5rem}.address-content{display:flex;flex-direction:column;gap:.25rem}.address-street{color:#334155;font-size:1.1rem;font-weight:500}.address-city{color:#64748b;font-size:1rem}.address-city strong{color:#22c55e;font-weight:600}.address-region{color:#94a3b8;font-size:.9rem}.address-meta{border-top:1px dashed #e2e8f0;display:flex;flex-wrap:wrap;gap:.4rem .65rem;margin-top:.65rem;padding-top:.65rem}.address-meta-item{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:6px;color:#475569;display:inline-flex;font-family:inherit;font-size:.82rem;gap:.25rem;padding:.2rem .55rem}.address-meta-icon{font-size:.85rem;line-height:1}.address-meta-link{color:#16a34a;text-decoration:none;transition:background .15s,border-color .15s}.address-meta-link:hover{background:#f0fdf4;border-color:#86efac}.detail-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:2fr 1fr;margin-top:2rem}.detail-section{margin-bottom:1.4rem}.section-title{align-items:center;color:#1e293b;display:flex;font-size:1.1rem;font-weight:600;gap:.5rem;margin-bottom:.75rem}.section-title:after{background:linear-gradient(90deg,#22c55e,#0000);content:"";flex:1 1;height:2px;margin-left:1rem}.price-section{margin-bottom:2rem}.price-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;box-shadow:0 10px 40px #00000014;overflow:hidden}.price-card-header{align-items:center;background:linear-gradient(135deg,#f0fdf4,#dcfce7);border-bottom:1px solid #bbf7d0;display:flex;justify-content:space-between;padding:1rem 1.5rem}.price-badge{color:#166534;font-size:.9rem;font-weight:600}.price-ratio{background:#fff;border-radius:20px;box-shadow:0 2px 8px #0000000f;color:#16a34a;font-size:.8rem;font-weight:600;padding:.35rem .75rem}.price-card-body{background:linear-gradient(180deg,#fff,#f8fafc);padding:2rem}.price-main{align-items:baseline;display:flex;flex-direction:row;flex-wrap:nowrap;gap:.5rem;justify-content:center;margin-bottom:1.5rem;width:100%}.price-amount{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#22c55e,#16a34a);-webkit-background-clip:text;background-clip:text;flex-shrink:0;font-size:3.5rem;font-weight:800;letter-spacing:-1px;line-height:1;white-space:nowrap}.price-currency{color:#22c55e;flex-shrink:0;font-size:2.5rem;font-weight:700;line-height:1}.price-indicators{border-top:1px dashed #e2e8f0;display:flex;gap:2rem;justify-content:center;padding-top:1.5rem}.price-indicator{align-items:center;color:#64748b;display:flex;font-size:.9rem;gap:.5rem}.indicator-icon{font-size:1rem}.indicator-text{font-weight:500}.price-card-footer{align-items:center;background:linear-gradient(135deg,#22c55e,#16a34a);display:flex;gap:1rem;justify-content:space-between;padding:1.25rem 1.5rem}.price-cta-text{color:#fff;font-size:.95rem;font-weight:500}.price-cta-btn{align-items:center;background:#fff;border-radius:10px;box-shadow:0 4px 12px #00000026;color:#16a34a;display:inline-flex;font-size:.95rem;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;text-decoration:none;transition:all .2s ease}.price-cta-btn:hover{box-shadow:0 6px 20px #0003;transform:translateY(-2px)}.price-box{align-items:center;background:linear-gradient(135deg,#22c55e,#16a34a);border-radius:16px;box-shadow:0 8px 24px #22c55e40;color:#fff;display:flex;flex-direction:column;gap:.5rem;padding:2rem}.price-label{font-size:.9rem;letter-spacing:1px;opacity:.9;text-transform:uppercase}.price-value{color:#fff;font-size:2.75rem;font-weight:700}.key-figures-grid{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.key-figure-card{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:10px;display:flex;gap:.65rem;padding:.6rem .8rem;transition:all .15s ease}.key-figure-card:hover{border-color:#22c55e;box-shadow:0 2px 8px #22c55e1f}.key-figure-card.highlight{background:linear-gradient(135deg,#f0fdf4,#dcfce7);border-color:#86efac}.key-figure-icon{flex-shrink:0;font-size:1.15rem;line-height:1}.key-figure-content{display:flex;flex-direction:column;gap:0;min-width:0}.key-figure-label{color:#64748b;font-size:.7rem;font-weight:500;letter-spacing:.3px;line-height:1.2;text-transform:uppercase}.key-figure-value{color:#1e293b;font-size:.98rem;font-weight:700;line-height:1.2}.performance-grid{display:flex;flex-direction:column;gap:.75rem}.performance-item{align-items:center;background:#fff;border:1px solid #e2e8f0;border-left:4px solid #22c55e;border-radius:10px;display:flex;justify-content:space-between;padding:1rem 1.25rem}.performance-label{color:#475569;font-size:.95rem;font-weight:500}.performance-value{color:#22c55e;font-size:1.15rem;font-weight:700}.description-text{background:#fff;border:1px solid #e2e8f0;border-radius:12px;color:#334155;font-size:1.05rem;line-height:1.8;padding:1.5rem}.info-grid{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.info-item{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;display:flex;gap:.6rem;padding:.55rem .8rem}.info-item.full-width{grid-column:1/-1}.info-icon{flex-shrink:0;font-size:1rem;line-height:1}.info-content{display:flex;flex-direction:column;gap:0;min-width:0}.info-label{color:#64748b;font-size:.7rem;letter-spacing:.3px;line-height:1.2;text-transform:uppercase}.info-value{color:#1e293b;font-size:.9rem;font-weight:500;line-height:1.25}.info-value.link{color:#22c55e;text-decoration:none;transition:color .2s}.info-value.link:hover{color:#16a34a;text-decoration:underline}.admin-grid{grid-gap:.4rem;display:grid;gap:.4rem;grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.admin-item{background:#f8fafc;border-radius:6px;display:flex;flex-direction:column;gap:0;padding:.45rem .7rem}.admin-label{color:#64748b;font-size:.68rem;letter-spacing:.3px;line-height:1.2;text-transform:uppercase}.admin-value{color:#1e293b;font-family:SF Mono,Monaco,Inconsolata,monospace;font-size:.88rem;font-weight:500;line-height:1.25}.detail-sidebar{height:-webkit-fit-content;height:fit-content;position:-webkit-sticky;position:sticky;top:100px}.map-container{border:1px solid #0000000f;border-radius:16px;box-shadow:0 0 20px #00000014;margin-bottom:1.5rem;overflow:hidden}.map-placeholder{align-items:center;background:#f8f9fa;border-radius:12px;color:#7f8c8d;display:flex;height:400px;justify-content:center}.contact-section{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 4px 16px #00000014;padding:2rem;text-align:center}.contact-title{color:#1e293b;font-size:1.2rem;font-weight:600;margin-bottom:1.5rem}.btn-contact{background:linear-gradient(135deg,#22c55e,#16a34a);border:none;border-radius:10px;box-shadow:0 4px 12px #22c55e40;color:#fff;cursor:pointer;font-size:1.05rem;font-weight:600;margin-bottom:1rem;padding:1rem;transition:all .2s ease;width:100%}.btn-contact:hover{box-shadow:0 6px 16px #22c55e59;transform:translateY(-2px)}.contact-info{color:#64748b;font-size:.9rem;margin:.5rem 0}.streetview-container{margin-top:1rem}.streetview-container iframe{box-shadow:0 2px 8px #0000001a}.streetview-placeholder{align-items:center;background:linear-gradient(135deg,#f0f4f8,#e2e8f0);border-radius:12px;color:#64748b;display:flex;flex-direction:column;height:300px;justify-content:center}.streetview-placeholder p{font-size:1.1rem;margin:.5rem 0}.placeholder-hint{color:#94a3b8;font-size:.9rem!important}.streetview-buttons{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1rem}.streetview-link{background:#4285f4;border-radius:8px;color:#fff;display:inline-block;font-size:.9rem;font-weight:500;padding:.6rem 1.2rem;text-decoration:none;transition:all .2s ease}.streetview-link:hover{background:#3367d6;color:#fff;transform:translateY(-1px)}.streetview-link-secondary{background:#34a853}.streetview-link-secondary:hover{background:#2d8f47}.error-message{background-color:#fef2f2;border:1px solid #fecaca;border-radius:12px;color:#dc2626;margin:2rem 0;padding:1.5rem;text-align:center}.loading{color:#64748b;font-size:1.2rem;padding:3rem;text-align:center}@media (max-width:968px){.detail-content{grid-template-columns:1fr}.detail-sidebar{position:static}.detail-title{font-size:1.8rem}.key-figures-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.price-amount{font-size:2.5rem}.price-indicators{flex-direction:column;gap:.75rem}.price-card-footer{flex-direction:column;text-align:center}.info-grid{grid-template-columns:1fr}}@media (max-width:600px){.property-detail .container{padding:0 1rem}.detail-title{font-size:1.5rem}.title-row-with-badge{align-items:flex-start;flex-direction:column;gap:.75rem}.detail-address{padding:1rem}.price-box{padding:1.5rem}.price-card-body{padding:1.25rem}.price-amount{font-size:2rem}.price-currency{font-size:1.5rem}.price-main{flex-direction:row;flex-wrap:nowrap;gap:.25rem}.price-card-header{align-items:flex-start;flex-direction:column;gap:.5rem}.price-cta-btn{justify-content:center;width:100%}.key-figure-card{padding:1rem}.key-figure-icon{font-size:1.5rem}.admin-grid{grid-template-columns:1fr}}.internal-links-section{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 4px 16px #00000014;margin-top:1.5rem;padding:1.5rem}.internal-links-title{align-items:center;color:#1e293b;display:flex;font-size:1rem;font-weight:700;gap:.5rem;margin-bottom:1rem}.links-icon{font-size:1.1rem}.internal-links-grid{display:flex;flex-direction:column;gap:.5rem}.internal-link{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;color:#334155;display:flex;gap:.75rem;padding:.75rem 1rem;text-decoration:none;transition:all .18s ease}.internal-link:hover{background:#f0fdf4;border-color:#86efac;box-shadow:0 2px 8px #22c55e1f;color:#166534;transform:translateX(3px)}.internal-link-icon{flex-shrink:0;font-size:1.2rem}.internal-link-content{align-items:baseline;display:flex;flex:1 1;flex-wrap:wrap;gap:.3rem;min-width:0}.internal-link-label{color:#64748b;font-size:.8rem;white-space:nowrap}.internal-link-value{color:#1e293b;font-size:.9rem;font-weight:600;white-space:nowrap}.internal-link-dept-num,.internal-link-postal{background:#f1f5f9;border-radius:4px;color:#94a3b8;font-size:.75rem;font-weight:500;padding:.1rem .4rem}.internal-link-arrow{color:#94a3b8;flex-shrink:0;font-size:1rem;transition:transform .18s ease}.internal-link:hover .internal-link-arrow{color:#22c55e;transform:translateX(3px)}@media (max-width:600px){.internal-links-section{padding:1rem}.internal-link{padding:.65rem .75rem}.internal-link-value{font-size:.85rem}}.bodacc-section{border-radius:16px;overflow:hidden}.bodacc-section .section-title{align-items:center;color:#854d0e;display:flex;gap:.75rem;margin-bottom:1.5rem}.bodacc-section .section-icon{font-size:1.5rem}.bodacc-timeline{display:flex;flex-direction:column;gap:1.5rem}.bodacc-entry{background:#fff;border-left:4px solid #eab308;border-radius:12px;box-shadow:0 2px 8px #0000000f;display:flex;gap:1.25rem;padding:1.5rem;transition:all .2s ease}.bodacc-entry:hover{box-shadow:0 4px 16px #0000001a;transform:translateX(4px)}.bodacc-date-badge{align-items:center;background:linear-gradient(135deg,#f59e0b,#d97706);border-radius:10px;box-shadow:0 4px 12px #f59e0b4d;color:#fff;display:flex;flex-direction:column;flex-shrink:0;height:80px;justify-content:center;text-align:center;width:70px}.bodacc-date-day{font-size:1.75rem;font-weight:700;line-height:1}.bodacc-date-month{font-size:.75rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.bodacc-date-year{font-size:.8rem;font-weight:500;opacity:.9}.bodacc-content{flex:1 1;min-width:0}.bodacc-header{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:1rem}.bodacc-type-badge{background:#fef3c7;border-radius:6px;color:#92400e;display:inline-flex;font-size:.75rem;font-weight:600;letter-spacing:.5px;padding:.4rem .9rem;text-transform:uppercase}.bodacc-price{background:linear-gradient(135deg,#ecfdf5,#d1fae5);border:1px solid #a7f3d0;border-radius:8px;color:#059669;font-size:1.5rem;font-weight:700;padding:.5rem 1rem}.bodacc-parties{align-items:stretch;display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1rem}.bodacc-party{border-radius:10px;display:flex;flex:1 1;flex-direction:column;gap:.25rem;min-width:180px;padding:1rem}.bodacc-party.seller{background:linear-gradient(135deg,#fef2f2,#fee2e2);border:1px solid #fecaca}.bodacc-party.buyer{background:linear-gradient(135deg,#f0fdf4,#dcfce7);border:1px solid #bbf7d0}.party-label{font-size:.7rem;font-weight:600;letter-spacing:1px;text-transform:uppercase}.bodacc-party.seller .party-label{color:#dc2626}.bodacc-party.buyer .party-label{color:#16a34a}.party-name{color:#1e293b;font-size:.95rem;font-weight:600;word-break:break-word}.party-siren{color:#64748b;font-family:Monaco,Menlo,monospace;font-size:.75rem}a.bodacc-party-link{cursor:pointer;text-decoration:none;transition:transform .12s ease,box-shadow .12s ease,border-color .12s ease}a.bodacc-party-link:hover{box-shadow:0 4px 12px #00000014;transform:translateY(-1px)}a.bodacc-party-link.seller:hover{border-color:#fca5a5}a.bodacc-party-link.buyer:hover{border-color:#86efac}.party-link-hint{color:#16a34a;font-size:.72rem;font-weight:500;letter-spacing:.02em;margin-top:.35rem}a.bodacc-party-link.seller .party-link-hint{color:#dc2626}.finances-hint{color:#6b7280;font-size:.78rem;line-height:1.4;margin:-.25rem 0 .75rem}.finances-grid{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.finance-card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;display:flex;flex-direction:column;gap:.35rem;padding:.65rem .85rem}.finance-year{border-bottom:1px solid #f1f5f9;color:#1e293b;font-size:.95rem;font-weight:700;letter-spacing:.02em;padding-bottom:.3rem}.finance-row{align-items:baseline;display:flex;gap:.5rem;justify-content:space-between}.finance-label{color:#6b7280;font-size:.7rem;font-weight:500;letter-spacing:.04em;text-transform:uppercase}.finance-value{color:#1e293b;font-size:.9rem;font-weight:600}.finance-em{color:#94a3b8;font-size:.8rem;font-style:italic;font-weight:400}.finance-positive{color:#16a34a}.finance-negative{color:#dc2626}.similar-bodacc-section{background:linear-gradient(135deg,#f9fafb,#f3f4f6);border-radius:14px;padding:1.25rem 1.5rem}.similar-bodacc-hint{color:#6b7280;font-size:.85rem;margin:-.25rem 0 1rem}.similar-bodacc-grid{grid-gap:.65rem;display:grid;gap:.65rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.similar-bodacc-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;color:inherit;display:flex;flex-direction:column;gap:.2rem;padding:.7rem .85rem;text-decoration:none;transition:transform .12s,box-shadow .12s,border-color .12s}.similar-bodacc-card:hover{border-color:#86efac;box-shadow:0 6px 16px #22c55e1f;transform:translateY(-2px)}.similar-bodacc-price{color:#16a34a;font-size:1.15rem;font-weight:700;line-height:1.1}.similar-bodacc-name{color:#1e293b;font-size:.85rem;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.similar-bodacc-meta{align-items:center;color:#64748b;display:flex;font-size:.75rem;gap:.35rem}.bodacc-arrow{align-items:center;color:#94a3b8;display:flex;font-size:1.5rem;font-weight:300;justify-content:center}.bodacc-conditions{background:#f8fafc;border-left:3px solid #cbd5e1;border-radius:8px;margin-bottom:1rem;padding:.75rem 1rem}.conditions-label{color:#64748b;display:block;font-size:.75rem;font-weight:600;margin-bottom:.25rem}.conditions-text{color:#475569;font-size:.85rem;line-height:1.5}.bodacc-meta{display:flex;flex-wrap:wrap;gap:1rem}.meta-item{align-items:center;background:#f1f5f9;border-radius:5px;color:#64748b;display:inline-flex;font-size:.75rem;gap:.4rem;padding:.35rem .7rem}.meta-icon{font-size:.9rem}.bodacc-footer{border-top:1px dashed #fde047;margin-top:1.5rem;padding-top:1rem;text-align:center}.bodacc-source{color:#a16207;font-size:.75rem;font-style:italic}@media (max-width:768px){.bodacc-entry{flex-direction:column;gap:1rem}.bodacc-date-badge{flex-direction:row;gap:.5rem;height:auto;padding:.75rem 1rem;width:100%}.bodacc-date-day{font-size:1.25rem}.bodacc-date-month,.bodacc-date-year{font-size:.85rem}.bodacc-parties{flex-direction:column}.bodacc-party{min-width:100%}.bodacc-arrow{margin:-.5rem 0;transform:rotate(90deg)}.bodacc-header{align-items:flex-start;flex-direction:column}.bodacc-price{font-size:1.25rem}}.pharmacy-card--compact .card-body{padding:1rem}.pharmacy-card--compact .card-title{-webkit-line-clamp:1;font-size:1rem}.pharmacy-card--compact .card-price{font-size:1.25rem;margin-bottom:.75rem}.pharmacy-card--compact .card-stats{padding-top:.75rem}.pharmacy-card--compact .card-stats .stat{padding:.35rem .5rem}.pharmacy-card--detailed .card-body{padding:1.5rem}.pharmacy-card--detailed .card-title{-webkit-line-clamp:3;font-size:1.2rem}.pharmacy-card--detailed .card-price{font-size:1.75rem}.pharmacy-card:focus-visible{outline:3px solid var(--color-primary);outline-offset:2px}.department-page{background:var(--gradient-page-bg);min-height:80vh;padding:2rem 0 0}.department-page .container{margin:0 auto;max-width:var(--container-max-width);padding:0 var(--container-padding)}.department-header{margin-bottom:2rem}.department-page .page-title{align-items:center;color:#1a4d2e;display:flex;flex-wrap:wrap;font-size:2.5rem;font-weight:700;gap:1rem;margin:0 0 1rem}.department-badge{background:var(--gradient-primary);border-radius:var(--radius-full);color:#fff;font-size:1rem;font-weight:600;padding:.4rem 1rem}.department-stats{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr);margin-bottom:2.5rem}.cities-section{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-xl);margin-bottom:2rem;padding:2rem}.cities-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.city-link{background:var(--color-bg-subtle);border:1px solid var(--color-border);border-radius:var(--radius-lg);display:flex;flex-direction:column;gap:.25rem;padding:1rem 1.25rem;text-decoration:none;transition:all var(--transition-fast)}.city-link:hover{background:var(--color-primary-bg);border-color:var(--color-primary);box-shadow:0 4px 15px #22c55e1a;transform:translateY(-2px)}.city-postal{align-self:flex-start;background:var(--gradient-accent);border-radius:6px;color:#fff;font-size:.75rem;font-weight:600;padding:.2rem .6rem}.city-name{color:var(--color-text-dark);font-size:1.05rem;font-weight:600;margin-top:.25rem}.city-count{align-items:center;color:var(--color-text-light);display:flex;flex-wrap:wrap;font-size:.85rem;gap:.5rem}.for-sale-badge{background:var(--gradient-primary);border-radius:20px;color:#fff;font-size:.7rem;font-weight:600;padding:.15rem .5rem}.cities-section .pagination{justify-content:center;margin-top:1.5rem}.departments-navigation{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-xl);margin:3rem 0 2rem;padding:2rem}.departments-navigation h3{align-items:center;color:var(--color-text-dark);display:flex;font-size:1.2rem;gap:.5rem;margin:0 0 1.5rem}.departments-navigation h3:before{content:"🗺️"}.departments-list{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.department-link{align-items:center;background:var(--color-bg-subtle);border:1px solid var(--color-border);border-radius:var(--radius-md);display:flex;gap:.75rem;padding:.875rem 1rem;text-decoration:none;transition:all var(--transition-fast)}.department-link:hover{background:var(--color-primary-bg);border-color:var(--color-primary);transform:translateX(4px)}.department-link .dept-num{background:var(--gradient-primary);border-radius:6px;color:#fff;font-size:.85rem;font-weight:600;min-width:35px;padding:.3rem .6rem;text-align:center}.department-link .dept-name{color:var(--color-text-dark);font-weight:500}@media (max-width:1024px){.department-stats{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.department-page .page-title{align-items:flex-start;flex-direction:column;font-size:1.8rem;gap:.75rem}.department-stats{grid-template-columns:1fr}}@media (max-width:600px){.department-page .container{padding:0 var(--container-padding-mobile)}.departments-list{grid-template-columns:1fr}}.departments-list-page{background:var(--gradient-page-bg);min-height:80vh;padding:2rem 0 0}.departments-list-page .container{margin:0 auto;max-width:var(--container-max-width);padding:0 var(--container-padding)}.departments-list-page .page-header{margin-bottom:3rem;text-align:center}.departments-list-page .page-title{align-items:center;color:#1a4d2e;display:flex;font-size:2.5rem;font-weight:700;gap:.75rem;justify-content:center;margin:0 0 1rem}.regions-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(2,1fr);margin-bottom:3rem}.region-card{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-xl);box-shadow:var(--shadow-md);padding:1.5rem}.region-title{border-bottom:2px solid var(--color-primary);color:var(--color-text-dark);font-size:1.2rem;font-weight:700;margin:0 0 1rem;padding-bottom:.75rem}.departments-grid{display:flex;flex-wrap:wrap;gap:.5rem}.department-item{align-items:center;background:var(--color-bg-subtle);border:1px solid #0000;border-radius:var(--radius-md);display:flex;gap:.5rem;padding:.5rem .75rem;text-decoration:none;transition:all var(--transition-fast)}.department-item:hover{background:var(--color-primary-bg);border-color:var(--color-primary);transform:translateY(-2px)}.dept-number{background:var(--gradient-primary);border-radius:var(--radius-sm);color:#fff;font-size:.8rem;font-weight:600;min-width:28px;padding:.2rem .5rem;text-align:center}.dept-name{color:var(--color-text-medium);font-size:.85rem;font-weight:500}.department-item:hover .dept-name{color:var(--color-text-dark)}@media (max-width:900px){.regions-grid{grid-template-columns:1fr}}@media (max-width:600px){.departments-list-page .container{padding:0 var(--container-padding-mobile)}.departments-list-page .page-title{font-size:1.8rem}.department-item{padding:.4rem .6rem}.dept-name{font-size:.8rem}}.city-page{background:var(--gradient-page-bg);min-height:80vh;padding:2rem 0 0}.city-page .container{margin:0 auto;max-width:var(--container-max-width);padding:0 var(--container-padding)}.city-header{margin-bottom:2rem}.city-page .page-title{align-items:center;color:#1a4d2e;display:flex;flex-wrap:wrap;font-size:2.5rem;font-weight:700;gap:1rem;margin:0 0 1rem}.city-badge{border-radius:var(--radius-full);color:#fff;font-size:1rem;font-weight:600;padding:.4rem 1rem}.city-stats{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr);margin-bottom:2.5rem}.properties-grid{margin-bottom:2rem}.card-address{align-items:flex-start;color:var(--color-text-light);display:flex;font-size:.85rem;gap:.4rem;line-height:1.4;margin-bottom:.75rem}.address-icon{flex-shrink:0}.department-link-section{margin:2rem 0}.department-back-link{align-items:center;background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-lg);color:var(--color-text-dark);display:flex;font-weight:500;gap:.75rem;padding:1rem 1.5rem;text-decoration:none;transition:all var(--transition-fast)}.department-back-link:hover{background:var(--color-primary-bg);border-color:var(--color-primary);transform:translateX(4px)}.department-back-link .dept-icon{font-size:1.5rem}.department-back-link .arrow{color:var(--color-primary);font-size:1.2rem;margin-left:auto;transition:transform var(--transition-fast)}.department-back-link:hover .arrow{transform:translateX(4px)}@media (max-width:1024px){.city-stats{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.city-page .page-title{align-items:flex-start;flex-direction:column;font-size:1.8rem;gap:.75rem}.city-stats{grid-template-columns:1fr}}@media (max-width:600px){.city-page .container{padding:0 var(--container-padding-mobile)}}.bodacc-pharmacies{background:var(--gradient-page-bg);min-height:80vh;padding:3rem 0 0}.bodacc-pharmacies .container{margin:0 auto;max-width:var(--container-max-width);padding:0 var(--container-padding)}.bodacc-pharmacies .page-header{margin-bottom:2.5rem;text-align:center}.bodacc-pharmacies .page-title{-webkit-text-fill-color:#0000;background:var(--gradient-secondary);-webkit-background-clip:text;background-clip:text;color:#1a4d2e;font-size:2.5rem;font-weight:700;margin-bottom:.75rem}.link-sale{color:var(--color-primary);font-weight:500;text-decoration:none;transition:color var(--transition-fast)}.link-sale:hover{color:var(--color-primary-dark);text-decoration:underline}.bodacc-pharmacies .list-section{background:var(--color-bg);border-radius:var(--radius-2xl);box-shadow:0 4px 20px #0000000f;padding:2rem}.bodacc-pharmacies .section-title-list{align-items:center;color:var(--color-text-dark);display:flex;font-size:1.5rem;font-weight:600;gap:.75rem;margin-bottom:1.5rem}.bodacc-pharmacies .search-section{margin-bottom:2rem}.bodacc-pharmacies .search-group{display:flex;flex-direction:column;gap:.75rem}.bodacc-pharmacies .search-group label{align-items:center;color:var(--color-text-dark);display:flex;font-size:1rem;font-weight:600;gap:.5rem}.bodacc-pharmacies .search-icon{font-size:1.25rem}.bodacc-pharmacies .search-input{background:var(--color-bg);border:2px solid var(--color-border);border-radius:var(--radius-lg);color:var(--color-text-dark);font-size:1rem;padding:1rem 1.25rem;transition:all var(--transition-fast);width:100%}.bodacc-pharmacies .search-input:focus{background:var(--color-bg);border-color:var(--color-secondary);box-shadow:0 0 0 3px #8b5cf61a;outline:none}.bodacc-pharmacies .search-input::placeholder{color:var(--color-text-light)}.bodacc-pharmacies .filters{grid-gap:1.25rem;background:linear-gradient(135deg,var(--color-secondary-bg) 0,var(--color-secondary-bg-light) 100%);border:1px solid var(--color-secondary-border);border-radius:var(--radius-lg);display:grid;gap:1.25rem;grid-template-columns:repeat(2,1fr);margin-bottom:2rem;padding:1.5rem}.bodacc-pharmacies .filter-group input:focus,.bodacc-pharmacies .filter-group select:focus{border-color:var(--color-secondary);box-shadow:0 0 0 3px #8b5cf61a}.bodacc-pharmacies .pharmacy-card:hover{border-color:var(--color-secondary);box-shadow:0 12px 32px #8b5cf626}.bodacc-pharmacies .card-price{color:var(--color-secondary)}.bodacc-pharmacies .loading-spinner{border-top-color:var(--color-secondary)}.bodacc-pharmacies .search-loading{color:var(--color-secondary);font-size:.875rem;font-style:italic;margin-top:.25rem}.bodacc-pharmacies .badge-matched{background:linear-gradient(135deg,var(--color-primary) 0,var(--color-primary-dark) 100%);color:#fff}.bodacc-pharmacies .card-header-right{align-items:center;display:flex;gap:.5rem}.bodacc-pharmacies .card-date{background:var(--color-secondary-bg);border:1px solid var(--color-secondary-border);border-radius:var(--radius-sm);color:var(--color-text-light);font-size:.78rem;font-weight:500;padding:.2rem .5rem;white-space:nowrap}.bodacc-pharmacies .card-parties{border-top:1px solid var(--color-border);display:flex;flex-direction:column;gap:.35rem;margin-top:.75rem;padding-top:.75rem}.bodacc-pharmacies .party{display:flex;font-size:.8rem;gap:.5rem;line-height:1.3}.bodacc-pharmacies .party-label{color:var(--color-text-light);font-weight:500;white-space:nowrap}.bodacc-pharmacies .party-value{color:var(--color-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bodacc-pharmacies .bodacc-stats-bar{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));margin-bottom:1.5rem}.bodacc-pharmacies .stat-tile{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:0 2px 8px #0000000a;display:flex;flex-direction:column;gap:.25rem;padding:1rem 1.25rem}.bodacc-pharmacies .stat-tile-accent{background:linear-gradient(135deg,var(--color-secondary-bg) 0,var(--color-secondary-bg-light) 100%);border-color:var(--color-secondary-border)}.bodacc-pharmacies .stat-tile .stat-num{color:var(--color-text-dark);font-size:1.35rem;font-weight:700;letter-spacing:-.01em}.bodacc-pharmacies .stat-tile .stat-label{color:var(--color-text-light);font-size:.78rem;font-weight:500;letter-spacing:.04em;text-transform:uppercase}.bodacc-pharmacies .filters-row{align-items:center;display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1rem}.bodacc-pharmacies .filter-input,.bodacc-pharmacies .filter-select{background:var(--color-bg);border:1.5px solid var(--color-border);border-radius:var(--radius-md);color:var(--color-text-dark);font-size:.9rem;min-width:140px;padding:.55rem .85rem;transition:border-color var(--transition-fast)}.bodacc-pharmacies .filter-input:focus,.bodacc-pharmacies .filter-select:focus{border-color:var(--color-secondary);box-shadow:0 0 0 3px #8b5cf61a;outline:none}.bodacc-pharmacies .filter-checkbox{align-items:center;color:var(--color-text);cursor:pointer;display:inline-flex;font-size:.9rem;gap:.5rem;-webkit-user-select:none;user-select:none}.bodacc-pharmacies .filter-checkbox input{accent-color:var(--color-secondary);height:16px;width:16px}.bodacc-pharmacies .filter-reset{background:none;border:none;border-radius:var(--radius-sm);color:var(--color-secondary);cursor:pointer;font-size:.88rem;font-weight:500;padding:.4rem .6rem}.bodacc-pharmacies .filter-reset:hover{background:var(--color-secondary-bg)}.bodacc-pharmacies .badge-famille-vente{background:#dcfce7;color:#166534}.bodacc-pharmacies .badge-famille-dpc{background:#e0e7ff;color:#3730a3}.bodacc-pharmacies .badge-famille-modif{background:#fef3c7;color:#92400e}.bodacc-pharmacies .badge-famille-radiation{background:#fee2e2;color:#991b1b}.bodacc-pharmacies .stat-link{color:var(--color-secondary);text-decoration:none}.bodacc-pharmacies .stat-link:hover{text-decoration:underline}@media (max-width:768px){.bodacc-pharmacies .container{padding:0 var(--container-padding-mobile)}.bodacc-pharmacies .page-title{font-size:1.8rem}.bodacc-pharmacies .list-section{border-radius:var(--radius-xl);padding:1.5rem}.bodacc-pharmacies .filters{grid-template-columns:1fr;padding:1rem}.bodacc-pharmacies .filters-row{gap:.5rem}.bodacc-pharmacies .filter-input,.bodacc-pharmacies .filter-select{flex-basis:calc(50% - 0.5rem);flex-grow:1;flex-shrink:1;min-width:0}.bodacc-pharmacies .filter-checkbox{flex:1 1 100%}}.bodacc-detail{background:var(--gradient-page-bg);min-height:80vh;padding:3rem 0 4rem}.bodacc-detail .container{margin:0 auto;max-width:var(--container-max-width);padding:0 var(--container-padding)}.bd-back{background:none;border:none;color:var(--color-primary);cursor:pointer;display:inline-block;font-size:.95rem;font-weight:500;margin-bottom:1.5rem;padding:.25rem 0;text-decoration:none}.bd-back:hover{text-decoration:underline}.bd-error,.bd-loading{padding:4rem 2rem;text-align:center}.bd-error,.bd-header,.bd-loading{background:var(--color-bg);border-radius:var(--radius-2xl);box-shadow:0 4px 20px #0000000f}.bd-header{margin-bottom:1.5rem;padding:2rem}.bd-badges{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.bd-badge{border-radius:999px;display:inline-block;font-size:.8rem;font-weight:600;letter-spacing:.02em;padding:.25rem .75rem}.badge-famille-vente{background:#dcfce7;color:#166534}.badge-famille-dpc{background:#e0e7ff;color:#3730a3}.badge-famille-modif{background:#fef3c7;color:#92400e}.badge-famille-radiation{background:#fee2e2;color:#991b1b}.badge-famille-default{background:#f3f4f6;color:#374151}.bd-badge-soft{background:#f3f4f6;color:#4b5563}.bd-badge-matched{background:#dbeafe;color:#1e40af}.bd-title{color:var(--color-text-dark);font-size:2rem;font-weight:700;margin:0 0 .5rem}.bd-subtitle{color:#6b7280;margin:0 0 .5rem}.bd-date{color:#9ca3af;font-size:.9rem;margin:0}.bd-price-card{align-items:center;background:linear-gradient(135deg,#16a34a,#15803d);border-radius:var(--radius-2xl);box-shadow:0 4px 20px #16a34a40;color:#fff;display:flex;justify-content:space-between;margin-bottom:1.5rem;padding:1.5rem 2rem}.bd-price-label{font-size:1rem;opacity:.9}.bd-price-value{font-size:2rem;font-weight:700}.bd-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));margin-bottom:1.5rem}.bd-section{background:var(--color-bg);border-radius:var(--radius-2xl);box-shadow:0 4px 20px #0000000f;padding:1.5rem}.bd-section-full{grid-column:1/-1;margin-bottom:1.5rem}.bd-section-title{color:var(--color-text-dark);font-size:1.1rem;font-weight:600;margin:0 0 1rem}.bd-dl{grid-gap:.5rem 1rem;display:grid;gap:.5rem 1rem;grid-template-columns:minmax(120px,auto) 1fr;margin:0}.bd-dl dt{align-self:start;color:#6b7280;font-size:.85rem;font-weight:500}.bd-dl dd{color:var(--color-text-dark);font-size:.95rem;margin:0;word-break:break-word}.bd-link-ext{color:var(--color-primary);font-weight:500;text-decoration:none}.bd-link-ext:hover{text-decoration:underline}.bd-link-ext:after{content:" ↗";font-size:.75em;opacity:.7}.bd-party{border-bottom:1px solid #f3f4f6;display:flex;flex-direction:column;gap:.25rem;padding:.75rem 0}.bd-party:last-child{border-bottom:none}.bd-party-label{color:#6b7280;font-size:.75rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.bd-party-name{color:var(--color-text-dark);font-weight:600}.bd-party-rcs,.bd-party-siren{color:#6b7280;font-size:.85rem}.bd-party-pharma{color:var(--color-primary);display:inline-block;font-size:.85rem;font-weight:600;margin-top:.25rem;text-decoration:none}.bd-party-pharma:hover{text-decoration:underline}.bd-party-pharma:before{content:"💊 "}.bd-pharma-link{color:var(--color-primary);display:inline-block;font-weight:600;padding:.5rem 0;text-decoration:none}.bd-pharma-link:hover{text-decoration:underline}.bd-match-method{color:#9ca3af;font-size:.8rem;margin:.25rem 0 0}.bd-prose{color:#374151;line-height:1.65;margin:0;white-space:pre-wrap}.bd-footer{margin-top:2rem;text-align:center}@media (max-width:640px){.bd-title{font-size:1.5rem}.bd-price-card{align-items:flex-start;flex-direction:column;gap:.5rem}.bd-price-value{font-size:1.5rem}.bd-dl{grid-template-columns:1fr}.bd-dl dt{margin-top:.5rem}}.pharmacy-search{background:var(--gradient-page-bg);min-height:80vh;padding:3rem 0 0}.pharmacy-search .container{margin:0 auto;max-width:var(--container-max-width);padding:0 var(--container-padding)}.pharmacy-search .search-header{margin-bottom:3rem;text-align:center}.pharmacy-search .page-title{-webkit-text-fill-color:#0000;background:var(--gradient-primary);-webkit-background-clip:text;background-clip:text;color:#1a4d2e;font-size:2.8rem;font-weight:700;margin-bottom:1rem}.pharmacy-search .search-form{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-2xl);box-shadow:var(--shadow-xl);margin-bottom:2rem;padding:2.5rem}.pharmacy-search .search-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr);margin-bottom:2rem}.pharmacy-search .search-grid-2{grid-template-columns:repeat(2,1fr);margin-left:auto;margin-right:auto;max-width:600px}.pharmacy-search .search-grid-4{grid-template-columns:repeat(4,1fr)}.pharmacy-search .search-filter-row{display:flex;justify-content:center;margin-bottom:1.5rem}.pharmacy-search .filter-checkbox{align-items:center;background:var(--gradient-primary-bg);border:2px solid var(--color-primary-lighter);border-radius:var(--radius-full);cursor:pointer;display:flex;gap:.75rem;padding:.875rem 1.5rem;transition:all var(--transition-fast);-webkit-user-select:none;user-select:none}.pharmacy-search .filter-checkbox:hover{border-color:var(--color-primary);box-shadow:0 4px 15px #22c55e26}.pharmacy-search .filter-checkbox input{display:none}.pharmacy-search .checkbox-custom{background:var(--color-bg);border:2px solid var(--color-primary-light);border-radius:6px;flex-shrink:0;height:22px;position:relative;transition:all var(--transition-fast);width:22px}.pharmacy-search .filter-checkbox input:checked+.checkbox-custom{background:var(--gradient-primary);border-color:var(--color-primary-dark)}.pharmacy-search .checkbox-custom:after{border:solid #fff;border-width:0 2.5px 2.5px 0;content:"";height:10px;left:7px;position:absolute;top:2px;transform:rotate(45deg) scale(0);transition:transform var(--transition-fast);width:5px}.pharmacy-search .filter-checkbox input:checked+.checkbox-custom:after{transform:rotate(45deg) scale(1)}.pharmacy-search .checkbox-label{align-items:center;color:var(--color-primary-darker);display:flex;font-size:.95rem;font-weight:600;gap:.5rem}.pharmacy-search .checkbox-icon{font-size:1.1rem}.pharmacy-search .search-field{display:flex;flex-direction:column;gap:.75rem}.pharmacy-search .search-field label{align-items:center;color:var(--color-text);display:flex;font-size:.95rem;font-weight:600;gap:.5rem}.pharmacy-search .search-field input,.pharmacy-search .search-field select{background:var(--color-bg-subtle);border:2px solid var(--color-border);border-radius:var(--radius-lg);font-size:1rem;padding:1rem 1.25rem;transition:all var(--transition-fast)}.pharmacy-search .search-field input:focus,.pharmacy-search .search-field select:focus{background:var(--color-bg);border-color:var(--color-primary);box-shadow:0 0 0 4px #22c55e1a;outline:none}.pharmacy-search .search-field input::placeholder{color:var(--color-text-lighter)}.pharmacy-search .search-actions{display:flex;gap:1rem;justify-content:center}.pharmacy-search .btn-search{align-items:center;background:var(--gradient-primary);border:none;border-radius:var(--radius-lg);box-shadow:var(--shadow-primary);color:#fff;cursor:pointer;display:flex;font-size:1.1rem;font-weight:600;gap:.75rem;padding:1rem 3rem;transition:all var(--transition-fast)}.pharmacy-search .btn-search:hover:not(:disabled){box-shadow:var(--shadow-primary-lg);transform:translateY(-2px)}.pharmacy-search .btn-search:disabled{cursor:not-allowed;opacity:.7}.pharmacy-search .search-icon{font-size:1.2rem}.pharmacy-search .btn-reset{background:#0000;border:2px solid var(--color-border);border-radius:var(--radius-lg);color:var(--color-text-light);cursor:pointer;font-size:1rem;font-weight:500;padding:1rem 2rem;transition:all var(--transition-fast)}.pharmacy-search .btn-reset:hover{background:var(--color-bg-subtle);border-color:var(--color-border-dark)}.pharmacy-search .btn-map{align-items:center;background:var(--gradient-accent);border:none;border-radius:var(--radius-lg);box-shadow:0 4px 15px #3b82f64d;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.5rem;padding:1rem 2rem;transition:all var(--transition-base)}.pharmacy-search .btn-map:hover{box-shadow:0 6px 20px #3b82f666;transform:translateY(-2px)}.pharmacy-search .btn-map:disabled{cursor:wait;opacity:.7}.pharmacy-search .map-icon{font-size:1.2rem}.pharmacy-search .map-section-search{background:var(--color-bg);border:1px solid #0000000f;border-radius:var(--radius-2xl);box-shadow:0 0 30px #00000014;margin:2rem 0 3rem;overflow:hidden}.pharmacy-search .map-header{align-items:center;background:linear-gradient(135deg,#f8fdf9,#f1f5f9);border-bottom:1px solid var(--color-border-light);display:flex;justify-content:space-between;padding:1.25rem 1.5rem}.pharmacy-search .map-title{align-items:center;color:var(--color-text-dark);display:flex;font-size:1.25rem;font-weight:700;gap:.5rem;margin:0}.pharmacy-search .map-title-icon{font-size:1.35rem}.pharmacy-search .map-header-actions{align-items:center;display:flex;gap:1rem}.pharmacy-search .map-toggle-container{align-items:center;display:flex}.pharmacy-search .map-mode-toggle{align-items:center;background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-full);cursor:pointer;display:flex;gap:.75rem;padding:.5rem 1rem;transition:all var(--transition-base)}.pharmacy-search .map-mode-toggle:hover{border-color:var(--color-primary);box-shadow:0 2px 8px #22c55e26}.pharmacy-search .map-mode-toggle input{display:none}.pharmacy-search .toggle-switch-mode{background:#cbd5e1;border-radius:999px;height:24px;position:relative;transition:all var(--transition-base);width:44px}.pharmacy-search .map-mode-toggle input:checked+.toggle-switch-mode{background:var(--gradient-primary)}.pharmacy-search .toggle-switch-mode:after{background:#fff;border-radius:50%;box-shadow:0 2px 4px #00000026;content:"";height:20px;left:2px;position:absolute;top:2px;transition:transform var(--transition-base);width:20px}.pharmacy-search .map-mode-toggle input:checked+.toggle-switch-mode:after{transform:translateX(20px)}.pharmacy-search .toggle-mode-text{color:var(--color-text-medium);font-size:.9rem;font-weight:600;white-space:nowrap}.pharmacy-search .btn-close-map{background:#0000;border:1px solid var(--color-border);border-radius:var(--radius-md);color:var(--color-text-light);cursor:pointer;font-size:.9rem;font-weight:500;padding:.5rem 1rem;transition:all var(--transition-fast)}.pharmacy-search .btn-close-map:hover{background:var(--color-error-light);border-color:var(--color-error-border);color:var(--color-error)}.pharmacy-search .search-results{margin-top:2rem;padding-bottom:3rem}.pharmacy-search .results-header-elegant{background:linear-gradient(135deg,#f0fdf4,#dcfce7 50%,#f0fdf4);border:1px solid var(--color-primary-lighter);border-radius:var(--radius-2xl);margin-bottom:2rem;overflow:hidden;padding:1.5rem 2rem;position:relative}.pharmacy-search .results-header-elegant:before{background:radial-gradient(circle,#22c55e1a 0,#0000 70%);border-radius:50%;content:"";height:200px;position:absolute;right:-10%;top:-50%;width:200px}.pharmacy-search .results-header-content{align-items:center;display:flex;justify-content:space-between;position:relative;z-index:1}.pharmacy-search .results-count{align-items:baseline;display:flex;gap:.75rem}.pharmacy-search .results-count .count-number{-webkit-text-fill-color:#0000;background:var(--gradient-primary);-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:800;line-height:1}.pharmacy-search .results-count .count-label{color:var(--color-primary-darker);font-size:1.1rem;font-weight:500}.pharmacy-search .results-badge{align-items:center;background:#fff;border-radius:var(--radius-full);box-shadow:0 2px 10px #22c55e26;color:var(--color-primary-dark);display:flex;font-size:.85rem;font-weight:600;gap:.5rem;padding:.5rem 1rem}.pharmacy-search .badge-dot{animation:pharmacy-search-pulse-dot 2s ease-in-out infinite;background:var(--color-primary);border-radius:50%;height:8px;width:8px}@keyframes pharmacy-search-pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.3)}}.pharmacy-search .search-results .loading-state{align-items:center;background:linear-gradient(180deg,#fff,#f8fdf9);border:1px solid var(--color-border);border-radius:var(--radius-2xl);display:flex;flex-direction:column;justify-content:center;padding:5rem 2rem}.pharmacy-search .loading-pulse{align-items:center;display:flex;height:100px;justify-content:center;margin-bottom:1.5rem;position:relative;width:100px}.pharmacy-search .loading-pulse:after,.pharmacy-search .loading-pulse:before{animation:pharmacy-search-pulse-ring 2s ease-out infinite;background:var(--color-primary-light);border-radius:50%;content:"";height:100%;position:absolute;width:100%}.pharmacy-search .loading-pulse:after{animation-delay:.5s}@keyframes pharmacy-search-pulse-ring{0%{opacity:.8;transform:scale(.5)}to{opacity:0;transform:scale(1.5)}}.pharmacy-search .pulse-icon{animation:pharmacy-search-bounce-icon 1s ease-in-out infinite;font-size:3rem;z-index:1}@keyframes pharmacy-search-bounce-icon{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.pharmacy-search .search-results .loading-state p{color:var(--color-text-medium);font-size:1.1rem;font-weight:500}.pharmacy-search .pharmacies-for-sale-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr)}.pharmacy-search .pharmacy-sale-card{animation:pharmacy-search-fadeInUp .5s ease-out forwards;background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-2xl);box-shadow:0 4px 20px #0000000f;cursor:pointer;display:flex;flex-direction:column;opacity:0;overflow:hidden;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}@keyframes pharmacy-search-fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.pharmacy-search .pharmacy-sale-card:hover{border-color:var(--color-primary);box-shadow:0 20px 40px #22c55e26;transform:translateY(-8px)}.pharmacy-search .pharmacy-sale-card.not-for-sale{border-color:var(--color-border)}.pharmacy-search .pharmacy-sale-card.not-for-sale:hover{border-color:var(--color-text-light);box-shadow:0 20px 40px #64748b26}.pharmacy-search .pharmacy-sale-card.not-for-sale .sale-card-header{background:linear-gradient(135deg,#f8fafc,#f1f5f9)}.pharmacy-search .sale-card-ribbon{background:var(--gradient-primary);box-shadow:0 2px 10px #22c55e4d;color:#fff;font-size:.75rem;font-weight:700;letter-spacing:.5px;padding:.4rem 3rem;position:absolute;right:-35px;text-transform:uppercase;top:20px;transform:rotate(45deg);z-index:10}.pharmacy-search .sale-card-header{align-items:center;background:linear-gradient(135deg,#f8fdf9,#f1f5f9);border-bottom:1px solid var(--color-border-light);display:flex;justify-content:space-between;padding:1.25rem 1.5rem}.pharmacy-search .sale-card-location{align-items:center;display:flex;gap:.75rem}.pharmacy-search .location-pin{font-size:1.25rem}.pharmacy-search .location-details{display:flex;flex-direction:column;gap:.25rem}.pharmacy-search .city-name{color:var(--color-text-dark);font-size:1.05rem;font-weight:700}.pharmacy-search .postal-badge{background:var(--color-primary-bg);border-radius:var(--radius-sm);color:var(--color-primary-dark);display:inline-block;font-size:.75rem;font-weight:600;padding:.15rem .5rem}.pharmacy-search .dept-tag{background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-md);color:var(--color-text-medium);font-size:.8rem;font-weight:500;padding:.35rem .75rem}.pharmacy-search .sale-card-body{display:flex;flex:1 1;flex-direction:column;padding:1.5rem}.pharmacy-search .sale-card-title{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;color:var(--color-text-dark);display:-webkit-box;font-size:1.15rem;font-weight:700;line-height:1.4;margin:0 0 1.25rem;overflow:hidden}.pharmacy-search .sale-card-price-section{align-items:center;background:linear-gradient(135deg,#f0fdf4,#dcfce7);border:1px solid var(--color-primary-lighter);border-radius:var(--radius-lg);display:flex;justify-content:space-between;margin-bottom:1.25rem;padding:1rem 1.25rem}.pharmacy-search .price-wrapper{display:flex;flex-direction:column;gap:.25rem}.pharmacy-search .price-label{color:var(--color-primary-darker);font-size:.75rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.pharmacy-search .price-amount{color:var(--color-primary-dark);font-size:1.5rem;font-weight:800}.pharmacy-search .negotiable-badge{background:#fff;border:1px solid var(--color-primary-light);border-radius:var(--radius-full);color:var(--color-primary-dark);font-size:.7rem;font-weight:700;letter-spacing:.3px;padding:.35rem .75rem;text-transform:uppercase}.pharmacy-search .sale-card-features{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(3,1fr);margin-bottom:1rem}.pharmacy-search .feature-item{align-items:center;background:var(--color-bg-subtle);border:1px solid var(--color-border-light);border-radius:var(--radius-md);display:flex;gap:.5rem;padding:.6rem .75rem}.pharmacy-search .feature-icon{flex-shrink:0;font-size:1rem}.pharmacy-search .feature-content{display:flex;flex-direction:column;min-width:0}.pharmacy-search .feature-label{color:var(--color-text-lighter);font-size:.65rem;letter-spacing:.3px;text-transform:uppercase}.pharmacy-search .feature-value{color:var(--color-text-dark);font-size:.85rem;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pharmacy-search .sale-card-description{color:var(--color-text-light);flex:1 1;font-size:.9rem;line-height:1.5;margin:0}.pharmacy-search .sale-card-footer{background:var(--color-bg-subtle);border-top:1px solid var(--color-border-light);padding:1rem 1.5rem}.pharmacy-search .view-details{align-items:center;color:var(--color-primary-dark);display:flex;font-size:.95rem;font-weight:600;gap:.5rem;justify-content:center;transition:all var(--transition-fast)}.pharmacy-search .pharmacy-sale-card:hover .view-details{color:var(--color-primary)}.pharmacy-search .arrow-icon{transition:transform var(--transition-fast)}.pharmacy-search .pharmacy-sale-card:hover .arrow-icon{transform:translateX(5px)}.pharmacy-search .no-results-elegant{background:linear-gradient(180deg,#fff,#f8fdf9);border:1px solid var(--color-border);border-radius:var(--radius-2xl);padding:4rem 2rem;text-align:center}.pharmacy-search .no-results-illustration{align-items:center;display:flex;height:120px;justify-content:center;margin:0 auto 2rem;position:relative;width:120px}.pharmacy-search .illustration-icon{filter:grayscale(30%);font-size:4rem;opacity:.7;position:relative;z-index:2}.pharmacy-search .illustration-circles{inset:0;position:absolute}.pharmacy-search .circle{border:2px dashed var(--color-border);border-radius:50%;position:absolute}.pharmacy-search .circle-1{animation:pharmacy-search-rotate-circle 20s linear infinite;inset:0}.pharmacy-search .circle-2{animation:pharmacy-search-rotate-circle 15s linear infinite reverse;inset:15px}.pharmacy-search .circle-3{animation:pharmacy-search-rotate-circle 10s linear infinite;inset:30px}@keyframes pharmacy-search-rotate-circle{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.pharmacy-search .no-results-elegant h3{color:var(--color-text-dark);font-size:1.5rem;margin:0 0 .75rem}.pharmacy-search .no-results-elegant>p{color:var(--color-text-light);font-size:1.05rem;margin:0 0 2rem}.pharmacy-search .no-results-suggestions{background:var(--color-bg-subtle);border-radius:var(--radius-xl);margin:0 auto;max-width:400px;padding:1.5rem;text-align:left}.pharmacy-search .suggestion-title{color:var(--color-text-dark);display:block;font-size:.9rem;font-weight:700;margin-bottom:.75rem}.pharmacy-search .no-results-suggestions ul{list-style:none;margin:0;padding:0}.pharmacy-search .no-results-suggestions li{color:var(--color-text-medium);font-size:.9rem;padding:.5rem 0 .5rem 1.5rem;position:relative}.pharmacy-search .no-results-suggestions li:before{color:var(--color-primary);content:"→";left:0;position:absolute}.pharmacy-search .search-tips{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-xl);margin-top:2rem;padding:2rem}.pharmacy-search .search-tips h3{color:var(--color-text-dark);font-size:1.2rem;margin:0 0 1rem}.pharmacy-search .search-tips ul{list-style:none;margin:0;padding:0}.pharmacy-search .search-tips li{border-bottom:1px solid var(--color-border-light);color:var(--color-text-medium);padding:.75rem 0 .75rem 1.5rem;position:relative}.pharmacy-search .search-tips li:last-child{border-bottom:none}.pharmacy-search .search-tips li:before{color:var(--color-primary);content:"✓";font-weight:700;left:0;position:absolute}@media (max-width:1024px){.pharmacy-search .pharmacies-for-sale-grid{gap:1.25rem;grid-template-columns:repeat(2,1fr)}.pharmacy-search .search-grid-4{grid-template-columns:repeat(2,1fr)}}@media (max-width:900px){.pharmacy-search .search-grid,.pharmacy-search .search-grid-2{grid-template-columns:repeat(2,1fr)}.pharmacy-search .results-header-content{flex-direction:column;gap:1rem;text-align:center}.pharmacy-search .results-count{align-items:center;flex-direction:column;gap:.25rem}}@media (max-width:768px){.pharmacy-search .container{padding:0 var(--container-padding-mobile)}.pharmacy-search .pharmacies-for-sale-grid{grid-template-columns:1fr}.pharmacy-search .sale-card-features{gap:.5rem;grid-template-columns:repeat(3,1fr)}.pharmacy-search .feature-item{flex-direction:column;gap:.25rem;padding:.5rem;text-align:center}.pharmacy-search .feature-content{align-items:center}.pharmacy-search .results-header-elegant{padding:1.25rem}.pharmacy-search .results-count .count-number{font-size:2rem}}@media (max-width:600px){.pharmacy-search .page-title{font-size:2rem}.pharmacy-search .search-form{padding:1.5rem}.pharmacy-search .search-grid,.pharmacy-search .search-grid-2,.pharmacy-search .search-grid-4{gap:1.5rem;grid-template-columns:1fr;max-width:100%}.pharmacy-search .search-actions{flex-direction:column}.pharmacy-search .btn-map,.pharmacy-search .btn-reset,.pharmacy-search .btn-search{justify-content:center;width:100%}.pharmacy-search .sale-card-ribbon{font-size:.65rem;padding:.3rem 2.5rem;right:-40px;top:15px}.pharmacy-search .sale-card-header,.pharmacy-search .sale-card-price-section{align-items:flex-start;flex-direction:column;gap:.75rem}.pharmacy-search .price-amount{font-size:1.35rem}.pharmacy-search .map-header{flex-direction:column;gap:1rem;padding:1rem;text-align:center}.pharmacy-search .map-title{font-size:1.1rem;justify-content:center}.pharmacy-search .map-header-actions{justify-content:space-between;width:100%}.pharmacy-search .map-mode-toggle{padding:.4rem .75rem}.pharmacy-search .toggle-mode-text{font-size:.8rem}.pharmacy-search .toggle-switch-mode{height:20px;width:36px}.pharmacy-search .toggle-switch-mode:after{height:16px;width:16px}.pharmacy-search .map-mode-toggle input:checked+.toggle-switch-mode:after{transform:translateX(16px)}}.admin-login{align-items:center;background:linear-gradient(135deg,#28a745,#20c997);display:flex;justify-content:center;min-height:100vh}.login-container{max-width:450px;padding:2rem;width:100%}.login-box{background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;padding:3rem}.login-title{color:#2c3e50;font-size:2rem;font-weight:700;margin-bottom:2rem;text-align:center}.login-form{display:flex;flex-direction:column;gap:1.5rem}.form-group label{color:#2c3e50;font-size:.95rem}.form-group input{border:1px solid #ddd;border-radius:4px;padding:.8rem;transition:border-color .3s}.form-group input:focus{border-color:#28a745}.error-message{background-color:#fee;border-radius:4px;color:#c33;font-size:.9rem;padding:1rem}.btn-login{background-color:#28a745;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;margin-top:.5rem;padding:1rem;transition:background-color .3s;width:100%}.btn-login:hover:not(:disabled){background-color:#1e7e34}.btn-login:disabled{cursor:not-allowed;opacity:.6}.btn-refresh{align-items:center;background:linear-gradient(135deg,#f8fafc,#e2e8f0);border:1px solid #cbd5e1;border-radius:8px;color:#475569;cursor:pointer;display:inline-flex;font-size:.85rem;font-weight:500;gap:.5rem;padding:.6rem 1rem;transition:all .2s ease}.btn-refresh:hover:not(:disabled){background:linear-gradient(135deg,#e2e8f0,#cbd5e1);border-color:#94a3b8;color:#1e293b}.btn-refresh:disabled{cursor:not-allowed;opacity:.7}.btn-refresh:disabled:first-letter{animation:spin 1s linear infinite}.filters-bar{align-items:flex-end}.filter-group{gap:.35rem;min-width:140px}.filter-group.search{flex:1 1;max-width:300px;min-width:200px}.filter-input{padding:.55rem .75rem}.filter-select{padding:.55rem 2rem .55rem .75rem}.filter-select:focus{box-shadow:0 0 0 3px #22c55e1a}.btn-reset{padding:.55rem .75rem;white-space:nowrap}.table-wrapper{overflow-x:auto}.admin-table{border-collapse:collapse;width:100%}.admin-table thead{background:#f8fafc;position:-webkit-sticky;position:sticky;top:0;z-index:10}.admin-table th{border-bottom:1px solid #e2e8f0;color:#64748b;cursor:pointer;font-size:.75rem;font-weight:600;letter-spacing:.05em;padding:.875rem 1rem;text-align:left;text-transform:uppercase;transition:all .15s ease;-webkit-user-select:none;user-select:none;white-space:nowrap}.admin-table th:hover{background:#f1f5f9;color:#1e293b}.admin-table th.sorted{background:#f0fdf4;color:#22c55e}.admin-table th .sort-icon{font-size:.7rem;margin-left:.5rem;opacity:.5}.admin-table th.sorted .sort-icon{opacity:1}.admin-table td{border-bottom:1px solid #f1f5f9;color:#1e293b;font-size:.9rem;padding:.875rem 1rem;vertical-align:middle}.admin-table tbody tr{transition:background-color .15s ease}.admin-table tbody tr:hover{background:#f8fafc}.admin-table tbody tr.row-highlight{background:#f0fdf4}.admin-table tbody tr.row-highlight:hover{background:#dcfce7}.cell-id{color:#64748b;font-family:SF Mono,Monaco,Consolas,monospace;font-size:.8rem}.cell-name{font-weight:500;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cell-price{color:#1e293b;font-weight:600}.cell-muted{color:#94a3b8;font-size:.85rem}.cell-coords{color:#64748b;font-family:SF Mono,Monaco,Consolas,monospace;font-size:.75rem}.badge{align-items:center;border-radius:9999px;display:inline-flex;font-size:.7rem;font-weight:600;letter-spacing:.025em;padding:.25rem .6rem;text-transform:uppercase}.badge-green{background:#dcfce7;color:#166534}.badge-blue{background:#dbeafe;color:#1e40af}.badge-purple{background:#ede9fe;color:#5b21b6}.badge-orange{background:#fef3c7;color:#92400e}.badge-teal{background:#ccfbf1;color:#0d9488}.badge-red{background:#fee2e2;color:#dc2626}.badge-gray{background:#f1f5f9;color:#475569}.badge-red{background:#fef2f2;color:#991b1b}.toggle-btn{align-items:center;border:none;border-radius:9999px;cursor:pointer;display:inline-flex;font-size:.75rem;font-weight:600;gap:.35rem;padding:.35rem .75rem;transition:all .2s ease}.toggle-btn.active{background:#22c55e;color:#fff}.toggle-btn.inactive{background:#f1f5f9;color:#64748b}.toggle-btn:hover{transform:scale(1.02)}.action-buttons{gap:.5rem}.action-buttons,.btn-icon{align-items:center;display:flex}.btn-icon{border:none;border-radius:6px;cursor:pointer;font-size:.9rem;height:32px;justify-content:center;transition:all .15s ease;width:32px}.btn-icon.edit{background:#dbeafe;color:#2563eb}.btn-icon.edit:hover{background:#bfdbfe}.btn-icon.delete{background:#fef2f2;color:#dc2626}.btn-icon.delete:hover{background:#fee2e2}.btn-icon.publish{background:#dcfce7;color:#16a34a}.btn-icon.publish:hover{background:#bbf7d0}.btn-icon.reject{background:#fef3c7;color:#d97706}.btn-icon.reject:hover{background:#fde68a}.btn-icon.view{background:#f1f5f9;color:#64748b;text-decoration:none}.btn-icon.view:hover{background:#e2e8f0;color:#1e293b}.pagination{align-items:center;background:#f8fafc;border-top:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:1rem 1.5rem}.pagination-info{color:#64748b;font-size:.85rem}.pagination-controls{gap:.5rem}.page-btn,.pagination-controls{align-items:center;display:flex}.page-btn{background:#fff;border:1px solid #e2e8f0;border-radius:6px;color:#64748b;cursor:pointer;font-size:.85rem;height:36px;justify-content:center;transition:all .15s ease;width:36px}.page-btn:hover:not(:disabled){background:#22c55e;border-color:#22c55e;color:#fff}.page-btn:disabled{cursor:not-allowed;opacity:.4}.page-btn.active{background:#22c55e;border-color:#22c55e;color:#fff}.empty-state{padding:4rem 2rem;text-align:center}.empty-state-icon{font-size:3rem;margin-bottom:1rem}.empty-state h3{color:#1e293b;font-size:1.1rem;font-weight:600;margin:0 0 .5rem}.empty-state p{color:#64748b;font-size:.9rem;margin:0}.loading-state{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:4rem 2rem}.loading-spinner{animation:spin .8s linear infinite;margin-bottom:1rem}.text-warning{color:#f59e0b;font-size:.8rem;font-style:italic}@media (max-width:768px){.panel-header{align-items:flex-start;flex-direction:column}.panel-actions{justify-content:flex-start;width:100%}.filters-bar{align-items:stretch;flex-direction:column}.filter-group{width:100%}.filter-group,.filter-group.search{max-width:none}.admin-table{min-width:700px}.pagination{flex-direction:column;gap:1rem}}.slug-code{background:#f1f5f9;border-radius:6px;color:#475569;font-family:Monaco,Consolas,monospace;font-size:.8rem;padding:.35rem .6rem}.page-title{color:#1e293b;font-weight:600}.display-badges{display:flex;gap:.35rem}.display-badge{align-items:center;border-radius:4px;display:flex;font-size:.7rem;font-weight:700;height:24px;justify-content:center;width:24px}.display-badge.header{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff}.display-badge.footer{background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff}.display-badge.none{background:#f1f5f9;color:#94a3b8}.sort-order{background:#f8fafc;border-radius:4px;color:#64748b;font-family:monospace;font-size:.9rem;padding:.25rem .5rem}.status-badge.published{background:linear-gradient(135deg,#22c55e,#16a34a);border:none;color:#fff;cursor:pointer}.status-badge.draft{background:#f1f5f9;border:1px dashed #cbd5e1;color:#64748b;cursor:pointer}.status-badge.draft:hover,.status-badge.published:hover{transform:scale(1.05)}.date-cell{color:#64748b;font-size:.8rem}.modal-overlay{align-items:center;background:#0f172a80;display:flex;inset:0;justify-content:center;padding:1rem;position:fixed;z-index:1000}.modal-box{background:#fff;border-radius:12px;box-shadow:0 20px 60px #0003;max-width:500px;overflow:hidden;width:100%}.modal-header{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:1.25rem 1.5rem}.modal-header h3{color:#1e293b;font-size:1rem;font-weight:600;margin:0}.modal-close{background:none;border:none;border-radius:4px;color:#94a3b8;cursor:pointer;font-size:1.1rem;line-height:1;padding:.25rem;transition:color .15s}.modal-close:hover{color:#1e293b}.modal-form{display:flex;flex-direction:column;gap:1rem;padding:1.5rem}.modal-form .form-group{display:flex;flex-direction:column;gap:.35rem}.modal-form .form-group label{color:#475569;font-size:.8rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.modal-form .form-group input,.modal-form .form-group select{background:#f8fafc;border:1px solid #cbd5e1;border-radius:8px;color:#1e293b;font-size:.9rem;outline:none;padding:.6rem .9rem;transition:border-color .15s,box-shadow .15s}.modal-form .form-group input:focus,.modal-form .form-group select:focus{background:#fff;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.modal-form .error-message{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;font-size:.85rem;padding:.6rem .9rem}.modal-actions{display:flex;gap:.75rem;justify-content:flex-end;padding:0 1.5rem 1.5rem}.btn-danger{align-items:center;background:#ef4444;border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-flex;font-size:.875rem;font-weight:500;gap:.5rem;padding:.5rem 1rem;transition:background .15s,transform .1s}.btn-danger:hover{background:#dc2626;transform:translateY(-1px)}.btn-danger:disabled{cursor:not-allowed;opacity:.5;transform:none}.admin-badge{border-radius:999px;display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.01em;padding:3px 9px;white-space:nowrap}.admin-badge.badge-success{background:#ecfdf5;border:1px solid #bbf7d0;color:#15803d}.admin-badge.badge-warning{background:#fffbeb;border:1px solid #fde68a;color:#92400e}.admin-badge.badge-neutral{background:#f1f5f9;border:1px solid #cbd5e1;color:#475569}.admin-badge.badge-danger{background:#fef2f2;border:1px solid #fecaca;color:#b91c1c}.admin-table tr.row-clickable{cursor:pointer;transition:background .1s ease}.admin-table tr.row-clickable:hover{background:#f8fafc}.admin-table tr.row-highlight{background:#f0fdf4}.admin-table tr.row-highlight:hover{background:#ecfdf5}.admin-table tr.row-expanded>td{background:#f8fafc;border-top:0;padding:0 16px 14px}.message-detail-block{background:#fff;border:1px solid #e2e8f0;border-left:3px solid #16a34a;border-radius:8px;padding:14px 16px}.message-detail-label{color:#16a34a;font-size:11px;font-weight:700;letter-spacing:.05em;margin-bottom:6px;text-transform:uppercase}.message-detail-body{color:#0f172a;font-size:14px;line-height:1.6;white-space:pre-wrap}.finess-modal-overlay{align-items:center;background:#0f172a8c;display:flex;inset:0;justify-content:center;padding:1rem;position:fixed;z-index:1000}.finess-modal{background:#fff;border-radius:14px;box-shadow:0 20px 25px -5px #0003,0 8px 10px -6px #00000026;display:flex;flex-direction:column;max-height:90vh;max-width:640px;overflow:hidden;width:100%}.finess-modal-header{align-items:center;background:linear-gradient(135deg,#f0fdf4,#ecfdf5);border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:1.1rem 1.5rem}.finess-modal-header h2{color:#14532d;font-size:1.15rem;font-weight:700;margin:0}.finess-modal-close{background:none;border:none;color:#64748b;cursor:pointer;font-size:1.6rem;line-height:1;padding:0 .25rem}.finess-modal-close:hover{color:#0f172a}.finess-modal-body{overflow-y:auto;padding:1.25rem 1.5rem}.finess-intro{color:#475569;font-size:.92rem;line-height:1.55;margin:0 0 1.1rem}.finess-alert{border-radius:8px;font-size:.9rem;margin-bottom:1rem;padding:.65rem .9rem}.finess-alert.error{background:#fef2f2;border:1px solid #fecaca;color:#991b1b}.finess-loading{color:#64748b;padding:1.5rem;text-align:center}.finess-status-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:1rem 1.1rem}.finess-status-row{align-items:center;display:flex;justify-content:space-between;margin-bottom:.5rem}.finess-status-label{color:#64748b;font-size:.85rem;font-weight:500}.finess-status-badge{background:#e2e8f0;border-radius:999px;color:#475569;font-size:.8rem;font-weight:600;padding:.25rem .7rem}.finess-status-badge.step-downloading,.finess-status-badge.step-importing,.finess-status-badge.step-parsing{background:#dbeafe;color:#1d4ed8}.finess-status-badge.step-done{background:#dcfce7;color:#166534}.finess-status-badge.step-error{background:#fee2e2;color:#991b1b}.finess-status-message{color:#334155;font-size:.9rem;margin-bottom:.75rem}.finess-progress{background:#e2e8f0;border-radius:999px;height:10px;margin-top:.5rem;overflow:hidden}.finess-progress-bar{background:linear-gradient(90deg,#22c55e,#16a34a);height:100%;transition:width .4s ease}.finess-progress-label{color:#64748b;font-size:.8rem;margin-top:.4rem;text-align:right}.finess-stats{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:.85rem}.finess-stats>div{background:#fff;border:1px solid #e2e8f0;border-radius:8px;display:flex;flex-direction:column;gap:.1rem;padding:.55rem .7rem}.finess-stats span{color:#64748b;font-size:.72rem;letter-spacing:.04em;text-transform:uppercase}.finess-stats strong{color:#0f172a;font-size:1.05rem;font-weight:700}.finess-stats strong.text-green{color:#16a34a}.finess-stats strong.text-blue{color:#2563eb}.finess-stats strong.text-red{color:#dc2626}.finess-status-time{color:#94a3b8;font-size:.75rem;margin-top:.7rem}.finess-options{background:#fffbeb;border:1px solid #fde68a;border-radius:10px;margin-top:1rem;padding:.85rem 1rem}.finess-checkbox{align-items:flex-start;color:#78350f;cursor:pointer;display:flex;font-size:.88rem;gap:.55rem}.finess-checkbox input{margin-top:.18rem}.finess-modal-footer{align-items:center;background:#f8fafc;border-top:1px solid #e2e8f0;display:flex;gap:.75rem;justify-content:flex-end;padding:1rem 1.5rem}.finess-modal-footer .btn-primary[disabled],.finess-modal-footer .btn-secondary[disabled]{cursor:not-allowed;opacity:.6}@media (max-width:640px){.finess-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}.crm-rappel-overlay{align-items:center;background:#0000008c;display:flex;inset:0;justify-content:center;padding:16px;position:fixed;z-index:1100}.crm-rappel-modal{background:#fff;border-radius:12px;box-shadow:0 20px 60px #00000040;display:flex;flex-direction:column;max-height:90vh;max-width:680px;overflow:hidden;width:100%}.crm-rappel-header{align-items:flex-start;background:linear-gradient(135deg,#1e7e34,#28a745);color:#fff;display:flex;justify-content:space-between;padding:20px 24px}.crm-rappel-header h3{font-size:1.15rem;margin:0 0 4px}.crm-rappel-label{font-size:.85rem;margin:0;opacity:.85}.crm-rappel-required-hint{color:#fef3c7;font-size:.78rem;font-weight:600;margin:4px 0 0}.crm-rappel-close{align-items:center;background:#fff3;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;flex-shrink:0;font-size:1rem;height:32px;justify-content:center;width:32px}.crm-rappel-close:hover{background:#ffffff59}.crm-rappel-body{display:flex;flex-direction:column;gap:24px;overflow-y:auto;padding:20px 24px}.crm-rappel-form{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:16px}.crm-rappel-form h4,.crm-rappels-list h4{color:#2d3748;font-size:.9rem;letter-spacing:.04em;margin:0 0 14px;text-transform:uppercase}.crm-form-row{margin-bottom:12px}.crm-form-row label{color:#4a5568;display:block;font-size:.78rem;font-weight:600;margin-bottom:6px}.crm-input{border:1px solid #cbd5e0;border-radius:6px;box-sizing:border-box;font-size:.9rem;padding:8px 12px;width:100%}.crm-input:focus{border-color:#28a745;outline:none}.crm-contact-types{display:flex;flex-wrap:wrap;gap:8px}.crm-ct-btn{background:#fff;border:2px solid #cbd5e0;border-radius:6px;color:#4a5568;cursor:pointer;font-size:.85rem;padding:6px 14px;transition:all .15s}.crm-ct-btn:hover{border-color:#28a745;color:#28a745}.crm-ct-btn.active{background:#28a745;border-color:#28a745;color:#fff}.crm-date-modes{color:#4a5568;display:flex;font-size:.85rem;gap:16px;margin-bottom:8px}.crm-delays{display:flex;gap:8px}.crm-delay-btn{background:#fff;border:2px solid #cbd5e0;border-radius:6px;cursor:pointer;font-size:.82rem;padding:5px 12px;transition:all .15s}.crm-delay-btn:hover{border-color:#28a745}.crm-delay-btn.active{background:#28a745;border-color:#28a745;color:#fff}.crm-btn-add{background:#28a745;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;margin-top:4px;padding:10px;transition:background .15s;width:100%}.crm-btn-add:hover{background:#1e7e34}.crm-empty,.crm-loading{color:#718096;font-size:.85rem;padding:16px;text-align:center}.crm-rappels-items{display:flex;flex-direction:column;gap:8px}.crm-rappel-item{align-items:flex-start;background:#fff;border:1px solid #e2e8f0;border-radius:8px;display:flex;gap:10px;padding:10px 12px;transition:border-color .15s}.crm-rappel-item.done{background:#f7fafc;opacity:.55}.crm-rappel-item.due{background:#fff5f5;border-color:#fc8181}.crm-rappel-item.soon{background:#fffaf0;border-color:#f6ad55}.crm-ri-left{padding-top:2px}.crm-ri-left input[type=checkbox]{accent-color:#28a745;cursor:pointer;height:16px;width:16px}.crm-ri-body{flex:1 1}.crm-ri-top{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.crm-ri-type{color:#2d3748;font-size:.85rem;font-weight:600}.crm-ri-date{color:#718096;font-size:.82rem}.crm-ri-date.text-red{color:#e53e3e;font-weight:600}.crm-ri-date.text-orange{color:#dd6b20;font-weight:600}.crm-ri-delay{background:#e2e8f0;border-radius:10px;color:#4a5568;font-size:.75rem;padding:1px 6px}.crm-ri-assigned{align-items:center;display:flex;flex-wrap:wrap;font-size:.78rem;gap:6px;margin-top:3px}.crm-ri-assigned-label{color:#718096;font-weight:600}.crm-ri-assigned-name{color:#2d3748;font-weight:600}.crm-ri-assigned-role{background:#ede9fe;border-radius:4px;color:#553c9a;font-size:.65rem;font-weight:700;letter-spacing:.03em;padding:1px 5px;text-transform:uppercase}.crm-ri-notes{color:#4a5568;font-size:.8rem;font-style:italic;margin-top:4px}.crm-ri-completed{color:#38a169;font-size:.78rem;margin-top:4px}.crm-ri-actions{align-items:flex-start;display:flex}.crm-ri-del{background:none;border:none;color:#cbd5e0;cursor:pointer;font-size:.9rem;line-height:1;padding:2px 4px}.crm-ri-del:hover{color:#e53e3e}.prospection-modal-overlay{align-items:center;background:#0f172a8c;display:flex;inset:0;justify-content:center;padding:1rem;position:fixed;z-index:1000}.prospection-modal{background:#fff;border-radius:14px;box-shadow:0 20px 25px -5px #0003,0 8px 10px -6px #00000026;display:flex;flex-direction:column;max-height:90vh;max-width:720px;overflow:hidden;width:100%}.prospection-modal-header{align-items:center;background:linear-gradient(135deg,#eef2ff,#ede9fe);border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:1.1rem 1.5rem}.prospection-modal-header h2{color:#312e81;font-size:1.15rem;font-weight:700;margin:0}.prospection-modal-subtitle{color:#6366f1;font-size:.8rem;margin-top:2px}.prospection-modal-close{background:none;border:none;color:#64748b;cursor:pointer;font-size:1.6rem;line-height:1;padding:0 .25rem}.prospection-modal-close:hover{color:#0f172a}.prospection-modal-body{flex:1 1;overflow-y:auto;padding:1.25rem 1.5rem}.prospection-status-group{display:flex;flex-wrap:wrap;gap:.6rem;margin-bottom:1.25rem}.prospection-status-btn{align-items:center;background:#fff;border:1.5px solid #cbd5e1;border-radius:10px;color:#334155;cursor:pointer;display:flex;flex:1 1;flex-direction:column;font-size:.92rem;font-weight:600;gap:4px;min-width:130px;padding:.75rem 1rem;transition:all .15s ease}.prospection-status-btn:hover:not(:disabled){background:#f8fafc;border-color:#94a3b8}.prospection-status-btn .icon{font-size:1.4rem}.prospection-status-btn:disabled{cursor:wait;opacity:.6}.prospection-status-btn.is-active.actif{background:#dbeafe;border-color:#2563eb;color:#1e3a8a}.prospection-status-btn.is-active.appele{background:#d1fae5;border-color:#16a34a;color:#14532d}.prospection-status-btn.is-active.messagerie{background:#fef3c7;border-color:#ca8a04;color:#713f12}.prospection-status-btn.is-active.a_rappeler{background:#fecaca;border-color:#dc2626;color:#7f1d1d}.prospection-status-btn.is-active.type-vendeur{background:#f0fdfa;border-color:#0d9488;color:#134e4a}.prospection-status-btn.is-active.type-non_vendeur{background:#f1f5f9;border-color:#64748b;color:#1e293b}.prospection-status-btn.is-active.type-inconnu{background:#eef2ff;border-color:#6366f1;color:#3730a3}.prospection-status-btn.is-active.type-acheteur{background:#fdf4ff;border-color:#c026d3;color:#701a75}.prospection-status-btn.is-active.type-autre{background:#f1f5f9;border-color:#64748b;color:#1e293b}.prospection-status-btn.type-reset{background:#fff;border-color:#fecaca;color:#b91c1c}.prospection-status-btn.type-reset:hover:not(:disabled){background:#fef2f2;border-color:#dc2626}.prospection-external-links{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.65rem}.prospection-external-link{align-items:center;background:#eef2ff;border:1px solid #c7d2fe;border-radius:8px;color:#4338ca;display:inline-flex;font-size:.78rem;font-weight:600;gap:.25rem;padding:.35rem .75rem;text-decoration:none;transition:background .15s,border-color .15s}.prospection-external-link:hover{background:#e0e7ff;border-color:#818cf8}.prospection-external-link.disabled{background:#f1f5f9;border-color:#e2e8f0;color:#94a3b8;cursor:not-allowed;opacity:.55}.prospection-vendue-le-row{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;display:flex;gap:.75rem;margin-bottom:1.25rem;padding:.65rem .85rem}.prospection-vendue-le-label{color:#475569;font-size:.82rem;font-weight:600;white-space:nowrap}.prospection-vendue-le-input{border:1px solid #cbd5e1;border-radius:8px;flex:1 1;font-family:inherit;font-size:.88rem;max-width:200px;padding:.45rem .65rem}.prospection-vendue-le-input:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f126;outline:none}.prospection-rappel-warning{background:#fff7ed;border:1px solid #fdba74;border-radius:8px;color:#c2410c;font-size:.82rem;font-weight:600;margin:0 0 .75rem;padding:.5rem .75rem}.prospection-rappels-block{margin:0 0 1rem}.prospection-rappels-title{color:#475569;font-size:.78rem;font-weight:700;letter-spacing:.05em;margin:0 0 .5rem;text-transform:uppercase}.prospection-rappels-muted{color:#94a3b8;font-size:.82rem;font-style:italic;margin:0 0 .75rem}.prospection-rappels-items{margin-bottom:.5rem;max-height:220px;overflow-y:auto}.prospection-rappel-row{margin:0 0 1rem}.prospection-rappel-btn{background:#eef2ff;border:1px dashed #4338ca;border-radius:10px;color:#4338ca;cursor:pointer;font-size:.85rem;font-weight:600;padding:.65rem 1rem;transition:background .15s,border-color .15s;width:100%}.prospection-rappel-btn:hover:not(:disabled){background:#e0e7ff;border-color:#3730a3}.prospection-rappel-btn:disabled{cursor:not-allowed;opacity:.6}.prospection-modal-footer{background:#f8fafc;border-top:1px solid #e2e8f0;display:flex;justify-content:flex-end;padding:.9rem 1.5rem}.prospection-modal-footer .btn-close{background:#1e293b;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:.55rem 1.2rem}.prospection-modal-footer .btn-close:hover{background:#0f172a}.crm-status-badge{border-radius:12px;display:inline-block;font-size:.78rem;font-weight:600;padding:3px 10px}.crm-user-cell{align-items:center;display:flex;font-size:.85rem;gap:8px}.crm-avatar{border:2px solid #e2e8f0;border-radius:50%;height:26px;object-fit:cover;width:26px}.crm-avatar-initials{align-items:center;background:linear-gradient(135deg,#28a745,#1e7e34);border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:.7rem;font-weight:700;height:26px;justify-content:center;width:26px}.crm-next-rappel{align-items:center;display:flex;flex-wrap:wrap;font-size:.82rem;gap:5px}.crm-ct-icon{font-size:.9rem}.crm-next-date{color:#718096;font-size:.75rem}.crm-badge-count{background:#e53e3e;border-radius:10px;color:#fff;display:inline-block;font-size:.7rem;font-weight:700;margin-left:4px;padding:1px 6px}.crm-email-link{color:#3182ce;font-size:.82rem;text-decoration:none}.crm-email-link:hover{text-decoration:underline}.crm-mine-toggle{align-items:center;color:#4a5568;cursor:pointer;display:flex;font-size:.85rem;-webkit-user-select:none;user-select:none;white-space:nowrap}.btn-icon.crm-rappel-btn{background:#ebf8ff;border-color:#bee3f8;color:#2b6cb0}.btn-icon.crm-rappel-btn:hover{background:#bee3f8}.crm-summary-tag{background:#f0fff4;border:1px solid #9ae6b4;border-radius:20px;color:#2d3748;font-size:.85rem;padding:4px 14px}.crm-row-highlight td:first-child{border-left:3px solid #38a169}.crm-acheteur-tag{font-size:.78rem;margin-left:6px;opacity:.8;vertical-align:middle}.crm-acheteur-filter{color:#2f855a;font-weight:600}.btn-icon.crm-prospect-btn{background:#fef3c7;border-color:#fde68a;color:#b45309;font-size:.75rem}.btn-icon.crm-prospect-btn:hover{background:#fde68a}.btn-icon.crm-prospect-active{background:#d1fae5;border-color:#6ee7b7;color:#065f46}.btn-icon.crm-prospect-active:hover{background:#a7f3d0}.profile-overlay{background:#0f172a73;display:flex;inset:0;justify-content:flex-end;position:fixed;z-index:2000}.profile-drawer{animation:slideIn .22s ease;background:#fff;box-shadow:-8px 0 40px #0000002e;display:flex;flex-direction:column;height:100vh;max-width:100vw;width:380px}@keyframes slideIn{0%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}.profile-header{align-items:center;background:#f8fafc;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:1.25rem 1.5rem}.profile-header h2{color:#1e293b;font-size:1rem;font-weight:700;margin:0}.profile-close{background:none;border:none;border-radius:4px;color:#94a3b8;cursor:pointer;font-size:1rem;line-height:1;padding:.25rem;transition:color .15s}.profile-close:hover{color:#1e293b}.profile-loading{align-items:center;color:#94a3b8;display:flex;flex:1 1;font-size:.9rem;justify-content:center}.profile-avatar-section{align-items:center;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-bottom:1px solid #e2e8f0;display:flex;gap:1.25rem;padding:1.5rem}.profile-avatar-wrapper{cursor:pointer;flex-shrink:0;position:relative}.profile-avatar{align-items:center;border:3px solid #fff;border-radius:50%;box-shadow:0 4px 12px #0000001f;display:flex;height:72px;justify-content:center;object-fit:cover;width:72px}.profile-avatar.initials{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;font-size:1.5rem;font-weight:700}.profile-avatar.uploading{background:#f1f5f9;color:#94a3b8;font-size:1.2rem}.profile-avatar-overlay{align-items:center;background:#00000073;border-radius:50%;display:flex;font-size:1.3rem;inset:0;justify-content:center;opacity:0;position:absolute;transition:opacity .2s}.profile-avatar-wrapper:hover .profile-avatar-overlay{opacity:1}.profile-avatar-info{display:flex;flex-direction:column;gap:.35rem;min-width:0}.profile-display-name{color:#1e293b;font-size:.95rem;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-role-badge{border-radius:999px;display:inline-block;font-size:.72rem;font-weight:700;padding:2px 10px;width:-webkit-fit-content;width:fit-content}.profile-avatar-hint{color:#94a3b8;font-size:.72rem;margin:0}.profile-form{display:flex;flex:1 1;flex-direction:column;gap:1.25rem;overflow-y:auto;padding:1.5rem}.profile-form-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.profile-field{display:flex;flex-direction:column;gap:.35rem}.profile-field.full{grid-column:1/-1}.profile-field label{color:#475569;font-size:.75rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.profile-field input{background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:8px;color:#1e293b;font-size:.9rem;outline:none;padding:.6rem .9rem;transition:border-color .15s,box-shadow .15s}.profile-field input:focus{background:#fff;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.profile-error{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626}.profile-error,.profile-success{font-size:.85rem;padding:.6rem .9rem}.profile-success{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;color:#16a34a}.profile-actions{display:flex;gap:.75rem;margin-top:auto;padding-top:.5rem}.profile-btn-cancel{background:#f1f5f9;border:1.5px solid #e2e8f0;border-radius:8px;color:#475569;cursor:pointer;flex:1 1;font-size:.9rem;font-weight:600;padding:.65rem;transition:background .15s}.profile-btn-cancel:hover{background:#e2e8f0}.profile-btn-save{background:linear-gradient(135deg,#6366f1,#8b5cf6);border:none;border-radius:8px;box-shadow:0 4px 12px #6366f140;color:#fff;cursor:pointer;flex:2 1;font-size:.9rem;font-weight:600;padding:.65rem;transition:opacity .15s,transform .1s}.profile-btn-save:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}.profile-btn-save:disabled{cursor:not-allowed;opacity:.6;transform:none}.alertes-page{padding:0}.alertes-header{align-items:flex-start;display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;margin-bottom:24px}.alertes-header-left{display:flex;flex-direction:column;gap:8px}.alertes-title{align-items:center;color:#1a202c;display:flex;font-size:1.35rem;font-weight:700;gap:10px;margin:0}.alertes-badge{background:#e53e3e;border-radius:20px;color:#fff;font-size:.75rem;font-weight:700;min-width:24px;padding:2px 9px;text-align:center}.alertes-overdue-banner{align-items:center;background:#fff5f5;border:1px solid #feb2b2;border-radius:8px;color:#c53030;display:inline-flex;font-size:.85rem;gap:6px;padding:6px 14px}.alertes-controls{align-items:flex-end;display:flex;flex-direction:column;gap:10px}.alertes-control-group{align-items:center;display:flex;gap:10px}.alertes-control-group label{color:#718096;font-size:.78rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap}.alertes-tabs{background:#f1f5f9;border-radius:8px;display:flex;gap:4px;padding:3px}.alertes-tab{background:none;border:none;border-radius:6px;color:#4a5568;cursor:pointer;font-size:.82rem;padding:5px 12px;transition:all .15s;white-space:nowrap}.alertes-tab:hover{background:#e2e8f0}.alertes-tab.active{background:#fff;box-shadow:0 1px 3px #0000001a;color:#1a202c;font-weight:600}.alertes-toggles{display:flex;gap:16px}.alertes-toggle{align-items:center;color:#4a5568;cursor:pointer;display:flex;font-size:.82rem;gap:6px;-webkit-user-select:none;user-select:none}.alertes-toggle input[type=checkbox]{accent-color:#28a745;height:15px;width:15px}.alertes-refresh{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;font-size:1rem;line-height:1;padding:6px 10px;transition:background .15s}.alertes-refresh:hover{background:#e2e8f0}.alertes-loading{align-items:center;color:#718096;display:flex;gap:12px;justify-content:center;padding:60px}.alertes-empty{padding:60px 20px;text-align:center}.alertes-empty-icon{font-size:3rem;margin-bottom:12px}.alertes-empty h3{color:#2d3748;font-size:1.1rem;margin:0 0 6px}.alertes-empty p{color:#718096;font-size:.9rem;margin:0}.alertes-groups{display:flex;flex-direction:column;gap:24px}.alertes-group-header{align-items:center;border-left:4px solid;display:flex;gap:8px;margin-bottom:10px;padding-left:12px}.alertes-group-icon{font-size:1.1rem}.alertes-group-label{font-size:.9rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.alertes-group-count{background:#e2e8f0;border-radius:10px;color:#4a5568;font-size:.72rem;font-weight:700;padding:1px 7px}.alertes-today-date{color:#718096;font-size:.78rem;font-style:italic;font-weight:400;margin-left:6px}.alertes-group-items{display:flex;flex-direction:column;gap:8px}.alerte-card{align-items:stretch;background:#fff;border:1px solid #e2e8f0;border-radius:10px;display:flex;gap:0;overflow:hidden;transition:box-shadow .15s,border-color .15s}.alerte-card:hover{box-shadow:0 2px 10px #00000014}.alerte-card.overdue{background:snow;border-color:#fc8181}.alerte-card.today{background:#fffcf5;border-color:#f6ad55}.alerte-card.done{background:#f9fafb;opacity:.6}.alerte-card-left{background:#f8fafc;border-right:1px solid #e2e8f0;gap:6px;justify-content:center;min-width:110px;padding:14px 12px}.alerte-card-left,.alerte-contact-type{align-items:center;display:flex;flex-direction:column}.alerte-contact-type{border-radius:8px;font-size:.75rem;font-weight:700;gap:3px;letter-spacing:.03em;padding:6px 10px;text-transform:uppercase}.alerte-ct-icon{font-size:1.2rem}.alerte-time{align-items:center;display:flex;flex-direction:column;gap:2px}.alerte-overdue-tag{background:#fff5f5;border:1px solid #fed7d7;border-radius:4px;color:#e53e3e;font-size:.68rem;font-weight:700;padding:1px 5px;white-space:nowrap}.alerte-date-txt{color:#4a5568;font-size:.78rem;font-weight:600}.alerte-time-txt{color:#a0aec0;font-size:.72rem}.alerte-card-body{display:flex;flex:1 1;flex-direction:column;gap:5px;justify-content:center;min-width:0;padding:12px 16px}.alerte-prospect-meta{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.alerte-prospect-type{font-size:.75rem;font-weight:700;white-space:nowrap}.alerte-prospect-name{background:none;border:none;color:#2d3748;cursor:pointer;font-size:.95rem;font-weight:700;padding:0;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;text-underline-offset:2px}.alerte-prospect-name:hover{color:#28a745}.alerte-prospect-sub{color:#718096;font-size:.78rem}.alerte-assignee{align-items:center;display:flex;flex-wrap:wrap;font-size:.8rem;gap:6px;margin-top:2px}.alerte-assignee-icon{font-size:.85rem;line-height:1}.alerte-assignee-label{color:#718096;font-weight:600}.alerte-assignee-name{color:#2d3748;font-weight:600}.alerte-assignee-role{background:#ede9fe;border-radius:4px;color:#553c9a;font-size:.68rem;font-weight:700;letter-spacing:.03em;padding:1px 6px;text-transform:uppercase}.alerte-notes{background:#f7fafc;border-left:2px solid #cbd5e0;border-radius:4px;color:#4a5568;font-size:.82rem;font-style:italic;padding:4px 8px}.alerte-completed-info{color:#38a169;font-size:.75rem}.alerte-card-actions{background:#f8fafc;border-left:1px solid #e2e8f0;flex-direction:column;gap:4px;padding:10px}.alerte-btn-done,.alerte-card-actions{align-items:center;display:flex;justify-content:center}.alerte-btn-done{background:#f0fff4;border:2px solid #9ae6b4;border-radius:50%;color:#276749;cursor:pointer;font-size:1rem;font-weight:700;height:32px;transition:all .15s;width:32px}.alerte-btn-done:hover{background:#9ae6b4;border-color:#38a169}.alerte-btn-undo{align-items:center;background:#f7fafc;border:2px solid #cbd5e0;border-radius:50%;color:#718096;cursor:pointer;display:flex;font-size:.9rem;height:32px;justify-content:center;transition:all .15s;width:32px}.alerte-btn-undo:hover{background:#edf2f7;border-color:#a0aec0}.alerte-btn-link{align-items:center;background:#ebf8ff;border:1px solid #bee3f8;border-radius:6px;color:#2b6cb0;cursor:pointer;display:flex;font-size:.85rem;height:28px;justify-content:center;transition:all .15s;width:28px}.alerte-btn-link:hover{background:#bee3f8}.alerte-btn-delete{align-items:center;background:#fff5f5;border:1px solid #fed7d7;border-radius:6px;color:#c53030;cursor:pointer;display:flex;font-size:.78rem;height:28px;justify-content:center;transition:all .15s;width:28px}.alerte-btn-delete:hover{background:#fed7d7}.loading-spinner{animation:spin .7s linear infinite;border-top-color:#28a745;height:24px;width:24px}:root{--admin-bg:#0f172a;--admin-bg-secondary:#1e293b;--admin-surface:#fff;--admin-surface-hover:#f8fafc;--admin-border:#e2e8f0;--admin-text:#1e293b;--admin-text-secondary:#64748b;--admin-primary:#22c55e;--admin-primary-hover:#16a34a;--admin-accent:#3b82f6;--admin-danger:#ef4444;--admin-warning:#f59e0b;--admin-purple:#8b5cf6;--admin-radius:12px;--admin-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--admin-shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.admin-dashboard{background:#0f172a;background:var(--admin-bg);display:flex;min-height:100vh}.admin-sidebar{background:#1e293b;background:var(--admin-bg-secondary);border-right:1px solid #ffffff1a;display:flex;flex-direction:column;height:100vh;position:fixed;width:280px;z-index:100}.sidebar-header{border-bottom:1px solid #ffffff1a;padding:1.5rem}.sidebar-logo{align-items:center;display:flex;gap:.75rem;text-decoration:none}.sidebar-logo-icon{align-items:center;background:linear-gradient(135deg,#22c55e,#059669);background:linear-gradient(135deg,var(--admin-primary) 0,#059669 100%);border-radius:10px;display:flex;font-size:1.25rem;height:40px;justify-content:center;width:40px}.sidebar-logo-text{color:#fff;font-size:1.25rem;font-weight:700;letter-spacing:-.025em}.sidebar-logo-badge{background:#22c55e;background:var(--admin-primary);border-radius:4px;color:#fff;font-size:.65rem;font-weight:600;margin-left:.5rem;padding:.15rem .4rem}.sidebar-nav{flex:1 1;overflow-y:auto;padding:1rem 0;scrollbar-color:#ffffff1f #0000;scrollbar-width:thin}.sidebar-nav::-webkit-scrollbar{width:6px}.sidebar-nav::-webkit-scrollbar-track{background:#0000}.sidebar-nav::-webkit-scrollbar-thumb{background-color:#ffffff1f;border-radius:3px}.sidebar-nav::-webkit-scrollbar-thumb:hover{background-color:#ffffff38}.nav-section{margin-bottom:1.5rem}.nav-section-title{color:#64748b;font-size:.7rem;font-weight:600;letter-spacing:.1em;margin-bottom:.5rem;padding:0 1.5rem;text-transform:uppercase}.nav-item{align-items:center;background:none;border:none;border-left:3px solid #0000;color:#94a3b8;cursor:pointer;display:flex;font-size:.95rem;font-weight:500;gap:.75rem;padding:.75rem 1.5rem;text-align:left;transition:all .2s ease;width:100%}.nav-item:hover{background:#ffffff0d;color:#fff}.nav-item.active{background:#22c55e1a;border-left-color:#22c55e;border-left-color:var(--admin-primary);color:#22c55e;color:var(--admin-primary)}.nav-item-icon{font-size:1.1rem;text-align:center;width:24px}.nav-item-badge{background:#22c55e;background:var(--admin-primary);border-radius:10px;color:#fff;font-size:.7rem;font-weight:600;margin-left:auto;min-width:20px;padding:.2rem .5rem;text-align:center}.nav-item-badge-urgent{animation:pulse-badge 1.5s ease-in-out infinite;background:#e53e3e!important}@keyframes pulse-badge{0%,to{opacity:1}50%{opacity:.75}}.sidebar-footer{border-top:1px solid #ffffff1a;padding:1rem 1.5rem}.sidebar-user{align-items:center;display:flex;gap:.75rem;margin-bottom:1rem}.sidebar-user-avatar{align-items:center;background:linear-gradient(135deg,#3b82f6,#8b5cf6);background:linear-gradient(135deg,var(--admin-accent) 0,var(--admin-purple) 100%);border-radius:8px;color:#fff;display:flex;font-size:.9rem;font-weight:600;height:36px;justify-content:center;width:36px}.sidebar-user-info{flex:1 1}.sidebar-user-name{color:#fff;font-size:.9rem;font-weight:600}.sidebar-user-role{color:#64748b;font-size:.75rem}.btn-logout{align-items:center;background:#ef44441a;border:1px solid #ef444433;border-radius:8px;color:#f87171;cursor:pointer;display:flex;font-size:.85rem;font-weight:500;gap:.5rem;justify-content:center;padding:.6rem 1rem;transition:all .2s ease;width:100%}.btn-logout:hover{background:#ef444433;border-color:#ef44444d}.admin-main{background:#f1f5f9;flex:1 1;margin-left:280px;min-height:100vh}.admin-topbar{background:#fff;border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--admin-border);justify-content:space-between;padding:1rem 2rem;position:-webkit-sticky;position:sticky;top:0;z-index:50}.admin-topbar,.topbar-title{align-items:center;display:flex}.topbar-title{gap:1rem}.topbar-title h1{color:#1e293b;color:var(--admin-text);font-size:1.5rem;font-weight:700;margin:0}.topbar-breadcrumb{align-items:center;color:#64748b;color:var(--admin-text-secondary);display:flex;font-size:.85rem;gap:.5rem}.topbar-actions{align-items:center;display:flex;gap:1rem}.topbar-search{position:relative}.topbar-search input{background:#f8fafc;border:1px solid #e2e8f0;border:1px solid var(--admin-border);border-radius:8px;font-size:.9rem;padding:.6rem 1rem .6rem 2.5rem;transition:all .2s ease;width:280px}.topbar-search input:focus{background:#fff;border-color:#22c55e;border-color:var(--admin-primary);box-shadow:0 0 0 3px #22c55e1a;outline:none}.topbar-search-icon{color:#64748b;color:var(--admin-text-secondary);left:.75rem;position:absolute;top:50%;transform:translateY(-50%)}.admin-content{padding:2rem}.stats-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));margin-bottom:2rem}.stat-card{align-items:flex-start;background:#fff;border-radius:12px;border-radius:var(--admin-radius);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;box-shadow:var(--admin-shadow);display:flex;gap:1rem;padding:1.5rem;transition:all .2s ease}.stat-card:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;box-shadow:var(--admin-shadow-lg);transform:translateY(-2px)}.stat-icon{align-items:center;border-radius:12px;display:flex;font-size:1.25rem;height:48px;justify-content:center;width:48px}.stat-icon.green{background:linear-gradient(135deg,#dcfce7,#bbf7d0);color:#16a34a}.stat-card.green{background:linear-gradient(135deg,#22c55e,#16a34a)}.stat-card.teal{background:linear-gradient(135deg,#14b8a6,#0d9488)}.stat-card.yellow{background:linear-gradient(135deg,#eab308,#ca8a04)}.stat-card.purple{background:linear-gradient(135deg,#a855f7,#9333ea)}.stat-card.orange{background:linear-gradient(135deg,#f97316,#ea580c)}.stat-card.green .stat-label,.stat-card.green .stat-value,.stat-card.orange .stat-label,.stat-card.orange .stat-value,.stat-card.purple .stat-label,.stat-card.purple .stat-value,.stat-card.teal .stat-label,.stat-card.teal .stat-value,.stat-card.yellow .stat-label,.stat-card.yellow .stat-value{color:#fff}.stat-card.green .stat-icon,.stat-card.orange .stat-icon,.stat-card.purple .stat-icon,.stat-card.teal .stat-icon,.stat-card.yellow .stat-icon{background:#fff3;color:#fff}.stat-icon.blue{background:linear-gradient(135deg,#dbeafe,#bfdbfe);color:#2563eb}.stat-icon.teal{background:linear-gradient(135deg,#ccfbf1,#99f6e4);color:#0d9488}.stat-icon.purple{background:linear-gradient(135deg,#ede9fe,#ddd6fe);color:#7c3aed}.stat-icon.yellow{background:linear-gradient(135deg,#fef9c3,#fef08a);color:#ca8a04}.stat-icon.orange{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#d97706}.stat-info{flex:1 1}.stat-value{color:#1e293b;color:var(--admin-text);font-size:1.75rem;font-weight:700;line-height:1.2}.stat-label{color:#64748b;color:var(--admin-text-secondary);font-size:.85rem;margin-top:.25rem}.stat-trend{align-items:center;display:flex;font-size:.8rem;gap:.25rem;margin-top:.5rem}.stat-trend.up{color:#16a34a}.stat-trend.down{color:#dc2626}.data-panel{background:#fff;border-radius:12px;border-radius:var(--admin-radius);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;box-shadow:var(--admin-shadow);overflow:hidden}.panel-header{border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--admin-border);flex-wrap:wrap;gap:1rem;justify-content:space-between;padding:1.25rem 1.5rem}.panel-header,.panel-title{align-items:center;display:flex}.panel-title{gap:.75rem}.panel-title h2{color:#1e293b;color:var(--admin-text);font-size:1.1rem;font-weight:600;margin:0}.panel-count{background:#f1f5f9;border-radius:6px;color:#64748b;color:var(--admin-text-secondary);font-size:.8rem;font-weight:600;padding:.25rem .6rem}.panel-actions{align-items:center;display:flex;gap:.75rem}.btn-primary{align-items:center;background:linear-gradient(135deg,#22c55e,#16a34a);background:linear-gradient(135deg,var(--admin-primary) 0,var(--admin-primary-hover) 100%);border:none;border-radius:8px;box-shadow:0 2px 4px #22c55e33;color:#fff;cursor:pointer;display:inline-flex;font-size:.9rem;font-weight:600;gap:.5rem;padding:.6rem 1.25rem;transition:all .2s ease}.btn-primary:hover{box-shadow:0 4px 8px #22c55e4d;transform:translateY(-1px)}.btn-secondary{align-items:center;background:#fff;border:1px solid #e2e8f0;border:1px solid var(--admin-border);border-radius:8px;color:#1e293b;color:var(--admin-text);cursor:pointer;display:inline-flex;font-size:.9rem;font-weight:500;gap:.5rem;padding:.6rem 1.25rem;transition:all .2s ease}.btn-secondary:hover{background:#f8fafc;border-color:#cbd5e1}.filters-bar{align-items:center;background:#f8fafc;border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--admin-border);display:flex;flex-wrap:wrap;gap:1rem;padding:1rem 1.5rem}.filter-group{display:flex;flex-direction:column;gap:.25rem;min-width:160px}.filter-group label{color:#64748b;color:var(--admin-text-secondary);font-size:.7rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.filter-input{background:#fff;border:1px solid #e2e8f0;border:1px solid var(--admin-border);border-radius:6px;font-size:.85rem;padding:.5rem .75rem;transition:all .2s ease}.filter-input:focus{border-color:#22c55e;border-color:var(--admin-primary);box-shadow:0 0 0 3px #22c55e1a;outline:none}.filter-select{-webkit-appearance:none;appearance:none;background:#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2364748b'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m19 9-7 7-7-7'/%3E%3C/svg%3E") no-repeat right .5rem center;background-size:1rem;border:1px solid #e2e8f0;border:1px solid var(--admin-border);border-radius:6px;cursor:pointer;font-size:.85rem;padding:.5rem 2rem .5rem .75rem}.filter-select:focus{border-color:#22c55e;border-color:var(--admin-primary);outline:none}.filter-reset{align-items:flex-end;display:flex}.btn-reset{background:none;border:1px solid #0000;border-radius:6px;color:#64748b;color:var(--admin-text-secondary);cursor:pointer;font-size:.85rem;padding:.5rem .75rem;transition:all .2s ease}.btn-reset:hover{background:#fff;border-color:#e2e8f0;border-color:var(--admin-border);color:#1e293b;color:var(--admin-text)}@media (max-width:1024px){.admin-sidebar{width:240px}.admin-main{margin-left:240px}}@media (max-width:768px){.admin-sidebar{transform:translateX(-100%);transition:transform .3s ease}.admin-sidebar.open{transform:translateX(0)}.admin-main{margin-left:0}.topbar-search{display:none}.stats-grid{grid-template-columns:1fr}.filters-bar{align-items:stretch;flex-direction:column}.filter-group{width:100%}}.admin-pharmacy-edit{background:linear-gradient(135deg,#0f172a,#1e293b 50%,#0f172a);min-height:100vh;padding:2rem}.edit-container{background:#fff;border-radius:16px;box-shadow:0 25px 50px -12px #00000040;margin:0 auto;max-width:1000px;overflow:hidden}.edit-header{background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;padding:1.5rem 2rem}.edit-btn-back{align-items:center;background:#ffffff2e;border:1.5px solid #ffffff73;border-radius:8px;color:#fff;cursor:pointer;display:inline-flex;flex-shrink:0;font-size:.875rem;font-weight:600;gap:.35rem;line-height:1;padding:.5rem 1rem;transition:all .2s ease;white-space:nowrap}.edit-btn-back:hover{background:#ffffff47;border-color:#ffffffb3;transform:translateX(-2px)}.edit-header h1{flex:1 1;font-size:1.5rem;text-shadow:0 1px 2px #0000001a}.pharmacy-id{background:#fff3;border:1.5px solid #ffffff73;border-radius:6px;color:#fff;flex-shrink:0;font-size:.82rem;font-weight:600;padding:.4rem .85rem}.edit-form{padding:2rem}.edit-form-section{border-bottom:1px solid #e2e8f0;margin-bottom:2.5rem;padding-bottom:2rem}.edit-form-section:last-of-type{border-bottom:none;margin-bottom:0}.edit-form-section.status-section{background:linear-gradient(135deg,#f0fdf4,#dcfce7);border:2px solid #86efac;border-radius:12px;margin-bottom:2rem;padding:1.5rem}.edit-form-section.status-section h2{color:#166534}.toggle-container{display:flex;gap:.75rem}.toggle-sale{background:#f8fafc;border:2px solid #e2e8f0;border-radius:8px;color:#64748b;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;transition:all .2s ease}.toggle-sale:hover{border-color:#94a3b8}.toggle-sale.active{background:linear-gradient(135deg,#22c55e,#16a34a);border-color:#16a34a;box-shadow:0 4px 12px #22c55e4d;color:#fff}.toggle-sale.active.inactive{background:linear-gradient(135deg,#ef4444,#dc2626);border-color:#dc2626;box-shadow:0 4px 12px #ef44444d}.edit-form-section h2{align-items:center;color:#1e293b;display:flex;font-size:1.1rem;font-weight:600;gap:.5rem;margin:0 0 1.25rem}.form-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.edit-form-group{display:flex;flex-direction:column;gap:.5rem}.edit-form-group.edit-full-width{grid-column:1/-1}.edit-form-group label{color:#475569;font-size:.85rem;font-weight:600;letter-spacing:.025em;text-transform:uppercase}.edit-form-group input,.edit-form-group select,.edit-form-group textarea{background:#f8fafc;border:2px solid #e2e8f0;border-radius:8px;color:#1e293b;font-size:1rem;padding:.75rem 1rem;transition:all .2s ease}.edit-form-group input:focus,.edit-form-group select:focus,.edit-form-group textarea:focus{background:#fff;border-color:#22c55e;box-shadow:0 0 0 4px #22c55e1a;outline:none}.edit-form-group input::placeholder,.edit-form-group textarea::placeholder{color:#94a3b8}.edit-form-group textarea{font-family:inherit;min-height:120px;resize:vertical}.edit-form-group select{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2364748b'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m19 9-7 7-7-7'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;background-size:1.25rem;cursor:pointer;padding-right:2.5rem}.edit-form-actions{border-top:2px solid #e2e8f0;display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem;padding-top:2rem}.edit-form-actions .btn-cancel{background:#f1f5f9;border:2px solid #e2e8f0;border-radius:8px;color:#475569;cursor:pointer;font-size:1rem;font-weight:600;padding:.85rem 1.75rem;transition:all .2s ease}.edit-form-actions .btn-cancel:hover{background:#e2e8f0;border-color:#cbd5e1}.edit-form-actions .btn-delete{background:#fef2f2;border:2px solid #fecaca;border-radius:8px;color:#dc2626;cursor:pointer;font-size:1rem;font-weight:600;padding:.85rem 1.75rem;transition:all .2s ease}.edit-form-actions .btn-delete:hover{background:#fee2e2;border-color:#f87171}.edit-form-actions .btn-save{background:linear-gradient(135deg,#22c55e,#16a34a);border:none;border-radius:8px;box-shadow:0 4px 14px #22c55e40;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.85rem 2rem;transition:all .2s ease}.edit-form-actions .btn-save:hover:not(:disabled){box-shadow:0 6px 20px #22c55e59;transform:translateY(-2px)}.edit-form-actions .btn-save:disabled{cursor:not-allowed;opacity:.6;transform:none}.edit-loading{color:#64748b;font-size:1.1rem;padding:4rem;text-align:center}@media (max-width:768px){.admin-pharmacy-edit{padding:1rem}.edit-header{gap:1rem;padding:1.25rem 1.5rem}.edit-header h1{font-size:1.2rem}.edit-form{padding:1.5rem}.form-grid{grid-template-columns:1fr}.edit-form-actions{flex-direction:column}.edit-form-actions button{justify-content:center;width:100%}}.user-edit-page{margin:0 auto;max-width:600px;padding:2rem}.loading-spinner{border-top-color:#3b82f6}.form-section{background:linear-gradient(135deg,#eff6ff,#dbeafe);border:2px solid #3b82f6}.form-section h2{border-bottom:1px solid #93c5fd;color:#1e40af}.form-group{margin-bottom:1rem}.form-group:last-child{margin-bottom:0}.form-row{grid-template-columns:1fr 2fr}.form-row .form-group{margin-bottom:1rem}@media (max-width:640px){.form-row{grid-template-columns:1fr}}.form-group input{border:1px solid #e2e8f0;border-radius:8px;color:#1e293b;font-size:.95rem;padding:.75rem}.form-group input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-group input::placeholder{color:#94a3b8}.btn-save{background:linear-gradient(135deg,#3b82f6,#2563eb)}.btn-save:hover:not(:disabled){box-shadow:0 4px 12px #3b82f64d}@media (max-width:640px){.user-edit-page{padding:1rem}.edit-header{align-items:flex-start;flex-direction:column}.form-actions{flex-direction:column;gap:1rem}.actions-right{justify-content:flex-end;width:100%}}.bodacc-edit-page{margin:0 auto;max-width:900px;padding:2rem}.loading-spinner{border-top-color:#f59e0b}.edit-header{align-items:center;display:flex;gap:1.5rem;margin-bottom:2rem}.edit-header h1{color:#1e293b}.btn-back{background:#f1f5f9;border:none;color:#475569}.btn-back:hover{background:#e2e8f0}.edit-form{display:flex;flex-direction:column;gap:1.5rem}.form-section{padding:1.5rem}.form-section h2{border-bottom:1px solid #e2e8f0;color:#1e293b;font-size:1.1rem;font-weight:600;margin:0 0 1rem;padding-bottom:.75rem}.link-section{background:linear-gradient(135deg,#fef3c7,#fde68a);border:2px solid #f59e0b}.link-section h2{border-bottom-color:#f59e0b;color:#92400e}.match-info{background:#ffffffb3;border-radius:6px;color:#059669;font-size:.9rem;font-weight:500;margin-top:.75rem;padding:.5rem 1rem}.form-row{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:1rem}.form-row:last-child{margin-bottom:0}.form-group label{color:#475569;font-weight:500}.form-group input,.form-group select,.form-group textarea{color:#1e293b;padding:.75rem}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#f59e0b;box-shadow:0 0 0 3px #f59e0b1a}.form-group input::placeholder,.form-group textarea::placeholder{color:#94a3b8}.form-group select{background:#fff;cursor:pointer}.form-group textarea{min-height:80px}.form-actions{align-items:center;background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;display:flex;justify-content:space-between;padding:1.5rem}.actions-right{display:flex;gap:1rem}.btn-cancel,.btn-delete,.btn-save{border:none;border-radius:8px;cursor:pointer;font-size:.95rem;font-weight:500;padding:.75rem 1.5rem;transition:all .2s}.btn-save{background:linear-gradient(135deg,#f59e0b,#d97706)}.btn-save:hover:not(:disabled){box-shadow:0 4px 12px #f59e0b4d}.btn-cancel{background:#f1f5f9;color:#475569}.btn-cancel:hover{background:#e2e8f0}.btn-delete{background:#fef2f2;color:#dc2626}.btn-delete:hover{background:#fee2e2}.seller-section{background:linear-gradient(135deg,#fef2f2,#fecaca);border:2px solid #f87171}.seller-section h2{border-bottom-color:#f87171;color:#b91c1c}.seller-section input{background:#fffc}.seller-section input:focus{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.buyer-section{background:linear-gradient(135deg,#ecfdf5,#a7f3d0);border:2px solid #34d399}.buyer-section h2{border-bottom-color:#34d399;color:#047857}.buyer-section input{background:#fffc}.buyer-section input:focus{border-color:#10b981;box-shadow:0 0 0 3px #10b9811a}.raw-section{background:linear-gradient(135deg,#f8fafc,#e2e8f0);border:2px solid #94a3b8}.raw-section h2{align-items:center;border-bottom-color:#94a3b8;color:#475569;display:flex;justify-content:space-between}.btn-toggle-raw{background:#fff;border:1px solid #cbd5e1;border-radius:6px;color:#64748b;cursor:pointer;font-size:.8rem;padding:.4rem .8rem;transition:all .2s}.btn-toggle-raw:hover{background:#f1f5f9;border-color:#94a3b8}.raw-data-container{background:#1e293b;border-radius:8px;margin-top:1rem;overflow:hidden}.raw-data-content{color:#a5f3fc;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.75rem;line-height:1.5;margin:0;max-height:500px;overflow-y:auto;padding:1rem;white-space:pre-wrap;word-break:break-word}.raw-data-content::-webkit-scrollbar{width:8px}.raw-data-content::-webkit-scrollbar-track{background:#334155}.raw-data-content::-webkit-scrollbar-thumb{background:#64748b;border-radius:4px}.no-raw-data{background:#ffffff80;border-radius:6px;color:#64748b;font-style:italic;margin-top:1rem;padding:1rem;text-align:center}@media (max-width:640px){.bodacc-edit-page{padding:1rem}.edit-header{align-items:flex-start;flex-direction:column}.form-row{grid-template-columns:1fr}.form-actions{flex-direction:column;gap:1rem}.actions-right{justify-content:flex-end;width:100%}}.pharmacy-for-sale-edit-page{background:linear-gradient(135deg,#0f172a,#1e293b 50%,#0f172a);min-height:100vh;padding:2rem}.pharmacy-for-sale-edit-page .loading-container,.user-pharmacy-edit-page .loading-container{align-items:center;color:#fff;display:flex;flex-direction:column;gap:1rem;justify-content:center;min-height:50vh}.pharmacy-for-sale-edit-page .loading-spinner,.user-pharmacy-edit-page .loading-spinner{animation:admin-pharmacy-spin 1s linear infinite;border:3px solid #fff3;border-radius:50%;border-top-color:#22c55e;height:40px;width:40px}@keyframes admin-pharmacy-spin{to{transform:rotate(1turn)}}.user-pharmacy-edit-page{background:linear-gradient(135deg,#0f172a,#1e293b 50%,#0f172a);min-height:100vh;padding:2rem}.user-pharmacy-edit-page .edit-header{align-items:center;display:flex;gap:1rem;margin:0 auto 1.5rem;max-width:1000px}.user-pharmacy-edit-page .edit-header h1{color:#fff;flex:1 1;font-size:1.5rem;font-weight:600;margin:0}.user-pharmacy-edit-page .btn-back{background:#ffffff1a;border:1px solid #fff3;border-radius:8px;color:#fff;cursor:pointer;font-size:.9rem;padding:.6rem 1rem;transition:all .2s ease}.user-pharmacy-edit-page .btn-back:hover{background:#fff3}.user-pharmacy-edit-page .status-badge{border-radius:6px;font-size:.85rem;font-weight:600;padding:.4rem .8rem}.user-pharmacy-edit-page .status-badge.draft{background:#f1f5f9;color:#64748b}.user-pharmacy-edit-page .status-badge.pending{background:#fff7ed;color:#c2410c}.user-pharmacy-edit-page .status-badge.published{background:#f0fdf4;color:#16a34a}.user-pharmacy-edit-page .status-badge.rejected{background:#fef2f2;color:#dc2626}.user-pharmacy-edit-page .price-visibility-block{border-top:1px solid #e2e8f0;margin-top:1.5rem;padding-top:1.5rem}.user-pharmacy-edit-page .price-visibility-title{color:#475569;font-size:.95rem;font-weight:600;margin:0 0 1rem}.user-pharmacy-edit-page .edit-form{background:#fff;border-radius:16px;box-shadow:0 25px 50px -12px #00000040;margin:0 auto;max-width:1000px;padding:2rem}.user-pharmacy-edit-page .form-section{border-bottom:1px solid #e2e8f0;margin-bottom:2.5rem;padding-bottom:2rem}.user-pharmacy-edit-page .form-section:last-of-type{border-bottom:none;margin-bottom:0}.user-pharmacy-edit-page .form-section h2{align-items:center;color:#1e293b;display:flex;font-size:1.1rem;font-weight:600;gap:.5rem;margin:0 0 1rem}.user-pharmacy-edit-page .section-description{color:#64748b;font-size:.9rem;margin:-.5rem 0 1rem}.user-pharmacy-edit-page .user-info-section{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem}.user-pharmacy-edit-page .user-info-card{align-items:center;display:flex;gap:1rem}.user-pharmacy-edit-page .user-avatar{align-items:center;background:linear-gradient(135deg,#6366f1,#4f46e5);border-radius:50%;color:#fff;display:flex;font-size:1.25rem;font-weight:600;height:50px;justify-content:center;width:50px}.user-pharmacy-edit-page .user-details{flex:1 1}.user-pharmacy-edit-page .user-name{color:#1e293b;font-size:1.1rem;font-weight:600}.user-pharmacy-edit-page .user-email{color:#64748b;font-size:.9rem}.user-pharmacy-edit-page .user-phone{color:#64748b;font-size:.85rem;margin-top:.25rem}.user-pharmacy-edit-page .link-section{background:linear-gradient(135deg,#f0fdf4,#dcfce7);border:2px solid #86efac;border-radius:12px;padding:1.5rem}.user-pharmacy-edit-page .link-section h2{color:#166534}.user-pharmacy-edit-page .linked-pharmacy-card{background:#fff;border:2px solid #22c55e;border-radius:10px;padding:1rem}.user-pharmacy-edit-page .linked-pharmacy-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.75rem}.user-pharmacy-edit-page .linked-badge{background:#22c55e;border-radius:20px;color:#fff;font-size:.85rem;font-weight:600;padding:.25rem .75rem}.user-pharmacy-edit-page .btn-unlink{background:#fef2f2;border:1px solid #fecaca;border-radius:6px;color:#dc2626;cursor:pointer;font-size:.85rem;padding:.4rem .8rem;transition:all .2s ease}.user-pharmacy-edit-page .btn-unlink:hover{background:#fee2e2}.user-pharmacy-edit-page .linked-pharmacy-details{display:flex;flex-direction:column;gap:.5rem}.user-pharmacy-edit-page .detail-row{color:#475569;font-size:.9rem}.user-pharmacy-edit-page .detail-row strong{color:#1e293b}.user-pharmacy-edit-page .pharmacy-search-container,.user-pharmacy-edit-page .search-input-wrapper{position:relative}.user-pharmacy-edit-page .search-input{background:#fff;border:2px solid #d1d5db;border-radius:8px;font-size:1rem;padding:.75rem 3rem .75rem 1rem;transition:all .2s ease;width:100%}.user-pharmacy-edit-page .search-input:focus{border-color:#22c55e;box-shadow:0 0 0 4px #22c55e1a;outline:none}.user-pharmacy-edit-page .search-loading{position:absolute;right:1rem;top:50%;transform:translateY(-50%)}.user-pharmacy-edit-page .search-results{background:#fff;border:2px solid #e2e8f0;border-radius:0 0 8px 8px;border-top:none;box-shadow:0 10px 25px #0000001a;left:0;max-height:300px;overflow-y:auto;right:0;top:100%;z-index:100}.user-pharmacy-edit-page .search-result-item{border-bottom:1px solid #f1f5f9;cursor:pointer;padding:.75rem 1rem;transition:background .2s ease}.user-pharmacy-edit-page .search-result-item:hover{background:#f0fdf4}.user-pharmacy-edit-page .search-result-item:last-child{border-bottom:none}.user-pharmacy-edit-page .result-main{align-items:center;display:flex;gap:.5rem;margin-bottom:.25rem}.user-pharmacy-edit-page .result-id{color:#64748b;font-size:.85rem}.user-pharmacy-edit-page .result-name{color:#1e293b;font-weight:600}.user-pharmacy-edit-page .result-location{color:#64748b;font-size:.85rem}.user-pharmacy-edit-page .no-results{background:#f8fafc;border-radius:8px;color:#64748b;margin-top:.5rem;padding:1rem;text-align:center}.user-pharmacy-edit-page .status-section{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem}.user-pharmacy-edit-page .status-actions{display:flex;flex-wrap:wrap;gap:.75rem}.user-pharmacy-edit-page .status-btn{background:#fff;border:2px solid #e2e8f0;border-radius:8px;color:#64748b;cursor:pointer;font-size:.9rem;font-weight:600;padding:.75rem 1.25rem;transition:all .2s ease}.user-pharmacy-edit-page .status-btn:hover{background:#f1f5f9;border-color:#94a3b8}.user-pharmacy-edit-page .status-btn.active{background:#6366f1;border-color:#6366f1;color:#fff}.user-pharmacy-edit-page .status-btn.published.active{background:#22c55e;border-color:#22c55e}.user-pharmacy-edit-page .status-btn.rejected.active{background:#ef4444;border-color:#ef4444}.user-pharmacy-edit-page .form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:1rem}.user-pharmacy-edit-page .form-row:last-child{margin-bottom:0}.user-pharmacy-edit-page .form-group{display:flex;flex-direction:column;gap:.5rem}.user-pharmacy-edit-page .form-group.full-width{grid-column:1/-1}.user-pharmacy-edit-page .form-group label{color:#475569;font-size:.85rem;font-weight:600;letter-spacing:.025em;text-transform:uppercase}.user-pharmacy-edit-page .form-group input,.user-pharmacy-edit-page .form-group select,.user-pharmacy-edit-page .form-group textarea{background:#f8fafc;border:2px solid #e2e8f0;border-radius:8px;color:#1e293b;font-size:1rem;padding:.75rem 1rem;transition:all .2s ease}.user-pharmacy-edit-page .form-group input:focus,.user-pharmacy-edit-page .form-group select:focus,.user-pharmacy-edit-page .form-group textarea:focus{background:#fff;border-color:#22c55e;box-shadow:0 0 0 4px #22c55e1a;outline:none}.user-pharmacy-edit-page .form-group textarea{font-family:inherit;min-height:100px;resize:vertical}.user-pharmacy-edit-page .form-group select{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2364748b'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m19 9-7 7-7-7'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;background-size:1.25rem;cursor:pointer;padding-right:2.5rem}.user-pharmacy-edit-page .checkbox-group label{align-items:center;color:#475569;cursor:pointer;display:flex;font-weight:500;gap:.5rem;text-transform:none}.user-pharmacy-edit-page .checkbox-group input[type=checkbox]{cursor:pointer;height:18px;width:18px}.pharmacy-for-sale-edit-page .form-hint,.user-pharmacy-edit-page .form-hint{color:#94a3b8;display:block;font-size:.85rem;margin-top:4px}.user-pharmacy-edit-page .checkboxes-grid{grid-gap:.75rem;background:#f8fafc;border-radius:8px;display:grid;gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));margin-top:1rem;padding:1rem}.user-pharmacy-edit-page .checkbox-item{align-items:center;color:#475569;cursor:pointer;display:flex;font-size:.9rem;gap:.5rem}.user-pharmacy-edit-page .checkbox-item input[type=checkbox]{cursor:pointer;height:18px;width:18px}.user-pharmacy-edit-page .form-actions{align-items:center;border-top:2px solid #e2e8f0;display:flex;justify-content:space-between;margin-top:2rem;padding-top:2rem}.user-pharmacy-edit-page .actions-right{display:flex;gap:1rem}.user-pharmacy-edit-page .btn-delete{background:#fef2f2;border:2px solid #fecaca;border-radius:8px;color:#dc2626;cursor:pointer;font-size:1rem;font-weight:600;padding:.85rem 1.75rem;transition:all .2s ease}.user-pharmacy-edit-page .btn-delete:hover{background:#fee2e2;border-color:#f87171}.user-pharmacy-edit-page .btn-cancel{background:#f1f5f9;border:2px solid #e2e8f0;border-radius:8px;color:#475569;cursor:pointer;font-size:1rem;font-weight:600;padding:.85rem 1.75rem;transition:all .2s ease}.user-pharmacy-edit-page .btn-cancel:hover{background:#e2e8f0;border-color:#cbd5e1}.user-pharmacy-edit-page .btn-save{background:linear-gradient(135deg,#22c55e,#16a34a);border:none;border-radius:8px;box-shadow:0 4px 14px #22c55e40;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.85rem 2rem;transition:all .2s ease}.user-pharmacy-edit-page .btn-save:hover:not(:disabled){box-shadow:0 6px 20px #22c55e59;transform:translateY(-2px)}.user-pharmacy-edit-page .btn-save:disabled{cursor:not-allowed;opacity:.6;transform:none}@media (max-width:768px){.pharmacy-for-sale-edit-page,.user-pharmacy-edit-page{padding:1rem}.user-pharmacy-edit-page .edit-header{flex-wrap:wrap}.user-pharmacy-edit-page .edit-header h1{font-size:1.25rem;margin-top:.5rem;order:3;width:100%}.user-pharmacy-edit-page .edit-form{padding:1.5rem}.user-pharmacy-edit-page .form-row{grid-template-columns:1fr}.user-pharmacy-edit-page .status-actions{flex-direction:column}.user-pharmacy-edit-page .status-btn{text-align:center;width:100%}.user-pharmacy-edit-page .form-actions{flex-direction:column;gap:1rem}.user-pharmacy-edit-page .actions-right{flex-direction:column;width:100%}.user-pharmacy-edit-page .btn-cancel,.user-pharmacy-edit-page .btn-delete,.user-pharmacy-edit-page .btn-save{text-align:center;width:100%}}.user-pharmacy-edit-page .files-list-admin{margin-top:1rem}.user-pharmacy-edit-page .files-grid-admin{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));margin-top:1rem}.user-pharmacy-edit-page .file-card-admin{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:1rem;position:relative;transition:all .2s}.user-pharmacy-edit-page .file-card-admin:hover{border-color:#0d9488;box-shadow:0 2px 8px #0000001a}.user-pharmacy-edit-page .file-preview-admin{align-items:center;background:#f8fafc;border-radius:6px;display:flex;height:120px;justify-content:center;margin-bottom:.75rem;overflow:hidden;width:100%}.user-pharmacy-edit-page .file-preview-admin img{height:100%;object-fit:cover;width:100%}.user-pharmacy-edit-page .file-preview-icon-admin{align-items:center;display:flex;font-size:2.5rem;justify-content:center;opacity:.5}.user-pharmacy-edit-page .file-info-admin{display:flex;flex-direction:column;gap:.25rem}.user-pharmacy-edit-page .file-name-admin{color:#1e293b;font-size:.875rem;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-pharmacy-edit-page .file-meta-admin{align-items:center;color:#64748b;display:flex;font-size:.75rem;gap:.5rem}.user-pharmacy-edit-page .file-size-admin{color:#64748b}.user-pharmacy-edit-page .file-category-admin{background:#e0f2fe;border-radius:4px;color:#0369a1;font-size:.7rem;padding:.125rem .5rem}.user-pharmacy-edit-page .file-actions-admin{display:flex;gap:.25rem;position:absolute;right:.5rem;top:.5rem}.user-pharmacy-edit-page .file-action-btn-admin{align-items:center;background:#ffffffe6;border:none;border-radius:6px;box-shadow:0 1px 3px #0000001a;cursor:pointer;display:flex;font-size:.875rem;height:28px;justify-content:center;transition:all .2s;width:28px}.user-pharmacy-edit-page .file-action-btn-admin:hover{background:#fff;box-shadow:0 2px 6px #00000026;transform:scale(1.05)}.user-pharmacy-edit-page .file-action-btn-admin.download:hover{background:#e0f2fe}.user-pharmacy-edit-page .file-action-btn-admin.delete:hover{background:#fee2e2}.user-pharmacy-edit-page .subsection-title{border-bottom:1px solid #e2e8f0;color:#374151;font-size:.95rem;font-weight:600;margin:1.5rem 0 1rem;padding-bottom:.5rem}.user-pharmacy-edit-page .subsection-title:first-of-type{margin-top:0}.user-pharmacy-edit-page .ca-grid{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(5,1fr);margin-bottom:1rem}.user-pharmacy-edit-page .ca-grid.ca-grid-4{grid-template-columns:repeat(4,1fr)}.user-pharmacy-edit-page .ca-grid .form-group{display:flex;flex-direction:column;gap:.4rem}.user-pharmacy-edit-page .ca-grid .form-group label{background:#f1f5f9;border-radius:6px 6px 0 0;color:#475569;font-size:.8rem;font-weight:600;margin:0;padding:.4rem;text-align:center}.user-pharmacy-edit-page .ca-grid .form-group input{border:1px solid #e2e8f0;border-radius:0 0 6px 6px;font-size:.9rem;padding:.6rem .75rem;text-align:right}.user-pharmacy-edit-page .ca-grid .form-group input:focus{border-color:#22c55e;box-shadow:0 0 0 2px #22c55e1a;outline:none}@media (max-width:1024px){.user-pharmacy-edit-page .ca-grid{grid-template-columns:repeat(3,1fr)}.user-pharmacy-edit-page .ca-grid.ca-grid-4{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.user-pharmacy-edit-page .ca-grid,.user-pharmacy-edit-page .ca-grid.ca-grid-4{grid-template-columns:repeat(2,1fr)}}.admin-page-edit{background:#f8fafc;min-height:100vh;padding:2rem}.loading-container{min-height:400px}.edit-header{margin:0 auto 2rem;max-width:1400px}.btn-back{display:inline-flex}.edit-header h1{color:#fff;font-size:1.75rem;font-weight:700;margin:0}.error-banner{align-items:center;background:#fef2f2;border:1px solid #fecaca;border-radius:12px;color:#dc2626;display:flex;gap:.75rem;margin:0 auto 1.5rem;max-width:1400px;padding:1rem 1.25rem}.error-banner .error-icon{font-size:1.25rem}.error-banner button{background:none;border:none;color:#dc2626;cursor:pointer;font-size:1.25rem;margin-left:auto}.edit-form{margin:0 auto;max-width:1400px}.form-layout{grid-gap:2rem;align-items:start;display:grid;gap:2rem;grid-template-columns:1fr 340px}.form-main{display:flex;flex-direction:column;gap:1.5rem}.form-group label{color:#1e293b}.form-group input[type=number],.form-group input[type=text],.form-group textarea{background:#fff;border:1px solid #e2e8f0;border-radius:8px;font-size:1rem;padding:.75rem 1rem;transition:border-color .2s,box-shadow .2s}.form-group input:focus,.form-group textarea:focus{border-color:#22c55e;box-shadow:0 0 0 3px #22c55e26;outline:none}.form-hint code{background:#f1f5f9;border-radius:4px;font-size:.75rem;padding:.15rem .4rem}.char-count{color:#94a3b8;font-size:.75rem;text-align:right}.slug-input-wrapper{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;display:flex;overflow:hidden}.slug-prefix{background:#f8fafc;border-right:1px solid #e2e8f0;color:#64748b;font-family:monospace;font-size:.9rem;padding:.75rem .5rem .75rem 1rem}.slug-input-wrapper input{border:none!important;border-radius:0!important;flex:1 1;font-family:monospace}.slug-input-wrapper input:focus{box-shadow:none!important}.wysiwyg-editor{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden}.wysiwyg-toolbar{background:#f8fafc;border-bottom:1px solid #e2e8f0;flex-wrap:wrap;padding:.75rem}.toolbar-group,.wysiwyg-toolbar{display:flex;gap:.25rem}.toolbar-separator{background:#e2e8f0;margin:0 .5rem;width:1px}.wysiwyg-toolbar button{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:6px;color:#475569;cursor:pointer;display:flex;font-size:.85rem;justify-content:center;min-width:36px;padding:.5rem .75rem;transition:all .15s}.wysiwyg-toolbar button:hover{background:#f1f5f9;border-color:#cbd5e1}.wysiwyg-toolbar button.active,.wysiwyg-toolbar button:active{background:#22c55e;border-color:#22c55e;color:#fff}.wysiwyg-content{color:#1e293b;direction:ltr;font-size:1rem;line-height:1.7;max-height:600px;min-height:400px;overflow-y:auto;padding:1.5rem;text-align:left;unicode-bidi:normal}.wysiwyg-content:focus{outline:none}.wysiwyg-content:empty:before{color:#94a3b8;content:attr(data-placeholder);pointer-events:none}.wysiwyg-content h1{color:#0f172a;font-size:2rem;font-weight:700;margin:1rem 0}.wysiwyg-content h2{color:#1e293b;font-size:1.5rem;font-weight:600;margin:.875rem 0}.wysiwyg-content h3{color:#334155;font-size:1.25rem;font-weight:600;margin:.75rem 0}.wysiwyg-content p{margin:.5rem 0}.wysiwyg-content ol,.wysiwyg-content ul{margin:.5rem 0;padding-left:1.5rem}.wysiwyg-content li{margin:.25rem 0}.wysiwyg-content a{color:#22c55e;text-decoration:underline}.wysiwyg-content img{border-radius:8px;height:auto;margin:1rem 0;max-width:100%}.wysiwyg-source{background:#0f172a;border:none;color:#e2e8f0;direction:ltr;font-family:Monaco,Consolas,monospace;font-size:.9rem;line-height:1.6;min-height:400px;padding:1.5rem;resize:vertical;text-align:left;width:100%}.wysiwyg-source:focus{outline:none}.form-sidebar{display:flex;flex-direction:column;gap:1.5rem;position:-webkit-sticky;position:sticky;top:2rem}.sidebar-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 2px 8px #0000000a;padding:1.25rem}.sidebar-card h3{border-bottom:1px solid #f1f5f9;color:#1e293b;font-size:.95rem;font-weight:600;margin:0 0 1rem;padding-bottom:.75rem}.checkbox-group{display:flex;flex-direction:column;gap:.75rem}.checkbox-label{align-items:flex-start;cursor:pointer;display:flex;gap:.75rem}.checkbox-label input[type=checkbox]{accent-color:#22c55e;cursor:pointer;height:18px;margin-top:2px;width:18px}.checkbox-text{display:flex;flex-direction:column;gap:.15rem}.checkbox-text strong{color:#1e293b;font-size:.9rem;font-weight:500}.checkbox-text small{color:#64748b;font-size:.75rem}.sidebar-card .form-group{margin-top:1rem}.sidebar-card .form-group label{font-size:.85rem;font-weight:500}.sidebar-card input[type=number],.sidebar-card input[type=text],.sidebar-card textarea{font-size:.9rem;padding:.6rem .875rem}.sidebar-actions{display:flex;flex-direction:column;gap:.75rem}.btn-save{background:linear-gradient(135deg,#22c55e,#16a34a);border-radius:10px;box-shadow:0 4px 12px #22c55e4d;font-size:1rem;padding:.875rem 1.5rem}.btn-save:hover:not(:disabled){box-shadow:0 6px 16px #22c55e66;transform:translateY(-1px)}.btn-cancel{background:#fff;border:1px solid #e2e8f0;border-radius:10px;color:#64748b;cursor:pointer;font-size:.95rem;font-weight:500;padding:.75rem 1.5rem;transition:all .2s}.btn-cancel:hover{background:#f1f5f9;color:#1e293b}@media (max-width:1024px){.form-layout{grid-template-columns:1fr}.form-sidebar{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(2,1fr);position:static}.sidebar-actions{flex-direction:row;grid-column:span 2}.btn-cancel,.btn-save{flex:1 1}}@media (max-width:640px){.admin-page-edit{padding:1rem}.form-sidebar{grid-template-columns:1fr}.sidebar-actions{flex-direction:column;grid-column:span 1}.wysiwyg-toolbar{padding:.5rem}.toolbar-separator{display:none}.wysiwyg-content{min-height:300px;padding:1rem}}.admin-estimation-detail{background:linear-gradient(135deg,#0f172a,#1e293b 50%,#0f172a);min-height:100vh;padding:2rem}.estimation-detail-container{background:#fff;border-radius:16px;box-shadow:0 25px 50px -12px #00000040;margin:0 auto;max-width:900px;overflow:hidden}.estimation-detail-header{align-items:center;background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;display:flex;gap:1.5rem;padding:1.5rem 2rem}.estimation-detail-header .btn-back{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#fff3;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:500;padding:.6rem 1rem;transition:all .2s ease}.estimation-detail-header .btn-back:hover{background:#ffffff4d;transform:translateX(-2px)}.estimation-detail-header h1{flex:1 1;font-size:1.5rem;font-weight:600;margin:0}.estimation-detail-header .header-meta{background:#fff3;border-radius:6px;font-size:.85rem;font-weight:500;padding:.4rem .8rem}.estimation-detail-body{padding:2rem}.detail-section{border-bottom:1px solid #e2e8f0;margin-bottom:2rem;padding-bottom:2rem}.detail-section:last-of-type{border-bottom:none;margin-bottom:0;padding-bottom:0}.detail-section h2{align-items:center;border-bottom:2px solid #86efac;color:#166534;display:flex;font-size:1.1rem;font-weight:700;gap:.5rem;margin:0 0 1.25rem;padding-bottom:.75rem}.detail-grid{grid-gap:1rem 2rem;display:grid;gap:1rem 2rem;grid-template-columns:repeat(2,1fr)}.detail-field{display:flex;flex-direction:column;gap:.35rem}.detail-field.full-width{grid-column:1/-1}.detail-field label{color:#64748b;font-size:.8rem;font-weight:600;letter-spacing:.03em;text-transform:uppercase}.detail-field .value{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;color:#1e293b;display:flex;font-size:1rem;font-weight:500;min-height:2.75rem;padding:.65rem 1rem}.detail-field .value.price-highlight{background:linear-gradient(135deg,#f0fdf4,#dcfce7);border-color:#86efac;color:#15803d;font-size:1.35rem;font-weight:700}.detail-field .value.muted{color:#94a3b8;font-style:italic}.detail-actions{border-top:1px solid #e2e8f0;display:flex;flex-wrap:wrap;gap:1rem;margin-top:2rem;padding-top:1.5rem}.btn-danger-outline{background:#fef2f2;border:2px solid #ef4444;border-radius:8px;color:#b91c1c;cursor:pointer;font-weight:600;padding:.65rem 1.25rem;transition:all .2s}.btn-danger-outline:hover{background:#fecaca}.loading-container{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center;padding:4rem}.loading-spinner{animation:spin 1s linear infinite;border:3px solid #e2e8f0;border-radius:50%;border-top-color:#22c55e;height:40px;width:40px}@keyframes spin{to{transform:rotate(1turn)}}@media (max-width:640px){.detail-grid{grid-template-columns:1fr}.estimation-detail-header{flex-wrap:wrap}}.contact-message-block{background:#f8fafc;border:1px solid #e2e8f0;border-left:3px solid #16a34a;border-radius:8px;margin-top:16px;padding:14px 16px}.contact-message-label{color:#16a34a;font-size:11px;font-weight:700;letter-spacing:.05em;margin-bottom:6px;text-transform:uppercase}.contact-message-body{color:#0f172a;font-size:14px;line-height:1.55;white-space:pre-wrap}.expert-edit-page{background:#f8fafc;min-height:100vh}.expert-edit-container{margin:0 auto;max-width:1280px;padding:24px}.expert-edit-header{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;gap:16px;margin-bottom:24px;padding-bottom:16px}.btn-back{background:#fff;font-size:13px;padding:8px 14px;transition:background .15s ease}.btn-back:hover{background:#f1f5f9}.header-title-input{background:#0000;border:1px solid #0000;border-radius:8px;color:#0f172a;flex:1 1;font-family:inherit;font-size:20px;font-weight:700;padding:10px 14px;transition:background .15s ease,border-color .15s ease}.header-title-input:hover{background:#fff}.header-title-input:focus{background:#fff;border-color:#16a34a;outline:none}.save-status{font-feature-settings:"tnum";color:#64748b;font-size:12px;font-variant-numeric:tabular-nums;white-space:nowrap}.save-status.saving{color:#d97706}.expert-edit-layout{grid-gap:24px;align-items:start;display:grid;gap:24px;grid-template-columns:minmax(0,1fr) 380px}@media (max-width:1024px){.expert-edit-layout{grid-template-columns:1fr}}.expert-edit-form{display:flex;flex-direction:column;gap:16px;min-width:0}.section-nav{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#f8fafceb;border-bottom:1px solid #e2e8f0;display:flex;gap:6px;margin-bottom:16px;overflow-x:auto;padding:12px 0;position:-webkit-sticky;position:sticky;scrollbar-width:thin;top:0;z-index:10}.section-nav-item{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:999px;color:#475569;cursor:pointer;display:inline-flex;font-family:inherit;font-size:13px;font-weight:600;gap:8px;padding:7px 14px 7px 7px;transition:border-color .15s ease,color .15s ease,transform .1s ease;white-space:nowrap}.section-nav-item:hover{border-color:#16a34a;color:#16a34a}.nav-num{align-items:center;background:#f1f5f9;border-radius:50%;color:#94a3b8;display:inline-flex;font-size:11px;font-weight:700;height:22px;justify-content:center;transition:background .15s ease,color .15s ease;width:22px}.section-nav-item.status-partial .nav-num{background:#fef3c7;color:#92400e}.section-nav-item.status-complete .nav-num{background:#16a34a;color:#fff}.section-nav-item.status-complete{border-color:#bbf7d0}.form-section{border:1px solid #e2e8f0;padding:20px}.section-head{flex-wrap:wrap;gap:16px;justify-content:space-between;margin-bottom:12px}.form-section h2,.section-head{align-items:center;display:flex}.form-section h2{color:#0f172a;font-size:16px;font-weight:700;gap:10px;margin:0}.section-num{font-feature-settings:"tnum";align-items:center;background:#0f172a;border-radius:50%;color:#fff;display:inline-flex;font-size:12px;font-weight:700;height:22px;justify-content:center;width:22px}.section-hint{color:#64748b;font-size:13px;line-height:1.5;margin:-6px 0 14px}.form-row{grid-gap:12px;gap:12px;grid-template-columns:repeat(2,1fr);margin-bottom:10px}.form-row label.full{grid-column:1/-1}.exercice-grid label,.form-row label{color:#334155;display:flex;flex-direction:column;font-size:12px;font-weight:600;gap:4px}.exercice-grid input,.exercice-grid select,.form-row input,.form-row select,textarea{background:#fff;border:1px solid #cbd5e1;border-radius:8px;color:#0f172a;font-family:inherit;font-size:14px;font-weight:400;padding:9px 12px;transition:border-color .15s ease,box-shadow .15s ease}.exercice-grid input:focus,.exercice-grid select:focus,.form-row input:focus,.form-row select:focus,textarea:focus{border-color:#16a34a;box-shadow:0 0 0 3px #16a34a1a;outline:none}textarea{font-family:inherit;resize:vertical;width:100%}.field-help{color:#94a3b8;font-size:11px;font-weight:400;margin-top:2px}.pharmacy-search-compact{flex:0 1 320px;min-width:280px;position:relative}.pharmacy-search-input-compact{background:#f8fafc;border:1px solid #cbd5e1;border-radius:8px;color:#0f172a;font-family:inherit;font-size:13px;padding:8px 12px;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease;width:100%}.pharmacy-search-input-compact:focus{background:#fff;border-color:#16a34a;box-shadow:0 0 0 3px #16a34a1a;outline:none}.pharmacy-results{background:#fff;border:1px solid #cbd5e1;border-radius:10px;box-shadow:0 14px 32px -10px #0f172a2e;left:auto;list-style:none;margin:0;max-height:320px;min-width:100%;overflow-y:auto;padding:6px;position:absolute;right:0;top:calc(100% + 6px);z-index:30}.pharmacy-result{border-radius:7px;cursor:pointer;display:flex;flex-direction:column;gap:2px;padding:9px 12px;transition:background .1s ease}.pharmacy-result:hover{background:#f0fdf4}.pharmacy-result.empty{color:#94a3b8;cursor:default;font-style:italic}.pharmacy-result.empty:hover{background:#0000}.pharmacy-result-main{align-items:baseline;display:flex;font-size:14px;gap:8px}.pharmacy-result-main strong{color:#0f172a;font-weight:600}.pharmacy-result-meta{font-feature-settings:"tnum";color:#64748b;font-size:12px;font-variant-numeric:tabular-nums}.pharmacy-result-addr{color:#94a3b8;font-size:12px}.pharmacy-result-dirigeants{color:#16a34a;font-size:12px;font-weight:500;margin-top:2px}.result-empty{background:#f8fafc;border:1px dashed #cbd5e1;border-radius:14px;color:#64748b;padding:28px 20px;text-align:center}.result-empty-icon{font-size:36px;margin-bottom:12px;opacity:.6}.result-empty h3{color:#334155;font-size:15px;font-weight:700;margin:0 0 8px}.result-empty p{color:#64748b;font-size:13px;line-height:1.55;margin:0 0 16px}.result-empty strong{color:#0f172a;font-weight:600}.btn-jump{background:#16a34a;border:none;border-radius:8px;color:#fff;cursor:pointer;font-family:inherit;font-size:13px;font-weight:600;padding:8px 16px;transition:background .15s ease}.btn-jump:hover{background:#15803d}.linked-pharmacy{align-items:center;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:10px;display:flex;gap:12px;margin-bottom:14px;padding:12px 14px}.linked-pill{background:#fff;border:1px solid #bbf7d0;border-radius:999px;color:#15803d;font-size:11px;font-weight:700;letter-spacing:.02em;padding:3px 9px}.linked-name{color:#0f172a;flex:1 1;font-size:14px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.btn-unlink{background:#0000;border:1px solid #fecaca;border-radius:6px;color:#b91c1c;cursor:pointer;font-family:inherit;font-size:12px;font-weight:600;padding:5px 11px}.btn-unlink:hover{background:#fef2f2}.date-field{align-items:stretch;display:flex;gap:4px}.date-field-text{font-feature-settings:"tnum";background:#fff;border:1px solid #cbd5e1;border-radius:8px;color:#0f172a;flex:1 1;font-family:inherit;font-size:14px;font-variant-numeric:tabular-nums;min-width:0;padding:9px 12px;transition:border-color .15s ease,box-shadow .15s ease}.date-field-text:focus{border-color:#16a34a;box-shadow:0 0 0 3px #16a34a1a;outline:none}.date-field-picker{background:#f8fafc;border:1px solid #cbd5e1;border-radius:8px;color:#0000;cursor:pointer;flex-shrink:0;font-family:inherit;font-size:14px;padding:0;position:relative;width:40px}.date-field-picker::-webkit-calendar-picker-indicator{cursor:pointer;display:block;margin:0 auto;opacity:.7}.date-field-picker:hover{background:#f0fdf4;border-color:#bbf7d0}.date-field-picker:hover::-webkit-calendar-picker-indicator{opacity:1}.exercice-tabs{border-bottom:1px solid #e2e8f0;display:flex;gap:4px;margin-bottom:14px}.exercice-tab{background:#0000;border:none;border-bottom:2px solid #0000;color:#64748b;cursor:pointer;font-family:inherit;font-size:13px;font-weight:600;margin-bottom:-1px;padding:8px 16px;transition:color .15s ease,border-color .15s ease}.exercice-tab:hover{color:#16a34a}.exercice-tab.active{border-bottom-color:#16a34a;color:#16a34a}.exercice-panel{display:flex;flex-direction:column;gap:8px}.exercice-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,1fr);margin-top:8px}@media (max-width:640px){.exercice-grid{grid-template-columns:1fr}}.charges-anormales{border-top:1px dashed #e2e8f0;margin-top:14px;padding-top:14px}.charges-anormales-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px}.charges-anormales-header h3{color:#334155;font-size:13px;font-weight:700;margin:0}.btn-add{background:#ecfdf5;border:1px solid #bbf7d0;border-radius:6px;color:#15803d;cursor:pointer;font-family:inherit;font-size:12px;font-weight:600;padding:5px 10px}.btn-add:hover{background:#d1fae5}.charge-anormale-row{grid-gap:8px;display:grid;gap:8px;grid-template-columns:1fr 160px 32px;margin-bottom:6px}.charge-anormale-row input{border:1px solid #cbd5e1;border-radius:6px;font-size:13px;padding:7px 10px}.btn-remove{background:#fef2f2;border:1px solid #fecaca;border-radius:6px;color:#b91c1c;cursor:pointer;font-size:12px}.btn-remove:hover{background:#fee2e2}.muted{color:#94a3b8;font-size:13px;font-style:italic}.expert-result-aside{display:flex;flex-direction:column;gap:16px;position:-webkit-sticky;position:sticky;top:24px}.result-block{background:linear-gradient(160deg,#ecfdf5,#f0fdf4);border:1px solid #bbf7d0;border-radius:14px;box-shadow:0 4px 14px -6px #16a34a2e;padding:24px 20px}.result-eyebrow{color:#15803d;font-size:11px;font-weight:700;letter-spacing:.08em;margin-bottom:8px;text-transform:uppercase}.result-price{font-feature-settings:"tnum";color:#0a3d2a;font-size:32px;font-variant-numeric:tabular-nums;font-weight:800;letter-spacing:-.02em;line-height:1.1;margin-bottom:8px}.result-range{color:#475569;font-size:13px;margin-bottom:14px}.result-range strong{font-feature-settings:"tnum";color:#0f172a;font-variant-numeric:tabular-nums;font-weight:600}.result-meta{border-top:1px solid #16a34a2e;display:flex;flex-direction:column;gap:6px;padding-top:12px}.result-meta>div{display:flex;font-size:13px;justify-content:space-between}.result-meta span{color:#64748b}.result-meta strong{font-feature-settings:"tnum";color:#0f172a;font-variant-numeric:tabular-nums;font-weight:600}.result-detail{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:16px}.result-detail h3{color:#64748b;font-size:13px;font-weight:700;letter-spacing:.05em;margin:0 0 10px;text-transform:uppercase}.niveau-card{background:#f8fafc;border:1px solid #f1f5f9;border-radius:8px;margin-bottom:12px;padding:10px 12px}.niveau-card.empty{opacity:.5}.niveau-title{color:#334155;font-size:12px;font-weight:600;margin-bottom:8px}.niveau-empty{color:#94a3b8;font-size:12px;font-style:italic}.niveau-card table{border-collapse:collapse;font-size:12px;width:100%}.niveau-card td{color:#475569;padding:4px 0}.niveau-card td.num{font-feature-settings:"tnum";color:#0f172a;font-variant-numeric:tabular-nums;font-weight:600;text-align:right}.niveau-card td.coef{font-feature-settings:"tnum";color:#94a3b8;font-size:11px;font-variant-numeric:tabular-nums;text-align:right;width:50px}.niveau-card tr.moy{border-top:1px solid #e2e8f0}.niveau-card tr.moy td{color:#15803d;font-weight:700;padding-top:6px}.loading-state{color:#64748b;padding:80px 20px;text-align:center}.header{background-color:#fff;box-shadow:0 2px 10px #00000014;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.header-container{justify-content:space-between;margin:0 auto;max-width:1400px;padding:.875rem 2rem}.header-container,.logo{align-items:center;display:flex}.logo{color:#2c3e50;gap:.8rem;text-decoration:none;z-index:1001}.logo-img{height:45px;object-fit:contain;width:auto}.nav,.nav-links{align-items:center;display:flex}.nav-links{gap:1rem}.nav-link{align-items:center;border-radius:8px;color:#334155;display:flex;font-size:.95rem;font-weight:500;gap:.5rem;padding:.6rem 1rem;text-decoration:none;transition:all .2s ease}.nav-icon{display:none}.nav-link:hover{background:#f0fdf4;color:#16a34a}.btn-estimate{background:linear-gradient(135deg,#22c55e,#16a34a);border-radius:50px;box-shadow:0 4px 15px #22c55e40;color:#fff!important;font-weight:600;padding:.7rem 1.25rem;transition:all .3s ease}.btn-estimate:hover{background:linear-gradient(135deg,#16a34a,#15803d);box-shadow:0 6px 20px #22c55e59;color:#fff!important;transform:translateY(-2px)}.btn-account{background:linear-gradient(135deg,#0d9488,#06b6d4);border-radius:50px;box-shadow:0 4px 15px #0d948840;color:#fff!important;font-weight:600;padding:.7rem 1.25rem;transition:all .3s ease}.btn-account:hover{background:linear-gradient(135deg,#0f766e,#0891b2);box-shadow:0 6px 20px #0d948859;color:#fff!important;transform:translateY(-2px)}.hamburger,.nav-contact{display:none}.hamburger{align-items:center;background:#0000;border:none;border-radius:10px;cursor:pointer;flex-direction:column;height:44px;justify-content:center;padding:0;transition:background .2s ease;width:44px;z-index:1001}.hamburger:hover{background:#f1f5f9}.hamburger-line{background:#334155;border-radius:2px;display:block;height:2.5px;margin:2.5px 0;transition:all .3s ease;width:24px}.hamburger.active .hamburger-line:first-child{transform:rotate(45deg) translate(5px,5px)}.hamburger.active .hamburger-line:nth-child(2){opacity:0;transform:translateX(-10px)}.hamburger.active .hamburger-line:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.nav-overlay{display:none}@media (max-width:1024px){.nav-links{gap:.5rem}.nav-link{font-size:.9rem;padding:.5rem .75rem}.btn-estimate{padding:.6rem 1rem}}@media (max-width:900px){.hamburger{display:flex}.nav{background:#fff;box-shadow:-10px 0 40px #00000026;flex-direction:column;height:100vh;justify-content:flex-start;max-width:380px;overflow-y:auto;padding:6rem 2rem 2rem;position:fixed;right:-100%;top:0;transition:right .35s cubic-bezier(.4,0,.2,1);width:85%;z-index:1000}.nav.open{right:0}.nav-links{flex-direction:column;gap:.5rem;width:100%}.nav-link{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;font-size:1.05rem;justify-content:flex-start;padding:1rem 1.25rem;width:100%}.nav-icon{display:inline-block;font-size:1.25rem}.nav-link:active,.nav-link:hover{background:#f0fdf4;border-color:#bbf7d0}.btn-estimate{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;box-shadow:none;color:#334155!important;font-size:1.05rem;justify-content:flex-start;margin-top:0;padding:1rem 1.25rem;transform:none;width:100%}.btn-estimate:active,.btn-estimate:hover{background:#f0fdf4;border-color:#bbf7d0;box-shadow:none;color:#16a34a!important;transform:none}.nav-contact{border-top:1px solid #e2e8f0;flex-direction:column;margin-top:auto;padding-top:2rem;width:100%}.nav-contact,.nav-phone{align-items:center;display:flex;gap:.5rem}.nav-phone{background:#f0fdf4;border-radius:50px;color:#16a34a;font-size:1.2rem;font-weight:700;padding:.75rem 1.5rem;text-decoration:none;transition:all .2s ease}.nav-phone:hover{background:#dcfce7}.nav-hours{color:#64748b;font-size:.85rem}.nav-overlay{animation:fade-in .3s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f172a80;display:block;height:100%;left:0;position:fixed;top:0;width:100%;z-index:999}@keyframes fade-in{0%{opacity:0}to{opacity:1}}}@media (max-width:480px){.header-container{padding:.75rem 1rem}.logo-img{height:38px}.nav{max-width:none;padding:5rem 1.25rem 1.5rem;width:100%}.nav-link{font-size:1rem;padding:.9rem 1rem}.btn-estimate{font-size:1rem;padding:1rem 1.25rem}}.footer-premium{background:#0a0f1a;color:#fff;margin-top:0;overflow:hidden;position:relative}.footer-bg{inset:0;pointer-events:none;position:absolute}.footer-gradient{background:linear-gradient(90deg,#0000,#22c55e80,#0000);height:1px;left:0;position:absolute;right:0;top:0}.footer-pattern{background-image:radial-gradient(circle at 20% 80%,#22c55e08 0,#0000 50%),radial-gradient(circle at 80% 20%,#10b98108 0,#0000 50%);inset:0;position:absolute}.footer-main{padding:5rem 0 3rem}.footer-container{margin:0 auto;max-width:1300px;padding:0 2rem}.footer-main .footer-container{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1.5fr 2fr 1.5fr}.footer-brand{display:flex;flex-direction:column}.footer-logo-link{display:inline-block;margin-bottom:1.5rem;text-decoration:none}.footer-logo{gap:.75rem}.footer-logo,.logo-icon{align-items:center;display:flex}.logo-icon{background:linear-gradient(135deg,#22c55e26,#10b98114);border:1px solid #22c55e33;border-radius:10px;color:#22c55e;height:40px;justify-content:center;padding:.5rem;width:40px}.logo-icon svg{height:24px;width:24px}.logo-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#4ade80);-webkit-background-clip:text;background-clip:text;font-size:1.75rem;font-weight:800}.footer-tagline{color:#fff9;font-size:.95rem;line-height:1.7;margin-bottom:2rem}.footer-social{display:flex;gap:.75rem}.social-link{align-items:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;color:#ffffffb3;display:flex;height:44px;justify-content:center;transition:all .3s ease;width:44px}.social-link svg{height:20px;width:20px}.social-link:hover{background:#22c55e26;border-color:#22c55e4d;color:#4ade80;transform:translateY(-3px)}.footer-links-group{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}.footer-title{color:#ffffffe6;font-size:.85rem;font-weight:700;letter-spacing:1px;margin-bottom:1.5rem;padding-bottom:.75rem;position:relative;text-transform:uppercase}.footer-title:after{background:linear-gradient(90deg,#22c55e,#0000);border-radius:2px;bottom:0;content:"";height:2px;left:0;position:absolute;width:30px}.footer-links{list-style:none;margin:0;padding:0}.footer-links li{margin-bottom:.75rem}.footer-links a{align-items:center;color:#fff9;display:inline-flex;font-size:.95rem;gap:.5rem;text-decoration:none;transition:all .3s ease}.footer-links a:hover{color:#4ade80;transform:translateX(5px)}.footer-links a:before{background:#4ade80;content:"";height:2px;transition:width .3s ease;width:0}.footer-links a:hover:before{width:10px}.footer-contact{display:flex;flex-direction:column}.footer-contact-text{color:#fff9;font-size:.9rem;line-height:1.6;margin-bottom:1.25rem}.footer-newsletter{margin-bottom:2rem}.newsletter-input-wrapper{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:14px;display:flex;overflow:hidden;transition:all .3s ease}.newsletter-input-wrapper:focus-within{border-color:#22c55e80;box-shadow:0 0 0 3px #22c55e1a}.newsletter-input{background:#0000;border:none;color:#fff;flex:1 1;font-size:.95rem;outline:none;padding:1rem 1.25rem}.newsletter-input::placeholder{color:#fff6}.newsletter-btn{align-items:center;background:linear-gradient(135deg,#22c55e,#16a34a);border:none;cursor:pointer;display:flex;justify-content:center;padding:1rem 1.25rem;transition:all .3s ease}.newsletter-btn svg{color:#fff;height:20px;width:20px}.newsletter-btn:hover{background:linear-gradient(135deg,#16a34a,#15803d)}.newsletter-success{animation:fadeIn .3s ease;color:#4ade80;display:block;font-size:.85rem;margin-top:.75rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.footer-phone{align-items:center;background:#ffffff08;border:1px solid #ffffff14;border-radius:14px;display:flex;gap:1rem;padding:1.25rem;transition:all .3s ease}.footer-phone:hover{background:#ffffff0d;border-color:#22c55e33}.phone-icon{align-items:center;background:linear-gradient(135deg,#22c55e33,#10b9811a);border-radius:12px;display:flex;flex-shrink:0;height:48px;justify-content:center;width:48px}.phone-icon svg{color:#4ade80;height:22px;width:22px}.phone-content{display:flex;flex-direction:column}.phone-number{color:#fff;font-size:1.15rem;font-weight:700;text-decoration:none;transition:color .3s ease}.phone-number:hover{color:#4ade80}.phone-hours{color:#ffffff80;font-size:.8rem;margin-top:.2rem}.footer-trust{border-bottom:1px solid #ffffff0f;border-top:1px solid #ffffff0f;padding:2rem 0}.trust-badges{display:flex;flex-wrap:wrap;gap:3rem;justify-content:center}.trust-badge{align-items:center;display:flex;gap:.6rem}.trust-icon{font-size:1.25rem}.trust-text{color:#ffffffb3;font-size:.9rem;font-weight:500}.footer-bottom{padding:1.5rem 0}.footer-bottom-content{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}.footer-legal{color:#fff6;font-size:.85rem}.footer-legal-links{align-items:center;display:flex;gap:.5rem}.footer-legal-links a{color:#fff6;font-size:.85rem;text-decoration:none;transition:color .3s ease}.footer-legal-links a:hover{color:#4ade80}.legal-divider{color:#fff3}.footer-made{align-items:center;color:#fff6;display:flex;font-size:.85rem;gap:.4rem}.heart{animation:heartbeat 1.5s ease-in-out infinite}@keyframes heartbeat{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}@media (max-width:1024px){.footer-main .footer-container{gap:3rem;grid-template-columns:1fr 1fr}.footer-contact,.footer-links-group{grid-column:span 2}}@media (max-width:768px){.footer-main{padding:3rem 0 2rem}.footer-main .footer-container{gap:2.5rem;grid-template-columns:1fr}.footer-brand{align-items:center;text-align:center}.footer-social{justify-content:center}.footer-links-group{grid-column:span 1;grid-template-columns:1fr 1fr;text-align:center}.footer-title:after{left:50%;transform:translateX(-50%)}.footer-links a{justify-content:center}.footer-links a:before{display:none}.footer-contact{align-items:center;grid-column:span 1;text-align:center}.trust-badges{gap:1.5rem}.footer-bottom-content{flex-direction:column;gap:.75rem;text-align:center}.footer-legal-links{flex-wrap:wrap;justify-content:center}}@media (max-width:480px){.footer-links-group{gap:2rem;grid-template-columns:1fr}.trust-badges{align-items:center;flex-direction:column;gap:1rem}}.content-page{background:#fff;display:flex;flex-direction:column;min-height:100vh}.content-hero{overflow:hidden;padding:4rem 0 3rem;position:relative}.hero-bg{z-index:0}.hero-bg,.hero-gradient{inset:0;position:absolute}.hero-gradient{background:linear-gradient(135deg,#0f172a,#1e3a2f 50%,#0f172a)}.hero-pattern{background-image:radial-gradient(circle at 20% 50%,#22c55e26 0,#0000 50%),radial-gradient(circle at 80% 50%,#22c55e1a 0,#0000 40%);inset:0;position:absolute}.hero-container{margin:0 auto;max-width:1200px;padding:0 2rem;position:relative;z-index:1}.breadcrumb{align-items:center;display:flex;font-size:.9rem;gap:.5rem;margin-bottom:1.5rem}.breadcrumb a{color:#ffffffb3;text-decoration:none;transition:color .2s}.breadcrumb a:hover{color:#22c55e}.breadcrumb-sep{color:#fff6}.breadcrumb span:last-child{color:#22c55e;font-weight:500}.hero-title{color:#fff;font-size:2.5rem;font-weight:800;line-height:1.2;margin:0;max-width:700px}.content-page-main{background:linear-gradient(180deg,#f8fafc,#fff);flex:1 1;padding:3rem 2rem 4rem}.content-container{display:flex;flex-direction:column;gap:3rem;margin:0 auto;max-width:900px}.content-card{animation:cardSlideUp .5s ease-out;background:#fff;border-radius:20px;box-shadow:0 4px 20px #0000000a,0 1px 3px #0000000f;overflow:hidden}@keyframes cardSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.content-body{color:#334155;font-size:1.05rem;line-height:1.85;padding:2.5rem}.content-body h1{border-bottom:3px solid #22c55e;color:#0f172a;font-size:1.85rem;font-weight:700;margin:2.5rem 0 1.25rem;padding-bottom:.75rem;position:relative}.content-body h1:first-child{margin-top:0}.content-body h2{align-items:center;color:#1e293b;display:flex;font-size:1.5rem;font-weight:600;gap:.75rem;margin:2rem 0 1rem}.content-body h2:before{background:linear-gradient(180deg,#22c55e,#16a34a);border-radius:2px;content:"";height:1.2em;width:4px}.content-body h3{color:#334155;font-size:1.25rem;font-weight:600;margin:1.75rem 0 .875rem}.content-body p{margin:0 0 1.25rem}.content-body ol,.content-body ul{margin:1.25rem 0 1.5rem;padding-left:0}.content-body li{margin:.75rem 0;padding-left:1.75rem;position:relative}.content-body ul li:before{background:linear-gradient(135deg,#22c55e,#16a34a);border-radius:50%;content:"";height:8px;left:0;position:absolute;top:.6em;width:8px}.content-body ol{counter-reset:item}.content-body ol li{counter-increment:item}.content-body ol li:before{align-items:center;background:linear-gradient(135deg,#22c55e,#16a34a);border-radius:50%;color:#fff;content:counter(item);display:flex;font-size:.8rem;font-weight:600;height:24px;justify-content:center;left:0;position:absolute;top:.1em;width:24px}.content-body a{border-bottom:2px solid #22c55e4d;color:#22c55e;font-weight:500;text-decoration:none;transition:all .2s}.content-body a:hover{border-bottom-color:#16a34a;color:#16a34a}.content-body strong{color:#1e293b;font-weight:600}.content-body blockquote{background:linear-gradient(135deg,#f0fdf4,#ecfdf5);border-left:4px solid #22c55e;border-radius:0 12px 12px 0;color:#166534;font-style:italic;margin:2rem 0;padding:1.5rem 2rem;position:relative}.content-body blockquote:before{color:#22c55e33;content:'"';font-family:Georgia,serif;font-size:4rem;left:15px;line-height:1;position:absolute;top:-10px}.content-body img{border-radius:12px;box-shadow:0 8px 30px #0000001f;height:auto;margin:2rem 0;max-width:100%}.content-body table{border-collapse:collapse;border-radius:12px;box-shadow:0 2px 10px #0000000f;font-size:.95rem;margin:2rem 0;overflow:hidden;width:100%}.content-body td,.content-body th{border-bottom:1px solid #e2e8f0;padding:1rem 1.25rem;text-align:left}.content-body th{background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;font-weight:600}.content-body tr:last-child td{border-bottom:none}.content-body tr:hover td{background:#f8fafc}.content-body code{background:#f1f5f9;border-radius:6px;color:#0f172a;font-family:Monaco,Consolas,monospace;font-size:.85em;padding:.25rem .5rem}.content-body pre{background:linear-gradient(135deg,#0f172a,#1e293b);border-radius:12px;color:#e2e8f0;font-size:.9rem;margin:2rem 0;overflow-x:auto;padding:1.5rem}.content-body pre code{background:none;color:inherit;padding:0}.content-body hr{background:linear-gradient(90deg,#0000,#e2e8f0,#0000);border:none;height:2px;margin:3rem 0}.content-cta-section{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr)}.content-cta-card{align-items:center;animation:cardSlideUp .5s ease-out;animation-fill-mode:backwards;background:#fff;border-radius:16px;box-shadow:0 4px 20px #0000000a,0 1px 3px #0000000f;display:flex;flex-direction:column;padding:2rem;text-align:center;transition:transform .2s,box-shadow .2s}.content-cta-card:hover{box-shadow:0 8px 30px #00000014,0 2px 6px #0000000f;transform:translateY(-4px)}.content-cta-card:first-child{animation-delay:.1s}.content-cta-card:nth-child(2){animation-delay:.2s}.content-cta-card.highlight{background:linear-gradient(135deg,#f0fdf4,#dcfce7);border:2px solid #22c55e}.content-cta-icon{font-size:2.5rem;margin-bottom:1rem}.content-cta-content{flex:1 1;margin-bottom:1.25rem}.content-cta-card h3{color:#0f172a;font-size:1.15rem;font-weight:700;margin:0 0 .5rem}.content-cta-card p{color:#64748b;font-size:.9rem;line-height:1.5;margin:0}.content-cta-btn{align-items:center;background:#fff;border:2px solid #e2e8f0;border-radius:10px;color:#334155;display:inline-flex;font-size:.95rem;font-weight:600;gap:.5rem;justify-content:center;padding:.875rem 1.5rem;text-decoration:none;transition:all .2s;width:100%}.content-cta-btn:hover{border-color:#22c55e;color:#22c55e}.content-cta-btn.primary{background:linear-gradient(135deg,#22c55e,#16a34a);border:none;box-shadow:0 4px 15px #22c55e4d;color:#fff}.content-cta-btn.primary:hover{box-shadow:0 6px 20px #22c55e66}.content-loading{align-items:center;display:flex;flex-direction:column;gap:1.5rem;justify-content:center;min-height:400px}.loading-pulse{animation:pulse 1.5s ease-in-out infinite;background:linear-gradient(135deg,#22c55e,#16a34a);border-radius:50%;height:60px;width:60px}@keyframes pulse{0%,to{opacity:.7;transform:scale(.9)}50%{opacity:1;transform:scale(1.1)}}.content-loading p{color:#64748b;font-size:1rem;font-weight:500}.content-error{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:400px;padding:2rem;text-align:center}.error-visual{margin-bottom:2rem;position:relative}.error-emoji{font-size:5rem;position:relative;z-index:1}.error-circle{background:linear-gradient(135deg,#fee2e2,#fecaca);border-radius:50%;height:120px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:120px;z-index:0}.content-error h1{color:#1e293b;font-size:2rem;font-weight:700;margin:0 0 .75rem}.content-error p{color:#64748b;font-size:1.1rem;margin:0 0 2rem;max-width:400px}.btn-home{align-items:center;background:linear-gradient(135deg,#22c55e,#16a34a);border-radius:12px;box-shadow:0 4px 15px #22c55e4d;color:#fff;display:inline-flex;font-size:1rem;font-weight:600;gap:.5rem;padding:1rem 2rem;text-decoration:none;transition:all .2s}.btn-home:hover{box-shadow:0 6px 20px #22c55e66;transform:translateY(-2px)}@media (max-width:768px){.content-hero{padding:3rem 0 2rem}.hero-container{padding:0 1.5rem}.hero-title{font-size:1.75rem}.content-page-main{padding:2rem 1rem 3rem}.content-container{gap:2rem}.content-body{font-size:1rem;padding:1.75rem}.content-body h1{font-size:1.5rem}.content-body h2{font-size:1.25rem}.content-body h2:before{width:3px}.content-cta-section{grid-template-columns:1fr}}@media (max-width:480px){.content-hero{padding:2.5rem 0 1.5rem}.hero-container{padding:0 1rem}.breadcrumb{font-size:.8rem}.hero-title{font-size:1.5rem}.content-page-main{padding:1.5rem 1rem 2rem}.content-card{border-radius:16px}.content-body{padding:1.25rem}.content-body blockquote{padding:1.25rem 1.5rem}.content-cta-card{padding:1.5rem}}:root{--auth-primary:#0d9488;--auth-primary-dark:#0f766e;--auth-primary-light:#14b8a6;--auth-gradient:linear-gradient(135deg,#0d9488,#06b6d4 50%,#8b5cf6);--auth-bg-pattern:radial-gradient(circle at 25% 25%,#ffffff1a 0%,#0000 50%),radial-gradient(circle at 75% 75%,#ffffff0d 0%,#0000 50%)}.auth-page{background:linear-gradient(135deg,#0d9488,#06b6d4 50%,#8b5cf6);background:var(--auth-gradient);display:flex;min-height:100vh;overflow:hidden;position:relative}.auth-page:before{background:radial-gradient(circle at 25% 25%,#ffffff1a 0,#0000 50%),radial-gradient(circle at 75% 75%,#ffffff0d 0,#0000 50%);background:var(--auth-bg-pattern);inset:0}.auth-page:after,.auth-page:before{content:"";pointer-events:none;position:absolute}.auth-page:after{background:#ffffff08;border-radius:50%;height:600px;right:-200px;top:-200px;width:600px}.auth-container{display:flex;min-height:100vh;position:relative;width:100%;z-index:1}.auth-branding{color:#fff;display:flex;flex:1 1;flex-direction:column;justify-content:center;padding:4rem;position:relative}.auth-branding-content{max-width:480px}.auth-logo{align-items:center;color:#fff;display:flex;gap:1rem;margin-bottom:3rem;text-decoration:none}.auth-logo-icon{filter:drop-shadow(0 4px 6px rgba(0,0,0,.2));font-size:3rem}.auth-logo-text{font-family:Playfair Display,Georgia,serif;font-size:2.5rem;font-weight:800;letter-spacing:-.02em}.auth-tagline{font-size:2.5rem;font-weight:300;line-height:1.3;margin-bottom:1.5rem;text-shadow:0 2px 4px #0000001a}.auth-tagline strong{font-weight:700}.auth-description{font-size:1.1rem;line-height:1.7;margin-bottom:3rem;opacity:.9}.auth-features{display:flex;flex-direction:column;gap:1rem}.auth-feature{align-items:center;display:flex;font-size:1rem;gap:1rem;opacity:.95}.auth-feature-icon{background:#ffffff26;border-radius:10px;font-size:1.2rem;height:40px;width:40px}.auth-feature-icon,.auth-form-panel{align-items:center;display:flex;justify-content:center}.auth-form-panel{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;max-width:520px;padding:2rem;width:100%}.auth-form-container{max-width:400px;width:100%}.auth-form-header{margin-bottom:2.5rem;text-align:center}.auth-form-title{color:#1e293b;font-size:1.75rem;font-weight:700;margin-bottom:.5rem}.auth-form-subtitle{color:#64748b;font-size:1rem}.auth-form{display:flex;flex-direction:column;gap:1.25rem}.form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.form-group label{font-size:.9rem}.form-group input{background:#fff;border:2px solid #e5e7eb;border-radius:10px;font-size:1rem;padding:.875rem 1rem;transition:all .2s}.form-group input:focus{border-color:#0d9488;border-color:var(--auth-primary);box-shadow:0 0 0 3px #0d94881a;outline:none}.form-group input::placeholder{color:#9ca3af}.form-group input.error{border-color:#ef4444}.form-hint{color:#6b7280}.auth-error{background:linear-gradient(135deg,#fef2f2,#fee2e2);border:1px solid #dc262633;border-radius:10px;color:#dc2626}.auth-error,.auth-success{align-items:center;display:flex;font-size:.9rem;gap:.75rem;padding:1rem 1.25rem}.auth-success{background:linear-gradient(135deg,#f0fdf4,#dcfce7);border:1px solid #16a34a33;border-radius:10px;color:#16a34a}.btn-auth-primary{background:linear-gradient(135deg,#0d9488,#06b6d4 50%,#8b5cf6);background:var(--auth-gradient);border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:1.05rem;font-weight:600;margin-top:.5rem;overflow:hidden;padding:1rem 1.5rem;position:relative;transition:all .3s;width:100%}.btn-auth-primary:before{background:linear-gradient(135deg,#fff3,#0000 50%);content:"";inset:0;opacity:0;position:absolute;transition:opacity .3s}.btn-auth-primary:hover:not(:disabled):before{opacity:1}.btn-auth-primary:hover:not(:disabled){box-shadow:0 8px 25px #0d948866;transform:translateY(-2px)}.btn-auth-primary:disabled{cursor:not-allowed;opacity:.6;transform:none}.auth-links{align-items:center;border-top:1px solid #e5e7eb;display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem;padding-top:1.5rem}.auth-link{color:#0d9488;color:var(--auth-primary);font-size:.95rem;font-weight:500;text-decoration:none;transition:color .2s}.auth-link:hover{color:#0f766e;color:var(--auth-primary-dark);text-decoration:underline}.auth-link-muted{color:#6b7280}.auth-link-muted a{color:#0d9488;color:var(--auth-primary);font-weight:600;text-decoration:none}.auth-link-muted a:hover{text-decoration:underline}.auth-divider{align-items:center;color:#9ca3af;display:flex;font-size:.85rem;gap:1rem;margin:1.5rem 0}.auth-divider:after,.auth-divider:before{background:#e5e7eb;content:"";flex:1 1;height:1px}.password-strength{display:flex;gap:4px;margin-top:.5rem}.password-strength-bar{background:#e5e7eb;border-radius:2px;flex:1 1;height:4px;transition:background .3s}.password-strength-bar.weak{background:#ef4444}.password-strength-bar.medium{background:#f59e0b}.password-strength-bar.strong{background:#22c55e}.form-checkbox{align-items:flex-start}.form-checkbox input{accent-color:var(--auth-primary);margin-top:2px}.form-checkbox span{color:#4b5563;line-height:1.5}@media (max-width:1024px){.auth-branding{display:none}.auth-form-panel{background:#0000;max-width:none}.auth-form-container{background:#fff;border-radius:16px;box-shadow:0 20px 60px #00000026;padding:2.5rem}}@media (max-width:480px){.auth-form-panel,.auth-page{padding:1rem}.auth-form-container{padding:1.75rem}.auth-form-title{font-size:1.5rem}.form-row{grid-template-columns:1fr}}@keyframes slideInRight{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}.auth-form-container{animation:slideInRight .5s ease-out}:root{--user-bg:#0f172a;--user-bg-secondary:#1e293b;--user-surface:#fff;--user-surface-hover:#f8fafc;--user-border:#e2e8f0;--user-text:#1e293b;--user-text-secondary:#64748b;--user-primary:#0d9488;--user-primary-hover:#0f766e;--user-primary-light:#14b8a6;--user-accent:#06b6d4;--user-danger:#ef4444;--user-warning:#f59e0b;--user-purple:#8b5cf6;--user-radius:12px;--user-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--user-shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.user-dashboard{background:#0f172a;background:var(--user-bg);display:flex;min-height:100vh}.user-sidebar{background:#1e293b;background:var(--user-bg-secondary);border-right:1px solid #ffffff1a;display:flex;flex-direction:column;height:100vh;position:fixed;width:280px;z-index:100}.user-sidebar-header{border-bottom:1px solid #ffffff1a;padding:1.5rem}.user-sidebar-logo{align-items:center;display:flex;gap:.75rem;text-decoration:none}.user-sidebar-logo-icon{align-items:center;background:linear-gradient(135deg,#0d9488,#06b6d4);background:linear-gradient(135deg,var(--user-primary) 0,var(--user-accent) 100%);border-radius:10px;display:flex;font-size:1.25rem;height:40px;justify-content:center;width:40px}.user-sidebar-logo-text{color:#fff;font-size:1.25rem;font-weight:700;letter-spacing:-.025em}.user-sidebar-logo-badge{background:#0d9488;background:var(--user-primary);border-radius:4px;color:#fff;font-size:.65rem;font-weight:600;margin-left:.5rem;padding:.15rem .4rem}.user-sidebar-nav{flex:1 1;overflow-y:auto;padding:1rem 0}.user-nav-section{margin-bottom:1.5rem}.user-nav-section-title{color:#64748b;font-size:.7rem;font-weight:600;letter-spacing:.1em;margin-bottom:.5rem;padding:0 1.5rem;text-transform:uppercase}.user-nav-item{align-items:center;background:none;border:none;border-left:3px solid #0000;color:#94a3b8;cursor:pointer;display:flex;font-size:.95rem;font-weight:500;gap:.75rem;padding:.75rem 1.5rem;text-align:left;text-decoration:none;transition:all .2s ease;width:100%}.user-nav-item:hover{background:#ffffff0d;color:#fff}.user-nav-item.active{background:#0d948826;border-left-color:#0d9488;border-left-color:var(--user-primary);color:#14b8a6;color:var(--user-primary-light)}.user-nav-item-icon{font-size:1.1rem;text-align:center;width:24px}.user-nav-item-badge{background:#0d9488;background:var(--user-primary);border-radius:10px;color:#fff;font-size:.7rem;font-weight:600;margin-left:auto;min-width:20px;padding:.2rem .5rem;text-align:center}.user-sidebar-footer{border-top:1px solid #ffffff1a;padding:1rem 1.5rem}.user-sidebar-profile{align-items:center;display:flex;gap:.75rem;margin-bottom:1rem}.user-sidebar-avatar{align-items:center;background:linear-gradient(135deg,#0d9488,#06b6d4);background:linear-gradient(135deg,var(--user-primary) 0,var(--user-accent) 100%);border-radius:10px;color:#fff;display:flex;font-size:1rem;font-weight:600;height:40px;justify-content:center;width:40px}.user-sidebar-info{flex:1 1;min-width:0}.user-sidebar-name{color:#fff;font-size:.9rem;font-weight:600}.user-sidebar-email,.user-sidebar-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-sidebar-email{color:#64748b;font-size:.75rem}.user-btn-logout{align-items:center;background:#ef44441a;border:1px solid #ef444433;border-radius:8px;color:#f87171;cursor:pointer;display:flex;font-size:.85rem;font-weight:500;gap:.5rem;justify-content:center;padding:.6rem 1rem;transition:all .2s ease;width:100%}.user-btn-logout:hover{background:#ef444433;border-color:#ef44444d}.user-main{background:#f1f5f9;flex:1 1;margin-left:280px;min-height:100vh}.user-topbar{align-items:center;background:#fff;border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--user-border);display:flex;justify-content:space-between;padding:1rem 2rem;position:-webkit-sticky;position:sticky;top:0;z-index:50}.user-topbar-title{align-items:center;display:flex;gap:1rem}.user-topbar-title h1{color:#1e293b;color:var(--user-text);font-size:1.5rem;font-weight:700;margin:0}.user-topbar-actions{align-items:center;display:flex;gap:1rem}.user-content{padding:2rem}.welcome-section{background:linear-gradient(135deg,#0d9488,#06b6d4);background:linear-gradient(135deg,var(--user-primary) 0,var(--user-accent) 100%);border-radius:12px;border-radius:var(--user-radius);color:#fff;margin-bottom:2rem;overflow:hidden;padding:2rem;position:relative}.welcome-section:before{background:#ffffff1a;border-radius:50%;content:"";height:400px;pointer-events:none;position:absolute;right:-20%;top:-50%;width:400px}.welcome-content{position:relative;z-index:1}.welcome-title{font-size:1.75rem;font-weight:700;margin:0 0 .5rem}.welcome-subtitle{font-size:1rem;margin:0;opacity:.9}.welcome-actions{display:flex;gap:1rem;margin-top:1.5rem}.btn-welcome{align-items:center;background:#fff;border:none;border-radius:8px;color:#0d9488;color:var(--user-primary);cursor:pointer;display:inline-flex;font-size:.95rem;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;text-decoration:none;transition:all .2s ease}.btn-welcome:hover{box-shadow:0 8px 20px #0003;transform:translateY(-2px)}.btn-welcome-secondary{background:#ffffff26;border:1px solid #ffffff4d;color:#fff}.btn-welcome-secondary:hover{background:#ffffff40}.user-stats-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:2rem}.user-stat-card{align-items:flex-start;background:#fff;border-radius:12px;border-radius:var(--user-radius);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;box-shadow:var(--user-shadow);display:flex;gap:1rem;padding:1.5rem;transition:all .2s ease}.user-stat-card:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;box-shadow:var(--user-shadow-lg);transform:translateY(-2px)}.user-stat-icon{align-items:center;border-radius:12px;display:flex;font-size:1.25rem;height:48px;justify-content:center;width:48px}.user-stat-icon.teal{background:linear-gradient(135deg,#ccfbf1,#99f6e4);color:#0d9488;color:var(--user-primary)}.user-stat-icon.cyan{background:linear-gradient(135deg,#cffafe,#a5f3fc);color:#0891b2}.user-stat-icon.purple{background:linear-gradient(135deg,#ede9fe,#ddd6fe);color:#7c3aed}.user-stat-icon.amber{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#d97706}.user-stat-info{flex:1 1}.user-stat-value{color:#1e293b;color:var(--user-text);font-size:1.75rem;font-weight:700;line-height:1.2}.user-stat-label{color:#64748b;color:var(--user-text-secondary);font-size:.85rem;margin-top:.25rem}.pharmacies-section{background:#fff;border-radius:12px;border-radius:var(--user-radius);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;box-shadow:var(--user-shadow);overflow:hidden}.pharmacies-header{align-items:center;border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--user-border);display:flex;justify-content:space-between;padding:1.25rem 1.5rem}.pharmacies-title{align-items:center;display:flex;gap:.75rem}.pharmacies-title h2{color:#1e293b;color:var(--user-text);font-size:1.1rem;font-weight:600;margin:0}.pharmacies-count{background:#f1f5f9;border-radius:6px;color:#64748b;color:var(--user-text-secondary);font-size:.8rem;font-weight:600;padding:.25rem .6rem}.btn-add-pharmacy{align-items:center;background:linear-gradient(135deg,#0d9488,#0f766e);background:linear-gradient(135deg,var(--user-primary) 0,var(--user-primary-hover) 100%);border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-flex;font-size:.9rem;font-weight:600;gap:.5rem;padding:.6rem 1.25rem;text-decoration:none;transition:all .2s ease}.btn-add-pharmacy:hover{box-shadow:0 4px 12px #0d94884d;transform:translateY(-1px)}.pharmacies-empty{padding:4rem 2rem;text-align:center}.pharmacies-empty-icon{font-size:4rem;margin-bottom:1rem;opacity:.3}.pharmacies-empty h3{color:#1e293b;color:var(--user-text);font-size:1.25rem;margin:0 0 .5rem}.pharmacies-empty p{color:#64748b;color:var(--user-text-secondary);margin:0 0 1.5rem}.pharmacies-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(360px,1fr));padding:1.5rem}.pharmacy-card{background:#fff;border:1px solid #e2e8f0;border:1px solid var(--user-border);border-radius:16px;overflow:hidden;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.pharmacy-card:before{background:linear-gradient(90deg,#0d9488,#06b6d4);background:linear-gradient(90deg,var(--user-primary),var(--user-accent));content:"";height:4px;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.pharmacy-card:hover{border-color:#0d9488;border-color:var(--user-primary);box-shadow:0 12px 40px #0d948826;transform:translateY(-4px)}.pharmacy-card:hover:before{opacity:1}.pharmacy-card-header{align-items:flex-start;display:flex;gap:1rem;justify-content:space-between;padding:1.25rem 1.25rem .75rem}.pharmacy-card-info{flex:1 1;min-width:0}.pharmacy-card-info h3{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;color:#1e293b;color:var(--user-text);display:-webkit-box;font-size:1.1rem;font-weight:700;line-height:1.3;margin:0 0 .5rem;overflow:hidden}.pharmacy-card-location{align-items:center;color:#64748b;color:var(--user-text-secondary);display:flex;font-size:.875rem;font-weight:500;gap:.35rem}.pharmacy-card-status{border-radius:20px;flex-shrink:0;font-size:.7rem;font-weight:700;letter-spacing:.5px;padding:.35rem .9rem;text-transform:uppercase;white-space:nowrap}.pharmacy-card-status.published{background:linear-gradient(135deg,#dcfce7,#bbf7d0);box-shadow:0 2px 8px #16a34a26;color:#15803d}.pharmacy-card-status.draft{background:linear-gradient(135deg,#fef3c7,#fde68a);box-shadow:0 2px 8px #d9770626;color:#b45309}.pharmacy-card-stats{grid-gap:0;background:#fafbfc;border-bottom:1px solid #f1f5f9;border-radius:12px;border-top:1px solid #f1f5f9;display:grid;gap:0;grid-template-columns:repeat(3,1fr);margin:0 1.25rem 1rem;padding:1rem 0}.pharmacy-stat{padding:.5rem;position:relative;text-align:center}.pharmacy-stat:not(:last-child):after{background:#e2e8f0;content:"";height:60%;position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px}.pharmacy-stat-value{font-feature-settings:"tnum";color:#1e293b;color:var(--user-text);font-size:1.15rem;font-weight:800;line-height:1.2}.pharmacy-stat-label{color:#64748b;color:var(--user-text-secondary);font-size:.7rem;font-weight:600;letter-spacing:.5px;margin-top:.25rem;text-transform:uppercase}.pharmacy-card-actions{display:flex;gap:.75rem;padding:0 1.25rem 1.25rem}.btn-pharmacy-action{align-items:center;border-radius:10px;cursor:pointer;display:inline-flex;flex:1 1;font-size:.875rem;font-weight:600;gap:.5rem;justify-content:center;padding:.7rem 1rem;text-decoration:none;transition:all .2s ease}.btn-pharmacy-edit{background:linear-gradient(135deg,#0d9488,#0f766e);background:linear-gradient(135deg,var(--user-primary) 0,var(--user-primary-hover) 100%);border:none;box-shadow:0 4px 12px #0d948840;color:#fff}.btn-pharmacy-edit:hover{background:linear-gradient(135deg,#0f766e,#0a5d54);background:linear-gradient(135deg,var(--user-primary-hover) 0,#0a5d54 100%);box-shadow:0 6px 20px #0d948859;transform:translateY(-1px)}.btn-pharmacy-view{background:#f8fafc;border:1px solid #e2e8f0;border:1px solid var(--user-border);color:#1e293b;color:var(--user-text)}.btn-pharmacy-view:hover{background:#f0fdfa;border-color:#0d9488;border-color:var(--user-primary);color:#0d9488;color:var(--user-primary)}.quick-actions{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2rem}.quick-action-card{align-items:center;background:#fff;border:2px solid #0000;border-radius:12px;border-radius:var(--user-radius);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;box-shadow:var(--user-shadow);cursor:pointer;display:flex;gap:1rem;padding:1.5rem;text-decoration:none;transition:all .2s ease}.quick-action-card:hover{border-color:#0d9488;border-color:var(--user-primary);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;box-shadow:var(--user-shadow-lg);transform:translateY(-2px)}.quick-action-icon{align-items:center;background:linear-gradient(135deg,#ccfbf1,#99f6e4);border-radius:14px;color:#0d9488;color:var(--user-primary);display:flex;font-size:1.5rem;height:56px;justify-content:center;width:56px}.quick-action-content h3{color:#1e293b;color:var(--user-text);font-size:1rem;font-weight:600;margin:0 0 .25rem}.quick-action-content p{color:#64748b;color:var(--user-text-secondary);font-size:.85rem;margin:0}@media (max-width:1024px){.user-sidebar{width:240px}.user-main{margin-left:240px}.pharmacies-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}}@media (max-width:768px){.user-sidebar{transform:translateX(-100%);transition:transform .3s ease}.user-sidebar.open{transform:translateX(0)}.user-main{margin-left:0}.user-stats-grid{grid-template-columns:1fr 1fr}.pharmacies-grid{gap:1rem;grid-template-columns:1fr;padding:1rem}.pharmacy-card-stats{margin:0 1rem;padding:.75rem 0}.pharmacy-card-header{padding:1rem 1rem .5rem}.pharmacy-card-actions{padding:0 1rem 1rem}.welcome-actions{flex-direction:column}.welcome-section{padding:1.5rem}}@media (max-width:480px){.user-stats-grid{grid-template-columns:1fr}.user-content,.user-topbar{padding:1rem}.pharmacy-card-info h3,.pharmacy-stat-value{font-size:1rem}.pharmacy-card-actions{flex-direction:column;gap:.5rem}.btn-pharmacy-action{padding:.65rem 1rem}}.pharmacy-edit-page{background:#f1f5f9;min-height:100vh}.pharmacy-edit-header{align-items:center;background:#fff;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:1rem 2rem;position:-webkit-sticky;position:sticky;top:0;z-index:50}.pharmacy-edit-header-left{align-items:center;display:flex;gap:1rem}.btn-back{align-items:center;background:none;border:1px solid #e2e8f0;border-radius:8px;color:#64748b;cursor:pointer;display:flex;font-size:.9rem;gap:.5rem;padding:.5rem 1rem;text-decoration:none;transition:all .2s}.btn-back:hover{background:#f8fafc;color:#1e293b}.pharmacy-edit-title h1{color:#1e293b;font-size:1.25rem;font-weight:600;margin:0}.pharmacy-edit-status{color:#64748b;font-size:.85rem}.pharmacy-edit-header-actions{align-items:center;display:flex;gap:.75rem}.btn-save{align-items:center;background:#0d9488;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:.9rem;font-weight:600;gap:.5rem;padding:.6rem 1.25rem;transition:all .2s}.btn-save:hover:not(:disabled){background:#0f766e}.btn-save:disabled{cursor:not-allowed;opacity:.6}.btn-publish{align-items:center;background:linear-gradient(135deg,#0d9488,#06b6d4);border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:.9rem;font-weight:600;gap:.5rem;padding:.6rem 1.25rem;transition:all .2s}.btn-publish:hover:not(:disabled){box-shadow:0 4px 12px #0d94884d;transform:translateY(-1px)}.btn-unpublish{background:#f59e0b}.pharmacy-edit-content{margin:0 auto;max-width:1200px;padding:2rem}.form-section{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;margin-bottom:1.5rem;overflow:hidden}.form-section-header{align-items:center;background:#f8fafc;border-bottom:1px solid #e2e8f0;display:flex;gap:.75rem;padding:1.25rem 1.5rem}.form-section-icon{font-size:1.25rem}.form-section-title{color:#1e293b;font-size:1rem;font-weight:600;margin:0}.form-section-content{padding:1.5rem}.form-grid{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.form-grid-3{grid-template-columns:repeat(3,1fr)}.form-grid-4{grid-template-columns:repeat(4,1fr)}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group.full-width{grid-column:1/-1}.form-group label{color:#374151;font-size:.85rem;font-weight:600}.form-group input,.form-group select,.form-group textarea{background:#fff;border:1px solid #e2e8f0;border-radius:8px;font-size:.95rem;padding:.75rem 1rem;transition:all .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#0d9488;box-shadow:0 0 0 3px #0d94881a;outline:none}.form-group textarea{min-height:120px;resize:vertical}.form-hint{color:#64748b;font-size:.8rem}.form-suffix{position:relative}.form-suffix .input-with-suffix{align-items:stretch;display:flex;position:relative}.form-suffix .input-with-suffix input{flex:1 1;padding-right:2.5rem}.form-suffix .input-with-suffix .suffix{color:#64748b;font-size:.9rem;line-height:1;pointer-events:none;position:absolute;right:1rem;top:50%;transform:translateY(-50%)}.checkbox-grid{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.form-checkbox{align-items:center;background:#f8fafc;border:1px solid #0000;border-radius:8px;cursor:pointer;display:flex;gap:.75rem;padding:.75rem 1rem;transition:all .2s}.form-checkbox:hover{background:#f1f5f9}.form-checkbox.checked{background:#ccfbf1;border-color:#0d9488}.form-checkbox input{accent-color:#0d9488;height:18px;width:18px}.form-checkbox span{color:#374151;font-size:.9rem}.files-section{padding:1.5rem}.files-upload-zone{background:#f8fafc;border:2px dashed #e2e8f0;border-radius:12px;cursor:pointer;padding:2rem;text-align:center;transition:all .2s}.files-upload-zone.dragover,.files-upload-zone:hover{background:#f0fdfa;border-color:#0d9488}.files-upload-icon{font-size:3rem;margin-bottom:1rem;opacity:.5}.files-upload-text h3{color:#1e293b;font-size:1rem;font-weight:600;margin:0 0 .5rem}.files-upload-text p{color:#64748b;font-size:.9rem;margin:0}.files-upload-text span{color:#0d9488;font-weight:600}.files-list{margin-top:1.5rem}.files-list-title{color:#374151;font-size:.9rem;font-weight:600;margin-bottom:1rem}.files-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.file-card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:1rem;position:relative;transition:all .2s}.file-card:hover{border-color:#0d9488;box-shadow:0 2px 8px #0000001a}.file-preview{align-items:center;background:#f8fafc;border-radius:6px;display:flex;height:120px;justify-content:center;margin-bottom:.75rem;overflow:hidden;width:100%}.file-preview img{height:100%;object-fit:cover;width:100%}.file-preview-icon{font-size:2.5rem;opacity:.5}.file-info{display:flex;flex-direction:column;gap:.25rem}.file-name{color:#1e293b;font-size:.85rem;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-size{color:#64748b;font-size:.75rem}.file-actions{display:flex;gap:.25rem;position:absolute;right:.5rem;top:.5rem}.file-action-btn{align-items:center;border:none;border-radius:6px;cursor:pointer;display:flex;font-size:.85rem;height:28px;justify-content:center;transition:all .2s;width:28px}.file-action-btn.download{background:#e0f2fe;color:#0284c7}.file-action-btn.download:hover{background:#bae6fd}.file-action-btn.delete{background:#fee2e2;color:#dc2626}.file-action-btn.delete:hover{background:#fecaca}.file-action-btn.visibility{background:#e0f2fe;color:#0284c7}.file-action-btn.visibility:hover{background:#bae6fd}.upload-progress{background:#f0fdfa;border:1px solid #99f6e4;border-radius:8px;margin-top:1rem;padding:1rem}.upload-progress-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.5rem}.upload-progress-text{color:#0d9488;font-size:.85rem;font-weight:500}.upload-progress-bar{background:#ccfbf1;border-radius:3px;height:6px;overflow:hidden}.upload-progress-fill{background:linear-gradient(90deg,#0d9488,#06b6d4);height:100%;transition:width .3s ease}.form-message{align-items:center;border-radius:8px;display:flex;gap:.75rem;margin-bottom:1.5rem;padding:1rem 1.25rem}.form-message.success{background:#dcfce7;border:1px solid #86efac;color:#16a34a}.form-message.error{background:#fee2e2;border:1px solid #fecaca;color:#dc2626}@media (max-width:1024px){.form-grid-3,.form-grid-4{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.pharmacy-edit-content{padding:1rem}.pharmacy-edit-header{align-items:flex-start;flex-direction:column;gap:1rem}.pharmacy-edit-header-actions{justify-content:stretch;width:100%}.pharmacy-edit-header-actions .btn-publish,.pharmacy-edit-header-actions .btn-save{flex:1 1}.checkbox-grid,.form-grid,.form-grid-3,.form-grid-4{grid-template-columns:1fr}}.subsection-title{border-bottom:1px solid #e2e8f0;color:#374151;font-size:.95rem;font-weight:600;margin:1.5rem 0 1rem;padding-bottom:.5rem}.subsection-title:first-of-type{margin-top:0}.ca-grid{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(5,1fr);margin-bottom:1rem}.ca-grid.ca-grid-4{grid-template-columns:repeat(4,1fr)}.ca-grid .form-group{display:flex;flex-direction:column;gap:.4rem}.ca-grid .form-group label{background:#f1f5f9;border-radius:6px 6px 0 0;color:#475569;font-size:.8rem;font-weight:600;margin:0;padding:.4rem;text-align:center}.ca-grid .form-group input{border:1px solid #e2e8f0;border-radius:0 0 6px 6px;font-size:.9rem;padding:.6rem .75rem;text-align:right}.ca-grid .form-group input:focus{border-color:#0d9488;box-shadow:0 0 0 2px #0d94881a;outline:none}.ca-grid .form-suffix{position:relative}.ca-grid .form-suffix input{padding-right:2rem}.ca-grid .form-suffix span{bottom:.6rem;color:#64748b;font-size:.85rem;position:absolute;right:.75rem}@media (max-width:1024px){.ca-grid{grid-template-columns:repeat(3,1fr)}.ca-grid.ca-grid-4{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.ca-grid,.ca-grid.ca-grid-4{grid-template-columns:repeat(2,1fr)}}.App{display:flex;flex-direction:column;min-height:100vh}.public-main,.public-main>div{display:flex;flex:1 1;flex-direction:column}.cta-section-modern{margin-top:2rem}footer{margin-top:0!important}
/*# sourceMappingURL=main.3ae9bd87.css.map*/