*,:after,:before{margin:0;padding:0;box-sizing:border-box}body{font-family:Helvetica,sans-serif;background-color:#121212;color:#e0e0e0;line-height:1.6;font-size:16px;transition:background-color .3s ease,color .3s ease}h1,h2,h3,h4,h5,h6{font-weight:700;color:#ffffff}a{color:#1e90ff;text-decoration:none}a:hover{text-decoration:underline}table{width:100%;border-collapse:collapse}td,th{padding:12px;text-align:center;border:1px solid #333333}th{background-color:#444444;color:#ffffff}td{background-color:#333333;color:#e0e0e0}tr:nth-child(2n) td{background-color:#2a2a2a}tr:hover td{background-color:#3d3d3d}button{background-color:#444444;color:#e0e0e0;border:2px solid #333333;padding:10px 20px;border-radius:4px;cursor:pointer;transition:background-color .3s ease,color .3s ease}button:hover{background-color:#555555}button:disabled{background-color:#222222;cursor:not-allowed}button.primary{background-color:#1e90ff;border:2px solid #1c86ee;color:#ffffff}button.primary:hover{background-color:#1c86ee}button.secondary{background-color:#555555;border:2px solid #444444}button.secondary:hover{background-color:#666666}input,select,textarea{background-color:#333333;color:#e0e0e0;border:1px solid #444444;padding:8px;border-radius:4px}input:focus,select:focus,textarea:focus{outline:none;border-color:#1e90ff}label{font-size:14px;margin-bottom:5px;display:block}label,select{color:#e0e0e0}select{background-color:#333333;border:1px solid #444444;padding:8px;border-radius:4px}select:focus{outline:none;border-color:#1e90ff}h1,h2{margin-bottom:15px}h1{font-size:2rem}h1,h2{color:#ffffff}h2{font-size:1.5rem}.tableSection{margin-bottom:30px}.tableTitle{font-size:1.2rem;margin-bottom:15px;color:#ffffff}.error-message{color:#ff4d4d;background-color:#330000;padding:10px;border-radius:5px}.success-message{color:#28a745;background-color:#004d00;padding:10px;border-radius:5px}