.point-shell {
  padding: 18px;
}

.point-hero,
.point-panel,
.point-card,
.point-public-panel,
.point-public-card {
  background: #fff;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 20px;
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.08);
}

.point-hero {
  padding: 24px 26px;
  margin-bottom: 18px;
}

.point-hero__top,
.point-card-header,
.point-public-card__head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
}

.point-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(185, 28, 28, 0.08);
  color: #991b1b;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.point-title {
  margin: 12px 0 8px;
  color: #111827;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.15;
}

.point-subtitle {
  margin: 0;
  max-width: 780px;
  color: #6b7280;
  font-size: 14px;
  line-height: 1.7;
}

.point-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.point-btn,
.point-link-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 16px;
  border: 0;
  border-radius: 14px;
  font-weight: 700;
  transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease;
}

.point-btn:hover,
.point-link-btn:hover {
  transform: translateY(-1px);
}

.point-btn-primary,
.point-link-btn.point-btn-primary {
  background: linear-gradient(135deg, #b91c1c, #ef4444);
  color: #fff;
  box-shadow: 0 14px 26px rgba(185, 28, 28, 0.18);
}

.point-btn-secondary,
.point-link-btn.point-btn-secondary {
  background: #fff7f7;
  color: #991b1b;
  border: 1px solid rgba(185, 28, 28, 0.14);
}

.point-btn-neutral,
.point-link-btn.point-btn-neutral {
  background: #f8fafc;
  color: #334155;
  border: 1px solid rgba(148, 163, 184, 0.2);
}

.point-kpis {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.point-kpi {
  padding: 16px 18px;
  border-radius: 18px;
  background: linear-gradient(180deg, #fff, #f8fafc);
  border: 1px solid rgba(148, 163, 184, 0.14);
}

.point-kpi span {
  display: block;
  margin-bottom: 6px;
  color: #64748b;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.point-kpi strong {
  display: block;
  color: #111827;
  font-size: 22px;
  font-weight: 800;
}

.point-kpi em {
  display: block;
  margin-top: 6px;
  color: #64748b;
  font-size: 12px;
  font-style: normal;
}

.point-filter-bar,
.point-grid,
.point-form-grid {
  display: grid;
  gap: 14px;
}

.point-filter-bar {
  grid-template-columns: minmax(220px, 1.4fr) repeat(2, minmax(160px, .7fr)) auto;
  margin-bottom: 16px;
}

.point-panel {
  padding: 20px 22px;
  margin-bottom: 18px;
}

.point-panel h2,
.point-card-title,
.point-public-title {
  margin: 0 0 6px;
  color: #111827;
  font-size: 22px;
  font-weight: 800;
}

.point-panel p,
.point-card-copy,
.point-public-copy {
  margin: 0;
  color: #6b7280;
  font-size: 14px;
  line-height: 1.7;
}

.point-card {
  padding: 18px 20px;
}

.point-info-grid,
.point-summary-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.point-info-item,
.point-summary-item {
  padding: 14px 16px;
  border-radius: 16px;
  background: #f8fafc;
  border: 1px solid rgba(148, 163, 184, 0.16);
}

.point-info-item span,
.point-summary-item span {
  display: block;
  margin-bottom: 4px;
  color: #64748b;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.point-info-item strong,
.point-summary-item strong {
  display: block;
  color: #111827;
  font-size: 16px;
  font-weight: 800;
}

.point-table-wrap {
  overflow-x: auto;
}

.point-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

.point-table thead th {
  padding: 12px 10px;
  border-bottom: 1px solid rgba(148, 163, 184, 0.24);
  color: #475569;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.point-table tbody td,
.point-table tfoot td {
  padding: 12px 10px;
  border-bottom: 1px solid rgba(226, 232, 240, 0.8);
  color: #111827;
  font-size: 13px;
  vertical-align: top;
}

.point-table tfoot td {
  font-weight: 800;
  background: #f8fafc;
}

.point-status-pill {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.point-btn-small {
  min-height: 34px;
  padding: 0 12px;
  font-size: 12px;
}

.point-location-card {
  margin-top: 14px;
  padding: 14px 16px;
  border-radius: 18px;
  background: #f8fafc;
  border: 1px solid rgba(148, 163, 184, 0.16);
}

.point-location-card__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.point-location-card__top strong {
  color: #111827;
  font-size: 14px;
  font-weight: 800;
}

.point-location-status {
  padding: 10px 12px;
  border-radius: 12px;
  background: #eef2ff;
  color: #3730a3;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
}

.point-location-status--pending {
  background: #fff7ed;
  color: #9a3412;
}

.point-location-status--success {
  background: #ecfdf5;
  color: #166534;
}

.point-location-status--error {
  background: #fef2f2;
  color: #991b1b;
}

.point-location-note {
  margin-top: 10px;
  color: #64748b;
  font-size: 13px;
  line-height: 1.6;
}

.point-geo-details {
  margin-top: 8px;
}

.point-geo-item {
  padding: 8px 10px;
  border-radius: 12px;
  background: #f8fafc;
  border: 1px solid rgba(148, 163, 184, 0.16);
  margin-bottom: 8px;
}

.point-geo-item strong {
  display: block;
  color: #111827;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 2px;
}

.point-geo-item span {
  display: block;
  color: #64748b;
  font-size: 12px;
  line-height: 1.5;
}

.point-status-fechado,
.point-status-ok {
  background: rgba(34, 197, 94, 0.14);
  color: #166534;
}

.point-status-parcial {
  background: rgba(249, 115, 22, 0.15);
  color: #9a3412;
}

.point-status-alerta,
.point-status-empty {
  background: rgba(239, 68, 68, 0.12);
  color: #991b1b;
}

.point-code-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 112px;
  min-height: 48px;
  padding: 0 16px;
  border-radius: 16px;
  background: linear-gradient(135deg, #111827, #1f2937);
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.point-card-actions,
.point-inline-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.point-print-card {
  padding: 16px 22px;
}

.point-print-card__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 18px;
}

.point-print-card__title {
  margin: 0;
  color: #111827;
  font-size: 24px;
  font-weight: 900;
}

.point-print-code {
  margin: 18px 0;
  padding: 26px;
  border-radius: 22px;
  border: 2px dashed rgba(15, 23, 42, 0.22);
  text-align: center;
}

.point-print-code strong {
  display: block;
  color: #111827;
  font-size: 42px;
  font-weight: 900;
  letter-spacing: .34em;
}

.point-print-code span {
  display: block;
  margin-top: 10px;
  color: #64748b;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.point-print-note {
  color: #475569;
  font-size: 13px;
  line-height: 1.7;
}

.point-public-shell {
  min-height: 100vh;
  padding: 24px 16px 40px;
  background:
    radial-gradient(circle at top left, rgba(248, 113, 113, 0.18), transparent 34%),
    radial-gradient(circle at bottom right, rgba(251, 191, 36, 0.12), transparent 30%),
    linear-gradient(160deg, #fff1f2, #f8fafc);
}

.point-public-wrap {
  max-width: 1080px;
  margin: 0 auto;
}

.point-public-panel {
  padding: 26px;
  margin-bottom: 18px;
}

.point-public-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
  gap: 18px;
}

.point-public-time {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: #111827;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.point-public-clock {
  margin: 14px 0 0;
  color: #111827;
  font-size: 44px;
  font-weight: 900;
  letter-spacing: .06em;
}

.point-public-form {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.point-public-input,
.point-field .form-control {
  width: 100%;
  min-height: 50px;
  padding: 0 16px;
  border: 1px solid rgba(148, 163, 184, 0.3);
  border-radius: 15px;
  background: #fff;
  color: #111827;
  font-size: 15px;
}

.point-public-input:focus,
.point-field .form-control:focus {
  outline: none;
  border-color: rgba(185, 28, 28, 0.55);
  box-shadow: 0 0 0 5px rgba(239, 68, 68, 0.1);
}

.point-public-code {
  text-transform: uppercase;
  letter-spacing: .22em;
  font-weight: 900;
  font-size: 28px;
  text-align: center;
}

.point-public-help,
.point-help {
  color: #64748b;
  font-size: 13px;
  line-height: 1.7;
}

.point-public-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.point-public-list li {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 14px;
  background: #f8fafc;
  border: 1px solid rgba(148, 163, 184, 0.14);
}

.point-public-list strong {
  color: #111827;
  font-size: 14px;
}

.point-public-alert {
  padding: 14px 16px;
  border-radius: 14px;
  font-size: 14px;
  line-height: 1.6;
}

.point-public-alert--error {
  background: rgba(239, 68, 68, 0.12);
  color: #991b1b;
}

.point-public-alert--success {
  background: rgba(34, 197, 94, 0.13);
  color: #166534;
}

.point-form-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.point-field label {
  display: block;
  margin-bottom: 6px;
  color: #334155;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.point-muted {
  color: #64748b;
}

@media (max-width: 1199px) {
  .point-kpis,
  .point-info-grid,
  .point-summary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .point-filter-bar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .point-public-grid,
  .point-form-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 767px) {
  .point-shell,
  .point-public-shell {
    padding: 14px;
  }

  .point-hero,
  .point-panel,
  .point-card,
  .point-public-panel {
    padding: 18px;
    border-radius: 18px;
  }

  .point-kpis,
  .point-info-grid,
  .point-summary-grid,
  .point-filter-bar {
    grid-template-columns: minmax(0, 1fr);
  }

  .point-hero__top,
  .point-card-header,
  .point-public-card__head,
  .point-print-card__header {
    flex-direction: column;
  }

  .point-code-badge {
    width: 100%;
    letter-spacing: .18em;
  }

  .point-print-code strong,
  .point-public-clock {
    font-size: 30px;
  }
}
