:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.board{border-collapse:separate;border-spacing:2px;padding:16px;background-color:#8b4513;border:2px solid #654321;border-radius:8px;box-shadow:0 4px 8px #0000004d}.board-cell-container{padding:0;border:none}.board-cell{width:60px;height:60px;border:1px solid #ddd;background-color:beige;cursor:pointer;display:flex;align-items:center;justify-content:center;position:relative;transition:all .2s ease;font-family:inherit;padding:0;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.board-cell:hover{background-color:#e6e6d4;transform:scale(1.05)}.board-cell:focus{outline:2px solid #007acc;outline-offset:2px}.board-cell--selected{background-color:#ffeb3b;border:2px solid #ff9800;box-shadow:0 0 8px #ffc10799}.board-cell--valid-target{background-color:#c8e6c9;border:2px dashed #4caf50}.board-cell--escape{background-color:#ffe0b2;border:2px solid #ff9800}.board-cell--escape:before{content:"⭐";position:absolute;top:2px;right:2px;font-size:12px;color:#ff9800}.ghost{width:55px;height:55px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;border:2px solid;box-shadow:0 2px 4px #0003;transition:transform .2s ease;cursor:pointer;touch-action:manipulation}.ghost:hover{transform:scale(1.1)}.ghost--blue.ghost--revealed{background-color:transparent;border-color:#1976d2}.ghost--red.ghost--revealed{background-color:transparent;border-color:#d32f2f}.ghost--hidden{background-color:transparent;border-color:#616161}.ghost--player{border-width:3px}.ghost--computer{border-style:dashed}.ghost-image{width:50px;height:50px;object-fit:cover;border-radius:50%;pointer-events:none;-webkit-user-select:none;user-select:none}.ghost--computer .ghost-image{transform:rotate(180deg)}.ghost--selected{border-width:4px;border-color:#ff9800!important;box-shadow:0 0 12px #ff9800cc;animation:selectedPulse 2s infinite}.valid-move-indicator{position:absolute;width:12px;height:12px;background-color:#4caf50;border-radius:50%;top:4px;left:4px;animation:pulse 1.5s infinite}@keyframes pulse{0%{transform:scale(1);opacity:1}50%{transform:scale(1.2);opacity:.7}to{transform:scale(1);opacity:1}}.board-cell--occupied{background-color:#f0f0f0}.board-cell--drop-target{background-color:#e3f2fd;border:2px solid #2196f3;box-shadow:0 0 10px #2196f380}.ghost--dragging{opacity:.8;transform:scale(1.1);z-index:1000;box-shadow:0 4px 8px #0000004d}@media (min-width: 1440px){.board{padding:24px}.board-cell{width:80px;height:80px}.ghost{width:75px;height:75px;font-size:16px}.ghost-image{width:70px;height:70px}}@media (min-width: 1024px) and (max-width: 1439px){.board{padding:20px}.board-cell{width:70px;height:70px}.ghost{width:65px;height:65px;font-size:15px}.ghost-image{width:60px;height:60px}}@media (min-width: 769px) and (max-width: 1023px){.board{padding:18px}.board-cell{width:65px;height:65px}.ghost{width:60px;height:60px;font-size:14px}.ghost-image{width:55px;height:55px}}@media (max-width: 768px){.board-cell{width:50px;height:50px;min-width:44px;min-height:44px}.ghost{width:40px;height:40px;font-size:12px;min-width:44px;min-height:44px}.ghost-image{width:38px;height:38px}.ghost--computer .ghost-image{transform:rotate(180deg)}.board{padding:12px}}@media (max-width: 480px){.board-cell{width:45px;height:45px;min-width:44px;min-height:44px}.ghost{width:36px;height:36px;font-size:10px;min-width:44px;min-height:44px}.ghost-image{width:34px;height:34px}.ghost--computer .ghost-image{transform:rotate(180deg)}.board{padding:8px}}.entrance{width:100vw;height:100vh;background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center;position:relative}.entrance-overlay{position:absolute;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center}.entrance-content{text-align:center;color:#fff;padding:2rem;max-width:500px}.entrance-title{font-size:4rem;font-weight:700;margin:0 0 1rem;text-shadow:2px 2px 4px rgba(0,0,0,.8);font-family:serif;letter-spacing:.1em}.entrance-subtitle{font-size:1.5rem;margin:0 0 3rem;text-shadow:1px 1px 2px rgba(0,0,0,.8);opacity:.9;font-weight:300}.entrance-buttons{display:flex;flex-direction:column;gap:1rem;align-items:center}.entrance-start-button,.entrance-rules-button{border:none;border-radius:50px;color:#fff;font-size:1.5rem;font-weight:600;padding:1rem 3rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #0000004d;text-transform:uppercase;letter-spacing:.05em;min-width:200px}.entrance-start-button{background:linear-gradient(135deg,#667eea,#764ba2)}.entrance-start-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0006;background:linear-gradient(135deg,#7c8ffc,#8a5cb4)}.entrance-rules-button{background:linear-gradient(135deg,#4caf50,#45a049)}.entrance-rules-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0006;background:linear-gradient(135deg,#5cbf60,#4fb85a)}.entrance-start-button:active,.entrance-rules-button:active{transform:translateY(0);box-shadow:0 2px 10px #0000004d}.entrance-start-button:focus,.entrance-rules-button:focus{outline:2px solid #fff;outline-offset:4px}@media (max-width: 768px){.entrance-title{font-size:3rem}.entrance-subtitle{font-size:1.2rem;margin-bottom:2rem}.entrance-start-button,.entrance-rules-button{font-size:1.2rem;padding:.8rem 2rem;min-width:180px}.entrance-content{padding:1.5rem}}@media (max-width: 480px){.entrance-title{font-size:2.5rem}.entrance-subtitle{font-size:1rem}.entrance-start-button,.entrance-rules-button{font-size:1rem;padding:.7rem 1.5rem;min-width:160px}.entrance-content{padding:1rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.entrance-content{animation:fadeInUp 1s ease-out}.entrance-title{animation:fadeInUp 1s ease-out .2s both}.entrance-subtitle{animation:fadeInUp 1s ease-out .4s both}.entrance-start-button{animation:fadeInUp 1s ease-out .6s both}.ghost-setup{display:flex;flex-direction:column;align-items:center;padding:1rem;color:#fff;width:100%}.setup-header{text-align:center;margin-bottom:2rem}.setup-header h2{font-size:2rem;margin:0 0 .5rem;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.setup-header p{font-size:1.1rem;margin:0;opacity:.9}.setup-content{display:flex;flex-direction:column;gap:2rem;align-items:center;margin-bottom:2rem}.ghost-list{background:#ffffff1a;border-radius:12px;padding:1.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 12px #0003;width:100%;max-width:400px}.ghost-list h3{margin:0 0 1rem;font-size:1.2rem}.ghost-items{display:grid;grid-template-columns:repeat(4,55px);gap:.75rem;justify-content:center}.ghost-item{display:flex;align-items:center;justify-content:center;width:55px;height:55px;background:#fff3;border:2px solid rgba(255,255,255,.3);border-radius:8px;cursor:grab;transition:all .2s ease;-webkit-user-select:none;user-select:none;touch-action:manipulation;padding:0;font-family:inherit}.ghost-item--selected{border-color:#ff9800;box-shadow:0 0 12px #ff9800cc;animation:selectedPulse 2s infinite}@keyframes selectedPulse{0%{box-shadow:0 0 12px #ff9800cc}50%{box-shadow:0 0 20px #ff9800}to{box-shadow:0 0 12px #ff9800cc}}.ghost-item:hover{background:#ffffff4d;transform:translateY(-1px)}.ghost-item--dragging{opacity:.8;transform:scale(1.05);box-shadow:0 4px 12px #0000004d;z-index:1000}.ghost-item-image{width:50px;height:50px;border-radius:50%;object-fit:cover;pointer-events:none;-webkit-user-select:none;user-select:none}.ghost-item-label{font-weight:500;text-transform:capitalize}.all-placed{text-align:center;font-style:italic;opacity:.8;margin:1rem 0}.setup-board{background-color:#8b4513;border:2px solid #654321;border-radius:8px;padding:16px;box-shadow:0 4px 8px #0000004d}.board-grid{display:flex;flex-direction:column;gap:2px}.board-row{display:flex;gap:2px}.setup-cell{width:60px;height:60px;border:1px solid #ddd;background-color:beige;display:flex;align-items:center;justify-content:center;position:relative;transition:all .2s ease;cursor:pointer;padding:0;font-family:inherit;touch-action:manipulation}.setup-cell:hover{background-color:#e6e6d4;transform:scale(1.05)}.setup-cell:focus{outline:2px solid #007acc;outline-offset:2px}.setup-cell--valid{background-color:#c8e6c9;border:2px dashed #4caf50}.setup-cell--occupied{background-color:#f0f0f0}.setup-cell--drop-target{background-color:#e3f2fd;border:2px solid #2196f3;box-shadow:0 0 10px #2196f380}.placed-ghost{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.placed-ghost-image{width:50px;height:50px;border-radius:50%;object-fit:cover;border:2px solid rgba(255,255,255,.8);pointer-events:none;-webkit-user-select:none;user-select:none}.placed-ghost-image--computer{transform:rotate(180deg)}@media (min-width: 1440px){.setup-board{padding:24px}.setup-cell{width:80px;height:80px}.placed-ghost-image{width:70px;height:70px}}@media (min-width: 1024px) and (max-width: 1439px){.setup-board{padding:20px}.setup-cell{width:70px;height:70px}.placed-ghost-image{width:60px;height:60px}}@media (min-width: 769px) and (max-width: 1023px){.setup-board{padding:18px}.setup-cell{width:65px;height:65px}.placed-ghost-image{width:55px;height:55px}}@media (max-width: 768px){.setup-cell{width:50px;height:50px;min-width:44px;min-height:44px}.placed-ghost-image{width:38px;height:38px}.setup-board{padding:12px}}@media (max-width: 480px){.setup-cell{width:45px;height:45px;min-width:44px;min-height:44px}.placed-ghost-image{width:34px;height:34px}.setup-board{padding:8px}}.setup-actions{text-align:center}.start-game-button{background:linear-gradient(135deg,#4caf50,#45a049);border:none;border-radius:25px;color:#fff;font-size:1.2rem;font-weight:600;padding:1rem 2rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #0003;text-transform:uppercase;letter-spacing:.05em}.start-game-button:enabled:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000004d;background:linear-gradient(135deg,#5cbf60,#4fb85a)}.start-game-button:disabled{background:#ffffff4d;color:#fff9;cursor:not-allowed;transform:none;box-shadow:none}@media (min-width: 1440px){.ghost-items{grid-template-columns:repeat(4,75px)}.ghost-item{width:75px;height:75px}.setup-cell{width:80px;height:80px}.placed-ghost-image,.ghost-item-image{width:70px;height:70px}}@media (min-width: 1024px) and (max-width: 1439px){.ghost-items{grid-template-columns:repeat(4,65px)}.ghost-item{width:65px;height:65px}.setup-cell{width:70px;height:70px}.placed-ghost-image,.ghost-item-image{width:60px;height:60px}}@media (min-width: 769px) and (max-width: 1023px){.ghost-items{grid-template-columns:repeat(4,60px)}.ghost-item{width:60px;height:60px}.setup-cell{width:65px;height:65px}.placed-ghost-image,.ghost-item-image{width:55px;height:55px}}@media (max-width: 768px){.setup-content{gap:1.5rem}.ghost-list{max-width:300px}.ghost-items{grid-template-columns:repeat(4,32px)}.ghost-item{width:32px;height:32px}.setup-cell{width:40px;height:40px}.placed-ghost-image,.ghost-item-image{width:38px;height:38px}.placed-ghost-image--computer{transform:rotate(180deg)}.ghost-setup{padding:1rem}}@media (max-width: 480px){.setup-header h2{font-size:1.5rem}.setup-header p{font-size:1rem}.ghost-items{grid-template-columns:repeat(4,28px)}.ghost-item{width:28px;height:28px}.setup-cell{width:35px;height:35px}.placed-ghost-image{width:34px;height:34px}.placed-ghost-image--computer{transform:rotate(180deg)}.ghost-item-image{width:34px;height:34px}.start-game-button{font-size:1rem;padding:.8rem 1.5rem}}.rules-modal-overlay{position:fixed;inset:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:2000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);padding:1rem}.rules-modal-content{background:#fff;border-radius:16px;box-shadow:0 20px 40px #0000004d;max-width:600px;width:100%;max-height:80vh;display:flex;flex-direction:column;overflow:hidden}.rules-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.rules-modal-title{margin:0;font-size:1.5rem;font-weight:600}.rules-modal-close{background:none;border:none;color:#fff;font-size:2rem;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s ease}.rules-modal-close:hover{background:#fff3}.rules-modal-body{padding:2rem;overflow-y:auto;color:#333;line-height:1.6}.rules-section{margin-bottom:1.5rem}.rules-section:last-child{margin-bottom:0}.rules-section h3{margin:0 0 .5rem;font-size:1.2rem;font-weight:600;color:#4a5568}.rules-section p{margin:0 0 .5rem;font-size:1rem}.rules-section ul{margin:.5rem 0 0 1rem;padding:0}.rules-section li{margin-bottom:.25rem;font-size:1rem}.rules-modal-footer{padding:1.5rem 2rem;background:#f7fafc;border-top:1px solid #e2e8f0;display:flex;justify-content:center}.rules-modal-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;font-size:1rem;font-weight:600;padding:.75rem 2rem;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 4px #0000001a}.rules-modal-button:hover{transform:translateY(-1px);box-shadow:0 4px 8px #0003;background:linear-gradient(135deg,#7c8ffc,#8a5cb4)}@media (max-width: 768px){.rules-modal-overlay{padding:.5rem}.rules-modal-content{max-height:90vh}.rules-modal-header{padding:1rem 1.5rem}.rules-modal-title{font-size:1.3rem}.rules-modal-body{padding:1.5rem}.rules-section h3{font-size:1.1rem}.rules-section p,.rules-section li{font-size:.9rem}.rules-modal-footer{padding:1rem 1.5rem}.rules-modal-button{font-size:.9rem;padding:.6rem 1.5rem}}@media (max-width: 480px){.rules-modal-overlay{padding:.25rem}.rules-modal-header{padding:.75rem 1rem}.rules-modal-title{font-size:1.2rem}.rules-modal-body{padding:1rem}.rules-modal-footer{padding:.75rem 1rem}}*{box-sizing:border-box}html,body{margin:0;padding:0;width:100%;height:100%}#root{width:100%;height:100%}.game-container{min-height:100vh;width:100vw;display:flex;flex-direction:column;align-items:center;padding:1rem;margin:0;background:linear-gradient(135deg,#667eea,#764ba2)}.game-header{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:1200px;margin-bottom:1rem}.game-header h1{color:#fff;margin:0;font-size:2rem;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.game-controls{display:flex;gap:1rem}.back-button,.reset-button,.rules-button{background:#fff3;border:1px solid rgba(255,255,255,.3);border-radius:8px;color:#fff;padding:.5rem 1rem;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.back-button:hover,.reset-button:hover,.rules-button:hover{background:#ffffff4d;transform:translateY(-1px)}.game-info{background:#ffffffe6;border-radius:8px;padding:1rem;margin-bottom:1rem;box-shadow:0 4px 8px #0000001a;min-width:300px;text-align:center;color:#333}.game-info p{margin:.25rem 0;font-weight:500}.captured-ghosts-top,.captured-ghosts-bottom{display:flex;justify-content:center;gap:.5rem;padding:1rem;min-height:60px;align-items:center}.captured-ghosts-top{background:#ffffff1a;border-radius:8px 8px 0 0}.captured-ghosts-bottom{background:#ffffff1a;border-radius:0 0 8px 8px}.captured-ghost-display{width:55px;height:55px;border-radius:8px;background:#fff3;border:2px solid rgba(255,255,255,.3);display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.captured-ghost-display:hover{transform:scale(1.1);box-shadow:0 4px 12px #0003}.captured-ghost-display--player{border-color:#4caf50;background:#4caf5033}.captured-ghost-display--computer{border-color:#f44336;background:#f4433633}.captured-ghost-image{width:50px;height:50px;border-radius:50%;object-fit:cover}.captured-ghost-image--flipped{transform:rotate(180deg)}.game-result-modal{position:fixed;inset:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.game-result-content{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;padding:3rem;text-align:center;box-shadow:0 20px 40px #0000004d;max-width:400px;width:90%;color:#fff;border:2px solid rgba(255,255,255,.2)}.game-result-title{font-size:2.5rem;margin:0 0 1rem;text-shadow:2px 2px 4px rgba(0,0,0,.5);font-weight:700}.game-result-description{font-size:1.2rem;margin:0 0 2rem;opacity:.9;line-height:1.5}.game-result-actions{display:flex;flex-direction:column;gap:1rem}.play-again-button,.back-to-menu-button{background:#fff3;border:2px solid rgba(255,255,255,.3);border-radius:12px;color:#fff;font-size:1.1rem;font-weight:600;padding:1rem 2rem;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.play-again-button:hover,.back-to-menu-button:hover{background:#ffffff4d;border-color:#ffffff80;transform:translateY(-2px);box-shadow:0 6px 20px #0003}.play-again-button{background:linear-gradient(135deg,#4caf50,#45a049);border-color:#4caf50}.play-again-button:hover{background:linear-gradient(135deg,#5cbf60,#4fb85a);border-color:#5cbf60}@media (min-width: 1024px){.game-container{padding:2rem}.game-header h1{font-size:2.5rem}.game-info{min-width:400px;font-size:1.1rem}.captured-ghosts-top,.captured-ghosts-bottom{padding:1.5rem;min-height:80px;gap:.8rem}.captured-ghost-display{width:75px;height:75px}.captured-ghost-image{width:70px;height:70px}}@media (min-width: 769px) and (max-width: 1023px){.game-container{padding:1.5rem}.game-header h1{font-size:2.2rem}.game-info{min-width:350px}.captured-ghosts-top,.captured-ghosts-bottom{padding:1.2rem;min-height:70px;gap:.6rem}.captured-ghost-display{width:65px;height:65px}.captured-ghost-image{width:60px;height:60px}}@media (max-width: 768px){.game-header{flex-direction:column;gap:1rem;text-align:center}.game-header h1{font-size:1.5rem}.game-controls{justify-content:center}.game-container{padding:.5rem}.game-result-content{padding:2rem;max-width:320px}.game-result-title{font-size:2rem}.game-result-description{font-size:1rem}.play-again-button,.back-to-menu-button{font-size:1rem;padding:.8rem 1.5rem}.captured-ghosts-top,.captured-ghosts-bottom{padding:.5rem;min-height:50px;gap:.25rem}.captured-ghost-display,.captured-ghost-image{width:32px;height:32px}}
