/* Grunddesign för Erotik Novell Generator */
.erotik-form {
    max-width: 600px;
    margin: 20px auto;
    font-family: Arial, sans-serif;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.erotik-form label {
    font-weight: bold;
    margin-bottom: 4px;
    display: block;
}

.erotik-form input[type=text],
.erotik-form select,
.erotik-form textarea,
.erotik-form input[type=range] {
    width: 100%;
    padding: 6px;
    margin-bottom: 10px;
    border-radius: 4px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.erotik-form .half {
    width: 48%;
    display: inline-block;
    margin-right: 2%;
    margin-bottom: 10px;
    vertical-align: top;
}

.erotik-form .tab-content {
    display: none;
}

.erotik-form .tab-content.active {
    display: block;
}

.erotik-tabs button {
    padding: 10px 20px;
    margin-right: 5px;
    border: none;
    border-radius: 4px;
    background: #e0e0e0;
    cursor: pointer;
}

.erotik-tabs button:hover {
    background: #d0d0d0;
}

.erotik-tabs button.active {
    background: #999;
    color: #fff;
}

.erotik-form button[type=submit] {
    padding: 10px 20px;
    background: #ff3366;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.erotik-form button[type=submit]:hover {
    background: #e62a5c;
}

.loading-indicator {
    display: none;
    margin-top: 10px;
    font-weight: bold;
    color: #ff3366;
}

.result-output {
    margin-top: 20px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    white-space: pre-wrap;
    background: #f9f9f9;
}
