* { box-sizing: border-box; }
@font-face { font-family: 'Medodica'; src: url('fonts/MedodicaRegular.otf') format('opentype'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'NotoSansSymbols'; src: url('fonts/NotoSansSymbols-VariableFont_wght.ttf') format('truetype'); font-weight: normal; font-style: normal; }
@media (max-width: 900px) { .form-columns { grid-template-columns: 1fr; } }
body { background-color: black; color: white; font-family: 'Medodica', monospace; font-size: 16px; line-height: 1.5; display: flex; flex-direction: column; min-height: 100vh; margin: 0; overflow-x: hidden; }
.content, .form-container { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; width: 100%; min-height: 80vh; overflow-y: clip; padding: 15px; }
.form-container { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; width: 100%; min-height: 80vh; overflow-y: clip; padding: 15px; }
.main-title { font-size: 40px; margin-bottom: 20px; font-family: 'Medodica', monospace; }
#matrixRain { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
form { border: 2px solid white; padding: 40px 20px 20px 20px; background-color: rgba(0, 0, 0, 0.8); width: 100%; max-width: min(calc(90vw - 40px), 1000px); overflow-y: auto; }
fieldset { border: 1px solid white; margin-bottom: 15px; padding: 10px; width: 100%; }
legend { color: red; text-align: center; padding: 0 5px; }
.form-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
form .main-title { text-align: center; margin-bottom: 30px; }
p[id^="item-"] { margin: 5px 0; padding: 5px; border: 1px solid white; background-color: black; color: white; min-height: 20px; width: 100%; }
footer { position: relative; width: 100%; text-align: center; padding: 10px; flex-shrink: 0; }
footer a:link, footer a:visited, footer a:active { color: white; text-decoration: none; }
footer a:hover { color: red; text-decoration: underline; }
.page { width: 100%; height: 100%; }
a, a:visited, a:active { color: gold; }
a:hover { color: red; text-decoration: underline; }
description {color:white; padding-left: 10px; }