:root{font-family:Inter,Arial,sans-serif;color:#172335;background:#f8fafc;font-synthesis:none}*{box-sizing:border-box}body{margin:0}button,a{-webkit-tap-highlight-color:transparent}button{font:inherit;cursor:pointer}a{color:inherit}header{height:84px;max-width:1280px;margin:auto;display:flex;align-items:center;gap:20px;padding:0 32px}.logo{font-weight:800;font-size:27px;text-decoration:none;letter-spacing:-1px}.logo span{background:#0873ed;color:white;border-radius:9px;padding:5px 8px;margin-left:3px}.demo-badge{color:#42705c;background:#e7f2ed;padding:7px 11px;border-radius:30px;font-size:12px;font-weight:600}.entrar{margin-left:auto;font-size:14px;text-decoration:none;font-weight:600}main{max-width:1216px;margin:auto;padding:35px 0 24px}.intro{margin-bottom:36px}.eyebrow{font-size:11px;letter-spacing:1.5px;font-weight:700;color:#53749a;margin:0 0 14px}h1{font-size:52px;letter-spacing:-2px;line-height:1.1;margin:0 0 20px;font-weight:750}.intro>p:last-child{font-size:17px;color:#647287;line-height:1.6}.explorador{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);gap:40px;align-items:start}.map-panel{background:#edf3f7;border:1px solid #e1e9f0;border-radius:24px;padding:24px;position:sticky;top:20px}.map-heading{display:flex;justify-content:space-between;font-size:12px;color:#60768e;gap:12px}.map-heading>span:first-child{font-weight:700;color:#22354d}#mapa svg{display:block;width:100%;height:auto;max-height:440px;margin:14px 0}#mapa path{fill:#c8dbe9;stroke:#fff;stroke-width:2;vector-effect:non-scaling-stroke;cursor:pointer;transition:fill .18s}#mapa path:hover{fill:#94bdea}#mapa path[aria-pressed=true]{fill:#0873ed}#mapa path:focus{stroke:#152d4f;stroke-width:3;outline:none}#mapa text{font-family:Inter,Arial,sans-serif;fill:#273f5a;font-size:18px;font-weight:650;pointer-events:none;paint-order:stroke;stroke:#edf3f7;stroke-width:3px;stroke-linejoin:round}.region-buttons{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.region-buttons button{min-height:48px;display:flex;align-items:center;justify-content:space-between;padding:12px;background:#fff;border:1px solid #dae5ef;border-radius:10px;font-size:13px;color:#354d67}.region-buttons button[aria-pressed=true]{background:#0873ed;border-color:#0873ed;color:white}.region-buttons small{font-size:11px;opacity:.8}.map-note{font-size:12px;color:#60768e;text-align:center;margin:18px 0 0}.resultados{padding-top:16px;min-width:0}h2{font-size:28px;line-height:1.2;letter-spacing:-.8px;margin:0 0 12px}#resumen{font-size:14px;line-height:1.6;color:#647287;margin-bottom:25px}.placeholder{background:white;border:1px dashed #d7e0e9;border-radius:18px;text-align:center;padding:45px 22px;color:#6e8094}.placeholder>span{display:inline-flex;background:#eaf3fe;border-radius:50%;width:50px;height:50px;align-items:center;justify-content:center;color:#0873ed;font-size:27px}.placeholder h3{color:#314a66}.placeholder p{line-height:1.6;font-size:14px;max-width:270px;margin:auto}.proveedor{display:flex;align-items:center;gap:14px;background:white;padding:18px;border:1px solid #e1e8ef;border-radius:16px;width:100%;text-align:left;margin-bottom:10px;color:inherit}.proveedor:hover{border-color:#0873ed;box-shadow:0 5px 16px #17395e0a}.avatar{width:46px;height:46px;border-radius:12px;flex-shrink:0;background:#edf4fb;display:flex;align-items:center;justify-content:center;color:#2266a5;font-weight:750;object-fit:contain}.proveedor>div{min-width:0;flex:1}.proveedor strong{display:block;font-size:15px;line-height:1.4;overflow-wrap:anywhere}.proveedor small{display:block;margin-top:5px;color:#648099;font-size:12px}.arrow{color:#0873ed;font-size:20px}.loading{padding:32px;text-align:center;color:#647287}.error{color:#a0382f;line-height:1.5}.retry{padding:12px 18px;border-radius:10px;border:1px solid #d5dfea;background:white;min-height:44px}footer{display:flex;gap:20px;justify-content:space-between;align-items:center;margin-top:35px;color:#7b8999;font-size:11px;line-height:1.6}footer p{max-width:530px}dialog{width:min(850px,calc(100% - 24px));max-height:90dvh;border:none;border-radius:22px;padding:28px;color:#172335;overscroll-behavior:contain}dialog::backdrop{background:#12253988;backdrop-filter:blur(5px)}.dialog-header{display:flex;justify-content:space-between;align-items:start;gap:16px}.cerrar{background:#eef2f6;border:none;border-radius:50%;min-width:44px;height:44px}.dialog-header h2{font-size:24px;overflow-wrap:anywhere}#catalogo-descripcion{font-size:14px;line-height:1.6;color:#647287}#productos{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.producto{border:1px solid #e4eaf1;border-radius:14px;padding:18px}.producto small{color:#0873ed}.producto h3{font-size:16px;line-height:1.4}.producto p{font-size:13px;line-height:1.5;color:#647287}.producto strong{font-size:18px}button:focus-visible,a:focus-visible{outline:3px solid #0b6ed0;outline-offset:3px}@media(max-width:1279px){main{padding-left:32px;padding-right:32px}}@media(max-width:760px){header{height:72px;padding:0 18px;gap:12px}.logo{font-size:23px}.demo-badge{font-size:10px}.entrar{font-size:12px}main{padding:24px 18px}.intro{margin-bottom:24px}h1{font-size:36px;letter-spacing:-1.2px}.intro>p:last-child{font-size:15px}.explorador{grid-template-columns:1fr;gap:24px}.map-panel{position:static;padding:18px}.map-heading{font-size:11px}#mapa svg{max-height:330px}.resultados{padding-top:0}h2{font-size:25px}footer{display:block}dialog{padding:20px}#productos{grid-template-columns:1fr}.proveedor{padding:14px}.region-buttons button{gap:6px}.region-buttons small{font-size:10px}}@media(prefers-reduced-motion:reduce){*{transition:none!important;scroll-behavior:auto!important}}

@media(max-width:760px){.region-buttons button{flex-direction:column;align-items:flex-start;justify-content:center;gap:4px}}
