.html-import{line-height:normal;position:relative;overflow:clip}
.html-import{
    --navy:#16368E;
    --navy-deep:#0E2463;
    --green:#79B943;
    --green-deep:#5E9A2E;
    --red:#E0352B;
    --ink:#121A2E;
    --ink-2:#4B5568;
    --ink-3:#8A93A6;
    --line:#DDE1EA;
    --paper:#FFFFFF;
    --soft:#F2F4F8;
    --card:#FFFFFF;
    --radius:18px;
    --sans:'Archivo',system-ui,-apple-system,'Segoe UI',sans-serif;
    --mono:'IBM Plex Mono',ui-monospace,Menlo,monospace;
  }
.html-import, .html-import *{box-sizing:border-box}
.html-import{
    margin:0;
    font-family:var(--sans);
    color:var(--ink);
    background:#FFFFFF;
    -webkit-font-smoothing:antialiased;
    padding-bottom:calc(88px + env(safe-area-inset-bottom));
  }
.html-import a{color:inherit}
.html-import button{font:inherit;cursor:pointer}
.html-import :focus-visible{outline:3px solid var(--green);outline-offset:3px;border-radius:6px}
.html-import .sr{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
.html-import .head{max-width:1180px;margin:0 auto;padding:calc(22px + env(safe-area-inset-top)) 18px 6px}
.html-import .head h1{
    margin:0;font-weight:900;font-stretch:112%;letter-spacing:-.025em;
    font-size:clamp(30px,7vw,44px);line-height:1;color:var(--navy);
  }
.html-import .head p{margin:8px 0 0;color:var(--ink-2);font-size:15px;line-height:1.45;max-width:60ch}
.html-import .filters{
    position:sticky;top:var(--site-header-h,0px);z-index:20;
    background:rgba(255,255,255,.92);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);
    border-bottom:1px solid var(--line);
  }
.html-import .filters-in{max-width:1180px;margin:0 auto;padding:10px 18px;display:flex;align-items:center;gap:8px;overflow-x:auto;scrollbar-width:none}
.html-import .filters-in::-webkit-scrollbar{display:none}
.html-import .chip{
    border:1.5px solid var(--line);background:#fff;color:var(--ink-2);
    padding:9px 14px;border-radius:999px;font-weight:600;font-size:14px;white-space:nowrap;
    display:inline-flex;align-items:center;gap:8px;transition:background .15s,color .15s,border-color .15s;
  }
.html-import .chip b{font-family:var(--mono);font-weight:500;font-size:11.5px;color:var(--ink-3);background:var(--soft);padding:2px 7px;border-radius:999px}
.html-import .chip[aria-pressed="true"]{background:var(--navy);border-color:var(--navy);color:#fff}
.html-import .chip[aria-pressed="true"] b{background:rgba(255,255,255,.18);color:#fff}
.html-import .count{margin-left:auto;font-family:var(--mono);font-size:11.5px;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-3);white-space:nowrap;padding-left:8px}
.html-import .grid{
    max-width:1180px;margin:0 auto;padding:16px 14px 28px;
    display:grid;grid-template-columns:1fr;gap:16px;
  }
@media (min-width:640px){
  .html-import .grid{grid-template-columns:repeat(2,1fr);gap:18px;padding:20px 18px}
}
@media (min-width:1024px){
  .html-import .grid{grid-template-columns:repeat(3,1fr);gap:22px}
}
.html-import .card{
    background:var(--card);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;
    box-shadow:0 1px 2px rgba(18,26,46,.05),0 10px 30px -12px rgba(22,54,142,.14);
    display:flex;flex-direction:column;position:relative;
    animation:hi-rise .45s ease both;
  }
.html-import .card.hidden{display:none}
@keyframes hi-rise{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}
.html-import .card:nth-child(2){animation-delay:.05s}
.html-import .card:nth-child(3){animation-delay:.1s}
.html-import .card:nth-child(4){animation-delay:.15s}
.html-import .card:nth-child(5){animation-delay:.2s}
.html-import .photo{
    position:relative;aspect-ratio:1/1;background:#E9ECF3;overflow:hidden;
    border:0;padding:0;width:100%;display:block;text-align:left;
  }
.html-import .photo img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease}
@media (hover:hover){
  .html-import .photo:hover img{transform:scale(1.03)}
}
.html-import .photo::after{
    content:"";position:absolute;inset:0;
    background:linear-gradient(to top,rgba(14,36,99,.35),transparent 38%);
    pointer-events:none;
  }
.html-import .tag{
    position:absolute;top:0;left:18px;z-index:2;
    display:flex;flex-direction:column;align-items:center;
    filter:drop-shadow(0 4px 8px rgba(0,0,0,.25));
  }
.html-import .tag-string{width:2px;height:14px;background:rgba(255,255,255,.85)}
.html-import .tag-body{
    position:relative;padding:9px 12px 8px;border-radius:0 0 10px 10px;
    font-family:var(--mono);font-weight:600;font-size:11.5px;letter-spacing:.16em;text-transform:uppercase;
    color:#fff;line-height:1;
  }
.html-import .tag-body::before{
    content:"";position:absolute;top:4px;left:50%;transform:translateX(-50%);
    width:6px;height:6px;border-radius:50%;background:rgba(255,255,255,.55);
  }
.html-import .tag-body span{display:block;padding-top:8px}
.html-import .card[data-cond="nuevo"] .tag-body{background:var(--green);color:var(--navy-deep)}
.html-import .card[data-cond="nuevo"] .tag-body::before{background:rgba(14,36,99,.35)}
.html-import .card[data-cond="usado"] .tag-body{background:var(--navy)}
.html-import .stock{
    position:absolute;left:14px;bottom:14px;z-index:2;
    display:inline-flex;align-items:center;gap:7px;
    font-family:var(--mono);font-weight:600;font-size:11.5px;letter-spacing:.12em;text-transform:uppercase;
    color:#fff;background:var(--red);padding:7px 10px 7px 8px;border-radius:8px;
  }
.html-import .stock::before{content:"";width:7px;height:7px;border-radius:50%;background:#fff;
    animation:hi-blink 1.6s ease-in-out infinite}
@keyframes hi-blink{0%,100%{opacity:1}50%{opacity:.35}}
.html-import .zoom{
    position:absolute;right:14px;bottom:14px;z-index:2;width:34px;height:34px;border-radius:9px;
    background:rgba(255,255,255,.92);display:grid;place-items:center;color:var(--navy);
  }
.html-import .zoom svg{width:17px;height:17px}
.html-import .tear{position:relative;height:0;border-top:2px dashed var(--line);margin:0 16px}
.html-import .tear::before, .html-import .tear::after{
    content:"";position:absolute;top:-11px;width:20px;height:20px;border-radius:50%;
    background:#FFFFFF;border:1px solid var(--line);
  }
.html-import .tear::before{left:-26px}
.html-import .tear::after{right:-26px}
.html-import .body{padding:16px 18px 18px;display:flex;flex-direction:column;gap:12px;flex:1}
.html-import .eyebrow{
    font-family:var(--mono);font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-3);
    display:flex;align-items:center;gap:8px;
  }
.html-import .eyebrow::before{content:"";width:8px;height:8px;border-radius:2px;background:var(--green);flex:0 0 auto}
.html-import .card[data-cond="usado"] .eyebrow::before{background:var(--navy)}
.html-import .name{margin:0;font-weight:800;font-stretch:108%;letter-spacing:-.02em;font-size:25px;line-height:1.05;color:var(--ink)}
.html-import .name small{display:block;font-weight:600;font-stretch:100%;font-size:14px;letter-spacing:0;color:var(--ink-2);margin-top:5px}
.html-import .specs{
    list-style:none;margin:0;padding:0;
    display:grid;grid-template-columns:1fr 1fr;gap:0;
    border:1px solid var(--line);border-radius:12px;overflow:hidden;
  }
.html-import .specs li{padding:9px 12px;border-bottom:1px solid var(--line);font-family:var(--mono);line-height:1.2}
.html-import .specs li:nth-child(odd){border-right:1px solid var(--line)}
.html-import .specs li:nth-last-child(-n+2){border-bottom:0}
.html-import .specs .k{display:block;font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-3);margin-bottom:3px}
.html-import .specs .v{display:block;font-size:14px;font-weight:600;color:var(--ink)}
.html-import .actions{display:grid;grid-template-columns:1fr auto;gap:8px;margin-top:auto}
.html-import .btn{
    display:inline-flex;align-items:center;justify-content:center;gap:9px;
    padding:13px 16px;border-radius:12px;border:0;text-decoration:none;
    font-weight:700;font-size:15px;letter-spacing:-.005em;transition:transform .1s,filter .15s;
  }
.html-import .btn:active{transform:translateY(1px)}
.html-import .btn-wa{background:var(--green);color:var(--navy-deep)}
.html-import .btn-wa:hover{filter:brightness(.95)}
.html-import .btn-wa svg{width:19px;height:19px}
.html-import .btn-ghost{background:var(--soft);color:var(--navy);width:48px;padding:0}
.html-import .btn-ghost svg{width:19px;height:19px}
.html-import .empty{max-width:1180px;margin:0 auto;padding:40px 18px;text-align:center;color:var(--ink-2);display:none}
.html-import .empty.show{display:block}
.html-import .fab{
    position:fixed;right:16px;bottom:calc(16px + env(safe-area-inset-bottom));z-index:1030;
    display:inline-flex;align-items:center;gap:10px;
    background:var(--green);color:var(--navy-deep);text-decoration:none;
    padding:13px 18px 13px 14px;border-radius:999px;font-weight:800;font-size:15px;
    box-shadow:0 10px 24px -6px rgba(94,154,46,.55);
  }
.html-import .fab svg{width:22px;height:22px}
.html-import .lb{position:fixed;inset:0;z-index:1050;background:rgba(14,36,99,.96);display:none;align-items:center;justify-content:center;padding:14px}
.html-import .lb.open{display:flex}
.html-import .lb img{max-width:100%;max-height:82vh;border-radius:14px;box-shadow:0 20px 60px rgba(0,0,0,.4)}
.html-import .lb figcaption{position:absolute;left:16px;right:16px;bottom:calc(18px + env(safe-area-inset-bottom));text-align:center;color:#fff;font-family:var(--mono);font-size:12.5px;letter-spacing:.06em}
.html-import .lb-x{position:absolute;top:calc(14px + env(safe-area-inset-top));right:14px;width:42px;height:42px;border-radius:50%;border:0;background:#fff;color:var(--navy);display:grid;place-items:center}
.html-import .lb-x svg{width:18px;height:18px}
@media (max-width:639px){
  .html-import{padding-bottom:24px}
  .html-import .fab{display:none}
  .html-import .head{padding-top:calc(18px + env(safe-area-inset-top));padding-bottom:4px}
  .html-import .head h1{font-size:27px;letter-spacing:-.02em}
  .html-import .filters-in{padding:8px 14px}
  .html-import .chip{padding:8px 12px;font-size:13.5px}
  .html-import .grid{padding:12px 12px 24px;gap:14px}
  .html-import .tag{left:14px}
  .html-import .tag-body{font-size:11px;padding:8px 10px 7px}
  .html-import .stock{font-size:10.5px;padding:6px 9px 6px 7px;left:12px;bottom:12px}
  .html-import .zoom{width:32px;height:32px;right:12px;bottom:12px}
  .html-import .tear{margin:0 14px}
  .html-import .body{padding:14px 16px 16px;gap:10px}
  .html-import .eyebrow{font-size:10.5px}
  .html-import .name{font-size:22px}
  .html-import .name small{font-size:13.5px;margin-top:4px}
  .html-import .specs li{padding:8px 11px}
  .html-import .specs .v{font-size:13.5px}
  .html-import .btn{padding:12px 14px;font-size:14.5px}
  .html-import .btn-ghost{width:46px}
}
@media (prefers-reduced-motion:reduce){
  .html-import .card{animation:none}
  .html-import .stock::before{animation:none}
  .html-import .photo img{transition:none}
}
