.wlpod-studio {
    background: rgba(255, 253, 247, .96);
    border: 1px solid rgba(23, 24, 21, .13);
    border-radius: 8px;
    box-shadow: rgba(23,24,21,.06) 0 1px 0, rgba(23,24,21,.08) 0 18px 48px;
    color: #171815;
    margin: 24px 0;
    padding: clamp(18px, 3vw, 32px);
}

.wlpod-kicker {
    color: #1f6b4f;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.wlpod-copy {
    max-width: 900px;
}

.wlpod-copy h2 {
    line-height: 1.15;
    margin: 0 0 10px;
}

.wlpod-copy p {
    color: rgba(23,24,21,.68);
    line-height: 1.75;
}

.wlpod-layout {
    align-items: stretch;
    display: grid;
    gap: 18px;
    grid-template-columns: minmax(260px, 320px) minmax(0, 1fr);
    margin-top: 20px;
}

.wlpod-controls {
    align-content: start;
    background: #fffdf7;
    border: 1px solid rgba(23,24,21,.13);
    border-radius: 8px;
    display: grid;
    gap: 12px;
    padding: 16px;
}

.wlpod-step {
    align-items: center;
    background: #171815;
    border-radius: 8px;
    color: #fffdf7;
    display: flex;
    gap: 10px;
    padding: 12px;
}

.wlpod-step span {
    align-items: center;
    background: #d99f35;
    border-radius: 999px;
    color: #171815;
    display: inline-flex;
    font-size: 12px;
    font-weight: 900;
    height: 28px;
    justify-content: center;
    width: 28px;
}

.wlpod-controls label {
    display: grid;
    gap: 7px;
}

.wlpod-controls label > span,
.wlpod-controls > span {
    font-size: 13px;
    font-weight: 900;
}

.wlpod-controls input,
.wlpod-controls select {
    background: #fffdf7;
    border: 1px solid rgba(23,24,21,.16);
    border-radius: 8px;
    color: #171815;
    font: inherit;
    min-height: 44px;
    padding: 8px 10px;
}

.wlpod-tool-row {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wlpod-tool-row button,
.wlpod-controls a {
    align-items: center;
    border: 0;
    border-radius: 8px;
    cursor: pointer;
    display: inline-flex;
    font: inherit;
    font-size: 13px;
    font-weight: 900;
    justify-content: center;
    min-height: 44px;
    padding: 10px 12px;
    text-decoration: none;
}

.wlpod-tool-row button {
    background: rgba(31,107,79,.1);
    color: #1f6b4f;
}

.wlpod-controls a {
    background: #1f6b4f;
    color: #fffdf7;
}

.wlpod-controls a:hover {
    color: #fffdf7;
}

.wlpod-controls a.wlpod-cart {
    background: #171815;
}

.wlpod-controls a.is-disabled {
    cursor: not-allowed;
    opacity: .58;
}

.wlpod-note {
    color: rgba(23,24,21,.62);
    font-size: 13px;
    line-height: 1.55;
    margin: 0;
}

.wlpod-stage {
    background:
        radial-gradient(circle at 22% 16%, rgba(217,159,53,.2), transparent 28%),
        linear-gradient(135deg, rgba(23,24,21,.96), rgba(31,107,79,.92));
    border-radius: 10px;
    display: grid;
    gap: 14px;
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, .8fr);
    min-height: 620px;
    padding: clamp(14px, 2vw, 22px);
}

.wlpod-editor-panel,
.wlpod-preview-panel {
    background: rgba(255,253,247,.96);
    border: 1px solid rgba(255,253,247,.24);
    border-radius: 8px;
    display: grid;
    gap: 12px;
    min-width: 0;
    padding: 12px;
}

.wlpod-panel-head {
    align-items: center;
    display: flex;
    gap: 12px;
    justify-content: space-between;
}

.wlpod-panel-head span {
    color: rgba(23,24,21,.58);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.wlpod-panel-head strong {
    color: #171815;
    font-size: 14px;
}

.wlpod-canvas-wrap {
    align-items: center;
    background:
        linear-gradient(180deg, rgba(244,240,230,.72), rgba(255,253,247,.98)),
        repeating-linear-gradient(90deg, rgba(23,24,21,.045) 0 1px, transparent 1px 32px);
    border: 1px solid rgba(23,24,21,.1);
    border-radius: 8px;
    display: grid;
    min-height: 540px;
    overflow: hidden;
    padding: 14px;
    place-items: center;
}

.wlpod-canvas-wrap .canvas-container,
.wlpod-canvas-wrap canvas {
    max-width: 100%;
}

.wlpod-canvas-wrap .upper-canvas,
.wlpod-canvas-wrap .lower-canvas {
    border-radius: 8px;
    box-shadow: rgba(23,24,21,.14) 0 18px 48px;
    height: auto !important;
    max-height: 520px;
    max-width: 100%;
    width: auto !important;
}

.wlpod-preview-panel {
    background: rgba(255,253,247,.08);
    color: #fffdf7;
}

.wlpod-preview-panel .wlpod-panel-head strong,
.wlpod-preview-panel .wlpod-panel-head span {
    color: #fffdf7;
}

.wlpod-preview-panel canvas {
    background:
        radial-gradient(circle at 50% 32%, rgba(255,253,247,.2), transparent 34%),
        rgba(255,253,247,.06);
    border: 1px solid rgba(255,253,247,.16);
    border-radius: 8px;
    display: block;
    min-height: 420px;
    width: 100%;
}

.wlpod-preview-panel p {
    color: rgba(255,253,247,.72);
    font-size: 13px;
    line-height: 1.55;
    margin: 0;
}

.filepond--root {
    font-family: inherit;
    margin-bottom: 0;
}

.filepond--panel-root {
    background: rgba(31,107,79,.08);
    border: 1px solid rgba(31,107,79,.16);
}

.filepond--drop-label {
    color: rgba(23,24,21,.68);
    min-height: 52px;
}

.filepond--credits {
    display: none;
}

@media (max-width: 1100px) {
    .wlpod-stage {
        grid-template-columns: 1fr;
    }

    .wlpod-preview-panel canvas {
        min-height: 340px;
    }
}

@media (max-width: 720px) {
    .wlpod-layout {
        grid-template-columns: 1fr;
    }

    .wlpod-stage {
        min-height: 0;
        padding: 12px;
    }

    .wlpod-canvas-wrap {
        min-height: 430px;
        padding: 10px;
    }

    .wlpod-canvas-wrap .upper-canvas,
    .wlpod-canvas-wrap .lower-canvas {
        max-height: 410px;
    }

    .wlpod-tool-row {
        grid-template-columns: 1fr;
    }
}
