.rotocad2-configurator {
    border: 1px solid #d8d8d8;
    border-radius: 12px;
    padding: 1.25rem;
    background: #fff;
}

.rotocad2-configurator__form {
    display: grid;
    gap: 1rem;
}

.rotocad2-configurator__row {
    display: grid;
    gap: 0.35rem;
}

.rotocad2-configurator__row label {
    font-weight: 600;
}

.rotocad2-configurator__row input,
.rotocad2-configurator__row select {
    width: 100%;
    max-width: 36rem;
    padding: 0.6rem 0.75rem;
    border: 1px solid #c9c9c9;
    border-radius: 8px;
}

.rotocad2-configurator__hint,
.rotocad2-configurator__meta {
    color: #666;
    font-size: 0.92rem;
}

.rotocad2-configurator__required {
    color: #a00;
}

.rotocad2-configurator__actions button {
    padding: 0.75rem 1.1rem;
    border: 0;
    border-radius: 8px;
    background: #1e4f8b;
    color: #fff;
    cursor: pointer;
}

.rotocad2-configurator__result {
    margin-top: 1.5rem;
    padding: 1rem 1.25rem;
    border: 1px solid #e1e1e1;
    border-radius: 12px;
    background: #f9fafb;
}

.rotocad2-configurator__json {
    overflow: auto;
    padding: 1rem;
    background: #111827;
    color: #e5e7eb;
    border-radius: 10px;
}

.rotocad2-configurator__errors {
    margin-top: 1rem;
    padding: 0.85rem 1rem;
    border-left: 4px solid #b91c1c;
    background: #fff4f4;
}
