.product_main__x5cf9{position:relative;width:100%;max-width:var(--container-max);margin:0 auto;padding:clamp(3rem,6vw,5rem) var(--container-pad);display:flex;flex-direction:column;gap:clamp(2.5rem,5vw,4.5rem)}.product_heroGlow__G5g9c{position:absolute;top:-10%;right:-15%;width:60%;height:70%;background:radial-gradient(ellipse 55% 65% at center,rgba(255,110,70,.2),transparent 70%);filter:blur(70px);pointer-events:none;z-index:0;will-change:transform,filter;animation:product_coralDrift__7Ek04 18s ease-in-out infinite}.product_cardsSection__zrhUu,.product_header__U0sI0{position:relative;z-index:1}@keyframes product_coralDrift__7Ek04{0%,to{transform:translate(0) scale(1);filter:blur(70px) hue-rotate(0deg)}50%{transform:translate(-6%,6%) scale(1.1);filter:blur(85px) hue-rotate(20deg)}}@media (prefers-reduced-motion:reduce){.product_heroGlow__G5g9c{animation:none}}.product_header__U0sI0{display:flex;flex-direction:column;gap:1.25rem}.product_title__qCB6c{font-size:var(--fs-display-1);font-weight:600;letter-spacing:-.035em;line-height:1.05;color:var(--text)}.product_titleMuted__t95j5{color:var(--text-secondary);font-weight:500}.product_lead__iFXxP{font-family:var(--font-body),-apple-system,BlinkMacSystemFont,sans-serif;font-weight:400;font-size:var(--fs-title);line-height:1.55;color:var(--text-secondary);max-width:48ch}.product_leadNote__IFahh{font-family:var(--font-mono),ui-monospace,Menlo,monospace;font-size:13px;font-style:italic;color:var(--text-muted);letter-spacing:.02em;margin-top:-.25rem}.product_cardsSection__zrhUu{display:flex;flex-direction:column;gap:2rem}.product_cards__X0BMW{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:clamp(.75rem,1.4vw,1.25rem);gap:clamp(.75rem,1.4vw,1.25rem)}.product_card__T0wk1{display:flex;flex-direction:column;align-items:flex-start;gap:1rem;text-align:left;padding:clamp(1.5rem,2vw,2rem);background:hsla(0,0%,4%,.55);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid var(--hairline);border-radius:var(--r-md);color:var(--text);cursor:pointer;width:100%;height:100%;min-height:240px;transition:border-color var(--d-base) var(--ease-out-quint),background var(--d-base) var(--ease-out-quint),transform var(--d-base) var(--ease-out-quint)}.product_card__T0wk1:hover{border-color:var(--hairline-strong);background:hsla(0,0%,4%,.7);transform:translateY(-3px)}.product_cardActive__0hMcr{border-color:var(--accent);background:hsla(0,0%,4%,.7);box-shadow:0 0 0 1px var(--accent),0 18px 60px -20px rgba(255,0,181,.35)}.product_cardActive__0hMcr:hover{border-color:var(--accent);transform:translateY(-3px)}.product_cardIcon__OkJ3J{opacity:.85;margin-bottom:.25rem}.product_cardTitle__xZ9h0{font-size:22px;font-weight:600;letter-spacing:-.02em;color:var(--text)}.product_cardBody__uFurF{font-family:var(--font-body),-apple-system,BlinkMacSystemFont,sans-serif;font-weight:400;font-size:var(--fs-small);line-height:1.6;color:var(--text-secondary)}.product_actions__iupU5{display:flex;align-items:center;gap:1.25rem;flex-wrap:wrap;margin-top:1rem}.product_btnPrimary__DZJoh{display:inline-flex;align-items:center;justify-content:center;height:48px;padding:0 1.75rem;border-radius:var(--r-pill);background:var(--text);color:var(--bg);font-size:var(--fs-small);font-weight:600;cursor:pointer;transition:background var(--d-fast) var(--ease-out-quint),opacity var(--d-fast) var(--ease-out-quint)}.product_btnPrimary__DZJoh:hover{background:#e8e8e8}.product_btnPrimaryDisabled__ukhPv{background:var(--bg-elevated);color:var(--text-muted);border:1px solid var(--hairline);cursor:not-allowed}.product_btnPrimaryDisabled__ukhPv:hover{background:var(--bg-elevated)}.product_btnGhost__O98EI{display:inline-flex;align-items:center;gap:.4rem;height:48px;padding:0 .5rem;font-size:var(--fs-small);font-weight:500;color:var(--text-secondary);transition:color var(--d-fast) var(--ease-out-quint)}.product_btnGhost__O98EI:hover{color:var(--text)}.product_modalBackdrop__oEVEL{position:fixed;inset:0;background:rgba(0,0,0,.7);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:2000;padding:1rem}.product_modal__75xf1{background:var(--bg);border:1px solid var(--hairline);border-radius:var(--r-lg);padding:2rem;max-width:800px;width:100%;position:relative}.product_modalClose__UTaHL{position:absolute;top:1rem;right:1rem;width:32px;height:32px;display:flex;align-items:center;justify-content:center;font-size:18px;color:var(--text-secondary);border-radius:var(--r-pill);cursor:pointer;transition:color var(--d-fast) var(--ease-out-quint),background var(--d-fast) var(--ease-out-quint)}.product_modalClose__UTaHL:hover{color:var(--text);background:var(--bg-elevated)}@media (max-width:1100px){.product_cards__X0BMW{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.product_main__x5cf9{overflow-x:clip}.product_modal__75xf1{padding:1.25rem;border-radius:var(--r-md)}.product_modalBackdrop__oEVEL{padding:.75rem}}@media (max-width:540px){.product_cards__X0BMW{grid-template-columns:1fr}.product_card__T0wk1{min-height:0;padding:1.25rem 1.1rem}.product_actions__iupU5{flex-direction:column;align-items:stretch;gap:.75rem}.product_btnPrimary__DZJoh{width:100%}.product_btnGhost__O98EI{justify-content:center}}