* { box-sizing: border-box; }
body { font-family: Montserrat, Arial, sans-serif; }
a { text-decoration: none; }
.app-main { padding-top: 18px; padding-bottom: 36px; }
.title { margin: 0 0 14px; }
.title h1 { margin: 0 0 4px; font-size: 1.45rem; font-weight: 600; }
.muted { color: #68717a; }
.grid { display: grid; grid-template-columns: 1fr; gap: 14px; }
.campaign { display: grid; grid-template-columns: 140px 1fr; gap: 0; background: #fff; border-radius: .35rem; overflow: hidden; box-shadow: 0 1px 2px rgba(0,0,0,.16); border: 1px solid rgba(0,0,0,.08); }
.campaign img { width: 140px; height: 140px; object-fit: cover; background: #d9dee4; }
.campaign-body { padding: 10px 12px; min-width: 0; }
.campaign h2 { font-size: 15px; margin: 7px 0 5px; line-height: 1.25; font-weight: 600; }
.badge { display: inline-flex; align-items: center; height: 22px; padding: 0 7px; border-radius: 4px; font-size: 11px; font-weight: 600; background: #198754; color: #fff; }
.badge.done { background: #0d6efd; color: #fff; }
.price { font-size: 18px; font-weight: 600; margin: 7px 0; }
.meta { font-size: 11px; color: #68717a; display: flex; gap: 8px; flex-wrap: wrap; }
.actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 12px; }
.btn, button { border: 0; border-radius: .35rem; padding: 10px 13px; font-weight: 600; cursor: pointer; display: inline-flex; gap: 7px; align-items: center; justify-content: center; }
.btn.primary, .btn.dark { background: #198754; color: #fff; }
.btn.light { background: #f1f3f5; color: #151719; }
.btn.block { width: 100%; }
.panel { background: #fff; border: 1px solid rgba(0,0,0,.08); border-radius: .35rem; padding: 14px; box-shadow: 0 1px 2px rgba(0,0,0,.12); margin-bottom: 14px; }
.hero-img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; border-radius: .35rem; background: #d9dee4; }
.gallery-strip { display: grid; grid-auto-flow: column; grid-auto-columns: 74px; gap: 8px; overflow-x: auto; padding: 8px 0 2px; }
.gallery-strip img { width: 74px; height: 74px; object-fit: cover; border-radius: .35rem; border: 2px solid #fff; box-shadow: 0 1px 2px rgba(0,0,0,.18); }
.detail h1 { font-size: 1.5rem; margin: 12px 0 8px; font-weight: 600; }
.buy-box { position: sticky; bottom: 10px; margin-top: 18px; }
.packages { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 12px 0; }
.package { border: 1px solid #d6dde5; background: #f7f9fb; border-radius: .35rem; padding: 10px; text-align: center; font-weight: 600; cursor: pointer; }
.package small { display: block; color: #68717a; font-weight: 600; margin-top: 3px; }
input, textarea, select { width: 100%; border: 1px solid #cfd7df; border-radius: .35rem; min-height: 42px; padding: 9px 11px; font: inherit; background: #fff; }
label { display: grid; gap: 6px; font-size: 13px; font-weight: 600; margin-bottom: 12px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.alert { padding: 12px 14px; border-radius: .35rem; margin-bottom: 16px; background: #e7f8ee; color: #0f6b31; font-weight: 600; }
.alert.error { background: #fdeaea; color: #a12727; }
.alert.warning { background: #fff5d6; color: #7b5600; }
.numbers { display: flex; gap: 6px; flex-wrap: wrap; }
.number { background: #101214; color: #fff; border-radius: 4px; padding: 6px 8px; font: 700 12px ui-monospace, Consolas, monospace; }
.table { width: 100%; border-collapse: collapse; font-size: 13px; }
.table th, .table td { text-align: left; border-bottom: 1px solid #e0e5eb; padding: 10px 8px; vertical-align: top; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.content-html { line-height: 1.55; font-size: 14px; color: #343a40; max-height: 460px; overflow: auto; }
.campanha-original .panel { margin-bottom: 14px; }
.campanha-original .sorteio-preco .tag { border: 0; }
.compra-original .input-group .form-control { min-height: 42px; border-left: 0; border-right: 0; }
.compra-original .input-group .btn { border-radius: .35rem; min-width: 46px; }
.pacote-original { color: var(--incrivel-cardColor, #111); line-height: 1.1; min-height: 52px; }
.winner-avatar { width: 70px; height: 70px; position: relative; overflow: hidden; }
.winner-avatar img { width: 100%; height: 100%; object-fit: cover; display: block; }
.SorteioTpl_sorteioTpl__2s2Wu.SorteioTpl_v2__1UXsE .SorteioTpl_info__t1BZr .container { width: min(100%, 600px); }
.SorteioTpl_sorteioTpl__2s2Wu.SorteioTpl_v2__1UXsE .SorteioTpl_title__3RLtu { font-size: 1.1rem; padding: 0; }
.SorteioTpl_sorteioTpl__2s2Wu.SorteioTpl_v2__1UXsE .SorteioTpl_title__3RLtu a { color: #fff; }
.sorteio-buscas { max-width: 600px; margin: 0 auto; }
.sorteio_sorteioDescBody__3n4ko { max-height: none; overflow: visible; line-height: 1.55; }
@media (max-width: 620px) {
    .nav { align-items: flex-start; flex-direction: column; padding: 12px 0; }
    .campaign { grid-template-columns: 110px 1fr; }
    .campaign img { width: 110px; height: 128px; }
    .campaign-body { padding-right: 10px; }
    .form-grid, .split { grid-template-columns: 1fr; }
    .packages { grid-template-columns: repeat(2, 1fr); }
}
