.how-to-page{--ht-accent: #3b82f6;--ht-accent-soft: #eff6ff;--ht-page-bg: #f1f5f9;--ht-surface: #ffffff;--ht-text: #0f172a;--ht-text-secondary: #64748b;--ht-text-muted: #94a3b8;--ht-border: #e2e8f0;--ht-header: #1e293b;--ht-live: #ef4444;--ht-thumb-bg: #0f172a;--ht-radius-card: 14px;--ht-radius-thumb: 12px;--ht-radius-tab: 12px;background:var(--ht-page-bg);min-height:60vh}.how-to-page__hero{background:var(--ht-header);border-bottom:3px solid var(--ht-accent);padding:1.25rem 1rem 1.35rem}.how-to-page__hero-inner{max-width:56rem;margin:0 auto}.how-to-page__title{margin:0;font-size:1.35rem;font-weight:700;color:#fff;letter-spacing:-.02em}.how-to-page__subtitle{margin:.35rem 0 0;font-size:.82rem;font-weight:500;color:#e2e8f0b8;letter-spacing:.01em}.how-to-page__body{max-width:56rem;margin:0 auto;padding:0 1rem 3rem}.how-to-toolbar{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding-top:.875rem;padding-bottom:.25rem}.how-to-tabs{flex:1;display:flex;gap:.25rem;padding:.25rem;border-radius:var(--ht-radius-tab);background:var(--ht-border)}.how-to-tabs__btn{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.625rem .75rem;border:0;border-radius:10px;background:transparent;color:var(--ht-text-secondary);font-size:.8125rem;font-weight:600;cursor:pointer;transition:background .15s,color .15s,box-shadow .15s}.how-to-tabs__btn i{font-size:.875rem}.how-to-tabs__btn--active{background:var(--ht-surface);color:var(--ht-text);font-weight:700;box-shadow:0 1px 4px #0f172a14}.how-to-tabs__live-dot{width:7px;height:7px;border-radius:999px;background:var(--ht-live);flex-shrink:0}.how-to-view-toggle{display:flex;gap:.2rem;padding:.2rem;border-radius:10px;background:var(--ht-border);flex-shrink:0}.how-to-view-toggle__btn{width:2.125rem;height:2.125rem;display:flex;align-items:center;justify-content:center;border:0;border-radius:8px;background:transparent;color:var(--ht-text-secondary);cursor:pointer;transition:background .15s,color .15s}.how-to-view-toggle__btn--active{background:var(--ht-surface);color:var(--ht-accent);box-shadow:0 1px 3px #0f172a14}.how-to-cat{margin-top:1.25rem;margin-bottom:.75rem;grid-column:1 / -1}.how-to-cat--first{margin-top:.5rem}.how-to-cat__card{position:relative;overflow:hidden;border-radius:var(--ht-radius-card);border:1px solid rgba(255,255,255,.65);padding:.75rem}.how-to-cat__glow{position:absolute;bottom:-.5rem;left:.75rem;width:4.5rem;height:4.5rem;border-radius:999px;opacity:.85;pointer-events:none}.how-to-cat__row{position:relative;display:flex;align-items:center;gap:.625rem}.how-to-cat__bar{width:4px;height:1.5rem;border-radius:3px;flex-shrink:0}.how-to-cat__icon{width:2.125rem;height:2.125rem;border-radius:11px;display:flex;align-items:center;justify-content:center;font-size:.875rem;flex-shrink:0}.how-to-cat__title{flex:1;margin:0;font-size:1.0625rem;font-weight:800;letter-spacing:-.02em;line-height:1.3}.how-to-cat__badge{padding:.3rem .625rem;border-radius:999px;border:1px solid;font-size:.6875rem;font-weight:800;letter-spacing:.01em;white-space:nowrap}.how-to-cat__divider{height:1px;margin:.625rem .5rem 0;opacity:.75}.how-to-thumb{position:relative;overflow:hidden;border-radius:var(--ht-radius-thumb);background:var(--ht-thumb-bg);box-shadow:0 2px 6px #0f172a1f;border:1px solid rgba(255,255,255,.08)}.how-to-thumb--grid{width:100%;aspect-ratio:16 / 9}.how-to-thumb--list{width:7.5rem;height:4.25rem;flex-shrink:0}.how-to-thumb__img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .2s ease}.how-to-grid__item:hover .how-to-thumb__img,.how-to-list__item:hover .how-to-thumb__img{transform:scale(1.03)}.how-to-thumb__play{position:absolute;bottom:.375rem;right:.375rem;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:999px;background:#3b82f6eb;color:#fff;font-size:.625rem;border:1.5px solid rgba(255,255,255,.35);box-shadow:0 2px 8px #2563eb59;pointer-events:none}.how-to-thumb__play i{margin-left:1px}.how-to-thumb--list .how-to-thumb__play{width:2.125rem;height:2.125rem;font-size:.6875rem}.how-to-grid-wrap{padding-top:.5rem}.how-to-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.625rem;margin-bottom:.125rem}.how-to-grid__item{display:flex;flex-direction:column;gap:.5rem;padding:0;border:0;background:transparent;cursor:pointer;text-align:left}.how-to-grid__spacer{visibility:hidden}.how-to-grid__title{font-size:.75rem;line-height:1.33;font-weight:600;color:var(--ht-text);letter-spacing:-.01em;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.how-to-list-wrap{padding-top:.5rem}.how-to-list-section+.how-to-list-section{margin-top:.25rem}.how-to-list{display:flex;flex-direction:column;gap:.625rem}.how-to-list__item{display:flex;align-items:center;gap:.75rem;padding:.75rem;border:1px solid var(--ht-border);border-radius:var(--ht-radius-card);background:var(--ht-surface);box-shadow:0 4px 12px #0f172a0f;cursor:pointer;text-align:left;transition:border-color .15s,box-shadow .15s}.how-to-list__item:hover{border-color:#3b82f640;box-shadow:0 6px 16px #0f172a14}.how-to-list__body{flex:1;display:flex;flex-direction:column;gap:.25rem;min-width:0}.how-to-list__title{font-size:.875rem;font-weight:700;line-height:1.35;color:var(--ht-text);letter-spacing:-.01em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.how-to-list__desc{font-size:.75rem;line-height:1.4;color:var(--ht-text-secondary);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.how-to-list__chevron{color:var(--ht-text-muted);font-size:.875rem;flex-shrink:0}.how-to-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1.5rem;gap:.625rem;text-align:center}.how-to-state--error .how-to-state__text{color:#b42318;font-weight:600}.how-to-state__spinner{width:2.25rem;height:2.25rem;border:3px solid var(--ht-border);border-top-color:var(--ht-accent);border-radius:999px;animation:how-to-spin .7s linear infinite}@keyframes how-to-spin{to{transform:rotate(360deg)}}.how-to-state__icon{width:3.5rem;height:3.5rem;border-radius:1rem;background:var(--ht-accent-soft);color:#2563eb;display:flex;align-items:center;justify-content:center;font-size:1.375rem;margin-bottom:.25rem}.how-to-state__icon--muted{background:var(--ht-border);color:var(--ht-text-secondary)}.how-to-state__title{margin:0;font-size:1.0625rem;font-weight:700;color:var(--ht-text)}.how-to-state__text{margin:0;font-size:.875rem;color:var(--ht-text-secondary);line-height:1.45;max-width:18rem}.how-to-state__retry{margin-top:.5rem;padding:.625rem 1.125rem;border:0;border-radius:12px;background:var(--ht-accent);color:#fff;font-size:.875rem;font-weight:700;cursor:pointer}.how-to-live-panel__player{position:relative;width:100%;aspect-ratio:16 / 9;border-radius:var(--ht-radius-thumb);overflow:hidden;background:#000;box-shadow:0 4px 16px #0f172a1f}.how-to-live-panel__meta{margin-top:.875rem}.how-to-live-panel__badge{display:inline-block;margin-bottom:.35rem;padding:.2rem .5rem;border-radius:6px;background:var(--ht-live);color:#fff;font-size:.6875rem;font-weight:700;letter-spacing:.04em}.how-to-live-panel__title{margin:0;font-size:1.125rem;font-weight:700;color:var(--ht-text)}.how-to-modal{position:fixed;inset:0;z-index:1200;display:flex;align-items:center;justify-content:center;padding:1rem;background:#0f172ab8}.how-to-modal__panel{position:relative;width:min(720px,100%);background:var(--ht-surface, var(--panel, #fff));border-radius:var(--ht-radius-card);padding:1rem;box-shadow:0 20px 50px #00000040}.how-to-modal__close{position:absolute;top:.5rem;right:.5rem;z-index:2;width:2rem;height:2rem;border:0;border-radius:999px;background:#0000008c;color:#fff;cursor:pointer}.how-to-modal__player{position:relative;width:100%;aspect-ratio:16 / 9;border-radius:8px;overflow:hidden;background:#000}.how-to-modal__player>div,.how-to-live-panel__player>div{width:100%!important;height:100%!important}.how-to-embed{width:100%;height:100%;border:0;display:block}.how-to-modal__player iframe,.how-to-live-panel__player iframe{width:100%;height:100%}.how-to-modal__title{margin:.85rem 0 .35rem;font-size:1.05rem;font-weight:700;color:var(--ht-text)}.how-to-modal__description{margin:0;color:var(--ht-text-secondary);font-size:.92rem;line-height:1.45}@media(max-width:640px){.how-to-page__hero{padding:1rem .875rem 1.125rem}.how-to-page__body{padding-left:.875rem;padding-right:.875rem}.how-to-toolbar{flex-wrap:wrap}.how-to-tabs{width:100%}.how-to-view-toggle{margin-left:auto}.how-to-grid{gap:.5rem}.how-to-cat__title{font-size:.9375rem}.how-to-cat__badge{display:none}}@media(min-width:900px){.how-to-page__title{font-size:1.5rem}.how-to-grid__title{font-size:.8125rem}}
