:root{
  --g5-bg:#f6f3ed;
  --g5-paper:#fffdfa;
  --g5-paper-2:#eef2f4;
  --g5-ink:#111820;
  --g5-navy:#0a2441;
  --g5-blue:#0b78bd;
  --g5-gold:#b28a45;
  --g5-line:#d8dfe4;
  --g5-muted:#66737f;
  --g5-shadow:0 22px 50px rgba(22,36,48,.10);
  --g5-radius:2px;
}

html{scroll-behavior:smooth}
body{background:var(--g5-bg);color:var(--g5-ink)}
.g5-eyebrow{display:block;color:var(--g5-blue);font-size:11px;font-weight:800;letter-spacing:.17em;text-transform:uppercase}
.g5-primary-link,.g5-back-link,.g5-card-footer a,.g5-home-module a,.g5-puzzle-aside a{color:var(--g5-blue);font-size:12px;font-weight:800;text-decoration:none}
.g5-primary-link:hover,.g5-back-link:hover,.g5-card-footer a:hover,.g5-home-module a:hover,.g5-puzzle-aside a:hover{text-decoration:underline;text-underline-offset:4px}

[data-reveal]{opacity:0;transform:translateY(20px);transition:opacity .7s cubic-bezier(.2,.65,.2,1),transform .7s cubic-bezier(.2,.65,.2,1)}
[data-reveal].is-visible{opacity:1;transform:none}

/* ZODIAC SELECTOR */
.g5-selector-wrap{margin-top:28px;margin-bottom:34px}
.g5-zodiac-selector{display:flex;gap:10px;overflow-x:auto;padding:4px 2px 14px;scroll-snap-type:x proximity;scrollbar-width:thin;scrollbar-color:#c8d2d8 transparent}
.g5-zodiac-choice{position:relative;flex:0 0 128px;display:grid;grid-template-columns:44px 1fr;align-items:center;gap:10px;min-height:66px;padding:9px;border:1px solid var(--g5-line);background:rgba(255,255,255,.62);color:var(--g5-ink);text-decoration:none;scroll-snap-align:start;transition:transform .24s ease,border-color .24s ease,box-shadow .24s ease,background .24s ease}
.g5-zodiac-choice img{width:44px;height:52px;object-fit:cover;border:1px solid #e0d9cc;background:#fff}
.g5-zodiac-choice span{display:grid;gap:3px;min-width:0}
.g5-zodiac-choice strong{font:600 13px/1.1 Georgia,serif}
.g5-zodiac-choice small{color:var(--g5-muted);font-size:9px;white-space:nowrap}
.g5-zodiac-choice:hover{transform:translateY(-4px);border-color:#a8bbc8;box-shadow:0 12px 22px rgba(22,36,48,.09);background:#fff}
.g5-zodiac-choice.is-active{border-color:var(--g5-blue);box-shadow:inset 0 -2px 0 var(--g5-blue);background:#fff}
.g5-zodiac-choice[data-has-content="0"]:after{content:"yakında";position:absolute;right:6px;top:5px;color:#8c99a3;font-size:7px;letter-spacing:.08em;text-transform:uppercase}

/* HOROSCOPE ARCHIVE */
.g5-horoscope-archive{padding:54px 0 88px;background:linear-gradient(180deg,#f8f5ef 0,#f6f3ed 100%)}
.g5-archive-hero{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:56px;align-items:center;padding-bottom:36px;border-bottom:1px solid var(--g5-line)}
.g5-archive-hero h1{margin:10px 0 16px;font:500 clamp(44px,6vw,76px)/.96 Georgia,serif;letter-spacing:-.045em}
.g5-archive-hero p{max-width:650px;margin:0 0 20px;color:var(--g5-muted);font-size:17px;line-height:1.75}
.g5-hero-art{position:relative;display:grid;grid-template-columns:148px 1fr;align-items:end;gap:18px;padding:22px;border:1px solid var(--g5-line);background:var(--g5-paper);box-shadow:var(--g5-shadow);overflow:hidden}
.g5-hero-art:before{content:"";position:absolute;inset:auto -60px -80px auto;width:190px;height:190px;border:1px solid rgba(178,138,69,.28);border-radius:50%}
.g5-hero-art img{width:148px;height:184px;object-fit:cover;animation:g5-float 5s ease-in-out infinite}
.g5-hero-art span{position:relative;z-index:1;color:var(--g5-navy);font:500 22px/1.2 Georgia,serif}
@keyframes g5-float{50%{transform:translateY(-6px)}}

.g5-story-grid{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(290px,.78fr);gap:22px;align-items:stretch}
.g5-feature-story{display:grid;grid-template-columns:minmax(240px,.82fr) minmax(0,1.18fr);border:1px solid var(--g5-line);background:var(--g5-paper);box-shadow:var(--g5-shadow);transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease}
.g5-feature-story:hover{transform:translateY(-5px);border-color:#b5c5cf;box-shadow:0 28px 60px rgba(22,36,48,.14)}
.g5-feature-art{display:block;min-height:430px;overflow:hidden;background:#eef1f3}
.g5-feature-art img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .45s ease}
.g5-feature-story:hover .g5-feature-art img{transform:scale(1.025)}
.g5-feature-story>div{display:flex;flex-direction:column;padding:34px}
.g5-feature-story h2{margin:12px 0 14px;font:500 clamp(30px,3.2vw,44px)/1.03 Georgia,serif;letter-spacing:-.025em}
.g5-feature-story h2 a,.g5-secondary-story h3 a{color:inherit;text-decoration:none}
.g5-feature-story p,.g5-secondary-story p,.g5-monthly-note p{color:var(--g5-muted);font-size:15px;line-height:1.72}
.g5-card-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:auto;padding-top:22px;border-top:1px solid var(--g5-line)}
.g5-card-footer span,.g5-card-footer small{color:#83909a;font-size:11px}
.g5-side-column{display:grid;grid-template-rows:1fr auto;gap:22px}
.g5-secondary-story{display:grid;grid-template-rows:210px 1fr;border:1px solid var(--g5-line);background:#f2f4f5;transition:transform .28s ease,box-shadow .28s ease}
.g5-secondary-story:hover{transform:translateY(-4px);box-shadow:var(--g5-shadow)}
.g5-secondary-story>a{display:block;overflow:hidden}
.g5-secondary-story img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .45s ease}
.g5-secondary-story:hover img{transform:scale(1.03)}
.g5-secondary-story>div{padding:24px}
.g5-secondary-story h3{margin:10px 0 10px;font:500 26px/1.08 Georgia,serif}
.g5-monthly-note{padding:26px;border:1px solid #d6ded7;background:#edf3ee}
.g5-monthly-note h3{margin:10px 0;font:500 26px/1.12 Georgia,serif}

.g5-sign-spots{margin-top:62px}
.g5-section-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;padding-bottom:15px;border-bottom:1px solid var(--g5-line)}
.g5-section-heading h2{margin:0;font:500 clamp(30px,3.6vw,46px)/1 Georgia,serif}
.g5-section-heading span{color:#81909a;font-size:11px;text-transform:uppercase;letter-spacing:.12em}
.g5-sign-spot-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:20px}
.g5-sign-spot{border:1px solid var(--g5-line);background:rgba(255,255,255,.58);transition:transform .25s ease,background .25s ease,box-shadow .25s ease}
.g5-sign-spot:hover{transform:translateY(-4px);background:#fff;box-shadow:0 14px 30px rgba(21,37,50,.09)}
.g5-sign-spot>a{display:grid;grid-template-columns:82px 1fr;gap:15px;align-items:center;padding:10px;color:inherit;text-decoration:none}
.g5-sign-spot img{width:82px;height:98px;object-fit:cover}
.g5-sign-spot div{display:grid;gap:5px}
.g5-sign-spot span{color:var(--g5-gold);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.12em}
.g5-sign-spot strong{font:500 18px/1.2 Georgia,serif}
.g5-sign-spot small{color:var(--g5-muted);font-size:10px}

/* HOROSCOPE DETAIL */
.g5-detail-hero{padding:54px 0 40px;background:linear-gradient(135deg,#f4f0e7,#eef2f3)}
.g5-detail-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:64px;align-items:center}
.g5-detail-copy h1{max-width:760px;margin:13px 0 18px;font:500 clamp(42px,5.6vw,70px)/.97 Georgia,serif;letter-spacing:-.04em}
.g5-detail-copy>p{max-width:720px;color:var(--g5-muted);font-size:17px;line-height:1.76}
.g5-detail-meta{display:flex;gap:18px;margin-top:24px;color:#7b8994;font-size:11px}
.g5-back-link{display:inline-block;margin-bottom:18px}
.g5-sign-poster{margin:0;border:1px solid var(--g5-line);background:#fff;box-shadow:var(--g5-shadow);transition:transform .35s ease}
.g5-sign-poster:hover{transform:rotate(-1deg) translateY(-4px)}
.g5-sign-poster img{width:100%;height:420px;display:block;object-fit:cover}
.g5-sign-poster figcaption{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-top:1px solid var(--g5-line)}
.g5-sign-poster figcaption span{font:500 19px Georgia,serif}
.g5-sign-poster figcaption small{color:var(--g5-gold);font-size:10px}
.g5-reading-layout{display:grid;grid-template-columns:240px minmax(0,1fr) 220px;gap:36px;align-items:start;padding-top:50px;padding-bottom:90px}
.g5-reading-summary,.g5-reading-note{position:sticky;top:110px;border-top:3px solid var(--g5-blue);padding-top:18px}
.g5-reading-summary span,.g5-reading-note strong{display:block;color:var(--g5-blue);font-size:10px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}
.g5-reading-summary strong{display:block;margin-top:10px;font:500 21px/1.45 Georgia,serif}
.g5-reading-note{padding:18px;border:1px solid var(--g5-line);border-top:3px solid var(--g5-gold);background:#fff}
.g5-reading-note img{width:72px;height:88px;object-fit:cover;margin-bottom:10px}
.g5-reading-note strong{color:var(--g5-ink);font:500 20px Georgia,serif;text-transform:none;letter-spacing:0}
.g5-reading-note p{color:var(--g5-muted);font-size:12px;line-height:1.65}
.g5-reading-body{max-width:820px}
.g5-reading-body p{font-size:18px;line-height:1.9}
.g5-reading-body h2{margin:34px 0 12px;font:500 33px Georgia,serif}
.g5-reading-body blockquote{margin:34px 0;padding:22px 25px;border-left:3px solid var(--g5-gold);background:#f1f3f4;font:500 22px/1.5 Georgia,serif}

/* PUZZLE ARCHIVE */
.g5-puzzle-archive{padding:54px 0 88px;background:var(--g5-bg)}
.g5-puzzle-archive-hero{display:grid;grid-template-columns:minmax(0,1fr) 240px;gap:48px;align-items:center;padding-bottom:28px;border-bottom:1px solid var(--g5-line)}
.g5-puzzle-archive-hero h1{margin:10px 0 14px;font:500 clamp(44px,5.6vw,70px)/.97 Georgia,serif;letter-spacing:-.04em}
.g5-puzzle-archive-hero p{max-width:660px;color:var(--g5-muted);font-size:17px;line-height:1.75}
.g5-check-art{display:grid;grid-template-columns:repeat(3,1fr);aspect-ratio:1;border:1px solid var(--g5-navy);transform:rotate(3deg);box-shadow:0 18px 36px rgba(18,38,57,.10)}
.g5-check-art span{background:#edf1f3;border:1px solid var(--g5-navy)}
.g5-check-art span:nth-child(even){background:var(--g5-navy)}
.g5-puzzle-filters{display:flex;flex-wrap:wrap;gap:9px;margin:26px 0 24px}
.g5-puzzle-filters button{padding:9px 14px;border:1px solid #cad5dc;border-radius:999px;background:transparent;color:#4e5d68;font-size:12px;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease}
.g5-puzzle-filters button:hover,.g5-puzzle-filters button.is-active{background:var(--g5-navy);border-color:var(--g5-navy);color:#fff}
.g5-puzzle-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.g5-puzzle-card{display:grid;grid-template-columns:minmax(240px,.9fr) minmax(0,1.1fr);border:1px solid var(--g5-line);background:#fff;box-shadow:0 18px 40px rgba(21,42,61,.08);transition:transform .28s ease,box-shadow .28s ease}
.g5-puzzle-card:hover{transform:translateY(-5px);box-shadow:0 25px 54px rgba(21,42,61,.13)}
.g5-puzzle-card.is-filtered-out{display:none}
.g5-puzzle-card-preview{position:relative;display:grid;place-items:center;min-height:300px;padding:22px;overflow:hidden;background:#eef2f4;color:inherit;text-decoration:none}
.g5-puzzle-card-preview>span{position:absolute;left:12px;bottom:12px;padding:7px 10px;background:var(--g5-navy);color:#fff;font-size:9px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.g5-puzzle-card>div{display:flex;flex-direction:column;padding:26px}
.g5-puzzle-card h2{margin:10px 0 12px;font:500 clamp(27px,2.5vw,36px)/1.06 Georgia,serif}
.g5-puzzle-card h2 a{color:inherit;text-decoration:none}
.g5-puzzle-card p{color:var(--g5-muted);font-size:15px;line-height:1.72}

/* PUZZLE DETAIL */
.g5-puzzle-hero{padding:52px 0 32px;background:#f4f1eb}
.g5-puzzle-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:48px;align-items:center}
.g5-puzzle-cover{display:grid;place-items:center;min-height:310px;padding:22px;border:1px solid var(--g5-line);background:#fff;box-shadow:var(--g5-shadow)}
.g5-puzzle-play-layout{display:grid;grid-template-columns:minmax(0,1fr) 220px;gap:34px;align-items:start;padding-top:36px;padding-bottom:80px}
.g5-instructions{padding:18px 20px;border-left:3px solid var(--g5-blue);background:#edf2f5}
.g5-instructions span,.g5-puzzle-aside span{color:var(--g5-blue);font-size:10px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}
.g5-instructions p{margin:6px 0 0;color:#566570;font-size:13px;line-height:1.68}
.g5-puzzle-aside{position:sticky;top:110px;padding:20px;border:1px solid var(--g5-line);background:#fff}
.g5-puzzle-aside strong{display:block;margin:8px 0;font:500 23px Georgia,serif}
.g5-puzzle-aside p{color:var(--g5-muted);font-size:12px;line-height:1.65}
.g5-puzzle-body p{font-size:17px;line-height:1.86}
.g5-answer{margin-top:28px;border:1px solid var(--g5-line);background:#fff}
.g5-answer summary{padding:17px 20px;color:var(--g5-blue);font-weight:800;cursor:pointer}
.g5-answer>div{padding:0 20px 20px;color:#566570;line-height:1.7}

/* GAME UI */
.gl-playable-puzzle{margin:22px 0 28px;border:1px solid var(--g5-line);background:#fff;box-shadow:0 18px 40px rgba(21,42,61,.10);overflow:hidden}
.gl-game-toolbar{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:14px 16px;background:var(--g5-navy);color:#fff}
.gl-game-toolbar>div:first-child{display:grid;gap:2px}
.gl-game-toolbar span{font-size:9px;letter-spacing:.14em;text-transform:uppercase;color:#79c8f4}
.gl-game-toolbar strong{font:500 20px Georgia,serif}
.gl-game-stats{display:flex;gap:8px}
.gl-game-stats>span{min-width:76px;padding:7px 9px;border:1px solid rgba(255,255,255,.16)}
.gl-game-stats small{display:block;color:#9ab0c1;font-size:8px;text-transform:uppercase;letter-spacing:.1em}
.gl-game-stats b{font-size:12px}
.gl-game-stage{display:grid;place-items:center;padding:22px;min-height:300px;background:#f2f5f7}
.gl-game-actions{display:flex;gap:9px;padding:13px 16px;border-top:1px solid var(--g5-line);background:#fff}
.gl-game-actions button,.gl-number-pad button{padding:9px 13px;border:1px solid #c7d3dc;background:#fff;color:var(--g5-navy);font-size:12px;font-weight:700;cursor:pointer}
.gl-game-actions button:hover,.gl-number-pad button:hover{background:var(--g5-navy);color:#fff}
.gl-sudoku-board{display:grid;grid-template-columns:repeat(6,54px);grid-template-rows:repeat(6,54px);border:3px solid var(--g5-navy);background:#fff}
.gl-sudoku-cell{width:54px;height:54px;border:0;border-right:1px solid #8ca1b1;border-bottom:1px solid #8ca1b1;background:#fff;text-align:center;font:500 27px Georgia,serif;color:var(--g5-navy);outline:none}
.gl-sudoku-cell:nth-child(3n){border-right:3px solid var(--g5-navy)}
.gl-sudoku-cell:nth-child(n+13):nth-child(-n+18),.gl-sudoku-cell:nth-child(n+25):nth-child(-n+30){border-top:3px solid var(--g5-navy)}
.gl-sudoku-cell.is-given{display:grid;place-items:center;background:#eef2f4;font-weight:700}
.gl-sudoku-cell.is-wrong{background:#ffe7e3;color:#b63024}.gl-sudoku-cell.is-hint{background:#fff4d9}
.gl-number-pad{display:flex;flex-wrap:wrap;gap:6px;justify-content:center;margin-top:12px}
.gl-wordsearch-layout{display:grid;grid-template-columns:minmax(0,1fr) 155px;gap:18px;width:100%;align-items:start}
.gl-word-grid{display:grid;grid-template-columns:repeat(var(--cols),minmax(30px,1fr));width:min(100%,440px);margin:0 auto;touch-action:none;user-select:none}
.gl-word-cell{aspect-ratio:1;border:1px solid #d1dbe2;background:#fff;color:var(--g5-navy);font:700 clamp(14px,1.9vw,20px) Georgia,serif;cursor:pointer}
.gl-word-cell.is-selecting{background:#d8edf9}.gl-word-cell.is-found{background:var(--g5-navy);color:#fff}
.gl-word-list{display:grid;gap:7px}.gl-word-list span{padding:8px 9px;border:1px solid #ced8df;background:#fff;font-size:10px;font-weight:700}.gl-word-list span.is-found{text-decoration:line-through;color:#7c8992;background:#e9edef}.gl-word-list span.is-hint{border-color:var(--g5-gold)}
.gl-sudoku-preview{display:grid;grid-template-columns:repeat(6,1fr);width:min(100%,240px);aspect-ratio:1;border:3px solid var(--g5-navy);background:#fff}
.gl-sudoku-preview span{display:grid;place-items:center;border-right:1px solid #8fa2b0;border-bottom:1px solid #8fa2b0;font:500 20px Georgia,serif;color:var(--g5-navy)}
.gl-sudoku-preview span:nth-child(3n){border-right:3px solid var(--g5-navy)}
.gl-sudoku-preview span:nth-child(n+13):nth-child(-n+18),.gl-sudoku-preview span:nth-child(n+25):nth-child(-n+30){border-top:3px solid var(--g5-navy)}
.gl-word-preview{display:grid;grid-template-columns:repeat(7,1fr);width:min(100%,250px);aspect-ratio:1;background:var(--g5-navy);padding:12px;border:1px solid #34546f}
.gl-word-preview span{display:grid;place-items:center;color:#fff;font:700 13px Georgia,serif}

/* HOMEPAGE STATIC MODULES */
.g5-home-module{padding:64px 0;background:var(--g5-bg);border-top:1px solid var(--g5-line)}
.g5-home-module+.g5-home-module{padding-top:16px}
.g5-home-heading{display:flex;align-items:end;justify-content:space-between;gap:22px;padding-bottom:14px;margin-bottom:22px;border-bottom:1px solid var(--g5-line)}
.g5-home-heading h2{margin:6px 0 0;font:500 clamp(34px,4.2vw,52px)/1 Georgia,serif}
.g5-home-horoscope-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(250px,.7fr) minmax(250px,.62fr);gap:18px}
.g5-home-feature-card,.g5-home-mini-card,.g5-home-zodiac-list,.g5-home-puzzle-card{border:1px solid var(--g5-line);background:#fff;transition:transform .26s ease,box-shadow .26s ease}
.g5-home-feature-card:hover,.g5-home-mini-card:hover,.g5-home-zodiac-list:hover,.g5-home-puzzle-card:hover{transform:translateY(-4px);box-shadow:0 18px 36px rgba(22,36,48,.10)}
.g5-home-feature-card>a{display:grid;grid-template-columns:.82fr 1.18fr;color:inherit;text-decoration:none;height:100%}
.g5-home-feature-card img{width:100%;height:100%;min-height:310px;object-fit:cover}
.g5-home-feature-card div{padding:26px}.g5-home-feature-card div>span,.g5-home-mini-card div>span,.g5-home-puzzle-card div>span{color:var(--g5-blue);font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.g5-home-feature-card h3{margin:10px 0;font:500 30px/1.08 Georgia,serif}.g5-home-feature-card p{color:var(--g5-muted);font-size:14px;line-height:1.7}.g5-home-feature-card small{color:var(--g5-blue);font-size:11px;font-weight:800}
.g5-home-mini-card>a{display:grid;grid-template-rows:190px 1fr;color:inherit;text-decoration:none;height:100%}.g5-home-mini-card img{width:100%;height:190px;object-fit:cover}.g5-home-mini-card div{padding:20px;display:grid;gap:8px}.g5-home-mini-card strong{font:500 22px/1.12 Georgia,serif}.g5-home-mini-card small{color:var(--g5-blue);font-size:11px;font-weight:800}
.g5-home-zodiac-list{padding:20px}.g5-home-zodiac-list>span{color:var(--g5-blue);font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.g5-home-zodiac-list>strong{display:block;margin:7px 0 14px;font:500 23px/1.15 Georgia,serif}.g5-home-zodiac-list>div{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin-bottom:14px}.g5-home-zodiac-list>div a{display:grid;justify-items:center;gap:4px;padding:5px;border:1px solid #e1e6e9;color:var(--g5-ink);text-decoration:none}.g5-home-zodiac-list>div a:hover{border-color:var(--g5-blue);background:#f1f6f9}.g5-home-zodiac-list img{width:34px;height:42px;object-fit:cover}.g5-home-zodiac-list>div span{font-size:9px}
.g5-home-puzzle-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.g5-home-puzzle-card>a{display:grid;grid-template-rows:190px 1fr;color:inherit;text-decoration:none;height:100%}.g5-home-puzzle-preview{display:grid;place-items:center;padding:16px;background:#eef2f4;overflow:hidden}.g5-home-puzzle-card> a > div:last-child{padding:20px;display:grid;gap:8px}.g5-home-puzzle-card strong{font:500 24px/1.12 Georgia,serif}.g5-home-puzzle-card small{color:var(--g5-blue);font-size:11px;font-weight:800}

.g5-toast{position:fixed;left:50%;bottom:28px;z-index:9999;transform:translate(-50%,20px);padding:12px 16px;background:var(--g5-navy);color:#fff;font-size:12px;opacity:0;pointer-events:none;transition:opacity .25s ease,transform .25s ease}.g5-toast.is-visible{opacity:1;transform:translate(-50%,0)}

@media(max-width:1180px){
  .g5-archive-hero,.g5-detail-hero-grid,.g5-puzzle-archive-hero,.g5-puzzle-hero-grid{grid-template-columns:minmax(0,1fr) 300px;gap:36px}
  .g5-story-grid,.g5-home-horoscope-grid{grid-template-columns:1fr 1fr}.g5-home-zodiac-list{grid-column:1/-1}
  .g5-sign-spot-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .g5-puzzle-grid{grid-template-columns:1fr}
}
@media(max-width:900px){
  .g5-archive-hero,.g5-detail-hero-grid,.g5-puzzle-archive-hero,.g5-puzzle-hero-grid,.g5-story-grid,.g5-reading-layout,.g5-puzzle-play-layout,.g5-home-horoscope-grid{grid-template-columns:1fr}
  .g5-hero-art{max-width:440px}.g5-sign-poster{max-width:440px}.g5-feature-story{grid-template-columns:1fr}.g5-feature-art{min-height:300px}.g5-reading-summary,.g5-reading-note,.g5-puzzle-aside{position:static}.g5-home-feature-card>a{grid-template-columns:1fr}.g5-home-feature-card img{min-height:240px}.g5-home-mini-card>a{grid-template-rows:220px 1fr}.g5-home-puzzle-grid{grid-template-columns:1fr 1fr}.g5-puzzle-card{grid-template-columns:1fr}.g5-puzzle-card-preview{min-height:260px}
}
@media(max-width:640px){
  .g5-horoscope-archive,.g5-puzzle-archive{padding:34px 0 58px}.g5-archive-hero h1,.g5-puzzle-archive-hero h1,.g5-detail-copy h1{font-size:40px}.g5-hero-art{grid-template-columns:110px 1fr;padding:15px}.g5-hero-art img{width:110px;height:138px}.g5-zodiac-choice{flex-basis:116px;grid-template-columns:38px 1fr}.g5-zodiac-choice img{width:38px;height:46px}.g5-sign-spot-grid,.g5-home-puzzle-grid{grid-template-columns:1fr}.g5-detail-hero{padding:34px 0 26px}.g5-sign-poster img{height:340px}.g5-reading-layout{padding-top:32px}.g5-puzzle-cover{min-height:240px}.g5-home-module{padding:44px 0}.g5-home-heading{align-items:flex-start}.g5-home-heading h2{font-size:36px}.gl-game-toolbar{display:grid}.gl-game-stats{flex-wrap:wrap}.gl-sudoku-board{grid-template-columns:repeat(6,minmax(42px,1fr));grid-template-rows:repeat(6,minmax(42px,1fr));width:min(100%,340px)}.gl-sudoku-cell{width:auto;height:auto;aspect-ratio:1;font-size:clamp(20px,6vw,26px)}.gl-wordsearch-layout{grid-template-columns:1fr}.gl-word-grid{width:100%}.gl-word-cell{font-size:clamp(13px,4vw,18px)}.g5-home-zodiac-list>div{grid-template-columns:repeat(4,1fr)}
}

/* =========================================================
   GAMADOR LIFE — ANA SAYFA DOĞRU KONUM + KOMPAKT V6
========================================================= */
.g6-home-section {
  padding-top: clamp(58px, 6vw, 86px);
  padding-bottom: clamp(58px, 6vw, 86px);
}

.g6-home-section .section-heading,
.g6-home-heading {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 8px 28px;
  padding-bottom: 16px;
  margin-bottom: 26px;
  border-bottom: 1px solid #ccd6dd;
}

.g6-home-section .section-heading > span,
.g6-home-heading > div > span {
  grid-column: 1;
  color: #0873b9;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.g6-home-section .section-heading h2,
.g6-home-heading h2 {
  grid-column: 1;
  margin: 0;
  font: 500 clamp(34px, 3.8vw, 50px)/1 Georgia, "Times New Roman", serif;
  letter-spacing: -.03em;
}

.g6-home-section .section-heading > a,
.g6-home-heading > a,
.g6-text-link {
  color: #0873b9;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.g6-home-section .section-heading > a,
.g6-home-heading > a {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: end;
  padding-bottom: 3px;
}

.g6-text-link {
  display: inline-flex;
  width: fit-content;
  margin-top: auto;
  text-underline-offset: 4px;
}

.g6-text-link:hover,
.g6-home-section .section-heading > a:hover,
.g6-home-heading > a:hover {
  text-decoration: underline;
}

.g6-horoscope-grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, .72fr) minmax(360px, 1.3fr);
  gap: 20px;
  align-items: stretch;
}

.g6-horoscope-story,
.g6-zodiac-panel,
.g6-puzzle-card,
.g6-puzzle-note {
  border: 1px solid #d5dee5;
  background: #f7f9fa;
  transition: transform .28s cubic-bezier(.22,.61,.36,1), box-shadow .28s ease, border-color .28s ease;
}

.g6-horoscope-story:hover,
.g6-zodiac-panel:hover,
.g6-puzzle-card:hover,
.g6-puzzle-note:hover {
  transform: translateY(-4px);
  border-color: #b8c9d5;
  box-shadow: 0 18px 38px rgba(25, 43, 60, .10);
}

.g6-horoscope-story {
  display: grid;
  grid-template-rows: 185px 1fr;
  overflow: hidden;
}

.g6-horoscope-story--lead {
  background: #f3f7fa;
}

.g6-horoscope-art {
  position: relative;
  display: block;
  overflow: hidden;
  background: #e8eef3;
}

.g6-horoscope-art img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .5s cubic-bezier(.22,.61,.36,1);
}

.g6-horoscope-story:hover .g6-horoscope-art img {
  transform: scale(1.035);
}

.g6-horoscope-story > div {
  padding: 20px 20px 22px;
  display: flex;
  flex-direction: column;
}

.g6-horoscope-story h3,
.g6-puzzle-card h3 {
  margin: 8px 0 10px;
  font: 500 clamp(21px, 1.8vw, 28px)/1.08 Georgia, "Times New Roman", serif;
  letter-spacing: -.02em;
}

.g6-horoscope-story h3 a,
.g6-puzzle-card h3 a {
  color: #131b25;
  text-decoration: none;
}

.g6-horoscope-story h3 a:hover,
.g6-puzzle-card h3 a:hover {
  color: #0873b9;
}

.g6-horoscope-story p,
.g6-puzzle-card p,
.g6-puzzle-note p {
  margin: 0 0 15px;
  color: #637180;
  font-size: 14px;
  line-height: 1.65;
}

.g6-zodiac-panel {
  padding: 22px;
  background: #fff;
  display: flex;
  flex-direction: column;
}

.g6-zodiac-panel > div > span,
.g6-puzzle-note > span {
  color: #0873b9;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.g6-zodiac-panel > div > strong,
.g6-puzzle-note > strong {
  display: block;
  margin-top: 6px;
  font: 500 24px/1.12 Georgia, "Times New Roman", serif;
}

.g6-zodiac-panel nav {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 7px;
  margin: 18px 0;
}

.g6-zodiac-panel nav a {
  min-width: 0;
  min-height: 64px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 3px;
  padding: 7px 3px;
  border: 1px solid #dbe3e8;
  background: #fbfcfd;
  color: #273544;
  text-decoration: none;
  transition: transform .2s ease, border-color .2s ease, background .2s ease, color .2s ease;
}

.g6-zodiac-panel nav a:hover {
  transform: translateY(-2px);
  border-color: #0873b9;
  background: #eef6fa;
  color: #0873b9;
}

.g6-zodiac-symbol {
  color: #b28e4c;
  font-size: 23px;
  line-height: 1;
}

.g6-zodiac-panel nav a > span:last-child {
  overflow: hidden;
  max-width: 100%;
  font-size: 9px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.g6-home-puzzles {
  padding-top: clamp(50px, 5vw, 74px);
}

.g6-home-heading > div {
  display: grid;
  gap: 6px;
}

.g6-puzzle-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr)) minmax(270px, .7fr);
  gap: 20px;
}

.g6-puzzle-card {
  display: grid;
  grid-template-columns: minmax(180px, .85fr) minmax(0, 1.15fr);
  min-height: 255px;
  overflow: hidden;
}

.g6-puzzle-preview {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 100%;
  padding: 18px;
  overflow: hidden;
  background: #eef3f6;
  color: inherit;
  text-decoration: none;
}

.g6-puzzle-preview > span {
  position: absolute;
  left: 12px;
  bottom: 12px;
  padding: 7px 9px;
  background: #08213b;
  color: #fff;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.g6-puzzle-preview .gl-sudoku-preview,
.g6-puzzle-preview .gl-word-preview {
  width: min(100%, 250px);
  transform: scale(.86);
  transform-origin: center;
}

.g6-puzzle-card > div {
  padding: 22px;
  display: flex;
  flex-direction: column;
}

.g6-puzzle-note {
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(145deg, #f1f6f8, #fff);
}

.g6-puzzle-note > strong {
  margin-bottom: 14px;
  font-size: 28px;
}

@media (max-width: 1180px) {
  .g6-horoscope-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .g6-zodiac-panel {
    grid-column: 1 / -1;
  }

  .g6-puzzle-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .g6-puzzle-note {
    grid-column: 1 / -1;
    min-height: 190px;
  }
}

@media (max-width: 820px) {
  .g6-home-section .section-heading,
  .g6-home-heading {
    grid-template-columns: 1fr;
  }

  .g6-home-section .section-heading > a,
  .g6-home-heading > a {
    grid-column: 1;
    grid-row: auto;
  }

  .g6-horoscope-grid,
  .g6-puzzle-grid {
    grid-template-columns: 1fr;
  }

  .g6-zodiac-panel,
  .g6-puzzle-note {
    grid-column: auto;
  }

  .g6-zodiac-panel nav {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .g6-puzzle-card {
    grid-template-columns: minmax(140px, .72fr) minmax(0, 1.28fr);
  }
}

@media (max-width: 560px) {
  .g6-home-section {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .g6-home-section .section-heading h2,
  .g6-home-heading h2 {
    font-size: 36px;
  }

  .g6-horoscope-story {
    grid-template-rows: 165px 1fr;
  }

  .g6-zodiac-panel nav {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .g6-puzzle-card {
    grid-template-columns: 1fr;
  }

  .g6-puzzle-preview {
    min-height: 210px;
  }

  .g6-puzzle-preview .gl-sudoku-preview,
  .g6-puzzle-preview .gl-word-preview {
    transform: scale(.78);
  }
}


/* DERGİDEN OYNANABİLİR OKLU / KARE BULMACA */
.gl-arrowword-preview{position:relative;width:min(100%,290px);height:100%;min-height:250px;overflow:hidden;background:#eef2f4}
.gl-arrowword-preview img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block;filter:saturate(.86) contrast(1.02)}
.gl-arrowword-preview>span{position:absolute;left:10px;bottom:10px;padding:7px 10px;background:var(--g5-navy);color:#fff;font-size:9px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.gl-arrowword-preview--empty{display:grid;place-items:center}.gl-arrowword-preview--empty>span{position:static}
.gl-arrowword-shell{width:100%;min-width:0}
.gl-arrowword-controls{display:flex;align-items:center;justify-content:flex-end;gap:7px;margin-bottom:10px}
.gl-arrowword-controls button{width:34px;height:34px;border:1px solid #c7d3dc;background:#fff;color:var(--g5-navy);font-size:20px;line-height:1;cursor:pointer}
.gl-arrowword-controls button:hover{background:var(--g5-navy);color:#fff}.gl-arrowword-controls span{min-width:48px;text-align:center;color:#60717e;font-size:11px;font-weight:800}
.gl-arrowword-scroll{width:100%;max-height:min(76vh,900px);overflow:auto;overscroll-behavior:contain;background:#dfe6eb;border:1px solid #c4d0d9;scrollbar-color:#8aa0b1 #edf1f4}
.gl-arrowword-board{position:relative;display:grid;grid-template-columns:repeat(var(--arrow-columns),1fr);grid-template-rows:repeat(var(--arrow-rows),1fr);flex:none;background-repeat:no-repeat;background-size:100% 100%;background-position:center;box-shadow:0 16px 34px rgba(15,34,50,.14)}
.gl-arrowword-cell{min-width:0;min-height:0;width:100%;height:100%;box-sizing:border-box;border:0;border-radius:0;padding:0;background:rgba(255,255,255,.04);color:#101c29;text-align:center;font:700 clamp(16px,2.6vw,30px)/1 Georgia,"Times New Roman",serif;text-transform:uppercase;outline:0;caret-color:var(--g5-blue)}
.gl-arrowword-cell:not(.is-clue):focus{background:rgba(114,199,245,.30);box-shadow:inset 0 0 0 3px var(--g5-blue);z-index:2}
.gl-arrowword-cell.is-clue{pointer-events:none;background:transparent}
.gl-arrowword-cell.is-wrong{background:rgba(220,67,55,.28);color:#9b2017;box-shadow:inset 0 0 0 2px #c63b30}
.gl-arrowword-cell.is-hint{background:rgba(239,190,69,.35);box-shadow:inset 0 0 0 2px #bd8f1a}
.gl-arrowword-help{margin:10px 0 0;color:#6b7a86;font-size:11px;line-height:1.55;text-align:center}
.gl-playable-puzzle.is-complete .gl-game-toolbar{background:#123f35}
@media(max-width:640px){
  .gl-game-stage:has(.gl-arrowword-shell){padding:12px 8px}
  .gl-arrowword-scroll{max-height:68vh}
  .gl-arrowword-board{min-width:560px}
  .gl-arrowword-cell{font-size:22px}
  .gl-arrowword-help{text-align:left;padding:0 4px}
}


/* =========================================================
   DERGİDEN KODLANMIŞ OKLU BULMACA V3
========================================================= */
.gl-coded-arrowword{width:100%;min-width:0}
.gl-coded-clue-panel{display:grid;grid-template-columns:110px minmax(120px,190px) 1fr;gap:16px;align-items:center;margin:0 0 14px;padding:15px 17px;border:1px solid #d5dee5;background:#f8fafb;box-shadow:0 10px 28px rgba(14,37,55,.06)}
.gl-coded-clue-panel>span{color:#0873b9;font-size:10px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}
.gl-coded-clue-panel>strong{font:600 18px/1.2 Georgia,"Times New Roman",serif;color:#102236}
.gl-coded-clue-panel>p{display:flex;flex-wrap:wrap;gap:8px 18px;margin:0;color:#526372;font-size:13px;line-height:1.5}
.gl-coded-clue-panel>p span{display:inline-flex;align-items:flex-start;gap:7px}
.gl-coded-clue-panel>p b{flex:none;color:#0873b9;font-size:11px;letter-spacing:.04em}
.gl-coded-board-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:10px}
.gl-coded-board-toolbar>div{display:flex;align-items:center;gap:7px}
.gl-coded-board-toolbar button{width:34px;height:34px;border:1px solid #c8d3db;background:#fff;color:#102236;font-size:20px;cursor:pointer;transition:.2s ease}
.gl-coded-board-toolbar button:hover{background:#102236;color:#fff}
.gl-coded-board-toolbar span{min-width:48px;text-align:center;color:#657581;font-size:11px;font-weight:800}
.gl-coded-board-toolbar small{color:#75838f;font-size:11px}
.gl-coded-board-scroll{width:100%;max-height:min(73vh,980px);overflow:auto;border:1px solid #cbd6de;background:#dfe7ec;overscroll-behavior:contain;scrollbar-color:#8399aa #edf2f5}
.gl-coded-board{--coded-cell:54px;display:grid;grid-template-columns:repeat(var(--coded-columns),var(--coded-cell));grid-template-rows:repeat(var(--coded-rows),var(--coded-cell));width:max-content;background:#fff;border:2px solid #102236;box-shadow:0 14px 36px rgba(12,33,49,.12)}
.gl-coded-answer,.gl-coded-clue{box-sizing:border-box;width:var(--coded-cell);height:var(--coded-cell);border:0;border-right:1px solid #102236;border-bottom:1px solid #102236;border-radius:0;margin:0}
.gl-coded-answer{position:relative;padding:0;background:#fff;color:#111d2a;text-align:center;font:700 calc(var(--coded-cell)*.5)/1 Georgia,"Times New Roman",serif;text-transform:uppercase;outline:0;caret-color:#0873b9;transition:background .15s ease,box-shadow .15s ease,color .15s ease}
.gl-coded-answer.is-related{background:#f1f7fb}
.gl-coded-answer.is-current,.gl-coded-answer:focus{z-index:2;background:#e4f3fc;box-shadow:inset 0 0 0 3px #0873b9}
.gl-coded-answer.is-wrong{background:#fbe4e1;color:#9b2017;box-shadow:inset 0 0 0 2px #c94436}
.gl-coded-answer.is-hint{background:#fff1c9;box-shadow:inset 0 0 0 2px #c5961e}
.gl-coded-clue{position:relative;display:flex;flex-direction:column;justify-content:center;gap:2px;padding:4px 4px 3px;background:#e7f2ed;color:#143c32;text-align:left;overflow:hidden;cursor:pointer;transition:background .18s ease,box-shadow .18s ease,transform .18s ease}
.gl-coded-clue:hover,.gl-coded-clue.is-active{z-index:3;background:#d7ebe2;box-shadow:inset 0 0 0 2px #0873b9;transform:translateY(-1px)}
.gl-coded-clue>b{position:absolute;left:3px;top:2px;color:#0873b9;font:800 8px/1 Arial,sans-serif}
.gl-coded-clue>span{display:-webkit-box;max-height:19px;padding-left:8px;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical;font:600 5.6px/1.12 Arial,sans-serif;letter-spacing:-.01em}
.gl-coded-clue>span+span{padding-top:2px;border-top:1px solid rgba(20,60,50,.22)}
.gl-coded-clue i{display:inline-block;margin-right:2px;color:#0873b9;font-style:normal;font-weight:900}
.gl-playable-puzzle.is-complete .gl-coded-board{box-shadow:0 0 0 4px rgba(28,151,92,.24),0 16px 40px rgba(12,33,49,.14)}
.gl-coded-preview{display:grid;grid-template-columns:repeat(var(--preview-columns),10px);grid-auto-rows:10px;width:max-content;max-width:100%;margin:auto;border:1px solid #153149;background:#fff;overflow:hidden}
.gl-coded-preview span{box-sizing:border-box;border-right:1px solid rgba(21,49,73,.42);border-bottom:1px solid rgba(21,49,73,.42);background:#fff}
.gl-coded-preview span.is-clue{background:#dfeee7}
.gl-coded-preview-shell{display:grid;place-items:center;min-height:250px;padding:16px;background:linear-gradient(145deg,#edf4f1,#f7faf9)}
.gl-coded-preview-shell>small{margin-top:10px;color:#0873b9;font-size:9px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
@media(max-width:760px){
  .gl-coded-clue-panel{grid-template-columns:1fr;gap:6px;padding:13px 14px}
  .gl-coded-clue-panel>strong{font-size:17px}
  .gl-coded-board-toolbar{align-items:flex-start;flex-direction:column}
  .gl-coded-board-toolbar small{line-height:1.45}
  .gl-coded-board-scroll{max-height:68vh}
  .gl-coded-board{--coded-cell:46px}
  .gl-coded-clue>span{font-size:5px}
  .gl-game-stage:has(.gl-coded-arrowword){padding:12px 8px}
}

/* =========================================================
   DERGİDEN KODLANMIŞ BULMACA — OKUNAKLILIK V7
   İpucu metinleri hücrelerden çıkarıldı; büyük panelde gösterilir.
========================================================= */
.gl-game-stage:has(.gl-coded-arrowword){
  padding:18px;
  background:#f4f6f7;
}
.gl-coded-arrowword{
  --coded-cell:58px;
  display:grid;
  gap:14px;
}
.gl-coded-clue-panel{
  position:sticky;
  top:92px;
  z-index:25;
  display:grid;
  grid-template-columns:minmax(150px,210px) minmax(0,1fr) auto;
  gap:20px;
  align-items:center;
  margin:0;
  padding:18px 20px;
  border:1px solid #cbd6df;
  border-left:4px solid #0873b9;
  border-radius:12px;
  background:rgba(252,253,253,.97);
  box-shadow:0 14px 36px rgba(12,33,49,.12);
  -webkit-backdrop-filter:blur(16px);
  backdrop-filter:blur(16px);
}
.gl-coded-clue-heading{
  display:grid;
  gap:6px;
  min-width:0;
}
.gl-coded-clue-heading>span{
  color:#0873b9;
  font-size:10px;
  font-weight:800;
  letter-spacing:.15em;
  text-transform:uppercase;
}
.gl-coded-clue-heading>strong{
  color:#102236;
  font:600 21px/1.18 Georgia,"Times New Roman",serif;
}
.gl-coded-clue-copy{
  display:grid;
  gap:10px;
  min-width:0;
  color:#172737;
}
.gl-coded-clue-line{
  display:grid;
  grid-template-columns:135px minmax(0,1fr);
  gap:14px;
  align-items:start;
}
.gl-coded-clue-line b{
  color:#0873b9;
  font-size:11px;
  font-weight:800;
  letter-spacing:.05em;
  text-transform:uppercase;
}
.gl-coded-clue-line em{
  color:#162535;
  font:600 18px/1.42 Arial,sans-serif;
  font-style:normal;
}
.gl-coded-clue-note{
  max-width:145px;
  color:#6e7d89;
  font-size:11px;
  line-height:1.45;
  text-align:right;
}
.gl-coded-board-toolbar{
  margin:0;
  padding:10px 12px;
  border:1px solid #d2dce4;
  border-radius:10px;
  background:#fff;
}
.gl-coded-board-toolbar button{
  border-radius:7px;
}
.gl-coded-board-scroll{
  max-height:min(72vh,930px);
  padding:18px;
  border:1px solid #c9d4dc;
  border-radius:12px;
  background:#e8edf0;
}
.gl-coded-board{
  margin:0 auto;
  border:3px solid #102236;
  box-shadow:0 18px 42px rgba(11,30,46,.16);
}
.gl-coded-answer,.gl-coded-clue{
  width:var(--coded-cell);
  height:var(--coded-cell);
}
.gl-coded-answer{
  font-size:calc(var(--coded-cell)*.48);
}
.gl-coded-clue{
  position:relative;
  display:block;
  padding:0;
  overflow:hidden;
  border-radius:0;
  background:#dcebe4;
  color:#102236;
  text-align:left;
  cursor:pointer;
  transition:background .18s ease,box-shadow .18s ease,transform .18s ease;
}
.gl-coded-clue:hover,
.gl-coded-clue.is-active{
  z-index:4;
  background:#cbe3d8;
  box-shadow:inset 0 0 0 3px #0873b9;
  transform:none;
}
.gl-coded-clue>b{
  position:absolute;
  left:6px;
  top:5px;
  color:#0873b9;
  font:800 11px/1 Arial,sans-serif;
}
.gl-coded-clue>span:not(.gl-coded-clue-directions){
  display:none!important;
}
.gl-coded-clue-directions{
  position:absolute;
  right:6px;
  bottom:5px;
  display:flex;
  align-items:center;
  gap:3px;
}
.gl-coded-clue-directions i{
  display:inline-flex;
  width:18px;
  height:18px;
  align-items:center;
  justify-content:center;
  margin:0;
  border-radius:5px;
  background:#0873b9;
  color:#fff;
  font:800 13px/1 Arial,sans-serif;
  font-style:normal;
}
.gl-coded-clue::after{
  content:"";
  position:absolute;
  left:7px;
  bottom:8px;
  width:8px;
  height:8px;
  border-left:2px solid rgba(16,34,54,.32);
  border-bottom:2px solid rgba(16,34,54,.32);
}

@media(max-width:900px){
  .gl-coded-clue-panel{
    top:74px;
    grid-template-columns:1fr;
    gap:10px;
    padding:15px 16px;
  }
  .gl-coded-clue-heading{
    grid-template-columns:auto 1fr;
    align-items:center;
    gap:10px;
  }
  .gl-coded-clue-heading>strong{
    font-size:18px;
  }
  .gl-coded-clue-line{
    grid-template-columns:1fr;
    gap:4px;
  }
  .gl-coded-clue-line em{
    font-size:17px;
    line-height:1.5;
  }
  .gl-coded-clue-note{
    display:none;
  }
  .gl-coded-board-toolbar{
    align-items:center;
    flex-direction:row;
    flex-wrap:wrap;
  }
  .gl-coded-board-toolbar small{
    width:100%;
  }
  .gl-coded-board-scroll{
    max-height:64vh;
    padding:10px;
  }
  .gl-coded-arrowword{
    --coded-cell:50px;
  }
}

@media(max-width:560px){
  .gl-game-stage:has(.gl-coded-arrowword){
    padding:10px 6px;
  }
  .gl-coded-clue-panel{
    top:68px;
    margin-inline:2px;
    border-radius:10px;
  }
  .gl-coded-clue-line em{
    font-size:16px;
  }
  .gl-coded-arrowword{
    --coded-cell:46px;
  }
  .gl-coded-clue>b{
    left:4px;
    top:4px;
    font-size:9px;
  }
  .gl-coded-clue-directions{
    right:4px;
    bottom:4px;
  }
  .gl-coded-clue-directions i{
    width:16px;
    height:16px;
    font-size:11px;
  }
}


/* =========================================================
   GAMADOR LIFE — KAYDIRMASIZ, MOBİL UYUMLU KARE BULMACA V12
   Izgara bulunduğu alana otomatik sığar; aktif soru ve cevap
   şeridi mobilde kolay oynanış sağlar.
========================================================= */

.gl-game-stage:has(.gl-crossword-app) {
  padding: 18px;
  overflow: visible;
  background: #f4f5f6;
}

.gl-crossword-app {
  --crossword-cell: 38px;
  display: grid;
  gap: 12px;
  width: 100%;
  min-width: 0;
}

.gl-crossword-active {
  position: relative;
  z-index: 8;
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 10px 18px;
  align-items: center;
  padding: 14px 16px 15px;
  border: 1px solid #cfd8df;
  border-left: 4px solid #0873b9;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 9px 26px rgba(13, 36, 54, .07);
}

.gl-crossword-active-kicker {
  display: grid;
  gap: 5px;
  align-self: start;
}

.gl-crossword-active-kicker > span {
  color: #0873b9;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.gl-crossword-active-kicker > b {
  color: #6b7b88;
  font-size: 11px;
  font-weight: 800;
}

.gl-crossword-active-copy {
  min-width: 0;
}

.gl-crossword-active-copy > strong {
  display: block;
  margin-bottom: 3px;
  color: #102236;
  font: 600 18px/1.25 Georgia, "Times New Roman", serif;
}

.gl-crossword-active-copy > p {
  margin: 0;
  color: #253746;
  font-size: 14px;
  line-height: 1.48;
}

.gl-crossword-entry-strip {
  display: flex;
  grid-column: 1 / -1;
  flex-wrap: wrap;
  gap: 5px;
  min-height: 31px;
  padding-top: 2px;
}

.gl-crossword-entry-strip button {
  display: grid;
  place-items: center;
  width: 31px;
  height: 31px;
  padding: 0;
  border: 1px solid #bcc9d3;
  border-radius: 5px;
  background: #f7f9fa;
  color: #6d7b86;
  font: 700 17px/1 Georgia, "Times New Roman", serif;
  text-transform: uppercase;
  cursor: pointer;
}

.gl-crossword-entry-strip button.is-filled {
  background: #fff;
  color: #152636;
}

.gl-crossword-entry-strip button.is-current {
  border-color: #0873b9;
  background: #dcefff;
  box-shadow: inset 0 0 0 2px #0873b9;
}

.gl-crossword-entry-strip button.is-correct {
  border-color: #6fbd89;
  background: #e5f6ea;
  color: #176338;
}

.gl-crossword-entry-strip button.is-wrong {
  border-color: #cf6b62;
  background: #fbe2df;
  color: #a5261d;
}

.gl-crossword-toolbar {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  min-height: 46px;
  padding: 7px 10px;
  border: 1px solid #d2dbe2;
  border-radius: 8px;
  background: #fff;
}

.gl-crossword-nav-buttons {
  display: flex;
  align-items: center;
  gap: 7px;
}

.gl-crossword-toolbar button {
  min-height: 34px;
  padding: 0 11px;
  border: 1px solid #c5d0d8;
  border-radius: 6px;
  background: #fff;
  color: #102236;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
  transition: background .18s ease, color .18s ease, border-color .18s ease;
}

.gl-crossword-toolbar button:hover,
.gl-crossword-toolbar button:focus-visible {
  border-color: #102236;
  background: #102236;
  color: #fff;
}

.gl-crossword-toolbar small {
  color: #71808b;
  font-size: 11px;
  line-height: 1.45;
  text-align: center;
}

.gl-crossword-questions-toggle {
  display: none;
}

.gl-crossword-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
  gap: 14px;
  align-items: start;
  min-width: 0;
}

.gl-crossword-board-scroll {
  display: grid;
  place-items: center;
  width: 100%;
  min-width: 0;
  overflow: hidden;
  padding: 12px;
  border: 1px solid #c7d1d9;
  border-radius: 8px;
  background: #e8edf1;
  overscroll-behavior: none;
  touch-action: manipulation;
}

.gl-crossword-board {
  display: grid;
  grid-template-columns: repeat(var(--crossword-columns), var(--crossword-cell));
  grid-template-rows: repeat(var(--crossword-rows), var(--crossword-cell));
  width: max-content;
  max-width: 100%;
  margin: 0 auto;
  border: 2px solid #111;
  background: #111;
  box-shadow: 0 15px 32px rgba(10, 29, 45, .15);
  user-select: none;
}

.gl-crossword-block,
.gl-crossword-square {
  box-sizing: border-box;
  width: var(--crossword-cell);
  height: var(--crossword-cell);
  min-width: 0;
  min-height: 0;
}

.gl-crossword-block {
  display: block;
  background: #111;
  border-right: 1px solid #111;
  border-bottom: 1px solid #111;
}

.gl-crossword-square {
  position: relative;
  display: block;
  overflow: hidden;
  background: #fff;
  border-right: 1px solid #111;
  border-bottom: 1px solid #111;
  transition: background .14s ease, box-shadow .14s ease;
}

.gl-crossword-square.is-entry {
  background: #fff2bd;
}

.gl-crossword-square.is-current {
  z-index: 3;
  background: #dcefff;
  box-shadow: inset 0 0 0 clamp(1px, calc(var(--crossword-cell) * .08), 3px) #0873b9;
}

.gl-crossword-number {
  position: absolute;
  z-index: 2;
  left: max(1px, calc(var(--crossword-cell) * .05));
  top: max(1px, calc(var(--crossword-cell) * .035));
  color: #111;
  font: 700 clamp(5px, calc(var(--crossword-cell) * .23), 11px)/1 Arial, sans-serif;
  pointer-events: none;
}

.gl-crossword-input {
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  padding: calc(var(--crossword-cell) * .13) 0 0;
  border: 0;
  border-radius: 0;
  outline: 0;
  background: transparent;
  color: #101a22;
  text-align: center;
  text-transform: uppercase;
  caret-color: #0873b9;
  font: 700 clamp(7px, calc(var(--crossword-cell) * .53), 25px)/1 Georgia, "Times New Roman", serif;
  touch-action: manipulation;
}

.gl-crossword-input.is-wrong {
  background: #fbe2df;
  color: #a5261d;
  box-shadow: inset 0 0 0 clamp(1px, calc(var(--crossword-cell) * .06), 2px) #c94436;
}

.gl-crossword-input.is-hint {
  background: #edf7df;
  color: #1b672f;
}

.gl-crossword-input.is-correct {
  background: #e5f6ea;
  color: #176338;
  box-shadow: inset 0 0 0 clamp(1px, calc(var(--crossword-cell) * .06), 2px) #2f9e5b;
}

.gl-crossword-clues {
  display: grid;
  grid-template-rows: minmax(0, 1fr) minmax(0, 1fr);
  min-width: 0;
  overflow: hidden;
  border: 1px solid #c7d1d9;
  border-radius: 8px;
  background: #fff;
}

.gl-crossword-tabs {
  display: none;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid #d3dce3;
}

.gl-crossword-tabs button {
  min-height: 44px;
  border: 0;
  background: #f4f6f7;
  color: #536574;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.gl-crossword-tabs button.is-active {
  background: #102236;
  color: #fff;
}

.gl-crossword-clue-section {
  min-height: 0;
  overflow: auto;
  padding: 13px 14px 16px;
  border-bottom: 1px solid #d4dde4;
  scrollbar-width: thin;
  scrollbar-color: #aab9c4 #f3f5f6;
}

.gl-crossword-clue-section:last-child {
  border-bottom: 0;
}

.gl-crossword-clue-section h3 {
  position: sticky;
  top: -13px;
  z-index: 3;
  margin: 0 -14px 8px;
  padding: 11px 14px 9px;
  border-bottom: 1px solid #d4dde4;
  background: rgba(255, 255, 255, .97);
  color: #102236;
  font: 700 15px/1.2 Georgia, "Times New Roman", serif;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.gl-crossword-clue-section > div {
  display: grid;
  gap: 2px;
}

.gl-crossword-clue {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) 28px;
  gap: 8px;
  align-items: start;
  width: 100%;
  padding: 8px 7px;
  border: 1px solid transparent;
  border-radius: 6px;
  background: transparent;
  color: #1d2c38;
  text-align: left;
  cursor: pointer;
  transition: background .16s ease, border-color .16s ease, color .16s ease;
}

.gl-crossword-clue:hover {
  border-color: #d8e2e9;
  background: #f2f6f9;
}

.gl-crossword-clue.is-active {
  border-color: #83b9dc;
  background: #e9f4fb;
  color: #075f9b;
}

.gl-crossword-clue.is-correct {
  border-color: #7cc894;
  background: #eef9f1;
}

.gl-crossword-clue.is-wrong {
  border-color: #d77c74;
  background: #fff1ef;
}

.gl-crossword-clue b {
  color: #0873b9;
  font-size: 12px;
  line-height: 1.55;
}

.gl-crossword-clue span {
  font-size: 12px;
  line-height: 1.5;
}

.gl-crossword-clue small {
  color: #87939c;
  font-size: 10px;
  line-height: 1.85;
  text-align: right;
}

.gl-playable-puzzle.is-complete .gl-crossword-board {
  box-shadow: 0 0 0 4px rgba(31, 150, 87, .24), 0 16px 34px rgba(10, 29, 45, .16);
}

.gl-coded-preview span.is-clue {
  background: #111 !important;
}

@media (max-width: 1100px) {
  .gl-crossword-layout {
    grid-template-columns: minmax(0, 1fr) minmax(300px, .75fr);
  }

  .gl-crossword-active {
    grid-template-columns: 100px minmax(0, 1fr);
  }
}

@media (max-width: 900px) {
  .gl-game-stage:has(.gl-crossword-app) {
    padding: 8px;
  }

  .gl-crossword-app {
    gap: 9px;
  }

  .gl-crossword-active {
    position: sticky;
    top: 6px;
    grid-template-columns: 78px minmax(0, 1fr);
    gap: 7px 11px;
    padding: 11px 12px 12px;
    border-radius: 8px;
    box-shadow: 0 9px 26px rgba(13, 36, 54, .13);
  }

  .gl-crossword-active-copy > strong {
    font-size: 16px;
  }

  .gl-crossword-active-copy > p {
    font-size: 12px;
    line-height: 1.4;
  }

  .gl-crossword-entry-strip {
    gap: 4px;
  }

  .gl-crossword-entry-strip button {
    width: 29px;
    height: 29px;
    font-size: 16px;
  }

  .gl-crossword-toolbar {
    grid-template-columns: 1fr auto;
    gap: 8px;
    padding: 7px;
  }

  .gl-crossword-toolbar small {
    display: none;
  }

  .gl-crossword-nav-buttons {
    min-width: 0;
  }

  .gl-crossword-nav-buttons button {
    flex: 1;
  }

  .gl-crossword-questions-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .gl-crossword-layout {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .gl-crossword-board-scroll {
    padding: 6px;
    border-radius: 7px;
  }

  .gl-crossword-clues {
    display: none;
    height: auto !important;
    max-height: min(62vh, 520px);
    grid-template-rows: auto minmax(0, 1fr);
  }

  .gl-crossword-clues.is-open {
    display: grid;
  }

  .gl-crossword-tabs {
    display: grid;
  }

  .gl-crossword-clue-section {
    display: none;
  }

  .gl-crossword-clue-section.is-active {
    display: block;
  }
}

@media (max-width: 520px) {
  .gl-crossword-active {
    top: 4px;
    grid-template-columns: 1fr;
  }

  .gl-crossword-active-kicker {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .gl-crossword-entry-strip button {
    width: 27px;
    height: 27px;
    font-size: 15px;
  }

  .gl-crossword-toolbar button {
    padding: 0 9px;
    font-size: 11px;
  }

  .gl-crossword-nav-buttons button span {
    display: none;
  }

  .gl-crossword-clue {
    grid-template-columns: 24px minmax(0, 1fr) 24px;
    gap: 6px;
    padding: 9px 6px;
  }
}

/* Tamamlanma mesajı */
body.gl-modal-open {
  overflow: hidden;
}

.gl-completion-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(7, 20, 31, .64);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
}

.gl-completion-card {
  position: relative;
  z-index: 2;
  width: min(100%, 500px);
  padding: 32px;
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 30px 80px rgba(5, 17, 27, .28);
  text-align: center;
  animation: gl-completion-in .36s cubic-bezier(.2, .75, .2, 1) both;
}

.gl-completion-card > span {
  color: #0873b9;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.gl-completion-card h2 {
  margin: 8px 0 10px;
  color: #102236;
  font: 600 clamp(30px, 5vw, 44px)/1.05 Georgia, "Times New Roman", serif;
}

.gl-completion-card p {
  max-width: 390px;
  margin: 0 auto;
  color: #536574;
  font-size: 14px;
  line-height: 1.6;
}

.gl-completion-close {
  position: absolute;
  right: 12px;
  top: 12px;
  width: 34px;
  height: 34px;
  border: 1px solid #d3dde4;
  border-radius: 50%;
  background: #fff;
  color: #536574;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.gl-completion-stats {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 10px;
  margin: 22px 0;
}

.gl-completion-stats > span {
  display: grid;
  gap: 3px;
  padding: 12px;
  border: 1px solid #dce4e9;
  border-radius: 9px;
  background: #f7f9fa;
}

.gl-completion-stats small {
  color: #7b8994;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.gl-completion-stats strong {
  color: #17354c;
  font-size: 14px;
}

.gl-completion-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
}

.gl-completion-actions a,
.gl-completion-actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid #102236;
  border-radius: 7px;
  background: #102236;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.gl-completion-actions button {
  background: #fff;
  color: #102236;
}

.gl-completion-confetti {
  position: absolute;
  inset: 12% 15%;
  pointer-events: none;
}

.gl-completion-confetti i {
  --angle: calc(var(--i) * 30deg);
  position: absolute;
  left: 50%;
  top: 46%;
  width: 7px;
  height: 14px;
  border-radius: 2px;
  background: hsl(calc(195 + var(--i) * 11), 68%, 50%);
  transform: rotate(var(--angle)) translateY(-35px);
  animation: gl-confetti .8s calc(var(--i) * 24ms) ease-out both;
}

@keyframes gl-completion-in {
  from { opacity: 0; transform: translateY(16px) scale(.96); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes gl-confetti {
  from { opacity: 0; transform: rotate(var(--angle)) translateY(-20px) scale(.5); }
  45% { opacity: 1; }
  to { opacity: 0; transform: rotate(var(--angle)) translateY(-185px) rotate(180deg); }
}

@media (max-width: 520px) {
  .gl-completion-modal {
    padding: 14px;
  }

  .gl-completion-card {
    padding: 28px 18px 20px;
  }

  .gl-completion-stats,
  .gl-completion-actions {
    grid-template-columns: 1fr;
  }
}

/* Ankara Bulmacası V10 — kodlanmış çözüm tablosu */
.g5-answer .gl-solution-board-wrap{
  padding:20px;
  overflow:auto;
  -webkit-overflow-scrolling:touch;
  background:#f6f7f5;
  border-top:1px solid var(--g5-line);
}
.g5-answer .gl-solution-board{
  display:grid;
  grid-template-columns:repeat(var(--solution-columns),38px);
  width:max-content;
  margin:0 auto;
  border-top:1px solid #18283a;
  border-left:1px solid #18283a;
  background:#fff;
}
.g5-answer .gl-solution-cell{
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  box-sizing:border-box;
  border-right:1px solid #18283a;
  border-bottom:1px solid #18283a;
  color:#102236;
  background:#fff;
  font:700 20px/1 Georgia,"Times New Roman",serif;
  text-transform:uppercase;
}
.g5-answer .gl-solution-cell.is-block{
  background:#102236;
}
@media(max-width:640px){
  .g5-answer .gl-solution-board-wrap{padding:14px 10px}
  .g5-answer .gl-solution-board{grid-template-columns:repeat(var(--solution-columns),30px)}
  .g5-answer .gl-solution-cell{width:30px;height:30px;font-size:16px}
}

