:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;color:#171a21;background:#f5f6f8;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html,body,#product-home-root{min-width:320px;min-height:100%;margin:0}body{min-height:100vh;overflow-x:hidden}a{color:inherit;text-decoration:none}.product-home{display:flex;min-height:100vh;flex-direction:column;background:#f5f6f8}.product-home__header,.product-home__main,.product-home__footer{position:relative;z-index:1}.product-home__header{display:flex;width:min(1120px,calc(100% - 48px));height:80px;align-items:center;justify-content:space-between;margin:0 auto;border-bottom:1px solid rgba(23,26,33,.08)}.product-home__brand{display:inline-flex;align-items:center;gap:11px;color:#171a21;font-size:18px;font-weight:700;letter-spacing:0}.product-home__brand-mark{display:grid;width:34px;height:34px;place-items:center;border-radius:8px;background:#171a21;box-shadow:0 7px 18px #171a2129;color:#fff}.product-home__brand-mark svg{width:19px;height:19px}.product-home__tagline{color:#858b98;font-size:13px}.product-home__main{display:flex;width:min(960px,calc(100% - 48px));flex:1;flex-direction:column;justify-content:center;margin:0 auto;padding:64px 0 104px}.product-home__intro{max-width:620px;margin-bottom:44px}.product-home__eyebrow{display:block;margin-bottom:14px;color:#656b77;font-size:12px;font-weight:700;letter-spacing:0;text-transform:uppercase}.product-home__intro h1{margin:0 0 14px;color:#171a21;font-size:48px;font-weight:720;letter-spacing:0;line-height:1.15}.product-home__intro p{max-width:520px;margin:0;color:#656b77;font-size:16px;line-height:1.75}.product-home__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.product-card{--product-accent: #4f46e5;--product-tint: #eef2ff;position:relative;display:grid;min-height:238px;grid-template-columns:1fr auto;grid-template-rows:auto 1fr;gap:0 20px;overflow:hidden;padding:28px;border:1px solid rgba(23,26,33,.1);border-radius:8px;background:#fff;box-shadow:0 2px 5px #171a2105,0 16px 42px #171a210d;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.product-card:before{position:absolute;top:0;right:0;left:0;height:3px;background:var(--product-accent);content:"";transform:scaleX(0);transform-origin:left;transition:transform .18s ease}.product-card--prototype{--product-accent: #0f766e;--product-tint: #ecfdf5}.product-card:hover{border-color:#171a212e;box-shadow:0 4px 8px #171a2108,0 22px 54px #171a2117;transform:translateY(-4px)}.product-card:hover:before{transform:scaleX(1)}.product-card:focus-visible{outline:3px solid rgba(79,70,229,.25);outline-offset:4px}.product-card__icon{display:grid;width:52px;height:52px;place-items:center;border-radius:8px;background:var(--product-tint);color:var(--product-accent)}.product-card__icon svg{width:26px;height:26px}.product-card__content{display:flex;align-self:end;flex-direction:column;grid-column:1 / -1;grid-row:2;gap:8px;padding-top:44px}.product-card__content strong{color:#171a21;font-size:23px;font-weight:680;letter-spacing:0;line-height:1.3}.product-card__content>span{max-width:330px;color:#656b77;font-size:14px;line-height:1.65}.product-card__content .product-card__download{display:inline-flex;align-items:center;gap:8px;align-self:flex-start;margin-top:12px;padding:10px 14px;border-radius:8px;background:#4f46e5;color:#fff;font-weight:600}.product-card__download small{font-size:12px;font-weight:400;opacity:.85}.product-card__content .product-card__compatibility{font-size:12px;color:#7c8290}.product-home__install-note{max-width:640px;margin:22px 0 0;color:#7c8290;font-size:12px;line-height:1.8}.product-card__action{display:grid;width:38px;height:38px;grid-column:2;grid-row:1;justify-self:end;place-items:center;border:1px solid rgba(23,26,33,.1);border-radius:50%;background:#fff;color:#4b515d;transition:background .18s ease,border-color .18s ease,color .18s ease}.product-card__action svg{width:18px;height:18px}.product-card:hover .product-card__action{border-color:var(--product-accent);background:var(--product-accent);color:#fff}.product-home__footer{width:min(1120px,calc(100% - 48px));margin:0 auto;padding:0 0 28px;color:#9499a4;font-size:12px}@media(max-width:700px){.product-home__header{width:min(100% - 32px,1120px);height:70px}.product-home__tagline{display:none}.product-home__main{width:min(100% - 32px,960px);justify-content:flex-start;padding:52px 0 72px}.product-home__intro{margin-bottom:34px}.product-home__intro h1{font-size:40px}.product-home__intro p{font-size:15px}.product-home__grid{grid-template-columns:1fr;gap:14px}.product-card{min-height:210px;padding:24px}.product-card__content{padding-top:32px}.product-home__footer{width:min(100% - 32px,1120px);padding-bottom:22px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important}}
