/* ————————————————- ROOT PANEL LOOK Works as branded wrapper around ProfileGrid areas ————————————————- */ .lts-profile, .pmagic .lts-profile, .profilegrid .lts-profile, .pg-wrapper .lts-profile { position: relative; width: 100%; border: 1px solid rgba(28,183,255,.28); background: radial-gradient(circle at 85% 10%, rgba(255,110,0,.06), transparent 24%), linear-gradient(180deg, rgba(10,18,28,.92)…Continue reading
.lts-panels{ position: relative; overflow: hidden; border-radius: 1px; /* important since ::before uses inherit */ isolation: isolate; /* ✅ 2px-ish clearance padding (your chosen tight version) */ padding: clamp(5px, 0.6vw, 6px) clamp(5px, 0.6vw, 6px) clamp(6px, 0.8vw, 8px) clamp(5px, 0.6vw, 6px); /*…Continue reading
/* ========================================================= MAIN PROFILEGRID SHELLS ========================================================= */ :where(.pmagic, .profilegrid, .pg-wrapper, .pg-container, .pg-profile-wrap, .pg-group-wrap, .pg-card, .pmagic-card) { position: relative; overflow: hidden; border-radius: var(–pg-radius); border: 1px solid var(–pg-line-soft); background: radial-gradient(circle at 16% 0%, rgba(28,183,255,.14), transparent 34%), radial-gradient(circle at 88% 12%, rgba(255,110,0,.08), transparent…Continue reading