:root {
  --bg: #070707;
  --panel: #111111;
  --panel2: #0b0b0b;
  --panel3: #171717;
  --border: rgba(255, 255, 255, 0.08);
  --borderHot: rgba(206, 170, 73, 0.34);
  --text: #f5f1e8;
  --muted: #c2b8a4;
  --accent: #ceaa49;
  --accent2: #95742c;
  --good: #7bc9a2;
  --warn: #e1be6a;
  --bad: #f1a6a6;
  --soft: #dcc68a;
  --shadow: 0 18px 36px rgba(0, 0, 0, 0.34);
  --radius: 18px;
  --shell-topbar-h: 72px;
  --nav-width: 104px;
  --nav-width-expanded: 280px;
  --shell-curve: 28px;
  --shell-line: rgba(255, 255, 255, 0.06);
  --shell-line-strong: rgba(255, 255, 255, 0.1);
  --shell-card-bg: linear-gradient(
    180deg,
    rgba(22, 23, 25, 0.97),
    rgba(10, 10, 11, 0.985)
  );
  --shell-workspace-bg: #0b0b0c;
  --shell-workspace-grad: linear-gradient(
    180deg,
    rgba(11, 11, 12, 0.98),
    rgba(6, 6, 7, 0.995)
  );
  --shell-button-bg: linear-gradient(
    180deg,
    rgba(38, 39, 42, 0.98),
    rgba(18, 19, 21, 0.99)
  );
  --shell-input-bg: linear-gradient(
    180deg,
    rgba(16, 17, 19, 0.98),
    rgba(9, 9, 10, 0.99)
  );
}

* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  margin: 0;
  font-family:
    "Montserrat",
    system-ui,
    -apple-system,
    Segoe UI,
    Roboto,
    Arial,
    sans-serif;
  color: var(--text);
  background:
    radial-gradient(
      920px 360px at 12% -8%,
      rgba(206, 170, 73, 0.05),
      transparent 58%
    ),
    radial-gradient(
      760px 320px at 92% -6%,
      rgba(255, 255, 255, 0.03),
      transparent 56%
    ),
    linear-gradient(180deg, #070707 0%, #040405 100%);
  overflow-x: clip;
}

body.loggedIn {
  background: #050506;
}

body.publicFormBody {
  background: linear-gradient(180deg, #070707 0%, #040405 100%);
}

button,
input,
select,
textarea {
  font: inherit;
}

a {
  color: inherit;
}

img {
  max-width: 100%;
  display: block;
}

h1 {
  margin: 0 0 8px;
  font-family: "Montserrat", system-ui;
  font-size: 34px;
}

h2 {
  margin: 0;
  font-family: "Montserrat", system-ui;
  font-size: 20px;
  font-weight: 700;
}

h3 {
  margin: 0 0 8px;
  font-family: "Montserrat", system-ui;
  font-size: 15px;
  font-weight: 700;
}

label {
  font-size: 14px;
  font-family: "Montserrat", system-ui;
  font-weight: 400;
  line-height: 2;
  padding: 12px 0 6px;
  color: rgba(238, 243, 251, 0.86);
}

input,
select,
textarea {
  width: 100%;
  padding: 11px 12px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--shell-input-bg);
  color: var(--text);
  outline: none;
}

input[type="date"]::-webkit-calendar-picker-indicator,
input[type="datetime-local"]::-webkit-calendar-picker-indicator,
input[type="time"]::-webkit-calendar-picker-indicator {
  filter: invert(1);
  opacity: 0.7;
  cursor: pointer;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 38px;
  background-image:
    linear-gradient(45deg, transparent 50%, rgba(245, 241, 232, 0.72) 50%),
    linear-gradient(135deg, rgba(245, 241, 232, 0.72) 50%, transparent 50%);
  background-position:
    calc(100% - 18px) calc(50% - 2px),
    calc(100% - 12px) calc(50% - 2px);
  background-size:
    6px 6px,
    6px 6px;
  background-repeat: no-repeat;
}

select option,
select optgroup {
  background: #111214;
  color: rgba(245, 241, 232, 0.96);
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
  min-height: 92px;
}

input:focus,
select:focus,
textarea:focus {
  border-color: rgba(206, 170, 73, 0.68);
  box-shadow: 0 0 0 4px rgba(206, 170, 73, 0.12);
}

pre,
code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}

.muted {
  color: var(--muted);
}

.mutedText {
  color: rgba(238, 243, 251, 0.82);
}

.small {
  font-size: 12px;
  line-height: 2;
}

.top6 {
  margin-top: 6px;
}

.topGap {
  margin-top: 10px;
}

.topGapLess {
  margin-top: 6px;
}

.gap8 {
  gap: 8px;
}

.gap12 {
  gap: 12px;
}

.right {
  justify-content: flex-end;
}

.sectionLabel {
  font-size: 12px;
  font-family: "Montserrat", system-ui;
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: capitalize;
  color: rgba(238, 243, 251, 0.72);
}

.titleLine {
  font-family: "Montserrat", system-ui;
  font-weight: 700;
  font-size: 14px;
}

.detailTitle {
  font-size: 22px;
  margin-bottom: 4px;
}

.smallTitle {
  font-size: 14px;
}

.divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
  margin: 16px 0;
}

.sep {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin: 18px 0;
}

.error {
  color: #ffb7b7;
}
