.App{background-color:#e1dff5;color:#fff;display:flex;flex-direction:column;align-items:center;min-height:100vh;padding:0;text-align:center}h1{font-size:2.5rem;margin-bottom:20px;color:#00f}h2{font-size:2rem;margin-top:30px;margin-bottom:10px;text-align:center;color:#8a2be2}h3{font-size:1.5rem;margin-top:20px;margin-bottom:10px;text-align:center;color:purple}p{font-size:1.1rem;margin-bottom:20px;max-width:800px;text-align:center;color:green}.table-container{width:100%;max-width:900px;margin:20px 0;overflow-x:auto;text-align:center}table{width:100%;border-collapse:collapse;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 4px 12px #0000000d;outline:1px solid #000;box-shadow:0 0 0 1px #000}thead{background-color:#4a4a4a}thead th{text-align:center;padding:14px 16px;font-size:.9rem;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.03em;border:1px solid black}tbody tr{border-bottom:1px solid #e5e7eb;transition:background-color .2s ease;border:1px solid black}tbody tr:last-child{border-bottom:none;border:1px solid black}tbody tr:hover{background-color:#f1f5f9}tbody td{border:1px solid black;padding:14px 16px;font-size:.95rem;color:#4b5563}tbody td:first-child{font-weight:500;color:#111827;border:1px solid black}tbody tr:nth-child(2n){background-color:#fafafa;border:1px solid black}input[type=checkbox]{width:20px;height:20px;cursor:pointer;accent-color:#2196F3}@media(max-width:640px){table{font-size:.9rem}thead{display:none}tbody tr{display:block;margin-bottom:12px;border-radius:6px;box-shadow:0 2px 6px #0000000a}tbody td{display:flex;justify-content:space-between;padding:10px 14px}tbody td:before{content:attr(data-label);font-weight:600;color:#6b7280}}body{padding-top:70px}.navbar{position:fixed;display:flex;justify-content:space-between;align-items:center;width:100%;top:0;left:0;right:0;background-color:#333;padding:1rem 2rem;box-sizing:border-box;z-index:1000}.nav-links{display:flex;list-style:none;gap:20px}.nav-links a{color:#fff;text-decoration:none;transition:color .3s}.nav-links a:hover{color:#f90}.dropdown{position:relative;display:inline-block}.dropdown-content{display:none;position:absolute;background-color:#f9f9f9;min-width:200px;box-shadow:0 8px 16px #0003;z-index:1;top:100%;right:0;left:auto;max-height:70vh;overflow-y:auto}.logo{font-size:2.5rem}.dropdown-content a{color:#000;padding:12px 16px;text-decoration:none;display:block}.dropdown:hover .dropdown-content{display:block}.dropdown-content a:hover{background-color:#f1f1f1}html{scroll-padding-top:80px;scroll-behavior:smooth}.site-footer{background-color:#222;color:#fff;padding:40px 20px 20px;font-family:sans-serif;width:100%;margin:0}.footer-content{display:flex;justify-content:space-around;flex-wrap:wrap;max-width:100%;margin:0 auto}.footer-section{flex:1;min-width:250px;margin-bottom:20px}.footer-section h3{border-bottom:2px solid #555;padding-bottom:10px;margin-bottom:15px}.footer-section ul{list-style:none;padding:0}.footer-section ul li{margin-bottom:8px}.footer-section a{color:#bbb;text-decoration:none;transition:.3s}.footer-section a:hover{color:#fff}.footer-bottom{text-align:center;border-top:1px solid #444;margin-top:20px;font-size:14px;color:#888;padding-top:20px;width:100%}
