.picks-carousel{display:grid;grid-template-columns:1fr;gap:16px;margin-top:24px}@media (min-width:640px){.picks-carousel{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.picks-carousel{grid-template-columns:repeat(3,1fr)}}.pick-card{background:#fff;border:1px solid #e8e8e8;border-radius:8px;padding:16px;box-shadow:0 2px 8px rgba(0,0,0,.04);transition:transform 0.2s,box-shadow 0.2s;display:flex;flex-direction:column}.pick-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px rgba(0,0,0,.12)}.pick-card .pick-meta{display:flex;justify-content:space-between;font-size:13px;color:#6f6f6f;text-transform:uppercase;letter-spacing:.04em;margin-bottom:10px}.pick-card .pick-meta .pick-comp{font-weight:700;color:#7464DE}.pick-card .pick-teams{font-family:'Work Sans',sans-serif;font-weight:700;font-size:17px;color:#333;margin-bottom:12px;display:flex;align-items:center;gap:10px}.pick-card .pick-team{display:flex;align-items:center;gap:6px;flex:1;min-width:0}.pick-card .pick-team.is-away{justify-content:flex-end}.pick-card .pick-team img{width:24px;height:24px;border-radius:50%;object-fit:cover;background:#fafafa;border:1px solid #e8e8e8;flex-shrink:0}.pick-card .pick-team .pick-team-name{font-size:15px}.pick-card .pick-vs{font-size:13px;color:#999;text-transform:uppercase;letter-spacing:.06em;font-weight:600;flex-shrink:0}.pick-card .pick-suggestion{background:rgba(233,30,144,.08);padding:8px 12px;border-radius:4px;margin-bottom:10px}.pick-card .pick-suggestion-label{font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:#E91E90}.pick-card .pick-suggestion-value{font-family:'Work Sans',sans-serif;font-weight:700;font-size:16px;color:#333}.pick-card .pick-reasoning{font-size:15px;color:#595959;line-height:1.4;margin-bottom:12px}.pick-card .pick-odds{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin-bottom:12px}.pick-card .pick-odd{padding:6px;background:#fafafa;border-radius:4px;text-align:center}.pick-card .pick-odd .odd-book{font-size:11px;color:#999;text-transform:uppercase;letter-spacing:.04em}.pick-card .pick-odd .odd-value{font-family:'Work Sans',sans-serif;font-weight:800;font-size:17px;color:#333}.pick-card .pick-odd.is-best{background:rgba(22,163,74,.1)}.pick-card .pick-odd.is-best .odd-value{color:#16a34a}.pick-card .pick-cta{display:block;padding:10px;background:#7464DE;color:#fff;text-align:center;font-size:15px;font-weight:700;border-radius:6px;text-decoration:none;transition:background 0.2s}.pick-card .pick-cta:hover{background:#9B8FE8}.link-card{position:relative;background:#fff;border:1px solid #e6e8f0;border-radius:12px;padding:16px 12px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;cursor:pointer;transition:box-shadow .15s,border-color .15s;color:inherit;min-height:140px}.link-card a:before{content:'';position:absolute;width:100%;height:100%;top:0;left:0}.link-card:hover{box-shadow:0 4px 16px rgba(91,63,214,.1);border-color:rgba(91,63,214,.2)}.link-card.active{background:#ededfa;border-color:rgba(91,63,214,.3)}.link-card .link-card-logo{height:60px;display:flex;align-items:center;justify-content:center;margin-bottom:8px}.link-card-logo img{max-height:60px;max-width:100%;object-fit:contain}.link-card .link-card-name{font-size:13px;line-height:2;font-weight:600;color:#181c27;margin-bottom:2px}.link-card .link-card-subtitle{font-size:12px;line-height:2.1667;color:#667085}.link-card .link-card-avatar{width:112px;height:112px;margin:0 auto 12px;border-radius:50%;overflow:hidden;border:3px solid #5b3fd6;background:#f2f2f5;display:block;flex-shrink:0}.link-card .link-card-avatar img{width:100%;height:100%;object-fit:cover;display:block}.link-card .link-card-avatar-initials{display:flex;align-items:center;justify-content:center;font-size:32px;line-height:1;font-weight:700;color:#5b3fd6}.link-card .link-card-social{display:flex;gap:10px;align-items:center;justify-content:center;margin-top:4px;position:relative;z-index:1}.link-card .link-card-social a{color:#667085;display:flex;align-items:center;transition:color .15s}.link-card .link-card-social a:before{content:none}.link-card .link-card-social a:hover{color:#5b3fd6}.link-card .link-card-social .icon{width:14px;height:14px;display:block;background-color:currentColor;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain}.link-card .link-card-avatar img[src*="diego-grau-6881"]{filter:grayscale(1)}.link-card .link-card-avatar img[src*="nacho-villarin-6205"]{filter:grayscale(1)}.link-card .link-card-avatar img[src*="alejandro-mendo-6826"]{filter:grayscale(1)}.link-card-large{min-height:180px;padding:24px 16px}.link-card-large .link-card-logo{height:80px;margin-bottom:12px}.link-card-large .link-card-logo img{max-height:80px}.link-card-large .link-card-name{font-size:15px;line-height:1.7333}.link-card-large .link-card-subtitle{font-size:13px;line-height:2}.link-card-small{min-height:96px;padding:12px 8px}.link-card-small .link-card-logo{height:36px;margin-bottom:4px}.link-card-small .link-card-logo img{max-height:36px}.link-card-small .link-card-name{font-size:11px;line-height:2.3636}.link-card-small .link-card-subtitle{font-size:10px;line-height:2.6}.link-card-grid .link-card{justify-content:flex-start}.link-card-grid .link-card .link-card-social{margin-top:auto;padding-top:4px}@media (min-width:769px) and (max-width:940px){.link-card-grid.grid-6{grid-template-columns:repeat(3,1fr)}}.link-card .link-card-name a{color:inherit}.metric-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.metric-item{display:flex;align-items:center;gap:12px;padding:8px 4px;border-radius:6px;text-decoration:none;transition:background 0.15s}.metric-item:hover{background:rgba(116,100,222,.04)}.metric-item .metric-rank{width:18px;font-size:13px;font-weight:800;color:#999;text-align:center;flex-shrink:0}.metric-item .metric-avatars{position:relative;width:25px;height:32px;flex-shrink:0}.metric-item .metric-avatar-main{position:absolute;left:0;top:0;width:32px;height:32px;border-radius:50%;object-fit:cover;border:2px solid #fff;background:#fafafa}.metric-item .metric-avatar-secondary{position:absolute;right:0;bottom:0;width:100%;height:100%;border-radius:50%;object-fit:contain;border:2px solid #fff;background:#fafafa}.metric-item .metric-info{flex:1;min-width:0;display:flex;flex-direction:column}.metric-item .metric-name{font-family:'Work Sans',sans-serif;font-weight:700;font-size:15px;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.metric-item .metric-team{font-size:13px;color:#6f6f6f;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.metric-item .metric-value{font-family:'Work Sans',sans-serif;font-weight:900;font-size:20px;color:#7464DE;flex-shrink:0}.laliga-module{padding:40px 0}.laliga-grid{display:grid;grid-template-columns:1fr;gap:16px}@media (min-width:768px){.laliga-grid{grid-template-columns:1fr 1fr;gap:20px}}@media (min-width:1024px){.laliga-grid{grid-template-columns:repeat(3,calc(33.3% - 17px))}}.laliga-panel{background:#fff;border:1px solid #e8e8e8;border-radius:8px;padding:20px;box-shadow:0 2px 6px rgba(0,0,0,.03)}.laliga-panel .panel-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:14px;padding-bottom:10px;border-bottom:1px solid #e8e8e8}.laliga-panel .panel-title{font-family:'Work Sans',sans-serif;font-weight:800;font-size:17px;line-height:1.4;color:#333;text-transform:uppercase;letter-spacing:.04em;margin:0}.standings-groups .standings-group-title{font-size:18px;line-height:1.4444;font-weight:600;margin:24px 0}.laliga-panel .panel-link{font-size:14px;font-weight:600;color:#7464DE;text-decoration:none;white-space:nowrap}.laliga-panel .panel-link:hover{color:#9B8FE8}.oddsml-empty-state{box-sizing:border-box;min-height:180px;padding:24px 16px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;text-align:center}.oddsml-empty-state__icon{width:48px;height:48px;flex:0 0 auto;color:var(--color-brand,#7464DE)}.oddsml-empty-state__message{margin:0;font-family:'Roboto Flex',sans-serif;font-size:15px;line-height:1.5;color:var(--color-muted,#6f6f6f)}@media (max-width:767px){.oddsml-empty-state{min-height:140px;padding:20px 16px}.oddsml-empty-state__icon{width:40px;height:40px}}.laliga-module-tabbed{border-top:1px solid #c5c8d8;margin-top:40px;padding-top:60px}.laliga-module-tabbed .laliga-tabs{margin-bottom:24px}.laliga-module-tabbed .section-heading-bar{margin-bottom:24px}.laliga-module-tabbed .section-heading-bar h2{margin:0}.laliga-module-tabbed .laliga-tabs p{margin:0}.laliga-module-tabbed .filter-bar .filter-pill{min-height:38px;height:auto;gap:8px;white-space:normal;text-align:left;margin:0;font-family:inherit;font-size:13px;font-weight:600;font-style:normal;line-height:1.2;text-transform:none;letter-spacing:normal}.laliga-module-tabbed .filter-bar .filter-pill.active{background:#fff;color:#5b3fd6;border-color:#5b3fd6}.laliga-module-tabbed .filter-pill img{width:20px;height:20px;object-fit:contain}.laliga-module-tabbed .laliga-tab-panel{display:none}.laliga-module-tabbed .laliga-tab-panel.active{display:block}.laliga-module-tabbed .laliga-tab-panel>p{margin:0}.laliga-module-tabbed .laliga-tab-intro{margin:0;font-size:16px;line-height:1.5;color:#595959}.laliga-module-tabbed .metric-item .metric-value{font-size:18px}.laliga-module-tabbed .standings-table .standings-team{flex-direction:column;align-items:flex-start;gap:4px}.laliga-module-tabbed .pick-card .pick-team{flex-direction:column;align-items:center;justify-content:flex-start;gap:4px;text-align:center}.laliga-module-tabbed .pick-card .pick-team.is-away{justify-content:flex-start;text-align:center}.laliga-module-tabbed .pick-card .pick-team img{order:-1}.expand{position:relative}.expand.is-collapsed{overflow:hidden}.expand.is-collapsed:after{content:'';position:absolute;left:0;right:0;bottom:0;height:120px;background:linear-gradient(to bottom,rgba(255,255,255,0),#ffffff);pointer-events:none}.expand.expand-no-fade.is-collapsed:after{content:none}.expand-btn-wrap{display:none;justify-content:center;margin-top:20px}.expand-btn{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#7464de;background:transparent;border:2px solid #7464de;border-radius:22px;padding:10px 24px;cursor:pointer;transition:background .2s,color .2s}.expand-btn:hover{background:#7464de;color:#fff}.sidebar-pronostico-heading{font-family:'Work Sans',sans-serif;font-weight:800;font-size:17px;letter-spacing:.06em;text-transform:uppercase;color:#333;margin-bottom:12px}.pick-card{background:#fff;border:1px solid #e8e8e8;border-radius:8px;padding:16px;box-shadow:0 2px 8px rgba(0,0,0,.04);display:flex;flex-direction:column}.pick-card:hover{transform:translateY(-2px);box-shadow:0 4px 20px rgba(75,62,196,.1)}.pick-card .pick-meta{display:flex;justify-content:space-between;font-size:13px;color:#6f6f6f;text-transform:uppercase;letter-spacing:.04em;margin-bottom:10px}.pick-card .pick-meta .pick-comp{font-weight:700;color:#7464DE}.pick-card .pick-teams{font-family:'Work Sans',sans-serif;font-weight:700;font-size:16px;color:#333;margin-bottom:12px;display:flex;align-items:center;gap:8px}.pick-card .pick-team{display:flex;flex-direction:column;align-items:center;gap:5px;flex:1;min-width:0;text-align:center}.pick-card .pick-team.is-away{align-items:center}.pick-card .pick-team img{width:32px;height:32px;border-radius:50%;object-fit:cover;background:#f5f3ff;border:1px solid #e5e7eb;flex-shrink:0}.pick-card .pick-team .pick-team-name{font-size:14px}.pick-card .pick-vs{font-size:13px;color:#9ca3af;text-transform:uppercase;letter-spacing:.06em;font-weight:600;flex-shrink:0}.pick-card .pick-suggestion{background:rgba(233,30,144,.08);padding:8px 12px;border-radius:4px;margin-bottom:10px}.pick-card .pick-suggestion-label{font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:#E91E90}.pick-card .pick-suggestion-value{font-family:'Work Sans',sans-serif;font-weight:700;font-size:16px;color:#333}.pick-card .pick-reasoning{font-size:14px;color:#595959;line-height:1.45;margin-bottom:12px}.pick-card .pick-odds{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin-bottom:12px}.pick-card .pick-odd{padding:6px;background:#f9fafb;border-radius:4px;text-align:center}.pick-card .pick-odd .odd-book{font-size:11px;color:#9ca3af;text-transform:uppercase;letter-spacing:.04em}.pick-card .pick-odd .odd-value{font-family:'Work Sans',sans-serif;font-weight:800;font-size:17px;color:#333}.pick-card .pick-odd.is-best{background:rgba(22,163,74,.1)}.pick-card .pick-odd.is-best .odd-value{color:#16a34a}.pick-card .pick-cta{display:block;padding:10px;background:#7464DE;color:#fff;text-align:center;font-size:15px;font-weight:700;border-radius:6px;text-decoration:none;transition:background 0.2s;margin-top:auto}.pick-card .pick-cta:hover{background:#7464DE}.footer-redesign{margin-top:auto;background:#1e1a40;color:rgba(255,255,255,.72)}.footer-redesign a{color:inherit;text-decoration:none;transition:color 0.15s}.footer-redesign .footer-inner{max-width:1200px;margin:0 auto;padding:0 24px;box-sizing:border-box}.footer-redesign .footer-brand-band{padding:36px 0 8px}.footer-redesign .footer-brand-card{display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap;width:100%;box-sizing:border-box;padding:28px 32px;border-radius:16px;background:linear-gradient(135deg,#7b2ff7 0%,#7b2ff7 60%,#e91e90 100%)}.footer-redesign .footer-brand{flex:1;min-width:260px}.footer-redesign .footer-brand-logo{display:inline-flex;align-items:center;margin-bottom:12px}.footer-redesign .footer-brand-logo img{height:32px;width:auto;display:block;filter:brightness(0) invert(1)}.footer-redesign .footer-brand-tagline{font-size:14px;line-height:1.55;color:rgba(255,255,255,.9);max-width:520px;margin:0 0 14px}.footer-redesign .footer-brand-meta{font-size:13px;color:rgba(255,255,255,.8)}.footer-redesign .footer-brand-meta a{color:#fff}.footer-redesign .footer-brand-meta a:hover{text-decoration:underline}.footer-redesign .footer-social-wrap{display:flex;flex-direction:column;align-items:flex-end;gap:10px}.footer-redesign .footer-social-label{font-family:'Work Sans',sans-serif;font-size:15px;font-weight:600;color:rgba(255,255,255,.9);margin:0;white-space:nowrap}.footer-redesign .footer-social{display:flex;gap:10px}.footer-redesign .footer-social-link{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;background:rgba(255,255,255,.2);color:#fff;transition:background 0.2s,transform 0.15s}.footer-redesign .footer-social-link:hover{background:rgba(255,255,255,.34);transform:translateY(-2px)}.footer-redesign .footer-social-link svg{width:18px;height:18px;display:block}.footer-redesign .footer-links-cols{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;padding:36px 0 20px;width:100%;box-sizing:border-box}.footer-redesign .footer-links-col-title{font-family:'Work Sans',sans-serif;font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#fff;margin:0 0 14px}.footer-redesign .footer-links-col ul{list-style:none;margin:0;padding:0}.footer-redesign .footer-links-col ul li{margin-bottom:8px}.footer-redesign .footer-links-col ul li a{font-family:'Work Sans',sans-serif;font-size:14px;font-weight:400;color:rgba(255,255,255,.7)}.footer-redesign .footer-links-col ul li a:hover{color:#E91E90}.footer-redesign .footer-compliance-band{background:#15122e;padding:24px 0;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}.footer-redesign .footer-compliance-band .footer-inner{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.footer-redesign .compliance-badge{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:#dc2626;color:#fff;font-family:'Work Sans',sans-serif;font-weight:900;font-size:14px;flex-shrink:0}.footer-redesign .compliance-text{flex:1;min-width:260px;font-size:12px;line-height:1.55;color:rgba(255,255,255,.7)}.footer-redesign .compliance-text strong{color:#fff}.footer-redesign .compliance-logos{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.footer-redesign .compliance-logo{display:inline-flex;align-items:center;padding:0;border-radius:6px;transition:transform 0.15s,box-shadow 0.15s}.footer-redesign .compliance-logo:hover{transform:translateY(-1px);box-shadow:0 2px 8px rgba(0,0,0,.3)}.footer-redesign .compliance-logo img{display:block;height:35px;width:auto}.footer-redesign .footer-legal-band{background:#161228;padding:16px 0}.footer-redesign .footer-legal-band .footer-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.footer-redesign .footer-legal-links{display:flex;gap:18px;flex-wrap:wrap}.footer-redesign .footer-legal-links a{font-size:14px;color:rgba(255,255,255,.6)}.footer-redesign .footer-legal-links a:hover{color:#fff}.footer-redesign .footer-copyright{font-size:14px;color:rgba(255,255,255,.55)}@media (max-width:767px){.footer-redesign .footer-links-cols{grid-template-columns:repeat(2,1fr);gap:24px}}@media (max-width:639px){.footer-redesign .footer-brand-card{flex-direction:column;align-items:flex-start;padding:24px 20px}.footer-redesign .footer-social-wrap{align-items:flex-start;width:100%}.footer-redesign .footer-links-cols{grid-template-columns:1fr;gap:0;padding:8px 0}.footer-redesign .footer-links-col{border-bottom:1px solid rgba(255,255,255,.08)}.footer-redesign .footer-links-col-title{display:flex;align-items:center;justify-content:space-between;width:100%;padding:14px 0;margin:0;cursor:pointer;user-select:none}.footer-redesign .footer-links-col-title::after{content:'';flex-shrink:0;width:8px;height:8px;margin-left:auto;border-right:2px solid rgba(255,255,255,.5);border-bottom:2px solid rgba(255,255,255,.5);transform:rotate(45deg);transition:transform 0.2s}.footer-redesign .footer-links-col.is-open .footer-links-col-title::after{transform:rotate(-135deg)}.footer-redesign .footer-links-col ul{max-height:0;overflow:hidden;transition:max-height 0.3s ease}.footer-redesign .footer-links-col.is-open ul{max-height:320px}.footer-redesign .footer-links-col ul li:first-child{margin-top:2px}.footer-redesign .footer-compliance-band .footer-inner{flex-direction:column;align-items:flex-start}.footer-redesign .footer-legal-band .footer-inner{flex-direction:column;align-items:flex-start;gap:10px}}.pick-card{background:#fff;border:1px solid #e6e8f0;border-radius:12px;padding:16px;box-shadow:0 2px 8px rgba(0,0,0,.04);display:flex;flex-direction:column;transition:box-shadow .2s,transform .2s;overflow:hidden}.pick-card:hover{transform:translateY(-2px);box-shadow:0 4px 20px rgba(91,63,214,.1)}.pick-card .pick-card-title{font-size:13px;line-height:2;font-weight:700;color:#5b3fd6;height:40px;display:flex;align-items:center;padding:0 16px;margin:-16px -16px 12px;background:rgba(91,63,214,.08);border-bottom:1px solid rgba(91,63,214,.12)}.pick-card .pick-card-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.pick-card .pick-card-competition{font-size:11px;line-height:2.3636;font-weight:700;color:#5b3fd6;text-transform:uppercase;letter-spacing:.06em;display:flex;align-items:center;gap:5px}.pick-card-competition img{width:16px;height:16px;object-fit:contain}.pick-card .pick-card-time{font-size:11px;line-height:2.3636;font-weight:500;color:#667085;text-transform:uppercase;letter-spacing:.04em}.pick-card .pick-card-match{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:8px;padding:12px 0;border-top:1px solid #e6e8f0;border-bottom:1px solid #e6e8f0;margin-bottom:12px}.pick-card .pick-card-team{display:flex;flex-direction:column;align-items:center;gap:4px;text-align:center}.pick-card .pick-card-badge{width:44px;height:44px;border-radius:50%;background:#f7f8fc;border:2px solid #e6e8f0;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.pick-card-badge img{width:100%;height:100%;object-fit:contain;padding:4px}.pick-card .pick-card-team-name{font-size:13px;line-height:2;font-weight:700;color:#181c27}.pick-card .pick-card-vs{font-size:11px;line-height:2.3636;font-weight:700;color:#667085;text-transform:uppercase;letter-spacing:.06em}.pick-card .pick-card-pick{background:rgba(255,47,142,.08);padding:8px 12px 8px 24px;border-radius:4px;margin-bottom:8px}.pick-card .pick-card-pick-label{font-size:10px;line-height:2.6;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#ff2f8e;margin-bottom:2px}.pick-card .pick-card-pick-text{font-size:15px;font-weight:700;color:#181c27;line-height:1.4667}.pick-card .pick-card-reasoning{font-size:13px;line-height:1.5385;color:#667085;margin-bottom:12px}.pick-card .pick-card-odds{display:grid;grid-template-columns:1fr 1fr 1fr;gap:4px;margin-bottom:12px}.pick-card .pick-card-odd{padding:8px 4px;background:#f7f8fc;border-radius:4px;text-align:center}.pick-card .pick-card-odd-book{font-size:10px;line-height:2.6;font-weight:600;color:#667085;text-transform:uppercase;letter-spacing:.04em;margin-bottom:2px}.pick-card .pick-card-odd-value{font-size:16px;font-weight:700;color:#181c27;line-height:1.375}.pick-card .pick-card-odd-best{background:rgba(22,163,74,.1)}.pick-card-odd-best .pick-card-odd-book{color:#16a34a}.pick-card-odd-best .pick-card-odd-value{color:#16a34a}.pick-card .pick-card-cta{display:block;height:44px;line-height:3.1429;background:#5b3fd6;color:#fff;font-size:14px;font-weight:700;text-align:center;border-radius:8px;text-decoration:none;margin-top:auto;transition:background .2s}.pick-card .pick-card-cta:hover{background:#7c3aed}.pick-card-wide .pick-card-cta{display:inline-flex;align-items:center;padding:0 80px;width:auto;align-self:center}.social-feed{background:#fff;border:1px solid #e6e8f0;border-radius:16px;padding:24px;margin:24px 0}.social-feed .social-feed-head{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:20px}.social-feed .social-feed-title{font-size:18px;line-height:1.4444;font-weight:700;color:#181c27}.social-feed h3.social-feed-title{margin:0}.social-feed .social-feed-tabs{display:inline-flex;background:#ededfa;border-radius:20px;padding:4px;gap:2px;max-width:100%;overflow-x:auto;scrollbar-width:none}.social-feed .social-feed-tabs::-webkit-scrollbar{display:none}.social-feed .social-feed-tabs.scroll-right{border-top-right-radius:0;border-bottom-right-radius:0}.social-feed .social-feed-tabs.scroll-left{border-top-left-radius:0;border-bottom-left-radius:0}.social-feed .social-feed-tab{cursor:pointer;display:inline-flex;align-items:center;gap:8px;font-size:14px;line-height:1.4286;font-weight:600;border:none;padding:6px 14px;border-radius:20px;background:transparent;color:#667085;white-space:nowrap;font-family:inherit}.social-feed .social-feed-tab .icon{background-color:currentColor}.social-feed .social-feed-tab.active{background:#5b3fd6;color:#fff}.social-feed .social-feed-tab-count{font-size:11px;line-height:1.4545;font-weight:700;padding:2px 7px;border-radius:20px;background:#e6e8f0;color:#667085}.social-feed .social-feed-tab.active .social-feed-tab-count{background:#fff;color:#5b3fd6}.social-feed .social-feed-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;align-items:start}.social-feed .social-feed-card{border-radius:12px;background:#f7f8fc;border:1px solid #e6e8f0;padding:16px;display:flex;flex-direction:column;gap:10px}.social-feed .social-feed-card-head{display:flex;align-items:flex-start;gap:10px}.social-feed .social-feed-avatar{width:38px;height:38px;border-radius:50%;background:#ededfa;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;line-height:1;color:#5b3fd6;flex-shrink:0}.social-feed .social-feed-account{flex:1;min-width:0}.social-feed .social-feed-account-name{display:flex;align-items:center;gap:4px;font-size:14px;line-height:1.4286;font-weight:700;color:#181c27}.social-feed .social-feed-verified{color:#1d9bf0;background-color:currentColor}.social-feed .social-feed-date{font-size:12px;line-height:1.5;color:#667085}.social-feed .social-feed-platform{width:30px;height:30px;border-radius:8px;background:#5b3fd6;color:#fff;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.social-feed .social-feed-platform .icon{background-color:currentColor}.social-feed .social-feed-media{width:100%;height:180px;border-radius:10px;background:linear-gradient(135deg,#e0d9f7,#c7bbf0);overflow:hidden}.social-feed .social-feed-media img{width:100%;height:100%;object-fit:cover;display:block}.social-feed .social-feed-text{font-size:14px;line-height:1.5;color:#181c27;margin:0}.social-feed .social-feed-more{color:#ff2f8e;font-weight:600;cursor:pointer}.social-feed .social-feed-more:hover{text-decoration:underline}.social-feed .social-feed-actions{display:flex;align-items:center;gap:16px;padding-top:2px}.social-feed .social-feed-action{color:#667085;display:inline-flex;cursor:pointer}.social-feed .social-feed-action .icon{background-color:currentColor}.social-feed .social-feed-share{margin-left:auto;display:inline-flex;align-items:center;gap:6px;font-size:13px;line-height:1.5385;font-weight:500;color:#181c27;cursor:pointer;border:1px solid #e6e8f0;border-radius:20px;padding:6px 14px;background:#fff;font-family:inherit}.social-feed .social-feed-share .icon{background-color:currentColor}.social-feed .social-feed-share:hover{border-color:#5b3fd6;color:#5b3fd6}.social-feed .social-feed-dots{display:flex;justify-content:center;gap:8px;padding-top:20px}.social-feed .social-feed-dot{border:none;padding:0;cursor:pointer;width:8px;height:8px;border-radius:50%;background:#e6e8f0;transition:background .15s}.social-feed .social-feed-dot.active{background:#5b3fd6}.social-feed-two .social-feed-grid{grid-template-columns:1fr 1fr}.social-feed-one{padding:16px}.social-feed-one .social-feed-grid{grid-template-columns:1fr}.social-feed-one .social-feed-title{font-size:16px;line-height:1.5}.social-feed-one .social-feed-media{height:150px}@media (max-width:768px){.social-feed-secondary{display:none!important}.social-feed-mobile-full{max-width:none!important}.social-feed{padding:16px}.social-feed .social-feed-grid{grid-template-columns:1fr}}.elfsight-app-32d71729-6dd1-4b39-bb2a-dee98eef39fe{background:#fff;border:1px solid #e6e8f0;border-radius:16px;padding:24px;margin:24px 0;font-family:inherit;color:#181c27}.elfsight-app-32d71729-6dd1-4b39-bb2a-dee98eef39fe .es-embed-root{max-width:none}.elfsight-app-32d71729-6dd1-4b39-bb2a-dee98eef39fe .es-background-base,.elfsight-app-32d71729-6dd1-4b39-bb2a-dee98eef39fe .es-background-overlay{background:transparent!important}.elfsight-app-32d71729-6dd1-4b39-bb2a-dee98eef39fe .es-widget-background-content{display:flex;flex-wrap:wrap;align-items:center;gap:20px 16px}.elfsight-app-32d71729-6dd1-4b39-bb2a-dee98eef39fe [class*="WidgetTitle"]{order:-2;margin-right:auto;margin-bottom:0}.elfsight-app-32d71729-6dd1-4b39-bb2a-dee98eef39fe [class*="Layout__LayoutContainer"]{order:0;flex:1 0 100%}.elfsight-app-32d71729-6dd1-4b39-bb2a-dee98eef39fe [class*="WidgetTitle__Header"]{font-size:18px;line-height:1.4444;font-weight:700;color:#181c27;text-align:left;margin:0}.elfsight-app-32d71729-6dd1-4b39-bb2a-dee98eef39fe .es-tabs-container{order:-1;flex:0 0 auto;margin:0;background:transparent!important}.elfsight-app-32d71729-6dd1-4b39-bb2a-dee98eef39fe .es-tabs-slider-inner{background:#ededfa;border-radius:20px;padding:4px}.elfsight-app-32d71729-6dd1-4b39-bb2a-dee98eef39fe .es-tab-item-container{border-radius:20px;padding:6px 14px;color:#667085}.elfsight-app-32d71729-6dd1-4b39-bb2a-dee98eef39fe .es-tab-item-source-name{margin-left:3px;font-size:14px;font-weight:600}.elfsight-app-32d71729-6dd1-4b39-bb2a-dee98eef39fe .es-tabs-slider-item-active .es-tab-item-container{background:#5b3fd6}.elfsight-app-32d71729-6dd1-4b39-bb2a-dee98eef39fe .es-tabs-slider-item-active .es-tab-item-source-name{color:#fff}.elfsight-app-32d71729-6dd1-4b39-bb2a-dee98eef39fe .es-tabs-slider-item-active .es-tab-item-icon{position:relative}.elfsight-app-32d71729-6dd1-4b39-bb2a-dee98eef39fe .es-tabs-slider-item-active .es-tab-item-icon:before{z-index:0;position:absolute;content:'';top:0;right:0;bottom:0;left:0;background-color:#fff;border-radius:5px}.elfsight-app-32d71729-6dd1-4b39-bb2a-dee98eef39fe .es-tabs-slider-item-active .es-tab-item-icon>div{position:relative;z-index:1;transform:scale(.875)}.elfsight-app-32d71729-6dd1-4b39-bb2a-dee98eef39fe .es-tab-item-icon,.elfsight-app-32d71729-6dd1-4b39-bb2a-dee98eef39fe .es-tab-item-icon svg{width:20px;height:20px;min-width:20px;min-height:20px;flex:0 0 auto}.elfsight-app-32d71729-6dd1-4b39-bb2a-dee98eef39fe .es-tab-item-container:hover,.elfsight-app-32d71729-6dd1-4b39-bb2a-dee98eef39fe .es-tab-item-container:focus-visible{background:transparent!important}.elfsight-app-32d71729-6dd1-4b39-bb2a-dee98eef39fe .es-tab-item-container::before,.elfsight-app-32d71729-6dd1-4b39-bb2a-dee98eef39fe .es-tab-item-container:hover::before,.elfsight-app-32d71729-6dd1-4b39-bb2a-dee98eef39fe .es-tab-item-container:focus::before,.elfsight-app-32d71729-6dd1-4b39-bb2a-dee98eef39fe .es-tab-item-container:focus-visible::before{opacity:0!important}.elfsight-app-32d71729-6dd1-4b39-bb2a-dee98eef39fe .es-tabs-slider-item-active .es-tab-item-container:hover{background:#5b3fd6!important}.elfsight-app-32d71729-6dd1-4b39-bb2a-dee98eef39fe .es-tab-item-container::after,.elfsight-app-32d71729-6dd1-4b39-bb2a-dee98eef39fe .es-tabs-slider-container::after{background-color:transparent!important}.elfsight-app-32d71729-6dd1-4b39-bb2a-dee98eef39fe .es-tabs-slider-item,.elfsight-app-32d71729-6dd1-4b39-bb2a-dee98eef39fe .es-tab-item-container{outline:none!important}.elfsight-app-32d71729-6dd1-4b39-bb2a-dee98eef39fe .es-tabs-slider-item:focus,.elfsight-app-32d71729-6dd1-4b39-bb2a-dee98eef39fe .es-tabs-slider-item:focus-visible,.elfsight-app-32d71729-6dd1-4b39-bb2a-dee98eef39fe .es-tab-item-container:focus,.elfsight-app-32d71729-6dd1-4b39-bb2a-dee98eef39fe .es-tab-item-container:focus-visible{outline:none!important;box-shadow:none!important;border-color:transparent!important}.elfsight-app-32d71729-6dd1-4b39-bb2a-dee98eef39fe [class*="CardContainer"]{background:#f7f8fc!important;border:1px solid #e6e8f0!important;border-radius:12px!important;box-shadow:none!important}.elfsight-app-32d71729-6dd1-4b39-bb2a-dee98eef39fe .es-avatar-background{background:#ededfa}.elfsight-app-32d71729-6dd1-4b39-bb2a-dee98eef39fe [class*="User__Name"]{color:#181c27;font-weight:700}.elfsight-app-32d71729-6dd1-4b39-bb2a-dee98eef39fe [class*="DateTime__Time"]{color:#667085;font-size:12px}.elfsight-app-32d71729-6dd1-4b39-bb2a-dee98eef39fe .es-text-shortener{color:#181c27;font-size:14px;line-height:1.5}.elfsight-app-32d71729-6dd1-4b39-bb2a-dee98eef39fe .es-text-shortener-control{color:#ff2f8e;font-weight:600}.elfsight-app-32d71729-6dd1-4b39-bb2a-dee98eef39fe .es-text-shortener a{color:#5b3fd6}.elfsight-app-32d71729-6dd1-4b39-bb2a-dee98eef39fe .es-text-shortener a:hover{color:#ff2f8e}.elfsight-app-32d71729-6dd1-4b39-bb2a-dee98eef39fe [class*="MediaContainer__Container"]{border-radius:10px;overflow:hidden}.elfsight-app-32d71729-6dd1-4b39-bb2a-dee98eef39fe [class*="Counters__Title"]{color:#667085}.elfsight-app-32d71729-6dd1-4b39-bb2a-dee98eef39fe .es-share-button{border:1px solid #e6e8f0;border-radius:20px;padding:6px 14px;background:#fff;color:#181c27}.elfsight-app-32d71729-6dd1-4b39-bb2a-dee98eef39fe .es-share-button:hover{border-color:#5b3fd6;color:#5b3fd6}.elfsight-app-32d71729-6dd1-4b39-bb2a-dee98eef39fe .es-bullets-control-item{width:8px;height:8px;border-radius:50%;background:#e6e8f0}.elfsight-app-32d71729-6dd1-4b39-bb2a-dee98eef39fe .es-bullets-control-item-active{background:#5b3fd6}@media (max-width:768px){.elfsight-app-32d71729-6dd1-4b39-bb2a-dee98eef39fe .es-tabs-container{flex:1 1 100%;overflow:visible}.elfsight-app-32d71729-6dd1-4b39-bb2a-dee98eef39fe .es-tabs-slider-container{width:100%;overflow:visible}.elfsight-app-32d71729-6dd1-4b39-bb2a-dee98eef39fe .es-tabs-slider-inner{flex-wrap:wrap!important;justify-content:flex-start;row-gap:4px;padding:10px!important;border-radius:12px}.elfsight-app-32d71729-6dd1-4b39-bb2a-dee98eef39fe .es-tabs-slider-navigation{display:none}.hmYGjk{margin:0!important}}.standings-table{width:100%;border-collapse:separate;border-spacing:0}.standings-table th{font-size:13px;line-height:2;font-weight:600;color:#667085;text-align:left;padding:6px 16px;background:#f7f8fc;border-bottom:1px solid #e6e8f0}.standings-table th:not(:first-child){text-align:center}.standings-table th:nth-child(2){text-align:left}.standings-table td{font-size:14px;line-height:1.8571;color:#181c27;padding:0 16px;height:40px;border-bottom:1px solid #e6e8f0}.standings-table td:not(:first-child){text-align:center;font-weight:500;color:#667085}.standings-table td:nth-child(2){text-align:left}.standings-table td.points{font-weight:700;color:#181c27}.standings-table tr:last-child td{border-bottom:0}.standings-table tr.highlight td{background:rgba(91,63,214,.05)}.standings-table tr.highlight td:first-child{border-left:3px solid #5b3fd6}.team-position{font-size:12px;line-height:2.1667;font-weight:700;color:#667085;width:20px}.team-name-cell{display:flex;align-items:center;gap:8px}.team-badge{width:20px;height:20px;border-radius:50%;background:#5b3fd6;flex-shrink:0}.laliga-panel .standings-table th{padding-left:4px;padding-right:4px}.laliga-panel .standings-table td{padding-left:4px;padding-right:4px}.laliga-panel .standings-table th:first-child,.laliga-panel .standings-table td:first-child{padding-left:8px}.laliga-panel .standings-table th:last-child,.laliga-panel .standings-table td:last-child{padding-right:8px}.laliga-panel .standings-table .standings-team{display:flex;align-items:center;gap:6px}.laliga-panel .standings-table .standings-team img{width:20px;height:20px;flex-shrink:0}.laliga-panel .standings-table .standings-team-name{min-width:0;overflow-wrap:anywhere}.laliga-panel .standings-legend{display:flex;flex-wrap:wrap;gap:6px 12px;margin-top:12px;font-size:12px;line-height:1.6667;color:#667085}.laliga-panel .standings-legend-item{display:inline-flex;align-items:center;gap:4px}.laliga-panel .standings-legend-item::before{content:'';width:8px;height:8px;border-radius:2px;flex-shrink:0}.laliga-panel .standings-legend-item.zone-champions::before{background:#5b3fd6}.laliga-panel .standings-legend-item.zone-europa::before{background:#0ea5e9}.laliga-panel .standings-legend-item.zone-conference::before{background:#22c55e}.laliga-panel .standings-legend-item.zone-relegation::before{background:#dc2626}