.fs-scope{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--color-primary:#2563eb;--color-primary-dark:#1d4ed8;--color-primary-light:#dbeafe;--color-primary-border:#bfdbfe;--color-accent:var(--color-primary);--color-success:#16a34a;--color-success-dark:#15803d;--color-danger:#dc2626;--color-danger-dark:#b91c1c;--warning-bg:#fffbeb;--warning-border:#f59e0b;--warning-text:#92400e;--gray-50:#f8fafc;--gray-100:#f0f4f7;--gray-200:#e2e8f0;--gray-300:#cbd5e1;--gray-400:#94a3b8;--gray-500:#64748b;--gray-600:#475569;--gray-700:#334155;--gray-800:#1e293b;--gray-900:#0f172a;--surface:#fff;--surface-raised:#fff;--surface-sunken:var(--gray-50);--surface-header:linear-gradient(135deg, #1d3a6b 0%, #0f172a 100%);--text-primary:var(--gray-900);--text-secondary:var(--gray-700);--text-muted:var(--gray-500);--text-on-accent:#fff;--border:var(--gray-200);--border-strong:var(--gray-300);--accent:var(--color-primary);--accent-hover:var(--color-primary-dark);--accent-soft:var(--color-primary-light);--focus-ring:0 0 0 3px #2563eb61;--sidebar-bg:#0f172a;--sidebar-width:240px;--sidebar-active:var(--color-primary);--sidebar-text:#ffffffa8;--sidebar-text-muted:#ffffff6b;--sidebar-hover-bg:#ffffff12;--sidebar-hover:#ffffff1a;--sidebar-border:#ffffff14;--status-active:var(--color-success);--status-upcoming:var(--color-primary);--status-done:var(--gray-500);--radius-xs:4px;--radius-sm:6px;--radius:8px;--radius-pill:999px;--shadow-sm:0 1px 2px #0f172a0f, 0 1px 3px #0f172a17;--shadow:0 4px 14px #0f172a1a;--shadow-lg:0 14px 38px #0f172a33;--font-sans:ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-mono:ui-monospace, "SF Mono", SFMono-Regular, "Cascadia Code", "JetBrains Mono", "Roboto Mono", Menlo, Consolas, monospace;--font-display:var(--font-sans);--text-xs:11px;--text-sm:12px;--text-base:13px;--text-md:14px;--text-lg:16px;--text-xl:18px;--text-2xl:22px;--text-3xl:28px;--space-xs:4px;--space-sm:8px;--space-md:16px;--space-lg:24px;--space-xl:32px;--space-2xl:48px;--transition-fast:.15s ease;--transition-base:.2s ease}.fs-scope[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--gray-50:#1e293b;--gray-100:#0f172a;--gray-200:#1e293b;--gray-300:#334155;--gray-400:#64748b;--gray-500:#94a3b8;--gray-600:#cbd5e1;--gray-700:#e2e8f0;--gray-800:#e2e8f0;--gray-900:#f8fafc;--color-primary-light:#2563eb33;--color-primary-border:#2563eb52;--surface:#0f172a;--surface-raised:#1e293b;--surface-sunken:#0b1220;--surface-header:linear-gradient(135deg, #12294d 0%, #060f1e 100%);--border:#1e293b;--border-strong:#334155;--sidebar-bg:#020617;--sidebar-border:#ffffff0d;--warning-bg:#f59e0b1a;--warning-border:#d97706;--warning-text:#fbbf24;--shadow-sm:0 1px 2px #0006;--shadow:0 4px 14px #00000073;--shadow-lg:0 14px 38px #0000008c}.fs-scope *,.fs-scope :before,.fs-scope :after{box-sizing:border-box;margin:0;padding:0}.fs-scope{-webkit-text-size-adjust:100%;font-family:var(--font-sans);background:var(--gray-100);color:var(--text-secondary);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;min-height:100dvh}.fs-scope[data-theme=dark] body{background:var(--gray-100);color:var(--text-secondary)}.fs-scope .app-layout{flex-direction:column;height:100vh;display:flex;overflow:hidden}.fs-scope .app-header{background:var(--sidebar-bg);border-bottom:1px solid var(--sidebar-border);scrollbar-width:none;flex-shrink:0;align-items:center;gap:6px;height:56px;padding:0 16px;display:flex;overflow-x:auto}.fs-scope .app-header::-webkit-scrollbar{display:none}.fs-scope .app-header__brand{border-right:1px solid var(--sidebar-border);flex-shrink:0;align-items:center;gap:10px;margin-right:4px;padding-right:10px;display:flex}.fs-scope .app-header__logo{background:var(--sidebar-active);color:#fff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:17px;font-weight:700;display:flex;overflow:hidden}.fs-scope .app-header__logo--img{background:0 0}.fs-scope .app-header__logo img{object-fit:contain;width:100%;height:100%;display:block}.fs-scope .app-header__brand-text{flex-direction:column;line-height:1.15;display:flex}.fs-scope .app-header__brand-name{color:#fff;letter-spacing:-.2px;font-size:15px;font-weight:700}.fs-scope .app-header__brand-sub{color:var(--sidebar-text);font-size:11px}.fs-scope .app-header__nav{flex-shrink:0;align-items:center;gap:2px;display:flex}.fs-scope .app-header__nav-item{height:38px;color:var(--sidebar-text);cursor:pointer;white-space:nowrap;transition:background var(--transition-fast), color var(--transition-fast);font-size:14px;font-weight:500;font-family:var(--font-sans);background:0 0;border:none;border-radius:6px;align-items:center;gap:8px;padding:0 14px;display:flex}.fs-scope .app-header__nav-item:hover:not(.app-header__nav-item--disabled){background:var(--sidebar-hover-bg);color:#fff}.fs-scope .app-header__nav-item.active{background:var(--sidebar-active);color:#fff}.fs-scope .app-header__nav-item--disabled{opacity:.45;cursor:not-allowed}.fs-scope .app-header__nav-item svg{flex-shrink:0}.fs-scope .app-header__spacer{flex:auto;min-width:8px}.fs-scope .app-header__actions{flex-shrink:0;align-items:center;gap:10px;display:flex}.fs-scope .app-header__save-status{color:var(--sidebar-text);white-space:nowrap;align-items:center;gap:6px;font-size:12px;font-weight:600;display:inline-flex}.fs-scope .app-header__save-status:before{content:"";background:currentColor;border-radius:50%;width:7px;height:7px}.fs-scope .app-header__save-status--saving{color:var(--warning-border)}.fs-scope .app-header__save-status--saved{color:var(--color-success)}.fs-scope .app-header__save-status--error{color:var(--color-danger)}.fs-scope .app-header__new-btn{background:var(--sidebar-active);color:#fff;cursor:pointer;white-space:nowrap;height:38px;font-size:14px;font-weight:600;font-family:var(--font-sans);transition:background var(--transition-fast);border:none;border-radius:8px;justify-content:center;align-items:center;gap:6px;padding:0 16px;display:inline-flex}.fs-scope .app-header__new-btn:hover{background:var(--color-primary-dark)}.fs-scope .app-header__new-icon{display:none}.fs-scope .app-header__help-btn{border-radius:var(--radius-pill);border:1.5px solid var(--sidebar-border);width:30px;height:30px;color:var(--sidebar-text);cursor:pointer;transition:background var(--transition-fast), color var(--transition-fast), border-color var(--transition-fast);background:0 0;flex-shrink:0;justify-content:center;align-items:center;font-size:14px;font-weight:700;display:inline-flex}.fs-scope .app-header__help-btn:hover{background:var(--sidebar-hover-bg);color:#fff;border-color:var(--sidebar-hover-bg)}.fs-scope .tour-backdrop{z-index:2600;background:#0f172aad;position:fixed;inset:0}.fs-scope .tour-backdrop.has-spotlight{background:0 0}.fs-scope .tour-spotlight{border-radius:var(--radius);pointer-events:none;transition:top .25s,left .25s,width .25s,height .25s;position:fixed;box-shadow:0 0 0 9999px #0f172aad}.fs-scope .tour-spotlight[hidden]{display:none}.fs-scope .tour-card{background:var(--surface-raised);border-radius:var(--radius);width:320px;max-width:calc(100vw - 24px);box-shadow:var(--shadow-lg);padding:var(--space-md);transition:top .25s,left .25s;position:fixed}.fs-scope .tour-card__step{font-size:var(--text-xs);letter-spacing:.04em;text-transform:uppercase;color:var(--color-primary);margin-bottom:6px;font-weight:700}.fs-scope .tour-card__title{font-size:var(--text-lg);color:var(--gray-900);margin-bottom:6px;font-weight:700}.fs-scope .tour-card__body{font-size:var(--text-base);color:var(--text-secondary);margin-bottom:var(--space-md);line-height:1.5}.fs-scope .tour-card__nav{justify-content:space-between;align-items:center;gap:var(--space-sm);display:flex}.fs-scope .tour-card__skip{color:var(--text-muted);font-size:var(--text-sm);font-family:var(--font-sans);cursor:pointer;background:0 0;border:none;padding:4px 0}.fs-scope .tour-card__skip:hover{color:var(--text-secondary);text-decoration:underline}.fs-scope .tour-card__btns{flex-shrink:0;gap:8px;display:flex}@media (width<=640px){.fs-scope .tour-card{width:280px}}.fs-scope .main-wrapper{background:var(--gray-100);flex-direction:column;flex:1;min-width:0;display:flex;overflow:hidden}.fs-scope .main-content{flex:1;padding:28px;overflow-y:auto}.fs-scope .view{display:none}.fs-scope .view.active{display:block}.fs-scope .btn{border-radius:var(--radius-sm);cursor:pointer;transition:background var(--transition-fast), transform var(--transition-fast), box-shadow var(--transition-fast);white-space:nowrap;font-size:14px;font-weight:600;font-family:var(--font-sans);border:none;align-items:center;gap:6px;padding:10px 18px;text-decoration:none;display:inline-flex}.fs-scope .btn:hover{transform:translateY(-1px);box-shadow:0 3px 10px #0f172a2e}.fs-scope .btn:active{transform:translateY(0)}.fs-scope .btn:disabled{opacity:.45;cursor:not-allowed;box-shadow:none!important;transform:none!important}.fs-scope .btn--primary{background:var(--color-primary);color:#fff}.fs-scope .btn--primary:hover{background:var(--color-primary-dark)}.fs-scope .btn--success{background:var(--color-success);color:#fff}.fs-scope .btn--success:hover{background:var(--color-success-dark)}.fs-scope .btn--danger{background:var(--color-danger);color:#fff}.fs-scope .btn--danger:hover{background:var(--color-danger-dark)}.fs-scope .btn--secondary{color:var(--gray-700);border:1.5px solid var(--gray-300);background:#fff}.fs-scope .btn--secondary:hover{background:var(--gray-100);border-color:var(--gray-500)}.fs-scope .btn--ghost{color:var(--color-primary);border:1.5px solid var(--color-primary);background:0 0}.fs-scope .btn--ghost:hover{background:var(--color-primary-light)}.fs-scope .btn--white{color:var(--color-primary);background:#fff}.fs-scope .btn--white:hover{background:var(--color-primary-light)}.fs-scope .btn--sm{padding:6px 12px;font-size:13px}.fs-scope .form-group{margin-bottom:18px}.fs-scope .form-group label{color:var(--gray-700);margin-bottom:6px;font-size:13px;font-weight:600;display:block}.fs-scope .form-row{gap:var(--space-md);grid-template-columns:1fr 1fr;display:grid}.fs-scope .form-row.three{grid-template-columns:1fr 1fr 1fr}@media (width<=640px){.fs-scope .form-row,.fs-scope .form-row.three{grid-template-columns:1fr}}.fs-scope .quick-add-fields{gap:var(--space-md);flex-wrap:wrap;display:flex}.fs-scope .quick-add-fields .form-group{margin-bottom:0}.fs-scope .quick-add-fields .form-group--grow{flex:220px;min-width:180px}.fs-scope .quick-add-fields .form-group--fixed{flex:0 190px;min-width:140px}@media (width<=640px){.fs-scope .quick-add-fields .form-group--grow,.fs-scope .quick-add-fields .form-group--fixed{flex:100%}}.fs-scope input[type=text],.fs-scope input[type=number],.fs-scope input[type=date],.fs-scope select,.fs-scope textarea{border:1px solid var(--gray-300);border-radius:var(--radius-sm);width:100%;color:var(--gray-900);transition:border-color var(--transition-fast), box-shadow var(--transition-fast);background:#fff;padding:12px 14px;font-family:inherit;font-size:14px}.fs-scope input:focus,.fs-scope select:focus,.fs-scope textarea:focus{border-color:var(--color-primary);outline:none;box-shadow:0 0 0 3px #2563eb26}.fs-scope input:disabled{background:var(--gray-100);cursor:not-allowed}.fs-scope textarea{resize:vertical;min-height:80px}.fs-scope select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-position:right 10px center;background-repeat:no-repeat;background-size:16px 16px;padding-right:34px}.fs-scope[data-theme=dark] select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E")}.fs-scope .combo{position:relative}.fs-scope .combo__input{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='7'%3E%3C/circle%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'%3E%3C/line%3E%3C/svg%3E");background-position:right 10px center;background-repeat:no-repeat;background-size:16px 16px;padding-right:34px}.fs-scope[data-theme=dark] .combo__input{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='7'%3E%3C/circle%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'%3E%3C/line%3E%3C/svg%3E")}.fs-scope .combo__list{z-index:1000000;border:1px solid var(--gray-300);border-radius:var(--radius-sm);box-shadow:var(--shadow-lg);background:#fff;padding:4px;position:fixed;overflow-y:auto}.fs-scope .combo__option{border-radius:var(--radius-xs);cursor:pointer;color:var(--gray-900);align-items:center;gap:8px;padding:8px 10px;font-size:14px;display:flex}.fs-scope .combo__option:hover,.fs-scope .combo__option--active{background:var(--color-primary-light)}.fs-scope .combo__empty{color:var(--gray-500);padding:8px 10px;font-size:13px}.fs-scope[data-theme=dark] .combo__list{background:var(--gray-100);border-color:var(--gray-300)}.fs-scope .alert{border-radius:var(--radius-sm);margin-bottom:var(--space-md);padding:12px 16px;font-size:13px}.fs-scope .alert--warning{background:var(--warning-bg);border:1px solid var(--warning-border);color:var(--warning-text)}.fs-scope .alert--info{background:var(--color-primary-light);color:#1e40af;border:1px solid #bfdbfe}.fs-scope .empty-state{text-align:center;padding:var(--space-2xl) var(--space-lg);color:var(--gray-500);border-radius:var(--radius);border:2px dashed var(--gray-200);margin:var(--space-md) 0;background:#fff}.fs-scope .empty-state p{font-size:15px}.fs-scope .modal{z-index:1000;background:#00000080;justify-content:center;align-items:center;padding:20px;display:none;position:fixed;inset:0;overflow-y:auto}.fs-scope .modal.active{display:flex}.fs-scope .modal__content{border-radius:var(--radius);padding:var(--space-xl);width:100%;max-width:520px;max-height:90vh;box-shadow:var(--shadow-lg);background:#fff;overflow-y:auto}.fs-scope .modal__title{color:var(--gray-900);margin-bottom:20px;font-size:20px;font-weight:700}.fs-scope .modal__footer{margin-top:var(--space-lg);justify-content:flex-end;gap:10px;display:flex}.fs-scope .toast-container{z-index:2000;pointer-events:none;flex-direction:column;gap:8px;display:flex;position:fixed;bottom:24px;right:24px}.fs-scope .toast{border-radius:var(--radius-sm);box-shadow:var(--shadow-lg);opacity:0;pointer-events:auto;max-width:320px;padding:12px 20px;font-size:14px;font-weight:600;transition:opacity .25s,transform .25s;transform:translate(40px)}.fs-scope .toast.show{opacity:1;transform:translate(0)}.fs-scope .toast.hiding{opacity:0;transform:translate(40px)}.fs-scope .toast--success{color:#166534;background:#dcfce7}.fs-scope .toast--error{color:#991b1b;background:#fee2e2}.fs-scope .toast--warning{color:#92400e;background:#fef3c7}.fs-scope .toast--info{background:var(--color-primary-light);color:#1e40af}.fs-scope .confirm-overlay{z-index:1500;background:#00000080;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.fs-scope .confirm-box{border-radius:var(--radius);padding:var(--space-xl);width:100%;max-width:420px;box-shadow:var(--shadow-lg);background:#fff}.fs-scope .confirm-box__message{color:var(--gray-700);margin-bottom:var(--space-lg);font-size:15px;line-height:1.5}.fs-scope .confirm-box__actions{justify-content:flex-end;gap:10px;display:flex}.fs-scope .dashboard-toolbar{justify-content:space-between;align-items:center;gap:var(--space-md);flex-wrap:wrap;margin-bottom:20px;display:flex}.fs-scope .filter-tabs{gap:var(--space-xs);padding:var(--space-xs);border-radius:var(--radius);box-shadow:var(--shadow-sm);background:#fff;display:flex}.fs-scope .filter-tab{border-radius:var(--radius-sm);color:var(--gray-500);cursor:pointer;transition:all var(--transition-fast);font-size:13px;font-weight:600;font-family:var(--font-sans);background:0 0;border:none;align-items:center;gap:6px;padding:8px 16px;display:inline-flex}.fs-scope .filter-tab:hover{color:var(--gray-900);background:var(--gray-100)}.fs-scope .filter-tab.active{background:var(--color-primary);color:#fff}.fs-scope .filter-tab .badge{color:inherit;background:#ffffff4d;border-radius:10px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 5px;font-size:11px;display:inline-flex}.fs-scope .filter-tab:not(.active) .badge{background:var(--gray-200);color:var(--gray-500)}.fs-scope .t-card{border-radius:var(--radius);border:1px solid var(--gray-200);border-left:4px solid var(--gray-300);box-shadow:var(--shadow-sm);transition:box-shadow var(--transition-base), transform var(--transition-base);background:#fff;justify-content:space-between;align-items:center;gap:20px;margin-bottom:10px;padding:20px 20px 20px 24px;display:flex}.fs-scope .t-card:hover{box-shadow:var(--shadow);transform:translateY(-1px)}.fs-scope .t-card--en-curso{border-left-color:var(--color-success)}.fs-scope .t-card--proximo{border-left-color:var(--color-primary)}.fs-scope .t-card--finalizado{border-left-color:var(--gray-300)}.fs-scope .t-card__body{flex:1;min-width:0}.fs-scope .t-card__header{align-items:center;gap:10px;margin-bottom:6px;display:flex}.fs-scope .t-card__year{color:var(--gray-500);font-size:12px;font-weight:600}.fs-scope .t-card__name{color:var(--gray-900);margin-bottom:var(--space-xs);white-space:nowrap;text-overflow:ellipsis;font-size:18px;font-weight:700;overflow:hidden}.fs-scope .t-card__dates{color:var(--gray-500);margin-bottom:var(--space-xs);font-size:13px}.fs-scope .t-card__meta{color:var(--gray-500);font-size:12px}.fs-scope .t-card__actions{flex-wrap:wrap;flex-shrink:0;gap:8px;display:flex}.fs-scope .status-badge{letter-spacing:.3px;text-transform:uppercase;border-radius:20px;padding:3px 10px;font-size:11px;font-weight:700;display:inline-block}.fs-scope .status-badge--en-curso{color:#166534;background:#dcfce7}.fs-scope .status-badge--proximo{background:var(--color-primary-light);color:#1e40af}.fs-scope .status-badge--finalizado{background:var(--gray-200);color:var(--gray-500)}.fs-scope .wizard-header{border-radius:var(--radius);box-shadow:var(--shadow-sm);background:#fff;margin-bottom:20px;padding:28px 32px}.fs-scope .wizard-header__title{color:var(--gray-900);margin-bottom:20px;font-size:22px;font-weight:700}.fs-scope .step-dot{background:var(--gray-200);width:32px;height:32px;color:var(--gray-500);transition:all var(--transition-base);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:13px;font-weight:700;display:flex}.fs-scope .step-dot.active{background:var(--color-primary);color:#fff}.fs-scope .step-dot.done{background:var(--color-success);color:#fff}.fs-scope .step-line{background:var(--gray-200);flex:1;height:2px}.fs-scope .step-label{color:var(--gray-500);font-size:13px;font-weight:600}.fs-scope .wizard-card{border-radius:var(--radius);padding:var(--space-xl);box-shadow:var(--shadow-sm);background:#fff;margin-bottom:20px}.fs-scope .wizard-card__title{color:var(--gray-900);margin-bottom:var(--space-lg);border-bottom:1px solid var(--gray-200);padding-bottom:12px;font-size:16px;font-weight:700}.fs-scope .wizard-nav{justify-content:space-between;align-items:center;display:flex}.fs-scope .wizard-hint{color:var(--gray-500);margin-bottom:var(--space-md);font-size:13px}.fs-scope .quick-add-form{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius);padding:20px}.fs-scope .participant-row{border:1px solid var(--gray-200);border-radius:var(--radius-sm);transition:box-shadow var(--transition-fast);background:#fff;justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px;padding:12px 16px;display:flex}.fs-scope .participant-row:hover{box-shadow:var(--shadow-sm)}.fs-scope .p-info{flex:1;align-items:center;gap:12px;min-width:0;display:flex}.fs-scope .p-name{color:var(--gray-900);white-space:nowrap;text-overflow:ellipsis;font-size:15px;font-weight:600;overflow:hidden}.fs-scope .p-hcp{color:var(--gray-500);white-space:nowrap;font-size:12px}.fs-scope .p-actions{flex-shrink:0;gap:6px;display:flex}.fs-scope .detail-header{background:var(--surface-header);color:#fff;border-radius:var(--radius);box-shadow:var(--shadow);margin-bottom:20px;padding:24px 28px}.fs-scope .detail-header__top{justify-content:space-between;align-items:flex-start;gap:var(--space-md);flex-wrap:wrap;display:flex}.fs-scope .detail-header__name{margin-bottom:6px;font-size:24px;font-weight:700}.fs-scope .tabs{padding:var(--space-xs);border-radius:var(--radius);box-shadow:var(--shadow-sm);background:#fff;flex-wrap:wrap;gap:2px;margin-bottom:20px;display:flex}.fs-scope .tab-btn{border-radius:var(--radius-sm);color:var(--gray-500);cursor:pointer;transition:all var(--transition-fast);font-size:14px;font-weight:600;font-family:var(--font-sans);background:0 0;border:none;padding:9px 20px}.fs-scope .tab-btn:hover{color:var(--gray-900);background:var(--gray-100);box-shadow:none;transform:none}.fs-scope .tab-btn.active{background:var(--color-primary);color:#fff}.fs-scope .tab-panel{display:none}.fs-scope .tab-panel.active{display:block}.fs-scope .info-grid{grid-template-columns:1fr 1fr 1fr;gap:12px;display:grid}@media (width<=768px){.fs-scope .info-grid{grid-template-columns:1fr 1fr}}@media (width<=480px){.fs-scope .info-grid{grid-template-columns:1fr}}.fs-scope .info-card{border:1px solid var(--gray-200);border-radius:var(--radius-sm);background:#fff;padding:14px 16px}.fs-scope .info-label{text-transform:uppercase;letter-spacing:.5px;color:var(--gray-500);margin-bottom:var(--space-xs);font-size:11px;font-weight:700}.fs-scope .info-value{color:var(--gray-900);font-size:15px;font-weight:600}.fs-scope .info-value--pre{white-space:pre-wrap;font-size:14px;font-weight:400;line-height:1.5}.fs-scope .cost-summary{background:var(--color-primary-light);border:1px solid var(--color-primary-border,#bfdbfe);border-radius:var(--radius-sm);margin-top:20px;padding:16px 20px}.fs-scope .cost-summary__title{text-transform:uppercase;letter-spacing:.5px;color:var(--color-primary-dark);margin-bottom:12px;font-size:12px;font-weight:700}.fs-scope .cost-summary__grid{flex-direction:column;gap:10px;display:flex}.fs-scope .cost-row{flex-wrap:wrap;align-items:baseline;gap:10px;display:flex}.fs-scope .cost-label{color:var(--gray-700);flex:auto;font-size:14px;font-weight:600}.fs-scope .cost-value{color:var(--color-primary-dark);white-space:nowrap;font-size:16px;font-weight:700}.fs-scope .cost-detail{color:var(--gray-500);width:100%;margin-top:-4px;font-size:12px}.fs-scope .cost-row--total{border-top:1px solid var(--color-primary-border,#bfdbfe);padding-top:10px}.fs-scope .cost-row--total .cost-label{color:var(--gray-900)}.fs-scope .cost-row--total .cost-value{font-size:18px}.fs-scope .date-card{border:1px solid var(--gray-200);border-radius:var(--radius-sm);justify-content:space-between;align-items:center;gap:var(--space-md);box-shadow:var(--shadow-sm);background:#fff;margin-bottom:10px;padding:16px 20px;display:flex}.fs-scope .date-card__num{color:var(--gray-900);font-size:16px;font-weight:700}.fs-scope .date-card__sub{color:var(--gray-500);margin-top:2px;font-size:12px}.fs-scope .date-card__actions{flex-shrink:0;gap:8px;display:flex}.fs-scope .ranking-wrapper{overflow-x:auto}.fs-scope .ranking-table{border-collapse:collapse;border-radius:var(--radius);width:100%;box-shadow:var(--shadow-sm);background:#fff;overflow:hidden}.fs-scope .ranking-table th{background:var(--gray-900);color:#fff;text-align:center;white-space:nowrap;padding:11px 14px;font-size:12px;font-weight:700}.fs-scope .ranking-table td{border-bottom:1px solid var(--gray-200);text-align:center;padding:10px 14px;font-size:14px}.fs-scope .ranking-table tr:last-child td{border-bottom:none}.fs-scope .ranking-table tbody tr:hover{background:var(--gray-50)}.fs-scope .ranking-table .rank-col{text-align:center;width:48px}.fs-scope .ranking-table .name-col{text-align:left;min-width:160px}.fs-scope .ranking-table .num-col{text-align:center;min-width:80px}.fs-scope .ranking-table .grand-total{color:var(--color-primary-dark);background:var(--color-primary-light);font-weight:700}.fs-scope .ranking-table--lineas .line-col{min-width:40px;padding-left:8px;padding-right:8px}.fs-scope .ranking-table--lineas th.line-col{font-weight:600}.fs-scope .ranking-table--lineas .date-col,.fs-scope .ranking-table--lineas td.date-group-start,.fs-scope .ranking-table--lineas th.date-group-start{border-left:2px solid var(--gray-300)}.fs-scope[data-theme=dark] .ranking-table--lineas .date-col,.fs-scope[data-theme=dark] .ranking-table--lineas td.date-group-start,.fs-scope[data-theme=dark] .ranking-table--lineas th.date-group-start{border-left-color:var(--gray-400)}.fs-scope .dr-header{margin-bottom:24px}.fs-scope .dr-header__title{color:var(--gray-900);letter-spacing:-.4px;margin:8px 0 4px;font-size:28px;font-weight:700}.fs-scope .dr-header__sub{color:var(--gray-500);font-size:14px}.fs-scope .date-selector{margin-bottom:20px}.fs-scope .date-selector__label{color:var(--gray-500);text-transform:uppercase;letter-spacing:.5px;margin-bottom:10px;font-size:12px;font-weight:600;display:block}.fs-scope .date-tabs{flex-wrap:wrap;gap:8px;display:flex}.fs-scope .date-tab{border:1.5px solid var(--gray-300);color:var(--gray-500);cursor:pointer;transition:all var(--transition-fast);font-size:13px;font-weight:600;font-family:var(--font-sans);background:#fff;border-radius:8px;padding:8px 18px}.fs-scope .date-tab:hover{border-color:var(--color-primary);color:var(--color-primary)}.fs-scope .date-tab.active{border-color:var(--color-primary);background:var(--color-primary);color:#fff}.fs-scope .score-bottom-bar{border:1px solid var(--gray-200);border-radius:var(--radius);box-shadow:var(--shadow-sm);background:#fff;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;margin-top:40px;padding:20px 24px;display:flex}.fs-scope .score-status{align-items:center;gap:8px;margin:12px 0;display:flex}.fs-scope .score-status__label{color:var(--gray-500);text-transform:uppercase;letter-spacing:.4px;font-size:12px;font-weight:600}.fs-scope .score-status__dot{background:var(--color-success);border-radius:50%;flex-shrink:0;width:8px;height:8px}.fs-scope .score-status__dot--unsaved{background:var(--warning-border)}.fs-scope .score-status__text{color:var(--gray-700);font-size:13px;font-weight:600}.fs-scope .score-bottom-actions{align-items:center;gap:10px;display:flex}.fs-scope .grupos-section-title{color:var(--gray-600);text-transform:uppercase;letter-spacing:.4px;align-items:center;gap:10px;margin-bottom:14px;font-size:13px;font-weight:700;display:flex}.fs-scope .grupos-count{color:var(--gray-500);background:var(--gray-200);text-transform:none;letter-spacing:0;border-radius:10px;padding:2px 8px;font-size:11px;font-weight:600}.fs-scope .grupos-section-title--warn{color:var(--warning-text)}.fs-scope .grupos-section-title--warn .grupos-count{background:var(--warning-bg);color:var(--warning-border)}.fs-scope .cat-badge--grupo{background:var(--color-primary-light);color:var(--color-primary-dark);border-color:var(--color-primary-border)}.fs-scope .cat-badge--sin-grupo{background:var(--warning-bg);color:var(--warning-text);border-color:var(--warning-border)}.fs-scope[data-theme=dark] .cat-badge--grupo{color:#93c5fd;background:#2563eb42;border-color:#0000}.fs-scope[data-theme=dark] .cat-badge--sin-grupo{color:#fcd34d;background:#d977063d;border-color:#0000}.fs-scope .group-section-row td{background:var(--surface-header);color:#fff;letter-spacing:.4px;text-transform:uppercase;padding:8px 12px;font-size:12px;font-weight:700}.fs-scope .date-group-filter{flex-wrap:wrap;gap:6px;margin-bottom:16px;display:flex}.fs-scope .date-group-filter__btn{border:1.5px solid var(--gray-300);border-radius:var(--radius-pill);color:var(--gray-600);cursor:pointer;font-size:13px;font-weight:600;font-family:var(--font-sans);background:#fff;padding:7px 14px}.fs-scope .date-group-filter__btn.is-active{background:var(--color-primary);border-color:var(--color-primary);color:#fff}.fs-scope[data-theme=dark] .date-group-filter__btn{background:var(--gray-50)}.fs-scope .date-card__groups{color:var(--gray-500);flex-wrap:wrap;gap:6px 14px;margin-top:6px;font-size:12px;display:flex}.fs-scope .date-card__group--done{color:var(--color-success);font-weight:600}.fs-scope .date-card__group--partial{color:var(--warning-border);font-weight:600}.fs-scope .grupo-card{border:1px solid var(--gray-200);border-radius:var(--radius);box-shadow:var(--shadow-sm);background:#fff;margin-bottom:12px;overflow:hidden}.fs-scope .grupo-card__header{background:var(--gray-50);border-bottom:1px solid var(--gray-200);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:12px 16px;display:flex}.fs-scope .grupo-card__nombre{color:var(--gray-900);font-size:15px;font-weight:700}.fs-scope .grupo-card__actions{flex-wrap:wrap;flex-shrink:0;gap:6px;display:flex}.fs-scope .grupo-card__miembros{flex-direction:column;gap:6px;padding:12px 16px;display:flex}.fs-scope .grupo-miembro{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius-sm);justify-content:space-between;align-items:center;padding:6px 10px;display:flex}.fs-scope .grupo-miembros-empty{color:var(--gray-500);margin:0;font-size:13px;font-style:italic}.fs-scope .score-table-wrapper{margin-bottom:var(--space-md);border-radius:var(--radius);box-shadow:var(--shadow-sm);overflow-x:auto}.fs-scope .score-table{border-collapse:collapse;background:#fff;width:100%}.fs-scope .score-table th{background:var(--gray-900);color:#fff;white-space:nowrap;border:1px solid #ffffff14;padding:12px 10px;font-size:12px;font-weight:700}.fs-scope .score-table .name-header{text-align:left;min-width:180px}.fs-scope .score-table .score-header{text-align:center;min-width:80px}.fs-scope .score-table .hcp-header{background:#1e3a5f;min-width:70px}.fs-scope .score-table .calc-header{text-align:center;background:#1e3a5f;min-width:80px}.fs-scope .score-table .total-header{background:var(--color-primary-dark)}.fs-scope .score-table td{border:1px solid var(--gray-200)}.fs-scope .score-table tbody tr:nth-child(2n){background:var(--gray-50)}.fs-scope .score-table tbody tr:hover{background:#eff6ff}.fs-scope .name-cell{color:var(--gray-900);background:inherit;z-index:1;min-width:180px;padding:10px 14px;font-size:14px;font-weight:600;position:sticky;left:0}.fs-scope .score-cell{text-align:center;padding:4px 5px}.fs-scope .score-input{text-align:center;width:68px;height:40px;font-size:16px;font-weight:700;font-family:var(--font-mono);border:1.5px solid var(--gray-200);color:var(--gray-900);transition:border-color var(--transition-fast), box-shadow var(--transition-fast);appearance:textfield;background:#fff;border-radius:6px;margin:0 auto;padding:0 6px;display:block}.fs-scope .score-input::-webkit-outer-spin-button{-webkit-appearance:none}.fs-scope .score-input::-webkit-inner-spin-button{-webkit-appearance:none}.fs-scope .score-input:focus{border-color:var(--color-primary);outline:none;box-shadow:0 0 0 3px #2563eb33}.fs-scope .score-input--hcp{border-color:#bfdbfe;width:56px}.fs-scope .score-input--hcp:focus{border-color:var(--color-primary)}.fs-scope .score-input:disabled{background:var(--gray-100);color:var(--gray-500);cursor:not-allowed}.fs-scope .calc-cell{text-align:center;font-size:15px;font-weight:700;font-family:var(--font-mono);padding:10px 12px}.fs-scope .total-cell{background:var(--color-primary-light);color:var(--color-primary-dark)}.fs-scope .grupo-header-row td.grupo-header-cell{background:var(--gray-900);color:#fff;letter-spacing:.04em;text-transform:uppercase;border-top:3px solid var(--color-primary);padding:8px 14px;font-size:13px;font-weight:700}.fs-scope .grupo-member-row .name-cell{padding-left:28px;font-weight:500}.fs-scope .score-table tbody .grupo-member-row:nth-child(2n){background:#fff}.fs-scope .score-table tbody .grupo-member-row:hover{background:#eff6ff}.fs-scope .grupo-total-row{background:#dbeafe!important}.fs-scope .grupo-total-row .name-cell.grupo-total-label{color:var(--color-primary-dark);text-transform:uppercase;letter-spacing:.05em;font-size:12px;font-weight:700}.fs-scope .grupo-total-row .grupo-total-cell{color:var(--color-primary-dark);background:#bfdbfe;font-weight:700}.fs-scope .grupo-total-row .grupo-grand-total{background:var(--color-primary);color:#fff;font-size:16px;font-weight:800}.fs-scope .back-btn{color:var(--gray-500);cursor:pointer;transition:color var(--transition-fast);font-size:14px;font-weight:600;font-family:var(--font-sans);background:0 0;border:none;align-items:center;gap:6px;margin-bottom:20px;padding:0;display:inline-flex}.fs-scope .back-btn:hover{color:var(--gray-900)}.fs-scope .section-title{color:var(--gray-900);margin:var(--space-lg) 0 14px;font-size:17px;font-weight:700}.fs-scope .players-view-header{align-items:baseline;gap:10px;margin-bottom:20px;display:flex}.fs-scope .players-view-header__title{color:var(--gray-900);font-size:22px;font-weight:700}.fs-scope .players-view-header__count{color:var(--gray-500);font-size:13px}.fs-scope .player-checkbox-row{border:1px solid var(--gray-200);border-radius:var(--radius-sm);transition:background var(--transition-fast);background:#fff;margin-bottom:6px;padding:10px 14px}.fs-scope .player-checkbox-row:hover{background:var(--gray-50)}.fs-scope .player-checkbox-row label{cursor:pointer;align-items:center;gap:10px;font-size:14px;display:flex}.fs-scope .player-checkbox-row input[type=checkbox]{width:auto;accent-color:var(--color-primary);flex-shrink:0;width:16px;height:16px}@media (width>=641px) and (width<=1023px){.fs-scope .app-header__brand-sub{display:none}.fs-scope .main-content{padding:24px 20px}}@media (width<=900px){.fs-scope .app-header__nav-label{display:none}.fs-scope .app-header__nav-item{padding:0 11px}}@media (width<=640px){.fs-scope .app-header{gap:4px;height:52px;padding:0 10px}.fs-scope .app-header__brand-text{display:none}.fs-scope .app-header__brand{margin-right:2px;padding-right:6px}.fs-scope .app-header__nav-item{height:36px;padding:0 9px}.fs-scope .app-header__new-btn{width:38px;height:36px;padding:0}.fs-scope .app-header__new-label{display:none}.fs-scope .app-header__new-icon{font-size:20px;line-height:1;display:inline}.fs-scope .app-header__save-status{display:none}.fs-scope .main-wrapper{flex:1;min-width:0;overflow:hidden}.fs-scope .main-content{padding:20px 14px 24px}.fs-scope .t-card{flex-direction:column;align-items:flex-start;gap:12px}.fs-scope .t-card__actions{flex-wrap:wrap;gap:8px;width:100%;display:flex}.fs-scope .t-card__actions .btn{text-align:center;flex:auto}.fs-scope .participant-row{flex-direction:column;align-items:flex-start;gap:8px}.fs-scope .p-actions{flex-wrap:wrap;gap:8px;display:flex}.fs-scope .date-card{flex-direction:column;align-items:flex-start;gap:10px}.fs-scope .date-card__actions{flex-wrap:wrap;gap:8px;display:flex}.fs-scope .tabs{flex-wrap:wrap;gap:4px}.fs-scope .tab-btn{flex:auto;padding:8px 10px;font-size:13px}.fs-scope .wizard-card{padding:20px 16px}.fs-scope .wizard-header{padding:20px 16px 16px}.fs-scope .wizard-nav{flex-direction:column;gap:10px}.fs-scope .wizard-nav .btn{text-align:center;justify-content:center;width:100%}.fs-scope .detail-header{padding:16px}.fs-scope .detail-header__name{font-size:18px}.fs-scope .score-bottom-bar{flex-direction:column;align-items:flex-start;gap:16px}.fs-scope .score-bottom-actions{gap:8px;width:100%;display:flex}.fs-scope .score-bottom-actions .btn{text-align:center;flex:auto;justify-content:center}.fs-scope .modal__content{max-width:calc(100vw - 28px);max-height:85vh;margin:14px;padding:20px 16px}.fs-scope .players-view-header__title{font-size:18px}.fs-scope .toast-container{bottom:16px;left:14px;right:14px}.fs-scope .toast{max-width:100%}.fs-scope .dashboard-toolbar{flex-wrap:wrap;gap:8px}.fs-scope #dashboard-filters{flex-wrap:wrap;gap:6px;display:flex}.fs-scope .filter-tabs{flex-wrap:wrap;gap:4px;padding:6px}.fs-scope .filter-tab{padding:6px 10px;font-size:12px}.fs-scope .score-table .name-header{min-width:120px}.fs-scope .score-table .hcp-header{min-width:54px}.fs-scope .score-table .score-header,.fs-scope .score-table .calc-header{min-width:60px}.fs-scope .name-cell{min-width:120px}.fs-scope .score-input{width:54px}.fs-scope .score-input--hcp{width:46px}.fs-scope .dr-header__title{font-size:20px}}.fs-scope .score-table tbody tr:focus-within{background:#dbeafe!important}.fs-scope[data-theme=dark] .score-table tbody tr:focus-within{background:#2563eb40!important}.fs-scope .score-input.invalid{border-color:var(--color-danger)!important;background:#fff5f5!important;box-shadow:0 0 0 3px #dc262633!important}.fs-scope .clear-row-btn{width:20px;height:20px;color:var(--gray-300);cursor:pointer;transition:all var(--transition-fast);font-size:10px;font-family:var(--font-sans);vertical-align:middle;background:0 0;border:1px solid #0000;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-left:6px;line-height:1;display:inline-flex}.fs-scope .clear-row-btn:hover{border-color:var(--color-danger);color:var(--color-danger);background:#fee2e2}@keyframes btn-pulse{0%,to{box-shadow:0 0 #2563eb80}50%{box-shadow:0 0 0 8px #2563eb00}}.fs-scope .btn--pulse{animation:1.6s ease-in-out infinite btn-pulse}.fs-scope .type-badge{letter-spacing:.3px;text-transform:uppercase;vertical-align:middle;border-radius:12px;padding:2px 8px;font-size:10px;font-weight:700;display:inline-block}.fs-scope .type-badge--individual{color:#0369a1;background:#e0f2fe}.fs-scope .type-badge--parejas{color:#9d174d;background:#fce7f3}.fs-scope .type-badge--equipos{color:#166534;background:#f0fdf4}.fs-scope .t-card__leader{color:var(--gray-500);margin-top:4px;font-size:12px}.fs-scope .t-card__leader strong{color:var(--gray-900);font-weight:600}.fs-scope .breadcrumb{color:var(--gray-500);flex-wrap:wrap;align-items:center;gap:6px;margin-bottom:14px;font-size:13px;display:flex}.fs-scope .breadcrumb__item{cursor:pointer;transition:color var(--transition-fast);font-weight:500}.fs-scope .breadcrumb__item:hover{color:var(--color-primary);text-decoration:underline}.fs-scope .breadcrumb__sep{color:var(--gray-300);-webkit-user-select:none;user-select:none}.fs-scope .breadcrumb__current{color:var(--gray-900);font-weight:600}.fs-scope .rank-change{margin-left:4px;font-size:11px;font-weight:700}.fs-scope .rank-change--up{color:var(--color-success)}.fs-scope .rank-change--down{color:var(--color-danger)}.fs-scope .rank-change--same{color:var(--gray-300)}.fs-scope .step-indicator{align-items:flex-start;margin-bottom:12px;display:flex}.fs-scope .step-item{flex-direction:column;flex-shrink:0;align-items:center;gap:4px;display:flex}.fs-scope .step-item-label{color:var(--gray-500);text-align:center;max-width:75px;font-size:10px;font-weight:600;line-height:1.2}.fs-scope .step-item-label.active{color:var(--color-primary)}.fs-scope .step-item-label.done{color:var(--color-success)}.fs-scope .step-line{background:var(--gray-200);flex:1;height:2px;margin-top:15px}.fs-scope .player-search-bar{flex-wrap:wrap;gap:8px;margin-bottom:16px;display:flex}.fs-scope .player-search-bar input{border:1px solid var(--gray-300);background:var(--gray-50);min-width:0;transition:border-color var(--transition-fast), box-shadow var(--transition-fast);border-radius:8px;flex:200px;padding:9px 14px;font-size:14px}.fs-scope .player-search-bar select,.fs-scope .player-search-bar .combo__input{border:1px solid var(--gray-300);background-color:var(--gray-50);border-radius:8px;padding:9px 34px 9px 14px;font-size:14px}.fs-scope .player-search-bar select{flex:none;width:auto;min-width:150px}.fs-scope .player-search-bar .combo{flex:none;width:220px}.fs-scope .player-search-bar input:focus{border-color:var(--color-primary);background:#fff;outline:none;box-shadow:0 0 0 3px #2563eb26}.fs-scope .ranking-actions{gap:8px;margin-bottom:12px;display:flex}.fs-scope[data-theme=dark] .t-card,.fs-scope[data-theme=dark] .wizard-card,.fs-scope[data-theme=dark] .wizard-header,.fs-scope[data-theme=dark] .date-card,.fs-scope[data-theme=dark] .participant-row,.fs-scope[data-theme=dark] .grupo-card,.fs-scope[data-theme=dark] .info-card,.fs-scope[data-theme=dark] .modal__content,.fs-scope[data-theme=dark] .confirm-box,.fs-scope[data-theme=dark] .filter-tabs,.fs-scope[data-theme=dark] .tabs,.fs-scope[data-theme=dark] .score-bottom-bar,.fs-scope[data-theme=dark] .quick-add-form{background:var(--gray-50);border-color:var(--gray-300)}.fs-scope[data-theme=dark] .ranking-table{background:var(--gray-50)}.fs-scope[data-theme=dark] .ranking-table th{color:#e2e8f0;background:#1e293b}.fs-scope[data-theme=dark] .ranking-table td{border-color:var(--gray-300)}.fs-scope[data-theme=dark] .ranking-table tbody tr:hover{background:#2563eb26}.fs-scope[data-theme=dark] .score-table{background:var(--gray-50)}.fs-scope[data-theme=dark] .score-table th{color:#e2e8f0;background:#1e293b}.fs-scope[data-theme=dark] .score-table .hcp-header,.fs-scope[data-theme=dark] .score-table .calc-header{background:#0f172a}.fs-scope[data-theme=dark] .score-table .total-header{background:#1d4ed8}.fs-scope[data-theme=dark] .score-table td{border-color:var(--gray-300)}.fs-scope[data-theme=dark] .score-table tbody tr:nth-child(2n){background:var(--gray-100)}.fs-scope[data-theme=dark] .score-table tbody tr:hover{background:#2563eb26}.fs-scope[data-theme=dark] .name-cell{background:var(--gray-50)}.fs-scope[data-theme=dark] .grupo-header-row td.grupo-header-cell{color:#e2e8f0;border-top-color:var(--color-primary);background:#1e293b}.fs-scope[data-theme=dark] .total-cell{color:#93c5fd;background:#2563eb40}.fs-scope[data-theme=dark] .grand-total{color:#93c5fd;background:#2563eb4d!important}.fs-scope[data-theme=dark] .grupo-total-row{background:#2563eb1f!important}.fs-scope[data-theme=dark] .grupo-total-row .grupo-total-cell{color:#93c5fd;background:#2563eb38}.fs-scope[data-theme=dark] .grupo-total-row .grupo-grand-total{color:#fff;background:var(--color-primary)!important}.fs-scope[data-theme=dark] input[type=text],.fs-scope[data-theme=dark] input[type=number],.fs-scope[data-theme=dark] input[type=date],.fs-scope[data-theme=dark] textarea{background:var(--gray-200);color:var(--gray-900);border-color:var(--gray-300)}.fs-scope[data-theme=dark] select{background-color:var(--gray-200);color:var(--gray-900);border-color:var(--gray-300)}.fs-scope[data-theme=dark] input:focus,.fs-scope[data-theme=dark] textarea:focus{background:var(--gray-200)}.fs-scope[data-theme=dark] select:focus{background-color:var(--gray-200)}.fs-scope[data-theme=dark] input:disabled,.fs-scope[data-theme=dark] .score-input:disabled{background:var(--gray-100);color:var(--gray-500)}.fs-scope[data-theme=dark] .score-input{background:var(--gray-200);color:var(--gray-900);border-color:var(--gray-300)}.fs-scope[data-theme=dark] .score-input:focus{background:var(--gray-100)}.fs-scope[data-theme=dark] .t-card{border-color:var(--gray-300)}.fs-scope[data-theme=dark] .t-card__name,.fs-scope[data-theme=dark] .t-card__leader strong{color:var(--gray-900)}.fs-scope[data-theme=dark] .btn--secondary{background:var(--gray-200);color:var(--gray-900);border-color:var(--gray-300)}.fs-scope[data-theme=dark] .btn--secondary:hover{background:var(--gray-300)}.fs-scope[data-theme=dark] .btn--ghost{border-color:var(--color-primary);color:var(--color-primary)}.fs-scope[data-theme=dark] .btn--ghost:hover{background:#2563eb26}.fs-scope[data-theme=dark] .back-btn{color:var(--gray-500)}.fs-scope[data-theme=dark] .back-btn:hover{color:var(--gray-900)}.fs-scope[data-theme=dark] .cost-summary{background:#2563eb14;border-color:#2563eb40}.fs-scope[data-theme=dark] .cost-summary__title,.fs-scope[data-theme=dark] .cost-value{color:#93c5fd}.fs-scope[data-theme=dark] .alert--warning{background:#f59e0b14;border-color:#f59e0b66}.fs-scope[data-theme=dark] .alert--info{color:#93c5fd;background:#2563eb14;border-color:#2563eb4d}.fs-scope[data-theme=dark] .empty-state{background:var(--gray-50);border-color:var(--gray-300)}.fs-scope[data-theme=dark] .status-badge--en-curso{color:#4ade80;background:#16a34a40}.fs-scope[data-theme=dark] .status-badge--proximo{color:#93c5fd;background:#2563eb40}.fs-scope[data-theme=dark] .status-badge--finalizado{color:#9ca3af;background:#6b728033}.fs-scope[data-theme=dark] .type-badge--individual{color:#7dd3fc;background:#0369a14d}.fs-scope[data-theme=dark] .type-badge--parejas{color:#f9a8d4;background:#9d174d4d}.fs-scope[data-theme=dark] .type-badge--equipos{color:#86efac;background:#1665344d}.fs-scope[data-theme=dark] .date-tab{background:var(--gray-50);border-color:var(--gray-300);color:var(--gray-500)}.fs-scope[data-theme=dark] .date-tab.active{background:var(--color-primary);border-color:var(--color-primary);color:#fff}.fs-scope[data-theme=dark] .toast--success{color:#6ee7b7;background:#064e3b}.fs-scope[data-theme=dark] .toast--error{color:#fca5a5;background:#7f1d1d}.fs-scope[data-theme=dark] .toast--warning{color:#fde68a;background:#78350f}.fs-scope[data-theme=dark] .toast--info{color:#93c5fd;background:#1e3a5f}.fs-scope[data-theme=dark] .confirm-overlay,.fs-scope[data-theme=dark] .modal{background:#000000b3}.fs-scope[data-theme=dark] .player-checkbox-row{background:var(--gray-50);border-color:var(--gray-300)}.fs-scope[data-theme=dark] .player-checkbox-row:hover{background:var(--gray-200)}.fs-scope[data-theme=dark] .filter-tab{color:var(--gray-500)}.fs-scope[data-theme=dark] .filter-tab.active{background:var(--color-primary);color:#fff}.fs-scope[data-theme=dark] .tab-btn{color:var(--gray-500)}.fs-scope[data-theme=dark] .tab-btn.active{background:var(--color-primary);color:#fff}.fs-scope[data-theme=dark] .tab-btn:hover,.fs-scope[data-theme=dark] .filter-tab:hover{background:var(--gray-200);color:var(--gray-900)}.fs-scope[data-theme=dark] .section-title,.fs-scope[data-theme=dark] .wizard-card__title,.fs-scope[data-theme=dark] .breadcrumb__current{color:var(--gray-900)}.fs-scope[data-theme=dark] .score-status__text{color:var(--gray-700)}.fs-scope[data-theme=dark] .score-status__dot{background:var(--color-success)}.fs-scope[data-theme=dark] .score-status__dot--unsaved{background:var(--warning-border)}.fs-scope[data-theme=dark] .grupo-card__header,.fs-scope[data-theme=dark] .grupo-miembro{background:var(--gray-100);border-color:var(--gray-300)}.fs-scope[data-theme=dark] .clear-row-btn{color:var(--gray-500)}.fs-scope[data-theme=dark] .clear-row-btn:hover{border-color:var(--color-danger);color:var(--color-danger);background:#dc262633}@media print{.fs-scope .app-header,.fs-scope .detail-header,.fs-scope .tabs,.fs-scope .tab-panel:not(.active),.fs-scope .back-btn,.fs-scope .no-print,.fs-scope .ranking-actions,.fs-scope .score-bottom-bar,.fs-scope .score-fixed-bar--top,.fs-scope .date-tabs-container,.fs-scope .dr-header{display:none!important}.fs-scope .app-layout,.fs-scope .main-wrapper{display:block}.fs-scope .main-content{height:auto;padding:0;overflow:visible}.fs-scope{background:#fff}.fs-scope .print-header{text-align:center;border-bottom:2px solid #1e3a5f;margin-bottom:16px;padding-bottom:12px;display:block!important}.fs-scope .print-header__title{color:#1e3a5f;margin-bottom:2px;font-size:20px;font-weight:700}.fs-scope .print-header__sub{color:#555;font-size:12px}.fs-scope .tab-panel.active{padding:0;display:block!important}.fs-scope .ranking-wrapper{overflow:visible}.fs-scope .ranking-table{border-collapse:collapse;width:100%;font-size:12px}.fs-scope .ranking-table th,.fs-scope .ranking-table td{border:1px solid #ccc;padding:6px 10px}.fs-scope .ranking-table thead{-webkit-print-color-adjust:exact;print-color-adjust:exact;color:#fff!important;background:#1e3a5f!important}.fs-scope .ranking-table .grand-total{-webkit-print-color-adjust:exact;print-color-adjust:exact;font-weight:800;background:#dbeafe!important}.fs-scope .rank-change{display:none}.fs-scope .ranking-table .avatar{display:none!important}}.fs-scope .print-header{display:none}.fs-scope .avatar{background:var(--gray-200);width:32px;height:32px;color:var(--gray-700);vertical-align:middle;-webkit-user-select:none;user-select:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-weight:700;line-height:1;display:inline-flex;position:relative;overflow:hidden}.fs-scope .avatar img{object-fit:cover;width:100%;height:100%;display:block}.fs-scope .avatar--initials{background:linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-dark) 100%);color:#fff}.fs-scope .avatar--lg{width:64px;height:64px;font-size:24px}.fs-scope .avatar--action{cursor:pointer;transition:filter var(--transition-fast), box-shadow var(--transition-fast)}.fs-scope .avatar--action:hover{filter:brightness(.92);box-shadow:0 0 0 3px #2563eb40}.fs-scope .avatar__cam{background:#fff;border-radius:50%;justify-content:center;align-items:center;width:15px;height:15px;font-size:8px;display:flex;position:absolute;bottom:-2px;right:-2px;box-shadow:0 1px 3px #0000004d}.fs-scope[data-theme=dark] .avatar{background:var(--gray-300);color:var(--gray-900)}.fs-scope[data-theme=dark] .avatar__cam{background:var(--gray-200)}.fs-scope .p-name-block{flex-direction:column;gap:2px;min-width:0;display:flex}.fs-scope .p-hcp-soft{color:var(--gray-500);font-weight:400}.fs-scope .grupo-miembro__info{align-items:center;gap:10px;min-width:0;display:flex}.fs-scope .name-cell__wrap{align-items:center;gap:8px;min-width:0;display:inline-flex}.fs-scope .name-cell__name{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.fs-scope .photo-field{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.fs-scope .photo-field__btns{flex-wrap:wrap;gap:8px;display:flex}.fs-scope .logo-field__preview{object-fit:contain;background:var(--gray-50);border:1px solid var(--border-strong);border-radius:var(--radius-sm);width:180px;height:72px;padding:8px}.fs-scope[data-theme=dark] .logo-field__preview{background:var(--gray-100);border-color:var(--gray-300)}.fs-scope .draft-banner{background:var(--warning-bg);border:1px solid var(--warning-border);border-radius:var(--radius);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px;padding:14px 18px;display:flex}.fs-scope .draft-banner__text{color:var(--warning-text);font-size:14px}.fs-scope .draft-banner__text strong{display:inline}.fs-scope .draft-banner__when{opacity:.8;margin-top:2px;font-size:12px;display:block}.fs-scope .draft-banner__actions{flex-shrink:0;gap:8px;display:flex}.fs-scope .share-actions{flex-wrap:wrap;gap:8px;margin-top:6px;display:flex}.fs-scope #share-url{font-family:var(--font-mono);font-size:12px}.fs-scope .settings-header{margin-bottom:20px}.fs-scope .settings-header__title{color:var(--gray-900);letter-spacing:-.3px;font-size:22px;font-weight:700}.fs-scope .settings-header__sub{color:var(--gray-500);margin-top:4px;font-size:13px}.fs-scope .settings-card{border:1px solid var(--gray-200);border-radius:var(--radius);box-shadow:var(--shadow-sm);background:#fff;margin-bottom:14px;padding:20px 24px}.fs-scope .settings-card__head{margin-bottom:14px}.fs-scope .settings-card__title{color:var(--gray-900);align-items:center;gap:8px;font-size:15px;font-weight:700;display:flex}.fs-scope .settings-card__desc{color:var(--gray-500);margin-top:4px;font-size:13px}.fs-scope .settings-card__body{flex-direction:column;align-items:flex-start;gap:12px;display:flex}.fs-scope .settings-actions-row{flex-flow:wrap}.fs-scope .settings-note{color:var(--gray-500);margin-top:10px;font-size:12px}.fs-scope .settings-badge{letter-spacing:.3px;text-transform:uppercase;background:var(--gray-200);color:var(--gray-500);border-radius:12px;padding:2px 8px;font-size:10px;font-weight:700;display:inline-block}.fs-scope .settings-badge--role{background:var(--color-primary-light);color:var(--color-primary-dark);text-transform:none;letter-spacing:0}.fs-scope .settings-toggle{cursor:pointer;color:var(--gray-700);align-items:center;gap:10px;font-size:14px;font-weight:600;display:flex}.fs-scope .settings-toggle input{opacity:0;width:0;height:0;position:absolute}.fs-scope .settings-toggle__track{background:var(--gray-300);width:42px;height:24px;transition:background var(--transition-fast);border-radius:12px;flex-shrink:0;position:relative}.fs-scope .settings-toggle__thumb{width:20px;height:20px;transition:transform var(--transition-fast);background:#fff;border-radius:50%;position:absolute;top:2px;left:2px;box-shadow:0 1px 3px #0000004d}.fs-scope .settings-toggle input:checked+.settings-toggle__track{background:var(--color-primary)}.fs-scope .settings-toggle input:checked+.settings-toggle__track .settings-toggle__thumb{transform:translate(18px)}.fs-scope .settings-toggle input:focus-visible+.settings-toggle__track{box-shadow:0 0 0 3px #2563eb4d}.fs-scope .perm-grid{border:1px solid var(--gray-200);border-radius:var(--radius-sm);width:100%;overflow:hidden}.fs-scope .perm-grid__row{color:var(--gray-700);grid-template-columns:2fr 1fr 1fr 1fr;font-size:13px;display:grid}.fs-scope .perm-grid__row>span{border-bottom:1px solid var(--gray-200);text-align:center;padding:9px 12px}.fs-scope .perm-grid__row>span:first-child{text-align:left}.fs-scope .perm-grid__row:last-child>span{border-bottom:none}.fs-scope .perm-grid__row--head{background:var(--gray-50);color:var(--gray-900);font-weight:700}.fs-scope .perm-grid__row--head>span{border-bottom:2px solid var(--gray-200)}.fs-scope .user-list{flex-direction:column;gap:8px;width:100%;display:flex}.fs-scope .user-list__item{border:1px solid var(--gray-200);border-radius:var(--radius-sm);align-items:center;gap:12px;padding:10px 14px;display:flex}.fs-scope .user-list__info{flex-direction:column;flex:1;min-width:0;font-size:13px;display:flex}.fs-scope .user-list__info strong{color:var(--gray-900)}.fs-scope .user-list__info span{color:var(--gray-500);font-size:12px}.fs-scope .profile-row{align-items:center;gap:16px;display:flex}.fs-scope[data-theme=dark] .settings-card{background:var(--gray-50);border-color:var(--gray-300)}.fs-scope[data-theme=dark] .settings-header__title,.fs-scope[data-theme=dark] .settings-card__title,.fs-scope[data-theme=dark] .user-list__info strong{color:var(--gray-900)}.fs-scope[data-theme=dark] .perm-grid,.fs-scope[data-theme=dark] .perm-grid__row>span,.fs-scope[data-theme=dark] .user-list__item{border-color:var(--gray-300)}.fs-scope[data-theme=dark] .perm-grid__row--head{background:var(--gray-100)}.fs-scope[data-theme=dark] .settings-toggle__track{background:var(--gray-300)}.fs-scope[data-theme=dark] .settings-badge{background:var(--gray-300);color:var(--gray-500)}.fs-scope .app-layout.shared-mode{height:auto;display:block;overflow:visible}.fs-scope .app-layout.shared-mode .app-header{display:none!important}.fs-scope .app-layout.shared-mode .main-wrapper{display:block;overflow:visible}.fs-scope .app-layout.shared-mode .main-content{height:auto;padding:0;overflow:visible}.fs-scope .shared-view{background:var(--gray-100);justify-content:center;align-items:flex-start;min-height:100vh;padding:40px 16px;display:flex}.fs-scope .shared-view__card{border:1px solid var(--gray-200);border-radius:var(--radius);box-shadow:var(--shadow);background:#fff;width:100%;max-width:900px;padding:28px}.fs-scope .shared-view__brand{letter-spacing:1px;color:var(--color-primary);align-items:center;gap:8px;font-size:12px;font-weight:700;display:flex}.fs-scope .shared-view__logo{object-fit:contain;width:26px;height:26px}.fs-scope .shared-view__title{color:var(--gray-900);letter-spacing:-.3px;margin:6px 0 2px;font-size:24px;font-weight:700}.fs-scope .shared-view__year{color:var(--gray-500);font-weight:400}.fs-scope .shared-view__sub{color:var(--gray-500);margin-bottom:18px;font-size:13px}.fs-scope .shared-view__foot{color:var(--gray-500);margin-top:14px;font-size:12px}.fs-scope .shared-view__actions{flex-wrap:wrap;gap:8px;margin-top:16px;display:flex}.fs-scope[data-theme=dark] .shared-view{background:var(--gray-100)}.fs-scope[data-theme=dark] .shared-view__card{background:var(--gray-50);border-color:var(--gray-300)}.fs-scope[data-theme=dark] .shared-view__title{color:var(--gray-900)}@media (width<=640px){.fs-scope .shared-view{padding:20px 10px}.fs-scope .shared-view__card{padding:18px 14px}.fs-scope .draft-banner{flex-direction:column;align-items:flex-start}.fs-scope .draft-banner__actions{width:100%}.fs-scope .draft-banner__actions .btn{text-align:center;flex:auto;justify-content:center}.fs-scope .perm-grid__row{grid-template-columns:1.6fr 1fr 1fr 1fr;font-size:11px}.fs-scope .perm-grid__row>span{padding:7px 6px}}@media print{.fs-scope .shared-mode .shared-view{background:#fff;padding:0;display:block}.fs-scope .shared-mode .shared-view__card{box-shadow:none;border:none;max-width:none;padding:0}.fs-scope .shared-view__actions{display:none!important}.fs-scope .shared-view [data-shared-panel],.fs-scope .shared-view [data-grupo]{display:block!important}}.fs-scope .app-layout{height:100dvh}.fs-scope .shared-view{min-height:100dvh}.fs-scope .score-table,.fs-scope .ranking-table,.fs-scope .calc-cell,.fs-scope .score-input,.fs-scope .cost-value,.fs-scope .dr-header__title{font-variant-numeric:tabular-nums;font-feature-settings:"tnum" 1}.fs-scope a:focus-visible,.fs-scope button:focus-visible,.fs-scope [tabindex]:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:var(--radius-xs)}.fs-scope .btn:focus-visible{box-shadow:var(--focus-ring);outline:none}.fs-scope .app-header__nav-item:focus-visible,.fs-scope .app-header__new-btn:focus-visible{outline-offset:-2px;outline:2px solid #ffffffe6}.fs-scope .tab-btn:focus-visible,.fs-scope .filter-tab:focus-visible,.fs-scope .date-tab:focus-visible,.fs-scope .breadcrumb__item:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:var(--radius-xs)}.fs-scope :focus:not(:focus-visible){outline:none}@media (prefers-reduced-motion:reduce){.fs-scope *,.fs-scope :before,.fs-scope :after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.fs-scope .btn:hover,.fs-scope .t-card:hover{transform:none}.fs-scope .btn--pulse{animation:none}}@media (prefers-reduced-motion:no-preference){.fs-scope .view.active{animation:.18s both fesa-fade-in}.fs-scope .tab-panel.active{animation:.16s both fesa-fade-in}}@keyframes fesa-fade-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.fs-scope #theme-icon{width:16px;height:16px;display:inline-flex}.fs-scope #theme-icon svg{width:16px;height:16px}.fs-scope .info-tipo-lock{vertical-align:-2px;color:var(--text-muted);display:inline-flex}.fs-scope .info-tipo-lock svg{width:13px;height:13px}.fs-scope .avatar__cam{color:var(--gray-700)}.fs-scope .avatar__cam svg{width:9px;height:9px;display:block}.fs-scope .hcp-config{border:1px solid var(--gray-200);border-radius:var(--radius-sm);background:var(--gray-50);margin-top:4px;padding:14px 16px}.fs-scope .hcp-config__toggle{color:var(--gray-900);cursor:pointer;align-items:center;gap:8px;font-size:14px;font-weight:600;display:flex}.fs-scope .hcp-config__toggle input{width:16px;height:16px;accent-color:var(--color-primary)}.fs-scope .hcp-breakdown{border:1px solid var(--gray-200);border-radius:var(--radius-sm);background:var(--gray-50);margin:12px 0 16px;padding:6px 12px;font-size:13px}.fs-scope .hcp-breakdown__row{border-bottom:1px solid var(--gray-200);color:var(--gray-700);justify-content:space-between;gap:12px;padding:6px 0;display:flex}.fs-scope .hcp-breakdown__row:last-child{border-bottom:none}.fs-scope .hcp-breakdown__row--strong{color:var(--gray-900);font-weight:700}.fs-scope .score-input--auto{cursor:default;background:var(--gray-100)!important;color:var(--gray-500)!important;border-style:dashed!important}.fs-scope .ranking-section-title{letter-spacing:.4px;text-transform:uppercase;color:var(--gray-500);margin:4px 0 10px;font-size:13px;font-weight:700}.fs-scope .ranking-caption{color:var(--gray-500);margin:0 0 14px;font-size:12px}.fs-scope[data-theme=dark] .hcp-config,.fs-scope[data-theme=dark] .hcp-breakdown{background:var(--gray-100);border-color:var(--gray-300)}.fs-scope[data-theme=dark] .hcp-breakdown__row{border-color:var(--gray-300)}.fs-scope[data-theme=dark] .hcp-config__toggle,.fs-scope[data-theme=dark] .hcp-breakdown__row--strong,.fs-scope[data-theme=dark] .ranking-section-title{color:var(--gray-900)}.fs-scope[data-theme=dark] .score-input--auto{background:var(--gray-200)!important;color:var(--gray-500)!important}.fs-scope .cat-badge{border-radius:var(--radius-pill);letter-spacing:.3px;text-transform:uppercase;vertical-align:middle;white-space:nowrap;border:1px solid #0000;margin-left:6px;padding:1px 7px;font-size:10px;font-weight:700;display:inline-block}.fs-scope .cat-badge--primera{color:#075985;background:#e0f2fe;border-color:#bae6fd}.fs-scope .cat-badge--segunda{color:#334155;background:#f1f5f9;border-color:#e2e8f0}.fs-scope .cat-badge--senior{color:#92400e;background:#fef3c7;border-color:#fde68a}.fs-scope .cat-badge--junior{color:#166534;background:#dcfce7;border-color:#bbf7d0}.fs-scope .cat-badge--otra{background:var(--gray-200);color:var(--gray-700)}.fs-scope[data-theme=dark] .cat-badge--primera{color:#7dd3fc;background:#0369a147;border-color:#0000}.fs-scope[data-theme=dark] .cat-badge--segunda{color:#cbd5e1;background:#94a3b83d;border-color:#0000}.fs-scope[data-theme=dark] .cat-badge--senior{color:#fcd34d;background:#f59e0b3d;border-color:#0000}.fs-scope[data-theme=dark] .cat-badge--junior{color:#86efac;background:#16a34a42;border-color:#0000}.fs-scope[data-theme=dark] .cat-badge--otra{background:var(--gray-300);color:var(--gray-900)}.fs-scope .pais-flag{vertical-align:middle;cursor:default;margin-left:6px;font-size:14px;line-height:1;display:inline-block}.fs-scope .pdf-field{border:1px dashed var(--border-strong);border-radius:var(--radius-sm);background:var(--surface-sunken);flex-wrap:wrap;align-items:center;gap:12px;padding:10px 12px;display:flex}.fs-scope .pdf-field__file{color:var(--gray-700);align-items:center;gap:8px;min-width:0;font-size:13px;font-weight:600;display:inline-flex}.fs-scope .pdf-field__file svg{color:var(--color-danger);flex-shrink:0}.fs-scope .pdf-field__name{white-space:nowrap;text-overflow:ellipsis;max-width:260px;overflow:hidden}.fs-scope .pdf-field__btns{flex-wrap:wrap;gap:8px;display:flex}.fs-scope .info-actions-row{flex-wrap:wrap;gap:8px;margin-bottom:20px;display:flex}.fs-scope .aceitado-pdf-link{border-radius:var(--radius-pill);background:var(--color-primary-light);color:var(--color-primary-dark);vertical-align:middle;align-items:center;gap:4px;margin-left:10px;padding:2px 8px;font-size:11px;font-weight:700;text-decoration:none;display:inline-flex}.fs-scope .aceitado-pdf-link:hover{background:var(--color-primary-border)}.fs-scope .shared-view__pdf{border:1px solid var(--color-primary-border,#bfdbfe);border-radius:var(--radius-sm);background:var(--color-primary-light);flex-wrap:wrap;align-items:center;gap:10px;margin:0 0 18px;padding:12px 14px;display:flex}.fs-scope .shared-view__pdf-name{color:var(--gray-600);font-size:12px}.fs-scope[data-theme=dark] .pdf-field{background:var(--gray-100);border-color:var(--gray-300)}.fs-scope[data-theme=dark] .pdf-field__file{color:var(--gray-900)}.fs-scope[data-theme=dark] .aceitado-pdf-link{color:#93c5fd;background:#2563eb40}.fs-scope[data-theme=dark] .shared-view__pdf{background:#2563eb1f;border-color:#2563eb4d}@media print{.fs-scope .shared-view__pdf,.fs-scope .info-actions-row{display:none!important}}.fs-scope .ranking-controls{flex-wrap:wrap;align-items:flex-end;gap:16px;margin-bottom:14px;display:flex}.fs-scope .ranking-controls__group{flex-direction:column;gap:4px;display:flex}.fs-scope .ranking-controls__group>label{text-transform:uppercase;letter-spacing:.4px;color:var(--gray-500);font-size:11px;font-weight:700}.fs-scope .ranking-controls__group select,.fs-scope .ranking-controls__group .combo__input{border:1px solid var(--border-strong);border-radius:var(--radius-sm);background-color:var(--surface);height:34px;color:var(--text-primary);padding:0 30px 0 10px;font-size:13px}.fs-scope .ranking-controls__group .combo{width:170px}.fs-scope .ranking-controls__spacer{margin-left:auto}.fs-scope .seg{border:1px solid var(--border-strong);border-radius:var(--radius-sm);height:34px;display:inline-flex;overflow:hidden}.fs-scope .seg__btn{background:var(--surface);color:var(--text-secondary);cursor:pointer;border:none;padding:0 14px;font-size:13px;font-weight:600}.fs-scope .seg__btn+.seg__btn{border-left:1px solid var(--border-strong)}.fs-scope .seg__btn:hover{background:var(--surface-sunken)}.fs-scope .seg__btn.is-active{background:var(--color-primary);color:#fff}.fs-scope[data-theme=dark] .ranking-controls__group select,.fs-scope[data-theme=dark] .ranking-controls__group .combo__input,.fs-scope[data-theme=dark] .seg{border-color:var(--gray-300)}.fs-scope[data-theme=dark] .ranking-controls__group select,.fs-scope[data-theme=dark] .ranking-controls__group .combo__input{background-color:var(--gray-100);color:var(--text-secondary)}.fs-scope[data-theme=dark] .seg__btn{background:var(--gray-100);color:var(--text-secondary)}.fs-scope[data-theme=dark] .seg__btn+.seg__btn{border-left-color:var(--gray-300)}.fs-scope[data-theme=dark] .seg__btn.is-active{background:var(--color-primary);color:#fff}.fs-scope .ranking-table .name-col .name-cell__wrap{justify-content:flex-start}.fs-scope .info-banner{object-fit:cover;border-radius:var(--radius);border:1px solid var(--border);width:100%;max-height:220px;margin:0 0 20px;display:block}.fs-scope .banner-field__preview{object-fit:cover;border-radius:var(--radius-sm);border:1px solid var(--border-strong);width:100%;max-height:140px;display:block}.fs-scope .shared-view__banner{object-fit:cover;border-radius:var(--radius);width:100%;max-height:260px;margin-bottom:16px;display:block}.fs-scope .shared-view__live{margin:0 0 16px}.fs-scope .shared-view__live .btn--danger,.fs-scope .info-actions-row .btn--danger{align-items:center;gap:6px;display:inline-flex}@media print{.fs-scope .shared-view__live,.fs-scope .shared-view__banner{display:none!important}}.fs-scope .info-value--rich{font-size:14px;font-weight:400;line-height:1.55}.fs-scope .info-value--rich>:first-child{margin-top:0}.fs-scope .info-value--rich>:last-child{margin-bottom:0}.fs-scope .info-value--rich p{margin:0 0 8px}.fs-scope .info-value--rich ul,.fs-scope .info-value--rich ol{margin:0 0 8px;padding-left:22px}.fs-scope .info-value--rich li{margin:2px 0}.fs-scope .info-value--rich h3{margin:12px 0 6px;font-size:15px;font-weight:700}.fs-scope .info-value--rich h4{margin:10px 0 4px;font-size:14px;font-weight:700}.fs-scope .info-value--rich blockquote{border-left:3px solid var(--gray-300);color:var(--gray-600);margin:8px 0;padding:2px 0 2px 12px}.fs-scope .info-value--rich a{color:var(--color-primary);text-decoration:underline}.fs-scope .rt-field{border:1.5px solid var(--gray-300);border-radius:var(--radius-sm);background:#fff;overflow:hidden}.fs-scope .rt-field:focus-within{border-color:var(--color-primary);box-shadow:0 0 0 3px var(--color-primary-light)}.fs-scope .rt-toolbar{background:var(--gray-50);border-bottom:1px solid var(--gray-200);flex-wrap:wrap;align-items:center;gap:2px;padding:6px;display:flex}.fs-scope .rt-toolbar__btn{cursor:pointer;min-width:30px;height:28px;color:var(--gray-700);font-size:13px;font-weight:600;line-height:1;font-family:var(--font-sans);background:0 0;border:1px solid #0000;border-radius:6px;padding:0 8px}.fs-scope .rt-toolbar__btn:hover{border-color:var(--gray-300);background:#fff}.fs-scope .rt-toolbar__btn:active{background:var(--color-primary-light)}.fs-scope .rt-toolbar__sep{background:var(--gray-300);align-self:stretch;width:1px;margin:4px}.fs-scope .rt-editor{min-height:160px;max-height:380px;color:var(--gray-900);outline:none;padding:12px 14px;font-size:14px;line-height:1.55;overflow-y:auto}.fs-scope .rt-editor:empty:before{content:attr(data-placeholder);color:var(--gray-400)}.fs-scope .rt-editor p{margin:0 0 8px}.fs-scope .rt-editor ul,.fs-scope .rt-editor ol{margin:0 0 8px;padding-left:22px}.fs-scope .rt-editor h3{margin:10px 0 6px;font-size:15px;font-weight:700}.fs-scope .rt-editor blockquote{border-left:3px solid var(--gray-300);color:var(--gray-600);margin:8px 0;padding-left:12px}.fs-scope[data-theme=dark] .rt-field{background:var(--gray-50);border-color:var(--gray-300)}.fs-scope[data-theme=dark] .rt-toolbar{background:var(--gray-100);border-color:var(--gray-300)}.fs-scope[data-theme=dark] .rt-toolbar__btn{color:var(--text-secondary)}.fs-scope[data-theme=dark] .rt-toolbar__btn:hover{background:var(--gray-50)}.fs-scope[data-theme=dark] .rt-editor{color:var(--text-primary)}.fs-scope .bulk-bar{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius-sm);flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:12px;padding:10px 14px;display:flex}.fs-scope .bulk-bar label{color:var(--gray-700);cursor:pointer;align-items:center;gap:6px;font-size:13px;font-weight:600;display:flex}.fs-scope .bulk-bar__count{color:var(--gray-500);font-size:13px}.fs-scope .bulk-bar__spacer{flex:1}.fs-scope .bulk-bar__sep{background:var(--gray-300);width:1px;height:20px}.fs-scope .bulk-bar select{border:1.5px solid var(--gray-300);font-size:13px;font-family:var(--font-sans);color:var(--gray-900);background-color:#fff;border-radius:8px;padding:6px 30px 6px 10px}.fs-scope .gp-bulk-cb{cursor:pointer;flex-shrink:0;width:16px;height:16px}.fs-scope .participant-row--selected{border-color:var(--color-primary);background:var(--color-primary-light)}.fs-scope[data-theme=dark] .bulk-bar{background:var(--gray-50);border-color:var(--gray-300)}.fs-scope[data-theme=dark] .bulk-bar select{background-color:var(--gray-100);color:var(--text-primary);border-color:var(--gray-300)}.fs-scope .division-group{border:1px solid var(--gray-200);border-radius:var(--radius-sm);background:#fff;margin-bottom:8px;overflow:hidden}.fs-scope .division-group>summary{cursor:pointer;-webkit-user-select:none;user-select:none;color:var(--gray-900);flex-wrap:wrap;align-items:center;gap:10px;padding:10px 16px;font-size:14px;font-weight:700;list-style:none;display:flex}.fs-scope .division-group>summary::-webkit-details-marker{display:none}.fs-scope .division-group>summary:before{content:"▸";color:var(--gray-500);transition:transform var(--transition-fast);flex-shrink:0;font-size:12px}.fs-scope .division-group[open]>summary:before{transform:rotate(90deg)}.fs-scope .division-group__count{background:var(--gray-100);color:var(--gray-600);border-radius:999px;margin-left:auto;padding:2px 9px;font-size:12px;font-weight:700}.fs-scope .division-group__actions{flex-shrink:0;gap:6px;display:flex}.fs-scope .division-group__actions .btn{font-weight:600}.fs-scope .division-group--warn>summary{color:var(--warning-text)}.fs-scope .division-group--warn .division-group__count{background:var(--warning-bg);color:var(--warning-border)}.fs-scope .division-group__body{border-top:1px solid var(--gray-100);padding:10px 12px 4px}.fs-scope[data-theme=dark] .division-group{background:var(--gray-50);border-color:var(--gray-300)}.fs-scope[data-theme=dark] .division-group__body{border-top-color:var(--gray-300)}.fs-scope[data-theme=dark] .division-group__count{background:var(--gray-200);color:var(--text-secondary)}.fs-scope .score-fixed-bar--top:empty{display:none}.fs-scope .score-fixed-bar--top{z-index:20;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid var(--gray-200);border-radius:var(--radius-sm);box-shadow:var(--shadow-sm);background:#ffffffed;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px;padding:10px 16px;display:flex;position:sticky;top:0}.fs-scope .score-fixed-bar--top .score-status{margin:0}.fs-scope .score-bottom-bar{z-index:20;margin-top:24px;position:sticky;bottom:0}.fs-scope[data-theme=dark] .score-fixed-bar--top{border-color:var(--gray-300);background:#18181bed}@media print{.fs-scope .score-fixed-bar--top{display:none!important}}.fs-scope .evento-list{flex-direction:column;gap:10px;display:flex}.fs-scope .evento-picker{border:1px solid var(--gray-200);border-radius:var(--radius-sm);flex-direction:column;gap:2px;max-height:260px;padding:6px;display:flex;overflow-y:auto}.fs-scope .evento-picker__row{border-radius:var(--radius-sm);cursor:pointer;align-items:center;gap:10px;padding:8px 10px;font-size:14px;display:flex}.fs-scope .evento-picker__row:hover{background:var(--gray-100)}.fs-scope .evento-picker__row input{flex-shrink:0;width:16px;height:16px}.fs-scope .evento-torneo-list{flex-direction:column;gap:8px;margin:12px 0 0;padding:0;list-style:none;display:flex}.fs-scope .evento-torneo-list__item{border:1px solid var(--gray-200);border-radius:var(--radius-sm);background:#fff;justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;display:flex}.fs-scope[data-theme=dark] .evento-picker{border-color:var(--gray-300)}.fs-scope[data-theme=dark] .evento-picker__row:hover{background:var(--gray-100)}.fs-scope[data-theme=dark] .evento-torneo-list__item{background:var(--gray-50);border-color:var(--gray-300)}
