:root { --vsp-red:#c91f32; --vsp-ink:#17191d; --vsp-muted:#66707a; --vsp-line:#dfe3e7; --vsp-soft:#f4f5f6; }
.vspuzzle-shell { width:min(1180px,calc(100% - 32px)); margin:28px auto 56px; color:var(--vsp-ink); font-family:Arial,Helvetica,sans-serif; letter-spacing:0; }
.vspuzzle-shell * { box-sizing:border-box; letter-spacing:0; }
.vspuzzle-breadcrumb { display:flex; gap:8px; margin-bottom:18px; color:var(--vsp-muted); font-size:13px; }
.vspuzzle-breadcrumb a { color:inherit; text-decoration:none; }
.vspuzzle-kicker { margin:0 0 7px; color:var(--vsp-red); font-size:12px; font-weight:800; }
.vspuzzle-game-header { display:flex; align-items:flex-end; justify-content:space-between; gap:24px; padding-bottom:18px; border-bottom:3px solid var(--vsp-ink); }
.vspuzzle-game-header h1 { margin:0; color:var(--vsp-ink); font-size:clamp(28px,4vw,46px); line-height:1.05; font-weight:800; }
.vspuzzle-archive h1.vspuzzle-archive-title { margin:0; font-size:inherit; font-weight:inherit; line-height:inherit; color:inherit; }
.vspuzzle-game-header time { display:block; margin-top:8px; color:var(--vsp-muted); font-size:14px; }
.vspuzzle-social-bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 14px 24px;
    margin: 14px 0 4px;
    padding: 12px 0 14px;
    border-bottom: 1px solid var(--vsp-line);
}
.vspuzzle-social-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 12px;
}
.vspuzzle-social-label {
    color: var(--vsp-muted);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.vspuzzle-social-icons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}
.vspuzzle-social-btn {
    display: inline-grid;
    place-items: center;
    width: 38px;
    height: 38px;
    padding: 0;
    border: 0;
    border-radius: 10px;
    color: #fff;
    background: #374151;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.15s ease, filter 0.15s ease, background 0.15s ease;
}
.vspuzzle-social-btn svg {
    width: 18px;
    height: 18px;
    display: block;
}
.vspuzzle-social-btn:hover,
.vspuzzle-social-btn:focus {
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
    filter: brightness(1.06);
}
.vspuzzle-social-btn.is-facebook { background: #1877f2; }
.vspuzzle-social-btn.is-twitter { background: #111827; }
.vspuzzle-social-btn.is-whatsapp { background: #25d366; }
.vspuzzle-social-btn.is-email { background: #6b7280; }
.vspuzzle-social-btn.is-copy { background: var(--vsp-red); }
.vspuzzle-social-btn.is-copy.is-copied { background: #059669; }
.vspuzzle-social-btn.is-follow.is-facebook { background: #1877f2; }
.vspuzzle-social-btn.is-follow.is-twitter { background: #111827; }
.vspuzzle-social-btn.is-follow.is-instagram { background: linear-gradient(45deg, #f58529, #dd2a7b 50%, #8134af); }
.vspuzzle-social-btn.is-follow.is-youtube { background: #ff0000; }
.vspuzzle-social-btn.is-follow.is-linkedin { background: #0a66c2; }
.vspuzzle-stats { display:flex; flex:0 0 auto; border:1px solid var(--vsp-line); }
.vspuzzle-stats span { min-width:84px; padding:9px 14px; text-align:center; }
.vspuzzle-stats span+span { border-left:1px solid var(--vsp-line); }
.vspuzzle-stats small,.vspuzzle-stats strong { display:block; }
.vspuzzle-stats small { color:var(--vsp-muted); font-size:10px; text-transform:uppercase; }
.vspuzzle-stats strong { margin-top:2px; font-size:17px; }
.vspuzzle-clue-navigator { display:grid; grid-template-columns:44px minmax(0,1fr) 44px; align-items:stretch; margin-top:12px; overflow:hidden; border-radius:7px; background:var(--vsp-red); box-shadow:0 2px 7px rgba(0,0,0,.18); }
.vspuzzle-clue-navigator>button { display:grid; place-items:center; padding:0; border:0; background:rgba(255,255,255,.14); color:#fff; font-size:28px; line-height:1; cursor:pointer; }
.vspuzzle-clue-navigator>button:hover { background:rgba(0,0,0,.12); }
.vspuzzle-active-clue { display:flex; align-items:center; gap:12px; min-height:54px; padding:8px 12px; color:#fff; }
.vspuzzle-active-clue strong { display:grid; place-items:center; min-width:28px; height:28px; border:1px solid rgba(255,255,255,.45); font-size:13px; }
.vspuzzle-active-clue span { font-size:15px; font-weight:700; }
.vspuzzle-active-clue small { display:block; margin-bottom:2px; color:rgba(255,255,255,.82); font-size:9px; font-weight:800; text-transform:uppercase; }
.vspuzzle-size-control { display:flex; align-items:center; justify-content:center; gap:12px; min-height:50px; color:var(--vsp-muted); font-size:12px; }
.vspuzzle-size-control input { width:min(260px,55vw); accent-color:var(--vsp-red); }
.vspuzzle-size-control output { min-width:36px; font-variant-numeric:tabular-nums; }
.vspuzzle-workspace { display:grid; grid-template-columns:minmax(0,1fr) 340px; min-height:570px; border:1px solid var(--vsp-line); border-top:0; }
.vspuzzle-crossword-workspace {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 320px);
    min-height: 0;
    align-items: stretch;
    border: 1px solid var(--vsp-line);
    border-top: 0;
}
.vspuzzle-board-panel { display:grid; place-items:center; min-width:0; padding:18px 28px 24px; background:#f4f1e9; }
.vspuzzle-board { position:relative; display:grid; grid-template-columns:repeat(var(--vspuzzle-cols),1fr); width:min(100%,var(--vspuzzle-board-size,650px)); aspect-ratio:var(--vspuzzle-cols)/var(--vspuzzle-rows); gap:1px; padding:2px; background:#16181b; box-shadow:0 10px 25px rgba(0,0,0,.16); }
.vspuzzle-cell-wrap { position:relative; min-width:0; aspect-ratio:1/1; background:#fff; }
.vspuzzle-cell-wrap.is-black { background:#17191d; }
.vspuzzle-cell { width:100%; height:100%; padding:6px 0 0 0; border:0; outline:0; background:transparent; color:#111; text-align:center; text-transform:uppercase; font-size:clamp(11px,1.9vw,22px); font-weight:600; caret-color:var(--vsp-red); box-sizing:border-box; }
.vspuzzle-cell-wrap.is-active { background:#fff0a8; }
.vspuzzle-cell-wrap:focus-within { z-index:2; box-shadow:inset 0 0 0 3px var(--vsp-red); }
.vspuzzle-cell-wrap.is-wrong { background:#ffd9dd; }
.vspuzzle-cell-wrap.is-correct { background:#dff3e7; }
.vspuzzle-cell-wrap.is-revealed { background:#dce8f7; }
.vspuzzle-cell-number { position:absolute; top:2px; left:3px; z-index:5; color:#111; font-size:clamp(7px,1vw,10px); font-weight:700; line-height:1; pointer-events:none; }
.vspuzzle-photo-clue { position:relative; z-index:8; min-width:0; min-height:0; padding:0; overflow:hidden; border:3px solid #fff; outline:1px solid #17191d; background:#d8dadd; cursor:pointer; }
.vspuzzle-photo-clue img { display:block; width:100%; height:100%; object-fit:cover; object-position:center top; }
.vspuzzle-photo-clue>span { position:absolute; right:5px; bottom:5px; display:grid; place-items:center; width:25px; height:25px; background:var(--vsp-red); color:#fff; font-size:15px; font-weight:900; }
.vspuzzle-photo-clue:hover,.vspuzzle-photo-clue.is-active { border-color:#ffd54a; box-shadow:0 0 0 3px var(--vsp-red); }
.vspuzzle-clue-list button.is-photo-clue>span { display:flex; align-items:flex-start; gap:6px; }
.vspuzzle-clue-list button.is-photo-clue .dashicons { flex:0 0 auto; width:16px; height:16px; color:var(--vsp-red); font-size:16px; }
.vspuzzle-clue-panel { min-width:0; border-left:1px solid var(--vsp-line); background:#fff; }
.vspuzzle-crossword-clues {
    display: flex;
    flex-direction: column;
    min-height: 0;
    max-height: min(78vh, 860px);
    padding: 12px 10px 14px;
    overflow: hidden;
}
.vspuzzle-clue-tabs { display:grid; grid-template-columns:1fr 1fr; border-bottom:1px solid var(--vsp-line); }
.vspuzzle-clue-tabs button { height:48px; border:0; border-bottom:3px solid transparent; background:#fff; color:var(--vsp-muted); font-weight:800; cursor:pointer; }
.vspuzzle-clue-tabs button.is-active { border-bottom-color:var(--vsp-red); color:var(--vsp-ink); }
.vspuzzle-clue-list { display:none; max-height:520px; margin:0; padding:8px 0; overflow:auto; list-style:none; }
.vspuzzle-clue-list.is-active { display:block; }
.vspuzzle-clue-list li { margin:0; }
.vspuzzle-clue-list button { display:grid; grid-template-columns:30px 1fr; gap:8px; width:100%; padding:12px 16px; border:0; border-left:3px solid transparent; background:#fff; color:var(--vsp-ink); text-align:left; cursor:pointer; }
.vspuzzle-clue-list button:hover,.vspuzzle-clue-list button.is-active { border-left-color:var(--vsp-red); background:#f5f6f7; }
.vspuzzle-clue-list strong { color:var(--vsp-red); }
.vspuzzle-clue-list span { font-size:14px; line-height:1.35; }
.vspuzzle-toolbar { display:flex; align-items:center; flex-wrap:wrap; gap:4px; min-height:58px; padding:8px; border:1px solid var(--vsp-line); border-top:0; background:#fff; }
.vspuzzle-crossword-workspace+.vspuzzle-toolbar { justify-content:center; border-top:0; }
.vspuzzle-instant-check { display:flex; align-items:center; gap:7px; min-height:40px; margin-right:6px; padding:0 12px; border:1px solid var(--vsp-line); font-size:12px; font-weight:700; }
.vspuzzle-instant-check input { accent-color:var(--vsp-red); }
.vspuzzle-toolbar button,.vspuzzle-toolbar a { display:inline-flex; align-items:center; justify-content:center; gap:6px; min-height:40px; padding:0 12px; border:1px solid var(--vsp-line); background:#fff; color:var(--vsp-ink); font-size:13px; font-weight:700; line-height:1; text-decoration:none; cursor:pointer; }
.vspuzzle-toolbar button:hover,.vspuzzle-toolbar a:hover { border-color:var(--vsp-ink); }
.vspuzzle-toolbar .dashicons { display:inline-flex; width:17px; height:17px; flex:0 0 17px; align-items:center; justify-content:center; margin:0; font-size:17px; line-height:17px; }
.vspuzzle-result { margin-left:auto; padding:0 8px; color:var(--vsp-muted); font-size:13px; font-weight:700; }
.vspuzzle-result.is-success { color:#087a3b; }
.vspuzzle-clue-columns { display:grid; grid-template-columns:1fr 1fr; gap:18px; width:min(100%,760px); margin:18px auto 0; }
.vspuzzle-crossword-workspace .vspuzzle-clue-columns {
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: 100%;
    margin: 0;
    flex: 1;
    min-height: 0;
    overflow: auto;
    overscroll-behavior: contain;
}
.vspuzzle-clue-column { min-width:0; }
.vspuzzle-clue-column h2 { margin:0; padding:0 4px 8px; border-bottom:2px solid var(--vsp-ink); font-family:Georgia,serif; font-size:14px; text-transform:uppercase; }
.vspuzzle-clue-columns .vspuzzle-clue-list { display:block; max-height:480px; padding:4px 0; overflow:auto; }
.vspuzzle-crossword-workspace .vspuzzle-clue-columns .vspuzzle-clue-list {
    max-height: none;
    overflow: visible;
}
.vspuzzle-clue-columns .vspuzzle-clue-list button { padding:7px 6px; }
.vspuzzle-clue-columns .vspuzzle-clue-list span { font-size:13px; }
.vspuzzle-editorial-note { max-width:760px; margin:22px auto 0; color:var(--vsp-muted); font-size:14px; }
.vspuzzle-dialog[hidden] { display:none; }
.vspuzzle-dialog { position:fixed; inset:0; z-index:100000; display:grid; place-items:center; padding:20px; background:rgba(15,17,20,.68); }
.vspuzzle-dialog>div { width:min(420px,100%); padding:24px; background:#fff; box-shadow:0 20px 60px rgba(0,0,0,.3); }
.vspuzzle-dialog h2 { margin:0 0 8px; font-size:21px; }
.vspuzzle-dialog p { color:var(--vsp-muted); }
.vspuzzle-dialog div div { display:flex; justify-content:flex-end; gap:8px; margin-top:22px; }
.vspuzzle-dialog button { min-height:40px; padding:0 16px; border:1px solid var(--vsp-line); background:#fff; font-weight:700; cursor:pointer; }
.vspuzzle-dialog button.is-danger { border-color:var(--vsp-red); background:var(--vsp-red); color:#fff; }
.vspuzzle-word-search { display:grid; grid-template-columns:repeat(var(--vspuzzle-cols),1fr); width:min(100%,650px); gap:2px; padding:4px; background:#1b1e22; touch-action:none; user-select:none; }
.vspuzzle-load-error { grid-column:1/-1; margin:0; padding:32px 20px; background:#fff; color:#b32d2e; text-align:center; font-size:14px; font-weight:700; line-height:1.5; }
.vspuzzle-ws-cell { position:relative; aspect-ratio:1; min-width:0; padding:0; border:0; background:#fff; color:#17191d; font-size:clamp(12px,2vw,21px); font-weight:800; cursor:crosshair; transition:background-color .12s ease,color .12s ease,box-shadow .12s ease; }
.vspuzzle-ws-cell:hover,.vspuzzle-ws-cell:focus-visible { z-index:1; background:#f1f3f5; box-shadow:inset 0 0 0 3px #d51f36; outline:0; }
.vspuzzle-ws-cell.is-selection-start,.vspuzzle-ws-cell.is-selecting { z-index:2; color:#fff; background:#d51f36; box-shadow:inset 0 0 0 2px #a50f22; }
.vspuzzle-ws-cell.is-found { color:#fff; background:#168255; box-shadow:inset 0 0 0 2px #0c603d; }
.vspuzzle-ws-cell.is-revealed { color:#17191d; background:#ffe78a; box-shadow:inset 0 0 0 2px #d6aa00; }
.vspuzzle-ws-cell.is-invalid { color:#fff; background:#b32d2e; animation:vspuzzle-shake .35s linear; }
.vspuzzle-word-mode .vspuzzle-clue-panel { padding:20px; }
.vspuzzle-word-help { margin:5px 0 14px; color:#50575e; font-size:13px; line-height:1.45; }
.vspuzzle-word-list { display:flex; flex-wrap:wrap; gap:7px; margin:16px 0; padding:0; list-style:none; }
.vspuzzle-word-list li { display:inline-flex; align-items:center; gap:4px; padding:6px 8px; background:var(--vsp-soft); font-size:12px; font-weight:800; transition:background-color .15s ease,color .15s ease,opacity .15s ease; }
.vspuzzle-word-list li .dashicons { display:none; width:14px; height:14px; font-size:14px; }
.vspuzzle-word-list li.is-found { color:#fff; background:#168255; text-decoration:line-through; text-decoration-thickness:2px; }
.vspuzzle-word-list li.is-found .dashicons { display:inline-block; }
.vspuzzle-word-list li.is-revealed:not(.is-found) { color:#6b5500; background:#ffe78a; }
.vspuzzle-result.is-error { color:#b32d2e; }
.vspuzzle-sudoku-game { display:grid; grid-template-columns:minmax(0,1fr) 330px; min-height:610px; margin-top:18px; border:1px solid var(--vsp-line); background:#fff; }
.vspuzzle-sudoku-stage { display:grid; place-items:center; min-width:0; padding:28px; background:#f4f1e9; }
.vspuzzle-sudoku-board { display:grid; grid-template-columns:repeat(9,1fr); width:min(100%,590px); aspect-ratio:1; gap:1px; padding:3px; background:#17191d; box-shadow:0 12px 28px rgba(0,0,0,.16); }
.vspuzzle-sudoku-cell { position:relative; display:grid; place-items:center; min-width:0; padding:0; border:0; background:#fff; color:#1b1e22; font-size:clamp(17px,3vw,32px); font-weight:700; cursor:pointer; }
.vspuzzle-sudoku-cell:nth-child(3n) { border-right:2px solid #17191d; }
.vspuzzle-sudoku-cell:nth-child(9n) { border-right:0; }
.vspuzzle-sudoku-cell:nth-child(n+19):nth-child(-n+27),.vspuzzle-sudoku-cell:nth-child(n+46):nth-child(-n+54) { border-bottom:2px solid #17191d; }
.vspuzzle-sudoku-cell.is-clue { background:#eef0f2; color:#111; font-weight:900; }
.vspuzzle-sudoku-cell.is-related { background:#f2f4f6; }
.vspuzzle-sudoku-cell.is-same { background:#dce8f7; }
.vspuzzle-sudoku-cell.is-selected { z-index:2; background:#fff0a8; box-shadow:inset 0 0 0 3px var(--vsp-red); outline:0; }
.vspuzzle-sudoku-cell.is-wrong { color:#b51228; background:#ffd9dd; }
.vspuzzle-sudoku-notes { display:grid; grid-template-columns:repeat(3,1fr); width:100%; height:100%; padding:3px; }
.vspuzzle-sudoku-notes i { display:grid; place-items:center; color:#5c6670; font-size:clamp(7px,1.2vw,11px); font-style:normal; font-weight:600; }
.vspuzzle-sudoku-side { padding:26px; border-left:1px solid var(--vsp-line); }
.vspuzzle-sudoku-side .vspuzzle-section-label { margin:0; color:var(--vsp-red); font-size:10px; font-weight:800; }
.vspuzzle-sudoku-side h2 { margin:4px 0 12px; font-size:28px; }
.vspuzzle-sudoku-side>p:not(.vspuzzle-section-label):not(.vspuzzle-result) { color:var(--vsp-muted); font-size:13px; line-height:1.5; }
.vspuzzle-sudoku-keypad { display:grid; grid-template-columns:repeat(3,1fr); gap:6px; margin:24px 0 14px; }
.vspuzzle-sudoku-keypad button { aspect-ratio:1.45; border:1px solid var(--vsp-line); background:#fff; color:var(--vsp-ink); font-size:22px; font-weight:800; cursor:pointer; }
.vspuzzle-sudoku-keypad button:hover,.vspuzzle-sudoku-keypad button:focus-visible { border-color:var(--vsp-red); color:var(--vsp-red); outline:0; }
.vspuzzle-sudoku-actions { display:grid; grid-template-columns:1fr 1fr; gap:6px; }
.vspuzzle-sudoku-actions button { display:inline-flex; min-height:42px; align-items:center; justify-content:center; gap:6px; border:1px solid var(--vsp-line); background:#fff; color:var(--vsp-ink); font-weight:700; line-height:1; cursor:pointer; }
.vspuzzle-sudoku-actions button.is-active { border-color:var(--vsp-red); background:var(--vsp-red); color:#fff; }
.vspuzzle-sudoku-actions .dashicons { display:inline-flex; width:17px; height:17px; flex:0 0 17px; align-items:center; justify-content:center; margin:0; font-size:17px; line-height:17px; }
.vspuzzle-sudoku-side .vspuzzle-result { display:block; min-height:38px; margin:16px 0 0; padding:9px 0; line-height:1.4; }
@keyframes vspuzzle-shake { 0%,100%{transform:translateX(0)} 25%{transform:translateX(-2px)} 75%{transform:translateX(2px)} }
.vspuzzle-hub {
    --vsp-hub-navy: #14181f;
    --vsp-hub-paper: #f6f3ef;
    --vsp-hub-card: #ffffff;
    --vsp-hub-red: #e11d48;
    --vsp-hub-font: "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
    --vsp-zinc-800: #27272a;
    --vsp-zinc-900: #18181b;
    position: relative;
    width: min(1120px, calc(100% - 40px));
    margin: 36px auto 72px;
    padding: 8px 0 24px;
    isolation: isolate;
    font-family: var(--vsp-hub-font);
}
.vatan-site-wrapper .vspuzzle-hub :not(.dashicons):not(.dashicons-before):not([class*="fa-"]):not(.material-icons) {
    font-family: var(--vsp-hub-font) !important;
}
.vspuzzle-hub::before {
    content: "";
    position: absolute;
    inset: -28px -18px auto;
    height: 280px;
    z-index: -1;
    border-radius: 28px;
    background:
        radial-gradient(ellipse 48% 70% at 8% 20%, rgba(201, 31, 50, 0.07), transparent 70%),
        radial-gradient(ellipse 42% 65% at 92% 18%, rgba(45, 90, 160, 0.07), transparent 70%),
        linear-gradient(180deg, var(--vsp-hub-paper) 0%, transparent 100%);
    pointer-events: none;
}
.vspuzzle-hub>header {
    padding: 32px 0 24px;
    border-bottom: 3px solid var(--vsp-ink);
}
.vspuzzle-hub > .vspuzzle-hub-hero {
    max-width: 640px;
    padding: 12px 0 8px;
    border-bottom: 0;
}
.vspuzzle-hub-title {
    display: grid;
    gap: 2px;
    margin: 0;
    line-height: 0.98;
}
.vspuzzle-hub-brand {
    color: var(--vsp-hub-red);
    font-size: clamp(28px, 3.6vw, 40px);
    font-weight: 800;
    letter-spacing: -0.03em;
}
.vspuzzle-hub-name {
    color: var(--vsp-hub-navy);
    font-size: clamp(40px, 5.2vw, 62px);
    font-weight: 800;
    letter-spacing: -0.04em;
}
.vspuzzle-hub-lead,
.vspuzzle-hub>header>p:last-child {
    max-width: 36rem;
    margin: 16px 0 0;
    color: #5c6570;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.55;
}
.vspuzzle-game-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-top: 34px;
    align-items: stretch;
}
.vspuzzle-game-card {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    height: 100%;
    min-height: 0;
    overflow: hidden;
    padding: 32px;
    border: 1px solid #27272a;
    border-radius: 20px;
    background: #000000;
    box-shadow: none;
    transition: border-color 0.18s ease, transform 0.18s ease;
}
.vspuzzle-game-card:hover {
    border-color: #3f3f46;
    transform: translateY(-2px);
}
.vspuzzle-game-card-main {
    display: contents;
}
.vspuzzle-card-stack {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 100%;
    min-width: 0;
    text-align: center;
}
.vspuzzle-card-art {
    display: grid;
    place-items: center;
    width: 100%;
    min-height: 96px;
    margin: 0;
    padding: 0;
    background: transparent;
}
.vspuzzle-svg-art {
    width: 96px;
    height: auto;
    display: block;
}
.vspuzzle-card-copyblock {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: 100%;
}
.vatan-site-wrapper .vspuzzle-hub .vspuzzle-game-card h2:not(.dashicons):not(.dashicons-before):not([class*="fa-"]):not(.material-icons),
.vspuzzle-game-card h2 {
    margin: 0;
    color: #ffffff;
    font-size: 22px !important;
    font-weight: 700 !important;
    letter-spacing: -0.02em;
    line-height: 1.25;
    text-align: center;
}
.vspuzzle-card-copy,
.vspuzzle-game-card p {
    margin: 0;
    max-width: 28ch;
    color: #a1a1aa;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
}
.vspuzzle-card-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    width: 100%;
    margin-top: auto;
    padding-top: 24px;
}
.vspuzzle-card-cta {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 14px 16px !important;
    border: 0;
    border-radius: 12px;
    background: #e11d48;
    color: #ffffff !important;
    font-size: 0.875rem !important;
    font-weight: 600 !important;
    letter-spacing: -0.01em;
    line-height: 1.25 !important;
    text-align: center;
    text-decoration: none !important;
    box-shadow: none;
    transition: background-color 0.18s ease;
}
.vspuzzle-card-cta > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    line-height: 1.25;
    color: inherit;
}
.vspuzzle-card-cta:hover {
    background: #be123c;
    color: #ffffff !important;
    filter: none;
    box-shadow: none;
    transform: none;
}
.vspuzzle-card-archive {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    color: #71717a;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.3;
    text-decoration: none;
}
.vspuzzle-card-archive:hover {
    color: #e4e4e7;
}
.vspuzzle-primary-link,
.vspuzzle-secondary-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 42px;
    margin: 0;
    padding: 0 16px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
}
.vspuzzle-primary-link {
    background: #e11d48;
    color: #fff;
    box-shadow: 0 6px 16px rgba(225, 29, 72, 0.28);
}
.vspuzzle-primary-link span {
    font-size: 18px;
    line-height: 1;
    transform: translateY(-1px);
}
.vspuzzle-primary-link:hover {
    background: #be123c;
    color: #fff;
}
.vspuzzle-secondary-link {
    border: 0;
    background: transparent;
    color: #66707a;
    padding: 0 4px;
    font-weight: 600;
}
.vspuzzle-secondary-link:hover {
    border-color: transparent;
    color: var(--vsp-hub-navy);
}
.vspuzzle-game-card.is-coming {
    padding: 32px;
    background: #000;
}
.vspuzzle-game-card.is-coming>.dashicons {
    width: 44px;
    height: 44px;
    color: #e11d48;
    font-size: 44px;
}
.vspuzzle-archive {
    --vsp-hub-navy: #14181f;
    --vsp-hub-paper: #f6f3ef;
    --vsp-hub-red: #e11d48;
    position: relative;
    isolation: isolate;
}
.vspuzzle-archive::before {
    content: "";
    position: absolute;
    inset: -24px -12px auto;
    height: 260px;
    z-index: -1;
    border-radius: 28px;
    background:
        radial-gradient(ellipse 48% 70% at 10% 18%, rgba(201, 31, 50, 0.08), transparent 70%),
        radial-gradient(ellipse 40% 60% at 92% 22%, rgba(45, 90, 160, 0.07), transparent 70%),
        linear-gradient(180deg, var(--vsp-hub-paper) 0%, transparent 100%);
    pointer-events: none;
}
.vspuzzle-archive > .vspuzzle-archive-hero {
    padding: 8px 0 32px;
    border-bottom: 0;
    text-align: center;
}
.vspuzzle-archive-page-title {
    margin: 0 !important;
    color: var(--vsp-hub-navy) !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: clamp(34px, 5vw, 48px) !important;
    font-weight: 800 !important;
    letter-spacing: -0.035em;
    line-height: 1.05 !important;
}
.vspuzzle-archive-lead {
    max-width: 36rem;
    margin: 14px auto 0;
    color: #5c6570;
    font-size: 16px;
    line-height: 1.55;
}
.vspuzzle-archive-hero .vspuzzle-breadcrumb {
    justify-content: center;
}
.vspuzzle-archive-section-title {
    margin: 0 0 18px !important;
    padding-bottom: 10px !important;
    border-bottom: 3px solid var(--vsp-hub-red) !important;
    color: var(--vsp-hub-navy) !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 20px !important;
    font-weight: 800 !important;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    background: none !important;
    padding-left: 0 !important;
}
.vspuzzle-archive-today {
    margin: 0 0 36px;
}
.vspuzzle-today-card {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 28px;
    align-items: center;
    padding: 24px;
    border: 1px solid rgba(23, 25, 29, 0.08);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(20, 24, 31, 0.05);
}
.vspuzzle-today-thumb {
    overflow: hidden;
    width: 100%;
    aspect-ratio: 4 / 3;
    border: 1px solid rgba(23, 25, 29, 0.08);
    border-radius: 12px;
    background: #faf8f5;
}
.vspuzzle-today-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.vspuzzle-today-thumb .vspuzzle-mini-grid--hero {
    width: 100%;
    height: 100%;
    place-content: center;
    border-radius: 0;
}
.vspuzzle-today-body {
    min-width: 0;
}
.vspuzzle-today-date {
    display: block;
    margin: 0 0 8px;
    color: #888;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.vspuzzle-today-title {
    margin: 0 0 8px !important;
    color: var(--vsp-hub-navy) !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: clamp(22px, 3vw, 28px) !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    letter-spacing: -0.02em;
}
.vspuzzle-today-author {
    margin: 0 0 20px;
    color: #666;
    font-size: 14px;
}
.vspuzzle-today-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 46px;
    padding: 0 22px;
    border-radius: 8px;
    background: var(--vsp-hub-red);
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(225, 29, 72, 0.22);
    transition: background 0.15s ease, transform 0.15s ease;
}
.vspuzzle-today-cta:hover {
    background: #be123c;
    transform: translateY(-1px);
}
.vspuzzle-archive-month-title {
    margin: 28px 0 14px;
    color: #555;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.vspuzzle-archive-month-title:first-of-type {
    margin-top: 8px;
}
.vspuzzle-mini-grid {
    display: grid;
    gap: 3px;
    padding: 10px;
    background: #17191d;
    border-radius: 10px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}
.vspuzzle-mini-grid--crossword {
    grid-template-columns: repeat(5, 18px);
}
.vspuzzle-mini-grid--crossword span {
    width: 18px;
    height: 18px;
    background: #fff;
}
.vspuzzle-mini-grid--crossword span.is-black {
    background: #17191d;
    box-shadow: inset 0 0 0 1px #2a2e34;
}
.vspuzzle-mini-grid--sudoku {
    grid-template-columns: repeat(3, 22px);
}
.vspuzzle-mini-grid--sudoku span {
    display: grid;
    place-items: center;
    width: 22px;
    height: 22px;
    background: #fff;
    color: #17191d;
    font-size: 11px;
    font-weight: 800;
}
.vspuzzle-mini-tiles {
    display: flex;
    gap: 8px;
}
.vspuzzle-mini-tiles span {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
}
.vspuzzle-mini-tiles span:nth-child(1) { background: #ef4444; }
.vspuzzle-mini-tiles span:nth-child(2) { background: #eab308; color: #111; }
.vspuzzle-mini-tiles span:nth-child(3) { background: #3b82f6; }
.vspuzzle-archive-panel {
    margin-top: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    backdrop-filter: none;
}
.vspuzzle-archive-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin: 0 0 8px;
}
.vspuzzle-archive-card {
    margin: 0;
    border: 1px solid #e7e9ec;
    border-radius: 16px;
    background: #fff;
    overflow: hidden;
    transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}
.vspuzzle-archive-card:hover {
    transform: translateY(-2px);
    border-color: rgba(225, 29, 72, 0.35);
    box-shadow: 0 14px 28px rgba(20, 24, 31, 0.08);
}
.vspuzzle-archive-card.is-latest {
    border-color: rgba(225, 29, 72, 0.45);
    box-shadow: 0 10px 24px rgba(225, 29, 72, 0.08);
}
.vspuzzle-archive-card-link {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    min-height: 128px;
    color: inherit;
    text-decoration: none;
}
.vspuzzle-archive-card-link:hover,
.vspuzzle-archive-card-link:focus {
    color: inherit;
    text-decoration: none;
}
.vspuzzle-archive-date {
    position: relative;
    display: grid;
    align-content: center;
    justify-items: center;
    gap: 2px;
    padding: 16px 10px;
    background:
        linear-gradient(180deg, #faf8f5 0%, #f1eee9 100%);
    border-right: 1px solid #eceef1;
    text-align: center;
}
.vspuzzle-archive-date strong {
    color: var(--vsp-hub-red);
    font-size: 34px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.04em;
}
.vspuzzle-archive-month {
    color: #6b7280;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}
.vspuzzle-archive-weekday {
    color: #9aa3ad;
    font-size: 11px;
    font-weight: 600;
}
.vspuzzle-archive-badge {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    padding: 3px 8px;
    border-radius: 999px;
    background: var(--vsp-hub-red);
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    white-space: nowrap;
}
.vspuzzle-archive-card.is-latest .vspuzzle-archive-date {
    padding-top: 28px;
}
.vspuzzle-archive-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 14px;
    padding: 18px 18px 18px 16px;
    min-width: 0;
}
.vspuzzle-archive-card-title {
    margin: 0 !important;
    color: var(--vsp-hub-navy) !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    line-height: 1.3 !important;
    letter-spacing: -0.01em;
}
.vspuzzle-archive a .vspuzzle-archive-cta {
    display: inline-flex !important;
    align-items: center;
    gap: 6px;
    align-self: flex-start;
    min-height: 34px;
    padding: 0 12px !important;
    border-radius: 8px !important;
    background: var(--vsp-hub-red) !important;
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    transition: background 0.15s ease;
}
.vspuzzle-archive-card:hover .vspuzzle-archive-cta {
    background: #be123c !important;
}
.vspuzzle-archive-empty {
    display: grid;
    gap: 16px;
    justify-items: start;
    padding: 36px 8px;
}
.vspuzzle-archive-empty p {
    margin: 0;
    color: #5c6570;
    font-size: 15px;
}
.vspuzzle-empty { padding:80px 20px; text-align:center; }
.vspuzzle-crossword-unready {
    margin: 18px 0;
    padding: 28px 22px;
    border: 1px solid #f0c7c8;
    background: #fff5f5;
    text-align: left;
}
.vspuzzle-crossword-unready h2 {
    margin: 0 0 8px;
    font-size: 20px;
    color: #8a1f1f;
}
.vspuzzle-crossword-unready p {
    margin: 0;
    color: #5c2b2b;
    line-height: 1.55;
}
@media (max-width:1100px) {
    .vspuzzle-game-grid { gap:16px; }
    .vspuzzle-game-card { padding:28px; }
    .vspuzzle-game-card h2 { font-size:20px !important; }
    .vspuzzle-card-art { min-height:88px; }
}
@media (max-width:900px) {
    .vspuzzle-workspace:not(.vspuzzle-crossword-workspace),
    .vspuzzle-sudoku-game,
    .vspuzzle-crossword-workspace { grid-template-columns:1fr; }
    .vspuzzle-sudoku-side { border-top:1px solid var(--vsp-line); border-left:0; }
    .vspuzzle-clue-panel { border-top:1px solid var(--vsp-line); border-left:0; }
    .vspuzzle-crossword-clues {
        max-height: none;
        padding: 14px 12px 16px;
        overflow: visible;
    }
    .vspuzzle-crossword-workspace .vspuzzle-board-panel {
        position: sticky;
        top: 0;
        z-index: 6;
        padding: 12px;
    }
    .vspuzzle-crossword-workspace .vspuzzle-clue-columns {
        display: grid;
        grid-template-columns: 1fr 1fr;
        overflow: visible;
    }
    .vspuzzle-clue-list { max-height:280px; }
    .vspuzzle-hub { width:min(100% - 24px,1120px); margin-top:20px; }
    .vspuzzle-game-grid { grid-template-columns:1fr; gap:16px; margin-top:24px; }
    .vspuzzle-archive-grid { grid-template-columns:1fr 1fr; }
    .vspuzzle-today-card { grid-template-columns:180px minmax(0,1fr); gap:20px; padding:20px; }
    .vspuzzle-archive-card:hover { transform:none; }
    .vspuzzle-game-card:hover { transform:none; }
    .vspuzzle-game-card { padding:24px; border-radius:20px; }
    .vspuzzle-card-art { min-height:84px; }
}
@media (max-width:600px) {
    .vspuzzle-shell { width:min(100% - 16px,1180px); margin-top:14px; }
    .vspuzzle-hub { width:min(100% - 16px,1120px); margin:14px auto 48px; }
    .vspuzzle-hub-brand { font-size:24px; }
    .vspuzzle-hub-name { font-size:36px; }
    .vspuzzle-hub-lead { font-size:15px; }
    .vspuzzle-game-header { align-items:flex-start; flex-direction:column; }
    .vspuzzle-game-header h1 { font-size:28px; }
    .vspuzzle-social-bar { flex-direction:column; align-items:flex-start; gap:12px; }
    .vspuzzle-social-btn { width:36px; height:36px; border-radius:9px; }
    .vspuzzle-stats { width:100%; }
    .vspuzzle-stats span { flex:1; }
    .vspuzzle-clue-navigator { grid-template-columns:38px minmax(0,1fr) 38px; }
    .vspuzzle-active-clue { min-height:48px; padding:7px 9px; }
    .vspuzzle-active-clue span { font-size:13px; }
    .vspuzzle-size-control { min-height:42px; }
    .vspuzzle-board-panel,
    .vspuzzle-sudoku-stage { padding:8px; }
    .vspuzzle-board { width:100%; }
    .vspuzzle-cell { font-size:clamp(10px,4.2vw,18px); }
    .vspuzzle-sudoku-game { min-height:0; }
    .vspuzzle-sudoku-board { width:100%; }
    .vspuzzle-sudoku-cell { font-size:clamp(16px,7vw,25px); }
    .vspuzzle-sudoku-side { padding:18px; }
    .vspuzzle-sudoku-keypad { grid-template-columns:repeat(9,1fr); gap:3px; }
    .vspuzzle-sudoku-keypad button { aspect-ratio:1; font-size:16px; }
    .vspuzzle-word-search { gap:1px; padding:2px; }
    .vspuzzle-ws-cell { font-size:clamp(11px,4vw,17px); }
    .vspuzzle-word-mode .vspuzzle-clue-panel { padding:14px; }
    .vspuzzle-toolbar { position:sticky; bottom:0; z-index:20; }
    .vspuzzle-toolbar button,
    .vspuzzle-toolbar a { flex:1; justify-content:center; min-width:64px; padding:0 5px; font-size:10px; }
    .vspuzzle-instant-check { order:-1; width:100%; justify-content:center; margin:0; }
    .vspuzzle-result { width:100%; margin:4px 0; text-align:center; }
    .vspuzzle-clue-columns { grid-template-columns:1fr; }
    .vspuzzle-crossword-workspace .vspuzzle-clue-columns { grid-template-columns:1fr; }
    .vspuzzle-clue-columns .vspuzzle-clue-list { max-height:none; overflow:visible; }
    .vspuzzle-archive-grid { grid-template-columns:1fr; }
    .vspuzzle-archive-page-title { font-size:32px; }
    .vspuzzle-today-card { grid-template-columns:1fr; gap:16px; padding:16px; }
    .vspuzzle-today-thumb { aspect-ratio:16 / 10; max-width:280px; }
    .vspuzzle-archive-card-link { grid-template-columns:88px minmax(0,1fr); min-height:116px; }
    .vspuzzle-archive > .vspuzzle-archive-hero { text-align:left; }
    .vspuzzle-archive-hero .vspuzzle-breadcrumb { justify-content:flex-start; }
    .vspuzzle-archive-lead { margin-left:0; }
    .vspuzzle-card-actions { gap:10px; }
}
