@font-face {
    font-family: 'amiga_topazregular';
    src: url('amiga-topaz-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
* {font-family: amiga_topazregular, Arial, sans-serif; font-size:15px; line-height:15px; color:#fff; letter-spacing:0.005rem;}
body {background:#000;}
#container { max-width: 800px; margin: auto; }
table { width: 100%; border-collapse: collapse; margin-top: 20px; text-align: center; }
thead {}
th, td {padding:1px; text-align: left; }
td:first-child {width:120px;}
th {background:#0000ff; color:#00ffff;}
header { font-size: 24px; margin-bottom: 20px; }
form { margin-top: 20px; display: flex; justify-content: center; gap: 10px; }
input {background:#ff00ff; color:#000000; text-align:left; padding: 1px; border:0 none;}
input:first-child {width:110px;}
input:nth-child(2) {width:100%}
button {background:#ff00ff; color:#000000; padding:1px; border:0 none;}
.hidden { display: none; }
.error { color: red; }
.success { color: green; }
.who {color:#ff00ff;}
.who:after {content:" » "; color:#00ffff;}
.what {color:#00ffff; color:#00ff00;}

h1, h2 {
    position: relative;
    font-size: 16px;
    text-align: center; 
    text-transform:uppercase;
}

h1::before, h1::after, h2::before, h2::after {
    content: "----------------------------------------------------------------------------------------------";
    display: block;
    width: 100%;
}
hr {
    border: none;
    text-align: center;
    height: 14px;
    margin: 20px auto;
    position: relative;
}

hr::before {
    content: "↑↑↑";
    display: inline-block;
    position: relative;
    padding: 0 10px;
    color:#BBDDDD;
}

ul {
    list-style: none;
    padding-left: 0;
    text-align: left;
}
ul > li {
    position: relative;
    padding-left: 20px;
    margin-bottom:5px;    
}

ul > li ul {
    margin-top:5px;
}

ul > li::before {
    content: "+";
    position: absolute;
    left: 0;
}
ul > li > ul > li::before {
    content: "+";
    position: absolute;
    left: 0;
}
ul > li > ul {
    padding-left: 0px;
}

ul > li:has(ul) > ::before {
    content: "";
}

@media (max-width: 768px) {
    * {
        font-size: 14px;
        line-height: 14px;
    }
    
    #container {
        padding: 0 5px;
    }
    
    h1, h2 {
        font-size: 15px;
    }
    
    h1::before, h1::after, h2::before, h2::after {
        content: "------------------------------------------------";
    }
    
    td:first-child {
        width: 90px;
    }
    
    form {
        flex-direction: column;
        gap: 5px;
    }
    
    input:first-child {
        width: 100%;
        flex: 1;
    }
    
    input:nth-child(2) {
        width: 100%;
    }
    
    button {
        width: 100%;
    }
    
    table {
        font-size: 13px;
    }
    
    th, td {
        padding: 2px 1px;
    }
}

@media (max-width: 480px) {
    * {
        font-size: 13px;
        line-height: 13px;
    }
    
    h1, h2 {
        font-size: 14px;
    }
    
    h1::before, h1::after, h2::before, h2::after {
        content: "-----------------------------";
    }
    
    td:first-child {
        width: 70px;
    }
    
    table {
        font-size: 12px;
    }
    
    ul > li {
        padding-left: 15px;
    }
}

@media (max-width: 320px) {
    * {
        font-size: 12px;
        line-height: 12px;
    }
    
    h1, h2 {
        font-size: 13px;
    }
    
    h1::before, h1::after, h2::before, h2::after {
        content: "----------------------";
    }
    
    td:first-child {
        width: 60px;
    }
    
    table {
        font-size: 11px;
    }
}