@import url('/fonts.css');
:root {
  --bg: #f7f8f2;
  --paper: #fff;
  --ink: #193b34;
  --muted: #76817a;
  --line: #e3e7dd;
  --green: #215643;
  --lime: #d8ecad;
  --gold: #bd8b40;
  --radius: 22px;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.55;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a,
input {
  -webkit-tap-highlight-color: transparent;
}
button,
a {
  touch-action: manipulation;
}
button {
  cursor: pointer;
}
a {
  color: inherit;
  text-decoration: none;
}
button:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible {
  outline: 3px solid #ba9a4c;
  outline-offset: 4px;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2,
h3 {
  line-height: 1.12;
  letter-spacing: -1.6px;
}
h1 {
  font-size: clamp(42px, 5vw, 68px);
  font-weight: 500;
  margin-bottom: 24px;
}
h1 em {
  font-family: Georgia, serif;
  font-weight: 400;
  color: var(--green);
}
h2 {
  font-size: 32px;
  font-weight: 500;
}
h3 {
  font-size: 21px;
  letter-spacing: -0.7px;
}
small,
.fine {
  font-size: 12px;
  color: var(--muted);
}
.container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 30px;
}
.header {
  border-bottom: 1px solid var(--line);
  background: #f7f8f2ee;
}
.header-inner {
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  font-weight: 700;
  letter-spacing: -0.6px;
  font-size: 20px;
}
.brand-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  background: var(--green);
  color: var(--lime);
  border-radius: 12px;
  font-size: 22px;
}
.brand small {
  display: block;
  font-size: 10px;
  letter-spacing: 1.6px;
  line-height: 1.4;
  font-weight: 500;
}
.nav {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 13px;
}
.nav a:hover {
  color: #779441;
}
.nav-pill {
  border: 1px solid #cad1c5;
  border-radius: 99px;
  padding: 9px 17px;
}
.hero {
  display: grid;
  grid-template-columns: 1.13fr 1fr;
  gap: 70px;
  padding-top: 64px;
  padding-bottom: 60px;
  align-items: center;
}
.eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  display: block;
  margin-bottom: 19px;
}
.badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: #eaf0df;
  border: 1px solid #d9e1cb;
  border-radius: 99px;
  padding: 7px 13px;
  font-size: 11px;
  margin-bottom: 25px;
}
.dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #658a48;
}
.hero-copy > p {
  max-width: 410px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
}
.button {
  border: 0;
  border-radius: 12px;
  padding: 14px 21px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  font-weight: 600;
  font-size: 13px;
  transition:
    background 0.15s,
    transform 0.15s;
}
.button:hover {
  transform: translateY(-1px);
}
.primary {
  background: var(--green);
  color: white;
}
.primary:hover {
  background: #163e30;
}
.secondary {
  background: white;
  border: 1px solid var(--line);
  color: var(--ink);
}
.text-button {
  background: none;
  border: 0;
  color: var(--green);
  padding: 10px;
  font-size: 13px;
  font-weight: 600;
}
.actions {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}
.hero-note {
  margin-top: 23px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  color: var(--muted);
}
.mini-hearts {
  display: flex;
}
.mini-hearts span {
  display: grid;
  place-items: center;
  border: 2px solid var(--bg);
  width: 29px;
  height: 29px;
  border-radius: 50%;
  background: #e2e9d5;
  color: #527450;
  margin-left: -6px;
}
.prize-card {
  background: #e8ecdf;
  border: 1px solid #dfe4d4;
  border-radius: 27px;
  padding: 23px;
  transform: rotate(1deg);
  position: relative;
}
.prize-top {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  letter-spacing: 1.5px;
  margin: 0 0 17px;
  font-weight: 700;
}
.prize-art {
  height: 170px;
  overflow: hidden;
  border-radius: 14px;
  background: #f9f2e6;
}
.prize-art img {
  width: 100%;
  display: block;
}
.prize-details {
  background: #fff;
  border-radius: 15px;
  padding: 23px;
  margin-top: 12px;
}
.prize-details small {
  font-size: 10px;
  letter-spacing: 1.4px;
  color: var(--muted);
}
.prize-details strong {
  font-size: 39px;
  letter-spacing: -2px;
  font-weight: 500;
}
.prize-details .or {
  font-size: 12px;
  display: inline-block;
  margin: 0 12px;
  color: var(--muted);
}
.prize-details p {
  margin: 8px 0 0;
  font-size: 12px;
  color: var(--muted);
}
.prize-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 18px;
  font-size: 11px;
}
.prize-bottom b {
  background: var(--green);
  color: white;
  border-radius: 99px;
  padding: 6px 12px;
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 26px 0;
  margin-bottom: 58px;
}
.step {
  display: flex;
  gap: 15px;
  align-items: center;
}
.step-num {
  height: 39px;
  min-width: 39px;
  display: grid;
  place-items: center;
  border: 1px solid #d7decf;
  border-radius: 50%;
  font-size: 12px;
}
.step strong {
  font-size: 13px;
  display: block;
}
.step p {
  margin: 3px 0 0;
  font-size: 12px;
  color: var(--muted);
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  margin-bottom: 24px;
}
.section-heading h2 {
  margin: 0 0 9px;
}
.section-heading p {
  color: var(--muted);
  font-size: 13px;
  margin: 0;
}
.section-heading .eyebrow {
  color: #8d987d;
  margin-bottom: 12px;
}
.ticket-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 292px;
  gap: 24px;
  align-items: start;
}
.number-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 25px;
}
.number-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 22px;
  gap: 16px;
}
.legend {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  font-size: 10px;
  color: var(--muted);
}
.legend span {
  display: flex;
  align-items: center;
  gap: 5px;
}
.key {
  width: 9px;
  height: 9px;
  border: 1px solid #dce2d4;
  border-radius: 3px;
  background: #f8f9f4;
}
.key.pending {
  background: #f8e8c6;
  border-color: #e6c787;
}
.key.approved {
  background: var(--green);
  border-color: var(--green);
}
.search {
  width: 115px;
  padding: 9px 10px !important;
  font-size: 11px !important;
  margin: 0 !important;
}
.number-grid {
  display: grid;
  grid-template-columns: repeat(10, minmax(0, 1fr));
  gap: 7px;
}
.ticket {
  min-height: 40px;
  padding: 6px 0;
  border: 1px solid #e3e8da;
  background: #f8f9f4;
  border-radius: 8px;
  color: #577054;
  font-size: 12px;
  font-variant-numeric: tabular-nums;
  transition: 0.12s;
}
.ticket:hover:not(:disabled) {
  background: #e7efda;
  border-color: #9eb87d;
}
.ticket.selected {
  background: var(--green);
  color: #fff;
  border-color: var(--green);
  box-shadow: 0 0 0 2px #dbe8d1;
}
.ticket.pending {
  background: #fcf0d7;
  border-color: #eddcb5;
  color: #b08d4d;
  opacity: 1;
}
.ticket.approved {
  background: #e7ece3;
  color: #98a38e;
  text-decoration: line-through;
  opacity: 1;
}
.grid-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 22px;
  border-top: 1px solid var(--line);
  padding-top: 15px;
  gap: 12px;
}
.grid-footer small {
  font-size: 11px;
}
.side-card {
  padding: 25px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  margin-bottom: 16px;
}
.side-card h3 {
  margin-bottom: 7px;
}
.side-card p {
  font-size: 12px;
  color: var(--muted);
}
.selection-empty {
  padding: 25px 14px;
  background: #f7f8f2;
  border: 1px dashed #dbe1d2;
  border-radius: 12px;
  text-align: center;
  font-size: 12px;
  color: var(--muted);
  margin: 22px 0;
}
.selected-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 20px 0;
}
.chip {
  border: 0;
  background: #ecf1e3;
  color: var(--green);
  border-radius: 7px;
  padding: 6px 10px;
  font-size: 12px;
}
.total-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  padding-top: 17px;
  margin: 18px 0;
  font-size: 12px;
}
.total-row strong {
  font-size: 26px;
  letter-spacing: -1px;
  font-weight: 500;
}
.full {
  width: 100%;
}
.secure-note {
  text-align: center;
  font-size: 10px !important;
  margin: 12px 0 0;
}
.progress-card {
  background: #eef2e5;
}
.progress-head {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
}
.progress-head b {
  font-weight: 500;
}
.progress-track {
  height: 6px;
  background: #dce4cd;
  border-radius: 99px;
  margin: 14px 0;
  overflow: hidden;
}
.progress-fill {
  height: 100%;
  background: #698d4d;
  width: 0;
}
.progress-card p {
  font-size: 11px;
  margin-bottom: 0;
}
.share-banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  background: #eaf0df;
  border-radius: 20px;
  padding: 29px 34px;
  margin: 32px 0 56px;
}
.share-banner h3 {
  margin-bottom: 7px;
}
.share-banner p {
  font-size: 12px;
  color: var(--muted);
  margin: 0;
}
.faq {
  max-width: 760px;
  margin: 0 auto 60px;
}
.faq h2 {
  text-align: center;
  margin-bottom: 26px;
}
.faq details {
  border-bottom: 1px solid var(--line);
  padding: 17px 0;
  font-size: 13px;
}
.faq summary {
  cursor: pointer;
  font-weight: 600;
}
.faq details p {
  color: var(--muted);
  margin: 15px 0 3px;
}
.footer {
  border-top: 1px solid var(--line);
  padding: 27px 0;
}
.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  font-size: 11px;
  color: var(--muted);
}
dialog {
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 35px;
  width: 460px;
  max-width: calc(100% - 28px);
  color: var(--ink);
  max-height: 90vh;
  overflow: auto;
}
dialog::backdrop {
  background: #112d2677;
  backdrop-filter: blur(5px);
}
.dialog-close {
  position: absolute;
  right: 18px;
  top: 13px;
}
.icon-btn {
  background: none;
  border: 0;
  font-size: 27px;
  color: var(--muted);
}
dialog h2 {
  font-size: 31px;
}
.muted {
  color: var(--muted);
}
label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  margin: 16px 0;
}
input,
select,
textarea {
  display: block;
  width: 100%;
  padding: 13px;
  border: 1px solid #dce2d5;
  border-radius: 10px;
  margin-top: 7px;
  background: #fff;
  color: var(--ink);
}

textarea {
  resize: vertical;
  min-height: 92px;
}
.summary {
  background: #f1f5e9;
  padding: 13px 17px;
  border-radius: 10px;
  font-size: 13px;
}
.error {
  color: #b24737;
  font-size: 12px;
  white-space: pre-line;
}
.error:empty {
  display: none;
}
#toast {
  position: fixed;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 90%;
  background: var(--ink);
  color: white;
  padding: 12px 22px;
  border-radius: 12px;
  z-index: 100;
  font-size: 13px;
  box-shadow: 0 5px 30px #193b3430;
  display: none;
}
#toast.show {
  display: block;
}
.page-center {
  max-width: 520px;
  margin: 55px auto;
  padding: 0 22px;
}
.payment-card {
  text-align: center;
  padding: 32px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 24px;
}
.payment-card h1 {
  font-size: 33px;
  margin-bottom: 12px;
}
.payment-card p {
  font-size: 13px;
}
.status-badge {
  font-size: 11px;
  background: #fff0d3;
  color: #a37431;
  display: inline-block;
  padding: 6px 12px;
  border-radius: 99px;
  margin-bottom: 22px;
}
.status-badge.approved {
  background: #e5f0df;
  color: #437d39;
}
.qr {
  display: block;
  width: 240px;
  max-width: 100%;
  margin: 18px auto;
}
.payment-value {
  font-size: 37px;
  font-weight: 500;
  letter-spacing: -1.5px;
}
.pix-code {
  font-size: 11px;
  text-align: left;
}
.payment-card .button {
  margin-top: 10px;
}
.payment-meta {
  background: var(--bg);
  border-radius: 12px;
  padding: 16px;
  margin: 18px 0;
  text-align: left;
  font-size: 12px;
}
.payment-meta p {
  margin: 4px 0;
}
.back-link {
  display: block;
  text-align: center;
  margin: 23px 0;
  font-size: 12px;
}
.admin-main {
  padding-top: 45px;
  padding-bottom: 60px;
}
.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin: 25px 0;
}
.stat {
  border: 1px solid var(--line);
  background: #fff;
  padding: 22px;
  border-radius: 16px;
}
.stat small {
  display: block;
  margin-bottom: 8px;
}
.stat strong {
  font-size: 29px;
  letter-spacing: -1px;
  font-weight: 500;
}
.admin-toolbar {
  display: flex;
  gap: 15px;
  margin: 25px 0;
}
.admin-toolbar input {
  margin: 0;
  flex: 1;
}
.admin-toolbar select {
  margin: 0;
  width: 200px;
}
.reservation-list {
  display: grid;
  gap: 12px;
}
.reservation-row {
  background: white;
  border: 1px solid var(--line);
  padding: 23px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.reservation-row h3 {
  font-size: 17px;
  letter-spacing: -0.3px;
  margin-bottom: 7px;
  overflow-wrap: anywhere;
}
.reservation-row p {
  font-size: 12px;
  color: var(--muted);
  margin: 5px 0;
}

.reservation-row .participant-note {
  max-width: 620px;
  padding: 9px 12px;
  color: var(--ink);
  background: #f2f5ec;
  border-left: 3px solid var(--gold);
  border-radius: 7px;
}
.reservation-row .status-badge {
  margin: 0;
}
.reservation-row .actions {
  justify-content: flex-end;
}
.empty {
  text-align: center;
  padding: 50px;
  color: var(--muted);
}
.mobile-bar {
  display: none;
}
.notice {
  background: #fff1d5;
  padding: 15px;
  border-radius: 12px;
  font-size: 12px;
  margin: 15px 0;
}
.hidden {
  display: none !important;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 25px;
}
@media (min-width: 1400px) {
  .hero {
    gap: 100px;
  }
}
@media (max-width: 900px) {
  .hero {
    gap: 30px;
  }
  .ticket-layout {
    grid-template-columns: minmax(0, 1fr) 255px;
  }
  .number-card {
    padding: 18px;
  }
  .number-grid {
    gap: 5px;
  }
  .nav {
    gap: 15px;
  }
  .prize-art {
    height: 140px;
  }
  .side-card {
    padding: 20px;
  }
  .number-toolbar {
    align-items: start;
    flex-direction: column;
  }
  .stats {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 680px) {
  .container {
    padding: 0 20px;
  }
  .header-inner {
    height: 74px;
  }
  .brand {
    font-size: 17px;
  }
  .nav > a:not(.nav-pill) {
    display: none;
  }
  .nav-pill {
    font-size: 11px;
    padding: 7px 11px;
  }
  .hero {
    grid-template-columns: 1fr;
    gap: 32px;
    padding-top: 35px;
    padding-bottom: 32px;
  }
  .hero-copy > p {
    max-width: none;
  }
  .hero h1 {
    font-size: 47px;
  }
  .prize-card {
    transform: none;
    max-width: 450px;
    width: 100%;
    margin: auto;
    padding: 17px;
  }
  .prize-art {
    height: 145px;
  }
  .prize-details {
    padding: 16px;
  }
  .prize-details strong {
    font-size: 34px;
  }
  .hero-note {
    margin-top: 17px;
  }
  .steps {
    grid-template-columns: 1fr;
    gap: 19px;
    padding: 25px 0;
    margin-bottom: 35px;
  }
  .step-num {
    height: 32px;
    min-width: 32px;
  }
  .section-heading {
    align-items: start;
  }
  .section-heading h2 {
    font-size: 29px;
  }
  .section-heading > .button {
    padding: 10px;
    gap: 5px;
    font-size: 10px;
  }
  .ticket-layout {
    grid-template-columns: 1fr;
  }
  .number-card {
    padding: 14px;
  }
  .number-toolbar {
    flex-direction: row;
    align-items: center;
    gap: 8px;
  }
  .legend {
    gap: 7px;
    font-size: 9px;
  }
  .search {
    width: 85px;
    padding: 7px !important;
  }
  .number-grid {
    gap: 4px;
  }
  .ticket {
    font-size: 10px;
    border-radius: 6px;
    min-height: 35px;
  }
  .grid-footer {
    flex-wrap: wrap;
  }
  .side-card {
    padding: 22px;
  }
  .share-banner {
    padding: 24px;
    align-items: start;
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .share-banner .actions {
    width: 100%;
  }
  .share-banner .button {
    flex: 1;
    gap: 8px;
    font-size: 11px;
    padding: 12px;
  }
  .faq h2 {
    font-size: 27px;
  }
  .footer-inner {
    flex-direction: column;
    text-align: center;
  }
  .footer {
    padding-bottom: 100px;
  }
  .mobile-bar.visible {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border-top: 1px solid var(--line);
    padding: 12px 20px;
    z-index: 20;
    box-shadow: 0 -8px 30px #193b3409;
    padding-bottom: max(12px, env(safe-area-inset-bottom));
  }
  .mobile-bar small {
    display: block;
  }
  .mobile-bar strong {
    font-size: 21px;
  }
  .mobile-bar .button {
    padding: 12px 20px;
  }
  .page-center {
    margin-top: 30px;
  }
  .payment-card {
    padding: 24px;
  }
  .admin-main {
    padding-top: 30px;
  }
  .stats {
    gap: 10px;
  }
  .stat {
    padding: 15px;
  }
  .stat strong {
    font-size: 23px;
  }
  .reservation-row {
    align-items: start;
    flex-direction: column;
  }
  .reservation-row .actions {
    justify-content: flex-start;
  }
  .admin-toolbar {
    flex-direction: column;
  }
  .admin-toolbar select {
    width: 100%;
  }
  .admin-main .section-heading {
    flex-direction: column;
  }
  dialog {
    padding: 27px;
  }
  .hero .actions {
    gap: 3px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  * {
    transition: none !important;
  }
}

/* Identidade visual moderna e ícones vetoriais */
.ui-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  display: inline-block;
  vertical-align: middle;
}

body {
  background:
    radial-gradient(circle at 8% 4%, rgba(216, 236, 173, 0.24), transparent 25rem),
    radial-gradient(circle at 92% 19%, rgba(189, 139, 64, 0.09), transparent 22rem), var(--bg);
  font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
}

.header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(247, 248, 242, 0.82);
  backdrop-filter: blur(18px) saturate(150%);
  box-shadow: 0 1px 0 rgba(25, 59, 52, 0.04);
}

.brand-mark {
  box-shadow: 0 9px 24px rgba(33, 86, 67, 0.22);
}

.brand-mark .ui-icon {
  width: 20px;
  height: 20px;
  stroke-width: 2.1;
}

.nav-pill,
.footer-inner a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.nav-pill .ui-icon {
  width: 15px;
  height: 15px;
}

.nav-pill .ui-icon:last-child,
.footer-inner a .ui-icon:last-child {
  width: 13px;
  height: 13px;
}

.hero {
  min-height: calc(100svh - 88px);
  position: relative;
  padding-top: clamp(60px, 8vh, 100px);
  padding-bottom: clamp(70px, 10vh, 120px);
}

.hero::before {
  content: '';
  position: absolute;
  z-index: -1;
  width: 360px;
  height: 360px;
  left: -250px;
  top: 70px;
  border-radius: 50%;
  background: rgba(216, 236, 173, 0.28);
  filter: blur(3px);
}

.hero-copy,
.prize-card {
  animation: rise-in 0.7s ease-out both;
}

.prize-card {
  animation-delay: 0.12s;
  transform: rotate(1deg) translateY(-5px);
  box-shadow: 0 28px 70px rgba(25, 59, 52, 0.13);
  border-color: rgba(33, 86, 67, 0.08);
}

.prize-card::before {
  content: '';
  position: absolute;
  inset: 12px -12px -12px 12px;
  z-index: -1;
  border: 1px solid rgba(189, 139, 64, 0.25);
  border-radius: 27px;
}

.prize-art {
  height: auto;
  aspect-ratio: 2.25 / 1;
  position: relative;
  background: #062d56;
  box-shadow: 0 14px 30px rgba(6, 45, 86, 0.16);
}

.prize-art a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: inherit;
}

.prize-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.prize-art:hover img {
  transform: scale(1.025);
}

.cover-hint {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 10px;
  border-radius: 9px;
  color: white;
  background: rgba(4, 32, 62, 0.82);
  backdrop-filter: blur(8px);
  font-size: 9px;
  font-weight: 700;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.16);
}

.cover-hint .ui-icon {
  width: 12px;
  height: 12px;
}

.prize-details {
  padding: 20px;
  background: linear-gradient(145deg, #ffffff, #fbfcf8);
}

.prize-kicker {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 13px;
  color: var(--green) !important;
  font-weight: 800;
}

.prize-kicker::after {
  content: '';
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, rgba(33, 86, 67, 0.2), transparent);
}

.prize-choice-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: stretch;
  gap: 8px;
}

.prize-choice {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  padding: 13px 12px;
  border: 1px solid rgba(33, 86, 67, 0.1);
  border-radius: 13px;
}

.pix-choice {
  color: white;
  background: linear-gradient(145deg, #246b58, #17483b);
  border-color: transparent;
  box-shadow: 0 10px 20px rgba(33, 86, 67, 0.18);
}

.coffee-choice {
  color: #082b4e;
  background: linear-gradient(145deg, #fff1cf, #f5d895);
  border-color: rgba(189, 139, 64, 0.2);
}

.prize-choice-icon {
  display: grid;
  place-items: center;
  width: 35px;
  height: 35px;
  min-width: 35px;
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.15);
}

.coffee-choice .prize-choice-icon {
  background: rgba(255, 255, 255, 0.55);
}

.prize-choice-icon .ui-icon {
  width: 19px;
  height: 19px;
  stroke-width: 2;
}

.prize-choice em,
.prize-choice strong,
.prize-choice small {
  display: block;
  color: inherit;
  white-space: nowrap;
}

.prize-choice em {
  margin-bottom: 2px;
  font-size: 7px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 1.2px;
  opacity: 0.7;
}

.prize-choice strong {
  font-size: 20px;
  line-height: 1.05;
  letter-spacing: -0.7px;
  font-weight: 750;
}

.prize-choice small {
  margin-top: 3px;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 1.1px;
  opacity: 0.75;
}

.choice-or {
  align-self: center;
  display: grid;
  place-items: center;
  width: 27px;
  height: 27px;
  margin: 0 -5px;
  z-index: 2;
  border: 3px solid white;
  border-radius: 50%;
  color: white;
  background: var(--gold);
  font-size: 7px;
  font-weight: 900;
  box-shadow: 0 5px 12px rgba(92, 64, 26, 0.2);
}

.prize-details > p {
  margin: 13px 0 0;
  text-align: center;
  font-size: 10px;
}

.prize-top .ui-icon {
  color: var(--gold);
}

.badge {
  box-shadow: 0 7px 18px rgba(33, 86, 67, 0.08);
}

.hero h1 {
  text-wrap: balance;
}

.hero .button .ui-icon,
.hero .text-button .ui-icon,
#random .ui-icon,
#download .ui-icon,
#share .ui-icon,
#reserve .ui-icon,
.mobile-bar .ui-icon {
  width: 16px;
  height: 16px;
}

.mini-hearts span {
  box-shadow: 0 5px 15px rgba(33, 86, 67, 0.1);
}

.mini-hearts .ui-icon {
  width: 12px;
  height: 12px;
}

.fold-divider {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 18px;
  color: var(--gold);
  margin: 0 0 34px;
}

.fold-divider span {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(33, 86, 67, 0.17));
}

.fold-divider span:last-child {
  background: linear-gradient(90deg, rgba(33, 86, 67, 0.17), transparent);
}

.fold-divider .ui-icon {
  width: 17px;
  height: 17px;
}

.steps {
  border: 0;
  margin-bottom: 72px;
  gap: 14px;
  padding: 0;
}

.step {
  position: relative;
  align-items: flex-start;
  min-height: 128px;
  padding: 25px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(33, 86, 67, 0.1);
  border-radius: 20px;
  box-shadow: 0 14px 35px rgba(25, 59, 52, 0.06);
}

.step::after {
  content: '';
  position: absolute;
  width: 38px;
  height: 2px;
  right: -26px;
  top: 50%;
  background: linear-gradient(90deg, var(--gold), transparent);
}

.step:last-child::after {
  display: none;
}

.step-num {
  position: relative;
  width: 48px;
  min-width: 48px;
  height: 48px;
  color: var(--green);
  background: var(--lime);
  border: 0;
  border-radius: 15px;
  box-shadow: inset 0 0 0 1px rgba(33, 86, 67, 0.08);
}

.step-num .ui-icon {
  width: 21px;
  height: 21px;
}

.step-num small {
  position: absolute;
  top: -7px;
  right: -7px;
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--green);
  color: white;
  font-size: 8px;
  font-weight: 700;
}

#numeros {
  position: relative;
  isolation: isolate;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 82px max(30px, calc((100vw - 1180px) / 2 + 30px)) 76px;
  background:
    radial-gradient(circle at 80% 8%, rgba(216, 236, 173, 0.7), transparent 25rem),
    linear-gradient(180deg, #edf3e4 0%, #f3f6ed 100%);
  border-radius: 48px 48px 0 0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

#numeros::before {
  content: '';
  position: absolute;
  z-index: -1;
  inset: 18px 22px auto;
  height: 75px;
  border: 1px solid rgba(33, 86, 67, 0.08);
  border-bottom: 0;
  border-radius: 30px 30px 0 0;
}

#numeros .section-heading {
  margin-bottom: 34px;
}

.number-card,
.side-card {
  border-color: rgba(33, 86, 67, 0.1);
  box-shadow: 0 22px 55px rgba(25, 59, 52, 0.08);
}

.number-card {
  background: rgba(255, 255, 255, 0.92);
}

.ticket {
  transition:
    transform 0.16s ease,
    border-color 0.16s ease,
    background 0.16s ease,
    box-shadow 0.16s ease;
}

.ticket:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(33, 86, 67, 0.11);
}

.ticket.selected {
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 7px 18px rgba(33, 86, 67, 0.24);
}

.ticket-layout aside {
  position: sticky;
  top: 112px;
}

.progress-card {
  background: linear-gradient(145deg, #eef4e4, #e4ecd7);
}

.progress-fill {
  background: linear-gradient(90deg, #84a85d, var(--green));
}

.secure-note {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.secure-note .ui-icon {
  width: 14px;
  height: 14px;
}

.button {
  min-height: 46px;
  border-radius: 14px;
}

.button.primary {
  box-shadow: 0 10px 24px rgba(33, 86, 67, 0.18);
}

.button.secondary {
  box-shadow: 0 8px 20px rgba(25, 59, 52, 0.05);
}

.share-banner {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  overflow: hidden;
  padding: 34px 38px;
  margin: 0 0 70px;
  color: white;
  background:
    radial-gradient(circle at 85% 20%, rgba(216, 236, 173, 0.22), transparent 16rem), var(--green);
  border-radius: 0 0 28px 28px;
  box-shadow: 0 24px 55px rgba(25, 59, 52, 0.14);
}

.share-banner h3,
.share-banner p {
  color: white;
}

.share-banner p {
  opacity: 0.75;
}

.share-symbol {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 17px;
  background: var(--lime);
  color: var(--green);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.13);
}

.share-symbol .ui-icon {
  width: 23px;
  height: 23px;
}

.share-banner .secondary {
  border-color: transparent;
}

.share-banner .primary {
  background: var(--lime);
  color: var(--green);
}

.faq {
  max-width: 860px;
  padding: 48px 58px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(33, 86, 67, 0.08);
  border-radius: 28px;
  box-shadow: 0 20px 60px rgba(25, 59, 52, 0.06);
}

.faq .eyebrow {
  text-align: center;
  color: var(--gold);
}

.faq summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  list-style: none;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq-icon {
  display: grid;
  place-items: center;
  width: 31px;
  height: 31px;
  min-width: 31px;
  border-radius: 10px;
  background: #edf3e4;
  color: var(--green);
  transition: transform 0.2s ease;
}

.faq-icon .ui-icon {
  width: 14px;
  height: 14px;
}

.faq details[open] .faq-icon {
  transform: rotate(180deg);
}

.footer {
  color: rgba(255, 255, 255, 0.72);
  background: #123d32;
  border: 0;
  padding: 34px 0;
}

.footer-inner a {
  color: var(--lime);
  font-weight: 600;
}

dialog {
  box-shadow: 0 35px 100px rgba(17, 45, 38, 0.3);
}

@keyframes rise-in {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
}

@media (max-width: 680px) {
  .header {
    backdrop-filter: blur(14px);
  }

  .hero {
    min-height: auto;
    padding-top: 44px;
    padding-bottom: 65px;
  }

  .hero h1 {
    font-size: 48px;
  }

  .prize-card {
    transform: none;
  }

  .prize-card::before {
    inset: 8px -7px -8px 7px;
  }

  .prize-details {
    padding: 16px;
  }

  .prize-choice {
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    padding: 10px 5px;
    text-align: center;
  }

  .prize-choice-icon {
    width: 30px;
    height: 30px;
    min-width: 30px;
  }

  .prize-choice strong {
    font-size: 16px;
  }

  .prize-choice em,
  .prize-choice small {
    font-size: 7px;
  }

  .fold-divider {
    margin-bottom: 28px;
  }

  .steps {
    margin-bottom: 52px;
  }

  .step {
    min-height: 0;
    padding: 20px;
  }

  .step::after {
    width: 2px;
    height: 20px;
    left: 43px;
    right: auto;
    top: auto;
    bottom: -20px;
    background: linear-gradient(var(--gold), transparent);
  }

  #numeros {
    padding: 58px 20px 48px;
    border-radius: 32px 32px 0 0;
  }

  #numeros::before {
    inset: 12px 12px auto;
  }

  .ticket-layout aside {
    position: static;
  }

  .share-banner {
    grid-template-columns: auto 1fr;
    padding: 28px 24px;
    border-radius: 0 0 24px 24px;
  }

  .share-banner .actions {
    grid-column: 1 / -1;
  }

  .share-symbol {
    width: 46px;
    height: 46px;
    border-radius: 14px;
  }

  .faq {
    padding: 34px 24px;
    border-radius: 24px;
  }

  .footer {
    padding-bottom: 112px;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
  }
}

/* Relatorio geral do painel */
.admin-tabs {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 28px;
  padding: 6px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 12px 35px rgba(9, 44, 38, 0.06);
}
.admin-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 44px;
  padding: 10px 18px;
  border: 0;
  border-radius: 11px;
  background: transparent;
  color: var(--muted);
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: 180ms ease;
}
.admin-tab .ui-icon {
  width: 18px;
  height: 18px;
}
.admin-tab:hover {
  color: var(--ink);
  background: rgba(11, 61, 52, 0.06);
}
.admin-tab.active {
  color: #fff;
  background: var(--ink);
  box-shadow: 0 8px 20px rgba(9, 44, 38, 0.2);
}
#participants-view,
#report-view {
  margin-top: 8px;
}
.report-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin: 34px 0 20px;
}
.report-heading h2 {
  margin: 5px 0 6px;
  font-size: clamp(28px, 4vw, 43px);
  letter-spacing: -1.6px;
}
.report-heading p {
  margin: 0;
  color: var(--muted);
}
.report-heading .button {
  flex: none;
}
.report-heading .ui-icon {
  width: 18px;
  height: 18px;
}
.report-hero {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: auto minmax(240px, 1fr);
  align-items: end;
  gap: 16px 28px;
  padding: 30px;
  border-radius: 24px;
  color: #fff;
  background:
    radial-gradient(circle at 88% 15%, rgba(226, 174, 66, 0.35), transparent 27%),
    linear-gradient(135deg, #082f2a, #0f5146);
  box-shadow: 0 20px 55px rgba(9, 44, 38, 0.18);
}
.report-hero::after {
  content: '';
  position: absolute;
  width: 220px;
  height: 220px;
  right: -85px;
  bottom: -135px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
}
.report-hero > div:first-child {
  min-width: 190px;
}
.report-hero span,
.report-hero small {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.report-hero strong {
  display: block;
  margin: 4px 0 0;
  color: #f3c961;
  font-size: 54px;
  line-height: 1;
  letter-spacing: -3px;
}
.report-hero p {
  margin: 7px 0 0;
  color: rgba(255, 255, 255, 0.82);
}
.report-progress {
  overflow: hidden;
  height: 13px;
  margin-bottom: 9px;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.13);
}
.report-progress i {
  display: block;
  min-width: 5px;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #c99227, #f5d879);
  box-shadow: 0 0 18px rgba(245, 216, 121, 0.42);
}
.report-hero > small {
  grid-column: 2;
  margin-top: -18px;
  text-transform: none;
  letter-spacing: 0;
}
.report-kpis {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin: 16px 0;
}
.report-kpi {
  min-width: 0;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 19px;
  background: #fff;
  box-shadow: 0 10px 32px rgba(9, 44, 38, 0.05);
}
.report-kpi.featured {
  border-color: rgba(201, 146, 39, 0.38);
  background: linear-gradient(145deg, #fffaf0, #fff);
}
.report-kpi span,
.report-kpi small {
  display: block;
  color: var(--muted);
  font-size: 12px;
}
.report-kpi span {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.report-kpi strong {
  display: block;
  margin: 11px 0 5px;
  color: var(--ink);
  font-size: clamp(25px, 3vw, 34px);
  line-height: 1;
  letter-spacing: -1.3px;
}
.report-kpi.featured strong {
  color: #a56e12;
}
.report-columns {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 16px;
  margin: 16px 0;
}
.report-columns.report-lists {
  grid-template-columns: 1fr 1fr;
}
.report-panel {
  min-width: 0;
  padding: 25px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 12px 38px rgba(9, 44, 38, 0.05);
}
.report-panel-title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}
.report-panel-title h3 {
  margin: 5px 0 0;
  font-size: 22px;
  letter-spacing: -0.6px;
}
.report-legend {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 9px 14px;
  color: var(--muted);
  font-size: 10px;
}
.report-legend span::before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 5px;
  border-radius: 50%;
}
.report-legend .sold::before,
.range-bar .sold {
  background: #176d5c;
}
.report-legend .waiting::before,
.range-bar .waiting {
  background: #e0aa3e;
}
.report-legend .free::before,
.range-bar .free {
  background: #e6eae4;
}
.range-list {
  display: grid;
  gap: 18px;
}
.range-row {
  display: grid;
  grid-template-columns: 118px 1fr;
  align-items: center;
  gap: 14px;
}
.range-row > div:first-child {
  display: grid;
  gap: 2px;
}
.range-row strong {
  color: var(--ink);
  font-size: 13px;
}
.range-row span {
  color: var(--muted);
  font-size: 10px;
}
.range-bar {
  display: flex;
  overflow: hidden;
  height: 10px;
  border-radius: 99px;
  background: #e6eae4;
}
.range-bar i {
  display: block;
  height: 100%;
}
.report-alerts {
  display: grid;
  gap: 10px;
}
.report-alert {
  display: grid;
  gap: 4px;
  padding: 15px 16px;
  border: 1px solid var(--line);
  border-left-width: 4px;
  border-radius: 13px;
  background: #fafbf8;
}
.report-alert strong {
  color: var(--ink);
  font-size: 13px;
}
.report-alert span {
  color: var(--muted);
  font-size: 11px;
}
.report-alert.warning {
  border-left-color: #d79c2e;
  background: #fffbf2;
}
.report-alert.success {
  border-left-color: #4f956f;
  background: #f4faf5;
}
.report-alert.neutral {
  border-left-color: #7c8d88;
}
.report-status-summary {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 18px;
}
.report-status-summary div {
  padding: 13px 10px;
  border-radius: 12px;
  text-align: center;
  background: #f5f7f3;
}
.report-status-summary span {
  display: block;
  color: var(--muted);
  font-size: 9px;
  text-transform: uppercase;
}
.report-status-summary strong {
  display: block;
  margin-top: 4px;
  color: var(--ink);
  font-size: 20px;
}
.report-list {
  display: grid;
}
.report-list-row {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
}
.report-list-row:last-child {
  border-bottom: 0;
}
.report-list-row > b {
  display: grid;
  place-items: center;
  width: 27px;
  height: 27px;
  border-radius: 9px;
  color: #8a6115;
  background: #fff2cf;
  font-size: 11px;
}
.report-list-row > div {
  display: grid;
  min-width: 0;
  gap: 3px;
}
.report-list-row strong {
  overflow: hidden;
  color: var(--ink);
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.report-list-row span,
.report-list-row em {
  color: var(--muted);
  font-size: 10px;
  font-style: normal;
}
.report-list-row em {
  padding: 5px 8px;
  border-radius: 8px;
  background: #f3f5f1;
  white-space: nowrap;
}
.report-list-row.recent {
  grid-template-columns: 10px minmax(0, 1fr) auto;
}
.status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #8d9895;
}
.status-dot.approved {
  background: #4f956f;
}
.status-dot.pending {
  background: #d79c2e;
}
.status-dot.cancelled {
  background: #b46d67;
}
.empty.compact {
  padding: 18px 0;
}

@media (max-width: 900px) {
  .report-kpis {
    grid-template-columns: repeat(2, 1fr);
  }
  .report-columns,
  .report-columns.report-lists {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .admin-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }
  .admin-tab {
    padding-inline: 10px;
    font-size: 12px;
  }
  .report-heading {
    align-items: stretch;
    flex-direction: column;
    margin-top: 26px;
  }
  .report-heading .button {
    width: 100%;
  }
  .report-hero {
    grid-template-columns: 1fr;
    padding: 24px;
  }
  .report-hero > small {
    grid-column: 1;
    margin-top: -5px;
  }
  .report-kpis {
    gap: 10px;
  }
  .report-kpi {
    padding: 17px;
  }
  .report-kpi strong {
    font-size: 24px;
  }
  .report-panel {
    padding: 20px;
  }
  .report-panel-title {
    flex-direction: column;
  }
  .report-legend {
    justify-content: flex-start;
  }
  .range-row {
    grid-template-columns: 95px 1fr;
  }
  .report-list-row {
    gap: 8px;
  }
}
