:root{--color-azul-oscuro: #193C74;--color-azul-claro-1: #76B3DF;--color-azul-claro-2: #DBF0FF;--color-gris: #F4F4F4;color-scheme:light;color:#111;background:#fff;font-family:Montserrat,ui-sans-serif,system-ui,sans-serif}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:#f0f4f8}button,input,select{font:inherit}button{cursor:pointer}.app-shell{display:grid;grid-template-columns:230px 1fr;gap:20px;min-height:100vh;padding:20px}.sidebar{border-radius:20px;background:#fff;border:1px solid #e2ecf7;padding:24px 16px;display:flex;flex-direction:column;gap:20px;box-shadow:0 2px 12px #193c7412}.sidebar nav{display:flex;flex-direction:column;gap:4px}.sidebar nav a{border:none;border-radius:10px;padding:11px 14px;color:#4a6080;background:transparent;transition:background .15s ease,color .15s ease;text-decoration:none;font-size:.9rem;font-weight:500}.sidebar nav a:hover{color:var(--color-azul-oscuro);background:var(--color-azul-claro-2)}.sidebar nav a.active{color:#fff;background:var(--color-azul-oscuro);font-weight:600}.content{border-radius:20px;background:#fff;border:1px solid #e2ecf7;padding:32px;min-height:calc(100vh - 40px);box-shadow:0 2px 12px #193c7412}h1{color:var(--color-azul-oscuro);font-weight:900;margin:0 0 8px}header p{margin:0 0 24px;color:#6b7f99}.alert{border-radius:12px;padding:14px 16px;margin-bottom:20px;font-size:.95rem}.alert-error{background:#fff1f1;border:1px solid #fca5a5;color:#b91c1c}.alert-success{background:#f0fdf4;border:1px solid #86efac;color:#15803d}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.card{padding:18px;border-radius:16px;background:#fff;border:1px solid #e2ecf7;display:grid;gap:8px;box-shadow:0 1px 6px #193c740f;transition:box-shadow .15s ease}.card:hover{box-shadow:0 4px 16px #193c741f}.card strong{font-size:1rem;font-weight:700;color:var(--color-azul-oscuro)}.card-stat{display:flex;justify-content:space-between;align-items:center;gap:12px;border-top:1px solid #e8eef5;padding-top:6px;margin-top:2px}.card-label{font-size:.78rem;font-weight:500;color:#6b7f99;text-transform:uppercase;letter-spacing:.04em}.card-value{font-size:.95rem;font-weight:600;color:var(--color-azul-oscuro)}table{width:100%;border-collapse:collapse;margin-top:16px}thead{color:#6b7f99;background:var(--color-gris)}th{font-weight:600;font-size:.85rem;text-transform:uppercase;letter-spacing:.03em}th,td{padding:12px 14px;border-bottom:1px solid #e8eef5}tr:hover{background:#f5f9ff}.form-card{display:grid;gap:14px;max-width:420px}.form-card label{display:grid;gap:6px;color:#374151;font-weight:500;font-size:.9rem}.form-card input,.form-row select{border-radius:10px;border:1px solid #c5d5e8;padding:10px 14px;background:#fff;color:#111;font-size:.95rem}.form-card input:focus,.form-row select:focus{outline:none;border-color:var(--color-azul-oscuro);background:var(--color-azul-claro-2)}button[type=submit]{width:fit-content;background:var(--color-azul-oscuro);border:none;color:#fff;font-weight:700;padding:11px 24px;border-radius:10px;transition:background .15s ease}button[type=submit]:hover{background:#0f2a56}.form-row{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-top:18px}.form-row label{color:#374151}.rally-results{margin-top:18px}.matrix-wrapper{overflow-x:auto;margin-top:16px;border-radius:12px;border:1px solid #e2ecf7}.matrix-table{width:max-content;min-width:100%;border-collapse:collapse}.matrix-table th{background:var(--color-azul-oscuro);color:#fff;font-size:.82rem;text-transform:uppercase;letter-spacing:.03em;padding:12px 14px;border-bottom:none}.matrix-table td{padding:10px 14px;border-bottom:1px solid #e8eef5;white-space:nowrap;text-align:center}.matrix-table tr:last-child td{border-bottom:none}.matrix-table .col-driver{text-align:left;position:sticky;left:0;background:#fff;z-index:2;min-width:190px;border-right:1px solid #e2ecf7}.matrix-table thead .col-driver{background:var(--color-azul-oscuro);border-right:1px solid rgba(255,255,255,.15)}.matrix-table thead tr:hover th,.matrix-table thead tr:hover .col-driver{background:var(--color-azul-oscuro);color:#fff}.matrix-table thead .col-rally,.matrix-table thead .col-total{color:#fff}.matrix-table tr:hover .col-driver{background:#f5f9ff}.matrix-table .col-rally{min-width:90px;color:#374151;font-size:.9rem}.matrix-table .col-total{min-width:80px;font-weight:700;color:var(--color-azul-oscuro);border-left:1px solid #e2ecf7}.matrix-table .cell-total{color:var(--color-azul-oscuro)}.matrix-table .cell-gold{background:#eab30847;color:#7a5100;font-weight:700}.matrix-table .cell-silver{background:#64748b38;color:#2d3f55;font-weight:600}.matrix-table .cell-bronze{background:#c2611e38;color:#7c2d12;font-weight:600}.matrix-table .cell-empty{color:#c8d5e3}.pos-badge{display:inline-block;width:22px;height:22px;line-height:22px;border-radius:6px;background:var(--color-azul-claro-2);color:var(--color-azul-oscuro);font-size:.72rem;font-weight:700;text-align:center;margin-right:8px}.cat-tag{display:inline-block;margin-left:8px;padding:2px 7px;border-radius:6px;font-size:.72rem;background:var(--color-azul-claro-2);color:var(--color-azul-oscuro)}.value-cell{display:flex;flex-direction:column;align-items:center;gap:2px}.value-price{font-size:.9rem;font-weight:600;color:#374151}.delta-up{font-size:.75rem;font-weight:600;color:#15803d}.delta-down{font-size:.75rem;font-weight:600;color:#b91c1c}.delta-neutral{font-size:.75rem;color:#6b7f99}.evo-cell{display:flex;flex-direction:column;align-items:center;gap:3px}.evo-pts{font-size:.9rem;color:#111}.finish-pos{font-size:.72rem;color:#6b7f99}.finish-ret{font-size:.72rem;font-weight:600;color:#b91c1c}.finish-np{font-size:.72rem;font-weight:600;color:#92650a;background:#f59e0b26;border-radius:4px;padding:1px 5px}.evo-legend{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.legend-item{padding:4px 12px;border-radius:8px;font-size:.78rem;font-weight:500}.legend-gold{background:#eab3081f;color:#92650a}.legend-silver{background:#64748b1a;color:#475569}.legend-bronze{background:#c2611e1a;color:#9a3412}.legend-ret{background:#fff1f1;color:#b91c1c}.legend-np{background:#f59e0b26;color:#92650a;font-weight:600}.sidebar-logos{display:flex;flex-direction:column;align-items:center;gap:10px;padding-bottom:12px;border-bottom:2px solid var(--color-azul-claro-2)}.logo-fga{max-width:140px;height:auto}.logo-fantasy{max-width:160px;height:auto}.driver-card{display:grid;gap:8px}.driver-card-header{display:flex;align-items:center;gap:10px}.driver-photo{width:90px;height:90px;border-radius:8px;object-fit:cover;object-position:top;border:2px solid var(--color-azul-oscuro);flex-shrink:0}.market-toolbar{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.sort-btn{padding:6px 14px;border-radius:8px;border:1.5px solid #c5d5e8;background:#fff;color:#4a6080;font-size:.82rem;font-weight:600;cursor:pointer;transition:all .15s ease}.sort-btn:hover{border-color:var(--color-azul-oscuro);color:var(--color-azul-oscuro)}.sort-btn.active{background:var(--color-azul-oscuro);border-color:var(--color-azul-oscuro);color:#fff}.rules-block{margin-bottom:40px}.rules-heading{color:var(--color-azul-oscuro);font-size:1.1rem;font-weight:800;margin:0 0 12px;padding-bottom:8px;border-bottom:2px solid var(--color-azul-claro-2)}.rules-highlights{display:flex;flex-wrap:wrap;gap:12px;margin:16px 0}.rules-highlight-item{display:flex;flex-direction:column;align-items:center;gap:4px;background:var(--color-azul-claro-2);border-radius:12px;padding:14px 24px;min-width:130px}.rules-highlight-num{font-size:1.5rem;font-weight:900;color:var(--color-azul-oscuro)}.rules-highlight-label{font-size:.78rem;font-weight:600;color:#4a6080;text-align:center}.rules-pts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:16px;margin-top:16px}.rules-pts-card{border-radius:12px;border:1px solid #e2ecf7;overflow:hidden}.rules-pts-card-title{background:var(--color-azul-oscuro);color:#fff;font-size:.85rem;font-weight:700;padding:10px 14px 4px}.rules-pts-card-sub{background:var(--color-azul-oscuro);color:var(--color-azul-claro-1);font-size:.75rem;padding:0 14px 10px}.rules-pts-table{width:100%;border-collapse:collapse;margin-top:0}.rules-pts-table th{background:var(--color-gris);font-size:.78rem;padding:7px 14px;text-align:center;color:#6b7f99}.rules-pts-table td{padding:5px 14px;text-align:center;font-size:.88rem;border-bottom:1px solid #f0f4f8;color:#374151}.rules-pts-table tr:last-child td{border-bottom:none}.rules-formula{background:var(--color-azul-claro-2);border-left:4px solid var(--color-azul-oscuro);border-radius:0 10px 10px 0;padding:14px 20px;font-family:Montserrat,monospace;font-weight:700;font-size:.95rem;color:var(--color-azul-oscuro);margin:16px 0}.rules-formula-notes{display:grid;gap:8px;margin-top:4px}.rules-formula-note{padding:10px 14px;border-radius:8px;background:#f8fafc;border:1px solid #e2ecf7;font-size:.88rem;color:#374151}.home-header{display:flex;align-items:center;gap:14px;margin-bottom:32px}.home-logo-mobile{display:none}.home-tagline{flex:1;color:#6b7f99;margin:0;font-size:.95rem;line-height:1.5}.fga-link{font-size:.88rem;font-weight:600;color:var(--color-azul-oscuro);text-decoration:none;padding:7px 14px;border-radius:8px;border:1.5px solid var(--color-azul-oscuro);transition:background .15s ease,color .15s ease;white-space:nowrap}.fga-link:hover{background:var(--color-azul-oscuro);color:#fff}.rally-table-wrapper{border-radius:12px;border:1px solid #e2ecf7;overflow:hidden}.rally-table{width:100%;border-collapse:collapse;margin-top:0}.rally-table thead{background:var(--color-azul-oscuro);color:#fff}.rally-table thead th{font-size:.82rem;text-transform:uppercase;letter-spacing:.03em;padding:12px 14px;border-bottom:none;color:#fff}.rally-table tbody tr:hover{background:#f5f9ff}.rally-thumb{display:block;height:52px;width:auto;border-radius:6px;object-fit:cover}.rally-link-btn{display:inline-block;font-size:.82rem;font-weight:600;color:var(--color-azul-oscuro);text-decoration:none;padding:5px 12px;border-radius:7px;border:1.5px solid var(--color-azul-claro-1);transition:background .15s ease,color .15s ease}.rally-link-btn:hover{background:var(--color-azul-oscuro);color:#fff;border-color:var(--color-azul-oscuro)}.bottom-nav{display:none}@media (max-width: 980px){.app-shell{position:fixed;top:0;right:0;bottom:0;left:0;padding-bottom:calc(58px + env(safe-area-inset-bottom,0px));display:flex;flex-direction:column;gap:0;grid-template-columns:unset;background:#f0f4f8;overflow:hidden}.sidebar{display:none}.content{flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;border-radius:0;border:none;box-shadow:none;padding:20px 16px 24px}.home-header{flex-wrap:wrap}.home-logo-mobile{display:block;height:34px;width:auto;flex:1}.home-tagline{order:3;flex-basis:100%;margin-top:4px}.bottom-nav{display:flex;position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid #e2ecf7;box-shadow:0 -2px 12px #193c741a;padding-bottom:env(safe-area-inset-bottom,0px);z-index:1000}.bottom-nav-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;flex:1;min-width:0;padding:8px 2px 6px;text-decoration:none;color:#8aa0bb;transition:color .15s ease;overflow:hidden}.bottom-nav-item.active{color:var(--color-azul-oscuro)}.bottom-nav-icon{width:18px;height:18px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.bottom-nav-icon svg{width:18px;height:18px}.bottom-nav-label{font-size:.58rem;font-weight:600;letter-spacing:.01em;white-space:nowrap}.matrix-table th{font-size:.68rem;padding:8px 6px;color:#fff;white-space:normal;word-break:break-word;line-height:1.25}.matrix-table td{padding:7px 6px;font-size:.8rem}.matrix-table .col-driver{min-width:100px;max-width:120px;font-size:.78rem;white-space:normal;word-break:break-word;line-height:1.3}.matrix-table .col-rally{min-width:56px;font-size:.78rem}.matrix-table .col-total{min-width:52px}.evo-pts{font-size:.8rem}.finish-pos,.finish-ret,.finish-np{font-size:.64rem}.value-price{font-size:.8rem}.delta-up,.delta-down,.delta-neutral{font-size:.66rem}.account-stats{grid-template-columns:repeat(2,1fr)}.settings-grid{grid-template-columns:1fr}}.home-cta{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.home-cta-btn{display:inline-block;padding:8px 20px;border-radius:8px;font-size:.88rem;font-weight:600;text-decoration:none;transition:opacity .15s;white-space:nowrap}.home-cta-btn:hover{opacity:.85}.home-cta-btn.primary{background:var(--color-azul-oscuro);color:#fff}.home-cta-btn.secondary{background:transparent;color:var(--color-azul-oscuro);border:1.5px solid var(--color-azul-oscuro)}.card-account{border-color:var(--color-azul-oscuro);background:linear-gradient(135deg,#f0f6ff,#fff)}.home-team-stats{display:grid;grid-template-columns:1fr 1fr;gap:10px 16px;margin-top:4px}.account-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#e2ecf7;border:1px solid #e2ecf7;border-radius:12px;overflow:hidden;margin-bottom:16px}.account-stat{display:flex;flex-direction:column;gap:4px;padding:14px 16px;background:#fff}.account-quick-links{display:flex;gap:10px;margin-bottom:16px;flex-wrap:wrap}.account-quick-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;border-radius:8px;font-size:.84rem;font-weight:600;color:var(--color-azul-oscuro);border:1.5px solid var(--color-azul-claro-1);text-decoration:none;background:#fff;transition:background .15s ease,color .15s ease,border-color .15s ease}.account-quick-btn:hover{background:var(--color-azul-oscuro);color:#fff;border-color:var(--color-azul-oscuro)}.rally-pos-badge{display:inline-block;font-size:.84rem;font-weight:700;color:#4a6080;padding:2px 10px;border-radius:20px;background:#f0f4f8}.rally-pos-badge.top{background:#fef3c7;color:#92400e}.home-stat{display:flex;flex-direction:column;gap:2px}.home-stat-label{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#6b7f99}.home-stat-value{font-size:1.05rem;font-weight:700;color:var(--color-azul-oscuro)}.field-error{display:block;font-size:.76rem;color:#ef4444;margin-top:3px;font-weight:500}.pwd-checklist{margin:4px 0 0;padding-left:16px;font-size:.76rem;color:#ef4444;font-weight:500}.pwd-checklist li{margin-bottom:1px}.alert-info{background:#eff6ff;border:1px solid #bfdbfe;color:#1d4ed8;border-radius:8px;padding:10px 14px;font-size:.88rem}.forgot-hint{text-align:center;font-size:.85rem;color:#6b7f99;margin-top:4px;padding:8px 12px;background:#fef9ec;border:1px solid #fde68a;border-radius:8px}.forgot-hint a{color:var(--color-azul-oscuro);font-weight:600;text-decoration:none}.settings-page-header{margin-bottom:28px}.settings-back-btn{display:inline-flex;align-items:center;gap:5px;font-size:.84rem;font-weight:600;color:#6b7f99;text-decoration:none;margin-bottom:10px;transition:color .15s ease}.settings-back-btn:hover{color:var(--color-azul-oscuro)}.settings-page-title{margin:0 0 4px;font-size:1.5rem;color:var(--color-azul-oscuro)}.settings-page-sub{margin:0;font-size:.88rem;color:#8aa0bb}.settings-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;align-items:start}.settings-card{background:#fff;border:1px solid #e2ecf7;border-radius:14px;overflow:hidden;box-shadow:0 2px 8px #193c740d}.settings-card-header{display:flex;align-items:center;gap:10px;padding:16px 20px;background:var(--color-azul-oscuro);color:#fff}.settings-card-icon{display:flex;align-items:center;opacity:.85}.settings-card-title{margin:0;font-size:.95rem;font-weight:700;letter-spacing:.01em}.settings-card-body{padding:20px}.settings-form{display:flex;flex-direction:column;gap:14px}.settings-form label{display:flex;flex-direction:column;gap:5px;font-size:.84rem;font-weight:600;color:#4a6080}.settings-form input{padding:9px 12px;border:1.5px solid #d0dcea;border-radius:8px;font-size:.9rem;transition:border-color .15s ease;background:#f8fafc}.settings-form input:focus{outline:none;border-color:var(--color-azul-oscuro);background:#fff}.settings-form-footer{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-top:4px}.settings-save-btn{padding:9px 22px;background:var(--color-azul-oscuro);color:#fff;border:none;border-radius:8px;font-size:.88rem;font-weight:600;cursor:pointer;transition:opacity .15s ease}.settings-save-btn:disabled{opacity:.45;cursor:default}.settings-forgot-link{font-size:.82rem;color:#8aa0bb;text-decoration:none;transition:color .15s ease}.settings-forgot-link:hover{color:var(--color-azul-oscuro)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.form-link{text-align:center;font-size:.86rem;color:#6b7f99;margin-top:4px}.form-link a,.link-btn{color:var(--color-azul-oscuro);font-weight:600;text-decoration:none;background:none;border:none;padding:0;cursor:pointer;font-size:inherit}.form-link a:hover,.link-btn:hover{text-decoration:underline}.password-strength{display:flex;align-items:center;gap:10px;margin-top:6px}.password-strength-bar{display:flex;gap:4px;flex:1}.password-strength-segment{height:4px;flex:1;border-radius:2px;transition:background .2s ease}.otp-inputs{display:flex;gap:10px;justify-content:center;margin:8px 0 16px}.otp-box{width:48px;height:56px;text-align:center;font-size:1.5rem;font-weight:700;border:2px solid #c8d5e3;border-radius:10px;color:var(--color-azul-oscuro);transition:border-color .15s}.otp-box:focus{outline:none;border-color:var(--color-azul-oscuro)}.account-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px}.logout-btn{background:none;border:1px solid #c8d5e3;border-radius:8px;padding:4px 12px;font-size:.8rem;color:#6b7f99;cursor:pointer;margin-top:6px;transition:border-color .15s,color .15s}.logout-btn:hover{border-color:#b91c1c;color:#b91c1c}.deadline-badge{display:inline-block;padding:6px 14px;border-radius:20px;font-size:.82rem;font-weight:600;margin-bottom:20px}.deadline-badge.open{background:#dcfce7;color:#15803d}.deadline-badge.closed{background:#fee2e2;color:#b91c1c}.budget-bar-wrapper{margin-bottom:24px}.budget-bar-labels{display:flex;justify-content:space-between;font-size:.86rem;color:#6b7f99;margin-bottom:6px}.budget-bar-track{height:8px;background:#e2ecf7;border-radius:4px;overflow:hidden}.budget-bar-fill{height:100%;border-radius:4px;transition:width .3s ease,background .3s ease}.team-layout{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:start}.team-column{background:#fff;border:1px solid #e2ecf7;border-radius:16px;padding:18px;box-shadow:0 1px 6px #193c740f}.team-col-title{font-size:.95rem;font-weight:700;color:var(--color-azul-oscuro);margin:0 0 14px}.team-count{font-weight:400;color:#6b7f99;font-size:.85rem}.driver-row{display:flex;align-items:center;gap:10px;padding:8px 0;border-bottom:1px solid #f0f4f8}.driver-row:last-of-type{border-bottom:none}.driver-row-photo{width:40px;height:40px;border-radius:6px;object-fit:cover;object-position:top;border:1.5px solid var(--color-azul-oscuro);flex-shrink:0}.driver-row-info{flex:1;min-width:0}.driver-row-name{display:block;font-size:.86rem;font-weight:600;color:#1a2e4a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.driver-row-price{display:block;font-size:.78rem;color:#6b7f99;font-weight:500}.driver-disabled{opacity:.4}.team-total{font-size:.88rem;color:#6b7f99;text-align:right;margin-top:10px;padding-top:8px;border-top:1px solid #e2ecf7}.btn-add,.btn-remove{width:30px;height:30px;border-radius:50%;border:none;font-size:1.2rem;font-weight:700;line-height:1;cursor:pointer;flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:opacity .15s,transform .1s}.btn-add{background:var(--color-azul-oscuro);color:#fff}.btn-add:hover:not(:disabled){opacity:.85;transform:scale(1.1)}.btn-add:disabled{opacity:.25;cursor:not-allowed}.btn-remove{background:#fee2e2;color:#b91c1c}.btn-remove:hover{background:#fca5a5;transform:scale(1.1)}.btn-save{width:100%;margin-top:16px;padding:11px;background:var(--color-azul-oscuro);color:#fff;border:none;border-radius:10px;font-size:.95rem;font-weight:600;cursor:pointer;transition:opacity .15s}.btn-save:disabled{opacity:.4;cursor:not-allowed}.btn-save:hover:not(:disabled){opacity:.88}@media (max-width: 980px){.form-row,.team-layout{grid-template-columns:1fr}.otp-box{width:42px;height:50px;font-size:1.3rem}}
