:root{
  --ck-primary:#0a8f42;
  --ck-primary-dark:#005c32;
  --ck-primary-light:#eaf8ef;
  --ck-secondary:#1f2937;
  --ck-accent:#f3b419;
  --ck-bg:#edf2ef;
  --ck-surface:#ffffff;
  --ck-text:#17211c;
  --ck-muted:#66746d;
  --ck-border:#dce7e0;
  --ck-warning:#fff7dc;
  --ck-container:1140px;
  --ck-content:820px;
  --ck-sidebar:290px;
  --ck-radius:12px;
  --ck-font-size:15px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body.codexkr-theme{margin:0;background:var(--ck-bg);color:var(--ck-text);font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans Devanagari",Arial,sans-serif;font-size:var(--ck-font-size);line-height:1.55}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto}
button,input,select,textarea{font:inherit}
.ck-site-shell{width:min(100%,1220px);margin:0 auto;background:#fff;box-shadow:0 0 34px rgba(18,49,31,.09);min-height:100vh;overflow:hidden}
.ck-container{width:min(calc(100% - 36px),var(--ck-container));margin-inline:auto}
.ck-main{min-height:45vh}
.ck-card,.ck-panel,.ck-side-card{background:var(--ck-surface);border:1px solid var(--ck-border);border-radius:var(--ck-radius);box-shadow:0 7px 22px rgba(16,71,42,.045)}

/* Header */
.ck-topbar{background:linear-gradient(90deg,#078b41,#00632f);color:#fff;font-size:12px;font-weight:700}
.ck-topbar .ck-container{min-height:31px;display:flex;align-items:center;justify-content:space-between;gap:16px}
.ck-topbar span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.ck-topbar a{flex:0 0 auto;background:#fff;color:#08763a;padding:4px 15px;border-radius:6px;font-weight:850}
.ck-header{background:#fff;border-bottom:1px solid var(--ck-border);position:relative;z-index:60}
.ck-header-inner{height:72px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.ck-brand img{display:block;width:210px;max-height:55px;object-fit:contain;object-position:left center}
.ck-nav{display:flex;align-items:center;gap:25px;font-size:13px;font-weight:750}
.ck-nav a{padding:25px 0 21px;position:relative;white-space:nowrap}
.ck-nav a:hover,.ck-nav a:focus{color:var(--ck-primary)}
.ck-nav a:hover:after,.ck-nav a:focus-visible:after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;background:var(--ck-primary);border-radius:99px}
.ck-search-link{font-size:22px}
.ck-menu-toggle{display:none;border:0;background:transparent;padding:8px;align-items:center;gap:4px;flex-direction:column;color:#173c2b}
.ck-menu-toggle span{width:26px;height:3px;background:#173c2b;border-radius:99px}
.ck-menu-toggle b{font-size:10px}

/* Homepage hero */
.ck-home-hero{background:linear-gradient(100deg,#fff 0%,#fbfdfb 56%,#eff8f1 100%);border-bottom:1px solid var(--ck-border);overflow:hidden}
.ck-home-hero-grid{min-height:330px;display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:0}
.ck-home-copy{padding:28px 0 24px}
.ck-home-copy h1{margin:0;font-size:43px;line-height:1.02;letter-spacing:-.03em;color:#111}
.ck-home-copy h1 span{display:block;color:var(--ck-primary-dark);margin-top:4px}
.ck-home-copy>p{font-size:17px;font-weight:750;margin:13px 0}
.ck-home-copy ul{list-style:none;margin:0;padding:0;display:grid;gap:6px;font-size:13px;font-weight:650}
.ck-home-copy li{color:#284137}
.ck-home-copy li::first-letter{color:var(--ck-primary)}
.ck-hero-badges{display:flex;flex-wrap:wrap;gap:8px;margin-top:17px}
.ck-hero-badges span{background:#fff;border:1px solid var(--ck-border);border-radius:7px;padding:7px 11px;font-size:11px;font-weight:800;box-shadow:0 3px 10px rgba(20,70,42,.045)}
.ck-home-art{height:330px;position:relative;display:flex;align-items:flex-end;justify-content:flex-end}
.ck-home-art>img{max-height:325px;width:auto;object-fit:contain;object-position:right bottom}
.ck-hero-download{position:absolute;right:0;bottom:31px;background:linear-gradient(180deg,#19b858,#07863e);color:#fff;border:2px solid #e4ffe9;padding:13px 23px;border-radius:9px;font-size:20px;font-weight:850;box-shadow:0 9px 20px rgba(4,116,54,.25)}

/* Search and home layout */
.ck-search-area{padding:15px 0 8px;background:#fff}
.ck-search-box{height:47px;border:1px solid #cfded5;border-radius:8px;display:grid;grid-template-columns:42px 1fr auto;align-items:center;overflow:hidden;background:#fff}
.ck-search-box>span{font-size:24px;text-align:center;color:var(--ck-primary)}
.ck-search-box input{height:100%;border:0;outline:0;padding:0 10px;min-width:0}
.ck-search-box button{height:100%;border:0;background:var(--ck-primary);color:#fff;font-weight:800;padding:0 33px;font-size:14px;cursor:pointer}
.ck-popular{display:flex;gap:7px;align-items:center;flex-wrap:wrap;padding:10px 8px 0;font-size:11px}
.ck-popular strong{color:var(--ck-primary-dark)}
.ck-popular button{border:1px solid var(--ck-border);background:#fff;border-radius:6px;padding:5px 11px;font-size:10px;cursor:pointer}
.ck-popular button:hover{border-color:var(--ck-primary);color:var(--ck-primary)}
.ck-home-body{padding:10px 0 20px;background:#fff}
.ck-home-layout{display:grid;grid-template-columns:minmax(0,1fr) var(--ck-sidebar);gap:16px;align-items:start}
.ck-home-main{min-width:0}
.ck-list-title{display:flex;justify-content:space-between;align-items:flex-end;gap:15px;padding:10px 0 7px}
.ck-list-title h2{font-size:20px;color:var(--ck-primary-dark);margin:0}
.ck-list-title p{margin:3px 0 0;color:var(--ck-muted);font-size:12px}
.ck-list-tools{display:flex;gap:7px}
.ck-list-tools select{border:1px solid var(--ck-border);border-radius:7px;background:#fff;padding:7px 27px 7px 9px;min-height:36px;font-size:11px;color:var(--ck-text);max-width:160px}

/* Desktop game list */
.ck-table-head{display:grid;grid-template-columns:38px minmax(220px,2.6fr) .65fr .8fr .65fr .75fr .85fr 110px;gap:8px;align-items:center;padding:9px 10px;border:1px solid var(--ck-border);border-bottom:0;border-radius:10px 10px 0 0;background:#f7faf8;color:#53645c;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.02em}
.ck-game-list{border:1px solid var(--ck-border);border-radius:0 0 10px 10px;overflow:hidden}
.ck-game-row{position:relative;display:grid;grid-template-columns:38px minmax(220px,2.6fr) .65fr .8fr .65fr .75fr .85fr 110px;gap:8px;align-items:center;padding:8px 10px;background:#fff;border-bottom:1px solid var(--ck-border);min-height:76px}
.ck-game-row:last-child{border-bottom:0}
.ck-game-row:hover{background:#fbfefc}
.ck-card-ribbon,.ck-mobile-app-meta,.ck-metric-icon{display:none}
.ck-serial{font-size:14px;color:#4d6258;text-align:center}
.ck-game-identity{display:flex;align-items:center;gap:10px;min-width:0}
.ck-game-identity img{width:54px;height:54px;border-radius:12px;object-fit:cover;flex:0 0 auto;box-shadow:0 3px 10px rgba(0,0,0,.12)}
.ck-game-identity-copy{min-width:0}
.ck-game-identity strong{display:block;font-size:13px;color:#111;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ck-game-category{display:none!important}
.ck-game-description{display:-webkit-box!important;font-size:8.7px!important;color:var(--ck-muted)!important;line-height:1.35!important;margin-top:3px!important;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.ck-game-metrics{display:contents}
.ck-cell small{display:none}
.ck-cell strong{display:block;font-size:10px;color:#147b3f}
.ck-cell span{font-size:9px;color:var(--ck-muted)}
.ck-rating{color:#e49d00!important}
.ck-rating-outof{display:none}
.ck-download-mini{display:flex;align-items:center;justify-content:center;gap:6px;background:linear-gradient(180deg,#0da84b,#07853d);color:#fff;border-radius:7px;padding:9px 8px;font-size:10px;font-weight:850;text-align:center;white-space:nowrap;box-shadow:0 4px 10px rgba(2,121,54,.16)}
.ck-download-mini:hover{background:var(--ck-primary-dark)}
.ck-download-mini-icon{display:block;width:16px;height:16px;line-height:0}
.ck-download-mini-icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.ck-no-results,.ck-empty{padding:28px;text-align:center;background:#f7fbf8;border:1px dashed var(--ck-border);border-radius:10px;color:var(--ck-muted)}

/* Sidebar */
.ck-home-sidebar{display:grid;gap:12px}
.ck-side-card{padding:16px;position:relative;overflow:hidden}
.ck-side-card h3{margin:0 0 9px;font-size:16px}
.ck-side-card p{font-size:11px;color:var(--ck-muted);margin:0 0 11px}
.ck-side-card a{display:inline-flex;color:var(--ck-primary-dark);font-weight:800;font-size:11px}
.ck-side-telegram{min-height:175px;background:linear-gradient(145deg,#fff 55%,#eef9f2)}
.ck-side-telegram>div{max-width:62%;position:relative;z-index:2}
.ck-side-telegram>div>span{display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:#2ea9df;color:#fff;font-size:20px;margin-bottom:8px}
.ck-side-telegram img{position:absolute;right:-2px;bottom:0;height:138px;width:auto}
.ck-side-why{min-height:230px}
.ck-side-why ul{list-style:none;padding:0;margin:0;display:grid;gap:8px;font-size:10px;position:relative;z-index:2;max-width:69%}
.ck-side-why li{color:#2e4c3c}
.ck-side-why img{position:absolute;right:-5px;bottom:-3px;height:175px;width:auto}
.ck-side-links{display:grid}
.ck-side-links a{display:flex;align-items:center;justify-content:space-between;padding:9px 4px;border-bottom:1px solid var(--ck-border);font-size:11px}
.ck-side-links a:last-child{border-bottom:0}
.ck-side-install{min-height:145px}
.ck-side-install>div{max-width:64%;position:relative;z-index:2}
.ck-side-install img{position:absolute;right:-4px;bottom:0;height:135px;width:auto}
.ck-side-install a{background:var(--ck-primary);color:#fff;padding:8px 10px;border-radius:5px}

/* Lower home content */
.ck-home-lower{padding:0 0 18px;background:#fff}
.ck-lower-grid{display:grid;grid-template-columns:.85fr 1.25fr;gap:14px}
.ck-panel{padding:15px}
.ck-panel-head{display:flex;justify-content:space-between;align-items:center}
.ck-panel-head h2,.ck-home-seo h2{font-size:16px;margin:0 0 9px}
.ck-panel-head a{color:var(--ck-primary);font-size:10px;font-weight:800}
.ck-update-list{display:grid}
.ck-update-list article{display:flex;gap:11px;align-items:center;padding:9px 0;border-bottom:1px solid var(--ck-border)}
.ck-update-list article:last-child{border-bottom:0}
.ck-update-list b{width:42px;height:42px;display:grid;place-items:center;background:var(--ck-primary-light);border-radius:8px;font-size:20px}
.ck-update-list h3{font-size:11px;margin:0}
.ck-update-list p{font-size:9px;color:var(--ck-muted);margin:2px 0 0}
.ck-home-seo{font-size:11px;line-height:1.68;max-height:430px;overflow:auto}
.ck-home-seo h2,.ck-home-seo h3{color:var(--ck-primary-dark)}
.ck-home-seo h3{font-size:14px}
.ck-home-seo p{margin:0 0 10px}

/* Game page hero */
.ck-breadcrumb{display:flex;align-items:center;gap:8px;padding:10px 0;color:#68756f;font-size:10px;white-space:nowrap;overflow:auto}
.ck-breadcrumb a:hover{color:var(--ck-primary)}
.ck-game-hero{background:#fff;border-top:1px solid var(--ck-border);border-bottom:1px solid var(--ck-border);overflow:hidden}
.ck-game-hero-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:18px;align-items:stretch;padding-top:18px;padding-bottom:18px}
.ck-game-hero-main{min-width:0}
.ck-game-identity-block{display:grid;grid-template-columns:145px minmax(0,1fr);gap:20px;align-items:center}
.ck-game-icon-large{width:145px;height:145px;border-radius:27px;object-fit:cover;box-shadow:0 8px 24px rgba(0,0,0,.16)}
.ck-game-summary{min-width:0}
.ck-title-line{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.ck-title-line h1{font-size:36px;line-height:1.08;margin:0;color:#111}
.ck-title-line span{border:1px solid #bee3ca;background:#f4fcf6;color:#0a7e3c;border-radius:99px;padding:5px 10px;font-size:10px;font-weight:800}
.ck-game-summary>p{font-size:12px;color:#304139;margin:10px 0;max-width:720px}
.ck-rating-line{display:flex;align-items:center;gap:9px;flex-wrap:wrap;font-size:10px}
.ck-rating-line>*{border:1px solid var(--ck-border);border-radius:99px;padding:5px 9px;background:#fff}
.ck-rating-line b{color:#e29a00}
.ck-hero-info-panels{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:16px}
.ck-hero-panel{border:1px solid #dce7e0;border-radius:13px;overflow:hidden;background:linear-gradient(180deg,#fff,#fcfefc);min-width:0}
.ck-hero-panel h2{margin:0;padding:10px 12px;background:linear-gradient(90deg,#eff9f3,#f8fcf9);text-align:center;font-size:13px;border-bottom:1px solid #e1ebe5}
.ck-hero-panel-row{display:grid;grid-template-columns:36px minmax(0,1fr);align-items:center;gap:9px;padding:10px 12px}
.ck-hero-panel-row i{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#e9f7ee;color:#075f33;font-style:normal}
.ck-hero-panel-row i svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.ck-hero-panel-row small{display:block;color:#526159;font-size:9px}
.ck-hero-panel-row strong{display:block;color:#101812;font-size:13px;line-height:1.2;overflow-wrap:anywhere}
.ck-game-action{position:relative;display:grid;grid-template-columns:118px minmax(0,1fr);gap:10px;align-items:end;border:1px solid var(--ck-border);border-radius:16px;background:linear-gradient(135deg,#f9fdfa,#edf8f1);overflow:hidden;padding:14px 13px 0;min-height:260px}
.ck-game-action>img{display:block;width:auto;height:225px;max-width:118px;object-fit:contain;object-position:center bottom;align-self:end;filter:drop-shadow(0 8px 12px rgba(0,74,38,.13));pointer-events:none}
.ck-game-action-buttons{display:grid;gap:10px;padding-bottom:14px;align-self:center;min-width:0}
.ck-game-action-buttons>a{display:flex;align-items:center;justify-content:flex-start;gap:10px;width:100%;min-width:0;min-height:65px;border-radius:10px;padding:11px 13px;font-weight:850;position:relative;z-index:2}
.ck-download-primary{background:linear-gradient(180deg,#1abc5b,#07863f);color:#fff;font-size:17px;box-shadow:0 8px 17px rgba(4,118,53,.22)}
.ck-telegram-primary{background:#fff;border:2px solid #218c4e;color:#07813d;font-size:14px}
.ck-game-action-buttons a>span:not(.ck-action-icon){display:flex;flex-direction:column;min-width:0;line-height:1.15}
.ck-game-action-buttons a small{display:block;margin-top:4px;font-size:8px;font-weight:650;line-height:1.25;white-space:normal}
.ck-action-icon{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;flex:0 0 38px;background:rgba(255,255,255,.18);line-height:0}
.ck-telegram-primary .ck-action-icon{background:var(--ck-primary-light)}
.ck-action-icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}

/* Keywords */
.ck-keyword-bar{display:flex;align-items:center;background:#f4fbf6;border-bottom:1px solid var(--ck-border);border-top:1px solid #eef7f1;min-height:39px;overflow:hidden}
.ck-keyword-label{flex:0 0 auto;padding-left:max(18px,calc((100% - var(--ck-container))/2));padding-right:12px;color:#0b7d3d;font-size:9px;font-weight:800}
.ck-keyword-window{overflow:hidden;flex:1}
.ck-keyword-track{display:flex;gap:8px;width:max-content;animation:ck-marquee 44s linear infinite;will-change:transform}
.ck-keyword-track:hover{animation-play-state:paused}
.ck-keyword-track a{border:1px solid #d6e8dc;background:#fff;border-radius:99px;padding:4px 11px;font-size:8px;white-space:nowrap;color:#416151}
@keyframes ck-marquee{to{transform:translateX(-50%)}}

/* Game content */
.ck-game-content{background:#fff;padding:14px 0 18px}
.ck-top-info-grid{display:grid;grid-template-columns:1.45fr .9fr;gap:12px}
.ck-screens-card,.ck-app-info,.ck-guide-grid>.ck-card,.ck-long-content,.ck-game-sidebar>.ck-card,.ck-share{padding:13px}
.ck-screens-card h2,.ck-app-info h2,.ck-guide-grid h2,.ck-faq-section h2{font-size:14px;margin:0 0 10px}
.ck-screenshot-scroll{display:flex;gap:10px;overflow-x:auto;overscroll-behavior-inline:contain;padding-bottom:8px;scroll-snap-type:x mandatory;scrollbar-width:thin;-webkit-overflow-scrolling:touch}
.ck-screenshot-scroll figure{flex:0 0 165px;margin:0;scroll-snap-align:start;position:relative}
.ck-screenshot-scroll img{display:block;width:165px;height:220px;border-radius:9px;object-fit:cover}
.ck-screenshot-scroll figcaption{position:absolute;left:5px;right:5px;bottom:5px;background:#071a16cf;color:#fff;border-radius:5px;padding:5px;font-size:8px;text-align:center}
.ck-app-info dl{margin:0;display:grid}
.ck-app-info dl>div{display:grid;grid-template-columns:115px 1fr;gap:8px;padding:5px 0;border-bottom:1px solid #edf1ef;font-size:9px}
.ck-app-info dt{font-weight:800;color:#334d40}
.ck-app-info dd{margin:0;color:#52635b}
.ck-guide-grid{display:grid;grid-template-columns:1.05fr 1fr 1fr .8fr;gap:10px;margin-top:10px}
.ck-check-list{list-style:none;padding:0;margin:0;display:grid;gap:7px;font-size:9px}
.ck-check-list li{color:#29523c}
.ck-step-list{list-style:none;padding:0;margin:0;display:grid;gap:5px;font-size:8.5px}
.ck-step-list li{display:flex;gap:7px;align-items:flex-start}
.ck-step-list b{width:20px;height:20px;border-radius:50%;display:grid;place-items:center;background:var(--ck-primary);color:#fff;font-size:8px;flex:0 0 auto}
.ck-block-button{display:flex;justify-content:center;align-items:center;background:var(--ck-primary);color:#fff;border-radius:6px;padding:8px 10px;margin-top:10px;font-size:9px;font-weight:800}
.ck-mini-character{min-height:210px;display:flex!important;flex-direction:column;justify-content:space-between;overflow:hidden;position:relative}
.ck-mini-character>div{position:relative;z-index:2}
.ck-mini-character p{font-size:9px;color:var(--ck-muted)}
.ck-mini-character a{display:inline-flex;background:var(--ck-primary);color:#fff;padding:7px 9px;border-radius:5px;font-size:9px;font-weight:800}
.ck-mini-character img{height:118px;width:auto;align-self:flex-end;margin-bottom:-15px}
.ck-single-lower{display:grid;grid-template-columns:minmax(0,1fr) 270px;gap:12px;margin-top:10px}
.ck-entry-content{font-size:12.5px;line-height:1.78}
.ck-entry-content>.ck-copy-section{position:relative;margin:0 0 13px;padding:16px 17px;border:1px solid #e0ebe4;border-radius:13px;background:linear-gradient(145deg,#fff,#fbfefc);box-shadow:0 5px 16px rgba(15,89,47,.035)}
.ck-entry-content>.ck-copy-section:nth-of-type(even){background:linear-gradient(145deg,#f8fcf9,#eef8f2)}
.ck-entry-content>.ck-copy-section h2{margin:0 0 9px;padding-left:11px;border-left:4px solid var(--ck-primary);font-size:18px;line-height:1.3;color:#102a1c}
.ck-entry-content>.ck-copy-section h3{font-size:15px;color:var(--ck-primary-dark)}
.ck-entry-content>.ck-copy-section p{margin:0 0 10px}
.ck-entry-content>.ck-copy-section p:last-child{margin-bottom:0}
.ck-entry-content>.ck-copy-section ul,.ck-entry-content>.ck-copy-section ol{margin:8px 0;padding-left:21px}
.ck-entry-content>.ck-copy-section li{margin:4px 0}
.ck-entry-content>.ck-copy-hi{background:linear-gradient(145deg,#f0faf3,#e5f6eb);border-color:#cae9d4}
.ck-entry-content>.ck-copy-hi:before{content:"हिंदी गाइड";display:inline-flex;margin-bottom:8px;padding:3px 9px;border-radius:999px;background:var(--ck-primary);color:#fff;font-size:9px;font-weight:800;letter-spacing:.02em}
.ck-entry-content>.ck-copy-en:before{content:"English Guide";display:inline-flex;margin-bottom:8px;padding:3px 9px;border-radius:999px;background:#163e2b;color:#fff;font-size:9px;font-weight:800;letter-spacing:.02em}
.ck-copy-editor{background:#fffdf5!important;border-color:#f0dfac!important}
.ck-faq-section{margin-top:20px;padding-top:13px;border-top:1px solid var(--ck-border)}
.ck-faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:7px}
.ck-faq-grid details{border:1px solid var(--ck-border);border-radius:7px;background:#fff;overflow:hidden}
.ck-faq-grid summary{list-style:none;cursor:pointer;padding:10px 11px;font-size:9.5px;font-weight:750;display:flex;gap:6px;align-items:center}
.ck-faq-grid summary::-webkit-details-marker{display:none}
.ck-faq-grid summary:after{content:"⌄";margin-left:auto;color:var(--ck-primary)}
.ck-faq-grid details[open] summary:after{transform:rotate(180deg)}
.ck-faq-grid details p{padding:0 11px 11px;margin:0;font-size:9.5px;color:#4f6158;line-height:1.55}
.ck-game-sidebar{display:grid;gap:10px;align-content:start}
.ck-related-list{display:grid}
.ck-related-list a{display:grid;grid-template-columns:42px 1fr 15px;gap:8px;align-items:center;padding:7px 0;border-bottom:1px solid var(--ck-border)}
.ck-related-list a:last-child{border-bottom:0}
.ck-related-list img{width:42px;height:42px;border-radius:9px;object-fit:cover}
.ck-related-list span{font-size:10px;font-weight:800}
.ck-related-list small{display:block;font-size:8px;color:var(--ck-muted);font-weight:500}
.ck-share{border:1px solid var(--ck-border);border-radius:var(--ck-radius);background:#fff}
.ck-share h3{font-size:13px;margin:0 0 8px}
.ck-share>div{display:flex;gap:5px;flex-wrap:wrap}
.ck-share a,.ck-share button{border:1px solid var(--ck-border);background:#fff;border-radius:99px;padding:6px 9px;font-size:8px;color:#28513b;cursor:pointer}
.ck-share a:hover,.ck-share button:hover{border-color:var(--ck-primary);color:var(--ck-primary)}

/* Generic pages */
.ck-page-hero{background:linear-gradient(100deg,#fff,#f0faf4);border-bottom:1px solid var(--ck-border)}
.ck-page-hero>.ck-container{min-height:190px;display:flex;align-items:center;justify-content:space-between;gap:30px}
.ck-page-hero span{font-size:10px;font-weight:850;letter-spacing:.12em;color:var(--ck-primary)}
.ck-page-hero h1{font-size:34px;line-height:1.1;margin:5px 0}
.ck-page-hero p{font-size:12px;color:var(--ck-muted);max-width:620px}
.ck-page-hero img{height:175px;width:auto;align-self:flex-end;object-fit:contain}
.ck-small-hero>.ck-container{min-height:155px}
.ck-small-hero img{height:145px}
.ck-archive-section,.ck-page-section{padding:18px 0;background:#fff}
.ck-search-results{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.ck-search-results article{padding:18px}
.ck-search-results h2{font-size:18px;margin:0 0 7px}
.ck-search-results p{font-size:12px;color:var(--ck-muted)}
.ck-text-link{font-size:11px;font-weight:800;color:var(--ck-primary)}
.ck-page-content{padding:22px;max-width:900px;margin:0 auto}
.ck-error{padding:30px;text-align:center}
.ck-pagination{margin-top:15px}
.ck-pagination .nav-links{display:flex;gap:6px;justify-content:center;flex-wrap:wrap}
.ck-pagination .page-numbers{border:1px solid var(--ck-border);padding:7px 10px;border-radius:6px;font-size:10px}
.ck-pagination .current{background:var(--ck-primary);color:#fff;border-color:var(--ck-primary)}

/* Trust, warning, footer */
.ck-trust-strip{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--ck-border);background:#f3fbf6;border-radius:10px;margin-top:5px;margin-bottom:12px}
.ck-trust-strip>div{display:flex;align-items:center;gap:10px;padding:12px 18px;border-right:1px solid var(--ck-border)}
.ck-trust-strip>div:last-child{border-right:0}
.ck-trust-strip b{font-size:23px;color:var(--ck-primary)}
.ck-trust-strip strong{display:block;font-size:9px}
.ck-trust-strip small{display:block;color:var(--ck-muted);font-size:8px}
.ck-warning{display:flex;align-items:flex-start;gap:12px;background:var(--ck-warning);border:1px solid #f0d689;border-radius:10px;padding:11px 22px;margin-bottom:12px;font-size:10px;color:#564317}
.ck-warning-icon{width:31px;height:31px;border:2px solid #c39215;border-radius:50%;display:grid;place-items:center;font-weight:900;flex:0 0 31px}
.ck-warning small{display:block;margin-top:3px;color:#7a6226}
.ck-footer{background:linear-gradient(130deg,#062f29,#031b20);color:#d9ebe3;padding:25px 0 9px}
.ck-footer-grid{display:grid;grid-template-columns:1.35fr repeat(3,.85fr) 1fr;gap:24px}
.ck-footer-logo img{width:190px;filter:brightness(0) invert(1)}
.ck-footer p{font-size:10px;color:#bed2ca}
.ck-footer h3{font-size:13px;color:#fff;margin:5px 0 10px}
.ck-footer-grid>div>a:not(.ck-footer-logo){display:block;font-size:10px;color:#cfdfd8;padding:2px 0}
.ck-footer-grid>div>a:hover{color:#fff}
.ck-social{display:flex;gap:6px;margin-top:10px}
.ck-social a{width:28px;height:28px;border:1px solid #8eaaa0;border-radius:50%;display:grid;place-items:center;font-size:11px}
.ck-payments{display:flex;flex-wrap:wrap;gap:6px}
.ck-payments span{background:#fff;color:#223d31;border-radius:4px;padding:5px 7px;font-size:9px;font-weight:800}
.ck-footer-bottom{border-top:1px solid #285047;margin-top:20px;padding-top:9px;display:flex;justify-content:space-between;font-size:9px;color:#a9c0b7}
.ck-sticky-telegram{position:fixed;right:max(10px,calc((100vw - min(100vw,1220px))/2 - 1px));top:44%;z-index:90;display:flex;align-items:center;gap:6px;background:#078c42;color:#fff;border:3px solid #fff;padding:6px 9px 6px 6px;border-radius:99px;box-shadow:0 7px 22px rgba(0,76,37,.28);font-size:10px;font-weight:800}
.ck-sticky-telegram b{width:29px;height:29px;border-radius:50%;background:#2ca9df;display:grid;place-items:center}

/* Tablet/mobile */
@media(max-width:980px){
  .ck-container{width:min(calc(100% - 26px),var(--ck-container))}
  .ck-nav{gap:15px;font-size:11px}
  .ck-home-layout{grid-template-columns:minmax(0,1fr) 250px}
  .ck-game-hero-layout{grid-template-columns:minmax(0,1fr) 285px}
  .ck-game-action{grid-template-columns:96px minmax(0,1fr)}
  .ck-game-action>img{max-width:96px;height:195px}
  .ck-guide-grid{grid-template-columns:1fr 1fr}
  .ck-mini-character{min-height:175px}
}

@media(max-width:820px){
  body.codexkr-theme{font-size:14px;background:#fff}
  .ck-site-shell{box-shadow:none}
  .ck-container{width:min(calc(100% - 24px),var(--ck-container))}
  .ck-topbar{font-size:10px}
  .ck-topbar .ck-container{min-height:40px}
  .ck-topbar a{padding:6px 11px}
  .ck-header-inner{height:82px}
  .ck-brand img{width:205px;max-height:58px}
  .ck-menu-toggle{display:flex}
  .ck-nav{position:absolute;top:100%;left:0;right:0;z-index:100;display:grid;gap:0;padding:8px 14px 14px;background:#fff;border-top:1px solid var(--ck-border);border-bottom:1px solid var(--ck-border);box-shadow:0 12px 25px rgba(0,0,0,.12)}
  .ck-nav[hidden]{display:none!important}
  .ck-nav:not(.is-open){pointer-events:none}
  .ck-nav a{display:block;padding:12px 8px;border-bottom:1px solid #edf2ef}
  .ck-nav a:last-child{border-bottom:0}

  .ck-home-hero-grid{min-height:0;grid-template-columns:1fr}
  .ck-home-copy{padding:24px 0 10px}
  .ck-home-copy h1{font-size:34px}
  .ck-home-copy>p{font-size:14px}
  .ck-home-copy ul{font-size:11px}
  .ck-home-art{height:245px;justify-content:center}
  .ck-home-art>img{max-height:245px}
  .ck-hero-download{right:8px;bottom:22px;font-size:15px;padding:10px 16px}
  .ck-search-box{grid-template-columns:38px 1fr auto}
  .ck-search-box button{padding:0 18px}
  .ck-popular{overflow-x:auto;flex-wrap:nowrap;padding-bottom:4px}
  .ck-popular>*{flex:0 0 auto}
  .ck-home-layout{grid-template-columns:1fr}
  .ck-home-sidebar{grid-template-columns:1fr 1fr;margin-top:12px}
  .ck-list-title{align-items:stretch;flex-direction:column}
  .ck-list-tools{display:grid;grid-template-columns:1fr 1fr;width:100%}
  .ck-list-tools select{width:100%;max-width:none;min-height:44px;font-size:13px}
  .ck-table-head{display:none}

  /* Screenshot-matched mobile game card */
  .ck-game-list{border:0;border-radius:0;overflow:visible;display:grid;gap:14px}
  .ck-game-row{display:grid;grid-template-columns:48px minmax(0,1fr);grid-template-rows:auto auto auto;gap:12px 10px;min-height:0;padding:14px;border:1px solid #d8dfda;border-radius:20px;background:linear-gradient(180deg,#fff 0%,#fff 76%,#fbfdfb 100%);box-shadow:0 9px 22px rgba(28,55,40,.11),0 2px 5px rgba(28,55,40,.06);overflow:hidden}
  .ck-game-row:hover{background:#fff}
  .ck-card-ribbon{display:block;position:absolute;z-index:3;top:12px;right:-37px;width:125px;padding:5px 0;transform:rotate(45deg);background:linear-gradient(90deg,#1c7445,#379968);color:#fff;text-align:center;font-size:8px;font-weight:850;letter-spacing:.04em;text-transform:uppercase;box-shadow:0 2px 7px rgba(10,88,48,.25)}
  .ck-serial{grid-column:1;grid-row:1;width:42px;height:66px;position:relative;display:flex;align-items:flex-start;justify-content:center;padding-top:8px;border-radius:18px 18px 5px 5px;background:#e8f6ee;color:#183c2a;font-size:12px;font-weight:900;box-shadow:none}
  .ck-serial:after{content:"";position:absolute;left:5px;right:5px;bottom:-12px;height:24px;background:#d8eee1;clip-path:polygon(0 0,50% 45%,100% 0,100% 100%,0 100%);z-index:-1}
  .ck-serial span{position:relative;z-index:2}
  .ck-game-identity{grid-column:2;grid-row:1;display:grid;grid-template-columns:82px minmax(0,1fr);gap:12px;align-items:center;min-width:0;padding-right:25px}
  .ck-game-identity img{width:82px;height:82px;border-radius:18px;box-shadow:0 7px 15px rgba(67,35,73,.18)}
  .ck-game-identity-copy{display:block;min-width:0}
  .ck-game-identity strong{font-size:20px;line-height:1.14;white-space:normal;overflow:visible;text-overflow:clip;color:#111}
  .ck-game-category{display:block!important;margin-top:3px!important;font-size:11px!important;color:#29352f!important;line-height:1.25!important}
  .ck-mobile-app-meta{display:flex;align-items:center;gap:7px;margin-top:8px;flex-wrap:wrap}
  .ck-mobile-app-meta b{display:inline-flex;padding:5px 10px;border-radius:9px;background:#e7f2eb;color:#263a2f;font-size:10px;line-height:1;font-weight:700}
  .ck-game-description{display:none!important}
  .ck-game-metrics{grid-column:1/-1;grid-row:2;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;padding:1px 2px 0}
  .ck-cell{min-height:74px;display:grid;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:8px;padding:10px 8px;border:0;border-right:1px solid #e4e8e5;background:transparent;text-align:left}
  .ck-cell:nth-child(4){border-right:0}
  .ck-cell.ck-size{display:none!important}
  .ck-metric-icon{display:grid;place-items:center;width:31px;height:31px;color:#191d1a}
  .ck-metric-icon svg{display:block;width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
  .ck-metric-copy{display:block;min-width:0}
  .ck-cell small{display:block;font-size:9px;line-height:1.15;color:#303a34}
  .ck-cell strong{display:block;margin-top:3px;font-size:12px;line-height:1.15;color:#0f1612;white-space:normal;overflow-wrap:anywhere}
  .ck-rating-cell .ck-rating{color:#0f1612!important}
  .ck-rating-outof{display:inline}
  .ck-download-mini{grid-column:1/-1;grid-row:3;width:100%;min-height:56px;display:flex;align-items:center;justify-content:center;gap:10px;padding:12px 16px;border-radius:999px;background:linear-gradient(180deg,#11aa4e 0%,#058238 100%);color:#fff;font-size:17px;font-weight:850;letter-spacing:.01em;box-shadow:inset 0 1px 0 rgba(255,255,255,.28),0 8px 15px rgba(16,112,55,.28)}
  .ck-download-mini-icon{width:22px;height:22px}

  .ck-lower-grid{grid-template-columns:1fr}
  .ck-home-seo{max-height:none}

  /* Screenshot-matched game hero */
  .ck-breadcrumb{padding:10px 0;font-size:11px}
  .ck-game-hero-layout{grid-template-columns:1fr;gap:14px;padding-top:14px;padding-bottom:14px}
  .ck-game-identity-block{grid-template-columns:130px minmax(0,1fr);gap:14px;align-items:start}
  .ck-game-icon-large{width:130px;height:130px;border-radius:25px}
  .ck-title-line{gap:7px}
  .ck-title-line h1{font-size:31px;line-height:1.08}
  .ck-title-line span{font-size:9px;padding:5px 9px}
  .ck-game-summary>p{font-size:13px;line-height:1.42;margin:9px 0}
  .ck-rating-line{gap:6px;font-size:9px}
  .ck-rating-line>*{padding:5px 8px}
  .ck-hero-info-panels{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:14px}
  .ck-hero-panel{border-radius:13px}
  .ck-hero-panel h2{font-size:13px;padding:10px 6px}
  .ck-hero-panel-row{grid-template-columns:31px minmax(0,1fr);gap:6px;padding:9px 8px}
  .ck-hero-panel-row i{width:30px;height:30px}
  .ck-hero-panel-row i svg{width:19px;height:19px}
  .ck-hero-panel-row small{font-size:8px}
  .ck-hero-panel-row strong{font-size:11px}
  .ck-game-action{grid-template-columns:132px minmax(0,1fr);gap:10px;min-height:0;padding:11px 12px 0;border-radius:17px}
  .ck-game-action>img{height:156px;max-width:132px;align-self:end}
  .ck-game-action-buttons{gap:9px;padding-bottom:12px}
  .ck-game-action-buttons>a{min-height:65px;padding:10px 12px}
  .ck-download-primary{font-size:18px}
  .ck-telegram-primary{font-size:14px}
  .ck-action-icon{width:39px;height:39px;flex-basis:39px}
  .ck-game-action-buttons a small{font-size:9px}

  .ck-keyword-bar{align-items:stretch;flex-direction:column;padding:6px 0}
  .ck-keyword-label{padding:0 12px 4px}
  .ck-keyword-window{overflow-x:auto;-webkit-overflow-scrolling:touch}
  .ck-keyword-track{animation-duration:36s}
  .ck-top-info-grid{grid-template-columns:1fr}
  .ck-screenshot-scroll figure{flex-basis:150px}
  .ck-screenshot-scroll img{width:150px;height:210px}
  .ck-guide-grid{grid-template-columns:1fr 1fr}
  .ck-mini-character{min-height:165px}
  .ck-single-lower{grid-template-columns:1fr}
  .ck-game-sidebar{grid-template-columns:1fr 1fr}
  .ck-faq-grid{grid-template-columns:1fr}
  .ck-entry-content{font-size:13px;line-height:1.74}
  .ck-page-hero>.ck-container{min-height:145px}
  .ck-page-hero h1{font-size:25px}
  .ck-page-hero p{font-size:10px}
  .ck-page-hero img{height:130px;max-width:42%}
  .ck-search-results{grid-template-columns:1fr}
  .ck-trust-strip{grid-template-columns:1fr 1fr}
  .ck-trust-strip>div{border-bottom:1px solid var(--ck-border)}
  .ck-trust-strip>div:nth-child(even){border-right:0}
  .ck-footer-grid{grid-template-columns:1fr 1fr;gap:18px}
  .ck-footer-grid>div:first-child,.ck-footer-grid>div:last-child{grid-column:1/-1}
  .ck-footer-bottom{flex-direction:column;gap:5px}
  .ck-sticky-telegram{top:auto;bottom:12px}
  .ck-sticky-telegram span{display:none}
}

@media(max-width:560px){
  .ck-container{width:min(calc(100% - 20px),var(--ck-container))}
  .ck-topbar span{max-width:68vw}
  .ck-header-inner{height:78px}
  .ck-brand img{width:190px}
  .ck-home-copy h1{font-size:30px}
  .ck-home-art{height:220px}
  .ck-home-art>img{max-height:220px}
  .ck-home-sidebar{grid-template-columns:1fr}

  .ck-game-row{grid-template-columns:43px minmax(0,1fr);padding:13px 12px 14px;gap:11px 9px;border-radius:18px}
  .ck-card-ribbon{top:11px;right:-40px;font-size:7px}
  .ck-serial{width:38px;height:61px;padding-top:7px;font-size:11px}
  .ck-game-identity{grid-template-columns:72px minmax(0,1fr);gap:10px;padding-right:17px}
  .ck-game-identity img{width:72px;height:72px;border-radius:16px}
  .ck-game-identity strong{font-size:17px}
  .ck-game-category{font-size:10px!important}
  .ck-mobile-app-meta{gap:5px;margin-top:6px}
  .ck-mobile-app-meta b{padding:4px 7px;font-size:9px}
  .ck-cell{min-height:67px;grid-template-columns:28px minmax(0,1fr);gap:6px;padding:9px 5px}
  .ck-metric-icon{width:27px;height:27px}
  .ck-cell small{font-size:8px}
  .ck-cell strong{font-size:10.5px}
  .ck-download-mini{min-height:53px;font-size:15px}

  .ck-game-identity-block{grid-template-columns:104px minmax(0,1fr);gap:11px}
  .ck-game-icon-large{width:104px;height:104px;border-radius:21px}
  .ck-title-line h1{font-size:25px}
  .ck-title-line span{font-size:8px;padding:4px 7px}
  .ck-game-summary>p{font-size:11px;line-height:1.38;margin:7px 0}
  .ck-rating-line{font-size:8px;gap:5px}
  .ck-rating-line>*{padding:4px 6px}
  .ck-hero-info-panels{gap:5px;margin-top:11px}
  .ck-hero-panel h2{font-size:11px;padding:8px 3px}
  .ck-hero-panel-row{grid-template-columns:25px minmax(0,1fr);gap:4px;padding:7px 5px}
  .ck-hero-panel-row i{width:24px;height:24px}
  .ck-hero-panel-row i svg{width:15px;height:15px}
  .ck-hero-panel-row small{font-size:7px}
  .ck-hero-panel-row strong{font-size:9px;line-height:1.18}
  .ck-game-action{grid-template-columns:101px minmax(0,1fr);gap:7px;padding:9px 9px 0}
  .ck-game-action>img{height:124px;max-width:101px}
  .ck-game-action-buttons{gap:7px;padding-bottom:9px}
  .ck-game-action-buttons>a{min-height:55px;padding:8px 9px;gap:8px}
  .ck-download-primary{font-size:15px}
  .ck-telegram-primary{font-size:12px}
  .ck-action-icon{width:33px;height:33px;flex-basis:33px}
  .ck-action-icon svg{width:19px;height:19px}
  .ck-game-action-buttons a small{font-size:7.5px}

  .ck-guide-grid{grid-template-columns:1fr}
  .ck-game-sidebar{grid-template-columns:1fr}
  .ck-entry-content{font-size:12.5px}
  .ck-entry-content>.ck-copy-section{padding:14px 12px;border-radius:11px}
  .ck-entry-content>.ck-copy-section h2{font-size:16px}
  .ck-warning{padding:10px;font-size:9px}
  .ck-page-content{padding:16px}
}

@media(max-width:360px){
  .ck-container{width:min(calc(100% - 16px),var(--ck-container))}
  .ck-brand img{width:175px}
  .ck-game-row{grid-template-columns:39px minmax(0,1fr);padding-inline:10px}
  .ck-game-identity{grid-template-columns:64px minmax(0,1fr);gap:8px;padding-right:13px}
  .ck-game-identity img{width:64px;height:64px}
  .ck-game-identity strong{font-size:15px}
  .ck-mobile-app-meta b{font-size:8px;padding:4px 6px}
  .ck-game-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ck-cell{grid-template-columns:30px minmax(0,1fr);border-bottom:1px solid #e4e8e5}
  .ck-cell:nth-child(even){border-right:0}
  .ck-cell:nth-child(n+3){border-bottom:0}
  .ck-download-mini{font-size:14px}
  .ck-game-identity-block{grid-template-columns:92px minmax(0,1fr)}
  .ck-game-icon-large{width:92px;height:92px}
  .ck-title-line h1{font-size:22px}
  .ck-game-summary>p{font-size:10px}
  .ck-hero-panel-row{grid-template-columns:1fr;text-align:center;justify-items:center;padding:6px 3px}
  .ck-hero-panel-row i{width:23px;height:23px}
  .ck-game-action{grid-template-columns:88px minmax(0,1fr)}
  .ck-game-action>img{height:109px;max-width:88px}
  .ck-download-primary{font-size:14px}
  .ck-telegram-primary{font-size:11px}
}

@media(prefers-reduced-motion:reduce){
  *{scroll-behavior:auto!important}
  .ck-keyword-track{animation:none!important}
}
