@import "https://fonts.googleapis.com/css2?family=Creepster&family=Fredoka:wght@400;500;600;700&display=swap";.tm-layout{--tm-bg:#4a2fa0;--tm-surface:#4ecdc4;--tm-raised:#65d5cd;--tm-accent:#ff4757;--tm-accent-dim:#ff47571a;--tm-accent-muted:#ff47574d;--tm-secondary:#ffd93d;--tm-border:#2d1b0e;--tm-text:#2d1b0e;--tm-muted:#fff;--tm-subtle:#f0ece8;background:var(--tm-bg);min-height:100vh;color:var(--tm-text);background-image:radial-gradient(at 15% 20%,#ff475726 0%,#0000 45%),radial-gradient(at 85% 40%,#ffd93d1a 0%,#0000 40%),radial-gradient(at 50% 85%,#4ecdc41f 0%,#0000 40%),radial-gradient(8px 10px at 45px 35px,#ffd93d40 50%,#0000 50%),radial-gradient(8px 10px at 60px 43px,#ffd93d40 50%,#0000 50%),radial-gradient(8px 10px at 52px 56px,#ffd93d40 50%,#0000 50%),radial-gradient(8px 10px at 160px 120px,#ff475733 50%,#0000 50%),radial-gradient(8px 10px at 175px 128px,#ff475733 50%,#0000 50%),radial-gradient(8px 10px at 167px 141px,#ff475733 50%,#0000 50%),radial-gradient(8px 10px at 270px 200px,#4ecdc433 50%,#0000 50%),radial-gradient(8px 10px at 285px 208px,#4ecdc433 50%,#0000 50%),radial-gradient(8px 10px at 277px 221px,#4ecdc433 50%,#0000 50%),radial-gradient(8px 10px at 100px 250px,#ffd93d2e 50%,#0000 50%),radial-gradient(8px 10px at 115px 258px,#ffd93d2e 50%,#0000 50%),radial-gradient(8px 10px at 107px 271px,#ffd93d2e 50%,#0000 50%),radial-gradient(8px 10px at 230px 60px,#ff47572e 50%,#0000 50%),radial-gradient(8px 10px at 245px 68px,#ff47572e 50%,#0000 50%),radial-gradient(8px 10px at 237px 81px,#ff47572e 50%,#0000 50%),radial-gradient(5px 5px at 50px 140px,#ffd93d26 50%,#0000 50%),radial-gradient(5px 5px at 200px 170px,#4ecdc426 50%,#0000 50%),radial-gradient(5px 5px at 310px 110px,#ff475726 50%,#0000 50%),radial-gradient(5px 5px at 140px 80px,#ffd93d1f 50%,#0000 50%);background-repeat:repeat;background-size:360px 300px;justify-content:center;align-items:center;padding:1.5rem;font-family:Fredoka,sans-serif;display:flex}.tm-landing{text-align:center;width:100%;max-width:600px}.tm-title h1{letter-spacing:.04em;-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#fff 0%,#ffd93d 40%,#ff4757 70%,#4ecdc4 100%);-webkit-background-clip:text;background-clip:text;margin:0 0 .3em;font-family:Creepster,cursive;font-size:clamp(3.2rem,8vw,5rem);font-weight:400}.tagline{color:#ffffffb3;margin-bottom:2.5rem;font-size:1.05rem;font-style:italic}.tm-cards{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.tm-card{background:var(--tm-surface);border:3px solid var(--tm-border);cursor:pointer;box-shadow:0 4px 0 var(--tm-border);border-radius:16px;padding:2rem 1.4rem;transition:all .2s;position:relative;overflow:hidden}.tm-card:hover{box-shadow:0 8px 0 var(--tm-border);transform:translateY(-4px)}.tm-card:active{box-shadow:0 2px 0 var(--tm-border);transform:translateY(0)}.tm-card:before{content:"";background:linear-gradient(90deg,var(--tm-accent),var(--tm-secondary),#c8a0ff);opacity:0;height:2px;transition:opacity .25s;position:absolute;top:0;left:0;right:0}.tm-card.play:after{content:"👾";opacity:.08;pointer-events:none;font-size:2.8rem;position:absolute;bottom:-8px;right:-6px;transform:rotate(12deg)}.tm-card.join:after{content:"🔍";opacity:.08;pointer-events:none;font-size:2.8rem;position:absolute;bottom:-8px;right:-6px;transform:rotate(-8deg)}.tm-card:hover{border-color:var(--tm-accent-muted);background:var(--tm-raised);transform:translateY(-3px);box-shadow:0 12px 40px #0000004d}.tm-card:hover:before{opacity:1}.tm-icon{filter:drop-shadow(0 2px 8px #0000004d);margin-bottom:.4rem;font-size:2.8rem;display:inline-block}.tm-card h2{color:#3d2c1a;letter-spacing:.04em;text-transform:uppercase;margin:0 0 .4rem;font-family:Fredoka,sans-serif;font-size:1.1rem;font-weight:700}.tm-card p{color:var(--tm-muted);margin:0;font-size:.82rem;line-height:1.5}.code-form{margin-top:1rem}#ww-input{border:3px solid var(--tm-border);color:#1a0e08;box-sizing:border-box;text-align:center;letter-spacing:.18em;background:#ffd93d;border-radius:10px;outline:none;width:100%;max-width:220px;padding:.65rem 1rem;font-family:Space Mono,monospace;font-size:1rem;transition:border-color .2s}#ww-input:focus{border-color:var(--tm-border);box-shadow:none}#ww-input::placeholder{letter-spacing:0;color:#4a3a28;font-family:Fredoka,sans-serif}.tm-btn{background:var(--tm-accent);color:#fff;border:3px solid var(--tm-border);letter-spacing:.06em;text-transform:uppercase;cursor:pointer;white-space:nowrap;box-shadow:0 4px 0 var(--tm-border);border-radius:10px;padding:.7rem 1.8rem;font-family:Fredoka,sans-serif;font-size:.78rem;font-weight:700;text-decoration:none;transition:all .1s;display:inline-block}.tm-btn:hover{box-shadow:0 6px 0 var(--tm-border);background:#ff6b7a;transform:translateY(-2px)}.tm-btn:active{box-shadow:0 1px 0 var(--tm-border);transform:translateY(2px)}.tm-btn.large{padding:1rem 2.5rem;font-size:.88rem}.tm-btn.large:hover{box-shadow:0 7px 0 var(--tm-border);transform:translateY(-3px)}.tm-btn.small{padding:.5rem 1.2rem;font-size:.7rem}.tm-btn.danger{background:#ff4757}.back-link{text-transform:uppercase;letter-spacing:.08em;color:#ffffffb3;margin-bottom:.5rem;font-family:Fredoka,sans-serif;font-size:.72rem;text-decoration:none;transition:color .2s;display:inline-block}.back-link:hover{color:var(--tm-accent)}.print-header .back-link{color:#888}.print-header .back-link:hover{color:#333}.tm-manage{text-align:left;width:100%;max-width:640px}.tm-manage h1{color:#fff;margin:0 0 .5rem;font-family:Creepster,cursive;font-size:1.9rem}.tm-manage p{color:#fff;margin:0 0 1rem;font-size:1.05rem}.manage-header{margin-bottom:1.5rem}.creator-label{color:var(--tm-muted);margin:0;font-size:.85rem}.switch-creator{color:var(--tm-subtle);font-size:.8rem}.link-btn{color:var(--tm-accent);font-family:inherit;font-size:inherit;cursor:pointer;text-underline-offset:2px;background:0 0;border:none;padding:0;text-decoration:underline}.link-btn:hover{color:#f5c8a0}.name-prompt{text-align:center;max-width:400px;margin:0 auto}.name-prompt p{color:var(--tm-muted);margin-bottom:1.5rem}.name-form{align-items:center;gap:.6rem;display:flex}.name-input{border:3px solid var(--tm-border);color:#1a0e08;box-sizing:border-box;text-align:center;letter-spacing:.15em;background:#ffd93d;border-radius:10px;outline:none;padding:.6rem 1rem;font-family:Space Mono,monospace;font-size:1rem;transition:border-color .2s}.name-input::placeholder{color:#4a3a28;letter-spacing:0;font-family:Fredoka,sans-serif}.name-input:focus{border-color:var(--tm-accent);box-shadow:0 0 20px var(--tm-accent-dim)}.inline-form{align-items:center;gap:.5rem;margin:.5rem 0;display:flex}.inline-form .name-input{text-align:left;letter-spacing:0;flex:1;font-family:Fredoka,sans-serif}.game-list{flex-direction:column;gap:.7rem;margin-top:1.5rem;display:flex}.game-card{background:var(--tm-surface);border:3px solid var(--tm-border);box-shadow:0 4px 0 var(--tm-border);border-radius:12px;justify-content:space-between;align-items:center;gap:1rem;padding:1.1rem 1.3rem;display:flex}.game-info h3{color:#2d1b0e;margin:0 0 .3rem;font-family:Fredoka,sans-serif;font-size:1.15rem}.game-meta{color:var(--tm-muted);gap:1rem;font-size:.78rem;display:flex}.game-code{color:var(--tm-secondary);font-family:Space Mono,monospace}.game-actions{flex-shrink:0;gap:.4rem;display:flex}.play-wrap{width:100%;max-width:min(90vw,700px);margin:0 auto}.tm-shake{animation:tm-shake-kf var(--shake-dur,.3s)ease}@keyframes tm-shake-kf{0%,to{transform:translate(0)}10%{transform:translate(calc(var(--shake-dist,3px)*-1),calc(var(--shake-dist,3px)*.3))}20%{transform:translate(calc(var(--shake-dist,3px)*.7),calc(var(--shake-dist,3px)*-.5))}30%{transform:translate(calc(var(--shake-dist,3px)*-.5),calc(var(--shake-dist,3px)*.7))}40%{transform:translate(calc(var(--shake-dist,3px)*.4),calc(var(--shake-dist,3px)*-.3))}50%{transform:translate(calc(var(--shake-dist,3px)*-.3),calc(var(--shake-dist,3px)*.4))}60%{transform:translate(calc(var(--shake-dist,3px)*.2),calc(var(--shake-dist,3px)*-.2))}70%{transform:translate(calc(var(--shake-dist,3px)*-.1),calc(var(--shake-dist,3px)*.1))}80%{transform:translate(calc(var(--shake-dist,3px)*.05),calc(var(--shake-dist,3px)*-.05))}}.play-head{text-align:center;margin-bottom:2rem}.play-head h1{-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#fff 0%,#ff4757 50%,#ffd93d 100%);-webkit-background-clip:text;background-clip:text;margin:.3rem 0 .5rem;font-family:Creepster,cursive;font-size:1.8rem}.camera-error{color:#ff4757;background:#fff0f0;border:3px solid #ff4757;border-radius:10px;align-items:center;gap:.5rem;margin:1rem 0;padding:.6rem 1rem;font-size:.8rem;display:flex;box-shadow:0 3px #c03545}.tm-row{flex-wrap:wrap;justify-content:center;align-items:flex-start;gap:.7rem;min-height:380px;padding:.5rem 0 1rem;display:flex;position:relative}.tm-slot{border:3px solid var(--tm-border);width:120px;height:100px;box-shadow:0 4px 0 var(--tm-border);border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;transition:all .3s;animation:3s ease-in-out infinite tm-bob;display:flex;position:relative}.tm-slot:first-child{animation-delay:0s}.tm-slot:nth-child(2){animation-delay:.35s}.tm-slot:nth-child(3){animation-delay:.7s}.tm-slot:nth-child(4){animation-delay:1.05s}.tm-slot:nth-child(5){animation-delay:.2s}.tm-slot:nth-child(6){animation-delay:.5s}.tm-slot:nth-child(7){animation-delay:.85s}.tm-slot:nth-child(8){animation-delay:.3s}.tm-slot:nth-child(9){animation-delay:.65s}.tm-slot:nth-child(10){animation-delay:1s}@media (width>=700px){.tm-slot{border-radius:18px;width:140px;height:120px}.tm-slot:first-child{margin-top:10px;margin-left:5px}.tm-slot:nth-child(2){margin-top:50px;margin-left:-15px;margin-right:20px}.tm-slot:nth-child(3){margin-top:0;margin-left:30px;margin-right:-5px}.tm-slot:nth-child(4){margin-top:40px;margin-left:20px}.tm-slot:nth-child(5){margin-top:5px;margin-left:-20px;margin-right:15px}.tm-slot:nth-child(6){margin-top:55px;margin-left:10px}.tm-slot:nth-child(7){margin-top:20px;margin-left:-10px}.tm-slot:nth-child(8){margin-top:35px;margin-left:35px}.tm-slot:nth-child(9){margin-top:5px;margin-left:-20px;margin-right:25px}.tm-slot:nth-child(10){margin-top:45px;margin-left:15px;margin-right:-5px}}@keyframes tm-bob{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.tm-slot.found{background:var(--tm-surface);border-color:var(--tm-pupil)}.tm-slot.current{border-color:var(--tm-secondary);background:#ffd93d;animation:3s ease-in-out infinite tm-bob,2s ease-in-out infinite current-glow;box-shadow:0 4px #b89a20}@keyframes current-glow{0%,to{box-shadow:0 0 20px #3db8a81a}50%{box-shadow:0 0 50px #3db8a84d}}.tm-slot.locked{box-shadow:none;opacity:.5;background:#2d1b0e4d;border-color:#2d1b0e4d}.tm-slot-num{color:#3d2c1a;font-family:Space Mono,monospace;font-size:1.4rem;font-weight:700}@media (width>=700px){.tm-slot-num{font-size:1.8rem}}.tm-slot.locked .tm-slot-num{color:#ffffff80;font-size:1.2rem}@media (width>=700px){.tm-slot.locked .tm-slot-num{font-size:1.6rem}}.tm-mini-monster{flex-direction:column;align-items:center;display:flex}.tm-mini-body{background:var(--tm-body);border:2px solid var(--tm-pupil);border-radius:35% 35% 42% 42%/32% 32% 45% 45%;justify-content:center;align-items:center;width:80px;height:80px;display:flex;position:relative}.tm-mini-eyes{gap:14px;display:flex;position:absolute;top:14px}.tm-mini-eye{background:#fff;border:2px solid #1a1a2e;border-radius:50%;justify-content:center;align-items:center;width:22px;height:26px;display:flex}.tm-mini-pupil{background:var(--tm-pupil);border-radius:50%;width:10px;height:12px;position:relative}.tm-mini-pupil:after{content:"";background:#fff;border-radius:50%;width:3px;height:3px;position:absolute;top:2px;right:2px}.tm-mini-mouth{border-bottom:2px solid var(--tm-pupil);border-radius:0 0 50% 50%;width:18px;height:4px;position:absolute;bottom:14px}@media (width>=700px){.tm-mini-body{width:100px;height:100px}.tm-mini-eyes{gap:18px;top:18px}.tm-mini-eye{width:28px;height:32px}.tm-mini-pupil{width:13px;height:15px}.tm-mini-pupil:after{width:4px;height:4px}.tm-mini-mouth{width:22px;height:6px;bottom:18px}}.play-reveal{text-align:center;width:100%;max-width:400px;margin-top:.5rem;margin-left:auto;margin-right:auto;animation:.5s clue-appear}@keyframes clue-appear{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.tm-clue{color:#2d1b0e;background:var(--tm-surface);border:3px solid var(--tm-border);box-shadow:0 4px 0 var(--tm-border);border-radius:12px;padding:1rem 1.2rem;font-family:Fredoka,sans-serif;font-size:1.15rem;line-height:1.5;position:relative}.tm-clue:before{content:"👾";opacity:.5;font-size:1.2rem;position:absolute;top:-10px;right:-8px}.tm-wrong{text-align:center;color:#ff4757;background:#fff0f0;border:3px solid #ff4757;border-radius:10px;margin-top:1rem;padding:.6rem 1rem;font-size:.85rem;animation:.3s clue-appear;box-shadow:0 3px #c03545}.tm-start{text-align:center;margin-top:1.5rem}.tm-start p{color:#ffffffb3;margin-bottom:1.5rem;font-size:.88rem;font-style:italic}.victory{text-align:center;padding:3rem 1rem;animation:1s victory-enter;position:relative}@keyframes victory-enter{0%{opacity:0;transform:scale(.7)}50%{transform:scale(1.05)}to{opacity:1;transform:scale(1)}}.tm-victory-icon{filter:drop-shadow(0 0 50px #ffd93d4d)drop-shadow(0 0 100px #ff475726);z-index:2;margin-bottom:.5rem;font-size:4.5rem;animation:2.5s ease-in-out infinite victory-burst;position:relative}@keyframes victory-burst{0%,to{filter:drop-shadow(0 0 50px #ffd93d4d);transform:scale(1)rotate(0)}25%{filter:drop-shadow(0 0 70px #4ecdc480);transform:scale(1.12)rotate(-6deg)}50%{filter:drop-shadow(0 0 90px #ffd93d66);transform:scale(1.04)rotate(0)}75%{filter:drop-shadow(0 0 70px #ff475780);transform:scale(1.1)rotate(6deg)}}.victory-stars{pointer-events:none;position:absolute;inset:0}.victory-stars span{opacity:.6;font-size:1.2rem;animation:3s ease-in-out infinite vm-orbit;position:absolute}.vm1{color:var(--tm-accent);animation-delay:0s;top:5%;left:20%}.vm2{color:var(--tm-secondary);animation-delay:.5s;top:12%;right:15%}.vm3{color:var(--tm-surface);animation-delay:1s;top:8%;left:50%}.vm4{color:var(--tm-secondary);animation-delay:1.5s;bottom:15%;left:10%}.vm5{color:var(--tm-accent);animation-delay:.3s;bottom:8%;right:20%}.vm6{color:var(--tm-surface);animation-delay:.8s;bottom:20%;right:40%}.vm7{color:var(--tm-accent);animation-delay:1.2s;top:2%;right:30%}.vm8{color:var(--tm-secondary);animation-delay:1.8s;bottom:5%;left:35%}@keyframes vm-orbit{0%,to{opacity:.6;transform:translateY(0)scale(1)}50%{opacity:1;transform:translateY(-12px)scale(1.3)}}.tm-victory-icon:after{content:"";pointer-events:none;z-index:-1;background:radial-gradient(circle,#ffd93d14 0%,#0000 60%);border-radius:50%;width:180px;height:180px;margin:-90px 0 0 -90px;animation:2s ease-in-out infinite glory-glow;position:absolute;top:50%;left:50%}@keyframes glory-glow{0%,to{opacity:.5;transform:scale(1)}50%{opacity:1;transform:scale(1.4)}}.victory-flourish{letter-spacing:.6em;color:#ffd93d80;margin-bottom:2rem;font-size:1.3rem;animation:1.5s ease-in-out infinite flourish-pulse}.victory-recap{text-align:left;max-width:360px;margin:1.5rem auto}.victory-recap h3{text-transform:uppercase;letter-spacing:.1em;color:#ffffff80;margin:0 0 .6rem;font-family:Fredoka,sans-serif;font-size:.7rem}.recap-item{background:#ffffff14;border-radius:8px;align-items:center;gap:.5rem;margin-bottom:.35rem;padding:.45rem .7rem;font-size:.85rem;display:flex}.recap-dot{border:1.5px solid;border-radius:50%;flex-shrink:0;width:10px;height:10px}.recap-pos{color:var(--tm-secondary);min-width:1.6rem;font-family:Space Mono,monospace;font-size:.7rem}.recap-text{color:#ffffffe6;flex:1;font-family:Fredoka,sans-serif}@keyframes flourish-pulse{0%,to{opacity:.4}50%{opacity:.8}}.tm-error{text-align:center;max-width:400px}.tm-error h1{color:#fff;margin-bottom:1.5rem;font-family:Creepster,cursive;font-size:1.5rem}.victory h2{color:#fff;text-shadow:0 2px #2d1b0e;margin:0 0 .3rem;font-family:Creepster,cursive;font-size:2.2rem}.victory-sub{color:#fffc;margin-bottom:.8rem;font-size:1rem;font-style:italic}.clue-list{margin:1.5rem 0}.clue-list h2{text-transform:uppercase;letter-spacing:.1em;color:var(--tm-muted);margin:0 0 .8rem;font-family:Fredoka,sans-serif;font-size:.78rem}.clue-item{background:var(--tm-surface);border:3px solid var(--tm-border);box-shadow:0 3px 0 var(--tm-border);border-radius:10px;align-items:center;gap:.5rem;margin-bottom:.5rem;padding:.6rem .8rem;font-size:.9rem;display:flex}.clue-pos{color:var(--tm-secondary);min-width:2rem;font-family:Space Mono,monospace;font-size:.8rem}.clue-item .clue-text{color:var(--tm-text);flex:1;font-family:Fredoka,sans-serif;font-size:.9rem}.clue-arrows{flex-direction:column;gap:.15rem;display:flex}.tm-btn.tiny{min-width:0;padding:.1rem .35rem;font-size:.75rem;line-height:1}.edit-actions{gap:.6rem;margin-top:1.5rem;display:flex}.color-dot{border:1px solid #0003;border-radius:50%;flex-shrink:0;width:10px;height:10px;margin-right:4px;display:inline-block}.print-layout{color:#1a1a1a;background:#f8f6f2;min-height:100vh;padding:1rem;font-family:Fredoka,sans-serif}.print-header{text-align:center;margin-bottom:1.5rem}.print-header h1{color:#1a1a1a;margin:0 0 .3rem;font-family:Creepster,cursive;font-size:1.4rem}.print-instructions{color:#666;max-width:500px;margin:0 auto;font-size:.75rem;line-height:1.4}.print-grid{grid-template-columns:repeat(2,1fr);max-width:900px;margin:0 auto;display:grid}@media (width>=750px){.print-grid{grid-template-columns:repeat(3,1fr)}}.tm-print-item{page-break-inside:avoid;break-inside:avoid;print-color-adjust:exact;-webkit-print-color-adjust:exact;background:#fff;border:1px dashed #bbb;flex-direction:column;align-items:center;padding:.6rem .5rem .4rem;display:flex;position:relative}.monster-print-wrap{flex-direction:column;align-items:center;display:flex}.monster-body{background:var(--body);print-color-adjust:exact;-webkit-print-color-adjust:exact;border-radius:35% 35% 42% 42%/32% 32% 45% 45%;flex-direction:column;justify-content:center;align-items:center;width:210px;height:210px;display:flex;position:relative}.monster-eyes{gap:34px;display:flex;position:absolute;top:22px}.eye{print-color-adjust:exact;-webkit-print-color-adjust:exact;background:#fff;border:2px solid #1a1a2e;border-radius:50%/55% 55% 45% 45%;justify-content:center;align-items:center;width:38px;height:42px;display:flex}.pupil{print-color-adjust:exact;-webkit-print-color-adjust:exact;background:#1a1a2e;border-radius:50%;width:18px;height:20px;position:relative}.pupil:after{content:"";print-color-adjust:exact;-webkit-print-color-adjust:exact;background:#fff;border-radius:50%;width:5px;height:5px;position:absolute;top:2px;right:2px}.monster-qr{print-color-adjust:exact;-webkit-print-color-adjust:exact;background:#fff;border-radius:6px;justify-content:center;align-items:center;width:132px;height:132px;padding:4px;display:flex}.monster-qr svg{width:100%;height:100%;display:block}.monster-mouth{border-bottom:3px solid var(--mouth);print-color-adjust:exact;-webkit-print-color-adjust:exact;border-radius:0 0 50% 50%;width:38px;height:10px;position:absolute;bottom:38px}.monster-hands{z-index:1;width:210px;position:relative}.hand{background:var(--hands);print-color-adjust:exact;-webkit-print-color-adjust:exact;border-radius:6px;width:22px;height:30px;position:absolute;top:100px}.hand.left{left:-12px}.hand.right{right:-12px}.monster-feet{gap:48px;margin-top:-6px;display:flex}.foot{background:var(--feet);print-color-adjust:exact;-webkit-print-color-adjust:exact;border-radius:6px;width:40px;height:16px}.clue-label{font-family:var(--font-ui);color:#334;margin-top:.3rem;font-size:.9rem;font-weight:600}.print-legend{border-top:2px solid #ccc;max-width:900px;margin:2rem auto 0;padding-top:1rem}.print-legend h2{font-family:var(--font-ui);text-transform:uppercase;letter-spacing:.05em;color:#445;margin-bottom:.6rem;font-size:.85rem}.legend-list{flex-direction:column;gap:.25rem;display:flex}.legend-entry{gap:.5rem;font-size:.8rem;line-height:1.4;display:flex}.legend-num{font-family:var(--font-ui);color:#334;min-width:2em;font-weight:600}.legend-text{color:#445}.print-footer{text-align:center;color:#888;margin-top:1.5rem;font-size:.7rem}.print-footer .tm-btn{color:#333;background:#eee;border-color:#999;margin-top:.8rem}@media print{.print-layout{max-width:100%;padding:.3rem}.print-header{margin-bottom:.4rem}.print-header h1{font-size:.9rem}.print-instructions{display:none}.print-grid{max-width:100%}.tm-print-item{print-color-adjust:exact;-webkit-print-color-adjust:exact;padding:.25rem .2rem .2rem}.monster-body{width:144px;height:144px}.monster-eyes{gap:24px;top:14px}.eye{width:26px;height:30px}.pupil{width:13px;height:15px}.pupil:after{width:3px;height:3px;top:2px;right:2px}.monster-qr{width:86px;height:86px;padding:3px}.monster-mouth{border-bottom-width:2px;width:26px;height:7px;bottom:26px}.monster-hands{width:144px}.hand{border-radius:4px;width:16px;height:20px;top:70px}.hand.left{left:-8px}.hand.right{right:-8px}.monster-feet{gap:36px;margin-top:-4px}.foot{border-radius:4px;width:28px;height:12px}.clue-label{margin-top:.2rem;font-size:.65rem}.print-legend{margin-top:1rem;padding-top:.6rem;font-size:.65rem}.print-legend h2{margin-bottom:.3rem;font-size:.65rem}.legend-list{gap:.15rem}.legend-entry{font-size:.6rem}.print-footer .tm-btn,.print-header .back-link{display:none}}