.marshop-campaign,
.marshop-dashboard {
    min-height: 100vh;
    background: #f7faf7;
    color: #162016;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.marshop-video-shell {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    background: #0f1a12;
}

.marshop-video,
.marshop-video-placeholder {
    width: 100%;
    height: 100vh;
    border: 0;
}

.marshop-video-placeholder {
    display: grid;
    place-items: center;
    color: #fff;
    background: linear-gradient(160deg, #193d22, #6b8f3f);
}

.marshop-video-overlay {
    position: absolute;
    right: 16px;
    bottom: 28px;
    left: 16px;
    color: #fff;
}

.marshop-eyebrow {
    margin: 0 0 6px;
    font-size: 13px;
    font-weight: 700;
    color: #78c257;
}

.marshop-video-overlay h1 {
    margin: 0 0 16px;
    font-size: 30px;
    line-height: 1.15;
}

.marshop-campaign-description {
    max-width: 34rem;
    margin: -8px 0 16px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 14px;
    line-height: 1.5;
}

.marshop-cta,
.marshop-submit {
    width: 100%;
    min-height: 52px;
    border: 0;
    border-radius: 8px;
    background: #147a2e;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
}

.marshop-cta:disabled,
.marshop-submit:disabled {
    cursor: not-allowed;
    opacity: 0.56;
}

.marshop-order-sheet {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 20;
    max-height: 88vh;
    padding: 10px 18px 22px;
    overflow: auto;
    background: #fff;
    border-radius: 18px 18px 0 0;
    box-shadow: 0 -18px 50px rgba(0, 0, 0, 0.22);
    transform: translateY(105%);
    transition: transform 180ms ease;
}

.marshop-order-sheet.is-open {
    transform: translateY(0);
}

.marshop-sheet-close {
    position: absolute;
    top: 10px;
    right: 14px;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 50%;
    background: #edf2ed;
    color: #273227;
    font-size: 24px;
    line-height: 1;
}

.marshop-sheet-handle {
    width: 42px;
    height: 4px;
    margin: 0 auto 14px;
    border-radius: 99px;
    background: #d8ded8;
}

.marshop-order-form {
    display: grid;
    gap: 12px;
}

.marshop-order-form label {
    display: grid;
    gap: 6px;
    font-size: 13px;
    font-weight: 700;
}

.marshop-order-form input,
.marshop-order-form select,
.marshop-order-form textarea {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #dbe3dc;
    border-radius: 8px;
    padding: 12px;
    font: inherit;
}

.marshop-total-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 14px;
    border: 1px solid #dbe3dc;
    border-radius: 8px;
    background: #f7faf7;
}

.marshop-total-row span {
    font-size: 13px;
    font-weight: 800;
    color: #59665b;
}

.marshop-total-row strong {
    font-size: 22px;
}

.marshop-form-message {
    min-height: 20px;
    margin: 0;
    color: #28733b;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
}

.marshop-form-message.is-error {
    color: #b42318;
}

.marshop-notice {
    padding: 14px 16px;
    border-left: 4px solid #b42318;
    background: #fff4f2;
}

.marshop-dashboard {
    padding: 22px 16px;
}

.marshop-dashboard-header h1 {
    margin: 0 0 18px;
    font-size: 28px;
}

.marshop-wallet-summary {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 14px;
}

.marshop-wallet-summary div,
.marshop-share-card {
    padding: 16px;
    border: 1px solid #e0e8e1;
    border-radius: 8px;
    background: #fff;
}

.marshop-wallet-summary span {
    display: block;
    margin-bottom: 8px;
    font-size: 13px;
    color: #5d6b5f;
}

.marshop-wallet-summary strong {
    font-size: 26px;
}
