.hidden-word-scene{position:absolute;left:var(--scene-x);top:var(--scene-y);width:var(--scene-width);height:var(--scene-height);display:grid;grid-template-rows:54px 164px minmax(0,1fr);gap:16px;color:#fff;overflow:hidden}.hidden-word-meta,.hidden-word-title,.hidden-word-clues{border:2px solid rgba(34,211,238,.48);background:linear-gradient(145deg,rgba(8,25,58,.96),rgba(16,17,58,.94));border-radius:28px;box-shadow:0 0 28px rgba(34,211,238,.16)}.hidden-word-meta{display:flex;align-items:center;justify-content:space-between;padding:0 28px;font-weight:900}.hidden-word-meta span{color:#41e9ff}.hidden-word-meta em{font-style:normal;background:#13b981;padding:8px 18px;border-radius:999px}.hidden-word-title{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:20px 26px;overflow:hidden}.hidden-word-title small{color:#41e9ff;font-weight:900;letter-spacing:.16em}.hidden-word-title h1{margin:10px 0 0;font-size:52px;line-height:1.04;max-width:900px}.hidden-word-clues{padding:22px 26px;min-height:0;display:flex;flex-direction:column;overflow:hidden}.hidden-word-clues header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;flex:0 0 auto}.hidden-word-clues header span{font-weight:900;letter-spacing:.12em}.hidden-word-clues header strong{color:#52f6bd;font-size:27px}.hidden-word-clue{display:grid;grid-template-columns:112px minmax(0,1fr) 132px;gap:14px;align-items:center;padding:16px 18px;margin:8px 0;border:1px solid rgba(255,255,255,.13);border-radius:18px;background:rgba(255,255,255,.055);animation:hwIn .35s ease both;min-height:86px}.hidden-word-clue b{color:#41e9ff}.hidden-word-clue span{font-size:29px;line-height:1.08;font-weight:800;white-space:normal;overflow-wrap:anywhere}.hidden-word-clue em{text-align:right;color:#ffd76b;font-style:normal;font-weight:900}.hidden-word-answer{margin-top:auto;min-height:118px;display:flex;flex-direction:column;align-items:center;justify-content:center;border:2px solid rgba(82,246,189,.62);background:linear-gradient(145deg,rgba(7,46,53,.98),rgba(12,30,68,.96));border-radius:22px;box-shadow:0 0 28px rgba(82,246,189,.14);flex:0 0 auto}.hidden-word-answer[hidden]{display:none!important}.hidden-word-answer small{color:#52f6bd;font-weight:900;letter-spacing:.16em}.hidden-word-answer strong{font-size:50px;line-height:1.05;margin-top:6px;max-width:880px;text-align:center;white-space:nowrap;overflow-wrap:normal;word-break:normal}@keyframes hwIn{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}


/* v3.1.12 — Hidden Word stays inside the TikTok-safe scene rectangle. */
.hidden-word-scene { box-sizing: border-box; z-index: 1; }
.hidden-word-title, .hidden-word-clues { min-width: 0; max-width: 100%; }
.hidden-word-clues { box-sizing: border-box; }
.hidden-word-answer { width: 100%; max-width: 100%; box-sizing: border-box; overflow: hidden; }
.hidden-word-answer strong { display:block; width:100%; padding:0 24px; box-sizing:border-box; }
