:root {
    --wkt-bg: #f4f7fb;
    --wkt-surface: #ffffff;
    --wkt-surface-2: #eef4ff;
    --wkt-text: #0f172a;
    --wkt-muted: #667085;
    --wkt-border: #dbe6f4;
    --wkt-primary: #246bfe;
    --wkt-primary-2: #00b8d9;
    --wkt-accent: #ffb020;
    --wkt-shadow: 0 16px 42px rgba(15, 23, 42, .08);
    --wkt-strong-shadow: 0 28px 90px rgba(15, 23, 42, .18);
    --wkt-radius: 24px;
    --wkt-container: 1180px;
}
body.wkt-mode-dark,
body[data-wkt-theme="dark"] {
    --wkt-bg: #070b16;
    --wkt-surface: #111827;
    --wkt-surface-2: #172137;
    --wkt-text: #eef4ff;
    --wkt-muted: #a7b1c7;
    --wkt-border: #26354f;
    --wkt-primary: #5b8cff;
    --wkt-primary-2: #22d3ee;
    --wkt-accent: #ffc95c;
    --wkt-shadow: 0 18px 45px rgba(0, 0, 0, .28);
    --wkt-strong-shadow: 0 30px 90px rgba(0, 0, 0, .38);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    direction: rtl;
    font-family: "Cairo", Tahoma, Arial, sans-serif;
    background: radial-gradient(circle at 88% 0%, rgba(36, 107, 254, .16), transparent 30%), radial-gradient(circle at 0% 18%, rgba(0, 184, 217, .12), transparent 27%), var(--wkt-bg);
    color: var(--wkt-text);
    line-height: 1.8;
}
a { color: inherit; text-decoration: none; transition: color .2s ease, transform .2s ease, background .2s ease, border-color .2s ease, opacity .2s ease; }
a:hover { color: var(--wkt-primary); }
img { max-width: 100%; height: auto; display: block; }
button, input { font: inherit; }
button { transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease, opacity .2s ease; }
button:hover { transform: translateY(-1px); }
body.wkt-width-compact { --wkt-container: 1100px; }
body.wkt-width-default { --wkt-container: 1180px; }
body.wkt-width-wide { --wkt-container: 1260px; }
.wkt-container { width: min(var(--wkt-container), calc(100% - 28px)); margin-inline: auto; }
.screen-reader-text { position: absolute; right: -9999px; }
.wkt-muted-text { color: var(--wkt-muted); margin: 0; }

.wkt-site-header { position: relative; z-index: 50; background: rgba(255,255,255,.92); backdrop-filter: blur(22px); border-bottom: 1px solid var(--wkt-border); }
body.wkt-mode-dark .wkt-site-header,
body[data-wkt-theme="dark"] .wkt-site-header { background: rgba(7,11,22,.93); }
.wkt-header-shell { position: relative; min-height: 82px; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 22px; }
.wkt-brand { min-width: 0; }
.wkt-brand .custom-logo-link,
.wkt-logo-link { display: inline-flex; align-items: center; }
.wkt-brand .custom-logo { max-height: 58px; width: auto; }
.wkt-text-logo { gap: 10px; color: var(--wkt-text); }
.wkt-logo-mark { width: 46px; height: 46px; position: relative; display: grid; place-items: center; border-radius: 15px; color: #fff; background: linear-gradient(135deg, var(--wkt-primary), var(--wkt-primary-2)); box-shadow: 0 14px 32px rgba(36,107,254,.24); overflow: hidden; }
.wkt-logo-mark::before { content: ""; position: absolute; inset: 5px; border: 1px solid rgba(255,255,255,.34); border-radius: 11px; }
.wkt-logo-mark svg { position: relative; z-index: 1; width: 30px; height: 30px; }
.wkt-logo-mark svg path:first-child { fill: rgba(255,255,255,.12); stroke: rgba(255,255,255,.52); stroke-width: 2; }
.wkt-logo-mark svg path:not(:first-child) { fill: none; stroke: #fff; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.wkt-logo-mark i { position: absolute; width: 24px; height: 24px; left: -7px; bottom: -7px; border-radius: 50%; background: rgba(255,255,255,.28); }
.wkt-logo-copy { display: flex; flex-direction: column; line-height: 1.12; }
.wkt-logo-copy strong { font-size: 23px; font-weight: 900; letter-spacing: -.7px; }
.wkt-logo-copy small { margin-top: 4px; color: var(--wkt-muted); font-size: 10px; font-weight: 900; letter-spacing: 1.2px; text-transform: uppercase; }
.wkt-category-nav { min-width: 0; display: flex; align-items: center; justify-content: center; }
.wkt-category-menu { list-style: none; padding: 0; margin: 0; display: flex; align-items: center; justify-content: center; gap: 18px; }
.wkt-category-menu li { position: relative; flex: 0 0 auto; }
.wkt-category-menu a { position: relative; display: flex; align-items: center; gap: 7px; padding: 10px 2px; color: var(--wkt-muted); font-weight: 800; line-height: 1.4; }
.wkt-cat-icon { width: 17px; min-width: 17px; display: inline-flex; justify-content: center; color: var(--wkt-primary); font-size: 14px; }
.wkt-menu-text { position: relative; display: inline-flex; align-items: center; width: max-content; max-width: 100%; }
.wkt-menu-text::after { content: ""; position: absolute; right: 0; left: 0; bottom: -7px; height: 3px; border-radius: 99px; background: linear-gradient(90deg, var(--wkt-primary), var(--wkt-primary-2)); transform: scaleX(0); transform-origin: right; transition: transform .22s ease; }
.wkt-category-menu .menu-item-has-children > a { padding-left: 20px; }
.wkt-category-menu .menu-item-has-children > a::before { content: ""; position: absolute; left: 2px; top: 50%; width: 6px; height: 6px; border-left: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: translateY(-64%) rotate(-45deg); opacity: .65; transition: transform .18s ease, opacity .18s ease; }
.wkt-category-menu .menu-item-has-children:hover > a::before { transform: translateY(-38%) rotate(135deg); opacity: 1; }
.wkt-dropdown-arrow { display: none; }
.wkt-category-menu a:hover,
.wkt-category-menu .current-menu-item > a,
.wkt-category-menu .current-cat > a,
.wkt-category-menu .current-menu-ancestor > a,
.wkt-category-menu .current-cat-ancestor > a { color: var(--wkt-text); }
.wkt-category-menu a:hover .wkt-menu-text::after,
.wkt-category-menu .current-menu-item > a .wkt-menu-text::after,
.wkt-category-menu .current-cat > a .wkt-menu-text::after,
.wkt-category-menu .current-menu-ancestor > a .wkt-menu-text::after,
.wkt-category-menu .current-cat-ancestor > a .wkt-menu-text::after { transform: scaleX(1); }
.wkt-category-menu .sub-menu,
.wkt-category-menu .children { position: absolute; top: calc(100% + 10px); right: 0; width: 230px; list-style: none; margin: 0; padding: 10px; display: grid; gap: 4px; opacity: 0; visibility: hidden; transform: translateY(8px); border: 1px solid var(--wkt-border); border-radius: 18px; background: var(--wkt-surface); box-shadow: var(--wkt-shadow); transition: opacity .18s ease, transform .18s ease, visibility .18s ease; }
.wkt-category-menu li:hover > .sub-menu,
.wkt-category-menu li:hover > .children { opacity: 1; visibility: visible; transform: translateY(0); }
.wkt-category-menu .sub-menu a,
.wkt-category-menu .children a { padding: 9px 10px; border-radius: 12px; }
.wkt-category-menu .sub-menu .wkt-menu-text::after,
.wkt-category-menu .children .wkt-menu-text::after { display: none; }
.wkt-category-menu .sub-menu a:hover,
.wkt-category-menu .children a:hover { background: var(--wkt-surface-2); }
.wkt-header-actions { display: flex; align-items: center; gap: 9px; }
.wkt-icon-button { width: 44px; height: 44px; border: 1px solid var(--wkt-border); border-radius: 15px; display: grid; place-items: center; background: linear-gradient(135deg, var(--wkt-surface), var(--wkt-surface-2)); color: var(--wkt-text); cursor: pointer; font-size: 20px; line-height: 1; box-shadow: 0 10px 25px rgba(15,23,42,.06); }
.wkt-icon-button svg { width: 22px; height: 22px; }
.wkt-icon-button:hover { color: var(--wkt-primary); border-color: rgba(36,107,254,.35); }
.wkt-menu-toggle { display: none; }
.wkt-menu-lines { width: 20px; display: inline-flex; flex-direction: column; gap: 4px; }
.wkt-menu-lines span { display: block; height: 2px; border-radius: 99px; background: currentColor; }
.wkt-menu-lines span:nth-child(2) { width: 14px; }
.wkt-search { position: absolute; top: calc(100% + 10px); left: 0; z-index: 120; width: min(460px, calc(100vw - 28px)); display: none; border: 1px solid var(--wkt-border); background: var(--wkt-surface); padding: 8px; border-radius: 18px; box-shadow: var(--wkt-shadow); }
.wkt-search.is-open { display: block; }
.wkt-search-box { display: flex; align-items: center; }
.wkt-search input { flex: 1; border: 0; outline: 0; background: transparent; padding-inline: 14px; color: var(--wkt-text); min-width: 0; }
.wkt-search button { width: 42px; height: 42px; border: 0; border-radius: 14px; display: grid; place-items: center; background: linear-gradient(135deg, var(--wkt-primary), var(--wkt-primary-2)); color: #fff; cursor: pointer; }
.wkt-search button svg { width: 20px; height: 20px; }
.wkt-search-alert { display: none; margin-top: 8px; padding: 8px 12px; border-radius: 12px; color: #9a3412; background: #fff7ed; font-size: 13px; font-weight: 900; }
.wkt-search.has-alert .wkt-search-alert { display: block; }

.wkt-main { padding: 24px 0 52px; }
.wkt-hero { margin-bottom: 28px; }
.wkt-tech-slider { position: relative; min-height: 420px; border-radius: 28px; overflow: hidden; background: linear-gradient(135deg, rgba(255,255,255,.98), rgba(239,246,255,.96)); border: 1px solid rgba(36,107,254,.14); box-shadow: 0 22px 70px rgba(15,23,42,.13); isolation: isolate; }
body.wkt-mode-dark .wkt-tech-slider,
body[data-wkt-theme="dark"] .wkt-tech-slider { background: linear-gradient(135deg, #0b1220, #101a2e); border-color: rgba(255,255,255,.12); }
.wkt-tech-slider::before { content: ""; position: absolute; inset: 12px; z-index: 8; border: 1px solid rgba(36,107,254,.14); border-radius: 22px; pointer-events: none; box-shadow: inset 0 0 28px rgba(36,107,254,.08); }
body.wkt-mode-dark .wkt-tech-slider::before,
body[data-wkt-theme="dark"] .wkt-tech-slider::before { border-color: rgba(255,255,255,.16); box-shadow: inset 0 0 32px rgba(34,211,238,.08); }
.wkt-tech-slider::after { content: ""; position: absolute; inset: 0; z-index: 3; background: radial-gradient(circle at 15% 15%, rgba(0,184,217,.14), transparent 26%), radial-gradient(circle at 82% 25%, rgba(36,107,254,.14), transparent 32%); pointer-events: none; }
.wkt-slide { display: none; min-height: 420px; position: relative; }
.wkt-slide.is-active { display: block; }
.wkt-slide-bg { position: absolute; z-index: 5; left: 26px; top: 26px; bottom: 96px; width: 42%; border-radius: 22px; overflow: hidden; background: var(--wkt-surface-2); box-shadow: 0 18px 44px rgba(15,23,42,.16); }
.wkt-slide-bg img,
.wkt-slide-bg .wkt-thumb-placeholder { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.wkt-slide-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(0,0,0,.28)); }
.wkt-slide-shade { position: absolute; inset: 0; z-index: 2; background-image: linear-gradient(rgba(36,107,254,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(0,184,217,.045) 1px, transparent 1px); background-size: 46px 46px; }
.wkt-slide-panel { position: absolute; z-index: 7; right: 48px; top: 56px; width: min(530px, calc(58% - 96px)); color: var(--wkt-text); }
body.wkt-mode-dark .wkt-slide-panel,
body[data-wkt-theme="dark"] .wkt-slide-panel { color: #fff; }
.wkt-slide-glow-label { position: relative; display: block; width: 86px; height: 8px; border-radius: 999px; background: linear-gradient(90deg, var(--wkt-primary), var(--wkt-primary-2), var(--wkt-primary)); box-shadow: 0 0 0 6px rgba(36,107,254,.055), 0 0 28px rgba(0,184,217,.24); overflow: hidden; }
.wkt-slide-glow-label::after { content: ""; position: absolute; top: 0; bottom: 0; width: 45%; right: -50%; background: linear-gradient(90deg, transparent, rgba(255,255,255,.86), transparent); animation: wktGlowSweep 2.6s ease-in-out infinite; }
@keyframes wktGlowSweep { 0% { right: -50%; } 55%, 100% { right: 115%; } }
.wkt-slide-panel h2 { font-size: clamp(24px, 2.55vw, 34px); line-height: 1.35; margin: 16px 0 10px; font-weight: 900; letter-spacing: -.35px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.wkt-slide-panel p { margin: 0 0 16px; color: var(--wkt-muted); font-weight: 700; font-size: 13.5px; line-height: 1.8; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
body.wkt-mode-dark .wkt-slide-panel p,
body[data-wkt-theme="dark"] .wkt-slide-panel p { color: rgba(255,255,255,.78); }
.wkt-slide-actions { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.wkt-primary-link { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 9px 18px; border-radius: 14px; background: linear-gradient(135deg, var(--wkt-primary), var(--wkt-primary-2)); color: #fff; font-weight: 900; box-shadow: 0 12px 28px rgba(36,107,254,.2); }
.wkt-primary-link:hover { color: #fff; transform: translateY(-2px); }
.wkt-slide-date { color: var(--wkt-muted); font-weight: 900; font-size: 12px; }
body.wkt-mode-dark .wkt-slide-date,
body[data-wkt-theme="dark"] .wkt-slide-date { color: rgba(255,255,255,.72); }
.wkt-slider-list { position: absolute; z-index: 9; right: 26px; left: 26px; bottom: 18px; height: 66px; display: grid; grid-auto-flow: column; grid-auto-columns: minmax(170px, 1fr); gap: 8px; overflow-x: auto; overflow-y: visible; padding: 10px 2px 6px; scrollbar-width: none; }
.wkt-slider-list::-webkit-scrollbar { display: none; }
.wkt-slider-list-item { position: relative; min-width: 0; height: 48px; text-align: right; border: 1px solid rgba(36,107,254,.12); border-radius: 15px; background: rgba(255,255,255,.78); color: var(--wkt-muted); cursor: pointer; overflow: hidden; padding: 9px 12px; box-shadow: 0 8px 20px rgba(15,23,42,.06); }
.wkt-slider-list-item:hover { transform: translateY(0); }
body.wkt-mode-dark .wkt-slider-list-item,
body[data-wkt-theme="dark"] .wkt-slider-list-item { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.12); }
.wkt-slider-list-item strong { position: relative; z-index: 2; display: block; font-size: 12px; line-height: 1.55; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: inherit; }
.wkt-slider-list-item .wkt-slider-glow { position: absolute; inset: 0; opacity: 0; background: linear-gradient(90deg, rgba(36,107,254,.16), rgba(0,184,217,.13)); }
.wkt-slider-list-item.is-active { color: var(--wkt-text); border-color: rgba(36,107,254,.32); box-shadow: 0 0 0 1px rgba(36,107,254,.08), 0 10px 26px rgba(36,107,254,.12); }
.wkt-slider-list-item.is-active strong { color: var(--wkt-text); }
body.wkt-mode-dark .wkt-slider-list-item.is-active strong,
body[data-wkt-theme="dark"] .wkt-slider-list-item.is-active strong { color: #fff; }
.wkt-slider-list-item.is-active .wkt-slider-glow { opacity: 1; }
.wkt-slider-controls { position: absolute; z-index: 10; left: 34px; top: 34px; display: flex; gap: 10px; }
.wkt-slider-controls button { width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.64); border-radius: 16px; background: linear-gradient(135deg, rgba(255,255,255,.94), rgba(239,246,255,.86)); color: var(--wkt-primary); backdrop-filter: blur(14px); font-size: 28px; line-height: 1; cursor: pointer; display: grid; place-items: center; box-shadow: 0 10px 28px rgba(15,23,42,.16), inset 0 0 0 1px rgba(36,107,254,.08); text-shadow: 0 1px 0 rgba(255,255,255,.8); }
.wkt-carousel-actions button { width: 40px; height: 40px; border: 1px solid rgba(36,107,254,.16); border-radius: 14px; background: rgba(255,255,255,.9); color: var(--wkt-primary); backdrop-filter: blur(10px); font-size: 28px; line-height: 1; cursor: pointer; display: grid; place-items: center; }
body.wkt-mode-dark .wkt-slider-controls button,
body[data-wkt-theme="dark"] .wkt-slider-controls button { border-color: rgba(255,255,255,.26); background: linear-gradient(135deg, rgba(15,23,42,.82), rgba(30,41,59,.72)); color: #fff; box-shadow: 0 12px 32px rgba(0,0,0,.28), inset 0 0 0 1px rgba(255,255,255,.08); text-shadow: none; }
body.wkt-mode-dark .wkt-carousel-actions button,
body[data-wkt-theme="dark"] .wkt-carousel-actions button { border-color: rgba(255,255,255,.25); background: rgba(255,255,255,.12); color: #fff; }
.wkt-slider-controls button span,
.wkt-carousel-actions button span { transform: translateY(-2px); }

.wkt-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 24px; align-items: start; }
.wkt-content-column,
.wkt-sidebar { min-width: 0; }
.wkt-section,
.wkt-widget,
.wkt-single,
.wkt-archive-head { background: var(--wkt-surface); border: 1px solid var(--wkt-border); border-radius: var(--wkt-radius); box-shadow: var(--wkt-shadow); }
.wkt-section { padding: 22px; margin-bottom: 24px; }
.wkt-section-head { display: flex; align-items: center; justify-content: center; gap: 16px; margin-bottom: 20px; text-align: center; }
.wkt-section-head-actions { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; }
.wkt-section-head-actions .wkt-section-title { grid-column: 2; justify-self: center; }
.wkt-section-head-actions > .wkt-more-link,
.wkt-section-head-actions > .wkt-head-tools { grid-column: 3; justify-self: end; }
.wkt-section-title h2 { margin: 0; font-size: 21px; font-weight: 900; line-height: 1.35; position: relative; padding: 0 12px; display: inline-flex; align-items: center; justify-content: center; }
.wkt-section-title h2::before,
.wkt-section-title h2::after { content: ""; width: 22px; height: 3px; border-radius: 99px; background: linear-gradient(90deg, var(--wkt-primary), var(--wkt-primary-2)); margin: 0 8px; }
.wkt-head-tools { display: flex; align-items: center; gap: 10px; }
.wkt-more-link,
.wkt-load-more { display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--wkt-border); background: linear-gradient(135deg, var(--wkt-primary), var(--wkt-primary-2)); color: #fff; border-radius: 14px; min-height: 42px; padding: 8px 17px; font-weight: 900; cursor: pointer; width: auto; align-self: flex-start; }
.wkt-more-link:hover,
.wkt-load-more:hover { color: #fff; transform: translateY(-1px); }
.wkt-carousel-actions { display: flex; gap: 8px; }
.wkt-carousel-actions button { color: var(--wkt-text); border-color: var(--wkt-border); background: var(--wkt-surface-2); backdrop-filter: none; }
.wkt-read-link { display: inline-flex; align-items: center; justify-content: center; align-self: flex-start; width: auto; color: var(--wkt-primary); font-size: 13px; font-weight: 900; white-space: nowrap; padding: 7px 2px 8px; border-radius: 0; background: transparent; border: 0; position: relative; letter-spacing: -.1px; }
.wkt-read-link::after { content: ""; position: absolute; right: 0; left: 0; bottom: 0; height: 2px; border-radius: 99px; background: linear-gradient(90deg, var(--wkt-primary), var(--wkt-primary-2)); transform: scaleX(.38); transform-origin: right; transition: transform .22s ease; }
.wkt-read-link:hover { color: var(--wkt-primary-2); }
.wkt-read-link:hover::after { transform: scaleX(1); }

.wkt-row-list { display: grid; gap: 16px; }
.wkt-row-card { display: grid; grid-template-columns: 210px minmax(0, 1fr); background: linear-gradient(135deg, rgba(36,107,254,.06), rgba(0,184,217,.04)); border: 1px solid var(--wkt-border); border-radius: 20px; overflow: hidden; }
.wkt-row-media { min-height: 142px; background: var(--wkt-surface-2); overflow: hidden; }
.wkt-row-media img,
.wkt-row-media .wkt-thumb-placeholder { width: 100%; height: 100%; object-fit: cover; }
.wkt-row-body { padding: 13px 14px; display: flex; flex-direction: column; min-width: 0; }
.wkt-row-cat { align-self: flex-start; display: inline-flex; align-items: center; gap: 6px; color: var(--wkt-primary); background: transparent; border-radius: 0; padding: 0; font-size: 12px; font-weight: 900; margin-bottom: 8px; }
.wkt-row-card h3 { margin: 0 0 6px; line-height: 1.42; font-size: 18px; font-weight: 900; }
.wkt-row-card p { margin: 0 0 8px; color: var(--wkt-muted); font-size: 13px; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; }
.wkt-row-footer,
.wkt-card-footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; margin-top: auto; }
.wkt-meta { display: flex; flex-wrap: wrap; gap: 8px; color: var(--wkt-muted); font-size: 12px; font-weight: 900; }
.wkt-meta time { display: inline-flex; align-items: center; letter-spacing: 0; }
.wkt-load-more-wrap { display: flex; justify-content: center; margin-top: 20px; }
.wkt-load-more.is-loading { opacity: .75; pointer-events: none; }

.wkt-program-carousel { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 36px) / 4); gap: 12px; overflow-x: auto; scroll-behavior: smooth; scrollbar-width: none; padding-bottom: 2px; }
.wkt-program-carousel::-webkit-scrollbar { display: none; }
.wkt-program-card { min-width: 0; background: linear-gradient(180deg, var(--wkt-surface-2), var(--wkt-surface)); border: 1px solid var(--wkt-border); border-radius: 18px; overflow: hidden; }
.wkt-program-media { display: block; height: 138px; background: var(--wkt-surface-2); overflow: hidden; }
.wkt-program-media img,
.wkt-program-media .wkt-thumb-placeholder { width: 100%; height: 100%; object-fit: cover; }
.wkt-program-card h3 { margin: 0; padding: 13px; font-size: 14px; line-height: 1.55; font-weight: 900; min-height: 68px; }

.wkt-keys-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.wkt-compact-feature { display: grid; grid-template-columns: 128px minmax(0, 1fr); overflow: hidden; border: 1px solid var(--wkt-border); border-radius: 18px; background: linear-gradient(135deg, rgba(36,107,254,.07), rgba(0,184,217,.06)); }
.wkt-compact-media { display: block; min-height: 106px; background: var(--wkt-surface-2); overflow: hidden; }
.wkt-compact-media img,
.wkt-compact-media .wkt-thumb-placeholder { width: 100%; height: 100%; object-fit: cover; }
.wkt-compact-body { padding: 10px 12px; display: flex; flex-direction: column; justify-content: center; min-width: 0; }
.wkt-key-card .wkt-read-link { align-self: flex-end; margin-top: auto; }
.wkt-compact-body h3 { margin: 0 0 5px; line-height: 1.45; font-size: 14px; font-weight: 900; max-height: 42px; overflow: hidden; }
.wkt-compact-body p { margin: 0 0 6px; color: var(--wkt-muted); font-size: 12px; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; }

.wkt-games-strip { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.wkt-game-card { overflow: hidden; border: 1px solid var(--wkt-border); border-radius: 20px; background: linear-gradient(180deg, rgba(255,176,32,.09), rgba(36,107,254,.06)); }
.wkt-game-media { display: block; height: 168px; background: var(--wkt-surface-2); overflow: hidden; }
.wkt-game-media img,
.wkt-game-media .wkt-thumb-placeholder { width: 100%; height: 100%; object-fit: cover; }
.wkt-game-body { padding: 12px; }
.wkt-game-body h3 { margin: 0; font-size: 16px; line-height: 1.5; font-weight: 900; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; min-height: 48px; }

.wkt-sidebar { position: static; display: flex; flex-direction: column; gap: 16px; }
.wkt-widget { padding: 16px; overflow: hidden; }
.wkt-widget-head span { display: none; }
.widget-title { margin: 0 0 14px; font-size: 18px; font-weight: 900; position: relative; padding-bottom: 10px; }
.widget-title::after { content: ""; position: absolute; bottom: 0; right: 0; width: 42px; height: 4px; border-radius: 99px; background: linear-gradient(90deg, var(--wkt-primary), var(--wkt-primary-2)); }
.wkt-today-card { display: block; overflow: hidden; border: 1px solid var(--wkt-border); border-radius: 20px; background: linear-gradient(180deg, var(--wkt-surface-2), var(--wkt-surface)); box-shadow: 0 12px 28px rgba(15,23,42,.06); }
.wkt-today-media { display: block; height: 158px; overflow: hidden; background: var(--wkt-surface-2); }
.wkt-today-media img,
.wkt-today-media .wkt-thumb-placeholder { width: 100%; height: 100%; object-fit: cover; }
.wkt-today-content { display: block; padding: 13px; }
.wkt-today-content small { display: block; margin-bottom: 5px; color: var(--wkt-muted); font-size: 11px; font-weight: 900; }
.wkt-today-content strong { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; font-size: 15px; line-height: 1.55; font-weight: 900; }
.wkt-mini-post { display: grid; grid-template-columns: 66px 1fr; gap: 10px; align-items: center; padding: 10px 0; border-bottom: 1px solid var(--wkt-border); line-height: 1.55; }
.wkt-mini-post:last-child { border-bottom: 0; }
.wkt-mini-post span { min-width: 0; }
.wkt-mini-post strong { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; font-size: 13px; font-weight: 900; }
.wkt-mini-post small { display: block; margin-top: 2px; color: var(--wkt-muted); font-size: 11px; font-weight: 800; }
.wkt-mini-thumb { width: 66px; height: 50px; object-fit: cover; border-radius: 13px; }


.wkt-card { background: var(--wkt-surface); border: 1px solid var(--wkt-border); border-radius: 20px; overflow: hidden; min-width: 0; box-shadow: var(--wkt-shadow); }
.wkt-card-media { display: block; height: 190px; overflow: hidden; background: var(--wkt-surface-2); }
.wkt-card-media img,
.wkt-card-media .wkt-thumb-placeholder { width: 100%; height: 100%; object-fit: cover; }
.wkt-card-body { padding: 15px; display: flex; flex-direction: column; gap: 7px; }
.wkt-card h3 { margin: 0; line-height: 1.45; font-size: 18px; font-weight: 900; }
.wkt-card p { margin: 0; color: var(--wkt-muted); font-size: 14px; }
.wkt-archive-row-list { display: grid; gap: 16px; }
.wkt-post-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }

.wkt-single { padding: 28px; }
.wkt-single-header { text-align: right; margin-bottom: 24px; padding-bottom: 18px; border-bottom: 1px solid var(--wkt-border); }
.wkt-single-breadcrumb { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; color: var(--wkt-muted); font-size: 13px; font-weight: 900; margin-bottom: 10px; }
.wkt-single-breadcrumb a { color: var(--wkt-primary); }
.wkt-single-breadcrumb span[aria-hidden="true"] { color: var(--wkt-primary-2); }
.wkt-single-meta { display: inline-flex; align-items: center; justify-content: flex-start; margin-top: 13px; color: var(--wkt-muted); font-size: 13px; font-weight: 900; }
.wkt-single-meta time { color: var(--wkt-text); padding: 0; border-bottom: 0; font-weight: 900; }
.wkt-single-header h1 { font-size: clamp(21px, 2vw, 28px); line-height: 1.5; margin: 0; font-weight: 900; letter-spacing: -.2px; }
.wkt-entry-content { font-size: 15.5px; color: var(--wkt-text); }
.wkt-entry-content img { margin: 24px auto; border-radius: 20px; box-shadow: var(--wkt-shadow); }
.wkt-entry-content figure { margin: 26px auto; text-align: center; }
.wkt-entry-content figure img { margin: 0 auto; }
.wkt-entry-content p { margin: 0 0 1.25em; }
.wkt-entry-content h2,
.wkt-entry-content h3,
.wkt-entry-content h4 { line-height: 1.45; margin: 1.5em 0 .7em; font-weight: 900; }
.wkt-entry-content h2 { font-size: 26px; border-right: 5px solid var(--wkt-primary); padding-right: 12px; }
.wkt-entry-content a { color: var(--wkt-primary); font-weight: 800; }
.wkt-entry-content blockquote { margin: 24px 0; padding: 18px 22px; border-right: 5px solid var(--wkt-primary); background: var(--wkt-surface-2); border-radius: 16px; color: var(--wkt-muted); }
.wkt-entry-content table { width: 100%; border-collapse: collapse; overflow: hidden; border-radius: 14px; }
.wkt-entry-content th,
.wkt-entry-content td { border: 1px solid var(--wkt-border); padding: 12px; }
.wkt-entry-content code { background: var(--wkt-surface-2); padding: 2px 7px; border-radius: 8px; direction: ltr; display: inline-block; }
.wkt-entry-content pre { overflow: auto; background: #0b1020; color: #edf2ff; padding: 18px; border-radius: 18px; direction: ltr; }
.wkt-tags a { display: inline-block; margin: 5px; padding: 6px 12px; background: var(--wkt-surface-2); border-radius: 999px; color: var(--wkt-muted); font-weight: 800; }
.wkt-archive-head { padding: 22px 24px; margin-bottom: 20px; text-align: center; background: linear-gradient(135deg, var(--wkt-surface), var(--wkt-surface-2)); }
.wkt-archive-kicker { display: inline-flex; align-items: center; justify-content: center; margin-bottom: 8px; color: var(--wkt-primary); font-size: 12px; font-weight: 900; letter-spacing: .4px; }
.wkt-archive-head h1 { margin: 0; font-size: clamp(23px, 2.4vw, 34px); line-height: 1.35; font-weight: 900; }
.wkt-archive-head p { margin: 10px auto 0; max-width: 720px; color: var(--wkt-muted); font-weight: 700; }
.navigation.pagination { grid-column: 1 / -1; margin-top: 18px; }
.nav-links { display: flex; gap: 8px; flex-wrap: wrap; justify-content: center; }
.page-numbers { min-width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; background: var(--wkt-surface); border: 1px solid var(--wkt-border); font-weight: 900; }
.page-numbers.current { background: var(--wkt-primary); color: #fff; }
.wkt-thumb-placeholder { background: linear-gradient(135deg, var(--wkt-primary), var(--wkt-primary-2)); display: grid; place-items: center; color: #fff; font-weight: 900; font-size: 24px; }
.wkt-empty-section { padding: 34px; text-align: center; color: #fff; }
.wkt-post-grid .wkt-no-results { grid-column: 1 / -1; }
.wkt-state-page { position: relative; overflow: hidden; padding: clamp(28px, 5vw, 58px) 18px; border: 1px solid var(--wkt-border); border-radius: 30px; background: radial-gradient(circle at 50% 0%, rgba(47, 107, 255, .13), transparent 34%), linear-gradient(180deg, var(--wkt-surface), var(--wkt-surface-2)); box-shadow: var(--wkt-shadow); text-align: center; }
.wkt-state-page::before { content: ""; position: absolute; inset-inline: 18%; top: 0; height: 3px; border-radius: 999px; background: linear-gradient(90deg, transparent, var(--wkt-primary), var(--wkt-primary-2), transparent); }
.wkt-state-page::after { content: ""; position: absolute; width: 220px; height: 220px; left: -95px; bottom: -105px; border-radius: 50%; background: rgba(0, 214, 170, .10); pointer-events: none; }
.wkt-state-shell { position: relative; z-index: 1; width: min(680px, 100%); margin: 0 auto; display: flex; flex-direction: column; align-items: center; }
.wkt-state-code { margin-bottom: 10px; padding: 7px 16px; border: 1px solid rgba(47, 107, 255, .18); border-radius: 999px; background: rgba(47, 107, 255, .08); color: var(--wkt-primary); font-size: 13px; line-height: 1; font-weight: 950; letter-spacing: 1px; }
.wkt-state-icon { width: 94px; height: 94px; margin: 0 auto 16px; display: grid; place-items: center; border-radius: 30px; border: 1px solid rgba(47, 107, 255, .22); background: linear-gradient(145deg, rgba(47, 107, 255, .14), rgba(0, 214, 170, .11)); box-shadow: 0 18px 40px rgba(47, 107, 255, .14); color: var(--wkt-primary); }
.wkt-state-icon svg { width: 46px; height: 46px; fill: none; stroke: currentColor; stroke-width: 2.7; stroke-linecap: round; stroke-linejoin: round; }
.wkt-state-kicker { margin-bottom: 8px; color: var(--wkt-primary); font-size: 12px; line-height: 1; font-weight: 950; letter-spacing: .5px; }
.wkt-no-results h2,
.wkt-error-page h1 { margin: 0 0 16px; max-width: 620px; color: var(--wkt-text); font-size: clamp(23px, 3vw, 36px); line-height: 1.35; font-weight: 950; }
.wkt-no-results p,
.wkt-error-page p { order: 4; margin: 14px auto 0; max-width: 560px; color: var(--wkt-muted); font-size: 14px; line-height: 1.9; font-weight: 750; }
.wkt-state-search { order: 3; width: min(560px, 100%); margin: 0 auto; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 8px; padding: 8px; border: 1px solid rgba(47, 107, 255, .18); border-radius: 22px; background: var(--wkt-surface); box-shadow: 0 14px 32px rgba(15, 23, 42, .08); }
.wkt-state-search-icon { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 14px; background: linear-gradient(135deg, rgba(47, 107, 255, .12), rgba(0, 214, 170, .10)); color: var(--wkt-primary); }
.wkt-state-search-icon svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.wkt-state-search input { min-width: 0; border: 0; outline: 0; background: transparent; padding: 0 4px; color: var(--wkt-text); font-weight: 800; }
.wkt-state-search input::placeholder { color: var(--wkt-muted); opacity: .85; }
.wkt-state-search button { border: 0; border-radius: 15px; display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 8px 22px; background: linear-gradient(135deg, var(--wkt-primary), var(--wkt-primary-2)); color: #fff; font-weight: 950; cursor: pointer; box-shadow: 0 10px 22px rgba(47, 107, 255, .20); }
.wkt-back-home { order: 5; width: max-content; max-width: 100%; margin: 16px auto 0; border: 1px solid var(--wkt-border); border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 8px 22px; background: var(--wkt-surface); color: var(--wkt-text); font-weight: 950; box-shadow: 0 10px 22px rgba(15, 23, 42, .06); }
.wkt-back-home:hover { color: var(--wkt-primary); background: rgba(47, 107, 255, .08); border-color: rgba(47, 107, 255, .22); }
body.wkt-mode-dark .wkt-state-page,
body[data-wkt-theme="dark"] .wkt-state-page { background: radial-gradient(circle at 50% 0%, rgba(96, 165, 250, .12), transparent 34%), linear-gradient(180deg, var(--wkt-surface), var(--wkt-surface-2)); }
body.wkt-mode-dark .wkt-state-search,
body[data-wkt-theme="dark"] .wkt-state-search,
body.wkt-mode-dark .wkt-back-home,
body[data-wkt-theme="dark"] .wkt-back-home { background: rgba(255, 255, 255, .04); }


.wkt-related-posts { margin-top: 24px; padding: 22px; background: var(--wkt-surface); border: 1px solid var(--wkt-border); border-radius: var(--wkt-radius); box-shadow: var(--wkt-shadow); }
.wkt-related-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.wkt-related-card { min-width: 0; overflow: hidden; border: 1px solid var(--wkt-border); border-radius: 18px; background: linear-gradient(180deg, var(--wkt-surface-2), var(--wkt-surface)); }
.wkt-related-media { display: block; height: 140px; overflow: hidden; background: var(--wkt-surface-2); }
.wkt-related-media img,
.wkt-related-media .wkt-thumb-placeholder { width: 100%; height: 100%; object-fit: cover; }
.wkt-related-body { padding: 12px; }
.wkt-related-body h3 { margin: 0 0 8px; font-size: 15px; line-height: 1.5; font-weight: 900; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }

.wkt-footer { border-top: 1px solid var(--wkt-border); padding: 22px 0; background: var(--wkt-surface); text-align: center; }
.wkt-copyright { color: var(--wkt-muted); font-weight: 800; }

@media (max-width: 1280px) {
    :root { --wkt-container: 1060px; }
    .wkt-layout { grid-template-columns: minmax(0, 1fr) 320px; }
    .wkt-program-carousel { grid-auto-columns: calc((100% - 24px) / 3); }
    .wkt-slide-panel { width: min(560px, calc(100% - 450px)); }
    .wkt-slider-list { width: min(330px, 30%); }
    .wkt-post-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .wkt-games-strip { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 980px) {
    .wkt-header-shell { min-height: auto; grid-template-columns: minmax(0, 1fr) auto; gap: 10px; padding: 12px 0; position: relative; }
    .wkt-brand { min-width: 0; grid-column: 1; }
    .wkt-logo-copy { min-width: 0; }
    .wkt-header-actions { position: static; flex: 0 0 auto; gap: 7px; grid-column: 2; justify-self: end; align-self: center; direction: rtl; }
    .wkt-menu-toggle { display: grid; order: 1; }
    .wkt-search-toggle { order: 2; }
    .wkt-mode-toggle { order: 3; }
    .wkt-category-nav { position: absolute; top: calc(100% + 8px); right: 0; left: 0; z-index: 80; display: block; min-width: 0; width: 100%; }
    .wkt-category-menu { display: none; width: 100%; grid-template-columns: 1fr; gap: 7px; margin: 0; padding: 12px; border: 1px solid var(--wkt-border); border-radius: 22px; background: linear-gradient(180deg, var(--wkt-surface), var(--wkt-surface-2)); box-shadow: var(--wkt-shadow); max-height: min(68vh, 520px); overflow: auto; }
    .wkt-category-menu.is-open { display: grid; }
    .wkt-category-menu li { min-width: 0; width: 100%; }
    .wkt-category-menu a { justify-content: flex-start; min-height: 38px; padding: 8px 6px; text-align: right; color: var(--wkt-text); border-radius: 0; background: transparent; border: 0; font-weight: 750; font-size: 14px; }
    body.wkt-mode-dark .wkt-category-menu a,
    body[data-wkt-theme="dark"] .wkt-category-menu a { background: transparent; border-color: transparent; }
    .wkt-category-menu .wkt-menu-text::after { bottom: -5px; height: 2px; right: 0; left: 0; display: block; }
    .wkt-category-menu .menu-item-has-children > a { padding-left: 34px; }
    .wkt-category-menu .menu-item-has-children > a::before { left: 14px; width: 6px; height: 6px; }
    .wkt-category-menu .menu-item-has-children.is-submenu-open > a::before { transform: translateY(-38%) rotate(135deg); }
    .wkt-category-menu .sub-menu,
    .wkt-category-menu .children { position: static; width: auto; opacity: 1; visibility: visible; transform: none; display: none; margin: 5px 16px 2px 0; padding: 4px 10px 4px 0; box-shadow: none; background: transparent; border: 0; border-right: 1px solid var(--wkt-border); border-radius: 0; }
    .wkt-category-menu .menu-item-has-children.is-submenu-open > .sub-menu,
    .wkt-category-menu .menu-item-has-children.is-submenu-open > .children { display: grid; }
    .wkt-category-menu li:hover > .sub-menu,
    .wkt-category-menu li:hover > .children { opacity: 1; visibility: visible; transform: none; }
    .wkt-search { top: calc(100% + 8px); left: 0; right: 0; width: auto; }
    .wkt-tech-slider,
    .wkt-slide { min-height: 410px; }
    .wkt-slide-bg { left: 22px; right: 22px; top: 22px; bottom: 148px; width: auto; }
    .wkt-slide-panel { inset: auto 24px 66px 24px; width: auto; }
    .wkt-slide-panel h2 { font-size: 24px; -webkit-line-clamp: 2; }
    .wkt-slide-panel p { display: none; }
    .wkt-slider-list { display: none; }
    .wkt-layout { grid-template-columns: 1fr; }
    .wkt-sidebar { position: static; max-height: none; overflow: visible; }
    .wkt-keys-list { grid-template-columns: 1fr; }
    .wkt-games-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 720px) {
    .wkt-container { width: min(100% - 18px, var(--wkt-container)); }
    .wkt-header-shell { gap: 8px; }
    .wkt-logo-mark { width: 40px; height: 40px; border-radius: 14px; }
    .wkt-logo-mark svg { width: 26px; height: 26px; }
    .wkt-logo-copy strong { font-size: 18px; }
    .wkt-logo-copy small { display: none; }
    .wkt-icon-button { width: 40px; height: 40px; border-radius: 14px; }
    .wkt-tech-slider,
    .wkt-slide { min-height: 390px; border-radius: 24px; }
    .wkt-tech-slider::before { inset: 9px; border-radius: 18px; }
    .wkt-slide-panel { inset: auto 22px 52px auto; width: calc(100% - 44px); }
    .wkt-slide-panel h2 { font-size: 25px; }
    .wkt-slide-panel p { display: none; }
    .wkt-slider-controls { inset: 20px auto auto 20px; }
    .wkt-row-card,
    .wkt-compact-feature { grid-template-columns: 1fr; }
    .wkt-row-media,
    .wkt-compact-media { min-height: 200px; }
    .wkt-row-body { padding: 16px; }
    .wkt-section { padding: 16px; }
    .wkt-section-head { display: flex; align-items: center; flex-direction: column; }
    .wkt-section-head-actions { display: flex; align-items: center; }
    .wkt-section-head-actions > .wkt-more-link,
    .wkt-section-head-actions > .wkt-head-tools { justify-self: auto; }
    .wkt-head-tools { width: 100%; justify-content: center; }
    .wkt-program-carousel { grid-auto-columns: calc((100% - 24px) / 3); }
    .wkt-post-grid { grid-template-columns: 1fr; }
    .wkt-single { padding: 18px; }
    .wkt-single-header { border-bottom: 0; padding-bottom: 0; }
    .wkt-state-search { grid-template-columns: auto minmax(0, 1fr); }
    .wkt-state-search button { grid-column: 1 / -1; width: 100%; }
    .wkt-back-home { width: 100%; }
}
@media (max-width: 560px) {
    .wkt-program-carousel { grid-auto-columns: 82%; }
    .wkt-games-strip { grid-template-columns: 1fr; }
    .wkt-section-title h2 { font-size: 20px; }
    .wkt-single-header h1 { font-size: 23px; }
    .wkt-logo-copy strong { font-size: 17px; letter-spacing: -.4px; }
    .wkt-logo-mark { width: 36px; height: 36px; border-radius: 12px; }
    .wkt-logo-mark svg { width: 24px; height: 24px; }
    .wkt-icon-button { width: 36px; height: 36px; border-radius: 12px; font-size: 18px; }
}
@media (max-width: 960px) {
    .wkt-related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 520px) {
    .wkt-related-grid { grid-template-columns: 1fr; }
    .wkt-text-logo { gap: 8px; }
}
