:root{--primary: #1e40af;--primary-light: #3b82f6;--primary-dark: #1e3a8a;--success: #22c55e;--warning: #f59e0b;--danger: #ef4444;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-400: #9ca3af;--gray-500: #6b7280;--gray-600: #4b5563;--gray-700: #374151;--gray-800: #1f2937;--gray-900: #111827}*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;background-color:var(--gray-100);color:var(--gray-800)}.card{background:#fff;border-radius:.75rem;box-shadow:0 1px 3px #0000001a;padding:1.5rem}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--gray-200)}.card-title{font-size:1.25rem;font-weight:600;color:var(--gray-800);margin:0;display:flex;align-items:center;gap:.5rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem 1.25rem;border-radius:.5rem;font-weight:500;font-size:.875rem;cursor:pointer;transition:all .2s ease;border:none;text-decoration:none}.btn-primary{background-color:var(--primary);color:#fff}.btn-primary:hover{background-color:var(--primary-dark)}.btn-success{background-color:var(--success);color:#fff}.btn-success:hover{background-color:#16a34a}.btn-danger{background-color:var(--danger);color:#fff}.btn-danger:hover{background-color:#dc2626}.btn-warning{background-color:var(--warning);color:#fff}.btn-warning:hover{background-color:#d97706}.btn-outline{background-color:transparent;border:2px solid var(--gray-300);color:var(--gray-700)}.btn-outline:hover{border-color:var(--primary);color:var(--primary)}.btn-lg{padding:.875rem 1.75rem;font-size:1rem}.btn-sm{padding:.375rem .75rem;font-size:.75rem}.btn-icon{padding:.5rem;aspect-ratio:1}.btn:disabled{opacity:.5;cursor:not-allowed}.input{width:100%;padding:.625rem .875rem;border:1px solid var(--gray-300);border-radius:.5rem;font-size:1rem;transition:border-color .2s,box-shadow .2s}.input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #1e40af1a}.input-group{display:flex;flex-direction:column;gap:.375rem}.input-label{font-size:.875rem;font-weight:500;color:var(--gray-700)}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media(max-width:768px){.grid-2,.grid-3{grid-template-columns:1fr}}.badge{display:inline-flex;align-items:center;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:500}.badge-success{background-color:#dcfce7;color:#166534}.badge-warning{background-color:#fef3c7;color:#92400e}.badge-danger{background-color:#fee2e2;color:#991b1b}.alert{padding:1rem;border-radius:.5rem;margin-bottom:1rem}.alert-success{background-color:#dcfce7;color:#166534;border:1px solid #bbf7d0}.alert-error{background-color:#fee2e2;color:#991b1b;border:1px solid #fecaca}.alert-warning{background-color:#fef3c7;color:#92400e;border:1px solid #fde68a}.score-display{font-size:4rem;font-weight:700;color:var(--gray-800);font-variant-numeric:tabular-nums}.player-item{display:flex;align-items:center;gap:1rem;padding:.75rem;border-radius:.5rem;background-color:var(--gray-50);margin-bottom:.5rem}.player-number{width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;background-color:var(--primary);color:#fff;border-radius:50%;font-weight:700}.player-name{flex:1;font-weight:500}.event-item{display:flex;align-items:center;gap:1rem;padding:1rem;border-radius:.5rem;background-color:var(--gray-50);margin-bottom:.5rem}.event-icon{font-size:1.5rem}.event-time{font-weight:600;color:var(--primary)}.text-center{text-align:center}.text-right{text-align:right}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.gap-2{gap:.5rem}.gap-4{gap:1rem}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.loading-screen.svelte-12qhfyh{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,#1e3a8a,#3b82f6);color:#fff}.spinner.svelte-12qhfyh{width:50px;height:50px;border:4px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:svelte-12qhfyh-spin 1s linear infinite}@keyframes svelte-12qhfyh-spin{to{transform:rotate(360deg)}}.app.svelte-12qhfyh{min-height:100vh;display:flex;flex-direction:column;background-color:#f3f4f6}.header.svelte-12qhfyh{background:linear-gradient(135deg,#1e40af,#3b82f6);color:#fff;padding:1rem 2rem;box-shadow:0 2px 10px #0000001a}.header-content.svelte-12qhfyh{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.logo.svelte-12qhfyh{font-size:1.5rem;font-weight:700;margin:0;display:flex;align-items:center;gap:.5rem}.logo-icon.svelte-12qhfyh{font-size:1.8rem}.header-right.svelte-12qhfyh{display:flex;align-items:center;gap:1rem}.hall-badge.svelte-12qhfyh{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:2rem;font-weight:600;font-size:.875rem}.hall-badge.hall1.svelte-12qhfyh{background:linear-gradient(135deg,#059669,#10b981)}.hall-badge.hall2.svelte-12qhfyh{background:linear-gradient(135deg,#d97706,#f59e0b)}.hall-badge.admin.svelte-12qhfyh{background:linear-gradient(135deg,#7c3aed,#a78bfa)}.hall-icon.svelte-12qhfyh{font-size:1.1rem}.connection-status.svelte-12qhfyh{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#ffffff1a;border-radius:2rem;font-size:.875rem}.status-dot.svelte-12qhfyh{width:10px;height:10px;border-radius:50%;background-color:#ef4444;animation:svelte-12qhfyh-pulse 2s infinite}.connection-status.connected.svelte-12qhfyh .status-dot:where(.svelte-12qhfyh){background-color:#22c55e;animation:none}@keyframes svelte-12qhfyh-pulse{0%,to{opacity:1}50%{opacity:.5}}.logout-btn.svelte-12qhfyh{background:#ffffff1a;border:none;padding:.5rem .75rem;border-radius:.5rem;font-size:1.25rem;cursor:pointer;transition:all .2s}.logout-btn.svelte-12qhfyh:hover{background:#fff3}.tabs.svelte-12qhfyh{background:#fff;display:flex;justify-content:center;gap:.5rem;padding:.75rem 1rem;box-shadow:0 1px 3px #0000001a;flex-wrap:wrap}.tab.svelte-12qhfyh{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:.5rem;text-decoration:none;color:#4b5563;font-weight:500;transition:all .2s ease}.tab.svelte-12qhfyh:hover{background-color:#f3f4f6;color:#1e40af}.tab.active.svelte-12qhfyh{background-color:#1e40af;color:#fff}.tab-icon.svelte-12qhfyh{font-size:1.25rem}.main.svelte-12qhfyh{flex:1;padding:2rem;max-width:1400px;margin:0 auto;width:100%;box-sizing:border-box}.footer.svelte-12qhfyh{background:#1f2937;color:#9ca3af;text-align:center;padding:1rem;font-size:.875rem}@media(max-width:768px){.header-content.svelte-12qhfyh{flex-direction:column;gap:1rem}.header-right.svelte-12qhfyh{flex-wrap:wrap;justify-content:center;gap:.5rem}.tabs.svelte-12qhfyh{gap:.25rem}.tab.svelte-12qhfyh{padding:.5rem .75rem;font-size:.875rem}.tab-label.svelte-12qhfyh{display:none}.tab-icon.svelte-12qhfyh{font-size:1.5rem}.main.svelte-12qhfyh{padding:1rem}}
