body{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);justify-content:center;align-items:center;min-height:100vh;margin:0;padding:1rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif;display:flex;overflow-x:hidden}.container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center;background:#fffffff2;border:1px solid #fff3;border-radius:20px;flex-direction:column;width:100%;max-width:420px;min-height:80vh;max-height:90vh;padding:2rem;display:flex;position:relative;overflow-y:auto;box-shadow:0 20px 40px #0000001a}h1{color:#2d3748;letter-spacing:-.025em;margin:0 0 .5rem;font-size:2rem;font-weight:700}h2{color:#718096;margin:0 0 1.5rem;font-size:1rem;font-weight:400}.screen{flex-direction:column;flex-grow:1;gap:1rem;display:flex}#setup-screen{display:flex}#game-screen{display:none}input[type=text],select{box-sizing:border-box;background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;width:100%;padding:.75rem 1rem;font-family:inherit;font-size:1rem;transition:all .2s}input[type=text]:focus,select:focus{background:#fff;border-color:#667eea;outline:none;box-shadow:0 0 0 3px #667eea1a}.btn{cursor:pointer;letter-spacing:.025em;border:none;border-radius:12px;width:100%;padding:.75rem 1.5rem;font-family:inherit;font-size:.9rem;font-weight:600;transition:all .2s}.btn-primary{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);box-shadow:0 4px 15px #667eea4d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #667eea66}.btn-secondary{color:#fff;background:linear-gradient(135deg,#4facfe 0%,#00f2fe 100%);box-shadow:0 4px 15px #4facfe4d}.btn-secondary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #4facfe66}#progress-bars{flex-direction:row;gap:.5rem;width:100%;margin-bottom:1rem;display:flex}.progress-bar{background-color:#f8fafccc;border:1px solid #e2e8f099;border-radius:12px;flex:1;overflow:hidden}.progress-info{color:#4a5568;justify-content:space-between;padding:.5rem .75rem;font-size:.875rem;font-weight:600;display:flex}.player-symbol{margin-left:.5rem;font-weight:700}.progress{border-radius:0 0 12px 12px;width:0;height:8px;transition:width .4s cubic-bezier(.4,0,.2,1)}.player-name{text-transform:capitalize}#player-progress .progress{background:linear-gradient(90deg,#48bb78,#38a169)}#blocker-progress .progress{background:linear-gradient(90deg,#ed8936,#dd6b20)}#hunter-progress .progress{background:linear-gradient(90deg,#4299e1,#3182ce)}#game-board{background:#f8fafc80;border:1px solid #e2e8f099;border-radius:16px;grid-template-columns:repeat(5,1fr);gap:4px;margin-bottom:1.5rem;padding:1rem;display:grid}.cell{aspect-ratio:1;cursor:pointer;background:#fff;border:none;border-radius:8px;justify-content:center;align-items:center;width:100%;font-size:24px;font-weight:700;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 1px 3px #0000001a}.cell:hover{background-color:#f8fafc;transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.cell.player-x{color:#fff;background:linear-gradient(135deg,#48bb78,#38a169);box-shadow:0 4px 12px #48bb784d}.cell.player-o{color:#fff;background:linear-gradient(135deg,#ed8936,#dd6b20);box-shadow:0 4px 12px #ed89364d}.cell.player-n{color:#fff;background:linear-gradient(135deg,#4299e1,#3182ce);box-shadow:0 4px 12px #4299e14d}.cell.winning-cell{animation:1s ease-in-out infinite alternate winPulse;transform:scale(1.05);color:#fff!important;background:linear-gradient(135deg,#a78bfa,#8b5cf6)!important;box-shadow:0 0 20px #8b5cf699!important}@keyframes winPulse{0%{transform:scale(1.05)}to{transform:scale(1.1)}}#status{margin-top:1rem;font-size:1.2rem;font-weight:700}.modal{z-index:1000;background-color:#0006;justify-content:center;align-items:center;width:100%;height:100%;display:none;position:fixed;top:0;left:0}.modal-content{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#2d3748;background:#fffffff2;border:1px solid #fff3;border-radius:20px;width:90%;max-width:400px;max-height:85vh;padding:2rem;animation:.3s cubic-bezier(.4,0,.2,1) modalAppear;overflow-y:auto;box-shadow:0 25px 50px #0003}@keyframes modalAppear{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}#controls{justify-content:space-between;gap:1rem;display:flex}#game-progress{text-align:right;font-size:.8rem;font-weight:700}#rules-modal .modal-content{max-width:360px;max-height:80vh;overflow-y:auto}#rules-modal h2{color:#2196f3;margin-bottom:1rem}#rules-modal h3{color:#4caf50;margin-top:1rem;margin-bottom:.5rem}#rules-modal ul{margin-bottom:1rem;padding-left:20px}#rules-modal li{color:#555;margin-bottom:.5rem;font-size:.9rem;line-height:1.5}.header{flex-direction:column;justify-content:center;align-items:center;margin:0 auto 2rem;display:flex}.btn-icon{color:#fff;cursor:pointer;background:linear-gradient(135deg,#4299e1,#3182ce);border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-size:14px;font-weight:600;line-height:1;transition:all .2s;display:flex;position:absolute;top:1rem;right:1rem;box-shadow:0 2px 8px #4299e14d}.btn-icon:hover{transform:translateY(-2px);box-shadow:0 4px 12px #4299e166}#series-stats h2{color:#4caf50;text-align:center;margin-bottom:1rem;font-size:1.5rem;font-weight:700}#series-stats p{color:#333;text-align:left;margin-bottom:.5rem;font-size:1.1rem;line-height:1.6}#close-stats{margin-top:1rem}.support-button-link{z-index:1000;text-decoration:none;position:fixed;bottom:20px;right:20px}.support-button{color:#fff;cursor:pointer;background-color:#ff6b6b;border:none;border-radius:50%;width:60px;height:60px;font-size:24px;transition:all .3s;box-shadow:0 4px 8px #0003}.support-button:hover{background-color:#ff8787;transform:scale(1.1)}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.support-button{animation:2s infinite pulse}
