.toast-container{position:fixed;top:20px;right:20px;z-index:9999;display:flex;flex-direction:column;gap:10px;pointer-events:none}.toast{background:#fff;border:2px solid #333;border-radius:8px;padding:15px 20px;min-width:300px;max-width:400px;box-shadow:4px 4px #0003;display:flex;align-items:center;gap:12px;transform:translate(400px) rotate(-2deg);opacity:0;transition:all .3s cubic-bezier(.68,-.55,.265,1.55);pointer-events:auto;cursor:pointer;position:relative}.toast.visible{transform:translate(0) rotate(-1deg);opacity:1}.toast.leaving{transform:translate(400px) rotate(2deg);opacity:0}.toast.success{border-color:#4caf50;background:#e8f5e9}.toast.error{border-color:#f44336;background:#ffebee}.toast.warning{border-color:#ff9800;background:#fff8e1}.toast.info{border-color:#2196f3;background:#e3f2fd}.toast-icon{font-size:1.5em;flex-shrink:0;animation:wiggle .5s ease-in-out}@keyframes wiggle{0%,to{transform:rotate(0)}25%{transform:rotate(-10deg)}75%{transform:rotate(10deg)}}.toast-message{flex:1;font-size:1em;line-height:1.4;color:#333;font-weight:500}.toast-close{background:transparent;border:none;font-size:1.5em;cursor:pointer;color:#666;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s;flex-shrink:0;line-height:1}.toast-close:hover{background:#0000001a;color:#333;transform:rotate(90deg)}.toast:hover{transform:translate(-5px) rotate(0) scale(1.02);box-shadow:6px 6px #0000004d}@media (max-width: 480px){.toast-container{top:10px;right:10px;left:10px}.toast{min-width:auto;max-width:100%}.toast.visible{transform:translate(0) rotate(-1deg)}.toast.leaving{transform:translate(100%) rotate(2deg)}}.confirm-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:10000;animation:fadeIn .2s ease-in-out;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.confirm-modal{background:#fff;border:3px solid #333;border-radius:8px;padding:30px;max-width:90%;width:400px;box-shadow:5px 5px #0000004d;transform:rotate(-1deg);animation:slideIn .3s ease-out;position:relative;z-index:10001}@keyframes slideIn{0%{transform:rotate(-5deg) translateY(-50px) scale(.9);opacity:0}to{transform:rotate(-1deg) translateY(0) scale(1);opacity:1}}.confirm-modal.warning{border-color:#ff9800;background:#fff8e1}.confirm-modal.danger{border-color:#f44336;background:#ffebee}.confirm-modal.info{border-color:#2196f3;background:#e3f2fd}.confirm-modal-header{display:flex;align-items:center;gap:15px;margin-bottom:20px;padding-bottom:15px;border-bottom:2px dashed #ccc}.confirm-modal-icon{font-size:3em;animation:bounce .6s ease-in-out;transform-origin:center}@keyframes bounce{0%,to{transform:scale(1) rotate(0)}25%{transform:scale(1.2) rotate(-10deg)}50%{transform:scale(1.1) rotate(10deg)}75%{transform:scale(1.15) rotate(-5deg)}}.confirm-modal-title{font-size:1.8em;font-weight:700;color:#333;margin:0;text-decoration:underline;transform:rotate(.5deg)}.confirm-modal-body{margin:20px 0;padding:15px;background:#ffffffb3;border-left:4px solid #333;border-radius:4px}.confirm-modal-message{font-size:1.1em;line-height:1.6;color:#555;margin:0;transform:rotate(-.3deg)}.confirm-modal-footer{display:flex;gap:15px;justify-content:flex-end;margin-top:25px;padding-top:15px;border-top:2px dashed #ccc}.confirm-modal-cancel{background:#fff;color:#333}.confirm-modal-confirm.warning{background:#ff9800;color:#fff;border-color:#f57c00}.confirm-modal-confirm.danger{background:#f44336;color:#fff;border-color:#d32f2f}.confirm-modal-confirm.info{background:#2196f3;color:#fff;border-color:#1976d2}.confirm-modal-confirm:hover{transform:rotate(0) translateY(-2px) scale(1.05)}.confirm-modal-cancel:hover{transform:rotate(0) translateY(-2px)}@media (max-width: 480px){.confirm-modal{width:95%;padding:20px}.confirm-modal-title{font-size:1.4em}.confirm-modal-icon{font-size:2.5em}.confirm-modal-footer{flex-direction:column}.confirm-modal-footer .notebook-button{width:100%}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Comic Sans MS,Comic Sans,cursive,sans-serif;background:#fef9e7;color:#333;line-height:1.6;min-height:100vh}.notebook-page{max-width:100%;margin:0 auto;padding:20px;background:#fff;position:relative;min-height:100vh}.notebook-page:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:repeating-linear-gradient(0deg,transparent,transparent 30px,#e0e0e0 30px,#e0e0e0 31px),repeating-linear-gradient(90deg,transparent,transparent 30px,#e0e0e0 30px,#e0e0e0 31px);background-size:100% 31px,31px 100%;pointer-events:none;z-index:0}.notebook-page>*{position:relative;z-index:1}.notebook-page:after{content:"";position:absolute;top:0;left:50px;bottom:0;width:2px;background:#ff6b6b;opacity:.5;pointer-events:none;z-index:0}.notebook-title{font-size:2.5em;font-weight:700;text-align:center;margin-bottom:20px;text-transform:uppercase;letter-spacing:2px;color:#2c3e50;text-shadow:2px 2px 0px rgba(0,0,0,.1);transform:rotate(-1deg)}.notebook-heading{font-size:1.8em;font-weight:700;margin:20px 0 15px;color:#34495e;text-decoration:underline;transform:rotate(.5deg)}.notebook-subheading{font-size:1.3em;font-weight:700;margin:15px 0 10px;color:#555;transform:rotate(-.3deg)}.notebook-line{margin:8px 0;padding-left:10px;font-size:1.1em}.notebook-button{background:#fff;border:2px solid #333;border-radius:5px;padding:12px 20px;font-family:Comic Sans MS,Comic Sans,cursive,sans-serif;font-size:1em;cursor:pointer;margin:5px;transform:rotate(-.5deg);transition:all .2s;box-shadow:3px 3px #0003;position:relative}.notebook-button:hover{transform:rotate(0) translateY(-2px);box-shadow:5px 5px #0000004d}.notebook-button:active{transform:rotate(.5deg) translateY(1px);box-shadow:1px 1px #0003}.notebook-button.active{background:gold;border-color:#ff8c00;font-weight:700}.notebook-button.primary{background:#4caf50;color:#fff;border-color:#2e7d32;font-weight:700}.notebook-button:disabled{opacity:.5;cursor:not-allowed;transform:rotate(0)}.notebook-button.small{padding:6px 12px;font-size:.9em;margin:2px}.board{display:grid;grid-template-columns:repeat(10,1fr);gap:0;background:#fff;padding:0;border:2px solid #333;border-radius:3px;margin:20px auto;box-shadow:3px 3px #0003;transform:rotate(-.2deg);width:fit-content;position:relative;z-index:2;max-width:100%;box-sizing:border-box}.board-row{display:contents}.board-cell{width:30px;height:30px;min-width:30px;min-height:30px;background:#ffffffe6;border:1px solid #999;cursor:pointer;position:relative;transition:all .2s;box-sizing:border-box;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.board-cell:hover:not(.ship):not(.hit):not(.miss):not(.sunk){background:#e8f5e9;border-color:#4caf50;z-index:3}.board-cell.ship{background:#8b4513;border-color:#654321}.board-cell.hit{background:#f44;position:relative}.board-cell.hit:after{content:"💥";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:1.2em}.board-cell.miss{background:#e0e0e0;position:relative}.board-cell.miss:after{content:"○";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#999;font-size:1.5em}.board-cell.sunk{background:#c00;border-color:#900}.board-cell.sunk:after{content:"💀";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:1.2em}.board-cell.last-bot-move{animation:flash 1s ease-in-out}@keyframes flash{0%,to{transform:scale(1)}50%{transform:scale(1.2);background:#ffeb3b}}@keyframes hitExplosion{0%{transform:scale(1);opacity:1;box-shadow:0 0 #ff4444b3}50%{transform:scale(1.3);opacity:.9;box-shadow:0 0 20px 10px #ff444480}to{transform:scale(1);opacity:1;box-shadow:0 0 #f440}}.board-cell.hit-animation{animation:hitExplosion .5s ease-out}@keyframes missSplash{0%{transform:scale(1);opacity:1}30%{transform:scale(1.1);opacity:.8}60%{transform:scale(.95);opacity:.9}to{transform:scale(1);opacity:1}}.board-cell.miss-animation{animation:missSplash .3s ease-out}.board-cell.miss-animation:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#87cefa99;transform:translate(-50%,-50%);animation:ripple .3s ease-out}@keyframes ripple{0%{width:0;height:0;opacity:.8}to{width:100%;height:100%;opacity:0}}@keyframes shipSinking{0%{transform:translateY(0) scale(1);opacity:1;filter:brightness(1)}25%{transform:translateY(-2px) scale(1.05);opacity:.9;filter:brightness(1.2)}50%{transform:translateY(0) scale(1);opacity:.8;filter:brightness(.8)}75%{transform:translateY(2px) scale(.95);opacity:.7;filter:brightness(.6)}to{transform:translateY(0) scale(1);opacity:1;filter:brightness(.5)}}.board-cell.sunk-animation{animation:shipSinking .8s ease-in-out}.board-cell.sunk-animation:after{content:"💀";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:1.2em;animation:smoke .8s ease-in-out}@keyframes smoke{0%{opacity:0;transform:translate(-50%,-50%) scale(.5)}50%{opacity:1;transform:translate(-50%,-60%) scale(1.2)}to{opacity:.8;transform:translate(-50%,-50%) scale(1)}}@media (prefers-reduced-motion: reduce){.board-cell.hit-animation,.board-cell.miss-animation,.board-cell.sunk-animation{animation:none}}.no-animations .board-cell.hit-animation,.no-animations .board-cell.miss-animation,.no-animations .board-cell.sunk-animation{animation:none}.boards-container{display:flex;flex-direction:column;gap:30px;margin:20px 0}.board-section{display:flex;flex-direction:column;align-items:center;position:relative;z-index:2}.board-label{font-weight:700;font-size:1.2em;margin-bottom:10px;text-decoration:underline}.game-setup{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh}.setup-content{width:100%;max-width:500px;text-align:center}.setup-section{margin:30px 0}.difficulty-buttons{display:flex;flex-direction:column;gap:10px;margin:20px 0}.ship-placement{min-height:100vh}.placement-controls{display:flex;flex-direction:column;gap:20px;margin:20px 0}.ship-selector{display:flex;flex-direction:column;gap:10px}.ship-button{text-align:left}.orientation-control{display:flex;gap:10px;justify-content:center}.placement-board-container{margin:20px 0;display:flex;flex-direction:column;align-items:center}.placed-ships{margin:20px 0;padding:15px;background:#fffc;border:2px dashed #999;border-radius:5px}.placed-ship-item{display:flex;justify-content:space-between;align-items:center;margin:5px 0}.placement-actions{display:flex;gap:10px;justify-content:center;margin:20px 0}.game-board{min-height:100vh}.game-status{text-align:center;font-size:clamp(1rem,4vw,1.5em);font-weight:700;margin:15px auto;padding:12px 16px;background:#fffffff2;border:2px solid #333;border-radius:8px;transform:rotate(-.5deg);min-height:50px;display:flex;align-items:center;justify-content:center;max-width:100%;box-sizing:border-box;word-wrap:break-word;word-break:break-word;white-space:normal;line-height:1.4;box-shadow:2px 2px #0000001a;transition:all .3s ease}.game-status.status-your-turn{background:#4caf5026;border-color:#4caf50;color:#2e7d32;animation:pulse 2s ease-in-out infinite}.game-status.status-waiting{background:#ffc10726;border-color:#ffc107;color:#f57c00}@keyframes pulse{0%,to{opacity:1;transform:rotate(-.5deg) scale(1)}50%{opacity:.9;transform:rotate(-.5deg) scale(1.02)}}.bot-move-toast{position:fixed;top:20px;left:50%;transform:translate(-50%);z-index:1000;pointer-events:none;animation:toastSlideIn .3s ease-out,toastSlideOut .3s ease-in 1.7s forwards}.bot-move-toast-content{text-align:center;font-size:1.2em;font-weight:700;padding:12px 24px;background:#fff3cd;border:2px dashed #ffc107;border-radius:8px;box-shadow:0 4px 12px #00000026;white-space:nowrap;transform:rotate(-.5deg)}@keyframes toastSlideIn{0%{transform:translate(-50%) translateY(-100px);opacity:0}to{transform:translate(-50%) translateY(0);opacity:1}}@keyframes toastSlideOut{0%{transform:translate(-50%) translateY(0);opacity:1}to{transform:translate(-50%) translateY(-100px);opacity:0}}.game-over{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;text-align:center}.game-result{font-size:1.5em;margin:30px 0;padding:20px;background:#ffffffe6;border:3px solid #333;border-radius:10px;transform:rotate(-1deg)}.error-message{color:#d32f2f;font-weight:700;padding:10px;background:#ffebee;border:2px dashed #d32f2f;border-radius:5px;margin:10px 0}.app-loading{display:flex;justify-content:center;align-items:center;min-height:100vh;font-size:2em}@media (max-width: 1024px) and (min-width: 769px){.board-cell{width:32px;height:32px;min-width:32px;min-height:32px}}@media (max-width: 768px){.boards-container{gap:20px}.board-cell{width:38px;height:38px;min-width:38px;min-height:38px;font-size:.9em}.board{max-width:calc(100vw - 40px);overflow-x:auto}.notebook-title{font-size:2em}.notebook-heading{font-size:1.5em}.bot-move-toast{top:10px;left:10px;right:10px;transform:none;animation:toastSlideInMobile .3s ease-out,toastSlideOutMobile .3s ease-in 1.7s forwards}.bot-move-toast-content{font-size:1em;padding:10px 16px;white-space:normal;text-align:center}.game-status{font-size:clamp(.85rem,3vw,1.1em);padding:10px 12px;margin:10px auto;min-height:45px;max-width:calc(100% - 20px)}.game-status.status-your-turn,.game-status.status-waiting{animation:none}}@media (max-width: 480px){.board-cell{width:42px;height:42px;min-width:42px;min-height:42px;font-size:1em}.boards-container{gap:15px}.board{margin:15px auto;max-width:calc(100vw - 30px)}@keyframes toastSlideInMobile{0%{transform:translateY(-100px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes toastSlideOutMobile{0%{transform:translateY(0);opacity:1}to{transform:translateY(-100px);opacity:0}}.notebook-page:before{background-image:repeating-linear-gradient(0deg,transparent,transparent 25px,#e0e0e0 25px,#e0e0e0 26px),repeating-linear-gradient(90deg,transparent,transparent 25px,#e0e0e0 25px,#e0e0e0 26px);background-size:100% 26px,26px 100%}}@media (min-width: 769px){.board-cell{width:35px;height:35px;min-width:35px;min-height:35px}.notebook-page:before{background-image:repeating-linear-gradient(0deg,transparent,transparent 35px,#e0e0e0 35px,#e0e0e0 36px),repeating-linear-gradient(90deg,transparent,transparent 35px,#e0e0e0 35px,#e0e0e0 36px);background-size:100% 36px,36px 100%}}@media (max-width: 480px){.board-cell{width:20px;height:20px;min-width:20px;min-height:20px}.notebook-page:before{background-image:repeating-linear-gradient(0deg,transparent,transparent 20px,#e0e0e0 20px,#e0e0e0 21px),repeating-linear-gradient(90deg,transparent,transparent 20px,#e0e0e0 20px,#e0e0e0 21px);background-size:100% 21px,21px 100%}}.statistics{position:relative;z-index:1}.stat-item{padding:1.5rem;background:#fffc;border-radius:12px;border:2px solid #e0e0e0;text-align:center;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 2px 4px #0000001a}.stat-item:hover{transform:translateY(-2px);box-shadow:0 4px 8px #00000026}.stat-item .notebook-heading{margin-bottom:.5rem;font-size:1.1em;color:#666}@media (max-width: 768px){.stat-item{padding:1rem}.stat-item .notebook-heading{font-size:1em}}
