@property --ps-glow-angle{syntax: "<angle>"; initial-value: 0deg; inherits: false;}.platform-showcase{background:var(--module-bg);color:var(--module-fg);padding:var(--spacing-section-y) 0}.platform-showcase__header{max-width:720px;margin:0 auto clamp(2.5rem,5vw,4rem);text-align:center}.platform-showcase__heading{font-family:var(--font-display);font-size:clamp(2rem,4vw,3rem);font-weight:700;color:var(--module-fg);line-height:1.1;margin:0 0 1rem;letter-spacing:-.015em}.platform-showcase__heading p{margin:0}.platform-showcase__heading em{font-style:italic;font-family:var(--font-serif);font-weight:400}.platform-showcase__intro{font-size:clamp(.95rem,1.1vw,1.05rem);color:var(--module-fg-sec);line-height:1.7;margin:0}.platform-showcase__intro p{margin:0 0 .6rem}.platform-showcase__intro p:last-child{margin-bottom:0}.platform-showcase__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(1rem,1.8vw,1.5rem);align-items:stretch}.platform-showcase__card{position:relative;background:var(--module-surface);border:1px solid var(--module-border);border-radius:var(--radius-card);padding:clamp(1.5rem,2.2vw,2rem);display:flex;flex-direction:column;gap:.85rem;transition:transform .4s var(--ease-out-expo),border-color .4s ease,box-shadow .4s ease}.platform-showcase__card:hover{transform:translateY(-6px);border-color:#4dd9c066;box-shadow:0 18px 38px #050f1e1a}.section--theme-dark .platform-showcase__card:hover{box-shadow:0 18px 38px #00000059}.platform-showcase__tile{position:relative;width:64px;height:64px;border-radius:16px;overflow:hidden;background:var(--module-icon-bg, rgba(77, 217, 192, .1));display:flex;align-items:center;justify-content:center;margin-bottom:.4rem}.platform-showcase__glow{--ps-glow-angle: 0deg;position:absolute;top:-50%;right:-50%;bottom:-50%;left:-50%;background:conic-gradient(from var(--ps-glow-angle),rgba(77,217,192,0) 0deg,rgba(77,217,192,.45) 80deg,rgba(77,217,192,0) 160deg,rgba(77,217,192,.4) 240deg,rgba(77,217,192,0) 320deg);opacity:0;transition:opacity .45s ease;pointer-events:none}.platform-showcase__card:hover .platform-showcase__glow{opacity:1;animation:ps-glow-spin 6s linear infinite}@keyframes ps-glow-spin{to{--ps-glow-angle: 360deg}}.platform-showcase__tile-inner{position:relative;z-index:1;width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--turquoise-deep);background:var(--module-surface);border-radius:12px;margin:4px;width:calc(100% - 8px);height:calc(100% - 8px)}.section--theme-dark .platform-showcase__tile-inner{color:var(--turquoise)}.platform-showcase__image{max-width:70%;max-height:70%;object-fit:contain;display:block}.platform-showcase__card-eyebrow{font-family:var(--font-sans);font-size:.68rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--turquoise-deep)}.section--theme-dark .platform-showcase__card-eyebrow{color:var(--turquoise)}.platform-showcase__card-title{font-family:var(--font-display);font-size:clamp(1.15rem,1.45vw,1.35rem);font-weight:700;color:var(--module-fg);line-height:1.2;margin:0;letter-spacing:-.005em}.platform-showcase__card-desc{font-size:.92rem;color:var(--module-fg-sec);line-height:1.65;margin:0}.platform-showcase__card-desc p{margin:0 0 .55rem}.platform-showcase__card-desc p:last-child{margin-bottom:0}@media (max-width: 1024px){.platform-showcase__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 560px){.platform-showcase__grid{grid-template-columns:1fr}}
