/* VibeCMS Tech Pack v0.2.4 — generic homepage slot */
.tech-home-slot{--ths-accent:var(--tech-primary,#2563eb);--ths-ink:#101828;--ths-muted:#667085;--ths-border:#e6eaf0;max-width:1180px;margin:26px auto 30px;padding:0 16px;font-family:inherit;color:var(--ths-ink)}
.tech-home-slot *{box-sizing:border-box}.tech-home-slot a{text-decoration:none}.tech-home-slot__head{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:14px}.tech-home-slot__title{margin:0;font-size:24px;line-height:1.15;font-weight:850;letter-spacing:-.03em}.tech-home-slot__head>a{font-size:13px;font-weight:750;color:var(--ths-accent)}
.tech-home-devices{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.tech-home-device{min-width:0;border:1px solid var(--ths-border);border-radius:12px;background:#fff;overflow:hidden}.tech-home-device__media{display:flex;align-items:center;justify-content:center;aspect-ratio:4/3;background:#f8fafc;padding:12px}.tech-home-device__media img{display:block;max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}.tech-home-device__body{padding:12px 13px 14px}.tech-home-device__brand{display:block;color:var(--ths-accent);font-size:11px;line-height:1.2;font-weight:800;text-transform:uppercase;letter-spacing:.055em}.tech-home-device h3{margin:5px 0 7px;font-size:15px;line-height:1.28;font-weight:800}.tech-home-device h3 a{color:var(--ths-ink)}.tech-home-device__meta{display:flex;align-items:center;justify-content:space-between;gap:8px;color:var(--ths-muted);font-size:11px}.tech-home-device__life{text-transform:capitalize}.tech-home-device__price{font-weight:800;color:var(--ths-ink)}
.tech-home-brands{display:flex;align-items:center;gap:8px;margin-top:14px;overflow:auto;padding-bottom:3px;scrollbar-width:thin}.tech-home-brands__label{flex:0 0 auto;font-size:12px;font-weight:800;color:var(--ths-muted);margin-right:2px}.tech-home-brand{flex:0 0 auto;display:inline-flex;align-items:center;gap:6px;border:1px solid var(--ths-border);border-radius:999px;padding:7px 10px;background:#fff;color:var(--ths-ink);font-size:12px;font-weight:750}.tech-home-brand small{color:var(--ths-muted);font-weight:650}
@media(max-width:900px){.tech-home-devices{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:560px){.tech-home-slot{margin:20px auto 24px;padding:0 12px}.tech-home-slot__title{font-size:20px}.tech-home-slot__head>a{font-size:12px}.tech-home-devices{display:flex;overflow:auto;gap:10px;padding-bottom:4px;scroll-snap-type:x proximity}.tech-home-device{flex:0 0 72%;max-width:260px;scroll-snap-align:start}.tech-home-brands{margin-top:12px}.tech-home-device__body{padding:10px 11px 12px}}

.tech-home-brand.has-logo{display:grid;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:7px}
.tech-home-brand.has-logo img{width:28px;height:22px;object-fit:contain;display:block}
.tech-home-brand.has-logo span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
