*{box-sizing:border-box}body,html{margin:0;padding:0;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{background:linear-gradient(135deg,#667eea,#764ba2);background-attachment:fixed;color:#0a0e27;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}body{padding:0;margin:0}.counter-page{display:flex;flex-direction:column;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2)}.header{padding:40px 20px;text-align:center;color:white}.header h1{margin:0;font-size:3rem;font-weight:700;line-height:1.1}.header p{margin:.5rem 0 0;font-size:1.2rem;font-weight:400;opacity:.95}.main-content{flex:1 1;padding:40px 20px;max-width:1200px;margin:0 auto;width:100%}.counter-section{display:flex;justify-content:center;margin-bottom:60px}.counter-card{background:white;border-radius:20px;padding:60px 40px;box-shadow:0 20px 60px rgba(0,0,0,.3);text-align:center;min-width:300px;animation:pulse-glow 2s ease-in-out infinite}@keyframes pulse-glow{0%,to{box-shadow:0 20px 60px rgba(0,0,0,.3)}50%{box-shadow:0 20px 80px rgba(102,126,234,.4)}}.counter-number{font-size:5rem;font-weight:700;color:#764ba2;margin:0;line-height:1}.counter-label{margin:20px 0 0;font-size:1.3rem;color:#666;font-weight:500}.table-section{background:white;border-radius:20px;padding:40px;box-shadow:0 10px 40px rgba(0,0,0,.1);margin-top:40px}.table-section h2{margin:0 0 30px;font-size:2rem;color:#0a0e27;font-weight:700}.table-wrapper{overflow-x:auto}.occurrences-table{width:100%;border-collapse:collapse;font-size:1rem}.occurrences-table thead{background-color:#f8f9fa;border-bottom:2px solid #667eea}.occurrences-table th{padding:15px 20px;text-align:left;font-weight:600;color:#667eea;text-transform:uppercase;font-size:.85rem;letter-spacing:.5px}.occurrences-table tbody tr{border-bottom:1px solid #e9ecef;transition:background-color .2s ease}.occurrences-table tbody tr:hover{background-color:#f8f9fa}.occurrences-table td{padding:15px 20px;color:#333}.occurrences-table td:first-child{font-weight:600;color:#667eea}.occurrences-table tbody tr:nth-child(odd){background-color:#fff}@media (max-width:768px){.header h1{font-size:2rem}.counter-card{padding:40px 30px;min-width:200px}.counter-number{font-size:3.5rem}.table-section{padding:20px}.occurrences-table td,.occurrences-table th{padding:10px 12px;font-size:.9rem}.table-section h2{font-size:1.5rem}}