.thc-app{--thc-color-primary:#fd5638;--thc-color-primary-dark:#e9472d;--thc-color-accent:#01a0ac;--thc-color-accent-dark:#008997;--thc-color-navy:#012952;--thc-color-gold:#fdb002;--thc-color-mint:#edfafa;--thc-color-cream:#fff8ef;--thc-color-ink:#15324b;--thc-color-muted:#697b8b;--thc-color-line:#e7edf1;font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif;color:var(--thc-color-ink);max-width:1180px;margin:24px auto;line-height:1.45}.thc-app *{box-sizing:border-box}.thc-app .thc-shell{background:#fff;border:1px solid var(--thc-color-line);border-radius:24px;box-shadow:0 18px 55px rgba(20,60,45,.08);overflow:hidden}.thc-app .thc-hero{padding:54px 54px 44px;background:linear-gradient(135deg,#f8fcfa,#edf8f3)}.thc-app .thc-eyebrow{font-size:13px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--thc-color-primary)}.thc-app .thc-hero h2{font-size:clamp(30px,5vw,52px);line-height:1.05;margin:12px 0 16px}.thc-app .thc-hero p{max-width:720px;font-size:18px;color:var(--thc-color-muted)}.thc-app .thc-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}.thc-app .thc-btn{appearance:none;border:0;border-radius:12px;padding:13px 19px;font:inherit;font-weight:750;cursor:pointer;background:var(--thc-color-primary);color:#fff}.thc-app .thc-btn:hover{background:var(--thc-color-primary-dark);color:#fff}.thc-app .thc-btn.thc-secondary{background:#fff;color:var(--thc-color-ink);border:1px solid var(--thc-color-line)}.thc-app .thc-btn:disabled{opacity:.45;cursor:not-allowed}.thc-app .thc-dashboard{padding:28px 54px 50px}.thc-app .thc-statgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.thc-app .thc-stat{border:1px solid var(--thc-color-line);border-radius:18px;padding:20px}.thc-app .thc-stat strong{display:block;font-size:26px}.thc-app .thc-step{padding:34px 40px 44px}.thc-app .thc-stephead{display:flex;justify-content:space-between;gap:24px;align-items:flex-start;margin-bottom:25px}.thc-app .thc-stephead h2{margin:0 0 6px;font-size:30px}.thc-app .thc-stephead p{margin:0;color:var(--thc-color-muted)}.thc-app .thc-progress{font-weight:800;color:var(--thc-color-primary);white-space:nowrap}.thc-app .thc-toolbar{display:flex;gap:12px;align-items:center;margin-bottom:18px;flex-wrap:wrap}.thc-app .thc-search{flex:1;min-width:230px;border:1px solid var(--thc-color-line)!important;border-radius:12px!important;padding:11px 13px!important;background:#fff!important}.thc-app .thc-location-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(135px,1fr));gap:12px}.thc-app .thc-location{border:1px solid var(--thc-color-line);background:#fff;border-radius:16px;padding:14px 10px 12px;min-height:136px;text-align:center;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;transition:.15s}.thc-app .thc-location:hover{transform:translateY(-2px);border-color:#9bc9b6}.thc-app .thc-location.thc-selected{border:2px solid var(--thc-color-primary);background:var(--thc-color-mint);padding:13px 9px 11px}.thc-app .thc-location img{width:52px;height:52px;object-fit:contain}.thc-app .thc-location span{font-weight:700;font-size:14px;line-height:1.2}.thc-app .thc-sticky{position:sticky;bottom:12px;z-index:60;isolation:isolate;margin-top:22px;background:rgba(255,255,255,.95);backdrop-filter:blur(8px);border:1px solid var(--thc-color-line);border-radius:16px;padding:12px 14px;display:flex;align-items:center;justify-content:space-between;gap:16px;box-shadow:0 12px 35px rgba(20,60,45,.12)}.thc-app .thc-age-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;max-width:760px;margin:18px auto}.thc-app .thc-age{border:1px solid var(--thc-color-line);border-radius:20px;padding:30px;text-align:center;cursor:pointer;background:#fff}.thc-app .thc-age:hover, .thc-app .thc-age.thc-selected{border:2px solid var(--thc-color-primary);background:var(--thc-color-mint);padding:29px}.thc-app .thc-age .thc-emoji{font-size:48px}.thc-app .thc-age h3{margin:10px 0 4px}.thc-app .thc-clues{display:grid;gap:20px}.thc-app .thc-clue{border:1px solid var(--thc-color-line);border-radius:18px;overflow:hidden}.thc-app .thc-clue-head{display:flex;justify-content:space-between;gap:15px;padding:15px 18px;background:#f8fbfa;border-bottom:1px solid var(--thc-color-line)}.thc-app .thc-clue-head strong{font-size:17px}.thc-app .thc-clue-body{padding:18px}.thc-app .thc-puzzle-canvas{width:100%;max-width:760px;height:auto;display:block;margin:auto;background:white;border-radius:12px;border:1px solid #e5ebe8}.thc-app .thc-note{font-size:13px;color:var(--thc-color-muted);margin-top:8px}.thc-app .thc-error{padding:12px 14px;background:#fff1ef;color:#8a2c1f;border-radius:12px;margin:12px 0}.thc-app .thc-success{padding:12px 14px;background:#eef8f3;color:#17573f;border-radius:12px;margin:12px 0}.thc-app .thc-modal{position:fixed;inset:0;background:rgba(12,28,23,.55);display:grid;place-items:center;z-index:99999;padding:20px;overflow:hidden;overscroll-behavior:contain;touch-action:auto}.thc-app .thc-modal-card{display:flex;flex-direction:column;min-width:0;min-height:0;background:#fff;width:min(680px,100%);max-width:100%;max-height:88vh;max-height:88dvh;overflow-x:hidden;overflow-y:auto;overscroll-behavior-y:contain;touch-action:pan-y;-webkit-overflow-scrolling:touch;border-radius:20px;padding:24px}.thc-app .thc-game-list{display:grid;gap:10px}.thc-app .thc-game-row{border:1px solid var(--thc-color-line);border-radius:13px;padding:13px;display:flex;justify-content:space-between;align-items:center;gap:14px}@media (max-width:700px){.thc-app .thc-hero, .thc-app .thc-dashboard, .thc-app .thc-step{padding:26px 20px}.thc-app .thc-statgrid{grid-template-columns:1fr}.thc-app .thc-stephead{display:block}.thc-app .thc-location-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.thc-app .thc-age-grid{grid-template-columns:1fr}.thc-app .thc-location{min-height:122px;padding:10px 6px}.thc-app .thc-location img{width:44px;height:44px}}.thc-app .thc-theme-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:14px}.thc-app .thc-theme-card{border:1px solid var(--thc-color-line);border-radius:16px;background:#fff;padding:8px 8px 12px;cursor:pointer;text-align:center;overflow:hidden}.thc-app .thc-theme-card:hover, .thc-app .thc-theme-card.thc-selected{border:2px solid var(--thc-color-primary);background:var(--thc-color-mint);padding:7px 7px 11px}.thc-app .thc-theme-image{width:100%;aspect-ratio:1.42;background-size:cover;background-position:center;border-radius:10px;margin-bottom:9px}.thc-app .thc-theme-card strong{display:block;font-size:14px}.thc-app .thc-selected-theme{height:150px;background-size:cover;background-position:center;border-radius:18px;margin:0 0 20px;display:flex;align-items:end;padding:14px}.thc-app .thc-selected-theme span{background:rgba(255,255,255,.92);border-radius:10px;padding:8px 12px}.thc-app .thc-clue{background-size:cover;background-position:center}.thc-app .thc-clue-head, .thc-app .thc-clue-body{background:rgba(255,255,255,.96)}.thc-app .thc-clue-body{margin:0 12px 12px;border-radius:12px}@media (max-width:700px){.thc-app .thc-theme-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}

/* Review / game builder – original-style two-column puzzle rows */
.thc-app .thc-review-list{display:grid;gap:18px}.thc-app .thc-review-row{display:grid;grid-template-columns:minmax(245px,.82fr) minmax(0,1.7fr);gap:0;border:1px solid var(--thc-color-line);border-radius:20px;overflow:hidden;background:#fff;box-shadow:0 8px 24px rgba(18,57,44,.06)}.thc-app .thc-review-info{position:relative;padding:22px 22px 22px 72px;background:linear-gradient(180deg,#fbfdfc,#f4faf7);border-right:1px solid var(--thc-color-line);display:flex;flex-direction:column;gap:17px}.thc-app .thc-review-number{position:absolute;left:18px;top:20px;width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:var(--thc-color-primary);color:#fff;font-weight:850;font-size:17px}.thc-app .thc-review-location{display:flex;align-items:center;gap:12px}.thc-app .thc-review-location img{width:50px;height:50px;object-fit:contain;flex:0 0 50px}.thc-app .thc-review-location h3{margin:2px 0 0;font-size:21px;line-height:1.15}.thc-app .thc-review-label{display:block;font-size:10px;line-height:1.2;font-weight:850;letter-spacing:.11em;text-transform:uppercase;color:var(--thc-color-primary);margin-bottom:4px}.thc-app .thc-review-description p{margin:0;color:#465b54;font-size:14px;line-height:1.5}.thc-app .thc-review-type strong{font-size:14px}.thc-app .thc-puzzle-card{position:relative;min-width:0;padding:14px 16px 12px;background:#f5faf7;background-image:linear-gradient(rgba(248,252,250,.94),rgba(248,252,250,.94)),var(--thc-theme-image);background-size:cover;background-position:center;outline:none;cursor:pointer}.thc-app .thc-puzzle-card:focus-visible{box-shadow:inset 0 0 0 3px rgba(23,107,77,.3)}.thc-app .thc-puzzle-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px;font-weight:800;color:var(--thc-color-ink)}.thc-app .thc-help{position:relative;width:30px;height:30px;border:1px solid #b9d1c7;border-radius:50%;background:#fff;color:var(--thc-color-primary);font-weight:900;cursor:help;display:grid;place-items:center;padding:0}.thc-app .thc-tooltip{position:absolute;z-index:20;right:0;top:38px;width:min(280px,75vw);padding:11px 13px;background:#17302a;color:#fff;border-radius:10px;text-align:left;font-size:12px;font-weight:500;line-height:1.4;box-shadow:0 10px 28px rgba(0,0,0,.18);opacity:0;visibility:hidden;transform:translateY(-4px);transition:.14s;pointer-events:none}.thc-app .thc-tooltip strong{display:block;font-size:12px;margin-bottom:3px;color:#fff}.thc-app .thc-help:hover .thc-tooltip, .thc-app .thc-help:focus .thc-tooltip, .thc-app .thc-help.thc-is-open .thc-tooltip{opacity:1;visibility:visible;transform:none}.thc-app .thc-puzzle-stage{position:relative;overflow:hidden;border-radius:14px;background:#fff;border:1px solid #e0ebe6}.thc-app .thc-puzzle-stage .thc-puzzle-canvas{border:0;border-radius:0;max-width:none;width:100%;margin:0}.thc-app .thc-solution-overlay{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:24px;background:rgba(18,51,41,.94);color:#fff;opacity:0;visibility:hidden;transition:.18s ease}.thc-app .thc-solution-overlay span{font-size:11px;font-weight:850;letter-spacing:.13em;text-transform:uppercase;color:#b8e7d3}.thc-app .thc-solution-overlay strong{font-size:clamp(25px,4vw,43px);line-height:1.05;margin:7px 0 9px}.thc-app .thc-solution-overlay small{display:block;max-width:540px;font-size:13px;line-height:1.45;color:#e2f1eb}.thc-app .thc-puzzle-card:hover .thc-solution-overlay, .thc-app .thc-puzzle-card:focus-within .thc-solution-overlay, .thc-app .thc-puzzle-card.thc-is-revealed .thc-solution-overlay{opacity:1;visibility:visible}.thc-app .thc-puzzle-card:has(.thc-help:hover) .thc-solution-overlay, .thc-app .thc-puzzle-card:has(.thc-help:focus) .thc-solution-overlay{opacity:0;visibility:hidden}.thc-app .thc-hover-hint{text-align:center;margin-top:8px;color:var(--thc-color-muted);font-size:11px}.thc-app .thc-review-actions{justify-content:flex-end}.thc-app .thc-review-actions .thc-secondary{margin-right:auto}
@media (max-width:820px){.thc-app .thc-review-row{grid-template-columns:1fr}.thc-app .thc-review-info{border-right:0;border-bottom:1px solid var(--thc-color-line);padding:18px 18px 18px 66px}.thc-app .thc-puzzle-card{padding:12px}.thc-app .thc-hover-hint:after{content:" ali tapni kartico";}.thc-app .thc-review-description p{font-size:13px}}
/* 2.4.0 – original-style interactive puzzle resolving */
.thc-app{max-width:none;width:100%;margin:20px 0}.thc-app .thc-shell{overflow:visible}.thc-app .thc-review-step, .thc-app .thc-review-list, .thc-app .thc-review-row, .thc-app .thc-puzzle-card{overflow:visible}.thc-app .thc-review-row{position:relative}.thc-app .thc-puzzle-card{z-index:1;transition:transform .2s ease,box-shadow .2s ease}.thc-app .thc-puzzle-card:hover, .thc-app .thc-puzzle-card.thc-is-revealed, .thc-app .thc-puzzle-card:focus-within{z-index:8}.thc-app .thc-puzzle-stage{position:relative;overflow:visible;min-height:1px}.thc-app .thc-puzzle-stage .thc-puzzle-canvas{display:block;width:100%;height:auto;transition:opacity .35s ease,transform .7s ease,filter .35s ease;transform-origin:center center}.thc-app .thc-puzzle-solved{position:absolute;inset:0;opacity:0;pointer-events:none}.thc-app .thc-puzzle-jumble2:hover .thc-puzzle-solved, .thc-app .thc-puzzle-jumble2.thc-is-revealed .thc-puzzle-solved, .thc-app .thc-puzzle-jumble2:focus-within .thc-puzzle-solved, .thc-app .thc-puzzle-color-coding:hover .thc-puzzle-solved, .thc-app .thc-puzzle-color-coding.thc-is-revealed .thc-puzzle-solved, .thc-app .thc-puzzle-color-coding:focus-within .thc-puzzle-solved, .thc-app .thc-puzzle-fallen-letters:hover .thc-puzzle-solved, .thc-app .thc-puzzle-fallen-letters.thc-is-revealed .thc-puzzle-solved, .thc-app .thc-puzzle-fallen-letters:focus-within .thc-puzzle-solved, .thc-app .thc-puzzle-battleship:hover .thc-puzzle-solved, .thc-app .thc-puzzle-battleship.thc-is-revealed .thc-puzzle-solved, .thc-app .thc-puzzle-battleship:focus-within .thc-puzzle-solved, .thc-app .thc-puzzle-shapes:hover .thc-puzzle-solved, .thc-app .thc-puzzle-shapes.thc-is-revealed .thc-puzzle-solved, .thc-app .thc-puzzle-shapes:focus-within .thc-puzzle-solved{opacity:1}
.thc-app .thc-puzzle-jumble2:hover .thc-puzzle-base, .thc-app .thc-puzzle-jumble2.thc-is-revealed .thc-puzzle-base, .thc-app .thc-puzzle-jumble2:focus-within .thc-puzzle-base{opacity:.12}
/* Original mirror behavior: flip the generated mirrored canvas back to readable form. */
.thc-app .thc-puzzle-mirror:hover .thc-puzzle-base, .thc-app .thc-puzzle-mirror.thc-is-revealed .thc-puzzle-base, .thc-app .thc-puzzle-mirror:focus-within .thc-puzzle-base{transform:scaleX(-1);opacity:1}
/* Original barcode behavior: flatten the perspective until the text becomes readable. */
.thc-app .thc-puzzle-barcode:hover .thc-puzzle-base, .thc-app .thc-puzzle-barcode.thc-is-revealed .thc-puzzle-base, .thc-app .thc-puzzle-barcode:focus-within .thc-puzzle-base{transform:perspective(2000px) rotateX(87deg) scale(2);border:1px solid #333;transition:all 2.5s}
/* Original hieroglyph hover enlarged the puzzle/legend rather than replacing it. */
.thc-app .thc-puzzle-hieroglyphs:hover .thc-puzzle-stage, .thc-app .thc-puzzle-hieroglyphs.thc-is-revealed .thc-puzzle-stage, .thc-app .thc-puzzle-hieroglyphs:focus-within .thc-puzzle-stage{transform:scale(1.55);transform-origin:80% 50%;z-index:20;transition:transform 1s}
/* Fold keeps the original visual idea: mirror the second half on reveal. */
.thc-app .thc-puzzle-fold:hover .thc-puzzle-base, .thc-app .thc-puzzle-fold.thc-is-revealed .thc-puzzle-base, .thc-app .thc-puzzle-fold:focus-within .thc-puzzle-base{transform:scaleX(-1);transform-origin:50% 50%;transition:transform 1s}
/* Types whose original template did not provide a separate solution layer stay unchanged on hover. */
.thc-app .thc-puzzle-accordion .thc-puzzle-solved, .thc-app .thc-puzzle-zigzag .thc-puzzle-solved, .thc-app .thc-puzzle-mirror .thc-puzzle-solved, .thc-app .thc-puzzle-barcode .thc-puzzle-solved, .thc-app .thc-puzzle-hieroglyphs .thc-puzzle-solved, .thc-app .thc-puzzle-fold .thc-puzzle-solved{display:none}
/* Retire the former generic text overlay. */
.thc-app .thc-solution-overlay{display:none!important}
@media (max-width:900px){.thc-app .thc-puzzle-hieroglyphs:hover .thc-puzzle-stage, .thc-app .thc-puzzle-hieroglyphs.thc-is-revealed .thc-puzzle-stage, .thc-app .thc-puzzle-hieroglyphs:focus-within .thc-puzzle-stage{transform:scale(1.15);transform-origin:center}}

/* 2.5.2 – live original-style game editor */
.thc-app .thc-editor-theme{display:grid;grid-template-columns:minmax(220px,1fr) minmax(220px,360px) 132px;gap:18px;align-items:center;padding:18px 20px;margin:0 0 22px;border:1px solid var(--thc-color-line);border-radius:18px;background:linear-gradient(135deg,#f8fcfa,#eef8f3)}
.thc-app .thc-editor-theme strong{display:block;font-size:16px}.thc-app .thc-theme-mini{height:72px;border-radius:12px;background-size:cover;background-position:center;border:1px solid rgba(23,107,77,.15)}
.thc-app .thc-edit-field{display:block}.thc-app .thc-edit-field>span{display:block;font-size:11px;font-weight:800;color:#31534a;margin-bottom:6px}.thc-app .thc-field-input, .thc-app .thc-field-select, .thc-app .thc-field-textarea{width:100%!important;border:1px solid #cfded8!important;border-radius:10px!important;background:#fff!important;color:var(--thc-color-ink)!important;font:inherit!important;box-shadow:none!important}.thc-app .thc-field-input, .thc-app .thc-field-select{min-height:42px;padding:9px 11px!important}.thc-app .thc-field-textarea{min-height:98px;padding:10px 11px!important;resize:vertical}.thc-app .thc-field-input:focus, .thc-app .thc-field-select:focus, .thc-app .thc-field-textarea:focus{border-color:#71af96!important;outline:3px solid rgba(23,107,77,.09)!important}.thc-app .thc-char-count{display:block;text-align:right;color:var(--thc-color-muted);font-size:11px;margin-top:4px}.thc-app .thc-puzzle-usage{font-size:11px;color:var(--thc-color-muted);padding:8px 10px;background:#eef6f2;border-radius:9px}.thc-app .thc-clue-warning{font-size:12px;color:#8a2c1f;background:#fff1ef;border:1px solid #f2d0ca;border-radius:9px;padding:8px 10px}.thc-app .thc-clue-warning[hidden]{display:none}.thc-app .thc-themed-sheet{padding:34px;background-image:linear-gradient(rgba(255,255,255,.10),rgba(255,255,255,.10)),var(--thc-theme-image);background-size:cover;background-position:center;border-radius:15px;border:1px solid rgba(23,48,42,.08);box-shadow:inset 0 0 0 1px rgba(255,255,255,.35)}.thc-app .thc-themed-sheet .thc-puzzle-stage{background:rgba(255,255,255,.96);box-shadow:0 8px 22px rgba(20,50,40,.12)}.thc-app .thc-preview-solution{margin-top:12px;padding:8px 11px;border-radius:9px;background:rgba(255,255,255,.92);font-size:12px;color:#415a52}.thc-app .thc-preview-solution strong{color:var(--thc-color-ink)}
@media (max-width:900px){.thc-app .thc-editor-theme{grid-template-columns:1fr}.thc-app .thc-theme-mini{height:95px}.thc-app .thc-review-row{grid-template-columns:1fr}.thc-app .thc-themed-sheet{padding:18px}}

/* 2.5.3 – original puzzle font used by the hieroglyph tablet. */
@font-face{font-family:THC-Nahkt;src:url("../fonts/hiero.ttf") format("truetype");font-weight:400;font-style:normal;font-display:block}

/* 2.5.3 – reverse/shuffled use the original second red solution canvas on hover. */
.thc-app .thc-puzzle-reverse:hover .thc-puzzle-solved, .thc-app .thc-puzzle-reverse.thc-is-revealed .thc-puzzle-solved, .thc-app .thc-puzzle-reverse:focus-within .thc-puzzle-solved, .thc-app .thc-puzzle-shuffled:hover .thc-puzzle-solved, .thc-app .thc-puzzle-shuffled.thc-is-revealed .thc-puzzle-solved, .thc-app .thc-puzzle-shuffled:focus-within .thc-puzzle-solved{opacity:1}
.thc-app .thc-puzzle-reverse:hover .thc-puzzle-base, .thc-app .thc-puzzle-reverse.thc-is-revealed .thc-puzzle-base, .thc-app .thc-puzzle-reverse:focus-within .thc-puzzle-base, .thc-app .thc-puzzle-shuffled:hover .thc-puzzle-base, .thc-app .thc-puzzle-shuffled.thc-is-revealed .thc-puzzle-base, .thc-app .thc-puzzle-shuffled:focus-within .thc-puzzle-base{opacity:0}
/* 2.5.4 – normalize puzzle preview sheets and restore the original fold interaction. */
.thc-app .thc-puzzle-stage{aspect-ratio:1064/660;overflow:visible;background:#fff}
.thc-app .thc-puzzle-stage>.thc-puzzle-canvas{position:absolute;inset:0;width:100%;height:100%;object-fit:contain}
.thc-app .thc-puzzle-fallen-letters .thc-puzzle-solved, .thc-app .thc-puzzle-shapes .thc-puzzle-solved, .thc-app .thc-puzzle-battleship .thc-puzzle-solved{inset:0}
.thc-app .thc-fold-flap, .thc-app .thc-fold-back{display:none}
.thc-app .thc-puzzle-fold .thc-puzzle-base{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;transform:none!important}
.thc-app .thc-puzzle-fold .thc-puzzle-solved{display:none!important}
.thc-app .thc-puzzle-fold .thc-fold-flap{display:block;position:absolute;left:50%;top:0;width:50%;height:100%;z-index:4;transform:scaleX(1);transform-origin:0 50%;transition:transform 1s ease;pointer-events:none}
.thc-app .thc-puzzle-fold .thc-fold-back{display:block;position:absolute;top:0;width:50%;height:100%;z-index:5;background-size:100% 100%;background-position:center;opacity:1;transition:opacity 2s ease,transform 1s ease;pointer-events:none}
.thc-app .thc-puzzle-fold .thc-fold-back-left{left:0;background-image:var(--thc-fold-left)}
.thc-app .thc-puzzle-fold .thc-fold-back-right{left:50%;background-image:var(--thc-fold-right);transform-origin:0 50%}
.thc-app .thc-puzzle-fold:hover .thc-fold-flap, .thc-app .thc-puzzle-fold.thc-is-revealed .thc-fold-flap, .thc-app .thc-puzzle-fold:focus-within .thc-fold-flap{transform:scaleX(-1)}
.thc-app .thc-puzzle-fold:hover .thc-fold-back-right, .thc-app .thc-puzzle-fold.thc-is-revealed .thc-fold-back-right, .thc-app .thc-puzzle-fold:focus-within .thc-fold-back-right{transform:scaleX(-1)}
.thc-app .thc-puzzle-fold:hover .thc-fold-back, .thc-app .thc-puzzle-fold.thc-is-revealed .thc-fold-back, .thc-app .thc-puzzle-fold:focus-within .thc-fold-back{opacity:.3}
/* Hieroglyphs are now rendered into the same 1064x660 sheet, so hover enlargement is less aggressive. */
.thc-app .thc-puzzle-hieroglyphs:hover .thc-puzzle-stage, .thc-app .thc-puzzle-hieroglyphs.thc-is-revealed .thc-puzzle-stage, .thc-app .thc-puzzle-hieroglyphs:focus-within .thc-puzzle-stage{transform:scale(1.18);transform-origin:80% 50%}

/* 2.5.7 – exact original fold preview: two independent half-canvases. */
.thc-app .thc-puzzle-fold .thc-puzzle-base, .thc-app .thc-puzzle-fold .thc-puzzle-solved{display:none!important}
.thc-app .thc-fold-half{display:none}
.thc-app .thc-puzzle-fold .thc-fold-half{display:block;position:absolute;top:0;width:50%;height:100%;z-index:6;pointer-events:none;object-fit:fill}
.thc-app .thc-puzzle-fold .thc-fold-left-canvas{left:0}
.thc-app .thc-puzzle-fold .thc-fold-right-canvas{left:50%;transform:scaleX(1);transform-origin:0 50%;transition:transform 1s ease;z-index:7}
.thc-app .thc-puzzle-fold .thc-fold-back-left{left:0;z-index:4}
.thc-app .thc-puzzle-fold .thc-fold-back-right{left:50%;z-index:5;transform:scaleX(1);transform-origin:0 50%;transition:transform 1s ease,opacity 2s ease}
.thc-app .thc-puzzle-fold:hover .thc-fold-right-canvas, .thc-app .thc-puzzle-fold.thc-is-revealed .thc-fold-right-canvas, .thc-app .thc-puzzle-fold:focus-within .thc-fold-right-canvas{transform:scaleX(-1)}
.thc-app .thc-puzzle-fold:hover .thc-fold-back-right, .thc-app .thc-puzzle-fold.thc-is-revealed .thc-fold-back-right, .thc-app .thc-puzzle-fold:focus-within .thc-fold-back-right{transform:scaleX(-1)}
.thc-app .thc-puzzle-fold:hover .thc-fold-back, .thc-app .thc-puzzle-fold.thc-is-revealed .thc-fold-back, .thc-app .thc-puzzle-fold:focus-within .thc-fold-back{opacity:.3}

/* 2.5.9 – original global game customization and full-page themed clue sheets. */
.thc-app .thc-themed-sheet{position:relative;background-image:var(--thc-theme-image);background-size:cover;background-position:center;padding:34px;overflow:visible}
.thc-app .thc-themed-sheet .thc-puzzle-stage{background:transparent!important;box-shadow:none;border:0}
.thc-app .thc-themed-sheet .thc-puzzle-canvas{background:transparent!important}
.thc-app .thc-team-badge{position:absolute;z-index:30;left:14px;top:14px;width:46px;height:46px;border:4px solid #fff;border-radius:9px;display:grid;place-items:center;color:#fff;font:800 26px/1 Courier New,monospace;box-shadow:0 2px 8px rgba(0,0,0,.18)}
.thc-app .thc-customize{display:grid;grid-template-columns:minmax(280px,.85fr) minmax(0,1.45fr);gap:0;margin-top:26px;border:1px solid var(--thc-color-line);border-radius:20px;overflow:hidden;background:#fff;box-shadow:0 8px 24px rgba(18,57,44,.06)}
.thc-app .thc-customize-form{padding:24px;background:linear-gradient(180deg,#fbfdfc,#f4faf7);border-right:1px solid var(--thc-color-line);display:grid;gap:16px}.thc-app .thc-customize-form h3{font-size:26px;margin:0}.thc-app .thc-customize-form>p{margin:-8px 0 2px;color:var(--thc-color-muted)}
.thc-app .thc-customize-preview{position:relative;padding:48px 28px 28px;background-image:var(--thc-theme-image);background-size:cover;background-position:center;min-height:430px}.thc-app .thc-customize-title{position:absolute;left:28px;top:18px;background:rgba(255,255,255,.9);padding:6px 10px;border-radius:8px;font-size:12px;font-weight:800;color:#3d514b}.thc-app .thc-greeting-sheet{position:relative;aspect-ratio:1064/660;background:rgba(255,255,255,.15);border-radius:14px;overflow:hidden}.thc-app .thc-greeting-sheet canvas{display:block;width:100%;height:100%;background:transparent}.thc-app .thc-end-badge{left:12px;top:12px}
@media (max-width:900px){.thc-app .thc-customize{grid-template-columns:1fr}.thc-app .thc-customize-form{border-right:0;border-bottom:1px solid var(--thc-color-line)}.thc-app .thc-customize-preview{min-height:340px;padding:44px 16px 16px}.thc-app .thc-team-badge{width:38px;height:38px;font-size:21px;border-width:3px}}


/* 2.5.10 – restore original clue-sheet proportions.
 * Original standalone editor used .thc-puzzle-container at 84% × 73%, left 8%, top 14%.
 * Keep theme on the full sheet while the puzzle itself sits inside that safe area. */
.thc-app .thc-themed-sheet{
  position:relative;
  padding:0!important;
  aspect-ratio:1064/660;
  overflow:visible;
  background-image:var(--thc-theme-image);
  background-size:cover;
  background-position:center;
}
.thc-app .thc-themed-sheet .thc-puzzle-stage{
  position:absolute!important;
  left:8%!important;
  top:14%!important;
  width:84%!important;
  height:73%!important;
  aspect-ratio:auto!important;
  margin:0!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  overflow:visible;
}
.thc-app .thc-puzzle-stage>.thc-puzzle-canvas, .thc-app .thc-puzzle-stage>.thc-fold-half{
  position:absolute;
  top:0;
  height:100%;
  object-fit:fill;
}
.thc-app .thc-puzzle-stage>.thc-puzzle-canvas{
  left:0;
  width:100%;
}
/* Hieroglyphs already use the original 3000×846 internal tablet geometry;
   do not apply a second inset inside the shared 84/73 puzzle area. */
.thc-app .thc-puzzle-hieroglyphs .thc-puzzle-base{
  left:0!important;
  top:0!important;
  width:100%!important;
  height:100%!important;
  right:auto!important;
  bottom:auto!important;
  object-fit:fill!important;
}
/* Keep the editable solution strip in the lower page margin, like the original editor field. */
.thc-app .thc-preview-solution{
  position:absolute;
  left:8%;
  right:8%;
  bottom:2.5%;
  margin:0;
  min-height:7%;
  display:flex;
  align-items:center;
  padding:7px 10px;
  background:rgba(255,255,255,.9);
  border-radius:7px;
  font-size:12px;
}
/* Team/page marker belongs to the page, not the puzzle safe area. */
.thc-app .thc-team-badge{left:2px;top:2px}
@media (max-width:900px){
  .thc-app .thc-themed-sheet{aspect-ratio:1064/660}
  .thc-app .thc-preview-solution{font-size:10px;padding:5px 7px}
}


/* 2.5.15 – one consistent theme layer behind every puzzle type. */
.thc-app .thc-themed-sheet{
  background-image:none!important;
  isolation:isolate;
}
.thc-app .thc-themed-sheet::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  border-radius:inherit;
  background-image:var(--thc-theme-image);
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  pointer-events:none;
}
.thc-app .thc-themed-sheet>.thc-team-badge, .thc-app .thc-themed-sheet>.thc-puzzle-stage, .thc-app .thc-themed-sheet>.thc-preview-solution{
  position:absolute;
  z-index:2;
}
.thc-app .thc-themed-sheet>.thc-puzzle-stage{z-index:1}
.thc-app .thc-puzzle-stage, .thc-app .thc-puzzle-stage canvas, .thc-app .thc-puzzle-canvas, .thc-app .thc-puzzle-base, .thc-app .thc-puzzle-solved{background:transparent!important}


/* 2.5.18 – stable hit targets for location and puzzle-type selection. */
.thc-app .thc-location{position:relative;z-index:1;touch-action:manipulation;-webkit-tap-highlight-color:transparent;user-select:none}
.thc-app .thc-location::after{content:"";position:absolute;inset:-3px;border-radius:18px}
.thc-app .thc-location:focus-visible{outline:3px solid rgba(23,107,77,.22);outline-offset:2px}
.thc-app .thc-review-row{isolation:isolate}
.thc-app .thc-review-info{position:relative;z-index:30;overflow:visible}
.thc-app .thc-review-info .thc-edit-field, .thc-app .thc-review-info .thc-field-select, .thc-app .thc-review-info .thc-field-input, .thc-app .thc-review-info .thc-field-textarea{position:relative;z-index:31;pointer-events:auto}
.thc-app .thc-review-info .thc-field-select{cursor:pointer;touch-action:manipulation}
.thc-app .thc-puzzle-card{z-index:1}
.thc-app .thc-puzzle-card:hover{z-index:5}
.thc-app .thc-puzzle-stage{pointer-events:auto}
/* Enlarged/animated puzzle content may overflow visually, but must never cover editor controls. */
.thc-app .thc-puzzle-card canvas, .thc-app .thc-puzzle-card .thc-fold-back, .thc-app .thc-puzzle-card .thc-fold-half{pointer-events:none}

/* Step focus: keep the newly opened wizard card in view below fixed WP/admin headers. */
.thc-app .thc-step{scroll-margin-top:96px;outline:none}
@media (max-width:782px){.thc-app .thc-step{scroll-margin-top:72px}}

/* 2.5.21 – explicit theme image layer so every puzzle, including Zig-zag, always uses the selected theme. */
.thc-app .thc-themed-sheet::before{display:none!important}
.thc-app .thc-theme-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:0;border-radius:inherit;pointer-events:none;user-select:none}
.thc-app .thc-themed-sheet>.thc-theme-bg{position:absolute!important}
.thc-app .thc-themed-sheet>.thc-team-badge, .thc-app .thc-themed-sheet>.thc-puzzle-stage, .thc-app .thc-themed-sheet>.thc-preview-solution{z-index:2}
.thc-app .thc-themed-sheet>.thc-puzzle-stage{z-index:1}

/* 2.5.23 – original Barvni liki solution overlay geometry. */
.thc-app .thc-puzzle-shapes .thc-puzzle-solved{
  left:0!important;
  top:10%!important;
  width:100%!important;
  height:37%!important;
  inset:auto!important;
  object-fit:fill!important;
}

/* 2.5.24 – Barvni liki solution is now rendered in the same final 2000x700 coordinate space as the base canvas. */
.thc-app .thc-puzzle-shapes .thc-puzzle-solved{
  inset:0!important;
  left:0!important;
  top:0!important;
  width:100%!important;
  height:100%!important;
  object-fit:fill!important;
}

.thc-app .thc-parent-instruction{margin-top:10px;padding:10px 12px;border-radius:10px;background:rgba(245,247,244,.9);font-size:13px;line-height:1.45;color:#4b554d}.thc-app .thc-parent-instruction strong{color:#223629}

/* 2.5.30 – wider frontend workspace on desktop while remaining responsive. */
@media (min-width: 1100px){
  .thc-app{
    width:min(1500px,calc(100vw - 40px));
    max-width:1500px;
    margin:24px auto;
    transform:none;
    position:relative;
    left:auto;
    right:auto;
  }
  .thc-app .thc-step{padding-left:48px;padding-right:48px}
  .thc-app .thc-review-row{grid-template-columns:minmax(300px,.72fr) minmax(0,1.95fr)}
  .thc-app .thc-review-info{padding-left:76px;padding-right:26px}
  .thc-app .thc-puzzle-card{padding:16px 20px 14px}
  .thc-app .thc-puzzle-canvas{max-width:none}
}
@media (min-width: 1500px){
  .thc-app{width:min(1500px,calc(100vw - 56px));max-width:1500px;margin-left:auto;margin-right:auto}
  .thc-app .thc-review-row{grid-template-columns:minmax(320px,.7fr) minmax(0,2.05fr)}
}
@media (max-width: 1099px){
  .thc-app{width:100%;max-width:100%;margin:20px auto;transform:none;position:relative;left:auto;right:auto}
}


/* 2.5.31 – make the entrance/dashboard use the same wide workspace as the creator. */
@media (min-width:1100px){
  .thc-app .thc-hero{
    padding:64px 72px 54px;
    min-height:360px;
    display:flex;
    flex-direction:column;
    justify-content:center;
  }
  .thc-app .thc-hero p{max-width:980px;font-size:19px;line-height:1.6}
  .thc-app .thc-hero h2{max-width:1100px;font-size:clamp(42px,4.3vw,64px)}
  .thc-app .thc-actions{gap:14px}
  .thc-app .thc-dashboard{padding:34px 72px 60px}
  .thc-app .thc-statgrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
  .thc-app .thc-stat{padding:26px 28px;min-height:145px;display:flex;flex-direction:column;justify-content:center}
  .thc-app .thc-stat strong{font-size:30px;margin:4px 0}
}
@media (min-width:1500px){
  .thc-app .thc-hero{padding-left:84px;padding-right:84px}
  .thc-app .thc-dashboard{padding-left:84px;padding-right:84px}
}

/* 2.5.32 – center landing page while keeping expanded width */
.thc-app .thc-home-hero, .thc-app .thc-hero, .thc-app .thc-home-intro{ text-align:center; margin-left:auto; margin-right:auto; }
.thc-app .thc-home-hero h1, .thc-app .thc-hero h1, .thc-app .thc-home-intro h1{ margin-left:auto; margin-right:auto; text-align:center; }
.thc-app .thc-home-hero p, .thc-app .thc-hero p, .thc-app .thc-home-intro p{ margin-left:auto; margin-right:auto; text-align:center; }
.thc-app .thc-home-actions, .thc-app .thc-hero-actions, .thc-app .thc-dashboard-actions{ justify-content:center; align-items:center; }
.thc-app .thc-home-grid, .thc-app .thc-dashboard-grid{ margin-left:auto; margin-right:auto; }


/* 2.5.33 – keep the landing card truly centered, independent of the wide editor breakout. */
.thc-app.thc-is-home{
  width:min(1280px,100%) !important;
  max-width:1280px !important;
  margin:24px auto !important;
  transform:none !important;
  position:relative;
  left:auto !important;
  right:auto !important;
}
.thc-app.thc-is-home .thc-shell{width:100%;margin-inline:auto}
@media (max-width:1099px){.thc-app.thc-is-home{width:100% !important;margin:20px auto !important}}


/* 2.5.34 – one centered layout for every frontend step. */
.thc-app, .thc-app.thc-is-home{box-sizing:border-box;margin-left:auto !important;margin-right:auto !important;left:auto !important;right:auto !important;transform:none !important;}
.thc-app .thc-shell, .thc-app .thc-step, .thc-app .thc-review-step{width:100%;margin-left:auto;margin-right:auto;}
.thc-app .thc-location-grid, .thc-app .thc-age-grid, .thc-app .thc-review-list{margin-left:auto;margin-right:auto;}
@media (min-width:1100px){.thc-app:not(.thc-is-home){width:min(1500px,calc(100vw - 40px));max-width:1500px}.thc-app.thc-is-home{width:min(1280px,calc(100vw - 40px)) !important;max-width:1280px !important}}

.thc-app .thc-global-warnings{margin:24px 0 6px;padding:20px;border:1px solid #efc3bb;border-radius:16px;background:#fff7f5}.thc-app .thc-global-warnings[hidden]{display:none}.thc-app .thc-global-warnings h3{margin:0 0 6px;color:#8a2c1f;font-size:20px}.thc-app .thc-global-warnings>p{margin:0 0 14px;color:#6e4a43}.thc-app .thc-global-warning-list{display:grid;gap:8px}.thc-app .thc-global-warning{padding:10px 12px;border-radius:10px;background:#fff1ef;color:#8a2c1f;border:1px solid #f2d0ca;font-size:13px}.thc-app .thc-review-actions #thc-pdf:disabled{opacity:.65;cursor:wait}

/* 2.6.1 paid-game lock */
.thc-app .thc-lock-notice{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin-top:16px;padding:12px 16px;border:1px solid rgba(130,94,20,.24);border-radius:14px;background:#fff8e7;color:#5f4614}.thc-app .thc-lock-notice strong{font-weight:800}.thc-app .thc-lock-notice span{font-size:14px}.thc-app .thc-review-info input:disabled, .thc-app .thc-review-info textarea:disabled, .thc-app .thc-review-info select:disabled{opacity:.72;cursor:not-allowed;background:#f6f7f5;color:#4c554d}

/* 2.6.3 – center the player hint below each puzzle. */
.thc-app .thc-preview-solution{justify-content:center!important;text-align:center!important;}
.thc-app .thc-preview-solution>span{display:block;width:100%;text-align:center;}

/* 2.6.4 – player hint spans the full task card, centered across both columns. */
.thc-app .thc-review-row>.thc-preview-solution{grid-column:1 / -1;width:100%;box-sizing:border-box;display:flex;align-items:center;justify-content:center;text-align:center;padding:13px 24px 15px;border-top:1px solid var(--thc-color-line);background:#fff;color:var(--thc-color-muted);font-size:13px;line-height:1.5;}
.thc-app .thc-review-row>.thc-preview-solution>span{display:block;width:min(100%,1100px);margin:0 auto;text-align:center;}
@media (max-width:820px){.thc-app .thc-review-row>.thc-preview-solution{padding:12px 16px 14px;}}

/* 2.6.5 – true full-width player hint and shared preview/PDF greeting geometry. */
.thc-app .thc-review-row{display:block!important;}
.thc-app .thc-review-main{display:grid;grid-template-columns:minmax(245px,.82fr) minmax(0,1.7fr);min-width:0;}
.thc-app .thc-review-row>.thc-preview-solution{display:flex!important;width:100%!important;max-width:none!important;margin:0!important;grid-column:auto!important;position:relative!important;left:auto!important;right:auto!important;align-items:center!important;justify-content:center!important;text-align:center!important;padding:14px 28px 16px!important;border-top:1px solid var(--thc-color-line)!important;background:#fff!important;}
.thc-app .thc-review-row>.thc-preview-solution>span{display:block!important;width:100%!important;max-width:none!important;margin:0!important;padding:0!important;text-align:center!important;}
@media (min-width:1200px){.thc-app .thc-review-main{grid-template-columns:minmax(300px,.72fr) minmax(0,1.95fr)}}
@media (min-width:1450px){.thc-app .thc-review-main{grid-template-columns:minmax(320px,.7fr) minmax(0,2.05fr)}}
@media (max-width:900px){.thc-app .thc-review-main{grid-template-columns:1fr}.thc-app .thc-review-info{border-right:0;border-bottom:1px solid var(--thc-color-line)}}

/* 2.6.8 – geometrically centered team/page badges. */
.thc-app .thc-team-badge{display:block!important;padding:0!important;font-size:30px!important;line-height:1!important;text-align:initial!important;}
.thc-app .thc-team-badge>span{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:block;line-height:1;font-family:Arial,"DejaVu Sans",sans-serif;font-weight:800;text-align:center;white-space:nowrap;}
@media (max-width:900px){.thc-app .thc-team-badge{font-size:24px!important}}

/* 2.7.0 credit purchase + ledger UI */
.thc-app .thc-credit-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:center;margin-top:14px}
.thc-app .thc-mini-btn{border:0;border-radius:10px;padding:8px 12px;background:var(--thc-color-primary);color:#fff;font:inherit;font-size:13px;font-weight:750;cursor:pointer}
.thc-app .thc-mini-btn.thc-secondary{background:#fff;color:var(--thc-color-ink);border:1px solid var(--thc-color-line)}
.thc-app .thc-credit-packages{display:grid;gap:10px;margin:20px 0}
.thc-app .thc-credit-package{display:flex;justify-content:space-between;align-items:center;gap:18px;border:1px solid var(--thc-color-line);border-radius:14px;padding:14px 16px}
.thc-app .thc-credit-package>div:first-child{display:grid;gap:3px}.thc-app .thc-credit-package>div:first-child span{font-size:13px;color:var(--thc-color-muted)}
.thc-app .thc-credit-package-buy{display:flex;align-items:center;gap:12px}.thc-app .thc-credit-package-buy b{font-size:18px;white-space:nowrap}.thc-app .thc-credit-package .thc-btn{text-decoration:none;padding:9px 14px}
.thc-app .thc-credit-history{display:grid;gap:8px;margin:18px 0}.thc-app .thc-credit-balance{display:flex;justify-content:space-between;align-items:center;background:var(--thc-color-mint);border-radius:14px;padding:14px 16px}.thc-app .thc-credit-balance strong{font-size:26px;color:var(--thc-color-primary)}
.thc-app .thc-credit-history-row{display:flex;justify-content:space-between;gap:18px;align-items:center;border:1px solid var(--thc-color-line);border-radius:12px;padding:12px 14px}.thc-app .thc-credit-history-row>div:first-child{display:grid;gap:2px}.thc-app .thc-credit-history-row span, .thc-app .thc-credit-history-row small{color:var(--thc-color-muted);font-size:12px}.thc-app .thc-credit-change{font-size:20px;font-weight:800;text-align:right}.thc-app .thc-credit-change.thc-plus{color:#176b4d}.thc-app .thc-credit-change.thc-minus{color:#9b3a2b}.thc-app .thc-credit-change small{display:block;font-weight:500;white-space:nowrap}
@media (max-width:600px){.thc-app .thc-credit-package{align-items:flex-start;flex-direction:column}.thc-app .thc-credit-package-buy{width:100%;justify-content:space-between}.thc-app .thc-credit-history-row{align-items:flex-start}}


/* 2.8.0 – Game Library & UX */
.thc-app .thc-review-meta{display:grid;gap:7px;justify-items:end}.thc-app .thc-save-state{min-height:18px;font-size:12px;color:#55705e}.thc-app .thc-save-state.thc-is-saving{color:#9b6a1d}
.thc-app .thc-readiness{margin:24px 0;padding:20px;border:1px solid var(--thc-color-line);border-radius:18px;background:#fbfdfb}.thc-app .thc-readiness-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px}.thc-app .thc-readiness-head h3{margin:3px 0 0}.thc-app .thc-readiness-head>strong{display:grid;place-items:center;min-width:54px;height:40px;border-radius:20px;background:var(--thc-color-mint);color:var(--thc-color-primary);font-size:18px}.thc-app .thc-readiness-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.thc-app .thc-readiness-item{display:flex;align-items:center;gap:9px;padding:10px 12px;border-radius:11px;font-size:13px}.thc-app .thc-readiness-item>span{display:grid;place-items:center;width:22px;height:22px;border-radius:50%;font-weight:800}.thc-app .thc-readiness-item.thc-ok{background:#eef8f2;color:#245e3f}.thc-app .thc-readiness-item.thc-ok>span{background:#d5efdf}.thc-app .thc-readiness-item.thc-warn{background:#fff8e8;color:#805c18}.thc-app .thc-readiness-item.thc-warn>span{background:#f7e6b8}
.thc-app .thc-games-modal{width:min(900px,calc(100vw - 32px))!important}.thc-app .thc-game-list{display:grid;gap:10px;margin:18px 0}.thc-app .thc-game-row{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:14px 16px;border:1px solid var(--thc-color-line);border-radius:14px;background:#fff}.thc-app .thc-game-main{display:grid;gap:4px;min-width:0}.thc-app .thc-game-main strong{font-size:16px}.thc-app .thc-game-status{display:inline-flex;width:max-content;padding:4px 8px;border-radius:999px;font-size:11px;font-weight:800}.thc-app .thc-game-status.thc-draft{background:#fff3d7;color:#75551a}.thc-app .thc-game-status.thc-unlocked{background:#e8f6ee;color:#246043}.thc-app .thc-game-actions{display:flex;gap:7px;flex-wrap:wrap;justify-content:flex-end}.thc-app .thc-mini-btn.thc-danger{background:#fff;color:#963d32;border:1px solid #e8b8b1}.thc-app .thc-mini-btn.thc-danger:hover{background:#fff4f2}
@media (max-width:760px){.thc-app .thc-readiness-list{grid-template-columns:1fr}.thc-app .thc-game-row{align-items:flex-start;flex-direction:column}.thc-app .thc-game-actions{width:100%;justify-content:flex-start}.thc-app .thc-review-meta{justify-items:start}}

/* 2.9.0 – location discovery, categories, random selection and selected tray. */
.thc-app .thc-location-tools{display:grid;gap:12px;margin:18px 0 14px}.thc-app .thc-category-chips{display:flex;gap:8px;flex-wrap:wrap}.thc-app .thc-category-chip{appearance:none;border:1px solid #cfe0d8;background:#fff;color:#315247;border-radius:999px;padding:8px 13px;font:700 13px/1.2 inherit;cursor:pointer}.thc-app .thc-category-chip:hover, .thc-app .thc-category-chip.thc-active{background:#176b4d;color:#fff;border-color:#176b4d}.thc-app .thc-selected-tray{border:1px solid #dce9e3;background:#f8fbf9;border-radius:16px;padding:12px 14px;margin:8px 0 18px}.thc-app .thc-selected-tray-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:9px}.thc-app .thc-selected-tray-head span{font-weight:800;color:#176b4d}.thc-app .thc-selected-items{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.thc-app .thc-selected-item{display:grid;grid-template-columns:28px 32px minmax(0,1fr) auto auto;align-items:center;gap:8px;border:1px solid #dfe9e4;background:#fff;border-radius:12px;padding:7px 8px;min-width:0}.thc-app .thc-selected-item .thc-num{width:26px;height:26px;border-radius:50%;display:grid;place-items:center;background:#e9f5ef;color:#176b4d;font-weight:900}.thc-app .thc-selected-item img{width:30px;height:30px;object-fit:contain}.thc-app .thc-selected-item b{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.thc-app .thc-selected-item button{border:0;background:#eff6f2;color:#176b4d;border-radius:8px;padding:6px 8px;font-size:11px;font-weight:800;cursor:pointer}.thc-app .thc-selected-item button.thc-remove{font-size:18px;line-height:1;padding:4px 7px;background:#fff2f1;color:#a73b35}.thc-app .thc-selected-empty{grid-column:1/-1;color:#708078;font-size:13px;padding:4px}.thc-app .thc-location small{display:block;margin-top:3px;color:#78877f;font-size:10px;font-weight:700}.thc-app .thc-location-empty{grid-column:1/-1;padding:24px;text-align:center;color:#6a7972}.thc-app .thc-toolbar{align-items:center}.thc-app .thc-toolbar #thc-random-six{white-space:nowrap}
@media (max-width:1000px){.thc-app .thc-selected-items{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:650px){.thc-app .thc-selected-items{grid-template-columns:1fr}.thc-app .thc-toolbar{display:grid;grid-template-columns:1fr}.thc-app .thc-toolbar>*{width:100%}}
.thc-app .thc-presets{margin:18px 0;border:1px solid #dce9e3;border-radius:16px;padding:14px;background:linear-gradient(180deg,#fbfdfc,#f6faf8)}.thc-app .thc-presets-head{display:flex;justify-content:space-between;gap:12px;margin-bottom:10px}.thc-app .thc-presets-head strong{display:block;font-size:14px;color:#233e34}.thc-app .thc-presets-head span{font-size:12px;color:#74827b}.thc-app .thc-preset-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.thc-app .thc-preset-grid button{border:1px solid #d7e5de;background:#fff;border-radius:12px;padding:10px 12px;text-align:left;cursor:pointer;color:#294b3e}.thc-app .thc-preset-grid button:hover{border-color:#79aa94;box-shadow:0 4px 14px rgba(26,84,62,.08)}.thc-app .thc-preset-grid b, .thc-app .thc-preset-grid small{display:block}.thc-app .thc-preset-grid b{font-size:13px;margin-bottom:3px}.thc-app .thc-preset-grid small{font-size:11px;line-height:1.35;color:#728078}.thc-app .thc-age.thc-selected{outline:3px solid rgba(23,107,77,.2);border-color:#176b4d}
@media (max-width:900px){.thc-app .thc-preset-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:520px){.thc-app .thc-preset-grid{grid-template-columns:1fr}}



/* 2.9.11 strict frontend isolation: Treasure Hunt owns only its .thc-app subtree. */
.thc-app{isolation:isolate;font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif;font-size:16px;font-style:normal;font-weight:400;letter-spacing:normal;text-transform:none;text-align:left;}
.thc-app,.thc-app *,.thc-app *::before,.thc-app *::after{box-sizing:border-box;}
.thc-app button,.thc-app input,.thc-app select,.thc-app textarea{font-family:inherit;font-size:inherit;letter-spacing:normal;text-transform:none;}
.thc-app button{line-height:inherit;}
.thc-app h1,.thc-app h2,.thc-app h3,.thc-app h4,.thc-app h5,.thc-app h6,.thc-app p{font-family:inherit;text-transform:none;letter-spacing:normal;}
.thc-app img,.thc-app canvas{max-width:100%;}

/* 2.9.15 – solved/hover state for the spatial puzzle family. */
.thc-app .thc-puzzle-word-search:hover .thc-puzzle-solved,
.thc-app .thc-puzzle-word-search.thc-is-revealed .thc-puzzle-solved,
.thc-app .thc-puzzle-word-search:focus-within .thc-puzzle-solved,
.thc-app .thc-puzzle-letter-maze:hover .thc-puzzle-solved,
.thc-app .thc-puzzle-letter-maze.thc-is-revealed .thc-puzzle-solved,
.thc-app .thc-puzzle-letter-maze:focus-within .thc-puzzle-solved,
.thc-app .thc-puzzle-arrow-trail:hover .thc-puzzle-solved,
.thc-app .thc-puzzle-arrow-trail.thc-is-revealed .thc-puzzle-solved,
.thc-app .thc-puzzle-arrow-trail:focus-within .thc-puzzle-solved,
.thc-app .thc-puzzle-cipher-wheel:hover .thc-puzzle-solved,
.thc-app .thc-puzzle-cipher-wheel.thc-is-revealed .thc-puzzle-solved,
.thc-app .thc-puzzle-cipher-wheel:focus-within .thc-puzzle-solved{opacity:1}

/* Cipher wheel preview must preserve the canvas drawing-buffer ratio so circular wheels never become ellipses. */
.thc-app .thc-puzzle-cipher-wheel .thc-puzzle-stage{aspect-ratio:1064 / 660;}
.thc-app .thc-puzzle-cipher-wheel .thc-puzzle-stage .thc-puzzle-canvas{width:100%!important;height:100%!important;aspect-ratio:1064 / 660;object-fit:contain;display:block;}
.thc-app .thc-puzzle-cipher-wheel .thc-puzzle-solved{inset:0!important;}

/* 2.9.24 – robust modal scrolling and responsive chest content. */
.thc-app .thc-modal-card>*{min-width:0;max-width:100%}
.thc-app .thc-game-list-wrap,.thc-app .thc-credit-history,.thc-app .thc-credit-packages{min-width:0;max-width:100%}
@media (max-width:720px){
  .thc-app{min-width:0!important;max-width:100%!important;margin:0 auto!important}
  .thc-app .thc-shell{min-width:0;width:100%;border-radius:16px}
  .thc-app .thc-step{padding:20px 12px 28px}
  .thc-app .thc-stephead h2{font-size:25px;line-height:1.15}
  .thc-app .thc-modal{padding:0;align-items:stretch;justify-items:stretch}
  .thc-app .thc-modal-card,.thc-app .thc-games-modal{width:100%!important;max-width:100%!important;height:100vh;height:100svh;height:100dvh;max-height:100vh;max-height:100svh;max-height:100dvh;border-radius:0;padding:calc(20px + env(safe-area-inset-top)) 14px calc(24px + env(safe-area-inset-bottom));overflow-y:auto}
  .thc-app .thc-location-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
  .thc-app .thc-location{min-width:0;min-height:112px}
  .thc-app .thc-selected-item{grid-template-columns:26px 30px minmax(0,1fr) auto;gap:6px}
  .thc-app .thc-selected-item button:not(.thc-remove){display:none}
  .thc-app .thc-actions{gap:8px}
  .thc-app .thc-btn{max-width:100%;white-space:normal}
}
@media (max-width:380px){
  .thc-app .thc-step{padding-left:8px;padding-right:8px}
  .thc-app .thc-location-grid{gap:7px}
  .thc-app .thc-location{padding:9px 5px;min-height:106px}
  .thc-app .thc-location img{width:40px;height:40px}
}


/* 2.9.25 – keep the location-selection action bar sticky at every responsive width. */
.thc-app.thc-is-locations .thc-shell{overflow:visible;}
.thc-app.thc-is-locations .thc-sticky{
  position:sticky!important;
  bottom:max(10px,env(safe-area-inset-bottom));
  z-index:500;
  width:100%;
  max-width:100%;
  min-width:0;
}
@media (max-width:720px){
  .thc-app.thc-is-locations .thc-sticky{
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    align-items:center;
    gap:10px;
    margin-top:14px;
    padding:10px 10px;
    border-radius:14px;
    background:rgba(255,255,255,.97);
    -webkit-backdrop-filter:blur(10px);
    backdrop-filter:blur(10px);
    box-shadow:0 8px 28px rgba(20,60,45,.18);
  }
  .thc-app.thc-is-locations .thc-sticky>span{
    min-width:0;
    font-size:13px;
    line-height:1.25;
  }
  .thc-app.thc-is-locations .thc-sticky .thc-btn{
    width:auto;
    max-width:none;
    flex:none;
    white-space:nowrap;
    padding:11px 13px;
    font-size:13px;
  }
}
@media (max-width:380px){
  .thc-app.thc-is-locations .thc-sticky{
    gap:7px;
    padding:9px 8px;
    bottom:max(6px,env(safe-area-inset-bottom));
  }
  .thc-app.thc-is-locations .thc-sticky>span{font-size:12px;}
  .thc-app.thc-is-locations .thc-sticky .thc-btn{padding:10px 10px;font-size:12px;}
}

/* Age selector: keep card text readable even when the active theme gives buttons white text. */
.thc-app button.thc-age,
.thc-app button.thc-age:hover,
.thc-app button.thc-age:focus,
.thc-app button.thc-age:active,
.thc-app button.thc-age.thc-selected{
  color:var(--thc-color-ink)!important;
}
.thc-app button.thc-age h3{
  color:var(--thc-color-primary-dark)!important;
}
.thc-app button.thc-age > div:not(.thc-emoji){
  color:var(--thc-color-ink)!important;
}
.thc-app button.thc-age .thc-note{
  color:var(--thc-color-muted)!important;
}

/* Multilingual game language switcher */
.thc-app .thc-language-switch{display:flex;justify-content:flex-end;margin:0 0 12px;padding:0 2px}
.thc-app .thc-language-switch label{display:flex;align-items:center;gap:9px;font-size:13px;font-weight:700;color:#31584b}
.thc-app .thc-language-switch select{min-width:150px;max-width:220px;height:36px;border:1px solid #c8d8d2;border-radius:9px;background:#fff;color:#17302a;padding:0 32px 0 10px;font:600 13px/1.2 Arial,sans-serif}
@media(max-width:700px){.thc-app .thc-language-switch{justify-content:stretch;margin-bottom:9px}.thc-app .thc-language-switch label{width:100%;justify-content:space-between}.thc-app .thc-language-switch select{min-width:135px;max-width:60%}}

/* 2.10.3 – step 3 navigation and conversion-focused WooCommerce credit shop. */
.thc-app .thc-review-actions{align-items:center}
.thc-app .thc-review-actions .thc-buy-btn{background:linear-gradient(135deg,#f7c75a,#eead2e);color:#342607;border:1px solid #dea230;box-shadow:0 6px 18px rgba(222,162,48,.20)}
.thc-app .thc-review-actions .thc-buy-btn:hover{background:linear-gradient(135deg,#f0b83f,#e5a52c);color:#2b2008;transform:translateY(-1px)}
.thc-app .thc-credit-shop-card{width:min(1040px,calc(100vw - 40px));padding:0;overflow:hidden;border:1px solid rgba(23,107,77,.14);box-shadow:0 28px 80px rgba(18,57,44,.24)}
.thc-app .thc-credit-shop-head{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding:30px 32px 24px;border-bottom:1px solid var(--thc-color-line);background:radial-gradient(circle at 92% 10%,rgba(242,181,68,.18),transparent 30%),linear-gradient(135deg,#fbfefc,#edf8f2)}
.thc-app .thc-credit-shop-head>div:first-child{min-width:0;flex:1}
.thc-app .thc-credit-shop-head .thc-eyebrow{font-size:11px;font-weight:900;letter-spacing:.12em;color:var(--thc-color-primary);text-transform:uppercase}
.thc-app .thc-credit-shop-head h2{margin:6px 0 8px;font-size:34px;line-height:1.05;letter-spacing:-.025em;color:var(--thc-color-ink)}
.thc-app .thc-credit-shop-lead{max-width:790px!important;margin:0!important;font-size:15px;line-height:1.55;color:#46645a!important}
.thc-app .thc-credit-value-strip{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}
.thc-app .thc-credit-value-strip span{display:inline-flex;align-items:center;gap:5px;padding:7px 10px;border:1px solid #d5e6df;border-radius:999px;background:rgba(255,255,255,.78);font-size:11px;font-weight:800;color:#31584b}
.thc-app .thc-credit-shop-x{appearance:none;border:1px solid var(--thc-color-line);background:rgba(255,255,255,.9);color:var(--thc-color-ink);width:40px;height:40px;border-radius:50%;font:700 25px/1 Arial,sans-serif;cursor:pointer;flex:0 0 40px;box-shadow:0 5px 15px rgba(18,57,44,.08)}
.thc-app .thc-credit-shop-x:hover{background:#fff;transform:translateY(-1px)}
.thc-app .thc-credit-packages-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin:0;padding:30px 32px 22px;align-items:stretch;background:#fbfdfc}
.thc-app .thc-credit-packages-grid>.thc-error,.thc-app .thc-credit-packages-grid>.thc-credit-loading{grid-column:1/-1}
.thc-app .thc-credit-plan{position:relative;display:flex;flex-direction:column;border:1px solid #dbe8e3;border-radius:24px;background:#fff;overflow:hidden;min-width:0;box-shadow:0 8px 26px rgba(18,57,44,.07);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}

.thc-app .thc-credit-plan-head{position:relative;padding:14px 18px 16px;color:#fff}
.thc-app .thc-credit-plan-head-count{font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;opacity:.95}
.thc-app .thc-credit-plan-head-title{margin-top:4px;font-size:24px;font-weight:950;line-height:1.08;letter-spacing:-.02em}
.thc-app .thc-credit-plan-head-orange{background:linear-gradient(135deg,#f08a24 0%,#ffb14a 100%)}
.thc-app .thc-credit-plan-head-blue{background:linear-gradient(135deg,#5db7ff 0%,#8fd7ff 100%)}
.thc-app .thc-credit-plan-head-green{background:linear-gradient(135deg,#2da56b 0%,#61c98c 100%)}
.thc-app .thc-credit-plan.thc-is-popular .thc-credit-plan-head-blue{background:linear-gradient(135deg,#47aaf8 0%,#79cdfd 100%)}

.thc-app .thc-credit-plan:hover{transform:translateY(-3px);border-color:#bfd7ce;box-shadow:0 16px 34px rgba(18,57,44,.11)}
.thc-app .thc-credit-plan.thc-is-popular{border:2px solid var(--thc-color-primary);box-shadow:0 20px 46px rgba(23,107,77,.18);transform:translateY(-7px);background:linear-gradient(180deg,#f7fcf9 0,#fff 36%)}
.thc-app .thc-credit-plan.thc-is-popular:hover{transform:translateY(-9px)}
.thc-app .thc-credit-popular{background:linear-gradient(90deg,#176b4d,#228663);color:#fff;font-size:11px;font-weight:900;letter-spacing:.09em;text-align:center;padding:10px 12px;text-transform:uppercase}
.thc-app .thc-credit-plan-body{display:flex;flex:1;flex-direction:column;padding:22px 22px 22px}
.thc-app .thc-credit-plan-topline{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:25px}
.thc-app .thc-credit-plan-kicker{font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:var(--thc-color-primary)}
.thc-app .thc-credit-save{display:inline-flex;align-items:center;padding:5px 8px;border-radius:999px;background:#fff1c9;color:#785400;font-size:10px;font-weight:900;letter-spacing:.04em;white-space:nowrap}
.thc-app .thc-credit-price-row{display:flex;align-items:flex-end;gap:10px;flex-wrap:wrap;margin:10px 0 12px;padding-bottom:12px;border-bottom:1px solid #edf2f0}
.thc-app .thc-credit-plan-price{font-size:38px;font-weight:950;line-height:1;color:var(--thc-color-ink);letter-spacing:-.035em}
.thc-app .thc-credit-per{font-size:12px;font-weight:800;color:#668077;padding-bottom:3px}
.thc-app .thc-credit-plan-tagline{margin:0 0 14px!important;color:#526b62!important;line-height:1.45;min-height:62px}
.thc-app .thc-credit-benefits{list-style:none;margin:0 0 22px;padding:0;display:grid;gap:9px;color:#29473d}
.thc-app .thc-credit-benefits li{display:flex;align-items:flex-start;gap:8px;font-size:13px;line-height:1.35}
.thc-app .thc-credit-check{display:inline-flex;align-items:center;justify-content:center;width:19px;height:19px;flex:0 0 19px;border-radius:50%;background:#e8f6ef;color:#176b4d;font-size:11px;font-weight:900;margin-top:0}
.thc-app .thc-credit-plan .thc-credit-select{margin-top:auto;width:100%;min-height:46px;display:flex;align-items:center;justify-content:center;text-align:center;text-decoration:none;font-weight:900;border-radius:12px}

.thc-app .thc-credit-select-orange{background:linear-gradient(135deg,#f08a24 0%,#ffb14a 100%);border-color:#f08a24;color:#fff}
.thc-app .thc-credit-select-orange:hover{background:linear-gradient(135deg,#de7b1b 0%,#f6a33d 100%);border-color:#de7b1b;color:#fff}
.thc-app .thc-credit-select-blue{background:linear-gradient(135deg,#5db7ff 0%,#8fd7ff 100%);border-color:#5db7ff;color:#11415d}
.thc-app .thc-credit-select-blue:hover{background:linear-gradient(135deg,#47aaf8 0%,#79cdfd 100%);border-color:#47aaf8;color:#0e3950}
.thc-app .thc-credit-select-green{background:linear-gradient(135deg,#2da56b 0%,#61c98c 100%);border-color:#2da56b;color:#fff}
.thc-app .thc-credit-select-green:hover{background:linear-gradient(135deg,#26935f 0%,#52b97e 100%);border-color:#26935f;color:#fff}
.thc-app .thc-credit-plan .thc-credit-select.thc-credit-select-orange,
.thc-app .thc-credit-plan .thc-credit-select.thc-credit-select-blue,
.thc-app .thc-credit-plan .thc-credit-select.thc-credit-select-green{text-decoration:none}

.thc-app .thc-credit-plan.thc-is-popular .thc-credit-select{box-shadow:0 8px 20px rgba(23,107,77,.18)}
.thc-app .thc-credit-shop-foot{padding:0 32px 24px;background:#fbfdfc;text-align:center;color:#72877f;font-size:11px;line-height:1.45}
@media (max-width:900px){
 .thc-app .thc-credit-shop-card{width:min(680px,calc(100vw - 24px))}
 .thc-app .thc-credit-packages-grid{grid-template-columns:1fr;padding:20px}
 .thc-app .thc-credit-plan.thc-is-popular,.thc-app .thc-credit-plan.thc-is-popular:hover{transform:none}
 .thc-app .thc-credit-plan-tagline{min-height:0}
 .thc-app .thc-credit-shop-head{padding:23px 22px 20px}
 .thc-app .thc-credit-shop-foot{padding:0 22px 20px}
}
@media (max-width:520px){
 .thc-app .thc-review-actions{display:grid;grid-template-columns:1fr 1fr;width:100%}
 .thc-app .thc-review-actions .thc-btn{width:100%;text-align:center}
 .thc-app .thc-credit-shop-card{width:calc(100vw - 16px);max-height:calc(100dvh - 16px)}
 .thc-app .thc-credit-shop-head{padding:18px 16px 16px;gap:12px}
 .thc-app .thc-credit-shop-head h2{font-size:27px}
 .thc-app .thc-credit-shop-lead{font-size:14px}
 .thc-app .thc-credit-value-strip{gap:6px}
 .thc-app .thc-credit-value-strip span{width:100%;border-radius:10px}
 .thc-app .thc-credit-packages-grid{padding:14px;gap:14px}
 .thc-app .thc-credit-plan-body{padding:20px 18px}
 .thc-app .thc-credit-plan-price{font-size:34px}
 .thc-app .thc-credit-shop-foot{padding:0 16px 18px}
}


/* 2.10.4 – stronger package value hierarchy. */
.thc-app .thc-credit-plan-kicker{min-height:28px;display:flex;align-items:center;line-height:1.25}
.thc-app .thc-credit-plan.thc-is-popular .thc-credit-plan-body{padding-top:18px}
.thc-app .thc-credit-plan.thc-is-popular .thc-credit-plan-price{color:var(--thc-color-primary)}
.thc-app .thc-credit-benefits{padding-top:2px}
.thc-app .thc-credit-shop-foot:before{content:'🔒';margin-right:5px}
@media(max-width:520px){.thc-app .thc-credit-plan-kicker{min-height:0}.thc-app .thc-credit-plan-head{padding:12px 14px 14px}.thc-app .thc-credit-plan-head-title{font-size:21px}}

/* 2.10.8 Funavia brand skin */
.thc-app{--thc-funavia-navy:#012952;--thc-funavia-coral:#fd5638;--thc-funavia-teal:#01a0ac;--thc-funavia-gold:#fdb002;--thc-funavia-line:#e7edf1}
.thc-app .thc-shell{border-color:#e7edf1;border-radius:30px;box-shadow:0 20px 60px rgba(1,41,82,.10)}
.thc-app .thc-hero{background:linear-gradient(135deg,#fffaf4,#f3ffff)}
.thc-app .thc-hero h2,.thc-app .thc-stephead h2,.thc-app h3{color:#012952}
.thc-app .thc-eyebrow,.thc-app .thc-progress,.thc-app .thc-review-label{color:#01a0ac}
.thc-app .thc-btn,.thc-app button.thc-btn,.thc-app a.thc-btn{border-radius:18px;background:#fd5638;color:#fff;box-shadow:0 12px 30px rgba(253,86,56,.20);font-weight:900;transition:.18s}
.thc-app .thc-btn:hover,.thc-app button.thc-btn:hover,.thc-app a.thc-btn:hover{background:#e9472d;color:#fff;transform:translateY(-1px);box-shadow:0 16px 34px rgba(253,86,56,.28)}
.thc-app .thc-btn:focus-visible{outline:3px solid rgba(1,160,172,.28);outline-offset:3px}
.thc-app .thc-btn.thc-secondary{background:#fff;color:#012952;border:1px solid rgba(1,41,82,.14);box-shadow:0 8px 24px rgba(1,41,82,.05)}
.thc-app .thc-btn.thc-secondary:hover{background:#f7fbfc;color:#012952;border-color:rgba(1,160,172,.42)}
.thc-app .thc-location:hover,.thc-app .thc-theme-card:hover,.thc-app .thc-age:hover{border-color:rgba(1,160,172,.55)}
.thc-app .thc-location.thc-selected,.thc-app .thc-theme-card.thc-selected,.thc-app .thc-age.thc-selected{border-color:#01a0ac;background:#edfafa;outline-color:rgba(1,160,172,.16)}
.thc-app .thc-review-number{background:#01a0ac;color:#fff}
.thc-app .thc-help{border-color:#bfe9e9;color:#01a0ac}.thc-app .thc-tooltip{background:#012952;box-shadow:0 10px 28px rgba(1,41,82,.22)}
.thc-app .thc-category-chip:hover,.thc-app .thc-category-chip.thc-active{background:#01a0ac;color:#fff;border-color:#01a0ac}
.thc-app .thc-selected-tray{border-color:#d6e6ef;background:#f7fbfc}.thc-app .thc-selected-tray-head span{color:#01a0ac}.thc-app .thc-selected-item .thc-num{background:#e7fbfb;color:#01a0ac}.thc-app .thc-selected-item button{background:#edfafa;color:#01a0ac}.thc-app .thc-selected-item button.thc-remove{background:#fff0eb;color:#fd5638}
.thc-app .thc-review-info{background:linear-gradient(180deg,#fffdf9,#f7fbfc);border-right-color:#e7edf1}.thc-app .thc-review-row{box-shadow:0 10px 30px rgba(1,41,82,.06)}
.thc-app .thc-search:focus,.thc-app input:focus,.thc-app select:focus,.thc-app textarea:focus{border-color:#01a0ac!important;box-shadow:0 0 0 3px rgba(1,160,172,.12)!important;outline:0!important}
.thc-app .thc-modal{background:rgba(1,31,62,.58)}.thc-app .thc-modal-card{border-radius:26px;box-shadow:0 30px 90px rgba(1,41,82,.24)}.thc-app .thc-sticky{border-color:#e7edf1;box-shadow:0 14px 38px rgba(1,41,82,.12)}
.thc-app .thc-success{background:#edfafa;color:#006f79;border:1px solid #c8f3f2}.thc-app .thc-error{background:#fff0eb;color:#9a321f;border:1px solid #ffd9cc}
.thc-app .thc-credit-plan-head-orange{background:linear-gradient(135deg,#fd5638,#ff7b63)}.thc-app .thc-credit-plan-head-blue,.thc-app .thc-credit-plan.thc-is-popular .thc-credit-plan-head-blue{background:linear-gradient(135deg,#012952,#084b7d)}.thc-app .thc-credit-plan-head-green{background:linear-gradient(135deg,#01a0ac,#31c3c8)}
.thc-app .thc-credit-popular{background:linear-gradient(90deg,#fdb002,#ffd45a);color:#012952}.thc-app .thc-credit-check{background:#e7fbfb;color:#01a0ac}
.thc-app .thc-credit-select-orange{background:#fd5638;border-color:#fd5638;color:#fff}.thc-app .thc-credit-select-orange:hover{background:#e9472d;border-color:#e9472d}.thc-app .thc-credit-select-blue{background:#012952;border-color:#012952;color:#fff}.thc-app .thc-credit-select-blue:hover{background:#001f3e;border-color:#001f3e;color:#fff}.thc-app .thc-credit-select-green{background:#01a0ac;border-color:#01a0ac;color:#fff}.thc-app .thc-credit-select-green:hover{background:#008997;border-color:#008997;color:#fff}
.thc-app .thc-review-actions .thc-buy-btn{background:linear-gradient(135deg,#fdb002,#ffd45a);color:#012952;border-color:#f0a700;box-shadow:0 8px 22px rgba(253,176,2,.22)}.thc-app .thc-credit-change.thc-plus{color:#01a0ac}.thc-app .thc-credit-change.thc-minus{color:#fd5638}
@media(max-width:700px){.thc-app .thc-shell{border-radius:22px}.thc-app .thc-btn{border-radius:15px}}


/* 2.10.9 — predictable centered standalone creator layout */
.thc-app[data-thc-app="shortcode"]{display:block;width:min(1180px,100%);max-width:1180px;margin-left:auto!important;margin-right:auto!important;padding-left:0;padding-right:0}
.thc-app[data-thc-app="shortcode"]>.thc-shell{width:100%;margin-left:auto;margin-right:auto}
.thc-app[data-thc-app="shortcode"].thc-is-locations .thc-step{width:100%;margin-inline:auto}
@media(max-width:700px){.thc-app[data-thc-app="shortcode"]{width:100%;margin-top:10px;margin-bottom:10px}}
