.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#f4f7f6;color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6;padding-bottom:50px}h1,h2,h3,h4,h5,h6{color:#2c3e50;font-weight:500;margin-bottom:.75rem}p{margin-bottom:1rem}a{color:#3498db;text-decoration:none}a:hover{color:#2980b9;text-decoration:underline}ul{list-style:none}img{max-width:100%}.container{margin:auto;max-width:1100px;overflow:hidden;padding:0 2rem}.text-primary{color:#3498db}.text-danger{color:#e74c3c}.text-success{color:#2ecc71}.loading-text,.text-center{text-align:center}.loading-text{color:#777;font-style:italic;padding:20px}.error-message{background-color:#fdd;border:1px solid #e74c3c;border-radius:4px;color:#e74c3c;margin-bottom:1rem;padding:.75rem}.navbar{align-items:center;background:#2c3e50;box-shadow:0 2px 4px #0000001a;color:#fff;display:flex;justify-content:space-between;margin-bottom:2rem;padding:1rem 2rem}.navbar a{color:#fff;font-weight:500;margin-right:1rem}.navbar a:hover{color:#ecf0f1;text-decoration:none}.navbar .logo{font-size:1.5rem;font-weight:700}.navbar div:last-child a,.navbar div:last-child span{margin-left:1rem;margin-right:0}.navbar button{background-color:#e74c3c;margin-left:1rem}.navbar button:hover{background-color:#c0392b}.main-content{padding:1rem 2rem}.btn,button{background:#3498db;border:none;border-radius:4px;color:#fff;cursor:pointer;display:inline-block;font-size:.9rem;padding:.6rem 1.3rem;text-align:center;transition:background-color .2s ease-in-out}.btn:hover,button:hover{background:#2980b9}button:disabled{background:#bdc3c7;cursor:not-allowed}button.btn-danger{background-color:#e74c3c}button.btn-danger:hover{background-color:#c0392b}button.btn-success{background-color:#2ecc71}button.btn-success:hover{background-color:#27ae60}button.btn-secondary{background-color:#95a5a6}button.btn-secondary:hover{background-color:#7f8c8d}form{background:#fff;border-radius:5px;box-shadow:0 0 15px #0000001a;margin-bottom:2rem;padding:2rem}form div{margin-bottom:1rem}form label{color:#555;display:block;font-weight:500;margin-bottom:.3rem}form input[type=datetime-local],form input[type=email],form input[type=number],form input[type=password],form input[type=text],form select,form textarea{border:1px solid #ddd;border-radius:4px;font-size:1rem;padding:.7rem;width:100%}form input:focus,form select:focus,form textarea:focus{border-color:#3498db;box-shadow:0 0 0 2px #3498db33;outline:none}form button[type=submit]{font-size:1rem;padding:.8rem;width:100%}.chat-container form button[type=submit]{width:30%}.card{background:#fff;border-radius:5px;box-shadow:0 2px 8px #0000001a;margin-bottom:1.5rem;padding:1.5rem;transition:transform .2s ease-in-out,box-shadow .2s ease-in-out}.card:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-3px)}.card h3,.card h4{color:#3498db;margin-top:0}.auth-container{margin:3rem auto;max-width:450px;padding:0 1rem}.auth-container h2{color:#2c3e50;margin-bottom:1.5rem;text-align:center}.auth-container p{margin-top:1rem;text-align:center}.groups-list{padding-left:0}.groups-list li{background:#fff;border-radius:4px;box-shadow:0 1px 3px #00000014;margin-bottom:.75rem;padding:1rem;transition:background-color .2s}.groups-list li:hover{background-color:#e9f5fd}.groups-list li a{font-size:1.1rem;font-weight:500}.join-group-simulation{background-color:#e9ecef;border-radius:4px;margin-top:2rem;padding:1rem}.join-group-simulation input[type=text]{border:1px solid #ccc;border-radius:3px;display:inline-block;margin-right:.5rem;padding:.5rem;width:auto}.group-header{background-color:#fff;border-radius:5px;box-shadow:0 2px 8px #0000001a;margin-bottom:2rem;padding:1.5rem}.group-header h2{margin-top:0}.invite-link-container{background-color:#e9f5fd;border:1px solid #bee0f7;border-radius:4px;margin-top:1rem;padding:.75rem;word-break:break-all}.invite-link-container strong{color:#2980b9}.game-form-container{border-top:2px solid #eee;margin-bottom:2rem;margin-top:2rem;padding-top:2rem}.game-form-container h3{margin-bottom:1rem}.game-card{border-radius:5px;box-shadow:0 1px 4px #00000012;margin-bottom:1.5rem;padding:1rem}.game-card.cancelled{background-color:#fee;border-left:5px solid #e74c3c}.game-card.cancelled h4,.game-card.cancelled p{color:#777;text-decoration:line-through}.game-card.cancelled .status-badge{color:#e74c3c;font-weight:700;margin-left:5px}.game-card h4{color:#3498db;margin-bottom:.5rem;margin-top:0}.game-card p{font-size:.95rem;margin-bottom:.5rem}.game-card button{font-size:.85rem;margin-right:.5rem;margin-top:.5rem;padding:.4rem .8rem}.attendees-list{font-size:.9em;padding-left:1.5rem}.attendees-list li{margin-bottom:.25rem}.chat-container{background-color:#fdfdfd;border-radius:4px}.chat-container h5{color:#555;margin-bottom:.75rem}.chat-messages{border:1px solid #eee;border-radius:3px;height:150px;margin-bottom:.75rem;padding:.5rem}.chat-message{border-radius:3px;margin-bottom:.5rem;padding:.3rem .5rem}.chat-message strong{color:#2980b9}.chat-message small{color:#888;font-size:.75em;margin-left:8px}.chat-input-form input[type=text]{font-size:.9rem}.chat-input-form button{flex-shrink:0;font-size:.9rem}@media (max-width:768px){.navbar{align-items:flex-start;flex-direction:column}.navbar div{margin-bottom:.5rem}.navbar div:last-child{display:flex;justify-content:space-between;margin-left:0;width:100%}.navbar div:last-child a,.navbar div:last-child button,.navbar div:last-child span{margin-left:0}.container,.main-content{padding:1rem}form{padding:1.5rem}.chat-input-form{flex-direction:column}.chat-input-form button,.chat-input-form input[type=text]{width:100%}}@media (max-width:480px){body{font-size:15px}h1{font-size:1.8rem}h2{font-size:1.5rem}.btn,button{font-size:.9rem;padding:.7rem 1rem}form input[type=datetime-local],form input[type=email],form input[type=number],form input[type=password],form input[type=text]{padding:.6rem}}.game-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 2px 5px #00000014;display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem;padding:1.5rem}.game-card.cancelled{background-color:#fff5f5;border-left:5px solid #e53e3e}.game-card.cancelled .game-details p,.game-card.cancelled .game-header h4{color:#a0aec0;text-decoration:line-through}.game-header{border-bottom:1px solid #eee;margin-bottom:.5rem;padding-bottom:.75rem}.game-header h4{align-items:center;color:#2d3748;display:flex;font-size:1.3rem;justify-content:space-between;margin-bottom:.25rem;margin-top:0}.game-header .sport-type-badge{background-color:#e2e8f0;border-radius:12px;color:#4a5568;font-size:.8rem;font-weight:600;padding:.2rem .5rem;text-transform:capitalize}.game-header .status-badge{color:#e53e3e;font-size:.9rem;font-weight:700}.game-details{grid-gap:.75rem;display:grid;font-size:.95rem;gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.game-details p{align-items:center;color:#4a5568;display:flex;margin-bottom:.25rem}.game-details p strong{color:#2d3748;margin-right:.5em;min-width:100px}.game-actions{border-top:1px solid #eee;display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.5rem;padding-top:1rem}.game-actions button{font-size:.9rem;padding:.5rem 1rem}.attendees-section{margin-top:.5rem}.attendees-section h5{border-top:1px solid #eee;color:#2d3748;font-size:1rem;margin-bottom:.5rem;padding-top:1rem}.attendees-list{color:#4a5568;font-size:.9rem;list-style:none;max-height:100px;overflow-y:auto;padding-left:0}.attendees-list li{border-bottom:1px dotted #e2e8f0;padding:.25rem 0}.attendees-list li:last-child{border-bottom:none}.chat-container{background-color:#f9fafb;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 1px 3px #0000000d;margin-top:1rem;padding:1rem}.chat-container h5{border-bottom:1px solid #e5e7eb;color:#374151;font-size:1.1rem;margin-bottom:1rem;margin-top:0;padding-bottom:.5rem;text-align:left}.chat-messages{background-color:#fff;border:1px solid #e5e7eb;border-radius:6px;display:flex;flex-direction:column;gap:.5rem;height:200px;margin-bottom:1rem;overflow-y:auto;padding:.75rem}.chat-messages::-webkit-scrollbar{width:8px}.chat-messages::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.chat-messages::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:10px}.chat-messages::-webkit-scrollbar-thumb:hover{background:#a0aec0}.chat-message{word-wrap:break-word;align-self:flex-start;background-color:#e9eef5;border-radius:12px;color:#2d3748;font-size:.9rem;line-height:1.4;max-width:85%;padding:.5rem .75rem}.chat-message.own-message{align-self:flex-end;background-color:#d1eaff}.chat-message strong{color:#1c64f2;display:block;font-size:.8rem;font-weight:600;margin-bottom:.15rem}.chat-message small.message-timestamp{color:#6b7280;display:block;font-size:.7rem;margin-top:.25rem;text-align:right}.chat-input-form{background:none;box-shadow:none;display:flex;gap:.5rem;margin-bottom:0;padding:0}.chat-input-form input[type=text]{border:1px solid #d1d5db;border-radius:6px;flex-grow:1;min-width:50%;padding:.6rem .8rem}.chat-input-form input[type=text]:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f633}.chat-input-form button{background-color:#2563eb;border-radius:6px;padding:.6rem 1rem}.chat-input-form button:hover{background-color:#1d4ed8}
/*# sourceMappingURL=main.9815771f.css.map*/