html,
body {
  min-height: 100%;
}

body {
  background: linear-gradient(90deg, rgba(24, 143, 150, 0.055) 0 1px, transparent 1px 100%), linear-gradient(180deg, #fbfdfd 0%, #edf6f6 100%);
  background-size: 30px 30px, auto;
  margin: 0;
  color: #152323;
  font-family: "Manrope", "Segoe UI", Arial, sans-serif;
}

code {
  color: inherit;
  background: rgba(24, 143, 150, 0.1);
}

.public-shell {
  width: min(1480px, 100% - 40px);
  margin: 0 auto;
  padding: 28px 0 44px;
}

@media (max-width: 720px) {
  .public-shell {
    width: min(100% - 24px, 1480px);
    padding-top: 12px;
  }
}
.form-control,
input.form-control,
select.form-control,
textarea.form-control,
e2-tristate.form-control {
  min-height: 44px;
  border: 1px solid #cfd8d5;
  border-radius: 8px;
  color: #152323;
  box-shadow: none;
}
.form-control:focus,
input.form-control:focus,
select.form-control:focus,
textarea.form-control:focus,
e2-tristate.form-control:focus {
  border-color: #188f96;
  box-shadow: 0 0 0 4px rgba(24, 143, 150, 0.16);
  outline: none;
}

.input-group-text {
  border-color: #cfd8d5;
  border-radius: 8px;
  background: #f7fbfb;
  color: #5f706f;
}

label {
  display: grid;
  gap: 7px;
}
label span {
  color: #152323;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

input {
  width: 100%;
  min-height: 48px;
  border: 1px solid #cfd8d5;
  border-radius: 8px;
  padding: 12px 13px;
  color: #152323;
  font: inherit;
}
input:focus {
  border-color: #188f96;
  box-shadow: 0 0 0 4px rgba(24, 143, 150, 0.16);
  outline: none;
}
input[type=checkbox] {
  min-height: auto;
  width: auto;
  margin-right: 4px;
}

.btn,
.ui-button {
  border-radius: 8px;
  font-weight: 800;
  box-shadow: none;
}

.btn-primary,
.btn-success,
.ui-button {
  border-color: #188f96;
  background: linear-gradient(180deg, #188f96, #046065);
  color: #fff;
}
.btn-primary:hover, .btn-primary:focus,
.btn-success:hover,
.btn-success:focus,
.ui-button:hover,
.ui-button:focus {
  border-color: #046065;
  background: #046065;
}

.ui-button {
  min-height: 44px;
  border: 0;
  padding: 11px 16px;
}

.ui-button--ghost {
  border: 1px solid #cfd8d5;
  background: #fff;
  color: #152323;
}
.ui-button--ghost:hover, .ui-button--ghost:focus {
  background: #fff;
  color: #152323;
}

.btn-warning {
  border-color: #ffad40;
  background: #ffad40;
  color: #20170a;
}

.btn-danger {
  border-color: #b42318;
  background: #b42318;
}

.btn-info {
  border-color: #286e9f;
  background: #2d7fb8;
}

.state-pill,
.status-pill {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  font-weight: 850;
}

.state-pill {
  min-height: 28px;
  padding: 4px 8px;
  border: 1px solid rgba(24, 143, 150, 0.18);
  background: #eef8f6;
  color: #046065;
  font-size: 0.75rem;
}

.state-pill--danger {
  border-color: rgba(180, 35, 24, 0.24);
  background: #fff0ee;
  color: #b42318;
}

.state-pill--muted {
  border-color: #d2e1e1;
  background: #f3f6f5;
  color: #5f706f;
}

.status-pill {
  padding: 11px 12px;
  border: 1px solid rgba(24, 143, 150, 0.18);
  border-radius: 8px;
  background: #eef8f6;
  color: #046065;
  font-weight: 750;
}

.status-pill.is-error {
  border-color: rgba(180, 35, 24, 0.24);
  background: #fff0ee;
  color: #b42318;
}

.sandbox {
  display: grid;
  gap: 18px;
}

.sandbox-hero,
.sandbox-panel {
  border: 1px solid rgba(21, 35, 35, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 22px 60px rgba(21, 35, 35, 0.12);
}

.sandbox-hero {
  overflow: hidden;
  padding: 26px;
  background: linear-gradient(120deg, rgba(4, 96, 101, 0.98), rgba(24, 143, 150, 0.94) 58%, rgba(255, 173, 64, 0.9)), #188f96;
  color: #fff;
}

.sandbox-hero__top,
.sandbox-hero__body,
.button-row,
.preview-header {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
}

.sandbox-hero__body {
  align-items: end;
  margin-top: 38px;
}

.surface-label,
.surface-status {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sandbox-hero h1 {
  max-width: 780px;
  margin: 0;
  font-family: "Sora", "Manrope", "Segoe UI", Arial, sans-serif;
  font-size: clamp(2.3rem, 5vw, 4.6rem);
  line-height: 0.98;
  letter-spacing: 0;
}
.sandbox-hero p {
  max-width: 740px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.02rem;
  line-height: 1.6;
}

.sandbox-hero__metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(120px, 1fr));
  gap: 10px;
  width: min(100%, 540px);
}
.sandbox-hero__metrics div {
  min-height: 86px;
  padding: 13px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
}
.sandbox-hero__metrics span {
  display: block;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.sandbox-hero__metrics strong {
  display: block;
  margin-top: 8px;
}

.sandbox-grid {
  display: grid;
  grid-template-columns: minmax(320px, 420px) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.sandbox-panel {
  display: grid;
  gap: 16px;
  padding: 18px;
}

.sandbox-panel--controls {
  position: sticky;
  top: 18px;
}

.control-section {
  display: grid;
  gap: 14px;
  padding: 16px;
  border: 1px solid #d2e1e1;
  border-radius: 8px;
  background: #fff;
}

.section-heading span {
  color: #188f96;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.section-heading h2 {
  margin: 2px 0 0;
  color: #152323;
  font-family: "Sora", "Manrope", "Segoe UI", Arial, sans-serif;
  font-size: 1.16rem;
}
.section-heading p {
  margin: 6px 0 0;
  color: #5f706f;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.widget-mount {
  min-height: 320px;
}

.code-panel {
  margin: 0;
  max-height: 300px;
  overflow: auto;
  padding: 14px;
  border-radius: 8px;
  background: #111817;
  color: #eef8f6;
  font-size: 0.82rem;
  line-height: 1.55;
}

@media (max-width: 1100px) {
  .sandbox-grid {
    grid-template-columns: 1fr;
  }
  .sandbox-panel--controls {
    position: static;
  }
}
@media (max-width: 720px) {
  .sandbox-hero,
  .sandbox-panel,
  .control-section {
    padding: 14px;
  }
  .sandbox-hero__metrics,
  .form-grid {
    grid-template-columns: 1fr;
  }
}

/*# sourceMappingURL=public.css.map */
