:root{--teal-dark: #0a2e3d;--teal-medium: #1e3a4a;--teal-light: #2d4a5a;--cyan-bright: #06b6d4;--cyan-light: #22d3ee;--green-bright: #10b981;--green-field: #22c55e;--white: #ffffff;--gray-light: #e5e7eb;--gray-medium: #9ca3af;--gray-dark: #4b5563;--red: #ef4444;--yellow: #fbbf24;--orange: #f97316;--blue: #3b82f6;--border-color: #334155;--hover-bg: #374151;--active-bg: #1f2937}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Alexandria,sans-serif;background:linear-gradient(135deg,#0a2e3d,#1e3a4a);color:var(--text-primary);min-height:100vh;margin:0;overflow-y:hidden}@keyframes brillo{0%,to{filter:brightness(1)}50%{filter:brightness(2)}}.container{max-width:1650px;margin:0 auto}.card-title{font-size:1.25rem;font-weight:600;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem;color:var(--text-primary);border-bottom:2px solid var(--accent-green);padding-bottom:.5rem}.team-management{display:flex}.players-container{width:100%;height:100%}.player{display:flex;flex-direction:column;justify-content:center;align-items:center}.field-container{flex:1;display:flex;flex-direction:column;align-items:center}.football-field-positions{align-self:center}.center-circle{position:absolute;top:50%;left:50%;width:120px;height:120px;border:2px solid rgba(255,255,255,.6);border-radius:50%;transform:translate(-50%,-50%)}.center-dot{position:absolute;top:50%;left:50%;width:8px;height:8px;background:#fff9;border-radius:50%;transform:translate(-50%,-50%)}.penalty-area-top{position:absolute;top:0;left:50%;width:200px;height:80px;border:2px solid rgba(255,255,255,.6);border-top:none;transform:translate(-50%)}.goal-area-top{position:absolute;top:0;left:50%;width:120px;height:40px;border:2px solid rgba(255,255,255,.6);border-top:none;transform:translate(-50%)}.penalty-arc-top{position:absolute;top:80px;left:50%;width:80px;height:40px;border:2px solid rgba(255,255,255,.6);border-top-left-radius:80px;border-top-right-radius:80px;border-bottom:none;transform:translate(-50%)}.penalty-spot-top{position:absolute;top:60px;left:50%;width:6px;height:6px;background:#fff9;border-radius:50%;transform:translate(-50%)}.penalty-area-bottom{position:absolute;bottom:0;left:50%;width:200px;height:80px;border:2px solid rgba(255,255,255,.6);border-bottom:none;transform:translate(-50%)}.goal-area-bottom{position:absolute;bottom:0;left:50%;width:120px;height:40px;border:2px solid rgba(255,255,255,.6);border-bottom:none;transform:translate(-50%)}.penalty-arc-bottom{position:absolute;bottom:80px;left:50%;width:80px;height:40px;border:2px solid rgba(255,255,255,.6);border-bottom-left-radius:80px;border-bottom-right-radius:80px;border-top:none;transform:translate(-50%)}.penalty-spot-bottom{position:absolute;bottom:60px;left:50%;width:6px;height:6px;background:#fff9;border-radius:50%;transform:translate(-50%)}.football-field{height:475px;position:relative;width:550px}.field-tilt{position:absolute;inset:0;background-image:linear-gradient(to bottom,#16a34a,#15803d);border:4px solid rgba(255,255,255,.2);border-radius:.5rem;box-shadow:0 25px 50px -12px #00000080;transform:perspective(800px) rotateX(20deg);transform-origin:center;z-index:0}.players-container{position:absolute;inset:0;z-index:1}.player{position:absolute;transform:translate(-50%,-50%);cursor:pointer;text-align:center}.infield{background:#22c55e}.substitute{display:flex;flex-direction:column;justify-content:center}.player-circle{width:54px;height:54px;border-radius:9999%;display:flex;align-items:center;justify-content:center;flex-direction:column;font-weight:700;font-size:.875rem;background-color:#e2e8f0e6;transition:all .3s ease;position:relative;align-self:center;border:1px solid #000}.position-circle{position:absolute;top:-8px;right:-8px;width:28px;height:28px;border-radius:999px;display:flex;align-items:center;justify-content:center;border:2px solid #ffffff;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.player-position-txt{font-size:12px;font-weight:700;color:#fff}.player-ovr-txt{font-size:18px;font-weight:700;color:#0f172a}#playerName{text-align:center}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f5f5f5;border-radius:4px}::-webkit-scrollbar-thumb{background:#10b981;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#9e9e9e}.player-circle:hover{transform:scale(1.15);box-shadow:0 8px 25px #fff6}.substitute .player-circle{width:42px;height:42px;cursor:pointer}.substitute .player-ovr-txt{font-size:16px}.substitute .position-circle{width:22px;height:22px}.substitute .player-position-txt{font-size:10px}.player-unavailable{border:1px solid rgb(239,68,68)!important;background-color:#e2e8f033!important}.player-unavailable .player-ovr-txt{color:#ffffff80!important}.players-container .player-name,.substitutes-grid .player-name{color:#fff;font-size:.75rem;font-weight:500;text-align:center}.pos-po{background:#f59e0b;box-shadow:#f59e0b60 0 2px 6px}.pos-dc{background:#ef4444;box-shadow:#ef444460 0 2px 6px}.pos-ei,.pos-ed{background:#06b6d4;box-shadow:#06b6d460 0 2px 6px}.pos-mc,.pos-md,.pos-mo{background:#3b82f6;box-shadow:#3b82f660 0 2px 6px}.pos-li,.pos-ld,.pos-dfc{background:#22c55e;box-shadow:#22c55e60 0 2px 6px}.right-sidebar{display:flex;flex-direction:column;gap:1rem}.right-panel{width:300px;display:flex;flex-direction:column;gap:1rem}.player-stats{border-radius:.75rem;padding:1.5rem;border:1px solid transparent;transition-property:all;transition-duration:.3s;background-color:#f59e0b26;border-color:#f59e0b4d}.player-stats.pos-po{background-color:#f59e0b26;border-color:#f59e0b4d}.player-stats.pos-dc,.player-stats.pos-ei,.player-stats.pos-ed{background-color:#06b6d426;border-color:#06b6d44d}.player-stats.pos-mc,.player-stats.pos-md,.player-stats.pos-mo{background-color:#10b98126;border-color:#10b9814d}.player-stats.pos-li,.player-stats.pos-ld,.player-stats.pos-dfc{background-color:#eab30826;border-color:#eab3084d}.player-stats .stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:4px;margin-top:1rem}.player-stats .stat-item{background-color:#08334466;border-radius:.5rem;padding:8px;border:1px solid rgba(12,74,110,.2);display:flex;justify-content:center;align-items:center;gap:6px}.player-stats stat-item:hover{background:#fff3;transform:translateY(-1px);box-shadow:0 4px 8px #0003}.stat-value{font-size:1rem;font-weight:700;color:#fff;line-height:1}.stat-label{font-size:.75rem;color:#ffffffb3;text-transform:uppercase;letter-spacing:.05em}.player-stat{color:#fff;font-size:12px}:root{--color-red-500: oklch(63.7% .237 25.331);--color-red-600: oklch(57.7% .245 27.325);--color-red-700: oklch(50.5% .213 27.518);--color-orange-400: oklch(75% .183 55.934);--color-orange-500: oklch(70.5% .213 47.604);--color-yellow-400: oklch(85.2% .199 91.936);--color-yellow-500: oklch(79.5% .184 86.047);--color-emerald-300: oklch(84.5% .143 164.978);--color-emerald-400: oklch(76.5% .177 163.223);--color-emerald-500: oklch(69.6% .17 162.48);--color-emerald-600: oklch(59.6% .145 163.225);--color-emerald-700: oklch(50.8% .118 165.612);--color-emerald-800: oklch(43.2% .095 166.913);--color-emerald-900: oklch(37.8% .077 168.94);--color-emerald-950: oklch(26.2% .051 172.552);--color-teal-500: oklch(70.4% .14 182.503);--color-cyan-300: oklch(86.5% .127 207.078);--color-cyan-400: oklch(78.9% .154 211.53);--color-cyan-500: oklch(71.5% .143 215.221);--color-cyan-600: oklch(60.9% .126 221.723);--color-cyan-800: oklch(45% .085 224.283);--color-cyan-900: oklch(39.8% .07 227.392);--color-cyan-950: oklch(30.2% .056 229.695);--color-gray-200: oklch(92.8% .006 264.531);--color-gray-300: oklch(87.2% .01 258.338);--color-gray-400: oklch(70.7% .022 261.325);--color-gray-500: oklch(55.1% .027 264.364);--color-gray-600: oklch(44.6% .03 256.802);--color-gray-700: oklch(37.3% .034 259.733);--color-gray-800: oklch(27.8% .033 256.848);--color-gray-900: oklch(21% .034 264.665)}.league-table{max-height:500px;overflow-y:auto;background:var(--bg-secondary);border-radius:12px;border:1px solid var(--border-color);box-shadow:0 8px 32px #0000004d;font-size:.85rem}.league-header,.table-row{display:grid;grid-template-columns:40px 1.5fr repeat(8,.7fr) .8fr;align-items:center;padding:0;position:relative}.league-header{position:sticky;top:0;background:var(--bg-secondary);border-bottom:2px solid var(--your-team);font-weight:700;font-size:.8rem;text-transform:uppercase;letter-spacing:.5px;z-index:10}.table-row{border-bottom:1px solid rgba(100,116,139,.2);transition:all .2s ease}.table-row div:nth-child(4){border-right:1px solid rgba(100,116,139,.2);border-left:1px solid rgba(100,116,139,.2);height:100%;display:flex;flex-direction:column;justify-content:center;color:#eab308}.table-row div:nth-child(12){border-left:1px solid rgba(100,116,139,.2);height:100%;display:flex;flex-direction:column;justify-content:center}.table-row:hover{background:#10b98114}.col{text-align:center;padding:12px 8px}.col:nth-child(3){text-align:left}.col-qualify{position:relative;padding:0;display:flex;align-items:stretch}.col-qualify .qualify-color{flex:1;background:transparent}.pos-number{font-weight:700;color:var(--text-secondary)}.team-name{font-weight:600;color:var(--text-primary)}.your-team{background:linear-gradient(90deg,#10b9811f,#10b9810a)!important;border:1px solid rgba(16,185,129,.3)}.your-team .team-name{color:var(--your-team);font-weight:700}.your-team .pos-number{color:var(--your-team);font-weight:800}.ovr-rating{color:#fbbf24;font-weight:600}.wins{color:#22c55e;font-weight:600}.losses{color:#ef4444;font-weight:600}.goals-for{color:#3b82f6;font-weight:500}.goals-against{color:#f97316;font-weight:500}.goal-diff.positive{color:#22c55e;font-weight:600}.goal-diff.negative{color:#ef4444;font-weight:600}.points{font-weight:700;color:var(--text-primary);font-size:.95rem}.tablerow{position:relative}.qualify-color{width:4px;height:100%;position:absolute;left:-2px;padding:0}.competicion-color.qualify-color{display:none}.pos-champions .competicion-color.qualify-color{display:block;width:4px;height:100%;position:absolute;left:-2px;top:0;background:linear-gradient(90deg,rgba(59,130,246,1) 0%,transparent 20px)}.pos-europa .competicion-color.qualify-color{display:block;width:4px;height:100%;position:absolute;left:-2px;top:0;background:linear-gradient(90deg,rgba(245,158,11,1) 0%,transparent 20px)}.pos-directpromotion .competicion-color.qualify-color{display:block;width:4px;height:100%;position:absolute;left:-2px;top:0;background:linear-gradient(90deg,rgba(46,204,113,1) 0%,transparent 20px);padding:0}.pos-descenso .competicion-color.qualify-color{display:block;width:4px;height:100%;position:absolute;left:-2px;top:0;background:linear-gradient(90deg,rgba(239,68,68,1) 0%,transparent 20px);padding:0}.pos-promocion-descenso .competicion-color.qualify-color{display:block;width:4px;height:100%;position:absolute;left:-2px;top:0;background:linear-gradient(90deg,rgba(249,115,22,1) 0%,transparent 20px);padding:0}.league-table tbody tr:nth-child(1) .pos-number{color:#fbbf24;font-size:1rem}.league-table tbody tr:nth-child(2) .pos-number,.league-table tbody tr:nth-child(3) .pos-number{color:#94a3b8;font-size:.95rem}@media(max-width:768px){.league-table{font-size:.75rem}.league-table th,.league-table td{padding:8px 4px}.league-table th:nth-child(2),.league-table td:nth-child(2){padding-left:12px;min-width:120px}}.advance-controls{display:flex;gap:.5rem;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border-color)}.advance-controls input{flex:1;padding:.5rem;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:.375rem;color:var(--text-primary);font-size:.75rem}.advance-controls input::placeholder{color:var(--text-secondary)}.advance-controls button{padding:.5rem 1rem;background:linear-gradient(145deg,var(--accent-green) 0%,#059669 100%);color:#fff;border:none;border-radius:.375rem;cursor:pointer;font-size:.75rem;font-weight:500;transition:all .2s ease;box-shadow:0 2px 4px #0000001a}.advance-controls button:hover{background:linear-gradient(145deg,#059669,#047857);transform:translateY(-1px);box-shadow:0 4px 8px #0003}.scorers-list{display:flex;flex-direction:column;gap:.5rem}.scorer-item{display:flex;justify-content:space-between;align-items:center;background:linear-gradient(145deg,#ffffff0d,#ffffff05);padding:.5rem;border-radius:.375rem;font-size:.75rem;transition:all .2s ease;border:1px solid rgba(255,255,255,.1)}.scorer-item:hover{background:linear-gradient(145deg,#ffffff1a,#ffffff0d);transform:translate(2px)}.scorer-info{display:flex;align-items:center;gap:.5rem}.scorer-rank,.scorer-stats{font-weight:700;color:var(--accent-green)}.substitutes-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem;margin-top:1rem;padding:1rem;border-radius:.5rem}.substitutes-title{font-size:.875rem;margin-bottom:.5rem;color:var(--text-primary)}.card .substitutes-container{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:.5rem;padding:1rem}.next-match-info{padding:.5rem 0}.rival-name{font-weight:600;color:var(--text-primary);margin-bottom:.5rem}.rival-ovr{font-size:.875rem;color:var(--text-secondary);margin-bottom:.25rem}.stadium-name{font-size:.875rem;color:var(--text-secondary)}.scorers-section{margin-bottom:1rem}.scorers-section:last-child{margin-bottom:0}.section-subtitle{font-size:.875rem;margin-bottom:.5rem;color:var(--text-primary)}.pos-number{font-weight:700;color:var(--text-primary)}.team-name{text-align:left;color:var(--text-primary)}.your-team-name,.points{font-weight:700;color:var(--accent-green)}.big-cont{display:flex;justify-content:center;flex-direction:column}.header-cont{display:grid;grid-template-columns:3.5fr 3.5fr 2fr 1.5fr;align-items:center;padding:16px 24px;background-image:linear-gradient(to right,#0a2540,#0d3550,#0a2540);border-bottom:1px solid rgba(22,78,99,.3)}.header-first{display:flex}.header-second{display:flex;justify-content:center;align-items:center}.header-second h1{font-size:24px;font-weight:900;letter-spacing:.05em;background-image:linear-gradient(to right,#22d3ee,#34d399);-webkit-background-clip:text;background-clip:text;color:transparent}.manage-team-txt-team{display:flex;align-items:center;gap:6px}.manage-team-txt-team h4{color:#fff}.manage-team-cont{display:flex;align-items:center;gap:6px}.manage-team-img{display:flex;flex-direction:column;justify-content:center;align-items:center;border-radius:20px}.manage-team-img img{width:48px}.header-third{display:flex;justify-content:end;align-items:center;gap:10px}.header-icon-div{display:flex;justify-content:center;align-items:center;padding:6px;border-radius:999px;cursor:pointer;transition:all .3s ease}.header-icon-div i{color:#cbd5e1;font-size:24px}.player-money{display:flex;align-items:center;margin-left:20px;padding:0 8px 0 2px;border-radius:16px;font-weight:700;background-image:linear-gradient(to right,#22d3ee4d,#10b9814d)}.player-money p{color:#fff;font-size:18px}.player-money img{width:36px;height:36px}.manage-team-txt-stars{color:#f7c900;color:oklch(85.2% .199 91.936)}.mini-nav{display:flex;flex-direction:column;background-color:#0a1f2ecc;gap:24px;padding:24px 12px}.mini-nav div{width:3rem;height:3rem;border-radius:.75rem;background-color:#2740734d;display:flex;align-items:center;justify-content:center;transition:all .3s ease;cursor:pointer}.mini-nav div:hover{transform:scale(1.05);background-color:#2c4a8280}.mini-nav div i{font-size:24px;color:#00d1ec;color:oklch(78.9% .154 211.53)}.header{text-align:center;margin-bottom:2rem;color:var(--accent-green);font-size:2rem;font-weight:700;text-shadow:0 2px 4px rgba(0,0,0,.3)}.section-cont{display:block;width:100%;height:calc(100vh - 80px);overflow-y:auto}.main-cont{display:flex;flex-direction:column;width:100%}.data-cont{display:flex;width:100%;flex:1;position:relative}.main-cont:before{content:"";position:absolute;inset:0;background-image:url(/assets/defrente-Dl4-SiVq.png);background-size:cover;background-position:center;opacity:.6;z-index:-5;pointer-events:none}.nav-cont{background-color:#0a1f2ecc;padding:16px;min-width:220px;height:100vh;display:grid;grid-template-rows:6fr 4fr}.ranking-table.play td{padding:10px}.nav-manager{width:100%;display:flex;align-items:center;gap:10px;margin-top:10px}.nav-manager-imgcont{display:flex;width:fit-content;justify-content:center;position:relative}.nav-manager-imgcont p{position:absolute;top:14px;color:#fff;font-size:20px;text-shadow:-1px -1px 0 #152238,1px -1px 0 #152238,-1px 1px 0 #152238,1px 1px 0 #152238,0px 3px 0 #152238;font-weight:800}.nav-manager-imgcont img{width:45px;height:55px}.nav-manager-info{display:flex;flex-direction:column;width:100%}.nav-manager-info h4{color:#ccc}.nav-manager-history span{color:#fff;font-size:12px}.nav-manager-history p{font-size:12px}.nav-manager-win p{color:#4ade80}.nav-manager-tie p{color:#facc15}.nav-manager-loss p{color:#f87171}.nav-manager-history div{display:flex;justify-content:center;gap:3px}.nav-manager-history{display:flex;justify-content:center;width:100%;gap:8px;background-image:linear-gradient(to bottom right,#164e6380,#064e3b80);border-radius:16px;border:1px solid rgba(21,94,117,.3);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:4px}.nav-manager-border{width:100%;background-color:#ffffff14;height:1px;margin-top:4px;margin-bottom:4px}.nav-list{display:flex;flex-direction:column;gap:12px}.nav-item{display:flex;gap:8px;align-items:center;border-radius:.625rem;cursor:pointer;padding:12px 16px;text-decoration:none}.nav-item.on{background:linear-gradient(to right,#16a2b966,#05966966)}.nav-item.on i,.nav-item.on h4,.nav-item:hover i,.nav-item:hover h4{color:#fff}.nav-item:hover{background-color:#0e3a4b33}.nav-item h4{font-size:14px;color:#99a1af}.nav-item i{font-size:20px;color:#99a1af}.inicio-cont{display:flex;flex-direction:column;padding:24px;width:100%}.inicio-match-stadium{display:flex;align-items:center;justify-content:center;margin-top:auto;gap:4px}.inicio-match-stadium img{width:28px;height:28px}.inicio-match-stadium span{color:#fff;font-size:12px}.inicio-match{display:flex;flex-direction:column;padding:24px;background-image:linear-gradient(to bottom right,#164e6333,#064e3b33);border-radius:16px;border:1px solid rgba(21,94,117,.3);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.inicio-match-title{display:grid;grid-template-columns:4.5fr 1fr 4.5fr;align-items:center;margin-bottom:16px}.inicio-match-title h4{color:#00d1ec;color:oklch(78.9% .154 211.53);font-size:20px;display:flex;align-items:center}.inicio-match-title p{color:#99a1af;font-size:12px;display:flex;justify-self:self-end}.inicio-match-title h4 i{margin-right:5px}.inicio-match-vs{display:grid;grid-template-columns:4fr 2fr 4fr;justify-content:center}.inicio-match-team{display:flex;gap:30px}.inicio-match-team.b{flex-direction:row-reverse}.inicio-match-team-data{display:flex;flex-direction:column;align-items:center;margin-top:10px}.inicio-match-team-data h4{color:#fff;background-color:#1e293bcc;border:1px solid rgba(55,65,81,.5);padding:.375rem 1rem;border-radius:.5rem;font-size:12px;text-align:center;width:120px;margin-top:4px}.inicio-double-cont-f{display:grid;grid-template-columns:6.7fr 3.3fr;gap:20px}.inicio-match-team-data p{color:#99a1af;font-size:14px;margin-top:4px}.inicio-match-team-data span{color:#f7c900;color:oklch(85.2% .199 91.936);font-weight:700;margin-top:6px;font-size:32px}.inicio-match-team-data img{width:82px}.inicio-match-team-11{display:flex;flex-direction:column;background-color:#022c224d;border-radius:.5rem;padding:.75rem;border:1px solid rgba(6,78,59,.2);min-width:240px;gap:10px}.inicio-match-team-11 h4{font-size:12px;color:#00d294;color:oklch(76.5% .177 163.223);text-align:center}.inicio-match-team-11-player{display:grid;grid-template-columns:.6fr .2fr .2fr .2fr}.inicio-match-team-11-player-n{display:flex;align-items:center;gap:4px}.inicio-match-team-11-player-sub{display:flex;align-items:center;gap:4px;color:#ff6568;color:lab(63.7053% 60.745 31.3109)}.inicio-match-team-vs-cont{padding:12px 24px;font-size:24px;font-weight:900;color:#fff;background-image:linear-gradient(to right,#22d3ee,#10b981);border-radius:.75rem;display:flex;justify-content:center;align-items:center;max-height:fit-content;margin-right:40px;margin-left:40px}.inicio-match-team-11-player h5{color:#d1d5dc;font-size:12px;display:flex;align-items:center;gap:8px}.inicio-match-team-11-player img{width:18px}.inicio-match-team-11-player span{color:#00d294;color:oklch(76.5% .177 163.223);font-size:12px;text-align:end;font-weight:700}.inicio-match-team-11-player p{color:#00d1ec;color:oklch(78.9% .154 211.53);font-size:12px;text-align:end;font-weight:700}.inicio-table-cont{display:flex;flex-direction:column;padding:24px;background-image:linear-gradient(to bottom right,#164e6333,#064e3b33);border-radius:16px;border:1px solid rgba(21,94,117,.3);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.inicio-double-cont{display:grid;grid-template-columns:1fr 1fr;margin-top:20px}.inicio-table{display:flex;flex-direction:column;overflow-y:scroll;max-height:265px}.inicio-table-head{background-color:#08334480;padding:12px 16px;display:grid;grid-template-columns:.1fr .4fr .1fr .1fr .1fr .1fr .1fr;border-top-left-radius:16px;border-top-right-radius:16px;border-top:1px solid rgba(22,78,99,.7);border-right:1px solid rgba(22,78,99,.7);border-left:1px solid rgba(22,78,99,.7)}.inicio-table-body{background-color:#164e6333;border-bottom-left-radius:16px;border-bottom-right-radius:16px;border-right:1px solid rgba(22,78,99,.7);border-left:1px solid rgba(22,78,99,.7);gap:8px}.inicio-table-tr{padding:8px 16px;display:grid;grid-template-columns:.1fr .4fr .1fr .1fr .1fr .1fr .1fr;transition:all .3s ease}.inicio-table-col{display:flex;align-items:center;transition:all .3s ease}.inicio-table-col.pts{justify-content:center}.inicio-table-col img{width:24px;margin-right:10px}.inicio-table-tr:hover{background-color:#164e6333}.inicio-table-tr .inicio-table-col:nth-child(1){color:#99a1af;font-weight:500;font-size:14px}.inicio-table-body .inicio-table-tr:nth-child(-n+3) .inicio-table-col:first-child{color:#00d294;color:oklch(76.5% .177 163.223)}.inicio-table-head .inicio-table-col{color:#99a1af;font-size:12px;font-weight:600}.inicio-table-body .inicio-table-col h4{color:#d1d5dc;font-size:14px;font-weight:400}.inicio-table-body .inicio-table-col{color:#99a1af}.inicio-table-title{display:flex;justify-content:space-between}.inicio-table-title h4{color:#00d1ec;color:oklch(78.9% .154 211.53);font-size:18px;margin-bottom:12px}.inicio-table-title span{color:#99a1af;font-weight:400}.inicio-news-cont{display:flex;flex-direction:column;padding:24px;background-image:linear-gradient(to bottom right,#164e6333,#064e3b33);border-radius:16px;border:1px solid rgba(21,94,117,.3);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.inicio-double-cont{display:grid;grid-template-columns:1fr 1fr;gap:20px}.inicio-news-title{display:flex;justify-content:space-between;align-items:center}.inicio-news-title h4{color:#00d1ec;color:oklch(78.9% .154 211.53);font-size:18px;font-weight:700;display:flex;align-items:center}.inicio-news-title h4 i{font-weight:400;margin-right:8px}.slide-arrow{display:flex;align-items:center;gap:10px}.slide-arrow i{padding:.5rem;border-radius:.5rem;background-color:#08334480;cursor:pointer;transition:all .2s ease;font-size:14px;color:#fff}.slide-arrow i:hover{background-color:#164e6380}.slide-arrow p{color:#99a1af;font-size:14px}.inicio-news-card{display:flex;flex-direction:column;margin-top:6px}.inicio-news-card-img{width:100%}.inicio-news-card-img img{width:100%;max-height:200px;border-top-right-radius:16px;border-top-left-radius:16px}.inicio-news-card-txt{background-image:linear-gradient(to bottom right,#08334466,#022c2266);border-bottom-right-radius:16px;border-bottom-left-radius:16px;padding:18px}.inicio-news-card-txt h5{color:#00d1ec;color:oklch(78.9% .154 211.53);font-size:12px;font-weight:400}.inicio-news-card-txt h5 i{animation:brillo 2s ease-in-out infinite;margin-right:8px}.inicio-news-card-txt h4{color:#fff;font-size:16px;margin-bottom:12px;margin-top:10px}.inicio-news-card-txt p{color:#d1d5dc;font-size:12px}.competicion-new-msg{color:#fff;padding:20px}.competicion-stages-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.competicion-icon-gold{color:#d4af37;margin-right:10px}.competicion-tabs-cont{display:flex;background:#0000004d;border-radius:8px;padding:4px}.competicion-tab-btn{border:none;padding:8px 16px;border-radius:6px;cursor:pointer;font-weight:700;transition:all .2s;font-size:12px}.competicion-tab-btn.flex{flex:1}.competicion-tab-btn.active{background:#1e3a8a;color:#fff}.competicion-tab-btn.inactive{background:transparent;color:#9ca3af}.competicion-bracket-empty{padding:40px;text-align:center;color:#9ca3af;background:#0000001a;border-radius:8px}.competicion-cont{display:grid;grid-template-columns:.7fr .3fr;width:100%;padding:24px;gap:24px}.competicion-table-bigcont{display:flex;flex-direction:column;padding:24px;background-color:#0f2a3a99;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:.75rem;gap:20px;border:1px solid rgba(22,78,99,.3)}.competicion-table-title{display:flex;justify-content:space-between;align-items:center}.competicion-table-title h4 i{color:#00d1ec;color:oklch(78.9% .154 211.53);font-size:28px;font-weight:400;margin-right:12px}.competicion-table-title h4{color:#fff;font-size:24px;font-weight:700}.competicion-table-title div input{width:5rem;padding:.5rem .2rem .5rem .75rem;background-color:#1e293bcc;border:1px solid rgba(22,78,99,.3);border-radius:.5rem;font-size:.875rem;color:#f3f4f6;outline:none;transition:border-color .2s ease}.competicion-table-title div input::placeholder{color:#6b7280}.competicion-table-title div input:focus{border-color:#06b6d480}.competicion-table-title div button{padding:.5rem 1rem;background-image:linear-gradient(to right,#06b6d4,#10b981);border:none;border-radius:.5rem;font-size:.875rem;font-weight:500;color:#fff;cursor:pointer;transition:all .3s ease}.competicion-table-title div button:hover{background-image:linear-gradient(to right,#0891b2,#059669)}.competicion-table-title div button:disabled{background-image:linear-gradient(to right,#4b5563,#374151)}.competicion-table-title div{display:flex;align-items:center;gap:12px}.competicion-table-cont{display:flex;flex-direction:column}.competicion-table-head{display:grid;grid-template-columns:.08fr .31fr .07375fr .07375fr .07375fr .07375fr .07375fr .07375fr .07375fr .07375fr .07375fr}.competicion-table-tr{position:relative;display:grid;grid-template-columns:.08fr .31fr .07375fr .07375fr .07375fr .07375fr .07375fr .07375fr .07375fr .07375fr .07375fr}.competicion-table-col{display:flex;padding:8px 4px}.competicion-table-body .competicion-table-col{align-items:center}.competicion-table-col img{width:24px}.competicion-table-col.pts{justify-content:center}.competicion-color{position:absolute;align-self:center;height:95%;left:0;width:5px;border-radius:99px}.competicion-table-col.ovr span{color:#f7c900;color:oklch(85.2% .199 91.936);font-weight:600}.competicion-table-body .competicion-table-tr:nth-child(-n+4) .competicion-color{background-color:#3280ff;background-color:oklch(62.3% .214 259.815)}.competicion-table-body .competicion-table-tr:nth-child(5) .competicion-color{background-color:#fc7100;background-color:oklch(70.5% .213 47.604)}.competicion-table-body .competicion-table-tr:nth-child(6) .competicion-color{background-color:#00c65a;background-color:oklch(72.3% .219 149.579)}.competicion-table-tr:nth-child(odd){border-bottom:1px solid rgba(22,78,99,.2);transition:background-color .3s ease}.competicion-table-tr:nth-child(2n){background-color:#0f172a33}.competicion-table-body .competicion-table-tr .competicion-table-col:nth-child(2){color:#d1d5dc}.competicion-table-head .competicion-table-col{color:#99a1af;font-weight:500;font-size:14px}.competicion-table-body .competicion-table-col{display:flex;gap:10px;align-items:center;font-size:14px;color:#99a1af}.competicion-table-col h4{color:#fff}.competicion-table-body .competicion-table-col.pts{color:#00d1ec;color:oklch(78.9% .154 211.53);font-weight:700}.competicion-matches{display:flex;flex-direction:column;align-items:center;gap:20px;background-color:#1e293b14;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:.5rem;border:1px solid rgba(6,182,212,.2);padding:1.5rem;overflow-y:auto;max-height:770px}.competicion-matches h4{color:#00d1ec;color:oklch(78.9% .154 211.53);font-size:20px}.competicion-matches h4 i{font-size:24px;margin-right:10px;font-weight:400}.competicion-matches-cont{display:flex;flex-direction:column;align-items:center;width:100%}.competicion-matches-nav{width:100%;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid oklch(37.2% .044 257.287);padding-bottom:16px;margin-bottom:16px}.competicion-matches-nav i{padding:.5rem;border-radius:.5rem;background-color:#33415580;transition:background-color .2s ease,color .2s ease;color:#fff;cursor:pointer;font-size:20px}.competicion-matches-nav i:hover{background-color:#334155}.competicion-matches-nav div{display:flex;flex-direction:column;align-items:center;justify-content:center}.competicion-matches-nav div span{font-size:16px;color:#fff;font-weight:600}.competicion-matches-nav div p{font-size:14px;color:#99a1af;font-weight:400}.competicion-matches-list{display:flex;flex-direction:column;align-items:center;width:100%;gap:16px}.competicion-match{display:flex;justify-content:center;gap:12px;align-items:center;width:100%;padding:.75rem;border-radius:.5rem;border:1px solid rgba(51,65,85,.5);background-color:#112c40;transition:background-color .2s ease,border-color .2s ease}.competicion-match:hover{background-color:#0f172a80}.competicion-match-team{display:flex;align-items:center;justify-content:end;gap:4px}.competicion-match-team.b{flex-direction:row-reverse;justify-content:start}.competicion-match-team img{width:28px}.competicion-match span{display:flex;justify-content:center;align-items:center;align-self:center}.competicion-match-team h5{color:#fff;font-size:12px;font-weight:600}.match-result{color:#fff;font-size:18px;font-weight:700}.match-hour{font-size:.875rem;color:#9ca3af;background-color:#1e293b80;padding:.25rem .75rem;border-radius:.25rem}.competicion-table{display:flex;flex-direction:column;gap:24px}.competicion-list{display:flex;flex-direction:column;gap:10px;width:100%}.competicion-tops{display:flex;flex-direction:column;align-items:center;gap:10px;margin-top:10px}.competicion-tablentops{display:grid;grid-template-columns:7fr 3fr;gap:20px}.competicion-scorers{display:flex;flex-direction:column;background-color:#0f2a3a99;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid rgba(22,78,99,.3);border-radius:.75rem;padding:1rem;width:100%}.competicion-player{display:grid;grid-template-columns:1fr 7fr 2fr;align-items:center;background-color:#142a3b;padding:8px;border-radius:12px;border:1px solid rgba(22,78,99,.3)}.competicion-player div{display:grid;align-items:center;grid-template-columns:5.5fr 2.25fr 2.25fr}.competicion-scorers h4{color:#f3f4f6;font-size:14px;font-weight:700;margin-bottom:12px}.competicion-scorers h4 i{color:#00d1ec;color:oklch(78.9% .154 211.53);font-weight:400;font-size:16px;margin-right:8px}.competicion-player h5{color:#00d1ec;color:oklch(78.9% .154 211.53);font-size:12px;font-weight:700}.competicion-player div span{font-size:12px;color:#e5e7eb;font-weight:600}.competicion-player div h6{color:#99a1af;font-size:10px}.competicion-player h3{color:#00d294;color:oklch(76.5% .177 163.223);font-size:14px;font-weight:700}.competicion-player h3 i{color:#00d294;color:oklch(76.5% .177 163.223);font-size:14px;font-weight:600;margin-right:4px}.competicion-list .competicion-player:nth-child(1){padding:12px;border:1px solid rgba(16,185,129,.4);background-image:linear-gradient(to right,#064e3b66,#164e6366);transition:all .2s ease}.competicion-list .competicion-player:nth-child(1) h5,.competicion-list .competicion-player:nth-child(1) div span,.competicion-list .competicion-player:nth-child(1) h3{font-size:14px}.competicion-list .competicion-player:nth-child(1) h5{color:#00d294;color:oklch(76.5% .177 163.223)}.competicion-scorers.assist .competicion-player:nth-child(1) h5{color:#bf7eff;color:oklch(71.4% .203 305.504)}.competicion-scorers.assist .competicion-player h3,.competicion-scorers.assist .competicion-player h3 i{color:#bf7eff;color:oklch(71.4% .203 305.504)}.competicion-scorers.assist .competicion-player:nth-child(1){background-image:linear-gradient(to right,#581c8766,#164e6366);border:1px solid rgba(168,85,247,.4)}.equipo-cont{display:grid;grid-template-columns:6.3fr 3.7fr;width:100%}.starter-team-cont{background-image:linear-gradient(to bottom right,#164e6333,#064e3b33);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(21,94,117,.3);padding:24px 24px 0;box-shadow:0 20px 25px -5px #0006;display:flex;flex-direction:column}.starter-team-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.starter-team-title h2{color:#fff;font-size:24px}.starter-team-title h2 i{color:#00d1ec;color:oklch(78.9% .154 211.53);font-size:28px;font-weight:400;margin-right:4px}.formation-select{background-color:#1e293b;border:2px solid rgba(8,145,178,.5);border-radius:.5rem;padding:10px;color:#cffafe;font-weight:600;outline:none;cursor:pointer;transition:background-color .3s ease;box-shadow:0 10px 15px -3px #0006;display:flex;align-items:center;justify-content:space-between;min-width:85px}.formation-select:hover{background-color:#334155}.formation-select span{font-size:16px}.formation-select i{width:16px;height:16px}.formation-select:focus{border-color:#06b6d4;box-shadow:0 0 0 2px #06b6d4}.extremo{color:#00d1ec;color:oklch(78.9% .154 211.53)}.delantero{color:#155dfc}.mediocampista{color:#00813a;color:oklch(52.7% .154 150.069)}.defensor{color:#fee685}.arquero{color:#fc7100;color:oklch(70.5% .213 47.604)}.team-mentality-cont{background-color:#1e293b66;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:.5rem;border:1px solid rgba(6,182,212,.2);padding:1.25rem;align-self:end;margin-top:20px}.team-mentality-cont h5{color:#00d1ec;color:oklch(78.9% .154 211.53);font-size:16px;margin-bottom:10px}.team-mentality{display:grid;grid-template-columns:repeat(3,1fr);justify-items:center;align-items:center;gap:12px}.team-mentality div{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:4px;width:100%}.ofensiva{position:relative;padding:1rem;border-radius:.5rem;border:2px solid #f87171;transition:all .3s ease;background-color:#7f1d1d66;box-shadow:0 10px 15px -3px #ef444433}.equilibrada{position:relative;padding:1rem;border-radius:.5rem;border:2px solid #facc15;transition:all .3s ease;background-color:#713f1266;box-shadow:0 10px 15px -3px #eab30833}.defensiva{position:relative;padding:1rem;border-radius:.5rem;border:2px solid #60a5fa;transition:all .3s ease;background-color:#1e3a8a66;box-shadow:0 10px 15px -3px #3b82f633}.mentality-slate{position:relative;padding:1rem;border-radius:.5rem;border:2px solid rgba(51,65,85,.5);transition:all .3s ease;background-color:#0f172a66}.mentality-slate:hover{border-color:#06b6d466;background-color:#1e293b99}.mentality-slate i{padding:.75rem;border-radius:.5rem;background-color:#37415180;color:#99a1af;font-size:24px}.mentality-slate p{color:#99a1af}.ofensiva i{padding:.75rem;border-radius:.5rem;background-color:#ef444433;color:#ff6568;color:oklch(70.4% .191 22.216);font-size:24px}.ofensiva p{color:#ffa3a3;color:oklch(80.8% .114 19.571)}.equilibrada i{padding:.75rem;border-radius:.5rem;background-color:#f59e0b33;color:#f7c900;color:oklch(85.2% .199 91.936);font-size:24px}.equilibrada p{color:#ffe030;color:oklch(90.5% .182 98.111)}.defensiva i{padding:.75rem;border-radius:.5rem;background-color:#3b82f633;color:#56a2ff;color:oklch(70.7% .165 254.624);font-size:24px}.defensiva p{color:#91c5ff;color:oklch(80.9% .105 251.813)}.identidad-cont{background-color:#1e293b66;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:.5rem;border:1px solid rgba(6,182,212,.2);padding:1.5rem}.identidad-cont h4{color:#00d1ec;color:oklch(78.9% .154 211.53);font-size:18px;margin-bottom:12px}.identidad-cont h4 i{margin-right:4px}.identidades-list{display:grid;grid-template-columns:1fr 1fr 1fr;gap:12px}.identidad-single{position:relative;padding:1rem;border-radius:.5rem;border:2px solid rgba(51,65,85,.5);transition:all .3s;text-align:left;background-color:#0f172a66;gap:8px;display:grid;grid-template-columns:1fr;grid-template-rows:2fr 2fr 6fr}.identidad-title{display:flex;gap:10px;align-items:center}.identidad-title i{padding:.5rem;border-radius:.5rem;background-color:#33415580;color:#99a1af;font-size:20px}.identidad-title h5{color:#d1d5dc;font-size:14px}.identidad-pasivas{display:flex;flex-direction:column;gap:8px}.identidad-single h6{color:#99a1af;font-size:12px;font-weight:400;align-self:center}.identidad-pasivas .debuff-pasive{display:flex;align-items:center;justify-content:space-between;font-size:.75rem;padding:.375rem .5rem;border-radius:10px;background-color:#ef44441a;border:1px solid rgba(239,68,68,.3);color:#ffa3a3;color:oklch(80.8% .114 19.571)}.identidad-pasivas .buff-pasive{display:flex;align-items:center;justify-content:space-between;font-size:.75rem;padding:.375rem .5rem;border-radius:10px;background-color:#10b9811a;border:1px solid rgba(16,185,129,.3);color:#5ee9b5}.identidad-pasivas .debuff-pasive p{color:#ff6568;color:oklch(70.4% .191 22.216);font-weight:600;font-size:14px}.identidad-pasivas .buff-pasive p{color:#00d294;color:oklch(76.5% .177 163.223);font-weight:600;font-size:14px}.substitutes-container{background-image:linear-gradient(to bottom right,#08334499,#022c2299);border-radius:.75rem;padding:18px;border:1px solid rgba(12,74,110,.3)}.substitutes-title{color:#00d1ec;color:oklch(78.9% .154 211.53);font-size:18px}.stat-item-title{display:flex;justify-content:space-between;align-items:center}.stat-item-title-one{display:flex;flex-direction:column;gap:2px}.stat-item-title-two{display:flex;flex-direction:column;align-items:center}.stat-item-title-one h3{color:#fff;font-size:18px;display:flex;align-items:center;gap:6px}.stat-item-title-one h3 img{width:20px}.stat-item-title-one span{padding:.25rem .75rem;width:fit-content;border-radius:9999px;font-size:10px;font-weight:700;background-color:#fde68a;color:#1f2937}.stat-item-title-two h3{font-size:24px;color:#fff}.stat-item-title-two span{color:#99a1af;font-size:14px}.stat-item-title-one p{color:#99a1af;font-size:10px;font-weight:500}.competicion-player div img{width:20px}.competicion-player div p{color:#f7c900;color:oklch(85.2% .199 91.936);font-weight:600}.home-calendar-cont{background-image:linear-gradient(to bottom right,#164e6333,#064e3b33);border-radius:16px;border:1px solid rgba(21,94,117,.3);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;flex-direction:column;padding:24px;width:100%}.home-sec-bigcont{display:flex;flex-direction:column;gap:10px}.home-calendar-title{display:flex;justify-content:space-between;align-items:center}.home-calendar-title h4{color:#fff;font-size:14px}.home-calendar-title div{display:flex;gap:2px;align-items:center}.home-calendar{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;margin-top:24px;gap:4px}.home-calendar-div{display:grid;grid-template-rows:.5fr 4.75fr 4.75fr;gap:4px}.home-calendar-week{padding:4px;text-align:center;color:#fff;background-color:#022c224d;border-radius:8px;display:flex;justify-content:center;align-items:center}.home-calendar-game{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px;border-radius:8px;background-color:#022c224d}.home-calendar-game.result-win{background-color:#10b98140;border-left:3px solid rgb(16,185,129)}.home-calendar-game.result-draw{background-color:#eab30840;border-left:3px solid rgb(234,179,8)}.home-calendar-game.result-loss{background-color:#ef444440;border-left:3px solid rgb(239,68,68)}.home-calendar-game img{width:32px}.home-calendar-title div i{background-color:#022c224d;padding:4px;color:#fff;transition:all .3s ease;border-radius:8px}.home-calendar-title div i:hover{background-color:#022c22b3}.home-calendar-week p{font-size:14px}.home-calendar-title div span{color:#fff;font-size:14px;padding:4px;border-radius:8px}.home-calendar-game p{color:#fff;font-size:12px;text-align:center;margin-top:8px}.home-calendar-game span{color:#ccc;font-size:10px;text-align:center}.player-pos{width:28px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.player-pos.po p{width:24px;height:24px;font-size:9px;border-radius:9999px;display:flex;align-items:center;justify-content:center;font-weight:900;color:#fff;background:#f59e0b;box-shadow:#f59e0b60 0 2px 6px}.player-pos.mc p,.player-pos.mo p,.player-pos.md p{width:24px;height:24px;font-size:9px;border-radius:9999px;display:flex;align-items:center;justify-content:center;font-weight:900;color:#fff;background:#3b82f6;box-shadow:#3b82f660 0 2px 6px}.player-pos.dfc p,.player-pos.li p,.player-pos.ld p{width:24px;height:24px;font-size:9px;border-radius:9999px;display:flex;align-items:center;justify-content:center;font-weight:900;color:#fff;background:#22c55e;box-shadow:#22c55e60 0 2px 6px}.player-pos.ei p,.player-pos.ed p{width:24px;height:24px;font-size:9px;border-radius:9999px;display:flex;align-items:center;justify-content:center;font-weight:900;color:#fff;background:#06b6d4;box-shadow:#06b6d460 0 2px 6px}.player-pos.dc p{width:24px;height:24px;font-size:9px;border-radius:9999px;display:flex;align-items:center;justify-content:center;font-weight:900;color:#fff;background:#ef4444;box-shadow:#ef444460 0 2px 6px}.player-img img{width:18px}.player-starts-cont{width:48px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.star{width:12px;height:12px;stroke-width:1.5}.star.filled{fill:gold;stroke:#e6c200}.star.empty{fill:#ffffff26;stroke:#fff3}.player-ovr p{text-align:center;font-weight:900;flex-shrink:0;display:inline-block}.player-pos{display:flex;justify-content:center;gap:1px;flex-direction:column}.mini-bar{margin-top:2px}.mini-bar-bg{position:relative;width:32px;height:4px;background:#0006;border-radius:9999px;overflow:hidden;margin:0 auto}.mini-bar-fill{position:absolute;top:0;bottom:0;left:0;width:76%;background:#22c55e;border-radius:9999px}.bar-container{width:64px;display:inline-block}.bar-wrapper{display:flex;align-items:center;gap:6px;width:100%}.bar-bg{position:relative;border-radius:9999px;overflow:hidden;flex:1;height:6px;background:#ffffff1a}.bar-fill{position:absolute;top:0;bottom:0;left:0;border-radius:9999px;transition:all .3s}.module-tabs{display:flex;background-color:#1a2c3f;border-radius:8px;padding:4px;margin-bottom:10px}.module-tab{flex:1;text-align:center;padding:4px 0;border-radius:6px;cursor:pointer;font-weight:500;color:#9ca3af;transition:all .2s ease;-webkit-user-select:none;user-select:none;font-size:14px}.module-tab:hover{color:#d1d5db}.module-tab.active{background-color:#e5e7eb;color:#111827;box-shadow:0 1px 3px #0003}.bar-green{width:71%;background:#22c55e}.bar-yellow{width:68%;background:#eab308}.team-players-title{display:flex;align-items:center;justify-content:space-between}.team-players-h{background-color:#1a3a54;padding:6px 10px;display:grid;grid-template-columns:.8fr .6fr 2.4fr .5fr 1.7fr .8fr .9fr .8fr .8fr .8fr}.team-players-b{background-color:#0f2036;padding:8px 10px;display:grid;align-items:center;grid-template-columns:.8fr .6fr 2.4fr .6fr 1.8fr .8fr .9fr .7fr .7fr .7fr}.team-players-h p{font-size:12px}.player-tag{color:#fff;font-size:14px}.player-conf,.player-mora{display:flex}.player-age p{text-align:center;font-size:14px;font-weight:600;flex-shrink:0;color:#6b7280;display:inline-block}.team-players-title h4{font-weight:900;font-size:12px;text-transform:uppercase;display:flex;align-items:center;gap:6px;color:#14b8a6}.team-players-title{background-color:#0f2036;padding:6px 8px}.team-players-title p{font-size:10px;font-weight:600;color:#6b7280}.team-players-h{color:#7a9bbd;font-weight:500}.player-ovr p{text-align:center;font-size:12px;font-weight:500;flex-shrink:0;color:#fbbf24;display:inline-block}.player-pot p{text-align:center;font-size:12px;font-weight:500;flex-shrink:0;color:#14b8a6;display:inline-block}.inicio-match-team-vs-cont{margin-top:60px}.inicio-match-result{display:flex;flex-direction:column;gap:10px;padding:0 10px}.inicio-match-result-goals{display:flex;width:100%;justify-content:space-between;gap:20px}.inicio-match-result-goals-a div,.inicio-match-result-goals-b div{display:flex;align-items:center;gap:4px}.inicio-match-result-goals-b div{justify-content:end}.inicio-match-result-goals-a div{justify-content:start}.inicio-match-result-goals-a div p,.inicio-match-result-goals-b div p{color:#fff;font-weight:500;font-size:12px}.inicio-match-result-goals-a div span,.inicio-match-result-goals-b div span{color:#ccc;font-size:10px}.inicio-match-team-cont{display:grid;grid-template-rows:6.5fr 3.5fr}.inicio-match-team-subs{display:flex;flex-direction:column;margin-top:10px;background-color:#022c224d;border-radius:.5rem;padding:.75rem;border:1px solid rgba(6,78,59,.2);max-width:240px;gap:10px}.inicio-match-team-sub-cont{display:grid;grid-template-columns:.6fr .2fr .2fr .2fr}.inicio-match-team-subs p{color:#d1d5dc;font-size:12px}.inicio-match-team-sub-cont div{display:flex;align-items:center;gap:4px}.inicio-match-team-11-player-sub.up{color:#4ade80}.inicio-match-title div{display:flex;align-items:center;gap:4px}.inicio-match-title div i{background-color:#022c224d;padding:4px;color:#fff;border-radius:8px;cursor:pointer;transition:all .3s ease}.inicio-match-title div i:hover{background-color:#022c22b3}.inicio-match-title div span{color:#fff;font-size:14px}.player-status-container{display:flex;flex-direction:column;gap:10px;margin-top:20px;padding:0 10px}.status-row{display:flex;align-items:center;flex-direction:row;justify-content:space-between;gap:10px}.status-icon{font-size:16px;color:#ccc;width:20px;text-align:center}.status-bar-bg{flex:1;height:8px;background-color:#333;border-radius:4px;overflow:hidden}.status-bar-fill{height:100%;border-radius:4px;transition:width .3s ease,background-color .3s ease}.status-value{font-size:12px;color:#ccc;width:35px;text-align:right;font-weight:700}.hidden-during-swap{opacity:0!important;pointer-events:none!important}.flying-player{position:fixed!important;margin:0!important;pointer-events:none!important;z-index:9999!important;transition:all .3s cubic-bezier(.25,.8,.25,1)!important}.club-section{display:flex;height:100%;width:100%;padding:16px;gap:16px;overflow:auto}.workers-column{flex:1;display:flex;flex-direction:column;gap:16px;width:60%}.panel{position:relative;border-radius:12px;border:2px solid #1e4060;padding:16px;background:#0f2035;box-shadow:0 4px 20px #0000004d}.staff-panel{flex:1}.panel-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.panel-title{font-weight:900;font-size:14px;display:flex;align-items:center;gap:8px;color:#00e5a0;margin:0}.icon-box{width:28px;height:28px;border-radius:8px;display:flex;align-items:center;justify-content:center;background:#00e5a026}.icon-box i{font-size:14px;color:#00e5a0;font-weight:500}.badge{font-size:10px;font-weight:700;padding:2px 8px;border-radius:9999px;background:#1a3a54;color:#7a9bbd}.info-btn{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:1px solid #1e4060;background:#1a3a54;color:#7a9bbd;cursor:pointer;transition:transform .2s}.info-btn i{font-size:18px;font-weight:500}.info-btn:hover{transform:scale(1.1)}.scout-slots-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.scout-slot{position:relative;display:flex;flex-direction:column;align-items:center;border-radius:12px;border:2px solid;padding:16px;min-height:180px}.scout-slot.purchased{background:#0f2035;border-color:#00e5a0;box-shadow:0 0 20px #00e5a026}.purchased-indicator{position:absolute;top:-8px;right:-8px;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#00e5a0;box-shadow:0 2px 8px #00e5a066}.purchased-indicator i{font-size:12px;color:#0a1628}.scout-avatar{width:64px;height:64px;border-radius:50%;overflow:hidden;border:2px solid #00e5a0;margin-bottom:8px;box-shadow:0 0 12px #00e5a033;background:#1a3a54}.scout-avatar img{width:60px}.scout-name{font-size:12px;font-weight:900;color:#e8f0fe;margin-bottom:8px}.scout-slot.available{border-style:dashed;border-color:#1e4060;background:#0003;justify-content:center;cursor:pointer;transition:border-style .2s}.scout-slot.available:hover{border-style:solid}.lock-icon{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:12px;background:#1a3a54;border:2px solid #1e4060;transition:transform .2s}.scout-slot.available:hover .lock-icon{transform:scale(1.1)}.lock-icon i{font-size:24px;color:#7a9bbd}.slot-label{font-size:12px;font-weight:700;color:#7a9bbd;margin-bottom:12px}.buy-btn{display:flex;align-items:center;padding:6px 16px;gap:4px;border-radius:12px;font-weight:900;font-size:12px;border:2px solid #00e5a0;background:linear-gradient(135deg,#1a5c2a,#0d3318);color:gold;box-shadow:0 2px 8px #00e5a033;cursor:pointer;transition:filter .2s}.buy-btn:hover{filter:brightness(1.25)}.buy-btn img{width:24px}.upgrade-btn{display:flex;align-items:center;gap:6px;padding:4px 12px;border-radius:8px;font-weight:700;font-size:10px;border:1px solid #1e4060;background:#1a3a54;color:gold;cursor:pointer;transition:filter .2s}.upgrade-btn:hover{filter:brightness(1.25)}.stars{display:flex;gap:2px}.star{width:14px;height:14px}.star.filled{color:gold}.star.empty{color:#1e4060}.staff-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.staff-card{position:relative;display:flex;flex-direction:column;align-items:center;border-radius:12px;border:2px solid #1e4060;padding:16px;background:#0f2035;box-shadow:0 4px 16px #0000004d;transition:transform .2s}.staff-card:hover{transform:scale(1.02)}.corner-accent{position:absolute;top:0;left:0;width:32px;height:32px;opacity:.2;background:linear-gradient(135deg,#00e5a0 50%,transparent 50%);border-top-left-radius:10px}.staff-avatar{width:64px;height:64px;border-radius:50%;overflow:hidden;border:2px solid #1e4060;margin-bottom:8px;box-shadow:0 4px 12px #0000004d;background:#1a3a54;transition:border-color .2s}.staff-card:hover .staff-avatar{border-color:#00e5a0}.staff-role{font-weight:900;font-size:12px;text-align:center;color:#e8f0fe;margin:0 0 4px}.expenses-footer{border-radius:12px;border:2px solid #1e4060;padding:12px 16px;display:flex;align-items:center;justify-content:space-between;background:#0f2035}.expenses-info{display:flex;align-items:center;gap:12px}.expense-icon{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;background:#ff444426}.expense-icon i{font-size:16px;color:#f44}.expense-label{font-size:12px;font-weight:700;color:#7a9bbd;display:block}.expense-breakdown{display:flex;align-items:center;gap:8px;margin-top:2px}.expense-breakdown span{font-size:10px;color:#7a9bbd}.expense-breakdown .divider{color:#1e4060}.total-expense{display:flex;align-items:center;gap:8px}.expense-amount{font-weight:900;font-size:18px;color:#f44}.buildings-column{width:40%;display:flex;flex-direction:column}.buildings-panel{flex:1}.buildings-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.building-image img{width:100%}.building-card{position:relative;display:flex;flex-direction:column;align-items:center;border-radius:12px;border:2px solid #1e4060;padding:12px;background:#0f2035;box-shadow:0 4px 16px #0000004d;transition:transform .2s}.building-card:hover{transform:scale(1.02)}.building-image{width:100%;aspect-ratio:4 / 3;border-radius:8px;overflow:hidden;border:1px solid #1e4060;margin-bottom:8px;background:#1a3a54;transition:border-color .2s}.building-card:hover .building-image{border-color:#00e5a0}.building-name{font-weight:900;font-size:11px;text-align:center;color:#e8f0fe;margin:0 0 4px}.building-stats{display:flex;align-items:center;gap:8px;margin-bottom:8px}.building-stats .stars{margin-bottom:0}.building-stats .star{width:12px;height:12px}.level-badge{font-size:14px;font-weight:900;padding:2px 6px;border-radius:4px;background:#1a3a54;color:#7a9bbd}.market-section{display:flex;height:100%;gap:16px;padding:16px;width:100%}.local-search-panel{width:60%;display:flex;flex-direction:column;gap:12px;min-height:0}.section-header{display:flex;align-items:center;justify-content:space-between}.header-left{display:flex;align-items:center;gap:8px}.header-left i{font-size:20px;color:#00e5a0}.header-left h2{font-weight:900;font-size:18px;color:#e8f0fe;margin:0}.player-count{font-size:12px;font-weight:600;padding:4px 8px;border-radius:9999px;background:#1a3a54;color:#7a9bbd}.search-container{border-radius:16px;border:2px solid #1e4060;padding:12px;background:#0f2035}.search-row{display:flex;gap:8px}.search-input-wrapper{flex:1;position:relative}.search-input-wrapper i{position:absolute;left:12px;top:50%;transform:translateY(-50%);font-size:16px;color:#7a9bbd}.search-input{width:100%;padding:8px 16px 8px 40px;border-radius:12px;font-size:14px;font-weight:600;outline:none;background:#1a3a54;color:#e8f0fe;border:2px solid #1e4060}.filter-btn{padding:8px 16px;border-radius:12px;display:flex;align-items:center;gap:8px;font-weight:700;font-size:14px;background:#1a3a54;color:#e8f0fe;border:2px solid #1e4060;cursor:pointer;transition:all .2s}.filter-btn:hover,.filter-btn.active{background:#00e5a0;color:#0a1628}.filter-panel{margin-top:12px;padding-top:12px;border-top:1px solid #1e4060;display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.filter-group{display:flex;flex-direction:column;gap:4px}.filter-label{font-size:10px;font-weight:700;text-transform:uppercase;color:#7a9bbd}.range-inputs{display:flex;align-items:center;gap:4px}.range-input{width:48px;padding:4px 8px;border-radius:8px;font-size:12px;font-weight:700;text-align:center;background:#1a3a54;color:#e8f0fe;border:1px solid #1e4060}.range-separator{font-size:12px;color:#7a9bbd}.filter-select{padding:4px 8px;border-radius:8px;font-size:12px;font-weight:700;background:#1a3a54;color:#e8f0fe;border:1px solid #1e4060}.player-list-container{flex:1;min-height:0;border-radius:16px;border:2px solid #1e4060;overflow:hidden;display:flex;flex-direction:column;background:#0f2035;transform:translateZ(0);max-height:fit-content}.table-header{display:grid;grid-template-columns:5% 5% 22% 6% 7% 17% 7% 7% 12% 12%;align-items:center;padding:8px 12px;font-size:10px;font-weight:700;text-transform:uppercase;background:#1a3a54;color:#7a9bbd;flex-shrink:0}.table-header-onboarding{display:grid;grid-template-columns:1fr 10rem 6rem 6rem;padding:6px 16px;font-size:12px;color:#00d1ec;color:oklch(78.9% .154 211.53);font-weight:500}.table-body{flex:1;overflow-y:scroll;max-height:520px;transform:translateZ(0)}.player-row{display:grid;grid-template-columns:5% 5% 22% 5% 6% 17% 7% 7% 12% 14%;align-items:center;padding:8px 12px;width:100%;text-align:left;background:transparent;border:none;border-bottom:1px solid #1e4060;cursor:pointer;contain:content;transition:background-color .15s ease-in-out}.player-row .player-stars-cont .stars{margin:0}.player-row .player-stars-cont{display:flex;justify-content:center;align-items:center}.player-row:hover{background-color:#ffffff0d}.player-row.selected{background:#1a3a54}.col-pos,.col-flag{text-align:center}.col-name{min-width:0;font-size:12px;font-weight:700;color:#e8f0fe;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.col-age{color:#ccc;text-align:center;font-size:12px}.col-club{text-align:center}.col-club img{width:28px}.col-stars{text-align:center}.col-ovr{text-align:center;font-size:12px;font-weight:900;color:#e8f0fe}.col-ovr.highlight{color:#00e5a0}.col-pot{text-align:center;font-size:12px;font-weight:700;color:#fbbf24}.col-value{text-align:center;font-size:10px;font-weight:700;color:#00e5a0;display:flex;align-items:center;justify-content:center;gap:2px;padding:8px;background-color:#1a3a54;border-radius:10px;width:80%}.col-value img{width:24px}.col-salary{text-align:center;font-size:10px;font-weight:600;color:#7a9bbd;display:flex;justify-content:center;align-items:center;padding:8px;background-color:#1a3a54;border-radius:10px;width:80%}.col-salary img{width:24px}.position-badge{display:inline-flex;align-items:center;justify-content:center;padding:2px 6px;border-radius:4px;font-size:10px;font-weight:900}.position-badge.po{background:#fbbf24;color:#0a1628}.position-badge.dfc{background:#3b82f6;color:#fff}.position-badge.mc{background:#22c55e;color:#fff}.position-badge.dc{background:#ef4444;color:#fff}.club-badge{width:24px;height:24px;border-radius:50%;background:#1a3a54;border:1px solid #1e4060}.stars.small{display:flex;gap:1px}.stars.small .star{width:8px;height:8px}.global-search-panel{width:50%;display:flex;flex-direction:column;gap:12px}.global-container,.results-container{flex:1;border-radius:16px;border:2px solid #1e4060;padding:16px;display:flex;flex-direction:column;background:#0f2035}.section-header-small{display:flex;align-items:center;gap:8px;margin-bottom:12px}.section-header-small i{font-size:20px;color:#00e5a0}.section-header-small i.icon-sparkles{color:#fbbf24}.section-header-small h3{font-weight:900;font-size:14px;color:#e8f0fe;margin:0}.global-description{font-size:12px;color:#7a9bbd;margin:0 0 16px}.continent-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.continent-btn{display:flex;flex-direction:column;align-items:center;gap:8px;padding:12px;border-radius:12px;background:#1a3a54;color:#e8f0fe;border:2px solid #1e4060;cursor:pointer;transition:all .2s}.continent-btn:hover{transform:scale(1.05)}.continent-btn.active{background:#00e5a0;color:#0a1628;border-color:#00e5a0}.continent-icon{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:12px;background:#0f2035}.continent-btn.active .continent-icon{background:#0003}.continent-name{font-size:10px;font-weight:700}.loading-state,.empty-state{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px}.loading-state span,.empty-state span{font-size:12px;font-weight:600;color:#7a9bbd}.spinner{width:32px;height:32px;border:4px solid #00e5a0;border-top-color:transparent;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.results-list{flex:1;overflow-y:auto;margin:0 -8px}.result-row{display:flex;align-items:center;gap:8px;padding:8px;width:100%;text-align:left;background:transparent;border:none;border-radius:8px;cursor:pointer;transition:filter .2s}.result-row:hover{filter:brightness(1.25)}.result-name{flex:1;font-size:11px;font-weight:700;color:#e8f0fe;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.result-ovr{font-size:10px;font-weight:900;color:#00e5a0}.popup-overlay{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;z-index:50;background:#000000d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.header-content-first{display:flex;gap:10px}.negotiation-popup{overflow:hidden;display:flex;flex-direction:column;position:relative;border-radius:24px;border:3px solid #00e5a0;background:linear-gradient(180deg,#0d1a26,#081218);box-shadow:0 0 60px #00e87b4d,inset 0 1px #ffffff1a}.negotiation-popup.club-stage{border-color:#fbbf24;box-shadow:0 0 60px #fbbf244d,inset 0 1px #ffffff1a}.corner-decoration{position:absolute;width:80px;height:80px;pointer-events:none;opacity:.5}.corner-decoration.top-left{top:0;left:0;border-top:3px solid #00e5a0;border-left:3px solid #00e5a0;border-top-left-radius:24px}.corner-decoration.top-right{top:0;right:0;border-top:3px solid #00e5a0;border-right:3px solid #00e5a0;border-top-right-radius:24px}.corner-decoration.club{border-color:#fbbf24}.popup-header{position:relative;padding:16px 24px;display:flex;align-items:center;flex-direction:column;background:linear-gradient(90deg,rgba(0,232,123,.15) 0%,transparent 50%,rgba(0,232,123,.15) 100%);border-bottom:1px solid rgba(0,232,123,.3)}.popup-header.club{background:linear-gradient(90deg,rgba(251,191,36,.15) 0%,transparent 50%,rgba(251,191,36,.15) 100%);border-bottom-color:#fbbf244d}.header-content{display:flex;align-items:center;justify-content:space-between;width:100%;gap:16px}.header-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#00e5a0,#00b070);box-shadow:0 4px 20px #00e87b66}.header-icon.club{background:linear-gradient(135deg,#fbbf24,#d4a300);box-shadow:0 4px 20px #fbbf2466}.header-icon i{font-size:24px;color:#0a1628}.header-title-row{display:flex;align-items:center;gap:8px}.header-title-row h2{font-weight:900;font-size:20px;letter-spacing:.05em;color:#e8f0fe;margin:0}.step-badge{font-size:10px;font-weight:900;padding:2px 8px;border-radius:9999px;animation:pulse 2s infinite}.step-badge.toplayer{background:#00e5a0;color:#0a1628}.step-badge.club{background:#fbbf24;color:#0a1628}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.header-subtitle{font-size:12px;color:#7a9bbd;margin:2px 0 0}.close-btn{width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:#ffffff0d;border:1px solid #1e4060;cursor:pointer;transition:transform .2s}.close-btn:hover{transform:scale(1.1)}.close-btn i{font-size:20px;color:#7a9bbd}.progress-bar{height:4px;border-radius:9999px;overflow:hidden;margin:16px 24px 0;background:#1e4060;width:100%}.progress-fill{height:100%;transition:width .5s;box-shadow:0 0 10px #00e87b80}.progress-fill.player{background:#00e5a0}.progress-fill.club{background:linear-gradient(90deg,#00e5a0,#fbbf24)}.popup-content{flex:1;overflow:auto;padding:24px}.negotiation-layout{display:flex;gap:24px}.player-card-column{width:256px;flex-shrink:0}.player-card{border-radius:16px;overflow:hidden;background:linear-gradient(180deg,#142636,#0c1a28);border:2px solid #1e4060;box-shadow:0 8px 32px #0006}.player-card-header{padding:12px 16px;display:flex;align-items:center;justify-content:space-between;background:linear-gradient(90deg,rgba(0,232,123,.2) 0%,transparent 100%);border-bottom:1px solid #1e4060}.player-badges{display:flex;align-items:center;gap:8px}.player-badges img{width:24px}.player-info-name{display:flex;justify-content:center;gap:6px}.player-info-name img{width:24px}.player-photo-area{height:160px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.photo-glow{position:absolute;inset:0;opacity:.2;background:radial-gradient(circle at center,#00e5a0 0%,transparent 70%)}.photo-placeholder{width:112px;height:112px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1a3a54,#0f2035);border:3px solid #1e4060}.photo-placeholder i{font-size:64px;color:#7a9bbd}.ovr-badge{position:absolute;bottom:8px;right:8px;padding:4px 12px;border-radius:8px;font-weight:900;font-size:20px;box-shadow:0 2px 10px #00e87b66;color:#f7c900;color:oklch(85.2% .199 91.936)}.player-card-header .player-stars-cont .stars{margin:0}.player-info{display:flex;flex-direction:column;padding:16px;gap:6px}.player-info-name .player-name{font-weight:900;font-size:18px;color:#e8f0fe;margin:0 0 4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.player-details{font-size:12px;color:#7a9bbd;margin:0 0 12px}.current-club{display:flex;align-items:center;gap:8px;padding:8px 12px;border-radius:8px;margin-bottom:12px;background:#ffffff08;border:1px solid #1e4060}.current-club .club-badge{width:24px;height:24px;border-radius:4px;background:#1a3a54}.current-club img{width:32px}.club-name{font-size:12px;font-weight:600;color:#7a9bbd;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.player-stats-row{display:flex;align-items:center;justify-content:space-between;font-size:12px;margin-bottom:4px}.stat-label{color:#7a9bbd}.stat-value{font-weight:700;display:flex;align-items:center;gap:4px;font-size:12px}.stat-value.age{color:#fff}.stat-value.gold{color:#fbbf24}.stat-value.teal{color:#00e5a0}.player-card .stats-grid{padding:0 16px 16px;display:grid;grid-template-columns:repeat(2,1fr);gap:6px}.player-card .stat-item{display:flex;align-items:center;justify-content:space-between;padding:6px 8px;border-radius:8px;background:#ffffff08}.stat-name{font-size:10px;font-weight:700;color:#7a9bbd}.stat-number{font-size:12px;font-weight:900;color:#e8f0fe}.stat-number.high{color:#00e5a0}.stat-number.medium{color:#fbbf24}.contract-column{flex:1;display:flex;flex-direction:column;gap:16px}.contract-document{border-radius:16px;padding:20px;position:relative;overflow:hidden;background:linear-gradient(180deg,#1a2d3d,#142636);border:2px solid #1e4060}.watermark{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:56px;font-weight:900;color:#e8f0fe;opacity:.03;pointer-events:none;white-space:nowrap}.contract-content{position:relative}.contract-title{font-weight:900;font-size:14px;display:flex;align-items:center;gap:8px;margin:0 0 4px;color:#00e5a0}.contract-title.club{color:#fbbf24}.step-circle{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:10px;background:#00e5a0;color:#0a1628}.step-circle.club{background:#fbbf24}.contract-subtitle{font-size:11px;color:#7a9bbd;margin:0 0 16px}.info-box{display:flex;align-items:center;justify-content:space-between;padding:12px;border-radius:12px;margin-bottom:12px;background:#0000004d}.info-box .info-value img{width:32px}.info-box.dashed{border:1px dashed #1e4060}.info-label{font-size:12px;color:#7a9bbd}.info-value{font-weight:700;font-size:14px;display:flex;align-items:center;gap:4px;color:#e8f0fe}.info-value.gold{color:#fbbf24}.input-section{margin-bottom:16px}.input-label{display:block;font-size:10px;font-weight:700;text-transform:uppercase;color:#7a9bbd;margin-bottom:8px}.offer-input-box{display:flex;align-items:center;gap:12px;padding:12px;border-radius:12px;background:linear-gradient(90deg,#00e87b1a,#00e87b0d);border:2px solid #00e5a0}.offer-input-box img{width:40px}.offer-input-box.club{background:linear-gradient(90deg,#fbbf241a,#fbbf240d);border-color:#fbbf24}.offer-input-box i.large{font-size:24px;color:gold}.offer-input{flex:1;background:transparent;border:none;outline:none;font-size:20px;font-weight:900;color:#00e5a0}.offer-input.club{color:#fbbf24}.input-suffix{font-size:14px;font-weight:600;color:#7a9bbd}.quick-buttons{display:flex;gap:8px;margin-bottom:16px}.quick-btn{flex:1;padding:6px;border-radius:8px;font-size:10px;font-weight:700;background:#ffffff0d;color:#7a9bbd;border:1px solid #1e4060;cursor:pointer;transition:all .2s}.quick-btn:hover{transform:scale(1.05)}.quick-btn.active{background:#00e5a0;color:#0a1628}.quick-btn.active.club{background:#fbbf24}.send-btn{width:100%;padding:12px;border-radius:12px;font-weight:700;font-size:14px;display:flex;align-items:center;justify-content:center;gap:8px;border:none;cursor:pointer;transition:all .2s}.send-btn.toplayer{background:linear-gradient(135deg,#00e5a0,#00b070);color:#0a1628;box-shadow:0 4px 20px #00e87b4d}.send-btn.club{background:linear-gradient(135deg,#fbbf24,#d4a300);color:#0a1628;box-shadow:0 4px 20px #fbbf244d}.send-btn:hover{transform:scale(1.02)}.send-btn:disabled{opacity:.5;cursor:not-allowed}.response-area{border-radius:16px;padding:16px;flex:1;background:linear-gradient(180deg,#142636,#0c1a28);border:2px solid #1e4060;display:flex;flex-direction:column;max-width:458px}.response-header{display:flex;align-items:center;gap:8px;margin-bottom:12px}.response-header i{font-size:16px;color:#00e5a0}.response-header.club i{color:#fbbf24}.response-header h4{font-weight:700;font-size:12px;color:#e8f0fe;margin:0}.response-empty{border-radius:12px;padding:24px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#0003;border:1px dashed #1e4060}.response-empty i{font-size:32px;color:#1e4060;margin-bottom:8px}.response-empty p{font-size:12px;text-align:center;color:#7a9bbd;margin:0}.response-box{border-radius:12px;padding:16px;position:relative}.response-box.accepted{background:linear-gradient(135deg,#22c55e26,#22c55e0d);border:2px solid rgba(34,197,94,.5)}.response-box.rejected{background:linear-gradient(135deg,#ef444426,#ef44440d);border:2px solid rgba(239,68,68,.5)}.response-status{position:absolute;top:-8px;right:-8px;padding:2px 8px;border-radius:9999px;font-size:10px;font-weight:900;color:#fff}.response-status.accepted{background:#22c55e}.response-status.rejected{background:#ef4444}.response-content{display:flex;align-items:flex-start;gap:12px}.response-avatar{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:#ffffff1a}.response-avatar i{font-size:20px;color:#7a9bbd}.club-response-badge{width:40px;height:40px;border-radius:8px;flex-shrink:0;background:#1a3a54}.response-name{font-size:12px;font-weight:700;color:#e8f0fe;margin:0 0 4px}.response-message{font-size:14px;font-style:italic;line-height:1.5;color:#7a9bbd;margin:0}.next-step-btn{width:100%;padding:16px;border-radius:12px;font-weight:900;font-size:16px;display:flex;align-items:center;justify-content:center;gap:12px;border:none;cursor:pointer;animation:pulse 2s infinite;background:linear-gradient(135deg,#fbbf24,#d4a300);color:#0a1628;box-shadow:0 4px 30px #fbbf2466;transition:transform .2s}.next-step-btn:hover{transform:scale(1.02)}.confirm-btn{width:100%;padding:16px;border-radius:12px;font-weight:900;font-size:16px;display:flex;align-items:center;justify-content:center;gap:12px;border:none;cursor:pointer;background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;box-shadow:0 4px 30px #22c55e66;transition:transform .2s}.confirm-btn:hover{transform:scale(1.02)}.back-btn{display:flex;align-items:center;justify-content:center;gap:4px;padding:8px;font-size:12px;font-weight:600;color:#7a9bbd;background:transparent;border:none;cursor:pointer}.club-info-column{width:256px;flex-shrink:0;display:flex;flex-direction:column;gap:16px}.player-mini-card{border-radius:12px;padding:12px;background:#00e87b1a;border:1px solid rgba(0,232,123,.3)}.mini-card-row{display:flex;align-items:center;gap:12px}.mini-position-box{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:#0f2035}.mini-info{flex:1;min-width:0;display:flex;gap:8px}.mini-name-row{display:flex;align-items:center;gap:8px}.mini-name-row img{width:18px}.mini-name{font-weight:700;font-size:14px;color:#e8f0fe;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mini-stats-row{display:flex;align-items:center;gap:8px;margin-top:2px}.mini-ovr{font-weight:900;font-size:14px;color:#00e5a0}.mini-salary-row{margin-top:8px;padding-top:8px;display:flex;align-items:center;justify-content:space-between;font-size:10px;border-top:1px solid rgba(0,232,123,.2);color:#7a9bbd}.salary-value{font-weight:700;color:#00e5a0}.club-card{flex:1;border-radius:16px;overflow:hidden;background:linear-gradient(180deg,#142636,#0c1a28);border:2px solid #1e4060}.club-card-header{padding:12px 16px;background:linear-gradient(90deg,rgba(251,191,36,.2) 0%,transparent 100%);border-bottom:1px solid #1e4060}.club-card-header span{font-size:10px;font-weight:700;text-transform:uppercase;color:#fbbf24}.club-card-body{padding:24px;display:flex;flex-direction:column;align-items:center}.club-badge-large{width:96px;height:96px;border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:16px;position:relative;background:linear-gradient(135deg,#1a3a54,#0f2035);border:3px solid #1e4060;box-shadow:0 8px 32px #0006}.club-badge-large img{width:62px}.badge-placeholder{width:64px;height:64px;border-radius:8px;background:#1a3a54}.club-full-name{font-weight:900;font-size:18px;text-align:center;color:#e8f0fe;margin:0 0 8px}.club-value-badge{padding:4px 12px;border-radius:9999px;font-size:10px;font-weight:700;background:#fbbf241a;color:#fbbf24}.sec-cont-market{display:flex;flex-direction:column;gap:12px;width:40%;height:100%}.offers-container{background:linear-gradient(135deg,#00e87b0d,#0d1a26);border:2px solid #00e87b;border-radius:16px;overflow:hidden;display:flex;flex-direction:column;flex:0 0 auto}.offers-header{padding:12px 16px;display:flex;align-items:center;gap:12px;background:linear-gradient(90deg,rgba(0,232,123,.15) 0%,transparent 100%);border-bottom:1px solid rgba(0,232,123,.2)}.offers-icon-wrapper{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;background-color:#00e87b}.offers-icon{width:16px;height:16px;color:#0a1628}.offers-title-wrapper{flex:1}.offers-title{font-weight:900;font-size:14px;color:#fff;margin:0}.offers-subtitle{font-size:10px;color:#64748b;margin:0}.offers-count{font-size:12px;font-weight:900;padding:2px 8px;border-radius:9999px;background-color:#00e87b;color:#0a1628}.offers-list{flex:1;overflow:auto;padding:8px;max-height:200px}.offers-items{display:flex;flex-direction:column;gap:8px}.offer-item{display:flex;align-items:center;gap:12px;padding:12px;border-radius:12px;cursor:pointer;width:100%;text-align:left}.offer-item:hover{transform:scale(1.02)}.offer-rank{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:900;flex-shrink:0}.offer-player-info{display:flex;align-items:center;gap:8px;flex:1;min-width:0}.offer-player-info img,.prospect-item img{width:22px}.offer-player-name{font-size:12px;font-weight:700;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.offer-status{display:flex;flex-direction:column;align-items:flex-end;gap:2px;flex-shrink:0}.offer-stage{font-size:9px;font-weight:700;padding:2px 6px;border-radius:4px}.stage-player{background-color:#00e87b33;color:#00e87b}.stage-club{background-color:#fbbf2433;color:#fbbf24}.offer-time{font-size:9px;color:#64748b;display:flex;align-items:center;gap:4px}.clock-icon{width:10px;height:10px}.offers-empty{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px 0}.empty-icon{width:32px;height:32px;color:#1e3a5f;margin-bottom:8px}.empty-text{font-size:12px;font-weight:600;color:#64748b}.offers-type{display:flex;align-items:center;padding:8px;gap:6px;background-color:#0003}.offers-type-color.buy .offers-type i{color:#00e5a0}.offers-type-color.sell .offers-type i{color:#f97316}.offers-type-color.buy{background:linear-gradient(135deg,#00e87b0d,#0d1a26)}.offers-type-color.sell{background:linear-gradient(rgba(249,115,22,.03) 0%,transparent 100%)}.offers-type p{color:#fff;font-weight:500}.offers-type-color.sell .offer-item,.offers-type-color.finished .offer-item.sell{background:linear-gradient(90deg,#f9731614,#0003);border:1px solid rgba(249,115,22,.2)}.offers-type-color.buy .offer-item,.offers-type-color.finished .offer-item.buy{background:linear-gradient(90deg,#00e87b14,#0003);border:1px solid rgba(0,232,123,.2)}.offer-value{display:flex;align-items:center;padding:4px 8px;border-radius:6px;flex-shrink:0;background:#f9731626;border:1px solid rgba(249,115,22,.3)}.offer-value p{font-size:11px;font-weight:900;color:#f97316}.offer-sentby{background:#ffffff1a;padding:2px;display:flex;justify-content:center;align-items:center}.offer-sentby img{width:24px}.offers-type-color.sell .offer-rank,.offers-type-color.finished .offer-item.sell{background:#f9731633;color:#f97316}.offers-type-color.buy .offer-rank,.offers-type-color.finished .offer-item.buy{background-color:#00e87b33;color:#00e87b}.offers-type-color.finished{margin-top:15px;border-top:1px solid rgba(255,255,255,.1);padding-top:15px}.offers-type-color.finished .offers-type{color:#94a3b8}.offers-type-color.finished .offers-items{opacity:.8}.offers-type-color.finished .offers-empty{color:#64748b}.offer-item.status-rejected .offer-player-name{text-decoration:line-through;color:#64748b}.offer-item.status-accepted .offer-player-name{text-decoration:none;color:#fff}.offer-item.status-accepted .offer-value,.offer-item.status-accepted .offer-time{color:#22c55e;font-weight:700;font-size:12px}.offer-item.status-rejected .offer-value,.offer-item.status-rejected .offer-time{color:#ef4444;font-weight:700;font-size:12px}.offer-item.status-rejected .offer-sentby img{filter:grayscale(100%);opacity:.5}.offers-type-color.finished .offer-item i{margin-right:4px}.draft-popup-overlay{position:fixed;inset:0;background-color:#000c;display:flex;justify-content:center;align-items:center;z-index:9999}.draft-popup-modal{background-color:#1e1e1e;color:#fff;padding:30px;border-radius:12px;max-width:900px;width:90%;box-shadow:0 10px 30px #00000080}.draft-popup-header{text-align:center;margin-bottom:25px}.draft-popup-header h2{margin:0 0 10px}.draft-popup-motivo{color:#aaa;font-style:italic;font-size:1.1rem;margin:0}.draft-popup-cards-container{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}.draft-popup-card{background-color:#2a2a2a;border:1px solid #444;border-radius:8px;padding:20px;width:250px;display:flex;flex-direction:column}.draft-popup-card-header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #444;padding-bottom:10px;margin-bottom:15px}.draft-popup-card-header h3{margin:0;font-size:1.2rem}.draft-popup-position{background-color:#4caf50;color:#fff;padding:4px 8px;border-radius:4px;font-weight:700;font-size:.9rem}.draft-popup-stats-grid{display:flex;justify-content:space-between;margin-bottom:15px}.draft-popup-stat-box{display:flex;flex-direction:column;align-items:center}.draft-popup-stat-label{font-size:.8rem;color:#888}.draft-popup-stat-value{font-size:1.2rem;font-weight:700}.draft-popup-scout-section{background-color:#1a1a1a;padding:10px;border-radius:6px;margin-bottom:20px;flex-grow:1}.draft-popup-scout-msg{font-style:italic;color:#4da6ff;margin:5px 0 0;font-size:.9rem;line-height:1.4}.draft-popup-select-btn{background-color:#007bff;color:#fff;border:none;padding:12px;border-radius:6px;cursor:pointer;font-weight:700;width:100%;transition:background-color .2s ease}.draft-popup-select-btn:hover:not(:disabled){background-color:#0056b3}.draft-popup-select-btn:disabled{background-color:#555;color:#888;cursor:not-allowed}.loading-state,.error-state{padding:20px}.loading-state{color:#fff}.error-state{color:#ef4444}.star-active{color:#fbbf24}.star-inactive{color:#fff3}.stars-container{display:flex;gap:2px}.push-right{margin-left:auto}.scout-salary{font-size:11px;color:#7a9bbd;margin-top:5px;font-weight:700}.scout-salary.free{color:#22c55e;text-transform:uppercase}.staff-padded{padding:15px}.staff-avatar-margin{margin-bottom:10px}.staff-actions-container{margin-top:10px;width:100%}.status-text{font-size:13px;font-weight:700;text-align:center;padding:10px 0}.status-green{color:#22c55e}.status-red{color:#ef4444}.psycho-patients{font-size:11px;color:#7a9bbd;margin-top:4px}.options-container{display:flex;flex-direction:column;gap:5px}.options-popup{display:flex;flex-direction:column;gap:4px;background:#0003;padding:8px;border-radius:8px}.options-title{font-size:11px;text-align:center;color:#7a9bbd;margin-bottom:4px}.options-row{display:flex;gap:5px}.btn-fast{border:1px solid #fbbf24!important;color:#fbbf24!important;width:100%;justify-content:center;padding:6px}.btn-rough{border:1px solid #ef4444!important;color:#ef4444!important;width:100%;justify-content:center;padding:6px}.cancel-btn{background:transparent;border:none;color:#ef4444;font-size:11px;cursor:pointer;margin-top:4px}.psycho-modal-overlay{position:fixed;inset:0;background:#000c;display:flex;justify-content:center;align-items:center;z-index:1000}.psycho-modal{background:#1e293b;border:1px solid #334155;border-radius:12px;padding:20px;width:90%;max-width:400px;color:#fff;display:flex;flex-direction:column;gap:10px}.psycho-modal h3{margin:0;color:#fbbf24;text-align:center}.psycho-counter{font-size:12px;color:#cbd5e1;text-align:right;margin-bottom:10px}.psycho-player-list{max-height:300px;overflow-y:auto;display:flex;flex-direction:column;gap:8px;padding-right:5px}.psycho-player-list::-webkit-scrollbar{width:6px}.psycho-player-list::-webkit-scrollbar-thumb{background:#475569;border-radius:4px}.psycho-player-card{display:flex;align-items:center;padding:10px;background:#0f172a;border:1px solid #334155;border-radius:8px;cursor:pointer;transition:all .2s ease}.psycho-player-card:hover{background:#1e293b;border-color:#64748b}.psycho-player-card.selected{border-color:#22c55e;background:#22c55e1a}.player-pos{font-weight:700;color:#fbbf24;width:40px}.player-name{flex-grow:1;font-weight:500}.player-nat{font-size:12px;color:#94a3b8}.psycho-modal-actions{margin-top:15px;display:flex;justify-content:stretch}.psycho-confirm-btn{width:100%;padding:12px;background:#22c55e;color:#0f172a;border:none;border-radius:8px;font-weight:700;cursor:pointer;transition:opacity .2s}.psycho-confirm-btn:disabled{background:#475569;color:#94a3b8;cursor:not-allowed;opacity:.5}.stamina-bar-container{width:100%;height:14px;background:#1e293b;border-radius:4px;position:relative;overflow:hidden;border:1px solid #334155}.stamina-bar-fill{height:100%;transition:width .3s ease}.stamina-text{position:absolute;top:0;left:0;width:100%;text-align:center;font-size:10px;font-weight:700;color:#fff;line-height:14px;text-shadow:1px 1px 2px rgba(0,0,0,.8)}.unread-badge{position:absolute;top:-2px;right:0;background:#ef4444;color:#fff;font-size:10px;font-weight:700;padding:2px 5px;border-radius:10px;border:2px solid #0f172a;line-height:1}.notification-dropdown{position:absolute;top:45px;right:-10px;width:320px;background:#1e293b;border:1px solid #334155;border-radius:8px;box-shadow:0 10px 25px #00000080;z-index:9999;overflow:hidden;text-align:left}.dropdown-header{background:#0f172a;padding:12px;border-bottom:1px solid #334155}.reserve-cont{background-image:linear-gradient(to bottom right,#08334499,#022c2299);border-radius:.75rem;padding:18px;border:1px solid rgba(12,74,110,.3)}.dropdown-header h4{margin:0;font-size:14px;color:#fbbf24}.notification-list{max-height:380px;overflow-y:auto}.notification-list::-webkit-scrollbar{width:6px}.notification-list::-webkit-scrollbar-thumb{background:#475569;border-radius:4px}.notification-item{padding:12px;border-bottom:1px solid #334155;transition:background .2s}.notification-item:last-child{border-bottom:none}.notification-item.unread{background:#22c55e0d;border-left:3px solid #22c55e}.notification-item.read{opacity:.8}.noti-sender{font-size:11px;color:#94a3b8;display:flex;align-items:center;gap:4px}.noti-title{margin:0 0 4px;font-size:13px;color:#fff}.noti-body{margin:0;font-size:12px;color:#cbd5e1;line-height:1.4}.noti-time{display:block;margin-top:6px;font-size:10px;color:#64748b;text-align:right}.no-notifications{padding:20px;text-align:center;font-size:13px;color:#94a3b8}.identity-icon{font-size:18px;margin-top:8px;display:inline-block}.identity-icon.high_press{color:#f97316}.identity-icon.stop_ball{color:#eab308}.identity-icon.dirty_play{color:#ef4444}.identity-icon.long_ball{color:#22c55e}.identity-icon.possession{color:#fff}.high-press{color:#f97316}.stop-ball{color:#eab308}.dirty-play{color:#ef4444}.long-ball{color:#22c55e}.possession{color:#fff}.nada{color:#ccc}.team-players-b-cont{overflow-y:auto;max-height:785px}.subs-iden-cont{display:flex;gap:12px;margin-top:30px;margin-right:12px;width:100%}.subs-cont h4{margin-bottom:20px;color:#fff;font-size:24px}.subs-cont{display:flex;flex-direction:column;padding:18px;background-image:linear-gradient(to bottom right,#08334499,#022c2299);border-radius:.75rem;width:60%;max-height:240px}.subs-title{display:grid;grid-template-columns:.3fr .3fr .1fr .3fr;color:#fff;justify-items:center}.subs{display:flex;flex-direction:column;gap:12px;overflow-y:auto}.sub-line{display:grid;grid-template-columns:.32fr .32fr .04fr .32fr;width:100%;justify-items:center}.sub-line p{align-self:center;color:#fff}.subs-player .player-circle{width:32px;height:32px}.subs-player{color:#fff}.nav-dropdown-menu{display:flex;flex-direction:column;gap:12px;padding-left:18px;margin-top:10px;margin-bottom:10px;border-left:2px solid rgba(255,255,255,.1)}.nav-dropdown-item{display:flex;align-items:center;gap:12px;color:#9ca3af;font-size:14px;cursor:pointer;transition:color .2s ease}.nav-dropdown-item:hover{color:#fff}.comp-badge{display:flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:4px;font-size:11px;font-weight:900;color:#fff;text-transform:uppercase}.comp-badge.league{background-color:#ff7a00}.comp-badge.continental{background-color:#0b2053}.comp-badge.cup{background-color:#d4af37}.subs-player-slot{width:55px;border:1px dashed #4b5563;border-radius:6px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:5px;cursor:pointer;background-color:#ffffff05;transition:background-color .2s}.subs-player-slot:hover{background-color:#ffffff14}.subs-player-slot.empty{opacity:.5}.mini-player-circle{width:32px;height:32px;border-radius:50%;background-color:#cbd5e1;color:#1e293b;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:13px;position:relative;box-shadow:0 2px 4px #0000004d}.mini-position-badge{position:absolute;top:-4px;right:-10px;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:8px;font-weight:700;color:#fff;border:1px solid rgba(255,255,255,.3)}.mini-player-name{font-size:10px;font-weight:700;color:#fff;margin-top:6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.mini-stamina-bar-bg{width:35px;height:3px;background-color:#333;border-radius:2px;margin-top:3px;overflow:hidden}.mini-stamina-bar-fill{height:100%;transition:width .3s}.identity-cont{display:flex;flex-direction:column;padding:18px;background-image:linear-gradient(to bottom right,#08334499,#022c2299);border-radius:.75rem;width:40%}.identity-cont h4{color:#fff;font-size:24px;margin-bottom:20px}.identities{display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr;gap:8px}.identities div{transition:all .3s ease;cursor:pointer;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:10px;text-align:center;background-color:#08334466;border-radius:.5rem;border:1px solid rgba(12,74,110,.2)}.identities div:hover{opacity:.7}.identities div p{font-size:12px;color:#fff}.identity-cont button{margin-top:10px;padding:8px 12px;cursor:pointer;background:#10b981;border:none;color:#fff;font-size:12px;border-radius:8px;transition:all .3s ease}.identity-cont button:hover{opacity:.8}.subs-arrows{display:flex;flex-direction:column;gap:8px;align-items:center;justify-content:center;position:relative}.subs-arrows i{font-size:24px;position:absolute}.subs-arrows i:last-of-type{color:#4ade80;bottom:50%;right:1px}.subs-arrows i:first-of-type{color:#ef4444;top:50%;left:1px}.identities div:hover{background:#ffffff0d;opacity:1}.identities div.active{background:#3b82f633;border-color:#3b82f6;opacity:1}.competicion-stages-sector{min-width:0;width:100%;color:#fff}.bracket-wrapper{width:100%;overflow-x:auto;overflow-y:auto;padding:20px 0 0;background-image:linear-gradient(to bottom right,#164e6333,#064e3b33);border-radius:16px;border:1px solid rgba(21,94,117,.3);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);max-height:750px}.bracket-container{display:flex;justify-content:center;align-items:stretch;min-width:max-content;height:850px;padding:0 10px;gap:15px}.bracket-half{display:flex;gap:15px}.bracket-half.right{flex-direction:row-reverse}.bracket-column{display:flex;flex-direction:column;width:125px}.match-node{background:#1f2937;border:1px solid #374151;border-radius:6px;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 2px 4px #0003;position:relative}.match-team-row{display:flex;justify-content:space-between;align-items:center;padding:4px 6px;font-size:11px;color:#fff}.match-team-row.bottom{border-top:1px solid #374151}.match-team-row.winner{font-weight:700;background:#ffffff0d}.team-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:75px}.team-score{font-weight:900;color:#3b82f6}.bracket-center{display:flex;flex-direction:column;width:140px;padding:0 10px}.matches-container{display:flex;flex-direction:column;justify-content:space-around;flex-grow:1}.bracket-center .matches-container{justify-content:center;width:100%}.bracket-center .match-node{width:100%;margin-bottom:20px;border-color:#d4af37;box-shadow:0 0 15px #d4af3733}.round-title{text-align:center;color:#9ca3af;font-size:11px;text-transform:uppercase;margin-bottom:15px;font-weight:700;letter-spacing:1px}.standings-container{display:grid;grid-template-columns:1fr 1fr;gap:20px}.competicion-bigcont{display:grid;grid-template-columns:7.5fr 2.5fr;gap:20px;padding:24px 24px 0;width:100%}.standings-group-title{margin-bottom:15px;color:#d4af37;font-size:18px;font-weight:700}.standings-grid-row{display:grid;grid-template-columns:35px 1fr 45px 40px 35px 65px 40px 30px 30px 30px;align-items:center;gap:10px;padding:8px 10px;position:relative}.standings-header{border-bottom:1px solid #374151;color:#9ca3af;font-size:11px;font-weight:700;text-transform:uppercase;padding-bottom:10px}.standings-row{border-bottom:1px solid rgba(255,255,255,.05);font-size:13px;transition:background-color .2s}.standings-row:hover{background-color:#ffffff08}.col-pos{font-weight:900}.col-team{display:flex;align-items:center;gap:10px;overflow:hidden}.col-team img{width:18px;height:18px;object-fit:contain}.col-team h4{margin:0;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.col-pts{color:#3b82f6;font-weight:900;font-size:15px}.col-center{text-align:center}.col-diff.pos{color:#4ade80}.col-diff.neg{color:#ef4444}.pos-champions .qualify-color{width:4px;height:100%;position:absolute;left:0;top:0;background:linear-gradient(90deg,#3b82f6 0%,transparent 100%)}.pos-europa .qualify-color{width:4px;height:100%;position:absolute;left:0;top:0;background:linear-gradient(90deg,#f59e0b 0%,transparent 100%)}.standings-section{margin-bottom:30px;background-image:linear-gradient(to bottom right,#164e6380,#064e3b80);border-radius:16px;border:1px solid rgba(21,94,117,.3);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:15px 20px}.standings-title{color:#d4af37;margin-bottom:15px;font-size:16px;font-weight:700}.competicion-table-header,.competicion-table-tr{display:grid;grid-template-columns:35px 1fr 40px 40px 35px 60px 40px 30px 30px 30px;align-items:center;gap:10px}.competicion-table-header{color:#9ca3af;font-size:11px;font-weight:700;text-transform:uppercase;padding-bottom:10px;border-bottom:1px solid #374151}.competicion-table-tr{padding:8px 0;border-bottom:1px solid rgba(255,255,255,.05);font-size:13px;position:relative;transition:background-color .2s}.competicion-table-tr:hover{background-color:#ffffff08}.col-num{text-align:center}.col-pos{text-align:center;font-weight:900}.col-equipo{display:flex;align-items:center;gap:10px;overflow:hidden}.col-equipo img{width:18px;height:18px;object-fit:contain}.col-equipo h4{margin:0;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fw-bold{font-weight:700}.pts-color{color:#3b82f6;font-size:14px}.text-muted{color:#f7c900;color:oklch(85.2% .199 91.936);font-size:12px}.text-green{color:#4ade80}.text-red{color:#ef4444}.gol-unificado{letter-spacing:1px}.competicion-color.qualify-color{display:none;width:4px;height:100%;position:absolute;left:-15px;top:0;border-radius:4px}.groups-container{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.groups-container.single-table{grid-template-columns:1fr;max-width:650px}.match-team-row.loser{opacity:.4;filter:grayscale(.3);transition:all .3s ease}.match-team-row.winner .team-score{color:#fff;font-weight:700}.match-team-row.winner{background-color:#16a34a26}.header-second div button,.header-second div input{border:none}.board-bar-component{display:flex;align-items:center;gap:12px}.board-bar-title{color:#a2a8b3;font-size:.85rem;font-weight:700;letter-spacing:.5px}.board-bar-track{width:120px;height:14px;background-color:#ffffff14;border-radius:20px;overflow:hidden;position:relative;border:1px solid rgba(255,255,255,.05)}.board-bar-fill{height:100%;border-radius:20px;transition:width .4s ease,background-color .4s ease}.board-bar-percentage{font-size:.9rem;font-weight:800;min-width:35px;transition:color .4s ease;-webkit-background-clip:text;background-clip:text}.range-red{background-color:#ff4d4d;color:#ff4d4d}.range-yellow{background-color:#fc0;color:#fc0}.range-green{background-color:#0fc;color:#0fc}.header-budget-wrapper{position:relative}.header-budget-card{position:relative;cursor:pointer;transition:background-color .3s ease,border-radius .3s ease}.budget-main-display{display:flex;align-items:center;gap:4px;width:100%;height:100%}.budget-main-display i{font-size:1.1rem;font-weight:500;color:#fff;margin-left:5px;transition:color .3s ease}.header-budget-card:hover .budget-main-display i{color:#0fc}.budget-history-dropdown{position:absolute;top:100%;right:0;width:280px;background:#111622;border:1px solid rgba(255,255,255,.1);border-radius:0 0 8px 8px;box-shadow:0 12px 30px #0009;padding:14px;opacity:0;visibility:hidden;transform:translateY(10px);transition:opacity .3s ease,transform .3s ease,visibility .3s ease;z-index:9999}.header-budget-card:hover .budget-history-dropdown{opacity:1;visibility:visible;transform:translateY(4px)}.dropdown-title{color:#636c7a;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.8px;margin-bottom:12px;border-bottom:1px solid rgba(255,255,255,.06);padding-bottom:6px}.history-list{display:flex;flex-direction:column;gap:8px;max-height:290px;overflow-y:auto}.history-item{display:flex;justify-content:space-between;align-items:center;padding:8px 10px;border-radius:6px;background:#ffffff05;border-left:3px solid #555;transition:background .2s ease}.history-item:hover{background:#ffffff0a}.item-meta{display:flex;flex-direction:column;gap:2px}.item-category{font-weight:700;color:#f1f5f9;font-size:.8rem;text-transform:capitalize}.item-date{font-size:.65rem;color:#636c7a}.item-amount{font-weight:800;font-size:.85rem}.history-item.ingreso{border-left-color:#0fc}.history-item.ingreso .item-amount{color:#0fc}.history-item.egreso{border-left-color:#ff4d4d}.history-item.egreso .item-amount{color:#ff4d4d}.empty-history{color:#636c7a;font-size:.8rem;text-align:center;margin:12px 0}.market-tabs-nav{display:flex;gap:24px;border-bottom:1px solid #1e293b;margin-bottom:24px;padding:0 16px}.tab-btn{background:transparent;border:none;color:#94a3b8;font-size:15px;font-weight:600;padding:12px 4px;cursor:pointer;position:relative;transition:color .2s ease}.tab-btn:hover{color:#f8fafc}.tab-btn.active{color:#10b981}.tab-btn.active:after{content:"";position:absolute;bottom:-1px;left:0;width:100%;height:2px;background-color:#10b981;border-radius:2px 2px 0 0}.search-filters-bar{display:flex;gap:16px;align-items:center;margin-bottom:16px}.filter-btn{background-color:#1e293b;color:#f8fafc;border:1px solid #334155;padding:8px 16px;border-radius:6px;cursor:pointer;display:flex;align-items:center;gap:8px;font-weight:500;transition:all .2s ease}.filter-btn:hover{background-color:#334155}.filter-btn.active{background-color:#10b981;color:#0f172a;border-color:#10b981}.filters-container{display:flex;gap:16px;padding:16px;background-color:#1e293b;border-radius:8px;margin-bottom:20px;border:1px solid #334155;animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.market-tabs{display:none}.section-header-custom{border-radius:8px;border:1px solid #1f2937;overflow:hidden;display:flex;flex-direction:column}.market-main-tabs{display:flex;background-color:#0d1726;position:relative;z-index:2}.main-tab{flex:1;padding:16px 0;background:transparent;border:none;border-right:1px solid #1f2937;color:#6482a5;font-weight:500;font-size:15px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;position:relative;transition:all .2s ease}.main-tab:last-child{border-right:none}.main-tab:hover:not(.active){background-color:#121f33;color:#e5e7eb}.main-tab.active{background-color:#00e87b;color:#0f172a;font-weight:600}.main-tab.active:after{content:"";position:absolute;bottom:-8px;left:50%;transform:translate(-50%);width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid #00e87b;z-index:10}.market-sub-section{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background-color:#152438;position:relative;z-index:1}.divisions-scroll-container{display:flex;gap:12px;overflow-x:auto;white-space:nowrap;padding-bottom:8px;flex:1}.divisions-scroll-container::-webkit-scrollbar{height:10px}.divisions-scroll-container::-webkit-scrollbar-track{background:#fff;border-radius:10px}.divisions-scroll-container::-webkit-scrollbar-thumb{background:#a3a3a3;border-radius:10px;border:2px solid #ffffff}.divisions-scroll-container::-webkit-scrollbar-thumb:hover{background:gray}.division-pill{padding:8px 18px;border-radius:20px;border:2px solid transparent;background-color:#1e2f47;color:#6482a5;font-size:13px;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:6px;white-space:nowrap;transition:all .2s ease}.division-pill:hover:not(.active){background-color:#273b56;color:#e5e7eb}.division-pill.active{background-color:#00e87b;color:#0f172a;border-color:#fbbf24;font-weight:600}.yellow-dot{width:6px;height:6px;background-color:#fbbf24;border-radius:50%;display:inline-block}.empty-sub-section{flex:1}.player-count{color:#94a3b8;font-size:13px;font-weight:600;white-space:nowrap;margin-left:16px;padding-bottom:8px}.fichajes-cont h5{color:#00d1ec;color:oklch(78.9% .154 211.53);font-size:20px;display:flex;align-items:center}.inicio-news-header-wrapper{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.inicio-news-mini-nav{display:flex;gap:8px;background:#0000004d;padding:4px;border-radius:8px;border:1px solid #2f3136}.news-nav-btn{background:transparent;color:#b9bbbe;border:none;padding:6px 12px;border-radius:6px;font-weight:600;font-size:13px;cursor:pointer;transition:all .2s}.news-nav-btn.active{background:#1e3a8a;color:#fff}.transfer-layout-card{display:flex;flex-direction:column;width:100%;gap:15px;padding:20px}.transfer-player-header h4{font-size:18px;color:#fff;margin:0;font-weight:700}.transfer-player-sub{display:flex;gap:10px;color:#9aa0a6;font-size:13px;margin-top:4px}.transfer-shields-row{display:flex;justify-content:space-around;align-items:center;background:#2f3136;padding:15px;border-radius:10px;border:1px solid #36393f}.transfer-shield-box{display:flex;flex-direction:column;align-items:center;width:110px;text-align:center;gap:6px}.transfer-shield-box img{width:45px;height:45px;object-fit:contain}.transfer-shield-box span{font-size:12px;color:#e4e6eb;font-weight:600;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;width:100%}.green-market-arrow{font-size:28px;color:#4caf50;filter:drop-shadow(0 2px 4px rgba(76,175,80,.4));animation:pulseArrow 1.5s infinite}.transfer-fee-footer{display:flex;justify-content:space-between;align-items:center}.transfer-badge-price{display:flex;align-items:center;gap:6px;background:#202225;padding:6px 12px;border-radius:20px;border:1px solid #4caf50;font-weight:700;color:#4caf50}.transfer-badge-price img{width:16px;height:16px}.transfer-date-tag{font-size:12px;color:#72767d;font-style:italic}.news-empty-txt{color:#64748b;font-style:italic;text-align:center;padding:30px 0;font-size:14px;width:100%}@keyframes pulseArrow{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.onboarding-container{display:flex;align-items:center;min-height:100vh;width:100%;flex-direction:column;padding:2rem 1rem;color:#fff;background-image:url(/assets/unemployed-enkC-NaT.png);background-size:cover;background-position:center;font-family:system-ui,-apple-system,sans-serif}.onboarding-main{max-width:1152px}.onboarding-centered{justify-content:center;align-items:center}.onboarding-loading-text{color:#00d1ec;color:oklch(78.9% .154 211.53)}.onboarding-header{display:flex;flex-direction:column;align-items:center;gap:.5rem;text-align:center}.badge-career{display:flex;align-items:center;gap:.5rem;border-radius:9999px;border:1px solid rgba(21,94,117,.3);background-color:#164e634d;padding:.25rem .75rem;font-size:.75rem;font-weight:500;color:#00d1ec;color:oklch(78.9% .154 211.53)}.onboarding-title{font-size:1.75rem;font-weight:700;color:#fff;margin:0}.onboarding-subtitle{max-width:28rem;font-size:.875rem;color:#fff9;margin:0}.leagues-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;height:calc(100vh - 100px);overflow-y:auto}@media(min-width:640px){.leagues-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:1024px){.leagues-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.card-league{position:relative;display:flex;flex-direction:column;align-items:center;gap:.75rem;background-image:linear-gradient(to bottom right,#164e6333,#064e3b33);border-radius:16px;border:1px solid rgba(21,94,117,.3);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;padding:1rem;text-align:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:all .2s ease-in-out;cursor:pointer;background-color:transparent}.card-league:hover{transform:translateY(-4px);border-color:#155e75b3;box-shadow:0 25px 30px -5px #0000004d}.badge-availability{position:absolute;right:.5rem;top:.5rem;border-radius:9999px;padding:.125rem .5rem;font-family:monospace;font-size:.65rem;font-weight:600;background-color:#164e634d;color:#00d1ec;color:oklch(78.9% .154 211.53);border:1px solid rgba(21,94,117,.3)}.badge-availability-static{position:static;margin-left:auto}.flag-icon{margin-top:.25rem;font-size:2.25rem;line-height:1}.league-info h3{font-size:.875rem;font-weight:600;color:#fff;margin:0}.league-info p{font-size:.75rem;color:#fff9;margin:0}.league-stats{margin-top:auto;display:flex;flex-direction:column;align-items:center;gap:.375rem}.ovr-label{color:#fff9}.ovr-value{font-family:monospace;font-size:1rem;font-weight:700;color:#f7c900;color:oklch(85.2% .199 91.936)}.clubs-wrapper{margin:0 auto;width:100%;max-width:56rem}.clubs-header-bar{margin-bottom:1.25rem;display:flex;flex-wrap:wrap;align-items:center;gap:1rem}.header-league-title-group{display:flex;align-items:center;gap:.75rem}.header-league-icon{font-size:1.875rem}.header-league-name{margin:0;font-size:1.125rem;font-weight:700}.header-league-details{margin:0;font-size:.75rem;color:#fff9}.btn-back{display:flex;align-items:center;gap:.5rem;border-radius:.5rem;border:1px solid rgba(21,94,117,.3);background-color:#0a1f2ecc;padding:.5rem .75rem;font-size:.875rem;font-weight:500;color:#fff;cursor:pointer;transition:background-color .2s ease}.btn-back:hover{border-color:#155e75b3;color:#00d1ec;color:oklch(78.9% .154 211.53)}.table-container{overflow:hidden;border-radius:16px;border:1px solid rgba(21,94,117,.3);background-color:#0a1f2ecc;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);overflow-y:auto;height:500px}.text-center{text-align:center}@media(min-width:640px){.table-header{display:grid}}.club-list{list-style:none;margin:0;padding:0}.club-row{display:grid;grid-template-columns:1fr;gap:.75rem;border-bottom:1px solid rgba(21,94,117,.3);padding:.75rem 1rem;transition:background-color .2s ease}.club-row:last-child{border-bottom:none}@media(min-width:640px){.club-row{grid-template-columns:1fr 10rem 6rem 6rem;align-items:center;gap:1rem}}.club-row.available{cursor:pointer}.club-row.available:hover{background-color:#155e7526}.club-row.taken{cursor:not-allowed;opacity:.45}.club-main-info{display:flex;align-items:center;gap:.75rem}.club-badge-icon{position:relative;display:grid;width:40px;height:40px;flex-shrink:0;place-items:center;overflow:hidden;border-radius:.375rem;border:1px solid rgba(255,255,255,.15);background-color:#0a1f2e}.club-badge-text{font-size:.65rem;font-weight:700;color:#fff}.club-title-wrapper{display:flex;flex-direction:column}.club-name{font-weight:600;font-size:.875rem;display:flex;align-items:center;gap:.5rem}.badge-taken-tag{display:flex;align-items:center;gap:.25rem;border-radius:.25rem;background-color:#ffffff1a;padding:.125rem .375rem;font-size:.6rem;font-weight:500;text-transform:uppercase;color:#fff9}.club-ovr-cell{display:flex;align-items:center;justify-content:center;gap:.75rem}.club-stat-cell{display:flex;justify-content:center}.stat-item{display:flex;align-items:center;gap:.5rem}.stat-letter{font-size:.75rem;font-weight:700;color:#00d1ec;color:oklch(78.9% .154 211.53)}.stat-bar-group{display:flex;flex-direction:column}.stat-number{font-size:.75rem;font-family:monospace}.stars-container{display:flex;align-items:center;gap:.125rem}.star-wrapper{position:relative;display:inline-block;width:14px;height:14px}.star-bg{position:absolute;inset:0;color:#eab30840}.star-fill-clip{position:absolute;inset:0;overflow:hidden}.star-fill{color:#eab308;fill:#eab308}.progress-bar-bg{height:.25rem;width:3rem;overflow:hidden;border-radius:9999px;background-color:#ffffff1a}.progress-bar-fill{display:block;height:100%;border-radius:9999px;background-color:#00d1ec;background-color:oklch(78.9% .154 211.53)}.login-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background-color:#121212;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.login-card{background-color:#1e1e1e;padding:2.5rem;border-radius:12px;width:100%;max-width:360px;box-shadow:0 8px 24px #0006;text-align:center;border:1px solid #2a2a2a}.login-title{margin-bottom:1.5rem;font-size:1.5rem;font-weight:600;color:#f5f5f5}.login-error-message{background-color:#ff4d4d26;border:1px solid rgba(255,77,77,.3);color:#ff4d4d;padding:.75rem;border-radius:6px;font-size:.875rem;margin-bottom:1.25rem;text-align:left}.login-form{display:flex;flex-direction:column;gap:1.25rem}.login-input-group{display:flex;flex-direction:column}.login-input{padding:.85rem;border-radius:6px;border:1px solid #333333;background-color:#2a2a2a;color:#fff;font-size:.95rem;outline:none;transition:border-color .2s ease,background-color .2s ease}.login-input:focus{border-color:#007bff;background-color:#313131}.login-submit-btn{padding:.85rem;border-radius:6px;border:none;background-color:#007bff;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s ease,transform .1s ease;margin-top:.5rem}.login-submit-btn:hover{background-color:#0056b3}.login-submit-btn:active{transform:scale(.98)}.login-toggle-text{margin-top:1.5rem;font-size:.875rem;color:#aaa}.login-toggle-link{color:#007bff;cursor:pointer;font-weight:600;margin-left:.25rem;transition:color .2s ease}.login-toggle-link:hover{color:#3395ff;text-decoration:underline}.competicionmundo-container{width:80%;padding:24px;margin:0 auto}.competicionmundo-nav{display:flex;background-color:#0d1b2a;border:1px solid #1e293b;border-radius:50px;padding:6px;margin-bottom:30px;gap:5px}.competicionmundo-nav{display:flex;background:#0f272e99;border:1px solid rgba(21,94,117,.3);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:50px;padding:6px;margin-bottom:30px;gap:5px}.competicionmundo-nav button{flex:1;background:transparent;border:none;border-radius:50px;padding:12px 20px;color:#94a3b8;font-weight:600;font-size:14px;cursor:pointer;transition:all .3s ease;display:flex;justify-content:center;align-items:center;gap:8px}.competicionmundo-nav button:hover{color:#ccfbf1;background:#ffffff0d}.competicionmundo-nav button span{font-size:11px;background:#155e7566;padding:2px 6px;border-radius:20px;color:#ccfbf1}.competicionmundo-nav button.active{background-color:#1ee3cf;color:#022c22;box-shadow:0 0 12px #1ee3cf33}.competicionmundo-nav button.active span{background:#00000026;color:#022c22}.competicionmundo-grid{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:20px;max-height:calc(100vh - 280px);overflow-y:auto}.header-onboarding{grid-template-columns:1fr 1fr 1fr;justify-content:space-between}.competicionmundo-card{background-image:linear-gradient(to bottom right,#164e6380,#064e3b80);border:1px solid rgba(21,94,117,.3);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:12px;padding:25px 20px;display:flex;flex-direction:column;align-items:center;text-align:center;cursor:pointer;transition:all .2s ease}.competicionmundo-card:hover{border-color:#1ee3cf;transform:translateY(-3px);box-shadow:0 10px 25px #0000004d}.competicionmundo-card-icon img{width:45px;height:30px;object-fit:cover;border-radius:4px;margin-bottom:15px;box-shadow:0 2px 5px #0000004d}.competicionmundo-card-title{color:#fff;font-size:17px;font-weight:700;margin-bottom:5px}.competicionmundo-card-subtitle{color:#94a3b8;font-size:13px}.competicionmundo-card-leader{margin-top:15px;display:flex;align-items:center;gap:8px;background:#00000040;padding:6px 12px;border-radius:8px;min-height:36px;border:1px solid rgba(255,255,255,.05)}.competicionmundo-card-leader-empty{min-height:36px;margin-top:15px}.competicionmundo-card-leader .lbl{font-size:12px;font-weight:700}.competicionmundo-card-leader img{width:20px;height:20px;object-fit:contain}.competicionmundo-card-leader .name{color:#e2e8f0;font-size:13px;font-weight:500}.competicionmundo-card-footer{margin-top:25px;width:100%;display:flex;justify-content:space-between;align-items:center;padding-top:15px;border-top:1px solid rgba(255,255,255,.05)}.competicionmundo-stars{display:flex;gap:3px}.competicionmundo-stars i{font-size:15px}.competicionmundo-ovr{color:#fff;font-weight:800;font-size:15px;display:flex;align-items:center;gap:6px}.competicionmundo-ovr span{color:#1ee3cf;font-size:11px;font-weight:700}.ranking-container{width:80%;padding:24px;margin:0 auto}.ranking-msg{color:#94a3b8;text-align:center;margin-top:50px;font-size:16px}.ranking-nav{display:flex;background:#0f272e99;border:1px solid rgba(21,94,117,.3);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:50px;padding:6px;margin-bottom:30px;gap:5px}.ranking-nav button{flex:1;background:transparent;border:none;border-radius:50px;padding:12px 20px;color:#94a3b8;font-weight:600;font-size:14px;cursor:pointer;transition:all .3s ease;display:flex;justify-content:center;align-items:center}.ranking-nav button:hover{color:#ccfbf1;background:#ffffff0d}.ranking-nav button.active{background-color:#1ee3cf;color:#022c22;box-shadow:0 0 12px #1ee3cf33}.ranking-table-container{background-image:linear-gradient(to bottom right,#164e6380,#064e3b80);border-radius:16px;border:1px solid rgba(21,94,117,.3);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:20px;overflow-x:auto}.ranking-table{width:100%;border-collapse:collapse;text-align:center;color:#e2e8f0}.ranking-table th{padding:12px 10px;font-size:12px;text-transform:uppercase;color:#1ee3cf;border-bottom:1px solid rgba(21,94,117,.5);font-weight:700}.ranking-table td{padding:4px 10px;border-bottom:1px solid rgba(255,255,255,.05);vertical-align:middle;font-size:14px}.ranking-table tbody tr:hover{background-color:#ffffff08}.ranking-club-img{width:25px;height:25px;object-fit:contain}.rank-pos{font-weight:800;color:#94a3b8}.rank-name{font-weight:600;text-align:left}.rank-player{text-align:left;display:flex;align-items:center;gap:10px;font-weight:600}.pos-badge{font-size:10px;background:#1ee3cf1a;color:#1ee3cf;padding:2px 6px;border-radius:4px;border:1px solid rgba(30,227,207,.3)}.rank-win{color:#4ade80;font-weight:600}.rank-loss{color:#f87171;font-weight:600}.rank-titles{color:#facc15;font-weight:700}.rank-score{font-weight:800;color:#1ee3cf;font-size:16px}.sort-icon-inactive{font-size:10px;opacity:.3;margin-left:4px}.sort-icon-active{font-size:10px;margin-left:4px;color:#fbbf24}.sortable-header{cursor:pointer;display:flex;align-items:center}.loading-container{padding:20px;color:#fff;text-align:center}.loading-spinner{margin:0 auto 10px}.stats-container{padding:16px 20px}.stats-panel{margin-top:0;justify-content:space-between;border-top:none;padding-top:0}.stat-value{font-weight:700;font-size:16px;margin-top:4px}.text-yellow{color:#fbbf24}.text-green{color:#00e87b}.text-white{color:#fff}.text-light{color:#e8f0fe}.stat-icon{width:14px;margin-right:4px;vertical-align:middle}.nat-list{display:flex;gap:10px;flex-wrap:wrap;margin-top:4px;align-items:center}.nat-item{display:flex;align-items:center;gap:4px}.nat-img{width:16px;height:16px;object-fit:contain;border-radius:2px}.nat-count{color:#cbd5e1;font-size:14px;font-weight:700}.offer-time-waiting{color:#64748b}.offer-time-counter{color:#fbbf24;font-weight:700}.offer-time-accepted{color:#00e87b;font-weight:700}.header-second img{width:350px;height:80px}
