/* Tracking */
body:hover {
    border-image: url("https://thesessionwatch.goatcounter.com/count?p=/test");
}

body {
    background-color: #c0c0c0;
    font-family: "Times New Roman", serif;
    margin: 0;
    padding: 20px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><rect width="20" height="20" fill="%23c0c0c0"/><rect width="1" height="1" fill="%23999" x="0" y="0"/><rect width="1" height="1" fill="%23999" x="10" y="10"/></svg>');
}

.container {
    max-width: 800px;
    margin: 0 auto;
    background-color: #ffffff;
    border: 3px outset #c0c0c0;
    padding: 20px;
}

h1 {
    color: #000080;
    text-align: center;
    font-size: 28px;
    margin-bottom: 10px;
    text-shadow: 2px 2px 0px #ffff00;
}

.subtitle {
    text-align: center;
    color: #800080;
    font-style: italic;
    margin-bottom: 20px;
    border-bottom: 2px dashed #ff0000;
    padding-bottom: 10px;
}

button {
    background-color: #c0c0c0;
    border: 2px outset #c0c0c0;
    padding: 8px 16px;
    cursor: pointer;
    font-weight: bold;
    margin-right: 10px;
}

button:hover {
    background-color: #e0e0e0;
}

button:active {
    border: 2px inset #c0c0c0;
}

button:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

a {
    color: #0000ff;
    text-decoration: underline;
}

a:hover {
    color: #ff0000;
    background-color: #ffff00;
}

.loading {
    text-align: center;
    color: #ff0000;
    font-weight: bold;
    animation: blink 1s infinite;
}

@keyframes blink {
    0%, 50% { opacity: 1; }
    51%, 100% { opacity: 0; }
}

input[type="text"], input[type="email"], select {
    font-family: "Courier New", monospace;
    padding: 5px;
    border: 2px inset #c0c0c0;
    background-color: white;
}

.error, .no-results {
    text-align: center;
    color: #800000;
    font-style: italic;
    padding: 20px;
    border: 2px dashed #ff0000;
    background-color: #ffe0e0;
}

#site-footer {
    text-align: center;
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px dashed #c0c0c0;
    font-size: 12px;
    color: #808080;
}
