<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">h1{text-align:center;color:#333}hr{margin:40px 0}section{margin-bottom:40px;padding:20px;border:1px solid #ccc;border-radius:8px}h2{color:#555;border-bottom:1px solid #eee;padding-bottom:10px}#puzzle-container{display:flex;justify-content:center;padding:20px;margin-bottom:15px;position:relative!important;min-height:300px;max-width:100%;max-width:600px;margin-left:auto;margin-right:auto;overflow:visible}@media screen and (max-width:600px){section{margin-bottom:20px;padding:10px}#word-puzzle-game{padding:5px;margin-bottom:10px}#puzzle-container{padding:10px}#puzzle-container{padding:10px;min-height:auto;overflow:visible;margin-left:0;margin-right:0}.word-puzzle-grid{width:100%;table-layout:fixed}.word-puzzle-grid td{width:9.7vw;height:9.7vw;font-size:clamp(10px,4vw,20px);border-width:1px;padding:0;overflow:hidden;line-height:9.7vw;text-align:center}.word-puzzle-grid td:active{transform:scale(1.05)}#word-list ul{gap:8px;justify-content:space-around}#word-list li{padding:3px 8px}.word-circle{stroke-width:2}}.word-puzzle-grid{border-collapse:collapse;margin:0 auto;background-color:#fff;position:static;width:100%;table-layout:fixed}.word-puzzle-grid td{width:30px;height:30px;text-align:center;border:1px solid #ddd;background-color:#f9f9f9;font-weight:700;user-select:none;cursor:pointer;transition:background-color .2s,transform .1s;position:relative;font-size:clamp(12px,2.5vw,16px);box-sizing:border-box;padding:1px;line-height:30px}.word-puzzle-grid td:active{background-color:gold;transform:scale(1.1);z-index:5}.word-puzzle-grid td.selected{background-color:#ffde7d}.word-puzzle-grid td.found{background-color:#9fff9c;box-sizing:border-box}.word-circles-overlay{position:absolute;top:-10px;left:-10px;width:calc(100% + 20px);height:calc(100% + 20px);pointer-events:none;z-index:10}.word-circle{filter:drop-shadow(0 0 3px rgba(0, 0, 0, .2));opacity:.7}#word-list{max-width:90%;margin:20px auto;text-align:center}#word-list ul{list-style:none;padding:0;display:flex;flex-wrap:wrap;justify-content:center;gap:10px}#word-list li{background-color:#eee;padding:4px 10px;border-radius:15px;font-size:clamp(12px,3vw,14px)}#word-list li.found{background-color:#9fff9c;text-decoration:line-through}.crossword-layout{display:flex;flex-wrap:wrap;gap:20px;margin-bottom:20px}#crossword-container{flex:1;min-width:300px;display:flex;justify-content:center}#crossword-clues{flex:1;min-width:250px;display:flex;flex-direction:column;gap:20px}.across-clues,.down-clues{background-color:#f7f7f7;padding:15px;border-radius:5px}.across-clues h4,.down-clues h4{margin-top:0;color:#444;border-bottom:1px solid #ddd;padding-bottom:5px}.crossword-clues ul{list-style:none;padding:0;margin:0;max-height:300px;overflow-y:auto}.crossword-clues li{padding:5px 0;margin-bottom:5px;cursor:pointer;transition:background-color .2s}.crossword-clues li:hover{background-color:#eee}.crossword-clues li.selected-clue{background-color:#e0f0ff;font-weight:700}.clue-number{font-weight:700;margin-right:5px}.crossword-grid{border-collapse:collapse;margin:0 auto}.crossword-grid td{width:35px;height:35px;position:relative;box-sizing:border-box;padding:0;text-align:center}.puzzle-cell{border:1px solid #333;background-color:#fff}.empty-cell{background-color:#333}.cell-number{position:absolute;top:2px;left:2px;font-size:10px;line-height:1;z-index:1}.puzzle-cell input{width:100%;height:100%;border:none;outline:0;background:0 0;text-align:center;font-size:18px;text-transform:uppercase;cursor:pointer}.puzzle-cell.highlighted{background-color:#e0f0ff}.puzzle-cell.selected{background-color:#ffde7d}.puzzle-cell input.correct{color:green;font-weight:700}.puzzle-cell input.incorrect{color:red}.crossword-controls{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-top:20px}.crossword-controls button{padding:8px 16px;background-color:#4a90e2;color:#fff;border:none;border-radius:4px;cursor:pointer}.crossword-controls button:hover{background-color:#357ab8}#reset-crossword{background-color:#f0ad4e}#reset-crossword:hover{background-color:#ec971f}#crossword-message{margin-left:10px;font-weight:700}.success-message{color:green}.info-message{color:#5978e0}#events-container{border:1px solid #ddd;padding:15px;min-height:80px;margin-bottom:20px;background-color:#f0f0f0;border-radius:6px}#timeline-container{border:2px solid #aaa;padding:15px;min-height:120px;background-color:#f9f9f9;border-radius:6px;position:relative;display:flex;flex-wrap:wrap;align-items:center;gap:10px}#timeline-container:before{content:"";position:absolute;left:0;right:0;top:50%;height:4px;background-color:#888;z-index:0}.event-item{background-color:#fff;border:1px solid #bbb;border-radius:4px;padding:10px 15px;margin:5px;cursor:grab;display:inline-block;box-shadow:0 2px 4px rgba(0,0,0,.1);position:relative;z-index:1;transition:all .2s ease;max-width:250px}.event-item:hover{transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,.1)}.event-item.correct-order{background-color:#e8ffe8;border-color:#8abd8a}#check-timeline,#reset-timeline{background-color:#4a90e2;color:#fff;border:none;border-radius:4px;padding:10px 20px;font-size:16px;cursor:pointer;margin-top:15px;margin-right:10px;transition:background-color .2s}#check-timeline:hover{background-color:#357ab8}#check-timeline:disabled{background-color:#b0b0b0;cursor:not-allowed}#reset-timeline{background-color:#5cb85c}#reset-timeline:hover{background-color:#449d44}#timeline-feedback{margin-top:15px;font-weight:700;font-size:16px;padding:10px;border-radius:4px}@media (max-width:600px){#puzzle-container{padding:5px;min-height:auto;overflow:visible}.word-puzzle-grid td{width:8vw;height:8vw;font-size:clamp(10px,3.5vw,18px);border-width:1px;padding:0}.word-puzzle-grid td:active{transform:scale(1.05)}#word-list ul{gap:8px;justify-content:space-around}#word-list li{padding:3px 8px}.word-circle{stroke-width:2}}@media (max-width:400px){.word-puzzle-grid td{width:24px;height:24px;font-size:11px}#word-list li{font-size:11px}}#slider-puzzle-container{position:relative;width:300px;height:300px;border:2px solid #333;margin:20px auto;background-color:#eee;overflow:hidden}.slider-tile{position:absolute;width:100px;height:100px;border:1px solid #ccc;background-size:300px 300px;cursor:pointer;transition:top .3s ease,left .3s ease;box-sizing:border-box;user-select:none;transition:top .2s ease-in-out,left .2s ease-in-out}.slider-tile.tile-transition{transition:top .3s ease,left .3s ease}.slider-tile.dragging{opacity:.5;cursor:grabbing;box-shadow:0 4px 8px rgba(0,0,0,.2);z-index:10}.slider-tile.empty{background-image:none!important;background-color:#ddd;cursor:default;border:none}#reset-slider{display:block;margin:15px auto;padding:8px 16px;background-color:#6c757d;color:#fff;border:none;border-radius:4px;cursor:pointer}#reset-slider:hover{background-color:#5a6268}#slider-message{text-align:center;margin-top:10px;font-weight:700}#crossword h1{margin-bottom:20px}#crossword .puzzle-container{display:flex;flex-wrap:wrap;gap:30px;justify-content:center}#crossword #crossword-grid{display:grid;border:2px solid #000;background-color:#ccc}#crossword .cell{width:35px;height:35px;background-color:#fff;border:1px solid #ccc;position:relative;display:flex;justify-content:center;align-items:center}#crossword .cell.black{background-color:#000;border:1px solid #000}#crossword .cell-input{width:100%;height:100%;text-align:center;border:none;font-size:1.2em;text-transform:uppercase;padding:0;margin:0;background:0 0;outline:0}#crossword .cell-number{position:absolute;top:1px;left:2px;font-size:.6em;font-weight:700;color:#555}#crossword .cell.highlight{background-color:#e0f7fa}#crossword .cell.current{outline:2px solid #007bff;z-index:1}#crossword .clues-container{display:flex;gap:20px}#crossword .clues{background-color:#fff;padding:15px;border-radius:5px;box-shadow:0 2px 4px rgba(0,0,0,.1)}#crossword .clues h2{margin-top:0;margin-bottom:10px;font-size:1.2em;border-bottom:1px solid #eee;padding-bottom:5px}#crossword .clues ul{list-style:none;padding:0;margin:0}#crossword .clues li{margin-bottom:8px;font-size:.9em;cursor:pointer}#crossword .clues li:hover{color:#007bff}#crossword .clues li.active{font-weight:700;color:#0056b3}#crossword .controls{margin-top:20px;display:flex;gap:10px}#crossword button{padding:10px 15px;font-size:1em;cursor:pointer;border:none;border-radius:5px;background-color:#007bff;color:#fff;transition:background-color .2s ease}#crossword button:hover{background-color:#0056b3}@media (max-width:768px){#crossword .puzzle-container{flex-direction:column;align-items:center}#crossword .cell{width:30px;height:30px}#crossword .cell-input{font-size:1em}#crossword .clues-container{flex-direction:row;justify-content:space-around;width:100%;max-width:500px}#crossword .clues{width:45%;padding:10px}}@media (max-width:480px){#crossword h1{font-size:1.5em}#crossword .cell{width:25px;height:25px}#crossword .cell-input{font-size:.9em}#crossword .clues-container{flex-direction:column;align-items:center;gap:15px}#crossword .clues{width:100%}#crossword .controls{flex-direction:column;width:80%;max-width:250px}#crossword button{width:100%}}</pre></body></html>