body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.App{background:#1d3b2f;color:#f2e8d5;min-height:100vh;padding:1rem;text-align:left}.auth-page{align-items:center;display:flex;justify-content:center}.auth-container,.container{background:#2d5045;border:2px solid #f2e8d5;border-radius:16px;box-shadow:0 8px 32px #0000004d;padding:2rem;transition:all .3s ease;width:100%}.auth-container{max-width:550px}h1{color:#f2e8d5;font-size:3rem;font-weight:800;letter-spacing:-.02em;margin-bottom:1.5rem;text-align:center}.text-3d,h1{text-shadow:1px 1px 0 #2d5045,2px 2px 0 #1d3b2f,3px 3px 0 #1a352d,4px 4px 0 #0f2319,5px 5px 10px #00000080;transform:perspective(500px) rotateX(15deg)}h2{color:#f2e8d5;font-size:1.8rem;font-weight:700;margin-bottom:1.5rem}h3{font-size:1.25rem;margin-bottom:.75rem}.subtitle-badge,h3{color:#f2e8d5;font-weight:600}.subtitle-badge{background:#f2e8d51a;border:2px solid #f2e8d5;border-radius:20px;display:inline-block;font-size:.9rem;letter-spacing:.5px;margin-top:.75rem;padding:.5rem 1rem;text-transform:uppercase}.header{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:2rem}.title-section{text-align:left}.subtitle{color:#f2e8d5;font-size:1.1rem;font-weight:400;margin-top:.5rem;opacity:.85}.header-info{align-items:center;color:#f2e8d5;display:flex;flex-wrap:wrap;font-size:1rem;gap:1rem}.nav-tabs{background:#f2e8d51a;border:2px solid #f2e8d5;border-radius:12px;display:flex;gap:.25rem;margin-bottom:2rem;padding:.5rem}.nav-tab{background:#0000;border:none;border-radius:8px;color:#f2e8d5;cursor:pointer;flex:1 1;font-size:1rem;font-weight:600;opacity:.7;padding:1rem;text-align:center;transition:all .3s ease}.nav-tab.active{background:#f2e8d5;color:#2d5045;opacity:1;transform:translateY(-1px)}.nav-tab:hover:not(.active){background:#f2e8d526;opacity:1}.btn{align-items:center;background:#f2e8d5;border:2px solid #2d5045;border-radius:8px;box-shadow:0 4px 8px #0003;color:#2d5045;cursor:pointer;display:inline-flex;font-size:.95rem;font-weight:600;gap:.5rem;justify-content:center;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s ease}.btn:hover{box-shadow:0 6px 16px #0000004d;transform:translateY(-2px)}.btn:active{transform:translateY(0)}.btn:disabled{cursor:not-allowed;opacity:.5;transform:none}.btn-secondary{background:#2d5045;border:2px solid #f2e8d5;color:#f2e8d5}.btn-secondary:hover{background:#2d5045cc;box-shadow:0 6px 16px #0000004d}.btn-small{font-size:.875rem;padding:.5rem 1rem}.contest-card,.my-contest-card{background:#2d5045;border:2px solid #f2e8d5;border-radius:12px;box-shadow:0 4px 8px #0000004d;cursor:pointer;margin-bottom:1rem;padding:1.25rem;transition:all .3s ease}.my-contest-card.eliminated{border-color:#8b4545;opacity:.6}.contest-card:hover,.my-contest-card:hover{background:#2d5045e6;box-shadow:0 6px 12px #0006;transform:translateY(-2px)}.my-contest-card.eliminated:hover{border-color:#8b4545}.contest-title-section{display:flex;flex:1 1;flex-direction:column;gap:.5rem}.contest-name-large{align-items:center;color:#f2e8d5;display:flex;font-size:1.5rem;font-weight:700;gap:.75rem;line-height:1.2;margin:0}.alive-count-section{align-items:baseline;display:flex;gap:.25rem}.alive-count-large{color:#f2e8d5;font-size:1.75rem;font-weight:700}.total-count{color:#f2e8d5;font-size:1.25rem;opacity:.7}.contest-meta{color:#f2e8d5;font-size:1rem;line-height:1.3;opacity:.85}.lives-display-left{align-items:center;display:flex;flex-direction:row;gap:.5rem}.lives-label-big{color:#f2e8d5;font-size:1rem;font-weight:600;opacity:.85}.lives-dots-big{display:flex;gap:.5rem}.life-dot-big{font-size:1.5rem;font-weight:700;line-height:1;transition:all .3s ease}.life-dot-big.active{color:#f2e8d5}.life-dot-big.lost{color:#f2e8d540}.contest-header-new{align-items:center;display:flex;justify-content:space-between;width:100%}.right-section-big{flex-shrink:0;gap:1rem;min-height:100%}.position-badge-big,.position-badge-container-big,.right-section-big{align-items:center;display:flex;justify-content:center}.position-badge-big{background:#f2e8d5;border:2px solid #2d5045;border-radius:50%;box-shadow:0 6px 20px #0000004d;color:#2d5045;font-size:1.5rem;font-weight:900;height:4rem;margin:0;overflow:hidden;padding:1rem;position:relative;transition:all .3s ease;width:4rem}.position-badge-big:before{background:linear-gradient(90deg,#0000,#ffffff80 50%,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .6s ease;width:100%}.contest-card:hover .position-badge-big:before,.my-contest-card:hover .position-badge-big:before{left:100%}.contest-card:hover .position-badge-big,.my-contest-card:hover .position-badge-big{box-shadow:0 8px 24px #0006;transform:scale(1.08)}.private-badge{background:#0000;border:2px solid #f2e8d5;border-radius:4px;color:#f2e8d5;font-size:.75rem;font-weight:600;padding:.25rem .5rem}.contest-password{background:#f2e8d51a;border:1px solid #f2e8d54d;border-radius:6px;color:#f2e8d5;font-size:.9rem;margin-top:1rem;padding:.75rem}.form-section{background:#2d5045;border:2px solid #f2e8d54d;border-radius:12px;margin-bottom:2rem;padding:1.5rem}.form-section label{color:#f2e8d5;display:block;font-size:1.1rem;font-weight:600;margin-bottom:1rem}.form-input{background:#2d5045;border:2px solid #f2e8d5;border-radius:8px;color:#f2e8d5;font-size:1rem;padding:.75rem 1rem;transition:all .3s ease;width:100%}.form-input:focus{background:#2d5045e6;border-color:#f2e8d5;box-shadow:0 0 0 3px #f2e8d533;outline:none}.game-mode-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(2,280px);grid-template-rows:repeat(2,120px);justify-content:center;margin-bottom:1rem;margin-left:auto;margin-right:auto;max-width:600px}.game-mode-option{background:#2d5045;border:2px solid #f2e8d54d;border-radius:8px;box-shadow:0 2px 4px #0003;box-sizing:border-box;color:#f2e8d5;cursor:pointer;display:flex;flex-direction:column;height:120px;justify-content:center;padding:1rem;text-align:center;transition:all .3s ease;width:280px}.game-mode-option:nth-child(3){grid-column:1/3;grid-row:2;justify-self:center}.game-mode-option.selected{background:#2d5045}.game-mode-option.selected,.game-mode-option:hover{border-color:#f2e8d5;box-shadow:0 4px 8px #0000004d}.settings-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(3,1fr)}.settings-grid .form-section{align-items:center;display:flex;flex-direction:column;text-align:center}.settings-grid .form-section label{margin-bottom:1rem}.settings-grid .form-section input,.settings-grid .form-section>div{align-self:center}.modal-overlay{align-items:center;background:#000c;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:1000}.modal-content{background:#2d5045;border:2px solid #f2e8d5;border-radius:12px;box-shadow:0 8px 24px #0006;max-width:400px;padding:2rem;width:100%}.auth-toggle{background:#f2e8d51a;border:2px solid #f2e8d5;border-radius:8px;display:flex;margin-bottom:2rem;overflow:hidden;padding:.25rem}.auth-toggle button{background:#0000;border:none;border-radius:6px;color:#f2e8d5;cursor:pointer;flex:1 1;font-weight:600;opacity:.7;padding:.75rem;transition:all .3s ease}.auth-toggle button.active{background:#f2e8d5;color:#2d5045;opacity:1}.auth-form{display:flex;flex-direction:column;gap:1rem}.auth-input{background:#f2e8d51a;border:2px solid #f2e8d5;border-radius:8px;color:#f2e8d5;font-family:inherit;font-size:1rem;padding:.75rem 1rem;transition:all .3s ease;width:100%}.auth-input::placeholder{color:#f2e8d580}.auth-input:focus{background:#f2e8d526;border-color:#f2e8d5;box-shadow:0 0 0 3px #f2e8d533;outline:none}.success{background:#10b9811a;border:1px solid #10b98133;border-radius:8px;color:#10b981}.error,.success{margin-top:1rem;padding:1rem}.error{background:#ef44441a;border:1px solid #ef444433;border-radius:8px;color:#ef4444}.warning{background:#f59e0b1a;border:1px solid #f59e0b33;border-radius:8px;color:#f59e0b;margin-top:1rem;padding:1rem}.loading{color:#f2e8d5;padding:2rem;text-align:center}.featured-badge{background:#f2e8d5;border:2px solid #2d5045;border-radius:4px;box-shadow:0 2px 4px #0003;color:#2d5045;font-size:.7rem;font-weight:700;margin-left:.5rem;padding:.25rem .5rem;text-transform:uppercase}@media (max-width:768px){.App{padding:.5rem}.container{border-radius:12px;padding:1rem}h1{font-size:2rem}.header{align-items:stretch;flex-direction:column;text-align:center}.header-info,.nav-tabs{flex-direction:column;gap:.5rem}.nav-tab{padding:.75rem}.contest-card{padding:1rem}.game-mode-grid{grid-template-columns:1fr;grid-template-rows:repeat(3,120px);max-width:350px}.game-mode-option{justify-self:center;max-width:280px;width:100%}.game-mode-option:nth-child(3){grid-column:1;grid-row:3}.settings-grid{grid-template-columns:1fr}.modal-content{left:50%;margin:1rem;max-height:80vh;overflow-y:auto;padding:1.5rem;position:fixed;top:50%;transform:translate(-50%,-50%)}.contest-card,.my-contest-card{padding:.75rem}.contest-title-section{gap:.25rem}.contest-name-large{font-size:1.1rem}.alive-count-large{font-size:1.5rem}.total-count{font-size:1.1rem}.contest-meta{font-size:.85rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lives-label-big{font-size:.8rem}.life-dot-big{font-size:1rem}.position-badge-big{font-size:.9rem;height:2.5rem;width:2.5rem}.right-section-big{align-self:center;gap:.75rem}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
/*# sourceMappingURL=main.998956b2.css.map*/