.custom-block-1-wrapper{--cb-bg:#ffffff;--cb-card-bg:#ffffff;--cb-text-main:#0f172a;--cb-text-muted:#64748b;--cb-border:#e2e8f0;--cb-accent:#10b981;--cb-shape-bg:#cbd5e1;--cb-img-bg:#f1f5f9}body.dark-mode .custom-block-1-wrapper{--cb-bg:#0f1115;--cb-card-bg:#1e2128;--cb-text-main:#f3f4f6;--cb-text-muted:#9ca3af;--cb-border:#2a2d35;--cb-shape-bg:#374151;--cb-img-bg:#111318}.custom-block-1-wrapper .cb-header{display:flex;align-items:center;gap:15px;margin-bottom:24px;width:100%}.custom-block-1-wrapper .cb-title-wrapper{display:flex;align-items:center;flex-shrink:0;gap:4px}.custom-block-1-wrapper .cb-title-wrapper .shape-1{width:6px;height:26px;background:var(--cb-accent);border-radius:10px 0 10px 0}.custom-block-1-wrapper .cb-title-wrapper .shape-2{width:4px;height:20px;background:var(--cb-shape-bg);border-radius:8px 0 8px 0}.custom-block-1-wrapper .cb-title-wrapper h2{font-size:1.25rem;font-weight:800;margin:0 0 0 6px;color:var(--cb-text-main);letter-spacing:-.3px;white-space:nowrap;display:flex;align-items:center;gap:6px}.custom-block-1-wrapper .cb-title-wrapper h2 i{color:var(--cb-accent)}.custom-block-1-wrapper .cb-line{flex-grow:1;height:1px;background:var(--cb-border);min-width:20px}.custom-block-1-wrapper .cb-view-all{flex-shrink:0;color:var(--cb-text-muted);font-size:14px;font-weight:600;display:flex;align-items:center;gap:4px;text-decoration:none;transition:color .2s;white-space:nowrap}.custom-block-1-wrapper .cb-view-all:hover{color:var(--cb-accent)}.custom-block-1-wrapper .cb-tabs{display:flex;gap:10px;overflow-x:auto;scrollbar-width:none;margin-bottom:20px;padding-bottom:5px}.custom-block-1-wrapper .cb-tabs::-webkit-scrollbar{display:none}.custom-block-1-wrapper .cb-tab-btn{background:0 0;border:1px solid var(--cb-border);color:var(--cb-text-muted);padding:6px 16px;border-radius:20px;font-size:13px;font-weight:600;white-space:nowrap;cursor:pointer;transition:all .2s}.custom-block-1-wrapper .cb-tab-btn.active{background:var(--cb-accent);color:#fff;border-color:var(--cb-accent)}.custom-block-1-wrapper .cb-grid{display:grid;gap:24px;grid-template-columns:1fr}@media (min-width:992px){.custom-block-1-wrapper .cb-grid{grid-template-columns:1.2fr 1fr;gap:30px}}.custom-block-1-wrapper a{text-decoration:none}.custom-block-1-wrapper .cb-img-wrapper{position:relative;width:100%;aspect-ratio:16/9;background:var(--cb-img-bg);overflow:hidden}.custom-block-1-wrapper .cb-img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.custom-block-1-wrapper .media-icon{position:absolute;top:10px;right:10px;z-index:10;background:rgba(0,0,0,.6);border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;backdrop-filter:blur(4px)}.custom-block-1-wrapper .media-icon-small{position:absolute;top:8px;right:8px;z-index:10;background:rgba(0,0,0,.6);border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.custom-block-1-wrapper .cb-featured{background:var(--cb-card-bg);border:1px solid var(--cb-border);border-radius:12px;overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .3s,transform .3s}.custom-block-1-wrapper .cb-featured:hover{box-shadow:0 8px 20px rgba(0,0,0,.06);transform:translateY(-2px)}body.dark-mode .custom-block-1-wrapper .cb-featured:hover{box-shadow:0 8px 20px rgba(0,0,0,.3)}.custom-block-1-wrapper .cb-featured:hover .cb-img{transform:scale(1.05)}.custom-block-1-wrapper .cb-feat-content{padding:20px;display:flex;flex-direction:column;flex-grow:1}.custom-block-1-wrapper .cb-feat-title{font-size:1.3rem;font-weight:800;color:var(--cb-text-main);line-height:1.4;margin-bottom:16px;transition:color .2s}.custom-block-1-wrapper .cb-feat-title:hover{color:var(--cb-accent)}.custom-block-1-wrapper .cb-list-container{display:flex;flex-direction:column;gap:16px}.custom-block-1-wrapper .cb-list-item{display:flex;gap:16px;align-items:center;background:var(--cb-card-bg);padding:12px;border-radius:10px;border:1px solid var(--cb-border);transition:box-shadow .2s,transform .2s}.custom-block-1-wrapper .cb-list-item:hover{box-shadow:0 4px 12px rgba(0,0,0,.05);transform:translateX(2px)}body.dark-mode .custom-block-1-wrapper .cb-list-item:hover{box-shadow:0 4px 12px rgba(0,0,0,.2)}.custom-block-1-wrapper .cb-list-item:hover .cb-img{transform:scale(1.08)}.custom-block-1-wrapper .cb-list-thumb{width:120px;flex-shrink:0;border-radius:6px}.custom-block-1-wrapper .cb-list-content{display:flex;flex-direction:column;justify-content:center;flex-grow:1}.custom-block-1-wrapper .cb-list-title{font-size:1rem;font-weight:700;color:var(--cb-text-main);line-height:1.4;margin-bottom:8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.custom-block-1-wrapper .cb-list-title:hover{color:var(--cb-accent)}.custom-block-1-wrapper .cb-meta{display:flex;justify-content:space-between;align-items:center;font-size:.8rem;color:var(--cb-text-muted);margin-top:auto}.custom-block-1-wrapper .cb-author{font-weight:600;display:inline-flex;align-items:center;gap:4px}.custom-block-1-wrapper .cb-author strong{color:var(--cb-text-main)}.custom-block-1-wrapper .verified-badge{display:inline-flex;align-items:center}.custom-block-1-wrapper .verified-badge svg{width:15px;height:15px;display:block;margin-left:2px}.custom-block-1-wrapper .verified-badge svg.blue{fill:#1d9bf0}.custom-block-1-wrapper .verified-badge svg.gray,.custom-block-1-wrapper .verified-badge svg.silver{fill:#829aab}.custom-block-1-wrapper .verified-badge svg.green{fill:#00ba7c}.custom-block-1-wrapper .cb-views{display:flex;align-items:center;gap:4px}.custom-block-1-wrapper .cb-views svg{width:14px;height:14px;fill:currentColor}html[dir=rtl] .custom-block-1-wrapper .cb-title-wrapper h2{margin:0 6px 0 0}html[dir=rtl] .custom-block-1-wrapper .shape-1{border-radius:0 10px 0 10px}html[dir=rtl] .custom-block-1-wrapper .shape-2{border-radius:0 8px 0 8px}html[dir=rtl] .custom-block-1-wrapper .media-icon,html[dir=rtl] .custom-block-1-wrapper .media-icon-small{right:auto;left:10px}html[dir=rtl] .custom-block-1-wrapper .media-icon-small{left:8px}html[dir=rtl] .custom-block-1-wrapper .cb-list-item:hover{transform:translateX(-2px)}@media (max-width:576px){.custom-block-1-wrapper .cb-list-thumb{width:100px}.custom-block-1-wrapper .cb-feat-title{font-size:1.15rem}.custom-block-1-wrapper .cb-list-title{font-size:.95rem}.custom-block-1-wrapper .cb-meta{flex-direction:row;justify-content:space-between;width:100%}}.custom-block-2-wrapper{--cb2-bg:#ffffff;--cb2-card-bg:#ffffff;--cb2-text-main:#0f172a;--cb2-text-muted:#64748b;--cb2-border:#e2e8f0;--cb2-accent:#10b981;--cb2-shape-bg:#cbd5e1;--cb2-img-bg:#f1f5f9}body.dark-mode .custom-block-2-wrapper{--cb2-bg:#0f1115;--cb2-card-bg:#1e2128;--cb2-text-main:#f3f4f6;--cb2-text-muted:#9ca3af;--cb2-border:#2a2d35;--cb2-shape-bg:#374151;--cb2-img-bg:#111318}.custom-block-2-wrapper .cb2-header{display:flex;align-items:center;gap:15px;margin-bottom:24px;width:100%}.custom-block-2-wrapper .cb2-title{display:flex;align-items:center;flex-shrink:0;gap:4px}.custom-block-2-wrapper .cb2-title .shape-1{width:6px;height:26px;background:var(--cb2-accent);border-radius:10px 0 10px 0}.custom-block-2-wrapper .cb2-title .shape-2{width:4px;height:20px;background:var(--cb2-shape-bg);border-radius:8px 0 8px 0}.custom-block-2-wrapper .cb2-title h2{font-size:1.25rem;font-weight:800;margin:0 0 0 6px;color:var(--cb2-text-main);letter-spacing:-.3px;white-space:nowrap;display:flex;align-items:center;gap:6px}.custom-block-2-wrapper .cb2-title h2 i{color:var(--cb2-accent)}.custom-block-2-wrapper .cb2-tabs-scroll{display:flex;overflow-x:auto;scrollbar-width:none;flex-shrink:1;max-width:50%}.custom-block-2-wrapper .cb2-tabs-scroll::-webkit-scrollbar{display:none}.custom-block-2-wrapper .cb2-tabs{display:flex;flex-wrap:nowrap;gap:10px;margin:0;padding:0}.custom-block-2-wrapper .cb2-tab-btn{background:0 0;border:none;color:var(--cb2-text-muted);font-size:14px;font-weight:600;padding:4px 6px;white-space:nowrap;cursor:pointer;transition:color .2s;position:relative}.custom-block-2-wrapper .cb2-tab-btn:hover{color:var(--cb2-text-main)}.custom-block-2-wrapper .cb2-tab-btn.active{color:var(--cb2-accent)}.custom-block-2-wrapper .cb2-tab-btn.active::after{content:'';position:absolute;bottom:-2px;left:0;width:100%;height:2px;background:var(--cb2-accent);border-radius:2px}.custom-block-2-wrapper .cb2-line{flex-grow:1;height:1px;background:var(--cb2-border);min-width:20px}.custom-block-2-wrapper .cb2-view-all{flex-shrink:0;color:var(--cb2-text-muted);font-size:14px;font-weight:600;text-decoration:none;display:flex;align-items:center;gap:4px;transition:color .2s}.custom-block-2-wrapper .cb2-view-all:hover{color:var(--cb2-accent)}.custom-block-2-wrapper a{text-decoration:none}.custom-block-2-wrapper .cb2-card{background:var(--cb2-card-bg);border:1px solid var(--cb2-border);border-radius:12px;overflow:hidden;transition:transform .3s,box-shadow .3s;display:flex;flex-direction:column;height:100%}.custom-block-2-wrapper .cb2-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.06)}body.dark-mode .custom-block-2-wrapper .cb2-card:hover{box-shadow:0 8px 24px rgba(0,0,0,.3)}.custom-block-2-wrapper .cb2-img-wrap{position:relative;width:100%;aspect-ratio:16/9;background:var(--cb2-img-bg);overflow:hidden}.custom-block-2-wrapper .cb2-img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.custom-block-2-wrapper .cb2-card:hover .cb2-img{transform:scale(1.05)}.custom-block-2-wrapper .cb2-card-content{padding:16px;display:flex;flex-direction:column;flex-grow:1}.custom-block-2-wrapper .cb2-card-title{font-size:1.15rem;font-weight:700;color:var(--cb2-text-main);margin-bottom:12px;line-height:1.4;transition:color .2s}.custom-block-2-wrapper .cb2-card-title:hover{color:var(--cb2-accent)}.custom-block-2-wrapper .cb2-list-item{display:flex;gap:16px;align-items:center;background:0 0;padding:10px;border-radius:10px;transition:background .2s}.custom-block-2-wrapper .cb2-list-item:hover{background:var(--cb2-img-bg)}.custom-block-2-wrapper .cb2-list-item:hover .cb2-img{transform:scale(1.05)}.custom-block-2-wrapper .cb2-list-thumb{width:110px;flex-shrink:0;border-radius:8px}.custom-block-2-wrapper .cb2-list-content{display:flex;flex-direction:column;justify-content:center}.custom-block-2-wrapper .cb2-list-title{font-size:.95rem;font-weight:600;color:var(--cb2-text-main);line-height:1.4;margin-bottom:6px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .2s}.custom-block-2-wrapper .cb2-list-title:hover{color:var(--cb2-accent)}.custom-block-2-wrapper .cb2-meta{display:flex;align-items:center;gap:12px;font-size:.75rem;color:var(--cb2-text-muted);margin-top:auto}.custom-block-2-wrapper .cb2-meta-item{display:flex;align-items:center;gap:4px}.custom-block-2-wrapper .cb2-meta-item svg{width:14px;height:14px;fill:currentColor}.custom-block-2-wrapper .verified-badge{display:inline-flex;align-items:center}.custom-block-2-wrapper .verified-badge svg{width:15px;height:15px;display:block;margin-left:4px}.custom-block-2-wrapper .verified-badge svg.blue{fill:#1d9bf0}.custom-block-2-wrapper .verified-badge svg.gray,.custom-block-2-wrapper .verified-badge svg.silver{fill:#829aab}.custom-block-2-wrapper .verified-badge svg.green{fill:#00ba7c}.custom-block-2-wrapper .media-icon{position:absolute;top:8px;right:8px;background:rgba(0,0,0,.6);border-radius:50%;width:28px;height:28px;display:flex;align-items:center;justify-content:center;backdrop-filter:blur(4px);z-index:5}.custom-block-2-wrapper .media-icon-small{position:absolute;top:6px;right:6px;background:rgba(0,0,0,.6);border-radius:50%;width:22px;height:22px;display:flex;align-items:center;justify-content:center;z-index:5}html[dir=rtl] .custom-block-2-wrapper .cb2-title h2{margin:0 6px 0 0}html[dir=rtl] .custom-block-2-wrapper .shape-1{border-radius:0 10px 0 10px}html[dir=rtl] .custom-block-2-wrapper .shape-2{border-radius:0 8px 0 8px}html[dir=rtl] .custom-block-2-wrapper .media-icon,html[dir=rtl] .custom-block-2-wrapper .media-icon-small{right:auto;left:8px}@media (max-width:576px){.custom-block-2-wrapper .cb2-tabs-scroll{max-width:none;width:100%;order:4;margin-top:10px}.custom-block-2-wrapper .cb2-header{flex-wrap:wrap;gap:10px;margin-bottom:16px}.custom-block-2-wrapper .cb2-list-thumb{width:90px}}.custom-block-3-wrapper{--cb3-bg:#ffffff;--cb3-card-bg:#ffffff;--cb3-text-main:#0f172a;--cb3-text-muted:#64748b;--cb3-border:#e2e8f0;--cb3-accent:#10182d;--cb3-shape-bg:#cbd5e1;--cb3-img-bg:#f1f5f9}body.dark .custom-block-3-wrapper,body.dark-mode .custom-block-3-wrapper{--cb3-bg:#0f1115;--cb3-card-bg:#1e2128;--cb3-text-main:#f3f4f6;--cb3-text-muted:#9ca3af;--cb3-border:#2a2d35;--cb3-shape-bg:#374151;--cb3-img-bg:#111318}.custom-block-3-wrapper .material-symbols-outlined{display:inline-flex;align-items:center;justify-content:center;vertical-align:middle}.custom-block-3-wrapper .cb3-header{display:flex;align-items:center;gap:15px;margin-bottom:24px;width:100%}.custom-block-3-wrapper .cb3-title-wrapper{display:flex;align-items:center;flex-shrink:0;gap:4px}.custom-block-3-wrapper .cb3-title-wrapper .shape-1{width:6px;height:26px;background:var(--cb3-accent);border-radius:10px 0 10px 0}.custom-block-3-wrapper .cb3-title-wrapper .shape-2{width:4px;height:20px;background:var(--cb3-shape-bg);border-radius:8px 0 8px 0}.custom-block-3-wrapper .cb3-title-wrapper h2{font-size:1.25rem;font-weight:800;margin:0 0 0 6px;color:var(--cb3-text-main);letter-spacing:-.3px;white-space:nowrap;display:flex;align-items:center;gap:6px}.custom-block-3-wrapper .cb3-title-wrapper h2 i{color:var(--cb3-accent)}.custom-block-3-wrapper .cb3-line{flex-grow:1;height:1px;background:var(--cb3-border);min-width:20px}.custom-block-3-wrapper .cb3-view-all{flex-shrink:0;color:var(--cb3-text-muted);font-size:14px;font-weight:600;display:flex;align-items:center;gap:4px;text-decoration:none;transition:color .2s;white-space:nowrap}.custom-block-3-wrapper .cb3-view-all:hover{color:var(--cb3-accent)}.custom-block-3-wrapper .cb3-grid-card{display:flex;flex-direction:column;background:var(--cb3-card-bg);border:1px solid var(--cb3-border);border-radius:12px;overflow:hidden;text-decoration:none;height:100%;transition:transform .2s ease,box-shadow .2s ease}.custom-block-3-wrapper .cb3-grid-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px rgba(0,0,0,.08)}body.dark-mode .custom-block-3-wrapper .cb3-grid-card:hover{box-shadow:0 10px 25px rgba(0,0,0,.4)}.custom-block-3-wrapper .cb3-img-wrap{position:relative;width:100%;aspect-ratio:16/10;overflow:hidden;background:var(--cb3-img-bg)}.custom-block-3-wrapper .cb3-img-wrap img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.custom-block-3-wrapper .cb3-grid-card:hover .cb3-img-wrap img{transform:scale(1.05)}.custom-block-3-wrapper .cb3-badge{position:absolute;top:12px;left:12px;background:var(--cb3-accent);color:#fff;padding:4px 10px;border-radius:4px;font-size:11px;font-weight:700;text-transform:uppercase;z-index:5;box-shadow:0 2px 5px rgba(0,0,0,.2)}html[dir=rtl] .custom-block-3-wrapper .cb3-badge{left:auto;right:12px}.custom-block-3-wrapper .media-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10;background:rgba(0,0,0,.6);border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;backdrop-filter:blur(4px)}.custom-block-3-wrapper .cb3-content{padding:16px;display:flex;flex-direction:column;flex-grow:1;justify-content:space-between}.custom-block-3-wrapper .cb3-card-title{font-size:1.05rem;font-weight:800;color:var(--cb3-text-main);line-height:1.4;margin:0 0 12px 0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .2s}.custom-block-3-wrapper .cb3-grid-card:hover .cb3-card-title{color:var(--cb3-accent)}.custom-block-3-wrapper .cb3-meta{display:flex;align-items:center;gap:15px;color:var(--cb3-text-muted);font-size:11px;font-weight:500;margin-top:auto}.custom-block-3-wrapper .cb3-meta span{display:flex;align-items:center;gap:4px}.custom-block-3-wrapper .cb3-meta .material-symbols-outlined{font-size:14px}html[dir=rtl] .custom-block-3-wrapper .cb3-title-wrapper h2{margin:0 6px 0 0}html[dir=rtl] .custom-block-3-wrapper .shape-1{border-radius:0 10px 0 10px}html[dir=rtl] .custom-block-3-wrapper .shape-2{border-radius:0 8px 0 8px}.custom-block-4-wrapper{--cb4-bg:#ffffff;--cb4-card-bg:#ffffff;--cb4-text-main:#0f172a;--cb4-text-muted:#64748b;--cb4-border:#e2e8f0;--cb4-accent:#10b981;--cb4-shape-bg:#cbd5e1;--cb4-img-bg:#f1f5f9}body.dark .custom-block-4-wrapper,body.dark-mode .custom-block-4-wrapper{--cb4-bg:#0f1115;--cb4-card-bg:#1e2128;--cb4-text-main:#f3f4f6;--cb4-text-muted:#9ca3af;--cb4-border:#2a2d35;--cb4-shape-bg:#374151;--cb4-img-bg:#111318}.custom-block-4-wrapper .material-symbols-outlined{display:inline-flex;align-items:center;justify-content:center;vertical-align:middle}.custom-block-4-wrapper .cb4-header{display:flex;align-items:center;gap:15px;margin-bottom:24px;width:100%}.custom-block-4-wrapper .cb4-title-wrapper{display:flex;align-items:center;flex-shrink:0;gap:4px}.custom-block-4-wrapper .cb4-title-wrapper .shape-1{width:6px;height:26px;background:var(--cb4-accent);border-radius:10px 0 10px 0}.custom-block-4-wrapper .cb4-title-wrapper .shape-2{width:4px;height:20px;background:var(--cb4-shape-bg);border-radius:8px 0 8px 0}.custom-block-4-wrapper .cb4-title-wrapper h2{font-size:1.25rem;font-weight:800;margin:0 0 0 6px;color:var(--cb4-text-main);letter-spacing:-.3px;white-space:nowrap;display:flex;align-items:center;gap:6px}.custom-block-4-wrapper .cb4-line{flex-grow:1;height:1px;background:var(--cb4-border);min-width:20px}.custom-block-4-wrapper .cb4-view-all{flex-shrink:0;color:var(--cb4-text-muted);font-size:14px;font-weight:600;display:flex;align-items:center;gap:4px;text-decoration:none;transition:color .2s;white-space:nowrap}.custom-block-4-wrapper .cb4-view-all:hover{color:var(--cb4-accent)}.custom-block-4-wrapper .cb4-grid-card{display:flex;flex-direction:column;background:var(--cb4-card-bg);border:1px solid var(--cb4-border);border-radius:12px;overflow:hidden;text-decoration:none;height:100%;transition:transform .2s ease,box-shadow .2s ease}.custom-block-4-wrapper .cb4-grid-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px rgba(0,0,0,.08)}body.dark-mode .custom-block-4-wrapper .cb4-grid-card:hover{box-shadow:0 10px 25px rgba(0,0,0,.4)}.custom-block-4-wrapper .cb4-img-wrap{position:relative;width:100%;aspect-ratio:16/10;overflow:hidden;background:var(--cb4-img-bg)}.custom-block-4-wrapper .cb4-img-wrap img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.custom-block-4-wrapper .cb4-grid-card:hover .cb4-img-wrap img{transform:scale(1.05)}.custom-block-4-wrapper .cb4-pic-counter{position:absolute;top:12px;right:12px;background:rgba(0,0,0,.4);color:#fff;padding:2px 10px;border-radius:20px;font-size:11px;font-weight:800;backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.2);z-index:6}html[dir=rtl] .custom-block-4-wrapper .cb4-pic-counter{right:auto;left:12px}.custom-block-4-wrapper .cb4-tag{position:absolute;bottom:12px;left:12px;background:var(--cb4-accent);color:#fff;padding:3px 12px;border-radius:6px;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.5px;z-index:5;box-shadow:0 4px 10px rgba(0,0,0,.2)}html[dir=rtl] .custom-block-4-wrapper .cb4-tag{left:auto;right:12px}.custom-block-4-wrapper .media-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10;background:rgba(0,0,0,.6);border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;backdrop-filter:blur(4px)}.custom-block-4-wrapper .cb4-content{padding:16px;display:flex;flex-direction:column;flex-grow:1}.custom-block-4-wrapper .cb4-card-title{font-size:1.05rem;font-weight:800;color:var(--cb4-text-main);line-height:1.4;margin:0 0 12px 0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .2s}.custom-block-4-wrapper .cb4-grid-card:hover .cb4-card-title{color:var(--cb4-accent)}.custom-block-4-wrapper .cb4-meta{display:flex;align-items:center;gap:15px;color:var(--cb4-text-muted);font-size:11px;font-weight:600;margin-top:auto;padding-top:10px;border-top:1px dashed var(--cb4-border)}.custom-block-4-wrapper .cb4-meta span{display:flex;align-items:center;gap:4px}.custom-block-4-wrapper .cb4-meta .material-symbols-outlined{font-size:14px;color:var(--cb4-accent)}html[dir=rtl] .custom-block-4-wrapper .cb4-title-wrapper h2{margin:0 6px 0 0}html[dir=rtl] .custom-block-4-wrapper .shape-1{border-radius:0 10px 0 10px}html[dir=rtl] .custom-block-4-wrapper .shape-2{border-radius:0 8px 0 8px}.custom-block-fav-wrapper{--fav-bg:#ffffff;--fav-card:#ffffff;--fav-border:#e2e8f0;--fav-text:#0f172a;--fav-muted:#64748b;--fav-accent:#10b981;--fav-shape:#cbd5e1}body.dark .custom-block-fav-wrapper,body.dark-mode .custom-block-fav-wrapper{--fav-bg:#0f1115;--fav-card:#1e2128;--fav-border:#2a2d35;--fav-text:#f3f4f6;--fav-muted:#9ca3af;--fav-shape:#374151}.custom-block-fav-wrapper .fav-header{display:flex;align-items:center;gap:15px;margin-bottom:24px;width:100%}.custom-block-fav-wrapper .fav-title-wrapper{display:flex;align-items:center;flex-shrink:0;gap:4px}.custom-block-fav-wrapper .fav-title-wrapper .shape-1{width:6px;height:26px;background:var(--fav-accent);border-radius:10px 0 10px 0}.custom-block-fav-wrapper .fav-title-wrapper .shape-2{width:4px;height:20px;background:var(--fav-shape);border-radius:8px 0 8px 0}.custom-block-fav-wrapper .fav-title-wrapper h2{font-size:1.25rem;font-weight:800;margin:0 0 0 6px;color:var(--fav-text);letter-spacing:-.3px;white-space:nowrap;display:flex;align-items:center;gap:6px}.custom-block-fav-wrapper .fav-line{flex-grow:1;height:1px;background:var(--fav-border);min-width:20px}.custom-block-fav-wrapper .fav-view-all{flex-shrink:0;color:var(--fav-muted);font-size:14px;font-weight:600;display:flex;align-items:center;gap:4px;text-decoration:none;transition:color .2s;white-space:nowrap}.custom-block-fav-wrapper .fav-view-all:hover{color:var(--fav-accent)}.custom-block-fav-wrapper a{text-decoration:none}.custom-block-fav-wrapper .hero-card{position:relative;border-radius:12px;overflow:hidden;aspect-ratio:16/11;background:var(--fav-border);display:block}.custom-block-fav-wrapper .hero-card img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.custom-block-fav-wrapper .hero-card:hover img{transform:scale(1.05)}.custom-block-fav-wrapper .hero-overlay{position:absolute;bottom:0;left:0;width:100%;height:80%;background:linear-gradient(to top,rgba(0,0,0,.9) 0,transparent 100%);z-index:1}.custom-block-fav-wrapper .hero-caption{position:absolute;bottom:0;left:0;width:100%;padding:20px;z-index:2}.custom-block-fav-wrapper .hero-title{color:#fff;font-size:1.15rem;font-weight:800;line-height:1.3;margin:0;text-shadow:0 2px 4px rgba(0,0,0,.5)}.custom-block-fav-wrapper .fav-badge{position:absolute;top:12px;left:12px;background:var(--fav-accent);color:#fff;padding:4px 10px;border-radius:4px;font-size:10px;font-weight:700;text-transform:uppercase;z-index:3}.custom-block-fav-wrapper .list-item{display:flex;gap:15px;align-items:center;padding:12px;background:var(--fav-card);border:1px solid var(--fav-border);border-radius:10px;transition:.2s;height:100%}.custom-block-fav-wrapper .list-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.05)}.custom-block-fav-wrapper .list-thumb{width:90px;height:65px;border-radius:6px;object-fit:cover;flex-shrink:0}.custom-block-fav-wrapper .list-title{font-size:.9rem;font-weight:700;color:var(--fav-text);line-height:1.3;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.custom-block-fav-wrapper .top-picks-box{background:var(--fav-card);border:1px solid var(--fav-border);border-radius:12px;padding:20px;height:100%}.custom-block-fav-wrapper .picks-header{display:flex;align-items:center;gap:8px;margin-bottom:20px;padding-bottom:12px;border-bottom:2px solid var(--fav-border)}.custom-block-fav-wrapper .picks-header h3{font-size:1.1rem;font-weight:800;margin:0;color:var(--fav-text)}.custom-block-fav-wrapper .pick-item{display:flex;gap:12px;align-items:center;padding-bottom:15px;border-bottom:1px dashed var(--fav-border);margin-bottom:15px}.custom-block-fav-wrapper .pick-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.custom-block-fav-wrapper .pick-num{font-size:1.8rem;font-weight:900;color:var(--fav-border);font-style:italic;line-height:1;min-width:40px;text-align:center}.custom-block-fav-wrapper .pick-item:hover .pick-num{color:var(--fav-accent)}@media (max-width:991px){.custom-block-fav-wrapper .mob-slider{display:flex;overflow-x:auto;scroll-behavior:smooth;gap:12px;scroll-snap-type:x mandatory;scrollbar-width:none}.custom-block-fav-wrapper .mob-slide{flex:0 0 85%;scroll-snap-align:center}.custom-block-fav-wrapper .hero-card{aspect-ratio:16/10}.custom-block-fav-wrapper .mob-list-item{display:flex;gap:15px;align-items:center;margin-bottom:20px;padding-bottom:20px;border-bottom:1px dashed var(--fav-border)}}.custom-block-6-wrapper{--b6-bg:#ffffff;--b6-card:#ffffff;--b6-border:#e2e8f0;--b6-text:#0f172a;--b6-muted:#475569;--b6-accent:#10b981;--b6-shape:#cbd5e1}body.dark .custom-block-6-wrapper,body.dark-mode .custom-block-6-wrapper{--b6-bg:#0f1115;--b6-card:#1e2128;--b6-border:#2a2d35;--b6-text:#f3f4f6;--b6-muted:#cbd5e1;--b6-shape:#374151}.custom-block-6-wrapper .b6-header{display:flex;align-items:center;gap:15px;margin-bottom:20px;width:100%}.custom-block-6-wrapper .b6-title-wrapper{display:flex;align-items:center;flex-shrink:0;gap:4px}.custom-block-6-wrapper .b6-title-wrapper .shape-1{width:6px;height:26px;background:var(--b6-accent);border-radius:10px 0 10px 0}.custom-block-6-wrapper .b6-title-wrapper .shape-2{width:4px;height:20px;background:var(--b6-shape);border-radius:8px 0 8px 0}.custom-block-6-wrapper .b6-title-wrapper h2{font-size:1.25rem;font-weight:800;margin:0 0 0 6px;color:var(--b6-text);letter-spacing:-.3px;white-space:nowrap}.custom-block-6-wrapper .b6-line{flex-grow:1;height:1px;background:var(--b6-border);min-width:20px}.custom-block-6-wrapper .b6-view-all{flex-shrink:0;color:var(--b6-muted);font-size:13px;font-weight:700;display:flex;align-items:center;gap:4px;text-decoration:none;text-transform:uppercase}.custom-block-6-wrapper .b6-tabs-wrap{display:flex;overflow-x:auto;scrollbar-width:none;gap:8px;margin-bottom:25px;padding-bottom:5px}.custom-block-6-wrapper .b6-tabs-wrap::-webkit-scrollbar{display:none}.custom-block-6-wrapper .b6-tab-btn{background:var(--b6-bg);border:1px solid var(--b6-border);color:var(--b6-muted);padding:6px 16px;border-radius:20px;font-size:13px;font-weight:600;cursor:pointer;white-space:nowrap;transition:.2s}.custom-block-6-wrapper .b6-tab-btn.active{background:var(--b6-accent);color:#fff;border-color:var(--b6-accent);box-shadow:0 4px 10px rgba(0,0,0,.1)}.custom-block-6-wrapper a{text-decoration:none}.custom-block-6-wrapper .hero-card{position:relative;border-radius:12px;overflow:hidden;aspect-ratio:16/10;background:var(--b6-border);display:block;margin-bottom:15px}.custom-block-6-wrapper .hero-card img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.custom-block-6-wrapper .hero-card:hover img{transform:scale(1.05)}.custom-block-6-wrapper .hero-overlay{position:absolute;bottom:0;left:0;width:100%;height:70%;background:linear-gradient(to top,rgba(0,0,0,.9),transparent);z-index:1}.custom-block-6-wrapper .hero-caption{position:absolute;bottom:0;left:0;width:100%;padding:20px;z-index:2}.custom-block-6-wrapper .hero-title{color:#fff;font-size:1.15rem;font-weight:800;line-height:1.3;margin:0}.custom-block-6-wrapper .list-item{display:flex;gap:15px;align-items:center;padding:10px;background:0 0;border-radius:10px;transition:.2s;margin-bottom:10px}.custom-block-6-wrapper .list-item:hover{background:var(--b6-border)}.custom-block-6-wrapper .list-thumb{width:100px;height:70px;border-radius:8px;object-fit:cover;flex-shrink:0}.custom-block-6-wrapper .list-title{font-size:.95rem;font-weight:700;color:var(--b6-text);line-height:1.4;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.custom-block-6-wrapper .sidebar-box{background:var(--b6-card);border:1px solid var(--b6-border);border-radius:12px;padding:20px;height:100%}.custom-block-6-wrapper .sb-header{display:flex;align-items:center;gap:8px;margin-bottom:20px;padding-bottom:12px;border-bottom:2px solid var(--b6-border)}.custom-block-6-wrapper .sb-header h3{font-size:1.1rem;font-weight:800;margin:0;color:var(--b6-text);display:flex;align-items:center;gap:6px}.custom-block-6-wrapper .pick-item{display:flex;gap:15px;align-items:center;padding-bottom:15px;border-bottom:1px dashed var(--b6-border);margin-bottom:15px}.custom-block-6-wrapper .pick-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.custom-block-6-wrapper .pick-num{font-size:1.8rem;font-weight:900;color:#64748b;font-style:italic;line-height:1;min-width:40px;text-align:center;transition:.2s}.custom-block-6-wrapper .pick-item:hover .pick-num{color:var(--b6-accent)}.custom-block-6-wrapper .material-symbols-outlined{font-size:18px;vertical-align:middle}@media (max-width:991px){.custom-block-6-wrapper .sidebar-box{margin-top:30px}.custom-block-6-wrapper .list-item{gap:12px;padding:0;margin-bottom:20px;border-bottom:1px dashed var(--bs-border-color);padding-bottom:15px}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block!important;opacity:1!important}.fade{transition:opacity .15s linear}.master-hero{--mh-bg:#ffffff;--mh-border:#e2e8f0;--mh-text:#0f172a;--mh-muted:#64748b}body.dark .master-hero,body.dark-mode .master-hero{--mh-bg:#1e2128;--mh-border:#2a2d35;--mh-text:#f3f4f6;--mh-muted:#9ca3af}.master-hero .material-symbols-outlined{vertical-align:middle;display:inline-flex;align-items:center;justify-content:center}.master-hero .desk-hero-card{display:block;border-radius:12px;overflow:hidden;background-color:var(--mh-bg);border:1px solid var(--mh-border);aspect-ratio:4/3;position:relative;text-decoration:none;box-shadow:0 4px 15px rgba(0,0,0,.05)}.master-hero .desk-hero-card .img-cover{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.master-hero .desk-hero-card:hover .img-cover{transform:scale(1.05)}.master-hero .hero-overlay{position:absolute;bottom:0;left:0;width:100%;height:80%;background:linear-gradient(to top,rgba(0,0,0,.9) 0,rgba(0,0,0,.2) 60%,transparent 100%);pointer-events:none}.master-hero .hero-caption{position:absolute;bottom:0;left:0;width:100%;padding:25px;z-index:10}.master-hero .hero-caption .badge{font-size:11px;font-weight:700;padding:5px 10px;border-radius:4px;color:#fff;text-transform:uppercase;margin-bottom:10px;display:inline-block}.master-hero .hero-caption .title{font-size:1.35rem;font-weight:800;color:#fff;line-height:1.35;margin:0 0 10px 0;text-shadow:0 2px 4px rgba(0,0,0,.7);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;transition:color .2s}.master-hero .desk-hero-card:hover .title{color:#e2e8f0}.master-hero .hero-caption .meta{display:flex;align-items:center;gap:10px;color:#cbd5e1;font-size:12px}.master-hero .bot-post{display:flex;gap:15px;align-items:center;text-decoration:none;background:var(--mh-bg);padding:12px;border-radius:10px;border:1px solid var(--mh-border);transition:transform .2s;height:100%}.master-hero .bot-post:hover{transform:translateY(-3px);box-shadow:0 5px 15px rgba(0,0,0,.05)}body.dark-mode .master-hero .bot-post:hover{box-shadow:0 5px 15px rgba(0,0,0,.3)}.master-hero .bot-img-wrap{width:100px;height:75px;border-radius:6px;flex-shrink:0;position:relative;overflow:hidden;background:var(--mh-border)}.master-hero .bot-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s}.master-hero .bot-post:hover .bot-img{transform:scale(1.05)}.master-hero .bot-info{display:flex;flex-direction:column;justify-content:center;height:100%}.master-hero .bot-title{font-size:.95rem;font-weight:700;color:var(--mh-text);line-height:1.4;margin:0 0 6px 0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .2s}.master-hero .bot-post:hover .bot-title{color:#10b981}.master-hero .bot-meta{font-size:11px;color:var(--mh-muted);display:flex;align-items:center;gap:4px}.master-hero .break-box{background:var(--mh-bg);border:1px solid var(--mh-border);border-radius:12px;padding:20px;height:100%;display:flex;flex-direction:column}.master-hero .break-header{display:flex;align-items:center;gap:8px;margin-bottom:15px;border-bottom:2px solid var(--mh-border);padding-bottom:12px;flex-shrink:0}.master-hero .break-header h3{font-size:1.2rem;font-weight:800;color:var(--mh-text);margin:0;display:flex;align-items:center;gap:6px}.master-hero .break-list{display:flex;flex-direction:column;flex-grow:1;justify-content:space-between;gap:10px}.master-hero .break-item{display:flex;gap:15px;align-items:center;text-decoration:none;padding-bottom:12px;border-bottom:1px dashed var(--mh-border);transition:transform .2s}.master-hero .break-item:last-child{border-bottom:none;padding-bottom:0}.master-hero .break-item:hover{transform:translateX(5px)}html[dir=rtl] .master-hero .break-item:hover{transform:translateX(-5px)}.master-hero .break-num{font-size:2rem;font-weight:900;color:var(--mh-border);font-style:italic;line-height:.8;min-width:40px;text-align:center;transition:color .2s}.master-hero .break-item:hover .break-num{color:#ef4444}.master-hero .break-title{font-size:.95rem;font-weight:700;color:var(--mh-text);line-height:1.4;margin:0 0 5px 0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .2s}.master-hero .break-item:hover .break-title{color:#ef4444}@media (max-width:991px){.mob-hide-lg{display:block!important}.desk-hide-md{display:none!important}.mob-slider{display:flex;overflow-x:auto;scroll-behavior:smooth;scroll-snap-type:x mandatory;gap:15px;padding-bottom:10px;scrollbar-width:none}.mob-slider::-webkit-scrollbar{display:none}.mob-slide{flex:0 0 100%;scroll-snap-align:center;position:relative;border-radius:12px;overflow:hidden;aspect-ratio:16/10;border:1px solid var(--mh-border)}.mob-slide img{width:100%;height:100%;object-fit:cover;display:block}.mob-slide .overlay{position:absolute;bottom:0;left:0;width:100%;height:100%;background:linear-gradient(to top,rgba(0,0,0,.85),transparent);pointer-events:none}.mob-slide .caption{position:absolute;bottom:0;left:0;width:100%;padding:15px;z-index:5}.mob-slide .title{font-size:1.15rem;font-weight:700;color:#fff;line-height:1.3;margin:8px 0 0 0}.mob-nav-btns{position:absolute;top:50%;width:100%;transform:translateY(-50%);display:flex;justify-content:space-between;padding:0 10px;pointer-events:none;z-index:10}.mob-nav-btns button{width:36px;height:36px;border-radius:50%;background:rgba(0,0,0,.6);color:#fff;border:1px solid rgba(255,255,255,.3);display:flex;align-items:center;justify-content:center;pointer-events:auto;padding:0}.mob-feat-item{display:flex;gap:15px;align-items:center;text-decoration:none;margin-bottom:20px;padding-bottom:20px;border-bottom:1px dashed var(--mh-border)}.mob-feat-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.mob-feat-num{font-size:2.5rem;font-weight:900;color:var(--mh-border);font-style:italic;line-height:.8;min-width:45px;text-align:center}}@media (min-width:992px){.mob-hide-lg{display:none!important}.desk-hide-md{display:block!important}}.nt-wrapper{display:flex;align-items:center;background:#fff;border:1px solid #e0e0e0;border-radius:8px;height:50px;overflow:hidden;padding:0 5px;margin:20px 0;transition:all .3s ease}.nt-label{background:#ef4444;color:#fff;padding:0 15px;height:34px;display:flex;align-items:center;gap:8px;border-radius:6px;font-weight:700;font-size:13px;white-space:nowrap;margin-left:5px}.nt-slider-area{flex:1;height:100%;overflow:hidden;position:relative;padding:0 15px}.nt-list{margin:0;padding:0;list-style:none}.nt-list li{height:50px;display:flex;align-items:center;margin:0}.nt-list li a{font-size:15px;font-weight:700;text-decoration:none;display:block;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transform:translateY(-1px);color:#222;transition:color .3s ease}.nt-list li a:hover{text-decoration:underline}.nt-nav{display:flex;gap:10px;padding:0 10px}.nt-btn{width:36px;height:36px;border-radius:50%;border:1px solid #ddd;background:#fff;color:#333;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:12px;transition:all .3s ease}.nt-btn:hover{background:#f8f9fa}@media (max-width:768px){.nt-label span{display:none}.nt-label{padding:0 10px}.nt-nav{display:none}}body.dark-mode .nt-wrapper{background:#1a1a1a;border-color:#333}body.dark-mode .nt-btn{background:#2d2d2d;border-color:#444;color:#fff}body.dark-mode .nt-btn:hover{background:#3d3d3d}body.dark-mode .nt-list li a{color:#fff}