.create-match{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 8px #0000001a;max-width:900px;margin:0 auto 2rem}.create-match h2{margin-bottom:.5rem;color:#667eea}.create-match .subtitle{color:#666;font-size:.9rem;margin-bottom:1.5rem}.alert{padding:1rem;border-radius:4px;margin-bottom:1.5rem;font-weight:500}.alert-error{background:#fee;color:#c33;border:1px solid #fcc}.alert-success{background:#efe;color:#3a3;border:1px solid #cfc}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}.form-group{display:flex;flex-direction:column}.form-group label{font-weight:600;margin-bottom:.5rem;color:#333}.form-group input,.form-group select{padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;font-family:inherit}.form-group input:focus,.form-group select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-actions{margin-top:2rem;display:flex;justify-content:flex-end}.btn{padding:.75rem 2rem;border:none;border-radius:4px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s}.btn-primary{background:#667eea;color:#fff}.btn-primary:hover:not(:disabled){background:#5568d3;transform:translateY(-1px);box-shadow:0 4px 12px #667eea4d}.btn-primary:disabled{background:#ccc;cursor:not-allowed}@media (max-width: 768px){.form-row{grid-template-columns:1fr;gap:1rem}.create-match{padding:1.5rem}}.login-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.login-card{background:#fff;padding:2.5rem;border-radius:10px;box-shadow:0 10px 25px #0003;width:100%;max-width:400px}.login-card h1{text-align:center;margin:0 0 .5rem;font-size:2rem;color:#333}.login-card .subtitle{text-align:center;color:#666;margin:0 0 2rem;font-size:.9rem;font-weight:500}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:#333;font-weight:600;font-size:.9rem}.form-group input{width:100%;padding:.75rem;border:2px solid #e0e0e0;border-radius:6px;font-size:1rem;transition:border-color .3s ease;box-sizing:border-box}.form-group input:focus{outline:none;border-color:#667eea;background-color:#f5f5ff}.form-group input:disabled{background-color:#f5f5f5;cursor:not-allowed}.error-message{background-color:#fee;color:#c33;padding:.75rem;border-radius:6px;margin-bottom:1.5rem;font-size:.9rem;border-left:4px solid #c33}.login-button{width:100%;padding:.75rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.login-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 5px 15px #667eea66}.login-button:disabled{opacity:.7;cursor:not-allowed}.info-text{text-align:center;margin-top:2rem;font-size:.85rem;color:#666;line-height:1.6}.info-text strong{color:#333}.app{min-height:100vh;display:flex;flex-direction:column}header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1rem 2rem;box-shadow:0 2px 10px #0000001a;display:flex;justify-content:space-between;align-items:center;gap:2rem;flex-wrap:wrap}.header-left{flex:1;min-width:250px}header h1{margin:0;font-size:1.8rem}.header-subtitle{margin:.25rem 0 0;font-size:.85rem;opacity:.9}nav{display:flex;gap:1.5rem}nav a{color:#fff;text-decoration:none;font-weight:500;padding:.5rem 1rem;border-radius:4px;transition:background .3s;white-space:nowrap}nav a:hover{background:#fff3}.user-menu{display:flex;align-items:center;gap:1rem;white-space:nowrap}.user-name{font-weight:500;font-size:.95rem}.logout-btn{background:#fff3;color:#fff;border:1px solid rgba(255,255,255,.4);padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-weight:500;transition:background .3s}.logout-btn:hover{background:#ffffff4d}main{flex:1;padding:2rem;max-width:1400px;width:100%;margin:0 auto}.dashboard{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.card{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 8px #0000001a}.card h3{margin-bottom:1rem;color:#667eea}.status-ok{color:green;font-size:1.2rem}.status-error{color:red;font-size:1.2rem}.table-container{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 8px #0000001a;overflow-x:auto;margin-top:1rem}table{width:100%;border-collapse:collapse}thead{background:#667eea;color:#fff}th,td{padding:1rem;text-align:left;border-bottom:1px solid #ddd}tbody tr:hover{background:#f5f5f5}.status{padding:.25rem .75rem;border-radius:12px;font-size:.85rem;font-weight:600}.status.unassigned{background:#ffc107;color:#000}.status.confirmed{background:#28a745;color:#fff}.status.completed{background:#17a2b8;color:#fff}.status.cancelled{background:#dc3545;color:#fff}.referee-status{padding:.25rem .75rem;border-radius:12px;font-size:.85rem;font-weight:600;display:inline-block;min-width:45px;text-align:center}.referee-status.empty{background:#fee;color:#c33;border:2px solid #fcc}.referee-status.partial{background:#fff3cd;color:#856404;border:2px solid #ffc107}.referee-status.full{background:#d4edda;color:#155724;border:2px solid #28a745}footer{background:#333;color:#fff;text-align:center;padding:1.5rem;margin-top:auto}ul{list-style-position:inside;line-height:2}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-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}
