: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}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.app.svelte-12qhfyh{min-height:100vh;display:flex;flex-direction:column;background:#f1f5f9}.header.svelte-12qhfyh{background:linear-gradient(135deg,#1e40af,#3b82f6);color:#fff;padding:.75rem 1rem;position:sticky;top:0;z-index:100}.header-content.svelte-12qhfyh{max-width:1400px;margin:0 auto;display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.logo.svelte-12qhfyh{display:flex;align-items:center;gap:.5rem;font-size:1.25rem;font-weight:700;color:#fff;text-decoration:none}.nav-tabs.svelte-12qhfyh{display:flex;gap:.25rem;flex:1;justify-content:center;flex-wrap:wrap}.nav-tab.svelte-12qhfyh{display:flex;align-items:center;gap:.25rem;padding:.5rem .75rem;border-radius:6px;color:#fffc;text-decoration:none;font-size:.85rem;transition:all .2s}.nav-tab.svelte-12qhfyh:hover{background:#ffffff1a;color:#fff}.nav-tab.active.svelte-12qhfyh{background:#fff3;color:#fff}.tab-icon.svelte-12qhfyh{font-size:1.1rem}.header-right.svelte-12qhfyh{display:flex;align-items:center;gap:.75rem}.lang-selector.svelte-12qhfyh{display:flex;gap:2px;background:#0003;padding:3px;border-radius:8px}.lang-btn.svelte-12qhfyh{display:flex;align-items:center;gap:4px;background:transparent;border:none;padding:6px 10px;border-radius:6px;cursor:pointer;color:#ffffffb3;font-size:.8rem;font-weight:600;transition:all .2s}.lang-btn.svelte-12qhfyh:hover{background:#ffffff1a;color:#fff}.lang-btn.active.svelte-12qhfyh{background:#ffffff40;color:#fff}.flag.svelte-12qhfyh{font-size:1.1rem}.lang-code.svelte-12qhfyh{font-size:.75rem}.user-name.svelte-12qhfyh{font-size:.85rem;opacity:.9}.logout-btn.svelte-12qhfyh{background:#ffffff1a;border:none;padding:.5rem;border-radius:6px;cursor:pointer;font-size:1.1rem}.logout-btn.svelte-12qhfyh:hover{background:#fff3}.main.svelte-12qhfyh{flex:1;padding:1.5rem;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:.8rem}@media(max-width:900px){.tab-label.svelte-12qhfyh{display:none}.nav-tab.svelte-12qhfyh{padding:.5rem}.tab-icon.svelte-12qhfyh{font-size:1.25rem}.lang-code.svelte-12qhfyh{display:none}}@media(max-width:600px){.header-content.svelte-12qhfyh{justify-content:space-between}.nav-tabs.svelte-12qhfyh{order:3;width:100%;justify-content:center;margin-top:.5rem}.user-name.svelte-12qhfyh{display:none}}
