.App{max-width:1200px;margin:0 auto;padding:1rem;text-align:center}h1{font-size:2rem;margin-bottom:1.5rem;color:#333}.date-controls{display:flex;justify-content:center;gap:1rem;margin:2rem 0;flex-wrap:wrap}.date-controls label{display:flex;flex-direction:column;gap:.5rem;font-weight:500}.date-controls input[type=date]{padding:.5rem;border:1px solid #ccc;border-radius:4px;font-size:1rem}@media(max-width:768px){.App{padding:.5rem}h1{font-size:1.5rem;margin-bottom:1rem}.date-controls{flex-direction:column;align-items:center;gap:.75rem}.date-controls label{width:100%;max-width:300px}}.stats{margin:1.5rem 0;font-size:.95rem}.stats p{margin:.5rem 0}.visualization-section{margin:3rem 0;padding:2rem;background:#f5f5f5;border-radius:8px}.visualization-section h2{font-size:1.5rem;margin-bottom:1.5rem;color:#333}.table-container{overflow-x:auto}.frequency-table{width:100%;max-width:600px;margin:0 auto;border-collapse:collapse;background:#fff;box-shadow:0 2px 4px #0000001a}.frequency-table thead{background:#4a5568;color:#fff}.frequency-table th,.frequency-table td{padding:.75rem 1rem;text-align:center;border-bottom:1px solid #e2e8f0}.frequency-table tbody tr:hover{background:#f7fafc}.frequency-table tbody tr:nth-child(2n){background:#f9f9f9}@media(max-width:768px){.App{padding:.5rem}h1{font-size:1.5rem;margin-bottom:1rem}.date-controls{flex-direction:column;align-items:center;gap:.75rem}.date-controls label{width:100%;max-width:300px}.visualization-section{padding:1rem;margin:2rem 0}.visualization-section h2{font-size:1.25rem}.frequency-table th,.frequency-table td{padding:.5rem;font-size:.9rem}}.print-button{padding:.75rem 1.5rem;background:#4299e1;color:#fff;border:none;border-radius:4px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s}.print-button:hover{background:#3182ce}.print-button:active{background:#2c5282}@media(prefers-color-scheme:dark){h1{color:#fff}.date-controls input[type=date]{background-color:#333;color:#fff;border-color:#555}.visualization-section{background:#2d3748}.visualization-section h2{color:#fff}.frequency-table{background:#1a202c;color:#fff}.frequency-table tbody tr:hover{background:#2d3748}.frequency-table tbody tr:nth-child(2n){background:#252d3d}.frequency-table th,.frequency-table td{border-bottom-color:#4a5568}}@media print{.no-print{display:none!important}.App{max-width:100%;padding:0}h1{color:#000;font-size:1.8rem;margin-bottom:1rem}.stats{margin:1rem 0;color:#000}.visualization-section{background:#fff;border:1px solid #ccc;page-break-inside:avoid;margin:1.5rem 0;padding:1rem}.visualization-section h2{color:#000;font-size:1.3rem}.table-container{max-height:none;overflow:visible}.frequency-table{background:#fff;color:#000;box-shadow:none;border:1px solid #000}.frequency-table thead{background:#e0e0e0!important;color:#000!important}.frequency-table th,.frequency-table td{border:1px solid #000;padding:.5rem}.frequency-table tbody tr:nth-child(2n){background:#f5f5f5}.frequency-table tbody tr:hover{background:inherit}}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}#root{width:100%}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}}
