:root{--color-primary:#16a085;--color-primary-dark:#138d75;--color-primary-light:#48c9b0;--color-primary-hover:#1abc9c;--color-primary-alpha:#16a0851a;--color-secondary:#3498db;--color-secondary-dark:#2980b9;--color-secondary-light:#5dade2;--color-secondary-hover:#52c8ff;--color-secondary-alpha:#3498db1a;--color-accent-gold:#f1c40f;--color-accent-orange:#e67e22;--color-accent-purple:#9b59b6;--color-background:#0a0f1c;--color-background-alt:#0f1419;--color-surface:#1a2332;--color-surface-hover:#243041;--color-surface-elevated:#2c3e50;--color-surface-glass:#1a2332cc;--color-text:#ecf0f1;--color-text-primary:#fff;--color-text-secondary:#bdc3c7;--color-text-muted:#85929e;--color-text-disabled:#5d6d7e;--color-border:#34495e;--color-border-light:#4a5f7a;--color-border-focus:var(--color-primary);--color-divider:#ffffff1a;--color-success:#27ae60;--color-success-light:#2ecc71;--color-warning:#f39c12;--color-warning-light:#f1c40f;--color-danger:#e74c3c;--color-danger-light:#ec7063;--color-info:#3498db;--color-info-light:#5dade2;--gradient-primary:linear-gradient(135deg,#16a085 0%,#3498db 100%);--gradient-secondary:linear-gradient(135deg,#3498db 0%,#9b59b6 100%);--gradient-hero:linear-gradient(135deg,#0a0f1c 0%,#1a2332 50%,#2c3e50 100%);--gradient-card:linear-gradient(145deg,#1a2332e6 0%,#2c3e50b3 100%);--gradient-glass:linear-gradient(135deg,#ffffff1a 0%,#ffffff0d 100%);--space-xs:.25rem;--space-sm:.5rem;--space-md:.75rem;--space-lg:1rem;--space-xl:1.5rem;--space-2xl:2rem;--space-3xl:3rem;--space-4xl:4rem;--radius-xs:.25rem;--radius-sm:.375rem;--radius-md:.5rem;--radius-lg:.75rem;--radius-xl:1rem;--radius-2xl:1.5rem;--radius-full:9999px;--font-family-sans:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell",sans-serif;--font-family-mono:"JetBrains Mono","Fira Code","Consolas",monospace;--font-size-xs:.75rem;--font-size-sm:.875rem;--font-size-base:1rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--font-size-2xl:1.5rem;--font-size-3xl:1.875rem;--font-size-4xl:2.25rem;--font-size-5xl:3rem;--font-weight-light:300;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--font-weight-extrabold:800;--line-height-tight:1.25;--line-height-snug:1.375;--line-height-normal:1.5;--line-height-relaxed:1.625;--line-height-loose:2;--transition-fast:all .15s cubic-bezier(.4,0,.2,1);--transition-normal:all .25s cubic-bezier(.4,0,.2,1);--transition-slow:all .35s cubic-bezier(.4,0,.2,1);--transition-bounce:all .3s cubic-bezier(.68,-.55,.265,1.55);--shadow-xs:0 1px 2px 0 #00000040;--shadow-sm:0 1px 3px 0 #0000004d,0 1px 2px -1px #0000004d;--shadow-md:0 4px 6px -1px #00000059,0 2px 4px -2px #00000040;--shadow-lg:0 10px 15px -3px #0006,0 4px 6px -4px #0000004d;--shadow-xl:0 20px 25px -5px #00000073,0 8px 10px -6px #00000059;--shadow-2xl:0 25px 50px -12px #00000080;--shadow-inner:inset 0 2px 4px 0 #0000004d;--shadow-glow:0 0 20px #16a0854d;--shadow-glow-secondary:0 0 20px #3498db4d;--blur-sm:4px;--blur-md:8px;--blur-lg:16px;--blur-xl:24px;--bp-sm:640px;--bp-md:768px;--bp-lg:1024px;--bp-xl:1280px;--bp-2xl:1536px;--z-dropdown:1000;--z-sticky:1020;--z-fixed:1030;--z-modal-backdrop:1040;--z-modal:1050;--z-popover:1060;--z-tooltip:1070;--z-toast:1080;--color-cricket-field:#2d8a2f;--color-cricket-pitch:#8b4513;--color-cricket-boundary:#fff;--color-team-home:var(--color-primary);--color-team-away:var(--color-secondary);--color-wicket:var(--color-danger);--color-boundary:var(--color-accent-gold);--color-six:var(--color-accent-orange)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;-moz-text-size-adjust:100%;text-size-adjust:100%;height:100%}body{min-height:100vh;line-height:var(--line-height-normal);font-family:var(--font-family-sans);font-size:var(--font-size-base);font-weight:var(--font-weight-normal);color:var(--color-text);background:var(--color-background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;overflow-x:hidden}img,picture,video,canvas,svg{max-width:100%;height:auto;display:block}input,button,textarea,select{font:inherit;color:inherit;background:0 0;border:none;outline:none}button{cursor:pointer;background:0 0;border:none;padding:0}a{color:inherit;transition:var(--transition-fast);text-decoration:none}table{border-collapse:collapse;border-spacing:0}h1,h2,h3,h4,h5,h6{font-weight:var(--font-weight-bold);line-height:var(--line-height-tight);margin-bottom:var(--space-lg);color:var(--color-text-primary);letter-spacing:-.025em}h1{font-size:var(--font-size-4xl);font-weight:var(--font-weight-extrabold);background:var(--gradient-primary);color:#0000;margin-bottom:var(--space-2xl);-webkit-background-clip:text;background-clip:text}h2{font-size:var(--font-size-3xl);font-weight:var(--font-weight-bold);margin-bottom:var(--space-xl)}h3{font-size:var(--font-size-2xl);font-weight:var(--font-weight-semibold);margin-bottom:var(--space-lg)}h4{font-size:var(--font-size-xl);margin-bottom:var(--space-md)}h5{font-size:var(--font-size-lg);margin-bottom:var(--space-sm)}h6{font-size:var(--font-size-base);margin-bottom:var(--space-sm)}p{margin-bottom:var(--space-lg);color:var(--color-text-secondary);line-height:var(--line-height-relaxed)}.lead{font-size:var(--font-size-lg);font-weight:var(--font-weight-medium);color:var(--color-text);line-height:var(--line-height-normal)}.small{font-size:var(--font-size-sm);color:var(--color-text-muted)}.text-gradient{background:var(--gradient-primary);color:#0000;font-weight:var(--font-weight-bold);-webkit-background-clip:text;background-clip:text}.text-glow{text-shadow:0 0 20px}strong,b{font-weight:var(--font-weight-semibold);color:var(--color-text)}em,i{font-style:italic}.muted{color:var(--color-text-muted)}a.link-underline{text-underline-offset:3px;text-decoration:underline;text-decoration-thickness:1px}a.link-underline:hover{text-decoration-thickness:2px}a.link-animated{position:relative;overflow:hidden}a.link-animated:after{content:"";background:var(--gradient-primary);width:0;height:2px;transition:var(--transition-fast);position:absolute;bottom:0;left:0}a.link-animated:hover:after{width:100%}.btn{justify-content:center;align-items:center;gap:var(--space-sm);padding:var(--space-md)var(--space-xl);border-radius:var(--radius-md);font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);transition:var(--transition-fast);cursor:pointer;border:none;min-height:44px;text-decoration:none;display:inline-flex;position:relative;overflow:hidden}.btn:before{content:"";width:0;height:0;transition:var(--transition-normal);background:#fff3;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.btn:hover:before{width:300px;height:300px}.btn:active{transform:translateY(1px)}.btn-primary{background:var(--gradient-primary);color:var(--color-text-primary);box-shadow:var(--shadow-md)}.btn-primary:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.btn-secondary{background:var(--color-surface-elevated);color:var(--color-text);border:1px solid var(--color-border-light)}.btn-secondary:hover{background:var(--color-surface-hover);border-color:var(--color-primary);box-shadow:var(--shadow-glow)}.btn-ghost{color:var(--color-primary);border:1px solid var(--color-primary);background:0 0}.btn-ghost:hover{background:var(--color-primary-alpha);box-shadow:var(--shadow-glow)}.btn-sm{padding:var(--space-sm)var(--space-lg);font-size:var(--font-size-xs);min-height:36px}.btn-lg{padding:var(--space-lg)var(--space-2xl);font-size:var(--font-size-lg);min-height:52px}.container{width:100%;max-width:var(--bp-2xl);padding:0 var(--space-lg);margin:0 auto}@media (min-width:640px){.container{padding:0 var(--space-xl)}}.card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);transition:var(--transition-normal);position:relative;overflow:hidden}.card:before{content:"";background:var(--gradient-glass);pointer-events:none;height:1px;position:absolute;top:0;left:0;right:0}.card:hover{background:var(--color-surface-hover);border-color:var(--color-primary);box-shadow:var(--shadow-lg);transform:translateY(-2px)}.card-header{padding:var(--space-xl);padding-bottom:var(--space-lg);border-bottom:1px solid var(--color-divider)}.card-body{padding:var(--space-xl)}.card-footer{padding:var(--space-xl);border-top:1px solid var(--color-divider);background:#ffffff05}.surface-glass{background:var(--color-surface-glass);-webkit-backdrop-filter:blur(var(--blur-lg));backdrop-filter:blur(var(--blur-lg));border:1px solid #ffffff1a}.surface-elevated{background:var(--color-surface-elevated);box-shadow:var(--shadow-xl)}.flex{display:flex}.flex-col{flex-direction:column;display:flex}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-sm{gap:var(--space-sm)}.gap-md{gap:var(--space-md)}.gap-lg{gap:var(--space-lg)}.hidden{display:none}@media (min-width:640px){.sm\:block{display:block}.sm\:hidden{display:none}}@media (min-width:768px){.md\:block{display:block}.md\:hidden{display:none}}@media (min-width:1024px){.lg\:block{display:block}.lg\:hidden{display:none}}.glass-effect{background:var(--color-surface-glass);-webkit-backdrop-filter:blur(var(--blur-lg));backdrop-filter:blur(var(--blur-lg));border:1px solid #ffffff1a}.backdrop-blur{-webkit-backdrop-filter:blur(var(--blur-lg));backdrop-filter:blur(var(--blur-lg))}.hover-lift{transition:var(--transition-normal)}.hover-lift:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.hover-glow{transition:var(--transition-normal)}.hover-glow:hover{box-shadow:var(--shadow-glow)}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.loading{animation:2s cubic-bezier(.4,0,.6,1) infinite pulse}.shimmer{background:linear-gradient(90deg,#0000,#ffffff1a,#0000) 0 0/1000px 100%;animation:2s infinite shimmer}:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px;border-radius:var(--radius-sm)}::selection{background:var(--color-primary);color:var(--color-text-primary)}::selection{background:var(--color-primary);color:var(--color-text-primary)}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--color-surface);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:var(--radius-full);transition:var(--transition-fast)}::-webkit-scrollbar-thumb:hover{background:var(--color-primary)}::-webkit-scrollbar-corner{background:var(--color-surface)}*{scrollbar-width:thin;scrollbar-color:var(--color-border)var(--color-surface)}@media (max-width:1024px){h1{font-size:calc(var(--font-size-4xl)*.9)}h2{font-size:calc(var(--font-size-3xl)*.9)}h3{font-size:calc(var(--font-size-2xl)*.9)}}@media (max-width:768px){h1{font-size:calc(var(--font-size-4xl)*.8)}h2{font-size:calc(var(--font-size-3xl)*.8)}h3{font-size:calc(var(--font-size-2xl)*.8)}.container{padding:0 var(--space-md)}.card-header,.card-body,.card-footer{padding:var(--space-lg)}}@media (max-width:640px){h1{font-size:calc(var(--font-size-4xl)*.7)}h2{font-size:calc(var(--font-size-3xl)*.7)}h3{font-size:calc(var(--font-size-2xl)*.7)}.btn{padding:var(--space-sm)var(--space-lg);min-height:40px}.btn-lg{padding:var(--space-md)var(--space-xl)}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media (prefers-contrast:high){:root{--color-border:#fff;--color-text:#fff;--color-background:#000}}@media (prefers-reduced-transparency:reduce){:root{--color-surface-glass:var(--color-surface);--gradient-glass:none}.glass-effect,.backdrop-blur{-webkit-backdrop-filter:none;backdrop-filter:none}}@media print{.no-print{display:none!important}body{color:#000;background:#fff}a{color:#000;text-decoration:underline}}.matches-page{max-width:var(--bp-2xl);padding:calc(4rem + var(--space-lg))var(--space-lg)var(--space-2xl);background:var(--color-background);min-height:100vh;margin:0 auto}.matches-header{text-align:center;margin-bottom:var(--space-2xl);padding:var(--space-lg)0;position:relative}.header-content{gap:var(--space-md);flex-direction:column;animation:.8s ease-out fadeInUp;display:flex}.matches-title{font-size:var(--font-size-4xl);font-weight:var(--font-weight-bold);background:var(--gradient-primary);color:#fff;letter-spacing:-.02em;justify-content:center;align-items:center;gap:var(--space-md);-webkit-background-clip:text;background-clip:text;margin:0;display:flex}.matches-subtitle{font-size:var(--font-size-lg);color:var(--color-text-secondary);font-weight:var(--font-weight-normal);opacity:.9;margin:0}.live-indicator{font-size:var(--font-size-2xl);animation:2s ease-in-out infinite livePulse}@keyframes livePulse{0%,70%{opacity:1;transform:scale(1)}35%{opacity:.6;transform:scale(1.1)}}.matches-container{width:100%;animation:.6s ease-out .2s both fadeIn;position:relative}.matches-grid{gap:var(--space-xl);grid-template-columns:1fr;width:100%;max-width:100%;margin:0 auto;display:grid}.no-matches{padding:var(--space-4xl);text-align:center;justify-content:center;align-items:center;gap:var(--space-lg);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm);flex-direction:column;max-width:500px;margin:0 auto;display:flex}.no-matches-icon{opacity:.6;font-size:4rem}.no-matches h3{font-size:var(--font-size-xl);font-weight:var(--font-weight-semibold);color:var(--color-text-primary);margin:0}.no-matches p{font-size:var(--font-size-base);color:var(--color-text-muted);line-height:var(--line-height-relaxed);margin:0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.matches-page{padding:calc(60px + var(--space-lg))var(--space-md)var(--space-xl)}.matches-header{margin-bottom:var(--space-xl);padding:var(--space-md)0}.matches-title{font-size:var(--font-size-3xl)}.matches-grid{gap:var(--space-lg)}}@media (max-width:768px){.matches-page{padding:calc(55px + var(--space-md))var(--space-sm)var(--space-lg)}.matches-header{margin-bottom:var(--space-lg);padding:var(--space-sm)0}.matches-title{font-size:var(--font-size-2xl);gap:var(--space-sm);flex-direction:column}.matches-subtitle{font-size:var(--font-size-base)}.matches-grid{gap:var(--space-md);grid-template-columns:1fr}.no-matches{padding:var(--space-2xl)}.no-matches-icon{font-size:3rem}}@media (max-width:480px){.matches-page{padding:calc(50px + var(--space-sm))var(--space-xs)var(--space-md)}.matches-title{font-size:var(--font-size-xl)}.matches-subtitle{font-size:var(--font-size-sm)}.matches-grid{gap:var(--space-sm)}.no-matches{padding:var(--space-xl)}}@media (prefers-contrast:high){.no-matches{border-width:2px}}@media (prefers-reduced-motion:reduce){.live-indicator,.header-content,.matches-container{animation:none}}@media print{.matches-header:before{display:none}.matches-title{color:#000!important;background:0 0!important}.live-indicator{animation:none}}.content-wrapper{min-height:100vh}
.Navbar-module__dVeNwG__navbar{z-index:1000;height:72px;padding:1rem 0;transition:all .4s cubic-bezier(.4,0,.2,1);position:fixed;top:0;left:0;right:0;overflow:visible!important}.Navbar-module__dVeNwG__navbarBackground{-webkit-backdrop-filter:blur(20px)saturate(180%);background:linear-gradient(135deg,#ffffff1a 0%,#ffffff0d 100%);border-bottom:1px solid #ffffff1a;position:absolute;inset:0;box-shadow:0 4px 30px #0000001a,inset 0 1px #ffffff1a}.Navbar-module__dVeNwG__navbar.Navbar-module__dVeNwG__scrolled .Navbar-module__dVeNwG__navbarBackground{-webkit-backdrop-filter:blur(25px)saturate(200%);background:linear-gradient(135deg,#ffffff26 0%,#ffffff14 100%);border-bottom:1px solid #ffffff26;box-shadow:0 8px 32px #0003,inset 0 1px #ffffff1a}.Navbar-module__dVeNwG__navContainer{z-index:1;justify-content:space-between;align-items:center;max-width:85rem;height:100%;margin:0 auto;padding:0 2rem;display:flex;position:relative}.Navbar-module__dVeNwG__navLogo{z-index:2;align-items:center;text-decoration:none;display:flex}.Navbar-module__dVeNwG__logoWrapper{align-items:center;height:100%;padding:0;display:flex}.Navbar-module__dVeNwG__logoImage{object-fit:contain;background:0 0;width:auto;max-height:60px;transition:transform .3s}.Navbar-module__dVeNwG__navLogo:hover .Navbar-module__dVeNwG__logoImage{transform:scale(1.05)}.Navbar-module__dVeNwG__navTabs{z-index:1001;align-items:center;gap:.5rem;margin:0;padding:0;list-style:none;display:flex;position:relative}.Navbar-module__dVeNwG__navItem{position:relative}.Navbar-module__dVeNwG__navItemText{color:#ffffffd9;cursor:pointer;-webkit-backdrop-filter:blur(10px);background:#ffffff0d;border:none;border-radius:12px;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-family:inherit;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex}.Navbar-module__dVeNwG__navItemText:hover{color:#fff;background:#ffffff1f;border-color:#fff3;transform:translateY(-1px);box-shadow:0 4px 12px #0000001a,0 2px 4px #ffffff0d}.Navbar-module__dVeNwG__navItemText.Navbar-module__dVeNwG__active{color:#fff;background:linear-gradient(135deg,#667eea33 0%,#764ba233 100%);border:1px solid #667eea66;box-shadow:0 4px 15px #667eea33,inset 0 1px #fff3}.Navbar-module__dVeNwG__dropdownMenu{-webkit-backdrop-filter:blur(20px)saturate(180%);background:#1e293bf2;border:1px solid #ffffff26;border-radius:16px;min-width:220px;padding:.5rem;list-style:none;animation:.3s cubic-bezier(.4,0,.2,1) Navbar-module__dVeNwG__slideUp;position:absolute;top:calc(100% + 8px);left:0;box-shadow:0 20px 40px #0000004d,inset 0 1px #ffffff1a;z-index:1002!important;visibility:visible!important;opacity:1!important;overflow:visible!important}@keyframes Navbar-module__dVeNwG__slideUp{0%{opacity:0;transform:translateY(10px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.Navbar-module__dVeNwG__dropdownItem{margin:0;padding:0;list-style:none}.Navbar-module__dVeNwG__dropdownLink{color:#ffffffd9;border-radius:12px;margin:.25rem 0;padding:.75rem 1rem;font-size:.9rem;font-weight:400;text-decoration:none;transition:all .2s;display:block}.Navbar-module__dVeNwG__dropdownLink:hover{color:#fff;background:#667eea26;transform:translate(2px)}.Navbar-module__dVeNwG__chevron{transition:transform .3s cubic-bezier(.4,0,.2,1)}.Navbar-module__dVeNwG__rotate{transform:rotate(180deg)}.Navbar-module__dVeNwG__navMenuBtn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;cursor:pointer;z-index:2;background:#ffffff1a;border:none;border-radius:12px;padding:.75rem;transition:all .3s;display:none}.Navbar-module__dVeNwG__navMenuBtn:hover{background:#ffffff26;border-color:#ffffff40;transform:translateY(-1px)}.Navbar-module__dVeNwG__mobileOverlay{-webkit-backdrop-filter:blur(8px);opacity:0;visibility:hidden;z-index:999;background:#000000b3;transition:all .3s;position:fixed;inset:0}.Navbar-module__dVeNwG__overlayVisible{opacity:1;visibility:visible}.Navbar-module__dVeNwG__mobileMenu{z-index:1000;width:320px;height:100vh;transition:all .4s cubic-bezier(.4,0,.2,1);position:fixed;top:0;right:-100%;overflow:hidden}.Navbar-module__dVeNwG__mobileMenuBackground{-webkit-backdrop-filter:blur(30px);background:linear-gradient(135deg,#0f172afa 0%,#1e293bf2 100%);border-left:1px solid #ffffff1a;position:absolute;inset:0}.Navbar-module__dVeNwG__mobileMenuContent{z-index:1;flex-direction:column;height:100%;padding:2rem;display:flex;position:relative}.Navbar-module__dVeNwG__menuOpen{right:0}.Navbar-module__dVeNwG__mobileMenuHeader{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1.5rem;display:flex}.Navbar-module__dVeNwG__mobileLogoWrapper{align-items:center;display:flex}.Navbar-module__dVeNwG__mobileLogoImage{width:auto;max-height:40px}.Navbar-module__dVeNwG__closeButton{color:#fff;cursor:pointer;background:#ffffff1a;border:none;border-radius:10px;padding:.5rem;transition:all .3s}.Navbar-module__dVeNwG__closeButton:hover{background:#ffffff26;transform:rotate(90deg)}.Navbar-module__dVeNwG__mobileTabs{flex:1;margin:0;padding:0;list-style:none;overflow-y:auto}.Navbar-module__dVeNwG__mobileItem{margin-bottom:.5rem;list-style:none}.Navbar-module__dVeNwG__mobileItemText{color:#ffffffe6;background:#ffffff0d;border:1px solid #0000;border-radius:12px;align-items:center;gap:1rem;padding:1rem;font-size:1.1rem;text-decoration:none;transition:all .3s;display:flex}.Navbar-module__dVeNwG__mobileItemText:hover{background:#ffffff1a;border-color:#ffffff26;transform:translate(5px)}.Navbar-module__dVeNwG__mobileItemText.Navbar-module__dVeNwG__active{color:#fff;background:linear-gradient(135deg,#667eea33 0%,#764ba233 100%);border:1px solid #667eea4d}.Navbar-module__dVeNwG__mobileSubmenuGroup{margin-bottom:1rem;list-style:none}.Navbar-module__dVeNwG__mobileSubmenuHeader{color:#fffc;align-items:center;gap:1rem;padding:.75rem 1rem;font-size:1.1rem;font-weight:600;display:flex}.Navbar-module__dVeNwG__mobileSubmenuLabel{font-size:1rem}.Navbar-module__dVeNwG__mobileSubList{margin:.5rem 0 0 1rem;padding-left:1rem;list-style:none}.Navbar-module__dVeNwG__mobileSubItem{margin-bottom:.25rem;list-style:none}.Navbar-module__dVeNwG__mobileMenuFooter{border-top:1px solid #ffffff1a;margin-top:auto;padding-top:1.5rem}.Navbar-module__dVeNwG__menuDivider{background:linear-gradient(90deg,#0000 0%,#ffffff1a 50%,#0000 100%);height:1px;margin-bottom:1rem}.Navbar-module__dVeNwG__mobileCopyright{text-align:center;color:#ffffff80;font-size:.75rem}@media (max-width:1024px){.Navbar-module__dVeNwG__navTabs{display:none}.Navbar-module__dVeNwG__navMenuBtn{justify-content:center;align-items:center;display:flex}}@media (max-width:768px){.Navbar-module__dVeNwG__navContainer{padding:0 1.5rem}.Navbar-module__dVeNwG__mobileMenu{width:280px}}@media (max-width:480px){.Navbar-module__dVeNwG__navContainer{padding:0 1rem}.Navbar-module__dVeNwG__mobileMenu{border-left:none;width:100%}.Navbar-module__dVeNwG__mobileMenuContent{padding:1.5rem}}html{scroll-behavior:smooth}body.Navbar-module__dVeNwG__menu-open{overflow:hidden}
.Footer-module__rnk_JG__appFooter{background:linear-gradient(#0f172a 0%,#1e293b 100%);border-top:1px solid #ffffff1a;margin-top:3rem;position:relative}.Footer-module__rnk_JG__appFooter:before{content:"";opacity:.6;background:linear-gradient(90deg,#667eea,#764ba2);height:2px;position:absolute;top:0;left:0;right:0}.Footer-module__rnk_JG__footerContainer{grid-template-columns:1fr 2fr;align-items:start;gap:clamp(1.5rem,4vw,3rem);max-width:80rem;margin:0 auto;padding:clamp(2.5rem,6vw,4rem) clamp(1rem,4vw,2rem) clamp(2rem,5vw,3rem);display:grid}.Footer-module__rnk_JG__footerLogo{flex-direction:column;gap:.5rem;display:flex}.Footer-module__rnk_JG__logoLink{text-decoration:none;transition:transform .3s;display:inline-block}.Footer-module__rnk_JG__logoLink:hover{transform:scale(1.05)}.Footer-module__rnk_JG__logoImage{filter:brightness(1.1);width:160px;max-width:100%;height:auto}.Footer-module__rnk_JG__tagline{color:#94a3b8;max-width:70%;margin:0;font-size:.875rem;line-height:1.4}.Footer-module__rnk_JG__footerLinks{grid-template-columns:repeat(4,1fr);gap:clamp(1.5rem,3vw,2.5rem);display:grid}.Footer-module__rnk_JG__linkColumn{flex-direction:column;gap:1rem;display:flex}.Footer-module__rnk_JG__linkColumn h3{color:#f8fafc;margin-bottom:.5rem;font-size:1.125rem;font-weight:600;display:inline-block;position:relative}.Footer-module__rnk_JG__linkColumn h3:after{content:"";background:linear-gradient(90deg,#667eea,#764ba2);border-radius:9999px;width:2rem;height:2px;position:absolute;bottom:-4px;left:0}.Footer-module__rnk_JG__linkColumn ul{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.Footer-module__rnk_JG__linkColumn a{color:#94a3b8;align-items:center;gap:.5rem;padding:.25rem 0;font-size:.875rem;text-decoration:none;transition:all .3s;display:inline-flex;position:relative}.Footer-module__rnk_JG__linkColumn a:hover{color:#f8fafc;transform:translate(4px)}.Footer-module__rnk_JG__matchesBadge{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:9999px;margin-left:auto;padding:.125rem .375rem;font-size:.625rem;font-weight:600}.Footer-module__rnk_JG__liveDot{background:#ef4444;border-radius:50%;width:6px;height:6px;margin-left:.5rem;animation:1.5s infinite Footer-module__rnk_JG__pulse;display:inline-block;box-shadow:0 0 #ef4444b3}@keyframes Footer-module__rnk_JG__pulse{0%{box-shadow:0 0 #ef4444b3}70%{box-shadow:0 0 0 6px #ef444400}to{box-shadow:0 0 #ef444400}}.Footer-module__rnk_JG__socialLinks{flex-direction:column;gap:.75rem;display:flex}.Footer-module__rnk_JG__socialLinks a{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:.5rem;align-items:center;gap:.75rem;padding:.5rem 1rem;transition:all .3s;display:flex}.Footer-module__rnk_JG__socialLinks a:hover{background:#ffffff1a;border-color:#667eea4d;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.Footer-module__rnk_JG__socialIcon{color:#667eea;font-size:1.125rem}.Footer-module__rnk_JG__contactInfo{border-top:1px solid #ffffff1a;margin-top:1rem;padding-top:1rem}.Footer-module__rnk_JG__email a{color:#94a3b8;font-size:.875rem;text-decoration:none;transition:color .3s}.Footer-module__rnk_JG__email a:hover{color:#667eea}.Footer-module__rnk_JG__socialLinksMobile{border-top:1px solid #ffffff1a;justify-content:center;gap:1rem;margin-top:1.5rem;margin-bottom:1.5rem;padding-top:1.5rem;display:none}.Footer-module__rnk_JG__socialLinksMobile a{color:#667eea;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.25rem;transition:all .3s;display:flex}.Footer-module__rnk_JG__socialLinksMobile a:hover{background:#667eea1a;border-color:#667eea4d;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.Footer-module__rnk_JG__footerBottom{background:#0003;border-top:1px solid #ffffff1a;padding:1.5rem 0}.Footer-module__rnk_JG__bottomContainer{justify-content:space-between;align-items:center;max-width:80rem;margin:0 auto;padding:0 clamp(1rem,4vw,2rem);display:flex}.Footer-module__rnk_JG__footerBottom p{color:#64748b;margin:0;font-size:.875rem}.Footer-module__rnk_JG__legalLinks{align-items:center;gap:.75rem;display:flex}.Footer-module__rnk_JG__legalLinks a{color:#94a3b8;font-size:.875rem;text-decoration:none;transition:color .3s}.Footer-module__rnk_JG__legalLinks a:hover{color:#f8fafc}.Footer-module__rnk_JG__separator{color:#64748b;font-size:.75rem}@media (max-width:1024px) and (min-width:769px){.Footer-module__rnk_JG__footerContainer{grid-template-columns:1fr;gap:2.5rem}.Footer-module__rnk_JG__footerLogo{text-align:center;align-items:center}.Footer-module__rnk_JG__tagline{display:none}.Footer-module__rnk_JG__footerLinks{grid-template-columns:repeat(4,1fr);gap:2rem}.Footer-module__rnk_JG__linkColumn{align-items:flex-start}.Footer-module__rnk_JG__linkColumn h3:after{left:0;transform:none}.Footer-module__rnk_JG__bottomContainer{text-align:center;flex-direction:column;gap:1rem}}@media (max-width:768px){.Footer-module__rnk_JG__footerContainer{grid-template-columns:1fr;gap:2rem;padding:2rem 1.5rem 1.5rem}.Footer-module__rnk_JG__footerLogo{text-align:left;border-bottom:1px solid #ffffff1a;padding-bottom:1rem}.Footer-module__rnk_JG__logoImage{width:140px}.Footer-module__rnk_JG__footerLinks{grid-template-columns:repeat(2,1fr);gap:2rem}.Footer-module__rnk_JG__footerLinks .Footer-module__rnk_JG__linkColumn:nth-child(4){display:none}.Footer-module__rnk_JG__linkColumn{align-items:flex-start;gap:.75rem}.Footer-module__rnk_JG__linkColumn h3{margin-bottom:.75rem;font-size:1.125rem}.Footer-module__rnk_JG__linkColumn h3:after{left:0;transform:none}.Footer-module__rnk_JG__linkColumn ul{gap:.625rem}.Footer-module__rnk_JG__linkColumn a{padding:.375rem 0;font-size:.9375rem}.Footer-module__rnk_JG__linkColumn a:hover{transform:translate(4px)}.Footer-module__rnk_JG__socialLinksMobile{display:flex}.Footer-module__rnk_JG__footerBottom{padding:1.25rem 0}.Footer-module__rnk_JG__bottomContainer{text-align:center;flex-direction:column;gap:1rem;padding:0 1.5rem}.Footer-module__rnk_JG__legalLinks{order:1}.Footer-module__rnk_JG__footerBottom p{order:2}.Footer-module__rnk_JG__tagline{display:none}}@media (max-width:480px){.Footer-module__rnk_JG__footerContainer{gap:1.75rem;padding:1.75rem 1.25rem 1.25rem}.Footer-module__rnk_JG__footerLogo{padding-bottom:.75rem}.Footer-module__rnk_JG__logoImage{width:120px}.Footer-module__rnk_JG__footerLinks{grid-template-columns:1fr;gap:1.5rem}.Footer-module__rnk_JG__footerLinks .Footer-module__rnk_JG__linkColumn:nth-child(4){display:flex}.Footer-module__rnk_JG__linkColumn{gap:.5rem}.Footer-module__rnk_JG__linkColumn h3{margin-bottom:.5rem;font-size:1.0625rem}.Footer-module__rnk_JG__linkColumn ul{gap:.5rem}.Footer-module__rnk_JG__linkColumn a{padding:.25rem 0;font-size:.875rem}.Footer-module__rnk_JG__socialLinksMobile{gap:.875rem;margin-top:1.25rem;padding-top:1.25rem}.Footer-module__rnk_JG__socialLinksMobile a{width:40px;height:40px;font-size:1.125rem}.Footer-module__rnk_JG__footerBottom{padding:1rem 0}.Footer-module__rnk_JG__bottomContainer{gap:.75rem;padding:0 1.25rem}.Footer-module__rnk_JG__footerBottom p,.Footer-module__rnk_JG__legalLinks a{font-size:.8125rem}.Footer-module__rnk_JG__tagline{display:none}}@media (max-width:360px){.Footer-module__rnk_JG__footerContainer{padding:1.5rem 1rem 1rem}.Footer-module__rnk_JG__footerLinks{gap:1.25rem}.Footer-module__rnk_JG__socialLinksMobile{gap:.75rem}.Footer-module__rnk_JG__socialLinksMobile a{width:36px;height:36px;font-size:1rem}.Footer-module__rnk_JG__bottomContainer{padding:0 1rem}.Footer-module__rnk_JG__tagline{display:none}}@media (prefers-reduced-motion:reduce){.Footer-module__rnk_JG__logoLink:hover,.Footer-module__rnk_JG__linkColumn a:hover,.Footer-module__rnk_JG__socialLinks a:hover,.Footer-module__rnk_JG__socialLinksMobile a:hover,.Footer-module__rnk_JG__liveDot{animation:none;transform:none}}.Footer-module__rnk_JG__logoLink:focus-visible,.Footer-module__rnk_JG__linkColumn a:focus-visible,.Footer-module__rnk_JG__socialLinks a:focus-visible,.Footer-module__rnk_JG__socialLinksMobile a:focus-visible,.Footer-module__rnk_JG__legalLinks a:focus-visible,.Footer-module__rnk_JG__email a:focus-visible{outline-offset:2px;border-radius:.25rem;outline:2px solid #667eea}@media (prefers-contrast:high){.Footer-module__rnk_JG__appFooter{border-top-width:2px}.Footer-module__rnk_JG__linkColumn a,.Footer-module__rnk_JG__legalLinks a,.Footer-module__rnk_JG__email a{text-decoration:underline}.Footer-module__rnk_JG__socialLinks a,.Footer-module__rnk_JG__socialLinksMobile a{border:2px solid}}@media print{.Footer-module__rnk_JG__appFooter:before{display:none}.Footer-module__rnk_JG__logoImage{filter:none}.Footer-module__rnk_JG__socialLinks,.Footer-module__rnk_JG__socialLinksMobile,.Footer-module__rnk_JG__liveDot,.Footer-module__rnk_JG__matchesBadge{display:none}.Footer-module__rnk_JG__footerBottom{border-top:1px solid #000}}
@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2c55a0e60120577a-s.2a48534a.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.18a48cbc.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/ad66f9afd8947f86-s.7a40eb73.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/5476f68d60460930-s.c995e352.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.76dcb0b2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/1bffadaabf893a1e-s.7cd81963.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.3a6ba036.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter Fallback;src:local(Arial);ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.0%;size-adjust:107.12%}.inter_76ea23cd-module__kCWI8q__className{font-family:Inter,Inter Fallback;font-style:normal}
