/* Lanzaa LithoView — monochrome presentation */

.lanzaa-lithoview-block {
    margin: 24px 0;
}

.lithoview-wrapper {
    background: #161616;
    border: 1px solid #2e2e2e;
    border-radius: 14px;
    padding: 22px;
    color: #f2f2f2;
    max-width: 780px;
}

.lithoview-controls {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 26px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.lithoview-upload {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #ffffff;
    color: #111111;
    border-radius: 8px;
    padding: 12px 20px;
    font-weight: 700;
    cursor: pointer;
    transition: opacity .15s ease;
}

.lithoview-upload:hover {
    opacity: .85;
}

.lithoview-upload input[type="file"] {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    overflow: hidden;
}

.lithoview-settings {
    display: flex;
    align-items: center;
    min-width: 240px;
}

.lithoview-settings label {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #d9d9d9;
    font-size: 14px;
    flex: 1;
}

.lithoview-settings input[type="range"] {
    flex: 1;
    accent-color: #9a9a9a;
}

.lanzaa-litho-chip {
    margin: -6px 0 14px;
    padding: 9px 14px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.4;
    background: #222222;
    border: 1px solid #3a3a3a;
    color: #bdbdbd;
}

.lanzaa-litho-busy {
    color: #cfcfcf;
    border-color: #555555;
}

.lanzaa-litho-ok {
    background: #1d1d1d;
    border-color: #6e6e6e;
    color: #ffffff;
}

.lanzaa-litho-error {
    background: #241d1d;
    border-color: #8a5a5a;
    color: #f0dede;
}

.lithoview-stage {
    text-align: center;
    background: #0d0d0d;
    border: 1px solid #2b2b2b;
    border-radius: 10px;
    padding: 14px;
}

.lithoview-plate canvas {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
}

.lanzaa-litho-disclaimer,
.lithoview-hint {
    margin: 14px 0 0 !important;
    font-size: 13.5px;
    color: #9e9e9e !important;
    font-style: italic;
}
