/*
Theme Name: SkyHub Cyber Pulse
Theme URI: https://themes.example.com/doy
Author: SkyHub Studio
Author URI: https://themes.example.com/doy
Description: Cyber Pulse archetype WordPress theme — boxed-hero, 2col grid, vertical cards
Version: 2.0.0
Requires at least: 5.0
Tested up to: 6.6
Requires PHP: 7.0
License: GNU General Public License v2 or later
Text Domain: doyt
*/

/* archetype:CYBER layout:boxed-hero grid:2col sidebar:right card:vertical header:standard footer:3col */

:root{
  --doy-base:#05060a;--doy-base-2:#0a0d16;--doy-base-3:#101527;
  --doy-acc:#22d3ee;--doy-acc-2:#e879f9;--doy-text:#d9e6f2;
  --doy-muted:#7d8aa0;--doy-line:rgba(34,211,238,.28);
  --doy-font-display:'Orbitron', sans-serif;--doy-font-body:'Rajdhani', sans-serif;
}


/* ================================================================
   SkyHub Cyber Pulse — Cyber Pulse design system (archetype: CYBER)
   structure: hero=boxed-hero grid=2col sidebar=right
   card=vertical header=standard footer=3col
   ================================================================ */
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:'Rajdhani', sans-serif;font-size:16px;line-height:1.65;color:#d9e6f2;-webkit-font-smoothing:antialiased;position:relative;z-index:1}
img{max-width:100%;height:auto}
a{color:#22d3ee;text-decoration:none;transition:color .2s ease}
a:hover{color:#e879f9}
h1,h2,h3,h4{margin:0 0 .6em}
p{margin:0 0 1em}
.doy-wrap{max-width:1240px;margin:0 auto;padding:0 20px}
.doy-skip{position:absolute;left:-9999px;top:0;background:#22d3ee;color:#041014;padding:8px 16px;z-index:999}
.doy-skip:focus{left:8px}

/* ---------- header ---------- */
.doy-topbar{position:sticky;top:0;z-index:100;background:#0a0d16;border-bottom:1px solid rgba(34,211,238,.28);backdrop-filter:blur(6px)}
.doy-topbar-inner{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:12px 20px;max-width:1240px;margin:0 auto;flex-wrap:wrap}
.doy-brand{display:flex;align-items:center;gap:12px}
.doy-brand img{height:44px;width:auto}
.doy-brand-name{font-family:'Orbitron', sans-serif;font-size:26px;color:#22d3ee;letter-spacing:.04em}
.doy-cta-group{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.doy-btn{display:inline-block;text-align:center;cursor:pointer}
.doy-menu-toggle,.doy-search-toggle{display:none}
.doy-mobile-search{display:none}
.doy-mainnav{background:#101527;border-bottom:1px solid rgba(34,211,238,.28)}
.doy-nav-inner{max-width:1240px;margin:0 auto;padding:0 20px;display:flex;align-items:center;justify-content:space-between;gap:16px}
.doy-menu{list-style:none;display:flex;flex-wrap:wrap;margin:0;padding:0}
.doy-menu li{position:relative}
.doy-menu li a{display:block;padding:12px 16px;font-size:15px;font-weight:600;color:#d9e6f2;transition:color .2s ease,border-color .2s ease,background .2s ease;border-bottom:2px solid transparent}
.doy-menu li a:hover,.doy-menu li.current-menu-item > a,.doy-menu li.current-cat > a{color:#22d3ee;border-bottom-color:#22d3ee}
.doy-menu .sub-menu{display:none;position:absolute;top:100%;left:0;min-width:210px;background:#101527;border:1px solid rgba(34,211,238,.28);z-index:120;flex-direction:column;padding:4px 0}
.doy-menu li:hover > .sub-menu{display:flex}
.doy-menu .sub-menu li a{padding:9px 16px;font-size:14px;border-bottom:none}
.doy-nav-search{padding:8px 0}
.doy-searchform{display:flex;align-items:stretch}
.doy-searchform input[type="text"],.doy-searchform input[type="search"]{background:#05060a;border:1px solid rgba(34,211,238,.28);border-right:none;color:#d9e6f2;padding:9px 14px;font-size:14px;font-family:'Rajdhani', sans-serif;flex:1;min-width:0;border-radius:0px 0 0 0px}
.doy-searchform input:focus{outline:none;border-color:#22d3ee}
.doy-searchform button{background:#22d3ee;color:#041014;border:none;padding:9px 18px;border-radius:0 0px 0px 0;cursor:pointer;font-weight:700;font-family:'Rajdhani', sans-serif;letter-spacing:.04em;transition:filter .2s ease}
.doy-searchform button:hover{filter:brightness(1.12)}
.doy-nav-search .doy-searchform input[type="text"],.doy-nav-search .doy-searchform input[type="search"]{width:180px;flex:none}
.doy-hdr-centered .doy-topbar-inner{flex-direction:column;gap:10px;padding:18px 20px 12px}
.doy-hdr-centered .doy-mainnav .doy-nav-inner{justify-content:center;flex-wrap:wrap}
.doy-hdr-centered .doy-nav-search{display:none}
.doy-hdr-minimal .doy-topbar-inner{padding:8px 20px}
.doy-hdr-minimal .doy-brand img{height:36px}
.doy-hdr-minimal .doy-mainnav{background:transparent;border-bottom:none}
.doy-hdr-minimal .doy-nav-inner{max-width:none;padding:0 12px}

/* ---------- category strip ---------- */
.doy-catbar{background:#05060a;border-bottom:1px solid rgba(34,211,238,.28);overflow-x:auto}
.doy-catbar-inner{max-width:1240px;margin:0 auto;padding:10px 20px;display:flex;gap:10px;white-space:nowrap}
.doy-catchip{display:inline-flex;align-items:center;gap:8px;padding:6px 16px;border-radius:999px;border:1px solid rgba(34,211,238,.28);background:#0a0d16;color:#d9e6f2;font-size:13px;font-weight:700;letter-spacing:.04em;transition:all .2s ease}
.doy-catchip:hover{border-color:#22d3ee;color:#22d3ee;transform:translateY(-1px)}
.doy-catchip img{width:18px;height:18px}

/* ---------- hero mechanics ---------- */
.doy-hero{position:relative;min-height:420px;display:flex;align-items:center;background-size:cover;background-position:center;overflow:hidden}
.doy-hero-inner{position:relative;z-index:2;max-width:1240px;margin:0 auto;padding:64px 20px;width:100%}
.doy-hero-kicker{display:inline-block;margin-bottom:18px;text-transform:uppercase}
.doy-hero-title{margin-bottom:14px}
.doy-hero-sub{max-width:560px;color:#7d8aa0;font-size:17px;margin-bottom:28px}
.doy-hero-cta{display:flex;gap:14px;flex-wrap:wrap}
.doy-hero-media{position:relative;z-index:2;display:none}
.doy-hero-media img{width:100%;height:100%;object-fit:cover}
.doy-hero-split .doy-hero-inner{display:grid;grid-template-columns:1.08fr .92fr;gap:40px;align-items:center}
.doy-hero-split .doy-hero-media{display:block;min-height:300px;overflow:hidden;border-radius:0px}
.doy-hero-boxed .doy-hero-copy{max-width:780px;margin:0 auto;background:rgba(0,0,0,.34);border:1px solid rgba(34,211,238,.28);padding:44px 40px;backdrop-filter:blur(6px);border-radius:0px}
.doy-hero-overlay{min-height:540px;background-image:url('assets/images/banner-hero.png')}
.doy-hero-overlay::before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.25),rgba(0,0,0,.6) 68%,rgba(0,0,0,.82));z-index:1}
.doy-hero-overlay .doy-hero-inner{display:flex;flex-direction:column;justify-content:flex-end;padding-top:120px;padding-bottom:64px}
@media (max-width:900px){.doy-hero-split .doy-hero-inner{grid-template-columns:1fr}.doy-hero-split .doy-hero-media{display:none}}

/* ---------- sections ---------- */
.doy-section{padding:48px 0 8px}
.doy-section-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:24px}
.doy-section-title{margin:0}
.doy-section-link{font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#7d8aa0;white-space:nowrap}
.doy-section-link:hover{color:#22d3ee}

/* ---------- grids ---------- */
.doy-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.doy-grid.doy-grid-2{grid-template-columns:repeat(2,1fr)}
.doy-grid.doy-grid-4{grid-template-columns:repeat(4,1fr)}
.doy-grid.doy-masonry{display:block;column-count:3;column-gap:24px}
.doy-grid.doy-masonry .doy-card{display:block;break-inside:avoid;margin-bottom:24px}

/* ---------- card mechanics ---------- */
.doy-card{position:relative;display:flex;flex-direction:column;overflow:hidden;margin-bottom:24px}
.doy-grid .doy-card{margin-bottom:0}
.doy-card-thumb{position:relative;display:block;aspect-ratio:16/9;overflow:hidden;background:#101527}
.doy-card-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.doy-card:hover .doy-card-thumb img{transform:scale(1.06)}
.doy-card-cat{position:absolute;left:10px;top:10px;color:#fff;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:3px 10px;z-index:2}
.doy-card-body{padding:18px;display:flex;flex-direction:column;flex:1}
.doy-card-title{line-height:1.35;margin-bottom:8px}
.doy-card-title a{color:#d9e6f2}
.doy-card-title a:hover{color:#22d3ee}
.doy-card-excerpt{color:#7d8aa0;font-size:14px;flex:1;margin-bottom:14px}
.doy-card-meta{font-size:12px;color:#7d8aa0;border-top:1px solid rgba(34,211,238,.28);padding-top:12px;display:flex;justify-content:space-between;gap:8px}
.doy-card-h{display:grid;grid-template-columns:300px 1fr;gap:22px}
.doy-card-h .doy-card-thumb{aspect-ratio:auto;height:100%;min-height:190px}
.doy-card-h .doy-card-body{padding:22px 22px 22px 0}
.doy-card-ov{min-height:320px}
.doy-card-ov .doy-card-thumb{position:absolute;inset:0;aspect-ratio:auto;height:auto}
.doy-card-ov .doy-card-body{position:relative;z-index:2;margin-top:auto;padding:58% 18px 18px;background:linear-gradient(180deg,transparent,rgba(0,0,0,.82) 46%)}
.doy-card-ov .doy-card-title a{color:#fff}
.doy-card-ov .doy-card-excerpt{display:none}
.doy-card-ov .doy-card-meta{border-top-color:rgba(255,255,255,.2);color:rgba(255,255,255,.7)}
.doy-card-cp{flex-direction:row;align-items:center;gap:16px;padding:12px}
.doy-card-cp .doy-card-thumb{width:132px;aspect-ratio:16/10;flex:none;border-radius:inherit}
.doy-card-cp .doy-card-body{padding:6px 8px 6px 0}
.doy-card-cp .doy-card-excerpt{display:none}
.doy-card-cp .doy-card-title{font-size:15.5px;margin-bottom:4px}
.doy-card-cp .doy-card-meta{border-top:none;padding-top:0}

/* ---------- layout + sidebar ---------- */
.doy-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:36px;padding:44px 0;align-items:start}
.doy-layout.doy-layout-left{grid-template-columns:320px minmax(0,1fr)}
.doy-layout.doy-layout-none{grid-template-columns:minmax(0,1fr);max-width:920px;margin:0 auto}
.doy-sidebar{position:sticky;top:84px}
.doy-widget{background:#0a0d16;border:1px solid rgba(34,211,238,.28);border-radius:0px;padding:20px;margin-bottom:24px}
.doy-widget-title{font-size:21px;margin-bottom:14px;padding-bottom:10px;border-bottom:2px solid #22d3ee}
.doy-widget ul{list-style:none;margin:0;padding:0}
.doy-widget li{border-bottom:1px dashed rgba(34,211,238,.28)}
.doy-widget li:last-child{border-bottom:none}
.doy-widget li a{display:flex;justify-content:space-between;gap:10px;padding:9px 2px;color:#d9e6f2;font-size:14px}
.doy-widget li a:hover{color:#22d3ee;padding-left:6px}

/* ---------- single article ---------- */
.doy-breadcrumb{padding:18px 0;font-size:13px;color:#7d8aa0}
.doy-breadcrumb a{color:#7d8aa0}
.doy-breadcrumb a:hover{color:#22d3ee}
.doy-breadcrumb .doy-sep{margin:0 8px;color:#22d3ee}
.doy-article{background:#0a0d16;border:1px solid rgba(34,211,238,.28);border-radius:0px;padding:36px;margin-bottom:36px}
.doy-article-title{font-size:32px;line-height:1.25;margin-bottom:10px}
.doy-article-meta{font-size:13px;color:#7d8aa0;margin-bottom:24px;padding-bottom:18px;border-bottom:1px solid rgba(34,211,238,.28)}
.doy-content{font-size:16.5px}
.doy-content p{margin:0 0 1.2em}
.doy-content h2,.doy-content h3,.doy-content h4{margin-top:1.6em;color:#22d3ee}
.doy-content a{text-decoration:underline;text-underline-offset:3px}
.doy-content blockquote{border-left:4px solid #22d3ee;background:rgba(128,128,128,.08);margin:1.4em 0;padding:16px 22px;border-radius:0 0px 0px 0;font-style:italic}
.doy-content img{border-radius:0px}
.doy-content ul,.doy-content ol{padding-left:1.4em;margin:0 0 1.2em}
.doy-content table{width:100%;border-collapse:collapse;margin:1.4em 0}
.doy-content th,.doy-content td{border:1px solid rgba(34,211,238,.28);padding:10px 14px;text-align:left}
.doy-content th{background:#101527;color:#22d3ee}
.doy-cta-band{margin:30px 0;padding:26px;border-radius:0px;background:linear-gradient(135deg,#101527,#0a0d16);border:1px solid rgba(34,211,238,.28);display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap}
.doy-cta-band strong{font-family:'Orbitron', sans-serif;font-size:23px;color:#22d3ee}

/* ---------- pagination & page heads ---------- */
.doy-pagination{margin:36px 0;text-align:center}
.doy-pagination .nav-links{display:flex;justify-content:center;gap:8px;flex-wrap:wrap}
.doy-pagination .page-numbers{display:inline-block;min-width:42px;padding:9px 14px;background:#0a0d16;border:1px solid rgba(34,211,238,.28);border-radius:0px;color:#d9e6f2;font-weight:700}
.doy-pagination .page-numbers:hover{border-color:#22d3ee;color:#22d3ee}
.doy-pagination .page-numbers.current{background:#22d3ee;color:#041014;border-color:transparent}
.doy-pagehead{padding:44px 0 30px;border-bottom:1px solid rgba(34,211,238,.28)}
.doy-pagehead h1{font-size:clamp(32px,5vw,54px);margin:0}
.doy-pagehead .doy-pagehead-sub{color:#7d8aa0;margin-top:6px}
.doy-404{text-align:center;padding:90px 20px}
.doy-404-code{font-size:clamp(90px,16vw,180px);line-height:1;margin-bottom:10px}

/* ---------- footer ---------- */
.doy-footer{margin-top:60px;background:#0a0d16;border-top:1px solid rgba(34,211,238,.28);padding:50px 0 20px}
.doy-footer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:34px;margin-bottom:36px}
.doy-footer-grid.doy-foot-2{grid-template-columns:1.2fr 1fr}
.doy-footer-grid.doy-foot-3{grid-template-columns:1.2fr 1fr 1fr}
.doy-footer-title{font-size:20px;margin-bottom:16px;color:#22d3ee}
.doy-footer p,.doy-footer li{color:#7d8aa0;font-size:14px}
.doy-footer ul{list-style:none;margin:0;padding:0}
.doy-footer ul li{padding:5px 0;border-bottom:1px dashed rgba(34,211,238,.28)}
.doy-footer ul a{color:#7d8aa0}
.doy-footer ul a:hover{color:#22d3ee;padding-left:4px}
.doy-footer-brand img{height:48px;margin-bottom:12px}
.doy-footer-cta{background:#101527;border:1px solid rgba(34,211,238,.28);border-radius:0px;padding:22px;text-align:center}
.doy-footer-cta strong{display:block;font-family:'Orbitron', sans-serif;font-size:24px;color:#fff;margin-bottom:12px}
.doy-legal{border-top:1px solid rgba(34,211,238,.28);padding-top:22px}

/* ---------- front page modules ---------- */
.doy-game-section{padding:48px 0 6px}
.doy-game-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.doy-game-card{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px;padding:28px 18px 22px;border-radius:0px;overflow:hidden;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease;color:#d9e6f2}
.doy-game-icon{width:76px;height:76px;display:flex;align-items:center;justify-content:center;border-radius:50%}
.doy-game-icon img{width:50px;height:50px;object-fit:contain;transition:transform .25s ease}
.doy-game-card:hover .doy-game-icon img{transform:scale(1.12)}
.doy-game-name{font-family:'Orbitron', sans-serif;font-size:19px;color:#fff}
.doy-game-desc{font-size:13px;color:#7d8aa0;line-height:1.5}
.doy-game-go{margin-top:4px;font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#22d3ee;opacity:0;transform:translateY(6px);transition:opacity .25s ease,transform .25s ease}
.doy-game-card:hover .doy-game-go{opacity:1;transform:translateY(0)}
.doy-promo-banner{padding:34px 0 10px}
.doy-promo-banner a{display:block;position:relative;border-radius:0px;overflow:hidden;border:1px solid rgba(34,211,238,.28);transition:transform .25s ease,box-shadow .25s ease}
.doy-promo-banner a:hover{transform:translateY(-3px)}
.doy-promo-banner img{display:block;width:100%;height:auto}
.doy-featured-layout{display:grid;grid-template-columns:2fr 1fr;gap:22px}
.doy-featured-side{display:flex;flex-direction:column;gap:22px}
.doy-featured-big,.doy-featured-small{position:relative;border-radius:0px;overflow:hidden;border:1px solid rgba(34,211,238,.28);transition:border-color .25s ease,box-shadow .25s ease}
.doy-featured-big{height:100%;min-height:480px}
.doy-featured-small{flex:1;min-height:228px}
.doy-featured-media{position:absolute;inset:0;display:block}
.doy-featured-media img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}
.doy-featured-big:hover .doy-featured-media img,.doy-featured-small:hover .doy-featured-media img{transform:scale(1.05)}
.doy-featured-overlay{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end;gap:8px;padding:24px;background:linear-gradient(180deg,transparent 30%,rgba(0,0,0,.72) 62%,rgba(0,0,0,.9) 100%)}
.doy-featured-cat{position:static;align-self:flex-start}
.doy-featured-title{font-weight:700;font-size:22px;line-height:1.3;color:#fff;margin:0}
.doy-featured-big .doy-featured-title{font-size:30px}
.doy-featured-excerpt{color:rgba(255,255,255,.75);font-size:14.5px;max-width:620px}
.doy-featured-meta{border-top:1px solid rgba(255,255,255,.16);padding-top:10px;color:rgba(255,255,255,.65)}
.doy-post-list{display:flex;flex-direction:column}
.doy-post-list-item{display:grid;grid-template-columns:148px 1fr;gap:18px;align-items:center;padding:16px 12px;border-bottom:1px solid rgba(34,211,238,.28);border-radius:0px;transition:background .2s ease,transform .2s ease}
.doy-post-list-item:hover{background:rgba(128,128,128,.07);transform:translateX(4px)}
.doy-post-list-thumb{display:block;aspect-ratio:16/10;border-radius:0px;overflow:hidden;background:#101527}
.doy-post-list-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}
.doy-post-list-item:hover .doy-post-list-thumb img{transform:scale(1.07)}
.doy-post-list-cat{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#22d3ee;margin-bottom:4px}
.doy-post-list-title{font-weight:700;font-size:16.5px;line-height:1.4;margin:0 0 4px}
.doy-post-list-title a{color:#d9e6f2}
.doy-post-list-title a:hover{color:#22d3ee}
.doy-post-list-meta{font-size:12.5px;color:#7d8aa0}
.doy-faq-wrap{max-width:860px}
.doy-faq-item{background:#0a0d16;border:1px solid rgba(34,211,238,.28);border-radius:0px;margin-bottom:12px;overflow:hidden;transition:border-color .2s ease}
.doy-faq-item[open]{border-color:#22d3ee}
.doy-faq-item summary{list-style:none;cursor:pointer;padding:17px 52px 17px 22px;font-weight:700;font-size:16px;color:#d9e6f2;position:relative;transition:color .2s ease}
.doy-faq-item summary::-webkit-details-marker{display:none}
.doy-faq-item summary::after{content:"+";position:absolute;right:20px;top:50%;transform:translateY(-50%);font-size:26px;color:#22d3ee;transition:transform .25s ease}
.doy-faq-item[open] summary::after{transform:translateY(-50%) rotate(45deg)}
.doy-faq-item summary:hover{color:#22d3ee}
.doy-faq-item p{margin:0;padding:0 22px 18px;color:#7d8aa0;font-size:14.5px}

/* ---------- entrance animation ---------- */
@keyframes doy-rise{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}
.doy-hero-inner > *{animation:doy-rise .7s ease both}
.doy-hero-inner > *:nth-child(2){animation-delay:.1s}
.doy-hero-inner > *:nth-child(3){animation-delay:.2s}
.doy-hero-inner > *:nth-child(4){animation-delay:.3s}
.doy-hero-inner > *:nth-child(5){animation-delay:.4s}
@media (prefers-reduced-motion:reduce){*{animation:none !important;transition:none !important}}

/* ---------- responsive ---------- */
@media (max-width:1024px){
.doy-grid{grid-template-columns:repeat(2,1fr)}
.doy-grid.doy-masonry{column-count:2}
.doy-grid.doy-grid-4{grid-template-columns:repeat(2,1fr)}
.doy-layout{grid-template-columns:1fr}
.doy-sidebar{position:static}
.doy-footer-grid,.doy-footer-grid.doy-foot-3,.doy-footer-grid.doy-foot-2{grid-template-columns:repeat(2,1fr)}
.doy-game-grid{grid-template-columns:repeat(2,1fr)}
.doy-featured-layout{grid-template-columns:1fr}
.doy-featured-big{min-height:380px}
.doy-featured-small{min-height:200px}
}
@media (max-width:680px){
.doy-grid,.doy-grid.doy-grid-2,.doy-grid.doy-grid-4{grid-template-columns:1fr}
.doy-grid.doy-masonry{column-count:1}
.doy-card-h{grid-template-columns:1fr}
.doy-card-h .doy-card-thumb{min-height:200px}
.doy-card-h .doy-card-body{padding:20px}
.doy-topbar-inner{gap:8px;padding:10px 14px}
.doy-menu-toggle{order:1;display:flex;flex-direction:column;justify-content:center;gap:5px;background:none;border:none;cursor:pointer;padding:10px 8px}
.doy-menu-toggle span{display:block;width:24px;height:2px;background:#22d3ee;border-radius:2px;transition:transform .25s ease,opacity .25s ease}
.doy-menu-toggle.active span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.doy-menu-toggle.active span:nth-child(2){opacity:0}
.doy-menu-toggle.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.doy-brand{order:2;margin:0 auto;gap:8px}
.doy-brand img{height:34px}
.doy-search-toggle{order:3;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;padding:8px}
.doy-search-toggle svg{width:22px;height:22px;stroke:#22d3ee}
.doy-cta-group{order:4;flex-basis:100%;justify-content:center;gap:8px;padding-top:2px}
.doy-btn{font-size:13px;padding:8px 14px}
.doy-mobile-search.open{display:block;padding:12px 14px 14px;border-top:1px solid rgba(34,211,238,.28);background:#05060a}
.doy-mobile-search .doy-searchform input{width:auto;flex:1}
.doy-mainnav{display:none}
.doy-mainnav.open{display:block}
.doy-mainnav .doy-nav-inner{flex-direction:column;align-items:stretch;padding:4px 0 10px;gap:0}
.doy-mainnav .doy-menu{flex-direction:column;width:100%}
.doy-mainnav .doy-menu li a{padding:12px 20px;border-bottom:1px solid rgba(34,211,238,.28)}
.doy-mainnav .doy-menu .sub-menu,.doy-mainnav .doy-menu li:hover > .sub-menu{position:static;display:none}
.doy-mainnav .doy-menu li:hover > .sub-menu{display:block}
.doy-mainnav .doy-menu .sub-menu{min-width:0;background:#05060a;border:none;border-left:3px solid #22d3ee;margin-left:18px;padding:2px 0}
.doy-mainnav .doy-nav-search{display:none}
.doy-article{padding:22px}
.doy-footer-grid,.doy-footer-grid.doy-foot-3,.doy-footer-grid.doy-foot-2{grid-template-columns:1fr}
.doy-hero{min-height:340px}
.doy-post-list-item{grid-template-columns:104px 1fr;gap:12px}
.doy-post-list-title{font-size:15px}
}

/* ============ archetype skin ============ */

.doy-body{background:
  radial-gradient(1000px 520px at 82% -10%, rgba(232,121,249,.10), transparent 60%),
  radial-gradient(820px 460px at 8% 6%, rgba(34,211,238,.10), transparent 58%),
  #05060a;position:relative;}
.doy-body::before{content:"";position:fixed;inset:0;pointer-events:none;z-index:2;opacity:.5;
  background:repeating-linear-gradient(0deg,rgba(0,0,0,.22) 0 1px,transparent 1px 3px);}
.doy-body::after{content:"";position:fixed;inset:0;pointer-events:none;z-index:1;
  background:linear-gradient(90deg,transparent 49.6%,rgba(34,211,238,.05) 50%,transparent 50.4%),
             linear-gradient(0deg,transparent 49.6%,rgba(232,121,249,.04) 50%,transparent 50.4%);
  background-size:120px 120px;}

.doy-body h1,.doy-body h2,.doy-body h3,.doy-body h4{
  font-family:'Orbitron', sans-serif;font-weight:700;text-transform:uppercase;color:#fff;
  letter-spacing:.06em;line-height:1.16;}
.doy-hero-title em,.doy-section-title em{font-style:normal;color:#e879f9;
  text-shadow:0 0 18px rgba(232,121,249,.6);}
.doy-glitch{position:relative;display:inline-block;}
.doy-glitch::before,.doy-glitch::after{content:attr(data-txt);position:absolute;inset:0;opacity:.75;pointer-events:none;}
.doy-glitch::before{color:#22d3ee;transform:translate(-2px,-1px);mix-blend-mode:screen;}
.doy-glitch::after{color:#e879f9;transform:translate(2px,1px);mix-blend-mode:screen;}

.doy-btn{border-radius:0;font-family:'Orbitron', sans-serif;font-size:12.5px;letter-spacing:.18em;
  text-transform:uppercase;padding:13px 26px;border:1px solid;position:relative;transition:all .22s ease;}
.doy-btn-a{background:linear-gradient(120deg,rgba(34,211,238,.2),rgba(34,211,238,.05));
  color:#22d3ee;border-color:#22d3ee;clip-path:polygon(12px 0,100% 0,100% calc(100% - 12px),calc(100% - 12px) 100%,0 100%,0 12px);
  text-shadow:0 0 10px rgba(34,211,238,.7);}
.doy-btn-a:hover{background:#22d3ee;color:#041014;box-shadow:0 0 28px rgba(34,211,238,.65);}
.doy-btn-b{background:linear-gradient(120deg,rgba(232,121,249,.18),rgba(232,121,249,.04));
  color:#e879f9;border-color:#e879f9;clip-path:polygon(12px 0,100% 0,100% calc(100% - 12px),calc(100% - 12px) 100%,0 100%,0 12px);}
.doy-btn-b:hover{background:#e879f9;color:#160318;box-shadow:0 0 28px rgba(232,121,249,.6);}
.doy-btn-ghost{background:transparent;color:#d9e6f2;border-color:rgba(217,230,242,.3);}
.doy-btn-ghost:hover{border-color:#22d3ee;color:#22d3ee;}

.doy-hero{border-bottom:1px solid rgba(34,211,238,.28);background:transparent;}
.doy-hero::before{content:"";position:absolute;inset:0;
  background:linear-gradient(0deg,#05060a 0%,transparent 34%),
  radial-gradient(680px 340px at 22% 42%, rgba(34,211,238,.12), transparent 62%);}
.doy-hero-inner{text-align:left;}
.doy-hud{position:absolute;inset:18px;pointer-events:none;z-index:3;}
.doy-hud::before,.doy-hud::after{content:"";position:absolute;width:34px;height:34px;border:2px solid #22d3ee;opacity:.8;}
.doy-hud::before{top:0;left:0;border-right:none;border-bottom:none;}
.doy-hud::after{bottom:0;right:0;border-left:none;border-top:none;border-color:#e879f9;}
.doy-hero-kicker{border:1px dashed #22d3ee;border-radius:0;color:#22d3ee;letter-spacing:.3em;
  font-size:11px;padding:6px 14px;background:rgba(34,211,238,.06);font-family:'Orbitron', sans-serif;}
.doy-hero-kicker::before{content:"[ ";}.doy-hero-kicker::after{content:" ]";}
.doy-hero-title{font-size:clamp(40px,6vw,78px);font-weight:900;text-shadow:0 0 30px rgba(34,211,238,.35);}

.doy-card{background:linear-gradient(160deg,rgba(34,211,238,.06),rgba(10,13,22,.9) 40%);
  border:1px solid rgba(34,211,238,.22);border-radius:0;
  clip-path:polygon(0 0,calc(100% - 18px) 0,100% 18px,100% 100%,18px 100%,0 calc(100% - 18px));
  transition:border-color .25s ease,box-shadow .25s ease;}
.doy-card:hover{border-color:#22d3ee;box-shadow:0 0 34px rgba(34,211,238,.22),inset 0 0 22px rgba(34,211,238,.05);}
.doy-card-title{font-family:'Rajdhani', sans-serif;font-weight:700;font-size:18.5px;letter-spacing:.02em;}
.doy-card-cat{border-radius:0;background:rgba(232,121,249,.16);border:1px solid #e879f9;
  color:#e879f9;font-family:'Orbitron', sans-serif;font-size:10px;letter-spacing:.2em;}
.doy-widget,.doy-article{border-radius:0;border:1px solid rgba(34,211,238,.2);
  background:rgba(10,13,22,.85);clip-path:polygon(0 0,calc(100% - 14px) 0,100% 14px,100% 100%,0 100%);}

.doy-section-head{border-left:none;padding-left:0;}
.doy-section-title{font-size:28px;}
.doy-section-title::before{content:"// ";color:#e879f9;}
.doy-section-title::after{content:"";display:inline-block;width:120px;height:2px;margin-left:16px;vertical-align:middle;
  background:linear-gradient(90deg,#22d3ee,transparent);}

.doy-footer{background:#04050a;border-top:1px solid rgba(34,211,238,.3);}
.doy-footer::before{content:"";display:block;height:3px;margin-bottom:34px;
  background:linear-gradient(90deg,#22d3ee,#e879f9,#22d3ee);opacity:.7;}
.doy-footer-title{font-family:'Orbitron', sans-serif;font-size:15px;letter-spacing:.24em;color:#22d3ee;}

.doy-game-card{border-radius:0;background:rgba(10,13,22,.8);border:1px solid rgba(34,211,238,.2);
  clip-path:polygon(0 0,calc(100% - 16px) 0,100% 16px,100% 100%,16px 100%,0 calc(100% - 16px));backdrop-filter:none;}
.doy-game-card:hover{border-color:#22d3ee;box-shadow:0 0 36px rgba(34,211,238,.3);transform:translateY(-5px);}
.doy-game-icon{border-radius:0;background:rgba(34,211,238,.08);border:1px solid #22d3ee;
  clip-path:polygon(25% 0,75% 0,100% 50%,75% 100%,25% 100%,0 50%);}
.doy-featured-big,.doy-featured-small{border-radius:0;border:1px solid rgba(232,121,249,.3);}
.doy-featured-big:hover,.doy-featured-small:hover{border-color:#e879f9;box-shadow:0 0 40px rgba(232,121,249,.3);}
.doy-faq-item{border-radius:0;border:1px solid rgba(34,211,238,.18);background:rgba(10,13,22,.85);}
.doy-faq-item[open]{border-color:#22d3ee;}
.doy-404-code{font-family:'Orbitron', sans-serif;background:none;color:#22d3ee;-webkit-text-fill-color:#22d3ee;text-shadow:0 0 40px rgba(34,211,238,.6);}
/* ============ structural variants ============ */
