.ProductCard-module___Sn4pq__productCard{padding:var(--spacing-6);background:var(--background);border:1px solid var(--hairline);border-radius:var(--radius-xl);transition:all var(--animation-base)var(--ease-smooth);flex-direction:column;min-height:320px;text-decoration:none;display:flex}@media (hover:hover){.ProductCard-module___Sn4pq__productCard:hover:not(.ProductCard-module___Sn4pq__productCard--comingSoon){border-color:var(--primary);box-shadow:var(--shadow-sm);transform:scale(1.02)}}.ProductCard-module___Sn4pq__productCard--comingSoon{opacity:.7;cursor:default}@media (hover:hover){.ProductCard-module___Sn4pq__productCard--comingSoon:hover{opacity:.8}}.ProductCard-module___Sn4pq__productCard__header{margin-bottom:var(--spacing-4);justify-content:space-between;align-items:flex-start;display:flex}.ProductCard-module___Sn4pq__productCard__icon{background:linear-gradient(135deg,var(--primary)0%,var(--primary-variant)100%);border-radius:var(--radius-2xl);width:56px;height:56px;color:var(--on-primary);justify-content:center;align-items:center;display:flex}.ProductCard-module___Sn4pq__productCard__icon svg{width:28px;height:28px}.ProductCard-module___Sn4pq__productCard__badge{padding:var(--spacing-1)var(--spacing-3);background:var(--warning-bg);color:#b45309;font-size:var(--font-size-xs);font-weight:var(--font-weight-semibold);border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.025em;align-items:center;display:inline-flex}.ProductCard-module___Sn4pq__productCard__content{flex:1}.ProductCard-module___Sn4pq__productCard__title{font-size:var(--font-size-xl);font-weight:var(--font-weight-medium);color:var(--text-color);margin:0 0 var(--spacing-2)0;line-height:var(--line-height-tight)}.ProductCard-module___Sn4pq__productCard__description{font-size:var(--font-size-base);color:var(--text-muted);margin:0 0 var(--spacing-4)0;line-height:var(--line-height-relaxed)}.ProductCard-module___Sn4pq__productCard__features{margin:0;padding:0;list-style:none}.ProductCard-module___Sn4pq__productCard__feature{padding-left:var(--spacing-5);font-size:var(--font-size-sm);color:var(--text-color);margin-bottom:var(--spacing-2);position:relative}.ProductCard-module___Sn4pq__productCard__feature:before{content:"";background:var(--primary);border-radius:var(--radius-full);width:6px;height:6px;position:absolute;top:.5em;left:0}.ProductCard-module___Sn4pq__productCard__footer{margin-top:var(--spacing-4);padding-top:var(--spacing-4);border-top:1px solid var(--hairline)}.ProductCard-module___Sn4pq__productCard__cta{align-items:center;gap:var(--spacing-2);font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);color:var(--primary);display:inline-flex}.ProductCard-module___Sn4pq__productCard__arrow{transition:transform var(--animation-base)var(--ease-smooth)}@media (hover:hover){.ProductCard-module___Sn4pq__productCard:hover:not(.ProductCard-module___Sn4pq__productCard--comingSoon) .ProductCard-module___Sn4pq__productCard__arrow{transform:translate(4px)}}.ProductCard-module___Sn4pq__productCard__notifyText{font-size:var(--font-size-sm);color:var(--text-muted);font-style:italic}:root[data-theme=dark] .ProductCard-module___Sn4pq__productCard{background:var(--oxford-blue)}@media (hover:hover){:root[data-theme=dark] .ProductCard-module___Sn4pq__productCard:hover:not(.ProductCard-module___Sn4pq__productCard--comingSoon){background:#1a73e80f;border-color:#1a73e84d;box-shadow:0 0 0 1px #1a73e81a}}:root[data-theme=dark] .ProductCard-module___Sn4pq__productCard__badge{color:var(--warning);background:#eaaa2933}@media (max-width:768px){.ProductCard-module___Sn4pq__productCard{padding:var(--spacing-5);min-height:auto}.ProductCard-module___Sn4pq__productCard__icon{width:48px;height:48px}.ProductCard-module___Sn4pq__productCard__icon svg{width:24px;height:24px}.ProductCard-module___Sn4pq__productCard__title{font-size:var(--font-size-lg)}}
.ApexLanding-module__stfrnq__apex{max-width:var(--container-xl);padding:var(--spacing-10)var(--spacing-6);margin:0 auto}.ApexLanding-module__stfrnq__apex__header{text-align:center;margin-bottom:var(--spacing-12)}.ApexLanding-module__stfrnq__apex__title{font-size:var(--font-size-5xl);font-weight:var(--font-weight-medium);color:var(--text-color);margin:0 0 var(--spacing-4)0;line-height:var(--line-height-tight);letter-spacing:var(--letter-spacing-tight)}.ApexLanding-module__stfrnq__apex__subtitle{font-size:var(--font-size-xl);color:var(--text-muted);max-width:600px;line-height:var(--line-height-relaxed);margin:0 auto}.ApexLanding-module__stfrnq__apex__sectionTitle{font-size:var(--font-size-2xl);font-weight:var(--font-weight-medium);color:var(--text-color);margin:0 0 var(--spacing-6)0;letter-spacing:var(--letter-spacing-snug)}.ApexLanding-module__stfrnq__apex__products{margin-bottom:var(--spacing-12)}.ApexLanding-module__stfrnq__apex__productGrid{gap:var(--spacing-6);grid-template-columns:repeat(3,1fr);display:grid}.ApexLanding-module__stfrnq__apex__quickLinks{margin-bottom:var(--spacing-10)}.ApexLanding-module__stfrnq__apex__linkGrid{gap:var(--spacing-4);flex-wrap:wrap;display:flex}.ApexLanding-module__stfrnq__apex__quickLink{align-items:center;gap:var(--spacing-2);padding:var(--spacing-3)var(--spacing-5);background:var(--bg-light);border:1px solid var(--hairline);border-radius:var(--radius-xl);color:var(--text-color);font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);transition:all var(--animation-base)var(--ease-smooth);text-decoration:none;display:inline-flex}@media (hover:hover){.ApexLanding-module__stfrnq__apex__quickLink:hover{background:var(--primary);color:var(--on-primary);border-color:var(--primary)}}.ApexLanding-module__stfrnq__apex__quickLink svg{flex-shrink:0}:root[data-theme=dark] .ApexLanding-module__stfrnq__apex__quickLink{background:var(--dark-gray)}@media (hover:hover){:root[data-theme=dark] .ApexLanding-module__stfrnq__apex__quickLink:hover{background:var(--primary)}}@media (max-width:1024px){.ApexLanding-module__stfrnq__apex__productGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.ApexLanding-module__stfrnq__apex{padding:var(--spacing-6)var(--spacing-4)}.ApexLanding-module__stfrnq__apex__title{font-size:var(--font-size-3xl)}.ApexLanding-module__stfrnq__apex__subtitle{font-size:var(--font-size-lg)}.ApexLanding-module__stfrnq__apex__productGrid{grid-template-columns:1fr}.ApexLanding-module__stfrnq__apex__linkGrid{flex-direction:column}.ApexLanding-module__stfrnq__apex__quickLink{justify-content:center}}
.SectionCard-module__e5vAEG__sectionCard{padding:var(--spacing-4);background:var(--background);border:1px solid var(--hairline);border-radius:var(--radius-xl);transition:all var(--animation-base)var(--ease-smooth);text-decoration:none;display:block}@media (hover:hover){.SectionCard-module__e5vAEG__sectionCard:hover{border-color:var(--primary);box-shadow:var(--shadow-sm);transform:scale(1.02)}}.SectionCard-module__e5vAEG__sectionCard__header{align-items:center;gap:var(--spacing-3);margin-bottom:var(--spacing-2);display:flex}.SectionCard-module__e5vAEG__sectionCard__icon{background:var(--bg-light);border-radius:var(--radius-xl);width:36px;height:36px;color:var(--primary);flex-shrink:0;justify-content:center;align-items:center;display:flex}.SectionCard-module__e5vAEG__sectionCard__icon svg{width:18px;height:18px}.SectionCard-module__e5vAEG__sectionCard__info{flex:1;min-width:0}.SectionCard-module__e5vAEG__sectionCard__title{font-size:var(--font-size-base);font-weight:var(--font-weight-medium);color:var(--text-color);line-height:var(--line-height-tight);margin:0}.SectionCard-module__e5vAEG__sectionCard__count{font-size:var(--font-size-xs);color:var(--text-muted)}.SectionCard-module__e5vAEG__sectionCard__chevron{color:var(--text-muted);transition:all var(--animation-base)var(--ease-smooth);flex-shrink:0}@media (hover:hover){.SectionCard-module__e5vAEG__sectionCard:hover .SectionCard-module__e5vAEG__sectionCard__chevron{color:var(--primary);transform:translate(2px)}}.SectionCard-module__e5vAEG__sectionCard__description{font-size:var(--font-size-sm);color:var(--text-muted);line-height:var(--line-height-relaxed);margin:0}:root[data-theme=dark] .SectionCard-module__e5vAEG__sectionCard{background:var(--oxford-blue)}@media (hover:hover){:root[data-theme=dark] .SectionCard-module__e5vAEG__sectionCard:hover{background:var(--dark-gray)}}:root[data-theme=dark] .SectionCard-module__e5vAEG__sectionCard__icon{background:var(--dark-gray)}@media (max-width:768px){.SectionCard-module__e5vAEG__sectionCard{padding:var(--spacing-3)}.SectionCard-module__e5vAEG__sectionCard__icon{width:32px;height:32px}}
.page-module__xir18G__partnerHome{max-width:var(--container-lg);padding:var(--spacing-8)var(--spacing-6);margin:0 auto}.page-module__xir18G__partnerHome__header{margin-bottom:var(--spacing-10)}.page-module__xir18G__partnerHome__title{font-size:var(--font-size-4xl);font-weight:var(--font-weight-bold);color:var(--text-color);margin:0 0 var(--spacing-4)0}.page-module__xir18G__partnerHome__description{font-size:var(--font-size-lg);color:var(--text-muted);max-width:600px;line-height:var(--line-height-relaxed);margin:0}.page-module__xir18G__partnerHome__sections{margin-bottom:var(--spacing-10)}.page-module__xir18G__partnerHome__sectionTitle{font-size:var(--font-size-xl);font-weight:var(--font-weight-semibold);color:var(--text-color);margin:0 0 var(--spacing-4)0}.page-module__xir18G__partnerHome__grid{gap:var(--spacing-4);grid-template-columns:repeat(2,1fr);display:grid}.page-module__xir18G__partnerHome__quickStart{background:var(--bg-light);border-radius:var(--radius-xl);padding:var(--spacing-6)}.page-module__xir18G__partnerHome__steps{gap:var(--spacing-4);grid-template-columns:repeat(4,1fr);display:grid}.page-module__xir18G__partnerHome__step{gap:var(--spacing-3);display:flex}.page-module__xir18G__partnerHome__stepNumber{background:var(--primary);width:28px;height:28px;color:var(--on-primary);border-radius:var(--radius-full);font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);flex-shrink:0;justify-content:center;align-items:center;display:flex}.page-module__xir18G__partnerHome__step h3{font-size:var(--font-size-base);font-weight:var(--font-weight-semibold);color:var(--text-color);margin:0 0 var(--spacing-1)0}.page-module__xir18G__partnerHome__step p{font-size:var(--font-size-sm);color:var(--text-muted);margin:0}:root[data-theme=dark] .page-module__xir18G__partnerHome__quickStart{background:var(--dark-gray)}@media (max-width:1024px){.page-module__xir18G__partnerHome__steps{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.page-module__xir18G__partnerHome{padding:var(--spacing-6)var(--spacing-4)}.page-module__xir18G__partnerHome__title{font-size:var(--font-size-3xl)}.page-module__xir18G__partnerHome__grid,.page-module__xir18G__partnerHome__steps{grid-template-columns:1fr}}
