.home-lab{display:grid;gap:14px}.home-lab__head{display:grid;gap:5px}.home-lab__eyebrow{display:inline-flex;width:max-content;align-items:center;gap:6px;padding:5px 9px;border:1px solid rgba(56,214,201,.24);border-radius:999px;background:rgba(56,214,201,.08);color:#78f5ec;font-size:10px;font-weight:950;letter-spacing:.08em;text-transform:uppercase}.home-lab__head h2{margin:0;color:#eef7ff;font-size:27px;line-height:1.05;letter-spacing:-.045em}.home-lab__head p{margin:0;color:#9fb2c8;font-size:13px;line-height:1.45}.home-lab__summary{display:flex;flex-wrap:wrap;gap:7px;padding:11px 12px;border:1px solid rgba(127,200,255,.16);border-radius:15px;background:linear-gradient(135deg,rgba(56,214,201,.07),rgba(127,200,255,.055))}.home-lab__summary-item{display:inline-flex;align-items:center;gap:6px;color:#b8c9d8;font-size:10px;font-weight:800}.home-lab__summary-item strong{color:#eef7ff;font-size:12px}.home-lab__dot{width:7px;height:7px;border-radius:50%;background:#38d6c9;box-shadow:0 0 12px rgba(56,214,201,.55)}.home-lab__dot.review{background:#ffd15e;box-shadow:0 0 12px rgba(255,209,94,.5)}.home-lab__cards{display:grid;gap:11px}.home-lab-card{position:relative;overflow:hidden;padding:15px 15px 14px;border:1px solid rgba(255,255,255,.12);border-radius:19px;background:linear-gradient(155deg,rgba(28,72,91,.48),rgba(10,30,47,.78));box-shadow:0 16px 36px rgba(0,0,0,.18),inset 0 1px 0 rgba(255,255,255,.07);transition:transform .18s ease,border-color .18s ease,background .18s ease}.home-lab-card:before{content:"";position:absolute;inset:0 auto 0 0;width:3px;background:linear-gradient(180deg,#38d6c9,#7fc8ff);opacity:.75}.home-lab-card:hover{transform:translateY(-2px);border-color:rgba(56,214,201,.3);background:linear-gradient(155deg,rgba(34,83,103,.54),rgba(11,34,52,.82))}.home-lab-card.is-review{border-color:rgba(255,209,94,.28)}.home-lab-card.is-review:before{background:linear-gradient(180deg,#ffd15e,#e1a2ff)}.home-lab-card__top{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px}.home-lab-card__label{color:#8ffff6;font-size:10px;font-weight:950;letter-spacing:.06em;text-transform:uppercase}.home-lab-card.is-review .home-lab-card__label{color:#ffe08a}.home-lab-card__status{display:inline-flex;align-items:center;padding:4px 7px;border:1px solid rgba(56,214,201,.2);border-radius:999px;background:rgba(56,214,201,.08);color:#8ffff6;font-size:9px;font-weight:900;white-space:nowrap}.home-lab-card.is-review .home-lab-card__status{border-color:rgba(255,209,94,.25);background:rgba(255,209,94,.08);color:#ffe08a}.home-lab-card h3{margin:0 0 6px;color:#f0f8ff;font-size:18px;line-height:1.15}.home-lab-card__desc{margin:0 0 11px;color:#b9cada;font-size:12px;line-height:1.45}.home-lab-card__metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;margin-bottom:10px}.home-lab-metric{min-width:0;padding:8px 7px;border:1px solid rgba(255,255,255,.08);border-radius:11px;background:rgba(4,18,30,.35)}.home-lab-metric strong{display:block;color:#eef7ff;font-size:13px;line-height:1.15;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home-lab-metric span{display:block;margin-top:3px;color:#7890a5;font-size:8px;font-weight:850;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home-lab-card__finding{margin:0 0 10px;padding:9px 10px;border-radius:11px;background:rgba(127,200,255,.06);color:#bed2e1;font-size:11px;line-height:1.4}.home-lab-card__finding strong{color:#eef7ff}.home-lab-card__link{display:inline-flex;align-items:center;gap:5px;color:#38d6c9;font-size:11px;font-weight:950}.home-lab-card.is-review .home-lab-card__link{color:#ffe08a}.home-lab__foot{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:0 2px;color:#71899d;font-size:9px;line-height:1.35}.home-lab__fresh{display:inline-flex;align-items:center;gap:5px}.home-lab__fresh:before{content:"";width:5px;height:5px;border-radius:50%;background:#86ffb7}.home-lab__fresh.is-stale:before{background:#ffd15e}.home-lab__skeleton{height:158px;border-radius:19px;background:linear-gradient(90deg,rgba(255,255,255,.035),rgba(255,255,255,.075),rgba(255,255,255,.035));background-size:200% 100%;animation:home-lab-pulse 1.4s linear infinite}@keyframes home-lab-pulse{to{background-position:-200% 0}}@media(max-width:1050px){.home-lab__cards{grid-template-columns:repeat(3,minmax(0,1fr))}.home-lab-card__metrics{grid-template-columns:repeat(3,minmax(80px,1fr))}}@media(max-width:760px){.home-lab__cards{grid-template-columns:1fr}.home-lab-card__metrics{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(prefers-reduced-motion:reduce){.home-lab-card{transition:none}.home-lab__skeleton{animation:none}}