:root{--chart-bg: rgba(255,255,255,.95);--dark-bg: rgba(255,255,255,.95);--accent-blue: #3b82f6;--text-primary: #1f2937;--text-secondary: #4b5563;--border-color: rgba(0,0,0,.2);--grid-color: rgba(0,0,0,.2);--axis-text: #374151;--control-bg: rgba(0,0,0,.05);--control-hover: rgba(0,0,0,.1);--tooltip-bg: rgba(255,255,255,.95)}:root.dark{--chart-bg: rgba(255,255,255,.05);--dark-bg: rgba(0,0,0,.2);--text-primary: #e5e7eb;--text-secondary: #9ca3af;--border-color: rgba(255,255,255,.2);--grid-color: rgba(255,255,255,.4);--axis-text: #e0e0e0;--control-bg: rgba(255,255,255,.1);--control-hover: rgba(255,255,255,.2);--tooltip-bg: rgba(0,0,0,.9)}.gameplot-container{font-family:Fira Sans,Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.controls,.control-section,.table-container,.chart-container,.stat-card,.tooltip{transition:background-color .3s ease,border-color .3s ease,box-shadow .3s ease}.control-title,.filter-btn,.reset-all-btn,h1,h2,p,.stat-value,.stat-label{transition:color .3s ease}.container{max-width:1400px;margin:0 auto}.controls{display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr .8fr;gap:15px;margin-bottom:20px;padding:15px;background:var(--control-bg);border-radius:.5rem}.control-section{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.control-section:is(.dark *){background-color:#40404080}.control-section{padding:12px;border-radius:8px;display:flex;flex-direction:column;min-height:180px}.control-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.control-title{font-size:.75rem;line-height:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.control-title:is(.dark *){--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.control-buttons{display:flex;gap:5px}.filter-btn{background:var(--control-bg);border:1px solid var(--border-color);cursor:pointer;border-radius:.25rem;padding:.25rem .5rem;font-size:.75rem;line-height:1rem;text-transform:uppercase;letter-spacing:.05em;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.filter-btn:is(.dark *){--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.filter-btn:hover{background:var(--control-hover);--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.filter-btn:hover:is(.dark *){--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.platform-checkboxes,.tag-checkboxes{display:flex;flex-direction:column;gap:5px;overflow-y:auto;max-height:120px}.platform-checkboxes label,.tag-checkboxes label{display:flex;cursor:pointer;align-items:center;gap:.5rem;border-radius:.25rem;padding:.125rem .25rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.platform-checkboxes label:hover,.tag-checkboxes label:hover{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.platform-checkboxes label:is(.dark *),.tag-checkboxes label:is(.dark *){--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.platform-checkboxes label:hover:is(.dark *),.tag-checkboxes label:hover:is(.dark *){background-color:#52525280}.checkbox-item{display:flex;align-items:center;gap:.375rem;border-radius:.25rem;padding:.125rem .25rem;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.checkbox-item:hover{background:var(--control-hover)}.checkbox-item input[type=checkbox]{height:.875rem;width:.875rem;accent-color:#4fc3f7}.checkbox-item label{cursor:pointer;font-size:.75rem;line-height:1rem;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.checkbox-item label:is(.dark *){--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.checkbox-item label{line-height:1.2}.dark .checkbox-item label[data-platform=PS5]{color:#d0d0d0!important}.tag-search-container{margin-bottom:8px}.tag-search-input{width:100%;border-radius:.25rem;padding:.375rem .5rem;font-size:.75rem;line-height:1rem;outline:2px solid transparent;outline-offset:2px;border:1px solid var(--border-color);background:var(--control-bg);--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.tag-search-input:is(.dark *){--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.tag-search-input::-moz-placeholder{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.tag-search-input::placeholder{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.tag-search-input:focus{border-color:#4fc3f7;background:var(--control-hover)}.date-range{display:flex;flex-direction:column;gap:8px}.date-input-group{display:flex;align-items:center;gap:8px}.date-input-group label{font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.date-input-group label:is(.dark *){--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.date-input-group label{min-width:35px}.date-input-group input{border-radius:.25rem;border-style:none;padding:.5rem .75rem;font-size:.875rem;line-height:1.25rem;background:#ffffffe6;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.reset-section{display:flex;align-items:center;justify-content:center}.reset-all-btn{background:var(--control-bg);border:1px solid var(--border-color);cursor:pointer;border-radius:.25rem;padding:.5rem .75rem;font-size:.75rem;line-height:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.reset-all-btn:is(.dark *){--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.reset-all-btn{width:100%;max-width:180px}.reset-all-btn:hover{background:var(--control-hover);--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.reset-all-btn:hover:is(.dark *){--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.table-container{background:var(--chart-bg);margin-bottom:2rem;border-radius:.75rem;padding:1.25rem;box-shadow:0 4px 20px #0000001a;border:1px solid var(--border-color)}.table-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;flex-wrap:wrap;gap:15px}.table-header h2{margin:0!important;flex-grow:1}.table-controls{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.search-container{display:flex;align-items:center;background:var(--control-bg);border:1px solid var(--border-color);border-radius:6px;overflow:hidden}.search-input{min-width:200px;border-style:none;background-color:transparent;padding:.5rem .75rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1));outline:2px solid transparent;outline-offset:2px}.search-input:is(.dark *){--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.search-input::-moz-placeholder{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.search-input::placeholder{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.clear-search-btn{cursor:pointer;border-style:none;background-color:transparent;padding:.5rem .625rem;font-size:.75rem;line-height:1rem;--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.clear-search-btn:hover{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.download-csv-btn{background:var(--accent-blue);cursor:pointer;border-radius:.25rem;border-width:0px;padding:.5rem 1rem;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.download-csv-btn:hover{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1));transform:translateY(-1px)}.table-wrapper{overflow-x:auto;border-radius:8px;border:1px solid var(--border-color);max-height:500px;overflow-y:auto}.games-table{width:100%;border-collapse:collapse;background:var(--dark-bg);font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.games-table:is(.dark *){--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.games-table th{position:sticky;top:0;--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1));padding:.75rem 1rem;text-align:left;font-weight:600;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.games-table th:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.games-table th{border-bottom:2px solid var(--border-color);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:10}@media (min-width: 769px){.games-table{table-layout:fixed}.games-table th:nth-child(1),.games-table td:nth-child(1){width:25%!important}.games-table th:nth-child(2),.games-table td:nth-child(2){width:12%!important}.games-table th:nth-child(3),.games-table td:nth-child(3){width:8%!important}.games-table th:nth-child(4),.games-table td:nth-child(4){width:120px!important;min-width:120px!important;max-width:120px!important;white-space:nowrap!important}.games-table .date-cell{width:120px!important;min-width:120px!important;white-space:nowrap!important}.games-table th:nth-child(5),.games-table td:nth-child(5){width:10%!important}.games-table th:nth-child(6),.games-table td:nth-child(6){width:10%!important}.games-table th:nth-child(7),.games-table td:nth-child(7){width:21%!important}}.games-table th.sortable:hover{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1))}.games-table th.sortable:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(75 85 99 / var(--tw-bg-opacity, 1))}.games-table th .sort-indicator{margin-left:.5rem;opacity:.5}.games-table th.sort-asc .sort-indicator:before{content:"▲";opacity:1}.games-table th.sort-desc .sort-indicator:before{content:"▼";opacity:1}.games-table td{padding:12px 16px;border-bottom:1px solid var(--border-color);vertical-align:top}.games-table tr:hover{background:#3b82f61a}.games-table tbody tr:nth-child(2n){background:#ffffff05}.games-table tbody tr:nth-child(2n):hover{background:#3b82f61a}.table-info{margin-top:1rem;text-align:center;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.table-info:is(.dark *){--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.chart-container{background:var(--chart-bg);border-radius:1rem;padding:1.25rem;box-shadow:0 8px 32px #0000001a;backdrop-filter:blur(10px);border:1px solid var(--border-color)}.chart{width:100%;height:700px;overflow:visible;border-radius:10px;background:#0000000d}.chart:is(.dark *){background-color:#0003}.chart{display:flex;justify-content:center;align-items:center;position:relative}.zoom-instructions{margin-top:1rem;text-align:center;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.zoom-instructions:is(.dark *){--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.tooltip{position:absolute;background:var(--tooltip-bg);border-radius:.5rem;padding:.75rem 1rem;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1));--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.tooltip:is(.dark *){--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.tooltip{pointer-events:none;display:none;z-index:1000;font-size:14px;border:1px solid var(--border-color);max-width:300px}.tooltip-title{margin-bottom:.5rem;font-size:1rem;line-height:1.5rem;font-weight:700;--tw-text-opacity: 1;color:rgb(96 165 250 / var(--tw-text-opacity, 1))}.tooltip-detail{margin-top:.25rem;margin-bottom:.25rem;display:flex;align-items:center;justify-content:space-between}.tooltip-label{margin-right:.5rem;--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.tooltip-tags{margin-top:.375rem;display:flex;flex-wrap:wrap;gap:.25rem}.tooltip-tag{background:#3b82f633;border-radius:9999px;padding:.125rem .375rem;font-size:.75rem;line-height:1rem;--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.tooltip-tag:is(.dark *){--tw-text-opacity: 1;color:rgb(96 165 250 / var(--tw-text-opacity, 1))}.stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:15px;margin-bottom:20px}.stat-card{background:var(--control-bg);padding:15px;border-radius:10px;text-align:center;backdrop-filter:blur(10px);border:1px solid var(--border-color)}.stat-value{font-size:2.5em;font-weight:500;color:#4fc3f7;font-family:Fira Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1;letter-spacing:.02em}.stat-label{color:#a0a0a0;margin-top:8px;font-size:.9em;font-weight:400;text-transform:uppercase;letter-spacing:1px}.platform-badges{display:flex;flex-wrap:wrap;gap:4px}.platform-badge{padding:4px 8px;border-radius:12px;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s ease;display:inline-block;border:1px solid transparent}.platform-badge:hover{transform:translateY(-1px);filter:brightness(1.2)}.platform-badge[data-platform=PS5]{background:#8a8a8a26;--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.platform-badge[data-platform=PS5]:is(.dark *){--tw-text-opacity: 1;color:rgb(229 231 235 / var(--tw-text-opacity, 1))}.platform-badge[data-platform=PS5]{border-color:#8a8a8a4d}.dark .platform-badge[data-platform=PS5]{background:#eee3;color:#eee;border-color:#eeeeee4d}.platform-badge[data-platform=Switch]{background:#96ceb433;color:#96ceb4;border-color:#96ceb44d}.platform-badge[data-platform=Xbox]{background:#85e34a33;color:#85e34a;border-color:#85e34a4d}.platform-badge[data-platform=GOG]{background:#fc7eff33;color:#fc7eff;border-color:#fc7eff4d}.platform-badge[data-platform=Steam]{background:#7ebbff33;color:#7ebbff;border-color:#7ebbff4d}.platform-badge:not([data-platform=PS5]):not([data-platform=Switch]):not([data-platform=Xbox]):not([data-platform=GOG]):not([data-platform=Steam]){background:#9993;color:#999;border-color:#9999994d}.rating-cell{text-align:center;font-weight:600}.rating-clickable{cursor:pointer;border-radius:.25rem;padding:.25rem .5rem;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.rating-clickable:hover{transform:translateY(-1px);box-shadow:0 2px 4px #0003}.rating-very-low{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.rating-low{--tw-text-opacity: 1;color:rgb(249 115 22 / var(--tw-text-opacity, 1))}.rating-medium-low{--tw-text-opacity: 1;color:rgb(234 179 8 / var(--tw-text-opacity, 1))}.rating-medium{--tw-text-opacity: 1;color:rgb(132 204 22 / var(--tw-text-opacity, 1))}.rating-high{--tw-text-opacity: 1;color:rgb(6 182 212 / var(--tw-text-opacity, 1))}.rating-very-high{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity, 1))}.status-badge{display:inline-block;min-width:70px;cursor:pointer;border-radius:9999px;padding:.25rem .5rem;text-align:center;font-size:.75rem;line-height:1rem;font-weight:500;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.status-badge:hover{transform:translateY(-1px);box-shadow:0 2px 4px #0003}.status-complete{background:#10b98133;--tw-text-opacity: 1;color:rgb(16 185 129 / var(--tw-text-opacity, 1))}.status-playing{background:#3b82f633;--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity, 1))}.status-abandoned{background:#ef444433;--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.status-unplayed{background:#9ca3af33;--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.tags-list{display:flex;flex-wrap:wrap;gap:3px;max-width:200px}.tag-badge{background:#ff6b0026;color:#d97706;padding:2px 6px;border-radius:8px;font-size:11px;font-weight:500;cursor:pointer;transition:all .2s ease;display:inline-block;border:1px solid rgba(255,107,0,.3)}.dark .tag-badge{background:#8b45134d;color:#d4a574;border-color:#8b451366}.tag-badge:hover{background:#ff6b0040;transform:translateY(-1px);color:#c2410c}.dark .tag-badge:hover{background:#8b451366;color:#e0b584}.game-name{font-weight:500;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.game-name:is(.dark *){--tw-text-opacity: 1;color:rgb(243 244 246 / var(--tw-text-opacity, 1))}.hours-cell{text-align:right;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-weight:500}.date-cell{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.date-cell:is(.dark *){--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.platform-badges,.tags-list{display:flex;flex-wrap:wrap;gap:.25rem}@media (max-width: 768px){.tags-list{max-width:200px}}.aggregation-controls{display:flex;justify-content:center;gap:10px;flex-wrap:wrap}.aggregation-btn{background:#3b82f61a;color:#3b82f6;border:2px solid rgba(59,130,246,.3);padding:10px 20px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:8px}.aggregation-btn:hover{background:#3b82f633;border-color:#3b82f680;transform:translateY(-2px);box-shadow:0 4px 12px #3b82f633}.aggregation-btn.active{background:#3b82f64d;border-color:#3b82f6;color:#fff;box-shadow:0 4px 12px #3b82f64d}.aggregation-btn.active:hover{background:#3b82f666;transform:translateY(-2px)}:global(.axis){font-size:14px}:global(.axis text){fill:var(--axis-text)!important;font-size:13px;transition:fill .3s ease}:global(.axis line),:global(.axis path){stroke:var(--grid-color)!important;transition:stroke .3s ease}:global(.axis-label){font-size:16px;font-weight:400;fill:var(--axis-text)!important;transition:fill .3s ease}:global(.grid line),:global(.grid-line){stroke:var(--grid-color)!important;stroke-dasharray:2,2;transition:stroke .3s ease}:global(.rating-circle),:global(.playtime-circle){transition:fill .3s ease,stroke .3s ease}:global(.aggregation-bar){transition:fill .3s ease,stroke .3s ease}:global(.bar-label){transition:fill .3s ease}:global(.grid path){stroke:none!important}@media (max-width: 1200px){.controls{grid-template-columns:1fr 1fr 1fr}}@media (max-width: 768px){.gameplot-container{padding:0 10px}.container{max-width:100%;padding:0}h1{font-size:2.5rem;margin-bottom:1rem}.controls{grid-template-columns:1fr;gap:10px;padding:10px}.control-section{min-height:auto;padding:10px}.control-title{font-size:10px}.filter-btn{font-size:10px;padding:4px 8px}.platform-checkboxes,.tag-checkboxes{max-height:80px}.checkbox-item label{font-size:10px}.stats{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:10px;margin-bottom:15px}.stat-card{padding:10px}.stat-value{font-size:1.8em}.stat-label{font-size:.8em}.table-container{margin:0 -10px;border-radius:0;padding:15px 10px}.table-header{flex-direction:column;align-items:stretch;gap:10px}.table-controls{flex-direction:column;gap:10px}.search-container{max-width:100%}.table-wrapper{max-height:400px;overflow-x:auto}.games-table{min-width:600px;font-size:12px}.games-table th,.games-table td{padding:8px 6px}.games-table th{font-size:11px}.platform-badge,.tag-badge{font-size:10px;padding:2px 4px}.chart-container{margin:15px -10px;border-radius:0;padding:15px 10px}.chart-container h2{font-size:1.5rem;margin-bottom:15px}.chart{height:520px;overflow-x:auto}#chart{height:520px}#playtimeChart{height:400px}#playtimeAggregationChart{height:450px}.zoom-instructions{font-size:12px;margin-top:15px;padding:0 5px}.aggregation-controls{flex-direction:column;align-items:stretch;gap:8px}.aggregation-btn{padding:8px 15px;font-size:12px;justify-content:center}.tooltip{max-width:250px;font-size:12px;padding:8px 12px}.tooltip-title{font-size:14px}}@media (max-width: 480px){h1{font-size:2rem}.stats{grid-template-columns:repeat(2,1fr)}.control-section{padding:8px}.games-table{font-size:11px}.games-table th,.games-table td{padding:6px 4px}.chart{height:400px}.chart-container h2{font-size:1.25rem}.aggregation-btn{padding:6px 12px;font-size:11px}.tooltip{max-width:200px;font-size:11px}}main.container{max-width:100%;padding:0}
