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