/*!app_v3:static/css/app.scss*/
.app-highlights{max-width:880px;margin:20px auto;margin-left:calc(50% - 440px - 60px)}.app-highlights ul{list-style:none;padding:0;margin:0}.app-highlights li{margin-bottom:8px;padding-left:16px;position:relative;line-height:1.6}.app-highlights li::before{content:'';position:absolute;left:0;top:8px;width:6px;height:6px;background:#2563EB;border-radius:50%;display:inline-block}.app-screenshots{display:flex;justify-content:center;gap:16px;flex-wrap:wrap;margin-top:16px}.app-screenshots__item{width:calc(20% - 13px);max-width:200px;text-align:center}.app-screenshots__item img{width:100%;height:auto;border-radius:12px;box-shadow:0 4px 16px rgba(0,0,0,.12)}.cert-badge{display:inline-block;margin-left:12px;padding:4px 14px;background:#f5f5f7;border-radius:12px;font-size:.8125rem;font-weight:500;color:#6e6e73;vertical-align:middle}.papers-list a{display:block;padding:16px 0;border-bottom:1px solid #e8e8ed;color:#06c}.papers-list a:last-child{border-bottom:0}@media (max-width:1024px){.product-hero{flex-direction:column;text-align:center}.product-hero__image{max-width:120px}.app-highlights{margin-left:auto}}@media (max-width:768px){.app-screenshots__item{width:calc(33% - 11px)}.app-highlights{margin-left:auto}}
/*!app_v3:widget/product/product.scss*/
.app-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.app-card{background:#fbfbfd;border-radius:18px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.app-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px rgba(0,0,0,.08)}.app-card__header{display:flex;align-items:center;gap:24px;padding:24px;background:#f5f5f7}.app-card__logo{width:64px;height:64px;object-fit:contain;border-radius:14px;box-shadow:0 2px 10px rgba(0,0,0,.08)}.app-card__name{font-size:clamp(1.25rem,2.5vw,1.5rem);font-weight:600;color:#1d1d1f;margin:0}.app-card__screens{display:flex;gap:24px;padding:24px;background:#F0F5FF;justify-content:center}.app-card__screen{width:auto;height:280px;border-radius:14px;object-fit:contain;box-shadow:0 4px 16px rgba(0,0,0,.12);max-width:45%;transition:transform .3s ease}.app-card__screen:first-child{transform:rotate(-3deg);z-index:2}.app-card__screen:last-child{transform:rotate(3deg);z-index:1}.app-card:hover .app-card__screen:first-child{transform:rotate(-1deg) scale(1.02)}.app-card:hover .app-card__screen:last-child{transform:rotate(1deg) scale(1.02)}.app-card__body{padding:24px}.app-card__desc{font-size:clamp(0.9375rem,1.2vw,1.0625rem);color:#6e6e73;margin:0 0 24px;line-height:1.6}.app-card__features{list-style:none;padding:0;margin:0 0 24px;display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.app-card__features li{font-size:clamp(0.8125rem,1vw,.9375rem);color:#1d1d1f;padding:8px 0;padding-left:1.4em;position:relative}.app-card__features li::before{content:'';position:absolute;left:0;top:.55em;width:8px;height:8px;border-radius:50%;background:#3a7bd5}.app-card__downloads{display:flex;gap:16px}.app-card__btn{display:inline-flex;align-items:center;justify-content:center;padding:8px 20px;background:#0071e3;color:#fff;font-size:clamp(0.8125rem,1vw,.9375rem);font-weight:500;border-radius:20px;transition:background .15s ease}.app-card__btn:hover{background:#06c}.app-card__btn--outline{background:transparent;border:1px solid #d2d2d7;color:#1d1d1f}.app-card__btn--outline:hover{border-color:#0071e3;color:#0071e3}@media (max-width:768px){.app-grid{grid-template-columns:1fr}.app-card__screens{flex-direction:column;align-items:center}.app-card__screen{width:80%;max-width:280px;height:auto}.app-card__features{grid-template-columns:1fr}}