.gj-av{--gj-bg: #ffffff;--gj-text: #111111;--gj-text-2: #5f5f5f;--gj-text-3: #6e6e6e;--gj-text-muted: #8a8a8a;--gj-body: #333333;--gj-surface: #f4f4f4;--gj-surface-2: #f5f5f5;--gj-border: #e6e6e6;--gj-border-2: #e2e2e2;--gj-border-strong: #d4d4d4;--gj-font-display: "Manrope", system-ui, sans-serif;--gj-font-body: "DM Sans", system-ui, sans-serif;--gj-radius-lg: 24px;--gj-radius-md: 16px;--gj-pill: 999px;--gj-gutter: 120px;background:var(--gj-bg);color:var(--gj-text);font-family:var(--gj-font-body);-webkit-font-smoothing:antialiased}.gj-av *,.gj-av *:before,.gj-av *:after{box-sizing:border-box}.gj-av button{font-family:inherit}.gj-av a{color:inherit}.gj-av__wrap{max-width:1440px;margin:0 auto;padding:0 var(--gj-gutter)}.gj-av__sr{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.gj-av__pill{display:inline-flex;align-items:center;gap:8px;height:32px;padding:0 14px;border:1px solid var(--gj-border-2);border-radius:var(--gj-pill);font-size:13px;color:var(--gj-text-2)}.gj-av__dot{width:6px;height:6px;border-radius:50%;background:var(--gj-text);flex-shrink:0}.gj-av__h2{margin:0;font-family:var(--gj-font-display);font-weight:600;font-size:32px;line-height:1.1;letter-spacing:-1px}.gj-av__btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:48px;padding:0 22px;border-radius:var(--gj-pill);font-size:14px;font-weight:600;text-decoration:none;cursor:pointer;border:1px solid transparent;white-space:nowrap;transition:opacity .15s,background .15s}.gj-av__btn--solid{background:var(--gj-text);color:#fff!important}.gj-av__btn--solid:hover{opacity:.85}.gj-av__btn--ghost{background:transparent;border-color:var(--gj-border-strong);color:var(--gj-text)}.gj-av__btn--ghost:hover{background:var(--gj-surface)}.gj-av :focus-visible{outline:2px solid var(--gj-text);outline-offset:3px}.gj-av__hero{padding:120px 0 88px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:24px}.gj-av__h1{margin:0;max-width:900px;font-family:var(--gj-font-display);font-weight:600;font-size:80px;line-height:1.02;letter-spacing:-3px}.gj-av__h1 span{color:var(--gj-text-muted)}.gj-av__lede{margin:0;max-width:520px;font-size:18px;line-height:1.6;color:var(--gj-text-2)}.gj-av__search{margin-top:20px;width:100%;max-width:680px;display:flex;flex-direction:column;align-items:center;gap:18px}.gj-av__field{width:100%;height:64px;display:flex;align-items:center;gap:12px;padding:0 8px 0 24px;background:var(--gj-surface-2);border:1px solid var(--gj-border-strong);border-radius:var(--gj-pill);transition:border-color .15s,background .15s}.gj-av__field:focus-within{border-color:var(--gj-text);background:#fff}.gj-av__field svg{flex-shrink:0}.gj-av__input{flex:1;min-width:0;height:100%;border:0;background:transparent;outline:none;font:400 17px/1 var(--gj-font-body);color:var(--gj-text)}.gj-av__input::placeholder{color:var(--gj-text-3)}.gj-av__input::-webkit-search-cancel-button{display:none}.gj-av__clear{width:44px;height:44px;border:0;border-radius:var(--gj-pill);background:transparent;display:none;align-items:center;justify-content:center;cursor:pointer}.gj-av__clear.is-visible{display:flex}.gj-av__submit{width:48px;height:48px;flex-shrink:0;border:0;border-radius:var(--gj-pill);background:var(--gj-text);display:flex;align-items:center;justify-content:center;cursor:pointer}.gj-av__chips{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}.gj-av__chip{height:36px;padding:0 14px;border:1px solid var(--gj-border-2);border-radius:var(--gj-pill);background:transparent;font-size:13px;color:var(--gj-text-2);cursor:pointer;transition:all .15s}.gj-av__chip:hover{border-color:var(--gj-text);color:var(--gj-text)}.gj-av__now{padding-bottom:120px;display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:16px;scroll-margin-top:24px}.gj-av__player{position:relative;aspect-ratio:16 / 9;overflow:hidden;background:var(--gj-surface);border:1px solid var(--gj-border);border-radius:var(--gj-radius-lg);display:flex;align-items:center;justify-content:center}.gj-av__player iframe,.gj-av__player video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0;background:#000}.gj-av__poster{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.gj-av__play{position:relative;width:84px;height:84px;border-radius:var(--gj-pill);border:1px solid var(--gj-border-strong);background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .15s}.gj-av__play:hover{transform:scale(1.05)}.gj-av__play[disabled]{cursor:default;transform:none}.gj-av__badge{position:absolute;left:24px;bottom:24px;height:30px;padding:0 12px;display:flex;align-items:center;gap:8px;background:#fff;border-radius:var(--gj-pill);font-size:12px}.gj-av__soon{position:absolute;right:24px;bottom:24px;font-size:12px;color:var(--gj-text-3)}.gj-av__info{background:var(--gj-surface);border:1px solid var(--gj-border);border-radius:var(--gj-radius-lg);padding:32px;display:flex;flex-direction:column;gap:20px}.gj-av__cat{font-size:13px;color:var(--gj-text-3)}.gj-av__title{margin:0;font-family:var(--gj-font-display);font-weight:600;font-size:30px;line-height:1.15;letter-spacing:-.8px}.gj-av__tips-label{font-size:12px;letter-spacing:.5px;color:var(--gj-text-3);padding-bottom:12px}.gj-av__tips{list-style:none;margin:0;padding:0;counter-reset:tip}.gj-av__tips li{counter-increment:tip;display:flex;gap:14px;padding:14px 0;border-top:1px solid var(--gj-border-2);font-size:14px;line-height:1.5;color:var(--gj-body)}.gj-av__tips li:before{content:counter(tip,decimal-leading-zero);color:var(--gj-text-muted);font-variant-numeric:tabular-nums}.gj-av__actions{margin-top:auto;display:flex;flex-direction:column;gap:8px}.gj-av__lib{padding-bottom:120px;display:flex;flex-direction:column;gap:32px}.gj-av__lib-head{display:flex;align-items:center;gap:14px}.gj-av__count{height:28px;padding:0 12px;display:flex;align-items:center;border:1px solid var(--gj-border-2);border-radius:var(--gj-pill);font-size:13px;color:var(--gj-text-2)}.gj-av__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:40px 20px}.gj-av__card{border:0;padding:0;background:transparent;text-align:left;cursor:pointer;display:flex;flex-direction:column;gap:16px;color:var(--gj-text)}.gj-av__thumb{position:relative;width:100%;aspect-ratio:16 / 10;overflow:hidden;display:flex;align-items:center;justify-content:center;background:var(--gj-surface);border:1px solid var(--gj-border);border-radius:var(--gj-radius-md);transition:border-color .15s}.gj-av__card:hover .gj-av__thumb{border-color:var(--gj-border-strong)}.gj-av__card.is-active .gj-av__thumb{border:2px solid var(--gj-text)}.gj-av__thumb img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.gj-av__thumb-play{position:relative;width:48px;height:48px;border-radius:var(--gj-pill);background:#fff;border:1px solid var(--gj-border-2);display:flex;align-items:center;justify-content:center}.gj-av__thumb-tag{position:absolute;top:12px;left:12px;height:26px;padding:0 10px;display:flex;align-items:center;background:#fff;border-radius:var(--gj-pill);font-size:12px;color:var(--gj-body)}.gj-av__card-text{display:flex;flex-direction:column;gap:6px;padding:0 4px}.gj-av__card-name{font-size:16px;font-weight:500;line-height:1.35}.gj-av__card-sub{font-size:13px;color:var(--gj-text-3)}.gj-av__card.is-active .gj-av__card-sub{color:var(--gj-text);font-weight:500}.gj-av__empty{border:1px dashed var(--gj-border-strong);border-radius:var(--gj-radius-lg);padding:56px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px}.gj-av__empty[hidden]{display:none}.gj-av__empty-title{font-family:var(--gj-font-display);font-weight:600;font-size:24px;letter-spacing:-.5px}.gj-av__empty p{margin:0 0 8px;max-width:460px;font-size:15px;line-height:1.6;color:var(--gj-text-2)}.gj-av__help{padding-bottom:120px}.gj-av__help-inner{border-top:1px solid var(--gj-border);padding-top:56px;display:grid;grid-template-columns:minmax(0,1.2fr) repeat(3,minmax(0,1fr));gap:16px}.gj-av__help-intro{display:flex;flex-direction:column;gap:12px;padding-right:24px}.gj-av__help-intro p{margin:0;font-size:15px;line-height:1.6;color:var(--gj-text-2)}.gj-av__help-card{background:var(--gj-surface);border:1px solid var(--gj-border);border-radius:20px;padding:24px;display:flex;flex-direction:column;gap:28px;text-decoration:none;color:var(--gj-text);transition:border-color .15s}a.gj-av__help-card:hover{border-color:var(--gj-border-strong)}.gj-av__help-icon{width:40px;height:40px;border-radius:12px;background:#fff;display:flex;align-items:center;justify-content:center}.gj-av__help-text{display:flex;flex-direction:column;gap:4px}.gj-av__help-text small{font-size:13px;color:var(--gj-text-3)}.gj-av__help-text strong{font-size:17px;font-weight:500;word-break:break-word}@media(max-width:1100px){.gj-av{--gj-gutter: 40px}.gj-av__h1{font-size:64px;letter-spacing:-2.4px}.gj-av__now{grid-template-columns:1fr}.gj-av__grid,.gj-av__help-inner{grid-template-columns:repeat(3,minmax(0,1fr))}.gj-av__help-intro{grid-column:1 / -1;padding:0 0 8px}}@media(max-width:680px){.gj-av{--gj-gutter: 16px}.gj-av__hero{padding:56px 4px 40px;align-items:flex-start;text-align:left;gap:18px}.gj-av__pill{height:30px;font-size:12px}.gj-av__h1{font-size:44px;letter-spacing:-1.8px}.gj-av__h1 br{display:none}.gj-av__lede{font-size:16px}.gj-av__search{margin-top:8px;align-items:stretch;gap:14px}.gj-av__field{height:56px;padding:0 6px 0 18px}.gj-av__input{font-size:16px}.gj-av__submit{display:none}.gj-av__chips{justify-content:flex-start;flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none}.gj-av__chip{flex-shrink:0}.gj-av__now{padding-bottom:56px;gap:10px}.gj-av__player{border-radius:20px}.gj-av__play{width:64px;height:64px}.gj-av__badge{left:14px;bottom:14px;height:28px}.gj-av__soon{display:none}.gj-av__info{border-radius:20px;padding:22px;gap:10px}.gj-av__title{font-size:24px;letter-spacing:-.6px}.gj-av__tips-wrap{display:none}.gj-av__actions{flex-direction:row;margin-top:10px}.gj-av__actions .gj-av__btn{flex:1;height:46px;padding:0 12px}.gj-av__lib{padding-bottom:56px;gap:18px}.gj-av__lib-head{justify-content:space-between;padding:0 4px}.gj-av__h2{font-size:24px;letter-spacing:-.6px}.gj-av__count{height:26px;font-size:12px}.gj-av__grid{grid-template-columns:1fr;gap:8px}.gj-av__card{flex-direction:row;align-items:center;gap:14px;padding:8px 16px 8px 8px;background:#f7f7f7;border:1px solid #ebebeb;border-radius:16px}.gj-av__card.is-active{border-color:var(--gj-text)}.gj-av__thumb,.gj-av__card.is-active .gj-av__thumb{flex-shrink:0;width:96px;aspect-ratio:auto;height:64px;border:0;border-radius:10px;background:#ebebeb}.gj-av__thumb-play{width:30px;height:30px}.gj-av__thumb-play svg{width:11px;height:11px}.gj-av__thumb-tag{display:none}.gj-av__card-text{padding:0;gap:4px}.gj-av__card-name{font-size:15px}.gj-av__card-sub{font-size:12px}.gj-av__empty{padding:28px 22px;border-radius:20px}.gj-av__empty-title{font-size:19px}.gj-av__help{padding-bottom:48px}.gj-av__help-inner{grid-template-columns:1fr;padding-top:0;border-top:0;gap:10px}.gj-av__help-card{flex-direction:row;align-items:center;gap:14px;padding:16px;border-radius:16px}.gj-av__help-intro .gj-av__h2{font-size:24px}}@media(prefers-reduced-motion:reduce){.gj-av *{transition:none!important}}
/*# sourceMappingURL=/cdn/shop/t/81/assets/gj-assembly-videos.css.map */
