:root{--hc-accent: #f6c445;--hc-ink: #111213;--hc-muted: #6b7280;--hc-border: #e5e7eb;--hc-bg: #ffffff;--hc-card: #ffffff;--hc-max: 1120px;--hc-radius: 16px;--hc-radius-sm: 12px}.hc-wrap{width:min(var(--hc-max),calc(100% - 48px));margin:0 auto}.hc-section{padding:48px 0}@media(max-width:749px){.hc-section{padding:32px 0}.hc-wrap{width:calc(100% - 32px)}}.hc-section__head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:18px}.hc-section__title{font-size:30px;line-height:1.1;font-weight:750;letter-spacing:-.02em;color:var(--hc-ink);margin:0}.hc-section__right{color:var(--hc-muted);font-size:14px;line-height:1.2}@media(max-width:749px){.hc-section__head{align-items:flex-start;flex-direction:column}.hc-section__title{font-size:24px}}.hc-empty-state{border:2px dashed #cbd5e1;border-radius:14px;padding:16px 18px;color:#64748b;background:#fafafa}.hc-hero{padding:56px 0 46px;background:radial-gradient(1200px 520px at 18% 30%,rgba(246,196,69,.28),transparent 55%),radial-gradient(900px 520px at 78% 20%,rgba(92,225,230,.14),transparent 55%),linear-gradient(180deg,#0b1020,#0a0f1a 65%,#0b1020);color:#fff}.hc-hero__grid{display:grid;grid-template-columns:1.6fr 1fr;gap:22px;align-items:start}@media(max-width:989px){.hc-hero__grid{grid-template-columns:1fr}}.hc-hero__kicker{font-size:12px;letter-spacing:.12em;text-transform:uppercase;opacity:.75;margin-bottom:10px}.hc-hero__title{font-size:clamp(34px,4vw,56px);line-height:1.04;font-weight:800;letter-spacing:-.03em;margin:0 0 12px}.hc-hero__subtitle{margin:0 0 18px;max-width:58ch;color:#ffffffdb;font-size:16px;line-height:1.45}.hc-hero__search{position:relative;max-width:560px}.hc-hero__search-input{width:100%;height:48px;border-radius:999px;border:1px solid rgba(255,255,255,.18);background:#ffffff14;color:#fff;padding:0 16px 0 44px;outline:none}.hc-hero__search-input::placeholder{color:#ffffffa6}.hc-hero__search:before{content:"";position:absolute;left:16px;top:50%;transform:translateY(-50%);width:18px;height:18px;opacity:.75;background:currentColor;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='M8.5 2a6.5 6.5 0 1 0 4.028 11.61l3.43 3.43a1 1 0 0 0 1.414-1.414l-3.43-3.43A6.5 6.5 0 0 0 8.5 2Zm0 2a4.5 4.5 0 1 1 0 9a4.5 4.5 0 0 1 0-9Z'/%3E%3C/svg%3E") no-repeat center / contain;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='M8.5 2a6.5 6.5 0 1 0 4.028 11.61l3.43 3.43a1 1 0 0 0 1.414-1.414l-3.43-3.43A6.5 6.5 0 0 0 8.5 2Zm0 2a4.5 4.5 0 1 1 0 9a4.5 4.5 0 0 1 0-9Z'/%3E%3C/svg%3E") no-repeat center / contain}.hc-hero__hint{margin-top:8px;color:#ffffff9e;font-size:12px}.hc-suggest{position:absolute;left:0;right:0;top:54px;background:#0f172a;border:1px solid rgba(255,255,255,.12);border-radius:14px;overflow:hidden;box-shadow:0 18px 50px #00000059;display:none;z-index:50}.hc-suggest.is-open{display:block}.hc-suggest__item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;cursor:pointer}.hc-suggest__item:hover{background:#ffffff0f}.hc-suggest__left{display:flex;align-items:center;gap:10px;min-width:0}.hc-suggest__badge{font-size:11px;border:1px solid rgba(255,255,255,.14);border-radius:999px;padding:3px 8px;color:#fffc;white-space:nowrap}.hc-suggest__text{color:#fff;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hc-hero__callout{background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:18px;padding:16px}.hc-hero__callout-title{font-weight:800;margin:0 0 6px}.hc-hero__callout-text{margin:0;color:#ffffffc7;font-size:13px;line-height:1.35}.hc-pill-row{display:flex;flex-wrap:wrap;gap:10px}.hc-pill{display:flex;align-items:center;gap:10px;padding:10px 12px;border:1px solid var(--hc-border);border-radius:999px;text-decoration:none;background:#fff;color:var(--hc-ink);transition:transform .12s ease,box-shadow .12s ease}.hc-pill:hover{transform:translateY(-1px);box-shadow:0 10px 22px #00000014}.hc-pill__img{width:22px;height:22px;border-radius:999px;object-fit:cover}.hc-pill__label{font-size:14px;font-weight:650}.hc-popular-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:26px 28px}@media(max-width:1100px){.hc-popular-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:900px){.hc-popular-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.hc-popular-grid{grid-template-columns:1fr}}.hc-app-row{display:flex;gap:14px;text-decoration:none;color:var(--hc-ink)}.hc-app-row__icon{width:52px;height:52px;border-radius:14px;overflow:hidden;border:1px solid var(--hc-border);background:#fff;flex:0 0 auto;display:flex;align-items:center;justify-content:center}.hc-app-row__icon img{width:100%;height:100%;object-fit:cover}.hc-app-row__body{min-width:0}.hc-app-row__title{font-size:16px;line-height:1.25;font-weight:750;margin-bottom:4px}.hc-app-row__meta{display:flex;flex-wrap:wrap;gap:8px;color:var(--hc-muted);font-size:13px;line-height:1.2;margin-bottom:6px}.hc-app-row__desc{color:#4b5563;font-size:14px;line-height:1.35;margin-top:2px}.hc-app-row:hover .hc-app-row__title{text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:3px}.hc-chip{display:inline-flex;align-items:center;gap:6px;font-size:12px;line-height:1;padding:6px 10px;border-radius:999px;background:#f6c4452e;border:1px solid rgba(246,196,69,.35);color:#3a2a00;margin-top:10px;width:fit-content}.hc-muted-note{margin-top:16px;color:var(--hc-muted);font-size:13px}.pb-section{background:#0a0a12;padding:72px 0}.pb-wrap{max-width:1200px;margin:0 auto;padding:0 24px}.pb-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:40px;flex-wrap:wrap}.pb-head__left{display:flex;flex-direction:column;gap:8px}.pb-eyebrow{font-size:12px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#f5c842;margin:0}.pb-title{font-size:32px;font-weight:700;color:#fff;margin:0;line-height:1.2}.pb-subtitle{font-size:15px;color:#9ca3af;margin:0;max-width:480px;line-height:1.6}.pb-cta{display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:500;color:#f5c842;text-decoration:none;white-space:nowrap;transition:gap .2s ease;flex-shrink:0}.pb-cta:hover{gap:10px}.pb-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.pb-card{display:flex;align-items:center;gap:14px;padding:18px 20px;background:#13131f;border:1px solid rgba(255,255,255,.08);border-radius:14px;text-decoration:none;transition:border-color .2s ease,background .2s ease,transform .2s ease;position:relative;overflow:hidden}.pb-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(245,200,66,.05) 0%,transparent 60%);opacity:0;transition:opacity .3s ease;pointer-events:none}.pb-card:hover{border-color:#f5c8424d;background:#16162a;transform:translateY(-2px)}.pb-card:hover:before{opacity:1}.pb-card:hover .pb-card__arrow{opacity:1;transform:translate(0)}.pb-card--popular{border-color:#f5c84240}.pb-card__popular{position:absolute;top:10px;right:12px;font-size:10px;font-weight:600;color:#0a0a12;background:#f5c842;border-radius:999px;padding:2px 8px;letter-spacing:.04em;text-transform:uppercase}.pb-card__logo{width:48px;height:48px;border-radius:10px;overflow:hidden;flex-shrink:0;background:#1e1e30;display:flex;align-items:center;justify-content:center}.pb-card__logo img{width:100%;height:100%;object-fit:cover;display:block}.pb-card__logo-fallback{font-size:14px;font-weight:700;color:#f5c842;letter-spacing:.05em}.pb-card__body{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.pb-card__top{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.pb-card__name{font-size:14px;font-weight:600;color:#fff}.pb-card__badge{font-size:10px;font-weight:600;color:#f5c842;background:#f5c8421f;border:1px solid rgba(245,200,66,.2);border-radius:999px;padding:2px 8px;white-space:nowrap}.pb-card__desc{font-size:12px;color:#6b7280;margin:0;line-height:1.5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pb-card__arrow{color:#f5c842;opacity:0;transform:translate(-4px);transition:opacity .2s ease,transform .2s ease;flex-shrink:0}.pb-empty{color:#6b7280;font-size:14px;padding:24px;border:1px dashed rgba(255,255,255,.1);border-radius:12px;text-align:center}@media(max-width:900px){.pb-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.pb-section{padding:48px 0}.pb-title{font-size:24px}.pb-grid{grid-template-columns:1fr;gap:10px}.pb-head{flex-direction:column;align-items:flex-start;margin-bottom:28px}}.hc-back{display:inline-flex;align-items:center;gap:6px;font-size:14px;color:#6b7280;text-decoration:none;margin-bottom:24px;transition:color .2s ease}.hc-back:hover{color:#1a1a2e}.hc-app-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:24px}.hc-app-card{display:flex;align-items:flex-start;gap:14px;padding:18px 16px;background:#fff;border:1.5px solid #e5e7eb;border-radius:12px;text-decoration:none;transition:border-color .2s ease,box-shadow .2s ease,transform .15s ease;position:relative}.hc-app-card:hover{border-color:#0f0f1a;box-shadow:0 4px 14px #0f0f1a1a;transform:translateY(-2px)}.hc-app-card:hover .hc-app-card__arrow{color:#0f0f1a;transform:translate(3px)}.hc-app-card--popular{border-color:#d1fae5;background:#f0fdf4}.hc-app-card__popular{position:absolute;top:10px;right:12px;font-size:10px;font-weight:600;color:#166534;background:#dcfce7;border-radius:999px;padding:2px 8px;letter-spacing:.04em;text-transform:uppercase}.hc-app-card__logo{width:52px;height:52px;border-radius:10px;overflow:hidden;flex-shrink:0;background:#f3f4f6;display:flex;align-items:center;justify-content:center}.hc-app-card__logo img{width:100%;height:100%;object-fit:cover;display:block}.hc-app-card__logo-fallback{font-size:14px;font-weight:700;color:#0f0f1a}.hc-app-card__body{display:flex;flex-direction:column;gap:3px;min-width:0;flex:1}.hc-app-card__name{font-size:14px;font-weight:600;color:#1a1a2e;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hc-app-card__pricing{font-size:12px;color:#6b7280;margin:0}.hc-app-card__desc{font-size:12px;color:#6b7280;margin:4px 0 0;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hc-app-card__badge{display:inline-flex;align-items:center;gap:4px;margin-top:6px;font-size:11px;font-weight:600;color:#166534;background:#dcfce7;border:1px solid #bbf7d0;border-radius:4px;padding:2px 7px;width:fit-content}.hc-app-card__badge svg{width:11px;height:11px}.hc-app-card__arrow{color:#d1d5db;flex-shrink:0;align-self:center;transition:color .2s ease,transform .2s ease}@media(max-width:900px){.hc-app-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.hc-app-grid{grid-template-columns:1fr}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/partners-hub.css.map */
