@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800;900&display=swap";:root{--sidebar-bg: #0C1527;--sidebar-border: rgba(255, 255, 255, .08);--sidebar-hover: #17243B;--sidebar-text: #94A3B8;--sidebar-text-bright: #F8FAFC;--bg-main: #F3F6FA;--card-bg: #FFFFFF;--border-color: #E2E8F0;--text-main: #0F172A;--text-muted: #64748B;--text-light: #94A3B8;--primary-blue: #1E60D5;--primary-blue-hover: #164EBE;--card-shadow: 0 1px 3px 0 rgba(0, 0, 0, .04)}*{box-sizing:border-box;margin:0;padding:0;font-family:Plus Jakarta Sans,sans-serif;-webkit-font-smoothing:antialiased}html,body{height:100%;background-color:var(--bg-main);color:var(--text-main)}.app-container{display:flex;width:100vw;height:100vh;overflow:hidden;position:relative}.sidebar-backdrop{display:none;position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0c152799;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:90;opacity:0;transition:opacity .3s ease}.sidebar-backdrop.active{display:block;opacity:1}.sidebar{width:220px;min-width:220px;background:var(--sidebar-bg);display:flex;flex-direction:column;color:var(--sidebar-text);z-index:50;height:100vh;-webkit-user-select:none;user-select:none;transition:transform .3s ease}.sidebar-header{padding:10px 12px 6px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--sidebar-border)}.m2-logo-container{display:flex;align-items:center;justify-content:center;flex:1}.m2-logo-img{width:155px;height:auto;object-fit:contain}.mobile-close-btn{display:none;background:transparent;border:none;color:#94a3b8;cursor:pointer;padding:4px}.mobile-close-btn svg{width:20px;height:20px}.sidebar-menu{flex:1;padding:6px 8px;overflow-y:auto;display:flex;flex-direction:column;gap:1px}.sidebar-menu::-webkit-scrollbar{width:3px}.sidebar-menu::-webkit-scrollbar-thumb{background:#fff3;border-radius:4px}.nav-item{display:flex;align-items:center;justify-content:space-between;padding:5.5px 10px;border-radius:6px;color:var(--sidebar-text);text-decoration:none;font-size:11.5px;font-weight:500;transition:all .1s ease;cursor:pointer}.nav-item-left{display:flex;align-items:center;gap:9px}.nav-item svg{width:14px;height:14px;stroke-width:2;opacity:.75}.nav-item:hover{background:var(--sidebar-hover);color:var(--sidebar-text-bright)}.nav-item.active{background:var(--primary-blue);color:#fff;font-weight:600}.nav-item.active svg{opacity:1;stroke:#fff}.chevron-icon{width:11px!important;height:11px!important;opacity:.5!important}.sidebar-footer{padding:8px 10px 10px;border-top:1px solid var(--sidebar-border);display:flex;flex-direction:column;gap:6px}.built-with-banner{background:linear-gradient(135deg,#ffffff0f,#ffffff05);border:1px solid rgba(255,255,255,.08);border-radius:8px;padding:6px 8px;text-align:center}.built-with-banner p{font-size:9.5px;color:#cbd5e1;font-weight:500;line-height:1.25}.gs3-logo-box{display:flex;align-items:center;gap:8px;padding:2px}.gs3-cube-icon{width:26px;height:26px;flex-shrink:0}.gs3-title{color:#fff;font-weight:800;font-size:12px;line-height:1}.gs3-title span{font-size:8px;vertical-align:super}.gs3-subtitle{color:#94a3b8;font-size:7px;font-weight:600;letter-spacing:.5px;margin-top:1px}.main-wrapper{flex:1;display:flex;flex-direction:column;height:100vh;overflow:hidden}.top-header{height:48px;min-height:48px;background:#fff;border-bottom:1px solid var(--border-color);display:flex;align-items:center;justify-content:space-between;padding:0 16px}.header-left-group{display:flex;align-items:center;gap:10px}.mobile-toggle-btn{display:none;background:#f1f5f9;border:1px solid #E2E8F0;border-radius:6px;padding:6px;cursor:pointer;color:var(--text-main);align-items:center;justify-content:center}.mobile-toggle-btn svg{width:18px;height:18px;stroke:var(--text-main);stroke-width:2}.search-box{position:relative;width:260px}.search-icon{position:absolute;left:10px;top:50%;transform:translateY(-50%);width:13px;height:13px;stroke:#94a3b8}.search-input{width:100%;background:#f1f5f9;border:1px solid transparent;border-radius:6px;padding:5px 10px 5px 28px;font-size:11.5px;color:var(--text-main);outline:none}.top-right-actions{display:flex;align-items:center;gap:12px}.notification-btn{position:relative;background:#f8fafc;border:1px solid #E2E8F0;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer}.notification-btn svg{width:13px;height:13px;stroke:#64748b}.badge-count{position:absolute;top:-2px;right:-2px;background:#ef4444;color:#fff;font-size:8px;font-weight:700;width:12px;height:12px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:1.5px solid white}.user-profile-widget{display:flex;align-items:center;gap:6px;cursor:pointer;padding:2px}.avatar-img{width:28px;height:28px;border-radius:50%;object-fit:cover}.user-info{display:flex;flex-direction:column}.user-name{font-size:11.5px;font-weight:700;color:var(--text-main);line-height:1.1}.user-role{font-size:9.5px;color:var(--text-muted);font-weight:500}.user-dropdown-icon{width:10px;height:10px;stroke:#64748b}.dashboard-content{padding:10px 16px 12px;display:flex;flex-direction:column;gap:10px;flex:1;overflow:hidden;height:calc(100vh - 48px)}.hero-banner-exact{width:100%;height:105px;min-height:105px;border-radius:10px;background:url(hero_bg_exact.png) center/cover no-repeat;box-shadow:0 2px 8px #0000000f;flex-shrink:0}.stats-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;flex-shrink:0}.stat-card{background:var(--card-bg);border-radius:10px;padding:8px 12px;display:flex;align-items:center;gap:10px;box-shadow:var(--card-shadow);border:1px solid var(--border-color);height:56px}.stat-icon-box{width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.stat-icon-box svg{width:18px;height:18px;stroke:#fff;fill:none;stroke-width:2}.stat-icon-box.blue{background:#1e60d5}.stat-icon-box.emerald{background:#10b981}.stat-icon-box.purple{background:#8b5cf6}.stat-icon-box.orange{background:#f97316}.stat-icon-box.red{background:#ef4444}.stat-details{display:flex;flex-direction:column;flex:1;justify-content:center}.stat-value{font-size:16px;font-weight:800;color:var(--text-main);line-height:1}.stat-label{font-size:10px;color:var(--text-muted);font-weight:600;margin-top:1px}.stat-bottom-row{display:flex;align-items:center;justify-content:space-between;margin-top:2px}.stat-growth{font-size:9.5px;font-weight:700;color:#10b981}.sparkline-canvas{width:40px;height:14px}.middle-row-grid{display:grid;grid-template-columns:1fr 1.05fr;gap:10px;flex:1.1;min-height:0}.panel-card{background:var(--card-bg);border-radius:10px;border:1px solid var(--border-color);box-shadow:var(--card-shadow);padding:10px 12px;display:flex;flex-direction:column;gap:8px;overflow:hidden}.panel-header{display:flex;align-items:center;justify-content:space-between}.panel-title-group{display:flex;align-items:center;gap:8px}.panel-title{font-size:13px;font-weight:700;color:var(--text-main)}.view-all-link{font-size:11px;font-weight:600;color:var(--primary-blue);text-decoration:none;display:flex;align-items:center;gap:3px}.live-badge{background:#ef4444;color:#fff;font-size:8.5px;font-weight:800;padding:1.5px 6px;border-radius:999px;display:flex;align-items:center;gap:3px}.live-badge-dot{width:4px;height:4px;background:#fff;border-radius:50%}.tournaments-list{display:flex;flex-direction:column;gap:5px;flex:1}.tournament-item{display:flex;align-items:center;justify-content:space-between;padding:6px 8px;background:#f8fafc;border:1px solid #E2E8F0;border-radius:8px}.t-left{display:flex;align-items:center;gap:10px}.date-badge{background:#ebf2fe;color:var(--primary-blue);width:36px;height:36px;border-radius:6px;display:flex;flex-direction:column;align-items:center;justify-content:center;flex-shrink:0}.date-month{font-size:8.5px;font-weight:800;line-height:1}.date-day{font-size:13.5px;font-weight:800;line-height:1;margin-top:1px}.t-info{display:flex;flex-direction:column;gap:1px}.t-name{font-size:12px;font-weight:700;color:var(--text-main)}.t-location{font-size:10.5px;color:var(--text-muted)}.t-right{display:flex;align-items:center;gap:8px}.t-status-container{display:flex;flex-direction:column;align-items:flex-end;gap:1px}.pill-tag{font-size:9.5px;font-weight:600;padding:1.5px 7px;border-radius:999px}.pill-tag.open{background:#d1fae5;color:#059669}.pill-tag.coming-soon{background:#e0f2fe;color:#0284c7}.t-subtext{font-size:10px;color:var(--text-muted)}.item-arrow{width:12px;height:12px;stroke:var(--text-light)}.table-responsive-wrapper{width:100%;overflow-x:auto}.leaderboard-sub-header{background:#f1f5f9;border-radius:6px;padding:5px 8px;display:flex;align-items:center;justify-content:space-between}.l-sub-left{display:flex;align-items:center;gap:6px;font-size:11.5px;font-weight:700}.l-sub-left svg{width:14px;height:14px;stroke:var(--primary-blue)}.l-sub-location{font-size:10px;color:var(--text-muted);font-weight:500}.l-updated-status{display:flex;align-items:center;gap:4px;font-size:10px;color:var(--text-muted)}.dot-green{width:6px;height:6px;background:#10b981;border-radius:50%}.leaderboard-table{width:100%;border-collapse:collapse;min-width:320px}.leaderboard-table th{text-align:left;font-size:9.5px;font-weight:700;color:var(--text-muted);padding:4px 6px;border-bottom:1px solid var(--border-color)}.leaderboard-table td{padding:4.5px 6px;font-size:11.5px;border-bottom:1px solid #F1F5F9}.rank-badge{width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:800}.rank-1{background:#fef08a;color:#854d0e}.rank-2{background:#e2e8f0;color:#475569}.rank-3{background:#ffedd5;color:#9a3412}.rank-other{background:#f1f5f9;color:#64748b}.team-cell{display:flex;align-items:center;gap:6px;font-weight:600}.avatar-pair img{width:20px;height:20px;border-radius:50%;border:1px solid white}.avatar-pair img:nth-child(2){margin-left:-6px}.leaderboard-footer{display:flex;justify-content:flex-end;margin-top:1px}.btn-primary{background:var(--sidebar-bg);color:#fff;border:none;padding:5px 12px;border-radius:6px;font-size:11px;font-weight:700;display:flex;align-items:center;gap:5px;cursor:pointer}.bottom-row-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px;flex:1;min-height:0}.chart-container-box{position:relative;height:115px;width:100%}.chart-legend-header{display:flex;align-items:center;gap:10px;margin-bottom:2px}.legend-item{display:flex;align-items:center;gap:4px;font-size:10.5px;font-weight:600;color:var(--text-muted)}.legend-dot{width:7px;height:7px;border-radius:50%}.legend-dot.teams{background:#1e60d5}.legend-dot.anglers{background:#10b981}.select-dropdown{background:#fff;border:1px solid var(--border-color);border-radius:4px;padding:2px 6px;font-size:10.5px;font-weight:600;outline:none}.quick-actions-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:6px;flex:1}.action-tile{background:#eff6ff;border:1px solid #DBEAFE;border-radius:8px;padding:6px 4px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;text-align:center;cursor:pointer}.action-tile svg{width:16px;height:16px;stroke:var(--primary-blue)}.action-tile span{font-size:9.5px;font-weight:700;color:var(--text-main);line-height:1.15}.recent-list{display:flex;flex-direction:column;gap:4px;flex:1;justify-content:space-between}.recent-item{display:flex;align-items:center;justify-content:space-between;padding-bottom:3px;border-bottom:1px solid #F1F5F9}.recent-item:last-child{border-bottom:none;padding-bottom:0}.recent-user-box{display:flex;align-items:center;gap:8px}.recent-avatar{width:26px;height:26px;border-radius:50%;object-fit:cover}.recent-names{font-size:11px;font-weight:700;color:var(--text-main)}.recent-event-tag{font-size:9.5px;color:var(--text-muted)}.recent-meta{display:flex;align-items:center;gap:4px;font-size:9.5px;color:var(--text-light)}@media (max-width: 960px){html,body,.app-container,.main-wrapper,.dashboard-content{height:auto!important;max-height:none!important;overflow-y:auto!important}.mobile-toggle-btn{display:flex}.sidebar{position:fixed;top:0;left:0;width:260px;height:100vh;z-index:100;transform:translate(-100%);box-shadow:4px 0 20px #0000004d}.sidebar.mobile-open{transform:translate(0)}.mobile-close-btn{display:flex}.dashboard-content{height:auto;padding:14px;gap:14px}.stats-grid{grid-template-columns:repeat(3,1fr)}.middle-row-grid,.bottom-row-grid{grid-template-columns:1fr}}@media (max-width: 640px){.search-box{width:140px}.user-role{display:none}.stats-grid,.quick-actions-grid{grid-template-columns:repeat(2,1fr)}.hero-banner-exact{height:90px;min-height:90px}}
