:root{--primary-color: rgb(0, 8, 177);--accent-color: #2196f3;--found-word-1-bg-color: #e8f5e9;--found-word-1-text-color: #1b5e20;--found-word-2-bg-color: #e3f2fd;--found-word-2-text-color: #0d47a1;--found-word-3-bg-color: #fff3e0;--found-word-3-text-color: #e65100;--found-word-4-bg-color: #f3e5f5;--found-word-4-text-color: #4a148c;--found-word-5-bg-color: #e0f7fa;--found-word-5-text-color: #006064;--found-word-6-bg-color: #fff8e1;--found-word-6-text-color: #ff6f00;--found-word-7-bg-color: #fce4ec;--found-word-7-text-color: #880e4f;--found-word-8-bg-color: #e8eaf6;--found-word-8-text-color: #1a237e}*{font-family:Fredoka,sans-serif}body{margin:0;padding:20px;display:flex;flex-direction:column;align-items:center;min-height:100vh}h1{font-size:24px;margin-bottom:20px;margin-top:0}a{color:var(--primary-color);text-decoration:underline;transition:color .2s}a:hover{color:#777}#login-container{max-width:600px;width:100%;margin:2rem auto;padding:1.5rem;border-radius:12px;background:#fff;box-shadow:0 2px 8px #0000001a;box-sizing:border-box}.game-intro{text-align:center;margin-bottom:2rem}.game-intro h1{color:#2c3e50;font-size:2.2rem;margin-bottom:1.5rem}.game-features{display:flex;justify-content:space-around;gap:1rem;margin:1.5rem 0}.feature{flex:1;text-align:center;padding:1rem;border-radius:8px;background:#f8f9fa;transition:transform .2s}.feature:hover{transform:translateY(-2px)}.feature-icon{font-size:2rem;margin-bottom:.5rem;display:block}.feature p{color:#495057;font-size:.95rem}.start-game-box{background:#f8f9fa;padding:2rem;border-radius:8px;margin-top:2rem}.start-game-box h2{color:#2c3e50;font-size:1.5rem;margin-bottom:1.5rem;margin-top:.2rem;text-align:center}.input-group{margin-bottom:1.5rem}.input-group label{display:block;margin-bottom:.5rem;color:#495057;font-weight:500}.input-group input{width:100%;padding:.8rem;border:2px solid #e9ecef;border-radius:6px;font-size:1rem;transition:border-color .2s}.input-group input:focus{border-color:#4dabf7;outline:none}.input-hint{display:block;font-size:.85rem;color:#868e96;margin-top:.5rem}.start-button{padding:1rem;font-size:1.1rem;font-weight:600}@media(max-width:480px){.game-features{flex-direction:column;gap:1rem}}#enter-game-form{display:flex;flex-direction:column;gap:15px;width:100%}#enter-game-form span{font-size:12px;color:#666}#email-input,#display-name-input{padding:10px;font-size:16px;border:1px solid #ddd;border-radius:4px;width:100%;box-sizing:border-box}button,.icon-button{border:none;border-radius:4px;cursor:pointer;transition:all .3s}button{padding:10px 20px;background-color:var(--primary-color);color:#fff;font-size:16px}.icon-button{background:none;padding:8px;color:#333;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;line-height:0}button:hover{color:#fff;background-color:var(--accent-color)}button:disabled{background-color:#ccc;cursor:not-allowed}#game-container{display:flex;flex-direction:column;align-items:center;width:100%;max-width:100%;padding:1rem;box-sizing:border-box;overflow-x:hidden}#word-search-canvas{display:block;max-width:100%;height:auto;margin:0 auto}.game-header{display:flex;justify-content:space-between;align-items:center;padding:10px;background-color:#fff;border-radius:4px;box-shadow:0 2px 4px #0000001a;margin-bottom:20px;flex-wrap:wrap;gap:8px}#word-list{padding:1rem;background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin-top:1rem;width:100%;max-width:250px;box-sizing:border-box;position:sticky;top:1rem}#word-list h3{margin-top:0;color:#333}#word-list ul{list-style:none;padding:0;margin:0}#words{display:inline-block;vertical-align:top;margin-left:2rem;padding:20px 0 0}#words li{word-break:break-word;white-space:normal;padding:6px 12px;margin:4px 0;border-radius:4px;border:1px solid #e0e0e0;transition:all .3s ease;position:relative;display:flex;align-items:center}#words li:not(.found-word){background-color:#fff;border:1px solid #e0e0e0;color:#333}#words li.found-word{text-decoration:line-through;opacity:.7;transition:all .3s ease}#leaderboard-container{width:100%;max-width:600px;margin:1rem auto}.leaderboard,.leaderboard-popup,#login-container,.theme-container{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;overflow:hidden}.leaderboard-popup{border-radius:12px;box-shadow:0 2px 8px #0000001a;overflow:hidden;margin:0 auto}.leaderboard-tabs{display:flex;border-bottom:1px solid #e9ecef;background:#f8f9fa;position:relative}.tab-button{flex:1;padding:1rem;border:none;background:none;font-weight:600;color:#6c757d;cursor:pointer;transition:color .2s;position:relative}.tab-button.active:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:3px;background:var(--primary-color);animation:slideIn .2s ease-out}@keyframes slideIn{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.board{display:none;padding:1rem}.board.active{display:block}.board ol{list-style:none;padding:0;margin:0}.board li{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;border-bottom:1px solid #e9ecef;transition:background-color .2s}.board li:last-child{border-bottom:none}.board li:hover{background-color:#f8f9fa}.player-name{display:flex;align-items:center;gap:8px;flex:1;min-width:0;margin-left:.25rem}.player-name span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.player-score{display:flex;align-items:center;gap:8px;background:#f8f9fa;padding:4px 12px;border-radius:20px;font-weight:500;margin-left:8px;white-space:nowrap}.empty-message{text-align:center;color:#6c757d;font-style:italic;padding:2rem;margin:0}.board li[data-position]:before{content:attr(data-position);color:#6c757d;margin-right:8px}.rank-1:before{content:"🏆";color:gold}.rank-2:before{content:"🥈";color:silver}.rank-3:before{content:"🥉";color:#cd7f32}.tied-badge{font-size:.7em;background:#e9ecef;color:#495057;padding:2px 6px;border-radius:4px;font-weight:700;flex-shrink:0}@media(max-width:768px){#game-container{padding:.5rem}.game-play-area{flex-wrap:wrap!important}#word-search-canvas{width:100%;touch-action:none}#word-list{margin-top:1rem;width:100%;max-width:none}#words{display:flex;flex-wrap:wrap;gap:8px;margin-left:0;padding:10px 0}#words li{margin:0;flex:0 1 auto}.theme-container{margin:.5rem;padding:1rem}}@media(max-width:320px){#game-container{padding:.25rem}}#timer{font-family:monospace;font-size:1.2em;color:#333;background-color:#f8f9fa;padding:5px 10px;border-radius:4px;white-space:nowrap}#player-email{color:#666;font-size:.9em}#hint-container{margin-top:20px;text-align:center}#next-puzzle-container{margin-top:16px;text-align:center}.game-play-area{display:flex;flex-wrap:nowrap;gap:1rem;align-items:flex-start;justify-content:center;width:-moz-fit-content;width:fit-content;max-width:100%;margin:0 auto}.popover{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:1000;align-items:center;justify-content:center}.popover.show{display:flex;animation:fadeIn .3s ease-out}.popover-content{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 4px 12px #00000026;text-align:center;width:100%;min-width:300px;max-width:min(400px,80vw);max-height:80vh;overflow-y:auto;animation:slideIn .3s ease-out;margin:20px}.popover-content h3{margin-top:0;color:var(--primary-color)}.popover-content p{margin:0 0 1.5rem;font-size:1.1rem}.popover-content .cancel-button{background:none;border:1px solid #ddd;color:#666}.popover-content .cancel-button:hover{background:none;border:1px solid #333;color:#333}.popover-content .leaderboard-popup{border-radius:0;box-shadow:none}@keyframes fadeIn{0%{opacity:0}}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px)}}.icon-button{background:none;border:none;padding:8px;cursor:pointer;color:#333;border-radius:50%;transition:background-color .2s;width:40px;height:40px;display:flex;align-items:center;justify-content:center;line-height:0}.icon-button:hover{background-color:#0003}.icon-button svg{width:24px;height:24px}.settings-content{min-width:300px}.setting-item{margin:1rem 0}.setting-item label{display:flex;align-items:center;gap:.5rem;cursor:pointer}.setting-buttons{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem}.setting-item input[type=range]{width:100%;margin:10px 0}#font-size-value{display:inline-block;min-width:40px}.leaderboard-link{margin-top:20px;text-align:center;display:flex;flex-direction:column;gap:8px}.leaderboard-link a{color:var(--primary-color);text-decoration:none;font-size:.95rem}.leaderboard-link a:hover{text-decoration:underline}.winners-link{color:var(--accent-color)!important}.leaderboard-popup .board{display:none}.leaderboard-popup .board.active{display:block}.leaderboard-popup ol{list-style-position:inside;padding:0}.leaderboard-popup li{padding:.5rem;border-bottom:1px solid #e9ecef}.leaderboard-popup li:last-child{border-bottom:none}.leaderboard-popup .empty-message{text-align:center;color:#868e96;font-style:italic}.popover h3{margin:0 0 1rem;color:#2c3e50;text-align:center}.current-player{border-left:3px solid rgb(0,8,177);background:#f0f4ff!important}@keyframes flame{0%{transform:scale(1) rotate(-2deg)}50%{transform:scale(1.1) rotate(2deg)}to{transform:scale(1) rotate(-2deg)}}.streak-badge{display:inline-flex;align-items:center;gap:4px;background:linear-gradient(45deg,#ff4e50,#f9d423);color:#fff;padding:4px 8px;border-radius:12px;font-size:.8em;font-weight:700;margin-left:8px;flex-shrink:0}.streak-flame{display:inline-block;animation:flame 1.5s infinite;transform-origin:center}.streak-count{margin-left:2px}.theme-container{background:linear-gradient(to right bottom,#fff,#f8f9fa);padding:1.2rem 1.8rem;border-radius:12px;box-shadow:0 2px 12px #00000014;text-align:center;border:1px solid rgba(0,8,177,.1)}.theme-container.sponsored{border:1px solid var(--primary-color)}.theme-content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.8rem;text-align:center}.national-day-link{font-family:Fredoka,sans-serif;color:var(--primary-color);font-weight:600;text-decoration:none;font-size:1.1rem;line-height:1.3;margin-bottom:.2rem}.national-day-link:hover{color:var(--accent-color)}.sponsor-section{display:flex;flex-direction:column;align-items:center;gap:1rem;padding-top:.8rem;border-top:1px solid rgba(0,0,0,.1);width:100%;margin-bottom:2rem}.sponsor-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;width:100%;margin-bottom:1rem}.sponsor-item{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:1rem;box-shadow:0 2px 4px #0000001a;border-radius:8px;background-color:#fff;height:100%;margin-bottom:1rem}.sponsor-logo{max-height:50px;margin-bottom:.5rem}.sponsor-tagline{font-size:.85rem;color:#666}.word-search-logo{max-height:40px;max-width:200px;-o-object-fit:contain;object-fit:contain}.word-search-theme-title{font-family:Fredoka,sans-serif;font-size:.85rem;color:#666;text-transform:uppercase;letter-spacing:2px;margin-bottom:.2rem;font-weight:400}.tagline{font-size:.9rem;color:#666;font-style:italic;line-height:1.3}.theme-text{font-family:Fredoka,sans-serif;color:#2c3e50;font-weight:600;margin:0;line-height:1.3;text-decoration:none}.score-details{display:flex;flex-direction:column;align-items:flex-end;gap:2px;font-size:.9rem}.score-details .penalty{color:#e74c3c;font-size:.8rem}.score-details .accuracy{color:#666;font-size:.8rem}.game-features,.game-play-area,.player-name,.player-score,.setting-buttons{display:flex;gap:1rem}#hint-button{background-color:var(--primary-color)}#hint-button:hover{background-color:var(--accent-color)}.sponsor-message{font-size:1rem;margin-bottom:.5rem;text-align:center}.sponsor-name{font-weight:700}@media(max-width:640px){body{padding:10px}#login-container{margin:1rem auto}}.player-info{display:flex;flex-direction:column;gap:4px;flex:1;min-width:0;margin:0 8px}#player-name{font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#player-email{color:#666;font-size:.9em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(max-width:480px){.game-header{padding:8px;gap:4px}#timer{order:-1;width:100%;text-align:center;margin-bottom:4px}.player-info{text-align:center;margin:0}}.share-buttons{display:flex;flex-direction:column;gap:8px;margin:1rem 0}.share-button{display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 20px;border-radius:6px;font-weight:500;transition:opacity .2s;width:100%}.share-button:hover{opacity:.9}.share-button svg{width:20px;height:20px;flex-shrink:0}.twitter{background-color:#000;color:#fff}.bluesky{background-color:#0560ff;color:#fff}.facebook{background-color:#1877f2;color:#fff}.native{background-color:#2ecc71;color:#fff}@media(min-width:400px){.share-buttons{flex-direction:row;flex-wrap:wrap}.share-button{flex:1 1 calc(50% - 4px);min-width:160px}}.feedback-content{min-width:300px;max-width:400px}.feedback-type{margin-bottom:1rem}.feedback-type label{display:block;margin:.5rem 0;cursor:pointer}.feedback-type input[type=radio]{margin-right:.5rem}.feedback-message{margin-bottom:1.5rem}.feedback-message label{display:block;margin-bottom:.5rem;color:#495057;font-weight:500}.feedback-message textarea{width:100%;padding:.8rem;border:2px solid #e9ecef;border-radius:6px;font-size:1rem;font-family:inherit;resize:vertical;min-height:100px;transition:border-color .2s}.feedback-message textarea:focus{border-color:#4dabf7;outline:none}#feedback-button:hover{background-color:#0000001a}.feedback-success{text-align:center;color:#2ecc71;margin:1rem 0}
