:root {--u3a-yellow: #FFD700;--u3a-blue: #0056b3;--u3a-dark-blue: #003399;--u3a-dark: #333;--footer-blue: #5064eb;--bg-light: #f4f4f4;}* {box-sizing: border-box;margin: 0;padding: 0;}body {font-family: Helvetica, Arial, sans-serif;background-color: var(--bg-light);line-height: 1.6;color: var(--u3a-dark);-webkit-font-smoothing: antialiased;overflow-x: hidden;}.wrapper {width: 96%;max-width: 1400px;margin: 0 auto;}.banner {text-align: center;background: #fff;margin-bottom: 0;}.banner img {max-width: 100%;height: auto;display: block;margin: 0 auto;}header {background: #147ae0;color: #ffeb3b;padding: 0.6rem 0.8rem;display: flex;justify-content: space-between;align-items: center;position: relative;}.logo img {height: 40px;width: auto;display: block;}h1 {font-family: Geneva, Helvetica, sans-serif;font-size: 1.7rem;padding: 10px;color: #4c0000;margin: 15px auto;text-align: center;border: 1px solid #666659;background: linear-gradient(0deg, rgb(67 249 146) 0%, rgb(45 87 253) 100%);border-radius: 6px;box-shadow: 0 2px 2px #ccc;}h2 {font-size: 1.5rem;font-weight: 600;margin-bottom: 1rem;}h3 {font-size: 1.3rem;text-align: center;margin-bottom: 1rem;}p {padding: 0.7rem;margin-bottom: 10px;}a {text-decoration: none;color: var(--u3a-blue);}.text-center {text-align: center;}.floatLeft {float: left;margin: 0 15px 10px 0;max-width: 250px;}.nav-links {list-style: none;display: flex;gap: 20px;}.nav-links li a {color: #fff;padding: 10px;display: block;}.nav-links li a:hover {color: #F5EE2B;}.submenu {display: none;position: absolute;background-color: #2862E0;min-width: 180px;z-index: 100;box-shadow: 0 4px 6px rgba(0,0,0,0.3);}.nav-links li:hover > .submenu {display: block;}.table-r {margin: 20px 0;overflow-x: auto;}table {width: 100%;border-collapse: collapse;background: #fff;}th {background: var(--u3a-dark-blue);color: #fff;padding: 12px;}td {border: 1px solid #ddd;padding: 10px;text-align: center;}.hamburger {display: none;cursor: pointer;flex-direction: column;gap: 5px;}.bar {width: 25px;height: 3px;background: #fff;}#menu-toggle {display: none;}@media (max-width: 768px) {.hamburger {display: flex;}.nav-links {position: absolute;top: 100%;left: 0;width: 100%;background-color: #147ae0;flex-direction: column;max-height: 0;overflow: hidden;transition: 0.4s;}td .red {display: block;width: 100%;}#menu-toggle:checked ~ .nav-links {max-height: 1000px;}table, thead, tbody, th, td, tr {display: block;}thead tr {position: absolute;top: -9999px;left: -9999px;}tr {border: 1px solid #ccc;margin-bottom: 10px;}td {border: none;border-bottom: 1px solid #eee;position: relative;padding-left: 50%;text-align: left;min-height: 45px;display: flex;align-items: center;}td::before {content: attr(data-title);position: absolute;left: 10px;width: 45%;font-weight: bold;color: var(--u3a-dark-blue);}td:empty {display: none;}.floatLeft {float: none;display: block;margin: 0 auto 10px;}}footer {background: #2862E0;color: #fff;text-align: center;padding: 1rem;font-size: 0.8rem;margin-top: 20px;}.yellow {color: #FFD700;}.cadmium {color:#D22B2B;}.red {color:FF2E2E;}hr.style2 {border: 0;height: 2px;background-image: linear-gradient(to right, #fff0, rgba(0,0,0,0.75), #fff0);margin: 20px 0;}