.btn{font-family:Space Grotesk,sans-serif;font-weight:700;text-transform:uppercase;border:4px solid #000;cursor:pointer;transition:all .1s ease;position:relative;display:inline-block;text-align:center}.btn:hover:not(:disabled){transform:translate(-2px,-2px);box-shadow:6px 6px #000}.btn:active:not(:disabled){transform:translate(2px,2px);box-shadow:2px 2px #000}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:#ff6b35;color:#000;box-shadow:4px 4px #000}.btn-secondary{background:#f7b801;color:#000;box-shadow:4px 4px #000}.btn-success{background:#06d6a0;color:#000;box-shadow:4px 4px #000}.btn-danger{background:#ef476f;color:#fff;box-shadow:4px 4px #000}.btn-white{background:#fff;color:#000;box-shadow:4px 4px #000}.btn-small{padding:8px 16px;font-size:12px}.btn-medium{padding:12px 24px;font-size:16px}.btn-large{padding:16px 32px;font-size:20px}.btn-full{width:100%}.input{font-family:Space Grotesk,sans-serif;font-weight:700;font-size:16px;padding:12px 16px;border:4px solid #000;background:#fff;box-shadow:4px 4px #000;transition:all .1s ease;width:100%;text-transform:uppercase}.input:focus{outline:none;transform:translate(-2px,-2px);box-shadow:6px 6px #000}.input::placeholder{color:#999;text-transform:none}.input:disabled{opacity:.5;cursor:not-allowed}.header{background:#000;border-bottom:6px solid #FF6B35;position:sticky;top:0;z-index:100}.header-content{max-width:1400px;margin:0 auto;padding:16px 20px;display:flex;justify-content:space-between;align-items:center}.header-logo{display:flex;align-items:center}.logo-text{font-family:Space Grotesk,sans-serif;font-weight:700;font-size:36px;margin:0;color:#fff;letter-spacing:4px}.logo-number{color:#f7b801}.header-nav{display:flex;gap:16px}.nav-link{font-family:Space Grotesk,sans-serif;font-weight:700;font-size:14px;padding:12px 20px;background:#f7b801;color:#000;border:3px solid #FFF;cursor:pointer;transition:all .1s ease;text-transform:uppercase;letter-spacing:1px}.nav-link:hover{background:#ff6b35;transform:translate(-2px,-2px);box-shadow:4px 4px #fff}.nav-link:active{transform:translate(1px,1px);box-shadow:1px 1px #fff}@media (max-width: 768px){.logo-text{font-size:24px}.nav-link{padding:10px 16px;font-size:12px}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;animation:fadeIn .3s ease}.modal-content{background:#fff;border:6px solid #000;box-shadow:12px 12px #000;max-width:800px;width:100%;max-height:90vh;overflow-y:auto;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px 32px;border-bottom:4px solid #000;background:#f7b801}.modal-title{font-family:Space Grotesk,sans-serif;font-weight:700;font-size:32px;margin:0;letter-spacing:2px}.modal-close{background:#ef476f;border:4px solid #000;color:#fff;font-size:32px;font-weight:700;width:48px;height:48px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .1s ease;line-height:1;padding:0}.modal-close:hover{transform:translate(-2px,-2px);box-shadow:4px 4px #000}.modal-close:active{transform:translate(1px,1px);box-shadow:1px 1px #000}.modal-body{padding:32px}.modal-content::-webkit-scrollbar{width:10px}.modal-content::-webkit-scrollbar-track{background:#e5e5e5;border-left:3px solid #000}.modal-content::-webkit-scrollbar-thumb{background:#ff6b35;border:2px solid #000}.rules-content{font-family:Space Grotesk,sans-serif}.rules-section{margin-bottom:32px}.rules-section h3{font-weight:700;font-size:24px;margin-bottom:16px;color:#000;border-bottom:3px solid #FF6B35;padding-bottom:8px}.rules-section p{margin-bottom:12px;line-height:1.6;font-size:16px}.rules-section ul,.rules-section ol{margin-left:24px;margin-bottom:12px}.rules-section li{margin-bottom:8px;line-height:1.6}.card-type{background:#f5f5f5;border:3px solid #000;padding:16px;margin-bottom:12px}.card-type-header{display:flex;align-items:center;gap:12px;margin-bottom:8px}.card-icon{font-weight:700;font-size:20px;width:48px;height:48px;display:flex;align-items:center;justify-content:center;border:3px solid #000;box-shadow:3px 3px #000}.card-icon.orange{background:#ff6b35;color:#000}.card-icon.blue{background:#004e89;color:#fff}.card-icon.yellow{background:#f7b801;color:#000}.card-icon.pink,.card-icon.red{background:#ef476f;color:#fff}.rules-note{background:#f7b801;border:3px solid #000;padding:12px 16px;margin-top:12px;font-size:14px}.winning-modes{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;margin-top:16px}.mode-card{background:#06d6a0;border:4px solid #000;padding:20px;box-shadow:4px 4px #000}.mode-card h4{font-size:18px;margin-bottom:8px;border-bottom:2px solid #000;padding-bottom:4px}.points-breakdown{background:#fff;border:2px solid #000;padding:12px;margin-top:12px;font-size:14px}.points-breakdown strong{display:block;margin-bottom:8px}.points-breakdown ul{margin-left:20px}.points-breakdown li{margin-bottom:4px;font-size:13px}.rules-footer{background:#ff6b35;border:4px solid #000;padding:20px;text-align:center;margin-top:32px;box-shadow:6px 6px #000}.rules-footer p{font-weight:700;font-size:18px;margin:0;color:#000}.marquee{overflow:hidden;white-space:nowrap;background:#000;border-top:4px solid #F7B801;border-bottom:4px solid #F7B801;padding:16px 0}.marquee-content{display:inline-block;animation:marquee linear infinite;padding-left:100%}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.marquee-content>*{display:inline-block;padding:0 40px}.home-page{min-height:100vh;background:#f5f5f5}.hero-section{background:linear-gradient(135deg,#ff6b35,#f7b801);padding:80px 20px;border-bottom:8px solid #000;position:relative;overflow:hidden}.hero-section:before{content:"";position:absolute;top:0;right:0;width:400px;height:400px;background:#ffffff1a;border-radius:50%;transform:translate(30%,-30%)}.hero-content{max-width:900px;margin:0 auto;text-align:center;position:relative;z-index:1}.hero-badge{display:inline-block;background:#000;color:#f7b801;padding:8px 24px;font-family:Space Grotesk,sans-serif;font-weight:700;font-size:14px;letter-spacing:2px;border:3px solid #000;margin-bottom:24px;animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.hero-title{font-family:Space Grotesk,sans-serif;font-weight:700;font-size:120px;margin:0 0 24px;line-height:1;text-transform:uppercase}.title-main{color:#000;text-shadow:8px 8px 0 rgba(0,0,0,.2)}.title-number{color:#fff;text-shadow:8px 8px 0 #000}.hero-description{font-family:Space Grotesk,sans-serif;font-size:24px;font-weight:700;color:#000;margin-bottom:48px;max-width:600px;margin-left:auto;margin-right:auto}.hero-stats{display:flex;justify-content:center;gap:48px;flex-wrap:wrap}.stat-item{background:#fff;border:5px solid #000;box-shadow:8px 8px #000;padding:24px 32px;min-width:140px}.stat-number{font-family:Space Grotesk,sans-serif;font-weight:700;font-size:48px;color:#ff6b35;line-height:1;margin-bottom:8px}.stat-label{font-family:Space Grotesk,sans-serif;font-weight:700;font-size:14px;color:#666;letter-spacing:1px}.marquee-text{font-family:Space Grotesk,sans-serif;font-weight:700;font-size:20px;color:#f7b801;letter-spacing:3px}.showcase-section{padding:80px 20px;background:#fff;border-bottom:6px solid #000}.section-title{font-family:Space Grotesk,sans-serif;font-weight:700;font-size:48px;text-align:center;margin:0 0 48px;letter-spacing:2px;position:relative;display:inline-block;left:50%;transform:translate(-50%)}.section-title:after{content:"";position:absolute;bottom:-12px;left:0;right:0;height:6px;background:#ff6b35}.card-showcase{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:24px}.showcase-card{border:6px solid #000;box-shadow:8px 8px #000;padding:32px 24px;text-align:center;transition:all .2s ease;transform:rotate(-1deg)}.showcase-card:nth-child(2n){transform:rotate(1deg)}.showcase-card:hover{transform:rotate(0) translateY(-8px);box-shadow:12px 12px #000}.showcase-card.orange{background:#ff6b35}.showcase-card.blue{background:#004e89;color:#fff}.showcase-card.yellow{background:#f7b801}.showcase-card.pink,.showcase-card.red{background:#ef476f;color:#fff}.showcase-card-value{font-family:Space Grotesk,sans-serif;font-weight:700;font-size:64px;line-height:1;margin-bottom:16px}.showcase-card-name{font-family:Space Grotesk,sans-serif;font-weight:700;font-size:18px;margin-bottom:8px;letter-spacing:1px}.showcase-card-desc{font-family:Space Grotesk,sans-serif;font-size:14px;opacity:.9}.features-section{padding:80px 20px;background:linear-gradient(135deg,#06d6a0,#004e89);border-bottom:6px solid #000}.features-section .section-title{color:#fff}.features-section .section-title:after{background:#f7b801}.features-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:32px}.feature-card{background:#fff;border:5px solid #000;box-shadow:8px 8px #000;padding:32px;text-align:center;transition:all .2s ease}.feature-card:hover{transform:translateY(-4px);box-shadow:12px 12px #000}.feature-icon{font-size:64px;margin-bottom:20px}.feature-card h3{font-family:Space Grotesk,sans-serif;font-weight:700;font-size:24px;margin-bottom:12px;color:#000}.feature-card p{font-family:Space Grotesk,sans-serif;font-size:16px;line-height:1.6;color:#666;margin:0}.play-section{padding:80px 20px;background:#f5f5f5;border-bottom:6px solid #000}.play-container{max-width:600px;margin:0 auto;background:#fff;border:8px solid #000;box-shadow:12px 12px #000;padding:48px}.play-title{font-family:Space Grotesk,sans-serif;font-weight:700;font-size:48px;text-align:center;margin:0 0 12px;color:#000}.play-subtitle{font-family:Space Grotesk,sans-serif;font-size:18px;text-align:center;margin:0 0 40px;color:#666}.play-form{display:flex;flex-direction:column;gap:24px}.form-section{display:flex;flex-direction:column;gap:8px}.form-label{font-family:Space Grotesk,sans-serif;font-weight:700;font-size:14px;color:#666;letter-spacing:1px}.form-actions{display:flex;flex-direction:column;gap:24px}.action-group{display:flex;flex-direction:column;gap:12px}.divider{text-align:center;position:relative;margin:12px 0}.divider:before,.divider:after{content:"";position:absolute;top:50%;width:42%;height:3px;background:#000}.divider:before{left:0}.divider:after{right:0}.divider span{font-family:Space Grotesk,sans-serif;font-weight:700;font-size:14px;background:#fff;padding:0 16px;position:relative;z-index:1}.error-message{padding:16px;background:#ef476f;color:#fff;border:3px solid #000;font-family:Space Grotesk,sans-serif;font-weight:700;font-size:14px;text-align:center;margin-top:12px;animation:shake .5s ease}@keyframes shake{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-5px)}20%,40%,60%,80%{transform:translate(5px)}}.play-footer{margin-top:32px;text-align:center}.landing-footer{background:#000;color:#fff;padding:40px 20px;text-align:center}.footer-content p{font-family:Space Grotesk,sans-serif;font-size:14px;margin:8px 0;opacity:.8}@media (max-width: 768px){.hero-title{font-size:64px}.hero-description{font-size:18px}.hero-stats{gap:24px}.stat-item{padding:16px 24px;min-width:100px}.stat-number,.section-title{font-size:32px}.card-showcase{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:16px}.showcase-card-value{font-size:48px}.features-grid{grid-template-columns:1fr}.play-container{padding:32px 24px}.play-title{font-size:32px}}.game-code-container{text-align:center;margin:20px 0}.game-code-label{font-family:Space Grotesk,sans-serif;font-weight:700;font-size:14px;margin-bottom:8px;color:#666}.game-code{display:inline-block;font-family:Space Grotesk,sans-serif;font-weight:700;font-size:48px;padding:16px 32px;background:#f7b801;border:6px solid #000;box-shadow:8px 8px #000;cursor:pointer;transition:all .1s ease;letter-spacing:8px}.game-code:hover{transform:translate(-2px,-2px);box-shadow:10px 10px #000}.game-code:active{transform:translate(2px,2px);box-shadow:4px 4px #000}.game-code-copied{margin-top:12px;font-family:Space Grotesk,sans-serif;font-weight:700;color:#06d6a0;font-size:14px;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.chat-container{display:flex;flex-direction:column;height:300px;background:var(--white);border:4px solid var(--black);box-shadow:4px 4px 0 var(--black);position:relative}.chat-minimized{background:var(--white);border:4px solid var(--black);box-shadow:4px 4px 0 var(--black);padding:.5rem 1rem;cursor:pointer;display:flex;align-items:center;gap:.5rem;font-weight:900;transition:transform .2s}.chat-minimized:hover{transform:translateY(-2px)}.chat-badge{background:var(--primary);color:var(--white);padding:.2rem .5rem;font-size:.8rem;border-radius:12px;border:2px solid var(--black)}.chat-header{background:var(--black);color:var(--white);padding:.5rem;display:flex;justify-content:space-between;align-items:center;font-weight:900}.chat-close-btn{background:none;border:none;color:var(--white);font-weight:700;cursor:pointer;font-size:1.2rem}.chat-messages{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:.5rem}.chat-message{padding:.5rem;background:var(--gray);border:2px solid var(--black);border-radius:4px;max-width:80%;align-self:flex-start;word-break:break-word}.chat-message.own-message{align-self:flex-end;background:var(--primary);color:var(--white)}.chat-sender{font-weight:700;font-size:.8rem;margin-right:.5rem}.chat-input-area{padding:.5rem;border-top:4px solid var(--black);background:var(--white);position:relative}.chat-form{display:flex;gap:.5rem}.chat-input{flex:1;padding:.5rem;border:2px solid var(--black);font-family:inherit;font-weight:700}.emote-toggle{background:none;border:2px solid var(--black);cursor:pointer;padding:.25rem .5rem;font-size:1.2rem}.emote-toggle:hover{background:var(--gray)}.emote-picker{position:absolute;bottom:100%;left:0;width:100%;background:var(--white);border:2px solid var(--black);border-bottom:none;padding:.5rem;display:grid;grid-template-columns:repeat(5,1fr);gap:.5rem}.emote-btn{font-size:1.5rem;background:none;border:none;cursor:pointer;padding:.25rem}.emote-btn:hover{transform:scale(1.2)}.lobby-page{min-height:calc(100vh - 80px);display:flex;justify-content:center;align-items:center;padding:2rem;background-color:var(--secondary)}.lobby-container{background:var(--white);border:4px solid var(--black);box-shadow:8px 8px 0 var(--black);padding:2rem;width:100%;max-width:800px;display:flex;flex-direction:column;gap:2rem}.lobby-header{text-align:center;display:flex;flex-direction:column;gap:1rem;align-items:center}.lobby-title{font-size:3rem;font-weight:900;margin:0;text-shadow:2px 2px 0 var(--gray)}.lobby-players,.lobby-settings{flex:1;border:3px solid var(--black);padding:1rem;background:var(--gray)}.lobby-players-title,.lobby-settings-title{font-weight:900;font-size:1.2rem;margin-bottom:1rem;text-decoration:underline;text-transform:uppercase}.lobby-players-list,.lobby-settings-list{display:flex;flex-direction:column;gap:.5rem}.lobby-player{display:flex;justify-content:space-between;align-items:center;background:var(--white);border:2px solid var(--black);padding:.5rem 1rem;font-weight:700}.lobby-player-name{display:flex;align-items:center;gap:.5rem}.host-badge,.you-badge{font-size:.7rem;padding:.2rem .4rem;border:2px solid var(--black);color:var(--white);font-weight:900}.host-badge{background-color:var(--primary)}.you-badge{background-color:var(--accent);color:var(--black)}.lobby-player-status.connected{color:var(--success);font-weight:900}.lobby-player-status.disconnected{color:var(--danger);font-weight:900}.lobby-setting{display:flex;justify-content:space-between;background:var(--white);border:2px solid var(--black);padding:.5rem 1rem;font-weight:700}.setting-label{color:var(--black)}.setting-value{color:var(--primary);font-weight:900}.lobby-footer{display:flex;flex-direction:column;gap:1rem}.lobby-actions{display:flex;flex-direction:column;gap:1rem;align-items:center}.waiting-message{font-size:1.2rem;font-weight:700;animation:pulse 2s infinite;text-align:center;padding:1rem;border:2px dashed var(--black);width:100%;background:var(--gray)}@keyframes pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.start-btn,.leave-btn{width:100%}.lobby-chat-container{width:100%;margin-top:1rem}@media (min-width: 768px){.lobby-actions{flex-direction:row}}.player-seat{position:absolute;display:flex;flex-direction:column;align-items:center;transition:all .5s ease;width:120px}.player-info-bubble{background:#fff;border:3px solid #000;border-radius:15px;padding:8px;display:flex;flex-direction:column;align-items:center;box-shadow:4px 4px #000;z-index:5;position:relative}.is-turn .player-info-bubble{border-color:#f7b801;box-shadow:0 0 15px #f7b801;transform:scale(1.1)}.is-disconnected{opacity:.6;filter:grayscale(1)}.player-avatar{width:40px;height:40px;background:#ff6b35;border-radius:50%;border:2px solid #000;display:flex;justify-content:center;align-items:center;font-weight:900;font-size:1.2rem;color:#fff;margin-bottom:5px;position:relative}.player-name{font-size:.8rem;font-weight:700;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100px}.player-lives{font-size:.7rem;color:#666}.player-hand-backs{margin-top:-10px;display:flex;justify-content:center;height:60px;position:relative;z-index:4}.card-back{width:30px;height:45px;background:linear-gradient(135deg,#000 25%,transparent 25%) -15px 0,linear-gradient(225deg,#000 25%,transparent 25%) -15px 0,linear-gradient(315deg,#000 25%,transparent 25%),linear-gradient(45deg,#000 25%,transparent 25%);background-size:10px 10px;background-color:#ef476f;border:2px solid white;border-radius:4px;box-shadow:1px 1px 2px #0000004d;margin-left:-20px;transform-origin:bottom center}.card-back:first-child{margin-left:0}.ono-bubble{position:absolute;top:-15px;right:-15px;background:#ef476f;color:#fff;font-weight:700;padding:2px 6px;border-radius:10px;border:2px solid #000;font-size:.7rem;animation:bounce 1s infinite}.catch-btn{position:absolute;bottom:-30px;background:#ef476f;color:#fff;border:2px solid black;box-shadow:2px 2px #000;cursor:pointer;font-weight:700;font-size:.7rem;padding:4px 8px;border-radius:4px}.catch-btn:hover{transform:translate(-1px,-1px);box-shadow:3px 3px #000}.catch-btn:active{transform:translate(1px,1px);box-shadow:1px 1px #000}.card{width:120px;height:160px;border:5px solid #000;box-shadow:6px 6px #000;cursor:pointer;transition:all .1s ease;position:relative;display:flex;align-items:center;justify-content:center;font-family:Space Grotesk,sans-serif;font-weight:700;transform:rotate(-2deg)}.card:hover:not(.card-disabled){transform:rotate(0) translate(-4px,-4px);box-shadow:10px 10px #000;z-index:10}.card:active:not(.card-disabled){transform:rotate(0) translate(2px,2px);box-shadow:3px 3px #000}.card-disabled{opacity:.5;cursor:not-allowed}.card-small{width:80px;height:100px}.card-small .card-number{font-size:40px}.card-small .card-special{font-size:12px}.card-orange{background:#ff6b35;color:#000}.card-blue{background:#004e89;color:#fff}.card-green{background:#06d6a0;color:#000}.card-yellow{background:#f7b801;color:#000}.card-pink{background:#ef476f;color:#fff}.card-red{background:#dc143c;color:#fff}.card-dark{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);color:gold;border-color:gold;box-shadow:6px 6px gold}.card-dark:hover:not(.card-disabled){box-shadow:10px 10px gold}.card-dark:active:not(.card-disabled){box-shadow:3px 3px gold}.card-gray{background:#e5e5e5;color:#000}.card-corner{position:absolute;font-size:18px;font-weight:900;line-height:1}.card-corner-top{top:8px;left:8px}.card-corner-bottom{bottom:8px;right:8px;transform:rotate(180deg)}.card-content{text-align:center;z-index:1}.card-number{font-size:72px;line-height:1;font-weight:900}.card-symbol{font-size:56px;line-height:1;font-weight:900;margin-bottom:8px}.card-special{font-size:14px;text-align:center;padding:4px;word-break:break-word;font-weight:700;letter-spacing:1px}.center-zone{position:relative;width:300px;height:300px;display:flex;justify-content:center;align-items:center}.direction-ring{position:absolute;width:100%;height:100%;border:4px dashed rgba(255,255,255,.3);border-radius:50%;animation:rotate 20s linear infinite;pointer-events:none}.direction-ring.counter{animation-direction:reverse}.arrow-top,.arrow-bottom{position:absolute;color:#ffffff80;font-size:2rem}.arrow-top{top:-15px;left:50%;transform:translate(-50%) rotate(0)}.arrow-bottom{bottom:-15px;left:50%;transform:translate(-50%) rotate(180deg)}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.piles-container{display:flex;align-items:center;gap:20px;z-index:2}.total-display{width:100px;height:100px;background:#2c3e50;border:4px solid #ecf0f1;border-radius:50%;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fff;box-shadow:0 0 15px #00000080;transition:all .3s ease}.total-display.warning{background:#f39c12;border-color:#f1c40f;animation:pulse-warning 2s infinite}.total-display.danger{background:#c0392b;border-color:#e74c3c;animation:pulse-danger 1s infinite}.total-label{font-size:.7rem;opacity:.8}.total-number{font-size:2.5rem;font-weight:900;line-height:1}.total-max{font-size:.8rem;opacity:.8}.deck-pile,.discard-pile{width:80px;height:110px;position:relative}.card-back-pile{width:100%;height:100%;background:linear-gradient(135deg,#000 25%,transparent 25%) -15px 0,linear-gradient(225deg,#000 25%,transparent 25%) -15px 0,linear-gradient(315deg,#000 25%,transparent 25%),linear-gradient(45deg,#000 25%,transparent 25%);background-size:10px 10px;background-color:#ef476f;border:2px solid white;border-radius:8px;box-shadow:4px 4px #0006}.deck-count{position:absolute;top:-10px;right:-10px;background:#333;color:#fff;width:24px;height:24px;border-radius:50%;display:flex;justify-content:center;align-items:center;font-weight:700;font-size:.8rem;border:2px solid white}.empty-pile{width:100%;height:100%;border:2px dashed rgba(255,255,255,.5);border-radius:8px;display:flex;justify-content:center;align-items:center;color:#ffffff80;font-weight:700}@keyframes pulse-warning{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}@keyframes pulse-danger{0%{transform:scale(1);box-shadow:0 0 15px #c0392b}50%{transform:scale(1.1);box-shadow:0 0 30px #c0392b}to{transform:scale(1);box-shadow:0 0 15px #c0392b}}.hand-container{width:100%;margin:20px 0;position:relative;display:flex;flex-direction:column;align-items:center}.hand-label-badge{font-family:Space Grotesk,sans-serif;font-weight:900;font-size:14px;background:var(--black);color:var(--white);padding:4px 12px;border-radius:12px;margin-top:10px;box-shadow:2px 2px #0000004d;text-transform:uppercase;letter-spacing:1px}.hand{display:flex;gap:-20px;justify-content:center;align-items:center;flex-wrap:wrap;min-height:180px;padding:20px}.hand>*{margin:0 -10px;transition:transform .2s,z-index 0s}.hand>*:hover{transform:translateY(-20px) rotate(0)!important;z-index:100}.hand-empty{font-family:Space Grotesk,sans-serif;font-weight:700;font-size:24px;color:#999;padding:40px;border:4px dashed #999}.game-table{width:100%;height:100%;min-height:600px;display:flex;justify-content:center;align-items:center;background-color:#2c3e50;background:radial-gradient(circle at center,#34495e,#2c3e50);position:relative;overflow:hidden;border-radius:12px;box-shadow:inset 0 0 50px #00000080}.table-surface{width:95%;height:90%;position:relative;background-color:#27ae60;background:radial-gradient(circle at center,#2ecc71,#27ae60 60%,#219150);border-radius:200px;box-shadow:0 0 20px #0000004d,inset 0 0 50px #0003;border:15px solid #8e44ad}.center-zone-container{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10}.my-player-zone{position:absolute;bottom:20px;left:50%;transform:translate(-50%);width:60%;display:flex;flex-direction:column;align-items:center;z-index:20}.my-info{position:absolute;bottom:0;left:50%;transform:translate(-50%);z-index:30;background:#0009;color:#fff;padding:8px 20px;border-radius:20px;font-weight:700;display:flex;gap:15px;box-shadow:0 2px 5px #0000004d}@media (max-width: 768px){.table-surface{width:100%;border-radius:0;border:none}.my-player-zone{width:95%}}.ono-button-container{display:flex;flex-direction:column;gap:12px;align-items:center;margin:16px 0}.ono-declare-button{font-size:20px;padding:16px 32px;min-width:200px}.pulse-animation{animation:ono-pulse 1.5s ease-in-out infinite}@keyframes ono-pulse{0%,to{transform:scale(1);box-shadow:6px 6px #000}50%{transform:scale(1.05);box-shadow:8px 8px #000}}.ono-catch-section{position:relative}.ono-catch-button{font-size:16px;padding:12px 24px}.catch-menu{position:absolute;top:100%;left:50%;transform:translate(-50%);margin-top:8px;background:#fff;border:4px solid #000;box-shadow:6px 6px #000;padding:12px;min-width:200px;z-index:100}.catch-menu-header{font-family:Space Grotesk,sans-serif;font-weight:700;font-size:14px;margin-bottom:8px;color:#000;text-align:center}.catch-option{display:block;width:100%;padding:10px;margin-bottom:6px;background:#f7b801;border:3px solid #000;font-family:Space Grotesk,sans-serif;font-weight:700;font-size:14px;cursor:pointer;transition:all .1s ease}.catch-option:last-child{margin-bottom:0}.catch-option:hover{background:gold;transform:translate(-2px,-2px);box-shadow:4px 4px #000}.catch-option:active{transform:translate(1px,1px);box-shadow:2px 2px #000}.catch-option:disabled{opacity:.5;cursor:not-allowed}.game-room-page{width:100vw;height:100vh;background-color:var(--secondary);overflow:hidden;position:relative}.spectator-badge{position:absolute;top:60px;left:50%;transform:translate(-50%);background-color:var(--black);color:var(--white);padding:.5rem 1rem;font-weight:700;z-index:100;border:2px solid var(--white);box-shadow:4px 4px #00000080}.game-room-header-overlay{position:absolute;top:0;left:0;right:0;padding:1rem;display:flex;justify-content:space-between;align-items:flex-start;z-index:50;pointer-events:none}.game-room-header-overlay>*{pointer-events:auto}.game-info{display:flex;flex-direction:column;gap:.5rem}.game-code-badge{background:var(--white);border:3px solid var(--black);padding:.5rem 1rem;font-weight:900;font-size:1.2rem;box-shadow:4px 4px 0 var(--black)}.game-over-section{display:flex;flex-direction:column;gap:.5rem}.game-over-badge{background:var(--accent);border:3px solid var(--black);padding:.5rem 1rem;font-weight:900;box-shadow:4px 4px 0 var(--black);animation:bounce 1s infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.game-room-content{width:100%;height:100%}.floating-ono-controls{position:absolute;bottom:2rem;right:2rem;z-index:60}.game-chat-overlay-container{position:absolute;bottom:2rem;left:2rem;z-index:60;width:300px}.toast{position:fixed;top:20px;right:20px;padding:16px 24px;border:4px solid #000;box-shadow:6px 6px #000;font-family:Space Grotesk,sans-serif;font-weight:700;font-size:14px;z-index:1000;display:flex;align-items:center;gap:16px;animation:slideIn .3s ease}@keyframes slideIn{0%{transform:translate(400px)}to{transform:translate(0)}}.toast-info{background:#f7b801;color:#000}.toast-success{background:#06d6a0;color:#000}.toast-error{background:#ef476f;color:#fff}.toast-close{background:none;border:none;font-size:24px;font-weight:700;cursor:pointer;padding:0;line-height:1}*{margin:0;padding:0;box-sizing:border-box}:root{--primary: #FF6B35;--secondary: #004E89;--accent: #F7B801;--success: #06D6A0;--danger: #EF476F;--black: #000000;--white: #FFFFFF;--gray: #E5E5E5}html,body{font-family:Space Grotesk,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f5f5f5;color:#000;overflow-x:hidden}body{margin:0;padding:0}#root{min-height:100vh}h1,h2,h3,h4,h5,h6{font-family:Space Grotesk,sans-serif;font-weight:700;text-transform:uppercase}::-webkit-scrollbar{width:12px}::-webkit-scrollbar-track{background:#e5e5e5;border-left:3px solid #000}::-webkit-scrollbar-thumb{background:#ff6b35;border:3px solid #000}::-webkit-scrollbar-thumb:hover{background:#f7b801}::selection{background:#ff6b35;color:#fff}::-moz-selection{background:#ff6b35;color:#fff}.text-center{text-align:center}.mt-1{margin-top:8px}.mt-2{margin-top:16px}.mt-3{margin-top:24px}.mt-4{margin-top:32px}.mb-1{margin-bottom:8px}.mb-2{margin-bottom:16px}.mb-3{margin-bottom:24px}.mb-4{margin-bottom:32px}.p-1{padding:8px}.p-2{padding:16px}.p-3{padding:24px}.p-4{padding:32px}
