:root {
  --bg: #eef3f6;
  --surface: #ffffff;
  --surface-soft: #f7fafc;
  --ink: #172033;
  --muted: #5f6f82;
  --line: #cfd9e3;
  --brand: #0f5f8a;
  --brand-strong: #083a5a;
  --brand-soft: #dbeef7;
  --accent: #e0a11b;
  --accent-soft: #fff3cf;
  --success: #1f7a4d;
  --success-soft: #dff3e8;
  --warning: #b96a00;
  --warning-soft: #fff0d6;
  --danger: #b4232a;
  --danger-soft: #fde3e3;
  --info: #3157b7;
  --info-soft: #e4ebff;
  --shadow: 0 12px 30px rgba(15, 42, 65, 0.08);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
}

body::before {
  content: "";
  display: block;
  height: 5px;
  background: linear-gradient(90deg, var(--brand-strong), var(--brand), var(--success), var(--accent));
}

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

.topbar {
  display: grid;
  grid-template-columns: minmax(280px, 390px) minmax(420px, 1fr) minmax(340px, 390px);
  grid-template-areas:
    "operator title scenario"
    "operator title actions";
  align-items: center;
  column-gap: 28px;
  row-gap: 10px;
  min-height: 150px;
  padding: 26px 30px;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(5, 35, 52, 0.90), rgba(9, 92, 110, 0.70), rgba(22, 117, 82, 0.90)),
    url("assets/drone-banner.png") center 42% / cover no-repeat,
    linear-gradient(135deg, #07334f 0%, #0b5d78 56%, #187256 100%);
  border-bottom: 1px solid #0c4b66;
  box-shadow: 0 10px 28px rgba(8, 58, 90, 0.22);
  color: #ffffff;
}

.topbar::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.16), transparent 44%, rgba(2, 28, 43, 0.22));
}

.title-block {
  grid-area: title;
  position: relative;
  z-index: 1;
  text-align: center;
  justify-self: center;
  width: min(560px, 100%);
}

.topbar > * {
  position: relative;
  z-index: 1;
}

.title-block h1 {
  display: block;
  width: 100%;
  margin: 0;
  white-space: normal;
  padding: 10px 24px;
  border-radius: 8px;
  font-size: clamp(22px, 1.9vw, 30px);
  line-height: 1.08;
  letter-spacing: 0;
  background: rgba(255, 255, 255, 0.13);
  color: #ffffff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.20), 0 10px 28px rgba(2, 28, 43, 0.16);
}

.title-block p {
  margin: 6px 0 0;
  color: #d8edf5;
  font-size: 13px;
  font-weight: 700;
}


.mission-clock {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 6px 10px;
  width: max-content;
  max-width: 100%;
  margin: 8px auto 0;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(3, 35, 53, 0.30);
  color: #effbff;
  font-size: 12px;
  font-weight: 700;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14);
}

.mission-clock strong {
  color: #ffffff;
  font-size: 13px;
}

#missionSolarTimes {
  color: #fef3c7;
}


.header-field label {
  gap: 6px;
  color: #eaf6fb;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
}

.header-field input,
.header-field select {
  min-height: 40px;
  background: #ffffff;
  border-color: rgba(255, 255, 255, 0.45);
  color: var(--ink);
  box-shadow: 0 6px 18px rgba(3, 25, 38, 0.16);
}

.topbar button {
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.96);
}

.topbar button:hover {
  background: #ffffff;
  border-color: #ffffff;
}

.topbar button.primary {
  background: #d98b00;
  border-color: #d98b00;
  color: #ffffff;
  box-shadow: 0 8px 18px rgba(3, 25, 38, 0.22);
}

.topbar .header-field:first-of-type {
  grid-area: operator;
  justify-self: start;
  align-self: center;
  width: min(360px, 100%);
}

.topbar .header-field:last-of-type {
  grid-area: scenario;
  justify-self: center;
  align-self: end;
  width: min(320px, 100%);
}

.topbar .header-field:last-of-type label {
  display: grid;
}

.topbar .header-field:last-of-type select {
  width: 100%;
}

.topbar .top-actions {
  grid-area: actions;
  justify-self: center;
  align-self: start;
  display: flex;
  width: min(360px, 100%);
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.topbar .top-actions button {
  min-height: 40px;
  white-space: nowrap;
}

.topbar .top-actions button.primary {
  min-width: 126px;
}

.eyebrow {
  margin: 0 0 4px;
  color: var(--brand-strong);
  font-weight: 700;
  letter-spacing: 0;
}

h1,
h2 {
  margin: 0;
  line-height: 1.15;
}

h1 {
  font-size: 26px;
}

h2 {
  font-size: 21px;
}

.title-mode {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.top-actions,
.table-actions,
.document-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

button {
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--ink);
  border-radius: 7px;
  padding: 8px 12px;
  cursor: pointer;
  transition: background 0.16s ease, border-color 0.16s ease, color 0.16s ease, box-shadow 0.16s ease;
}

button:hover {
  border-color: var(--brand);
  background: var(--brand-soft);
  box-shadow: 0 4px 12px rgba(15, 95, 138, 0.12);
}

.btn-link {
  display: inline-block;
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--ink);
  border-radius: 7px;
  padding: 8px 12px;
  text-decoration: none;
}

.btn-link:hover {
  border-color: var(--brand);
  background: var(--brand-soft);
}

button.primary,
.nav-item.active {
  background: linear-gradient(135deg, var(--brand), var(--brand-strong));
  border-color: var(--brand);
  color: #ffffff;
  box-shadow: 0 8px 18px rgba(15, 95, 138, 0.22);
}

.layout {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  min-height: calc(100vh - 84px);
}

.sidebar {
  padding: 10px;
  background: #e3ebf1;
  border-right: 1px solid var(--line);
}

.nav-item {
  display: block;
  width: 100%;
  margin-bottom: 8px;
  text-align: left;
  background: #f8fbfd;
  border-color: #c6d4df;
  font-weight: 600;
}

.nav-item-carnet {
  background: #fff7e8;
  border-color: #f0b75a;
  color: #683b00;
}

.nav-item-carnet.active {
  background: linear-gradient(135deg, #d58a16, #8a4f00);
  border-color: #d58a16;
  color: #ffffff;
  box-shadow: 0 8px 18px rgba(213, 138, 22, 0.24);
}

.nav-item-manex {
  margin-top: 14px;
  background: #f1edff;
  border-color: #b9a8f5;
  color: #2f2678;
}

.nav-item-manex.active {
  background: linear-gradient(135deg, #5f4bb6, #342579);
  border-color: #5f4bb6;
  color: #ffffff;
  box-shadow: 0 8px 18px rgba(95, 75, 182, 0.24);
}

.workspace {
  padding: 24px;
}

.status-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 18px;
}

.metric {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px;
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}

.metric::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: var(--brand);
}

.metric:nth-child(2)::before {
  background: var(--danger);
}

.metric span {
  display: block;
  color: var(--muted);
  font-size: 13px;
  margin-bottom: 6px;
}

.metric strong {
  font-size: 22px;
  color: var(--brand-strong);
}

.panel {
  display: none;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
  box-shadow: var(--shadow);
}

.panel.active {
  display: block;
}

.panel[data-panel="site"] {
  background: #f2fbf8;
  border-color: #b9dfd1;
}

.panel[data-panel="site"] .section-heading {
  border-left-color: #1f7a4d;
}

.panel[data-panel="site"] .section-heading h2 {
  color: #145c3a;
}

.panel[data-panel="site"] .drop-zone {
  background: #e3f7ef;
  border-color: #47a977;
}

.panel[data-panel="site"] .btn-link {
  border-color: #1f7a4d;
  background: #1f7a4d;
  color: #ffffff;
  font-weight: 700;
}

.panel[data-panel="alphatango"] {
  background: #fff8ec;
  border-color: #e7c98d;
}

.panel[data-panel="alphatango"] .section-heading {
  border-left-color: #b7791f;
}

.panel[data-panel="alphatango"] .section-heading h2 {
  color: #7a4b12;
}

.panel[data-panel="alphatango"] .drop-zone {
  background: #fff1d6;
  border-color: #d69e2e;
}

.panel[data-panel="alphatango"] .btn-link {
  border-color: #b7791f;
  background: #b7791f;
  color: #ffffff;
  font-weight: 700;
}


.panel[data-panel="carnet"] {
  background: #fffaf0;
  border-color: #efc56f;
}

.panel[data-panel="carnet"] .section-heading {
  border-left-color: #d58a16;
}

.panel[data-panel="carnet"] .section-heading h2 {
  color: #7a4700;
}

.panel[data-panel="carnet"] .btn-link {
  border-color: #d58a16;
  background: #d58a16;
  color: #ffffff;
  font-weight: 700;
}

.panel[data-panel="carnet"] .secondary-link {
  background: #ffffff;
  color: #7a4700;
}

.carnet-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
}

.carnet-card {
  border-left-color: #d58a16;
}

.path-note {
  margin: 14px 0 6px;
  color: var(--muted);
  font-weight: 700;
}

.path-code {
  display: block;
  overflow-wrap: anywhere;
  padding: 10px;
  border: 1px solid #efc56f;
  border-radius: 7px;
  background: #fff7e8;
  color: #4b2b00;
}

.panel[data-panel="manex"] {
  background: #f4f4ff;
  border-color: #c7cbf8;
}

.panel[data-panel="manex"] .section-heading {
  border-left-color: #4556b2;
}

.panel[data-panel="manex"] .section-heading h2 {
  color: #273584;
}

.manex-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.8fr);
  gap: 16px;
}

.info-card,
.contact-card {
  border: 1px solid #c7cbf8;
  border-radius: 8px;
  background: #ffffff;
  padding: 16px;
}

.info-card h3,
.contact-card h3 {
  margin: 0 0 10px;
  color: #273584;
}

.info-card p,
.contact-card p {
  margin: 0 0 10px;
  color: var(--ink);
}

.info-card ul {
  margin: 0;
  padding-left: 20px;
}

.info-card li {
  margin: 7px 0;
}
.open-practice-card {
  background: linear-gradient(135deg, #ecfdf3 0%, #f7fff9 100%);
  border-color: #57b878;
  border-left: 6px solid #16813a;
  box-shadow: 0 10px 24px rgba(22, 129, 58, 0.12);
}

.open-practice-card h3 {
  color: #116b32;
}

.open-practice-card li::marker {
  color: #16813a;
}

.contact-card {
  margin-top: 16px;
  border-left: 5px solid #4556b2;
  background: #e8ebff;
  font-weight: 700;
}

.section-heading {
  margin-bottom: 20px;
  border-left: 5px solid var(--brand);
  padding-left: 14px;
}

.section-heading p {
  max-width: 850px;
  color: var(--muted);
  margin: 8px 0 0;
}

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

.operator-card,
.placeholder-card {
  border: 1px solid var(--line);
  border-left: 5px solid var(--success);
  border-radius: 8px;
  background: var(--success-soft);
  padding: 16px;
  margin-bottom: 18px;
}

.mission-card {
  border: 1px solid #b9d3ef;
  border-left: 5px solid var(--info);
  border-radius: 8px;
  background: #edf5ff;
  padding: 16px;
  margin-bottom: 18px;
}

.mission-card h3 {
  margin: 0 0 14px;
  font-size: 18px;
  color: #173f7a;
}

.pilot-card {
  border-left-color: var(--info);
}

.operator-card h3,
.placeholder-card h3 {
  margin: 0 0 8px;
  font-size: 18px;
}

.profile-badge {
  display: inline-block;
  margin-left: 8px;
  border-radius: 999px;
  background: #ffffff;
  color: var(--success);
  border: 1px solid #9ed5b8;
  padding: 3px 8px;
  font-size: 12px;
  vertical-align: middle;
}

.profile-badge.active {
  background: var(--success);
  color: #ffffff;
  border-color: var(--success);
}

.operator-card p,
.placeholder-card p {
  margin: 0 0 14px;
  color: var(--muted);
}


.regulation-card {
  border-left: 5px solid var(--info);
  background: linear-gradient(135deg, #eef4ff 0%, #f7fbff 58%, #eef8f3 100%);
  border-radius: 8px;
  padding: 20px 22px;
  box-shadow: var(--shadow);
}

.regulation-card h3,
.regulation-card h4 {
  margin: 0;
  color: var(--brand-strong);
}

.regulation-card p {
  max-width: 980px;
  margin: 10px 0 16px;
  color: var(--ink);
}

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

.regulation-grid > div {
  border: 1px solid #c7d8ea;
  background: rgba(255, 255, 255, 0.78);
  border-radius: 7px;
  padding: 16px;
}

.regulation-grid ul {
  margin: 10px 0 0;
  padding-left: 20px;
}

.regulation-grid li {
  margin: 7px 0;
}

.regulation-link {
  margin-top: 18px;
  border-color: var(--info);
  color: var(--brand-strong);
  font-weight: 700;
}

label {
  display: flex;
  flex-direction: column;
  gap: 7px;
  font-weight: 700;
}

.check-group {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px;
  margin: 0;
}

.check-group legend {
  padding: 0 6px;
  font-weight: 700;
}

.check-group label {
  flex-direction: row;
  align-items: center;
  font-weight: 600;
}

.check-group input {
  width: auto;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 10px;
  background: #fbfdff;
  color: var(--ink);
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--brand);
  box-shadow: 0 0 0 3px rgba(15, 95, 138, 0.16);
  outline: none;
}

input.profile-prefilled,
select.profile-prefilled,
textarea.profile-prefilled {
  background: #eefbf3;
  border-color: var(--success);
  box-shadow: inset 4px 0 0 var(--success);
}

input[type="checkbox"].profile-prefilled {
  accent-color: var(--success);
  box-shadow: none;
}

.certificate-group {
  grid-column: 1 / -1;
}

.certificate-group .wide {
  grid-column: 1 / -1;
  margin-top: 0;
}

textarea {
  resize: vertical;
}

.wide {
  display: flex;
  margin-top: 16px;
}

.drop-zone {
  margin-top: 16px;
  border: 2px dashed #7fb1c9;
  border-radius: 8px;
  background: var(--brand-soft);
  padding: 10px;
}

.drop-zone input {
  background: #ffffff;
}

.drop-zone span {
  color: var(--muted);
  font-weight: 600;
  line-height: 1.35;
}

.table-wrap {
  width: 100%;
  overflow-x: auto;
  margin-top: 14px;
}

.procedure-note {
  border: 1px solid var(--line);
  border-left: 4px solid var(--accent);
  border-radius: 8px;
  background: var(--accent-soft);
  padding: 14px 16px;
  margin-bottom: 16px;
}

.procedure-note h3 {
  margin: 0 0 8px;
  font-size: 17px;
}

.procedure-note p {
  margin: 6px 0;
}

.guide-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  gap: 18px;
  border: 1px solid var(--line);
  border-left: 4px solid var(--brand);
  border-radius: 8px;
  background: var(--info-soft);
  padding: 16px;
  margin-top: 18px;
}

.guide-card h3 {
  margin: 0 0 8px;
  font-size: 17px;
}

.guide-card p {
  margin: 7px 0;
}

.guide-preview {
  display: block;
}

.guide-preview img {
  display: block;
  width: 100%;
  max-height: 320px;
  object-fit: contain;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
}

table {
  width: 100%;
  min-width: 1240px;
  border-collapse: collapse;
}

[data-panel="demarches"] table {
  min-width: 1080px;
}

[data-panel="demarches"] th:first-child,
[data-panel="demarches"] td:first-child {
  width: 34%;
}

[data-panel="demarches"] td:first-child input {
  min-width: 320px;
}

[data-panel="demarches"] th:nth-child(6),
[data-panel="demarches"] td:nth-child(6) {
  width: 24%;
}

[data-panel="pieces"] table {
  width: 100%;
  min-width: 920px;
  table-layout: fixed;
}

[data-panel="pieces"] th:first-child,
[data-panel="pieces"] td:first-child {
  width: 38%;
}

[data-panel="pieces"] th:nth-child(2),
[data-panel="pieces"] td:nth-child(2) {
  width: 20%;
}

[data-panel="pieces"] th:nth-child(3),
[data-panel="pieces"] td:nth-child(3) {
  width: 20%;
}

[data-panel="pieces"] th:nth-child(4),
[data-panel="pieces"] td:nth-child(4) {
  width: 10%;
}

[data-panel="pieces"] th:nth-child(5),
[data-panel="pieces"] td:nth-child(5) {
  width: 8%;
  text-align: center;
}

[data-panel="pieces"] th:nth-child(6),
[data-panel="pieces"] td:nth-child(6) {
  width: 8%;
}

[data-panel="pieces"] td:first-child input,
[data-panel="pieces"] td:nth-child(2) input,
[data-panel="pieces"] td:nth-child(4) input {
  min-width: 0;
  width: 100%;
}

[data-panel="pieces"] td {
  padding: 8px 7px;
}

[data-panel="pieces"] .file-actions {
  min-width: 0;
  gap: 6px;
}

[data-panel="pieces"] .file-actions input:not([type="file"]) {
  min-width: 0;
  width: 135px;
  max-width: 100%;
}

[data-panel="pieces"] .file-actions input[type="file"] {
  width: 135px;
  max-width: 100%;
}

[data-panel="pieces"] .row-actions {
  min-width: 0;
}

[data-panel="pieces"] .remove-btn {
  padding: 8px 10px;
  width: 92px;
}

th,
td {
  border-bottom: 1px solid var(--line);
  padding: 9px;
  text-align: left;
  vertical-align: top;
}

th {
  color: var(--brand-strong);
  font-size: 13px;
  background: #eaf2f8;
}

.step-category-row th {
  background: var(--brand-strong);
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0;
  padding: 11px 14px;
}

.step-category-0 th {
  background: #0f5f8a;
}

.step-category-1 th {
  background: #1f7a4d;
}

.step-category-2 th {
  background: #4c6b73;
}

.step-category-3 th {
  background: #4153a3;
}

.step-category-4 th {
  background: #80621c;
}

.step-category-5 th {
  background: #5a6472;
}

[data-panel="demarches"] .step-row-category-0 td:first-child {
  box-shadow: inset 5px 0 0 #0f5f8a;
}

[data-panel="demarches"] .step-row-category-1 td:first-child {
  box-shadow: inset 5px 0 0 #1f7a4d;
}

[data-panel="demarches"] .step-row-category-2 td:first-child {
  box-shadow: inset 5px 0 0 #4c6b73;
}

[data-panel="demarches"] .step-row-category-3 td:first-child {
  box-shadow: inset 5px 0 0 #4153a3;
}

[data-panel="demarches"] .step-row-category-4 td:first-child {
  box-shadow: inset 5px 0 0 #80621c;
}

[data-panel="demarches"] .step-row-category-5 td:first-child {
  box-shadow: inset 5px 0 0 #5a6472;
}

.step-category-row:not(:first-child) th {
  border-top: 14px solid var(--surface);
}

tr:nth-child(even) td {
  background: #fbfdff;
}

.doc-permanent-row td {
  background: #eefbf3;
}

.doc-permanent-row:nth-child(even) td {
  background: #e4f7ec;
}

.doc-permanent-row td:first-child {
  box-shadow: inset 5px 0 0 var(--success);
}

td input,
td select,
td textarea {
  min-width: 130px;
}

.remove-btn {
  color: var(--danger);
  border-color: #efb5b8;
  background: #fff7f7;
}

.row-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 130px;
}

.primary-row-action {
  color: #ffffff;
  border-color: #0f5f8a;
  background: #0f5f8a;
  font-weight: 700;
}

.remove-btn:hover {
  background: var(--danger-soft);
  border-color: var(--danger);
}

.file-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  min-width: 150px;
}

.file-actions a {
  display: inline-block;
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 8px 10px;
  background: var(--surface);
  color: var(--brand-strong);
  font-weight: 700;
  text-decoration: none;
}

.file-actions a:hover {
  border-color: var(--brand);
}

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

.checklist label {
  flex-direction: row;
  align-items: flex-start;
  background: var(--success-soft);
  border: 1px solid #b7dfc9;
  border-radius: 8px;
  padding: 12px;
  font-weight: 600;
}

.checklist input {
  width: auto;
  margin-top: 2px;
}

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

.link-grid a {
  display: block;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px;
  background: var(--info-soft);
  color: var(--brand-strong);
  font-weight: 700;
  text-decoration: none;
}

.link-grid a:hover {
  border-color: var(--brand);
}

.report {
  display: grid;
  gap: 16px;
}

.report-block {
  border-left: 4px solid var(--brand);
  background: var(--surface-soft);
  padding: 14px 16px;
}

.report-block h3 {
  margin: 0 0 10px;
  font-size: 17px;
}

.report-block p {
  margin: 6px 0;
  color: var(--success);
  font-weight: 600;
}

.report-block p strong {
  color: var(--ink);
  font-weight: 700;
}

.report-block p .empty {
  color: var(--muted);
  font-weight: 400;
}

.demarches-block p {
  color: var(--ink);
  font-weight: 400;
}

.demarches-block p strong {
  color: var(--ink);
  font-weight: 700;
}

.filled-ok {
  color: var(--success);
  font-weight: 700;
}

.static-text {
  color: var(--ink);
  font-weight: 400;
}

.info-block p {
  color: var(--ink);
  font-weight: 400;
}

.compact-heading {
  margin-bottom: 14px;
}

.compact-heading h2 {
  font-size: 19px;
}

.badge {
  display: inline-block;
  border-radius: 999px;
  padding: 4px 9px;
  background: var(--brand-soft);
  color: var(--brand-strong);
  font-weight: 700;
}

.empty {
  color: var(--muted);
  font-style: italic;
}

@media (max-width: 840px) {
  .topbar,
  .layout {
    display: block;
  }

  .topbar {
    min-height: 0;
    padding: 20px 16px;
    grid-template-columns: 1fr;
    grid-template-areas: none;
    row-gap: 0;
  }

  .topbar .header-field:last-of-type {
    width: 100%;
    margin-top: 16px;
  }

  .top-actions,
  .topbar .top-actions {
    margin-top: 16px;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .sidebar {
    display: flex;
    overflow-x: auto;
    gap: 8px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .nav-item {
    min-width: max-content;
    margin-bottom: 0;
  }

  .status-grid,
  .form-grid,
  .checklist,
  .check-group,
  .link-grid,
  .guide-card,
  .manex-grid {
    grid-template-columns: 1fr;
  }

  .workspace {
    padding: 16px;
  }
}

@media print {
  body {
    background: #ffffff;
  }

  .topbar,
  .sidebar,
  .status-grid,
  .panel:not([data-panel="synthese"]) {
    display: none;
  }

  .layout,
  .workspace {
    display: block;
    padding: 0;
    min-height: 0;
  }

  .panel {
    border: 0;
    padding: 0;
  }

  .panel[data-panel="synthese"] {
    display: block;
  }

  .report-block {
    break-inside: avoid;
  }
}

.carnet-panel {
  padding: 0;
  overflow: hidden;
}

.carnet-frame {
  display: block;
  width: 100%;
  min-height: calc(100vh - 175px);
  border: 0;
  border-radius: 8px;
  background: #ffffff;
}

.regulation-visuals {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 18px;
  align-items: start;
  margin: 18px 0;
}

.regulation-visual {
  margin: 0;
  background: #ffffff;
  border: 1px solid #c7d8e2;
  border-radius: 8px;
  padding: 10px;
  box-shadow: 0 8px 20px rgba(8, 44, 62, 0.08);
}

.regulation-visual img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.regulation-visual-wide {
  position: sticky;
  top: 12px;
}

@media (max-width: 1100px) {
  .regulation-visuals {
    grid-template-columns: 1fr;
  }

  .regulation-visual-wide {
    position: static;
  }
}

.permanent-notice {
  display: inline-block;
  margin-top: 8px;
  padding: 8px 12px;
  color: #145232;
  background: #e2f4ea;
  border-left: 4px solid #238152;
  border-radius: 6px;
  font-weight: 700;
}

.external-link-groups {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.external-link-card {
  border: 1px solid var(--line);
  border-left: 6px solid var(--brand);
  border-radius: 8px;
  padding: 16px;
  background: #ffffff;
}

.external-link-card h3 {
  margin: 0 0 6px;
  font-size: 18px;
}

.external-link-card p {
  margin: 0 0 12px;
  color: var(--muted);
}

.external-link-card .link-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.external-link-card .link-grid a {
  border: 0;
  color: #ffffff;
  font-weight: 800;
}

.link-weather {
  border-left-color: #168a9a;
  background: #e7f7fa;
}

.link-weather .link-grid a {
  background: #168a9a;
}

.link-maps {
  border-left-color: #237a4c;
  background: #e8f5ee;
}

.link-maps .link-grid a {
  background: #237a4c;
}

.link-aero {
  border-left-color: #1f5d9c;
  background: #e9f1fb;
}

.link-aero .link-grid a {
  background: #1f5d9c;
}

.link-supuav {
  grid-column: 1 / -1;
  border-left-color: #a95716;
  background: #fff3e5;
}

.link-supuav .link-grid a {
  background: #a95716;
}

.important-info {
  margin-top: 14px;
  padding: 14px;
  border: 1px solid #e5b16f;
  border-radius: 8px;
  background: #fffaf1;
}

.important-info h4 {
  margin: 0 0 8px;
  color: #6f3b00;
}

.important-info ul {
  margin: 8px 0 10px 20px;
}

.important-info li {
  margin: 5px 0;
}

@media (max-width: 900px) {
  .external-link-groups,
  .external-link-card .link-grid {
    grid-template-columns: 1fr;
  }
}

.nav-item-help {
  border-color: #0f766e;
  color: #064e3b;
  background: #e6fffb;
}

.help-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  gap: 16px;
}

.help-card ol {
  margin: 10px 0 0 22px;
  padding: 0;
}

.help-card li {
  margin: 8px 0;
}

@media (max-width: 900px) {
  .help-grid {
    grid-template-columns: 1fr;
  }
}

/* Couleurs par onglet */
.nav-item[data-section="reglementation"] {
  background: #eef4ff;
  border-color: #9bb8ea;
  color: #123c73;
}

.nav-item[data-section="identite"] {
  margin-top: 14px;
  background: #eaf8ef;
  border-color: #88cda0;
  color: #145232;
}

.nav-item[data-section="demarches"] {
  background: #fff6df;
  border-color: #e8bd58;
  color: #6c4400;
}

.nav-item[data-section="site"] {
  background: #e8f7f0;
  border-color: #70bd94;
  color: #12613b;
}

.nav-item[data-section="alphatango"] {
  background: #fff0e6;
  border-color: #e3a073;
  color: #7a350c;
}

.nav-item[data-section="pieces"] {
  background: #f1f7ff;
  border-color: #8ebce8;
  color: #124a78;
}

.nav-item[data-section="formulaires"] {
  background: #f0f2ff;
  border-color: #a5aee8;
  color: #2c367d;
}

.nav-item[data-section="terrain"] {
  background: #ecfbf8;
  border-color: #7fcfc1;
  color: #075b52;
}


.nav-item[data-section="cresus"] {
  background: #fff1f2;
  border-color: #f2a5ad;
  color: #8a1c2c;
}

.nav-item[data-section="liens"] {
  background: #eef7ff;
  border-color: #85bee8;
  color: #0b4f78;
}

.nav-item[data-section="synthese"] {
  background: #edf2f7;
  border-color: #95a6ba;
  color: #20364f;
}

.nav-item[data-section="carnet"] {
  background: #fff7e8;
  border-color: #f0b75a;
  color: #683b00;
}

.nav-item[data-section="manex"] {
  background: #f1edff;
  border-color: #b9a8f5;
  color: #2f2678;
}

.nav-item[data-section="questions"] {
  background: #e6fffb;
  border-color: #73c9c0;
  color: #064e3b;
}

.nav-item[data-section="prefecture"] {
  background: #e6f9ec;
  border-color: #2f9e5c;
  color: #0d5c31;
  font-weight: 800;
  margin-bottom: 0;
}

.nav-item[data-section="zonesvol"] {
  background: #fdeeee;
  border-color: #d97b70;
  color: #7a1b1b;
}

.nav-item[data-section="devis"] {
  background: #eef7ee;
  border-color: #5fa876;
  color: #1a5c34;
}

.contact-block {
  position: relative;
  margin-top: 20px;
  padding: 18px 18px 6px;
  border-radius: 10px;
  border: 2px solid;
}

.contact-block-badge {
  position: absolute;
  top: -11px;
  left: 16px;
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.contact-block-required {
  border-color: #b5342a;
  background: rgba(181, 52, 42, 0.05);
}
.contact-block-required .contact-block-badge {
  background: #b5342a;
  color: #fff;
}

.contact-block-optional {
  border-color: #2f9e5c;
  background: rgba(47, 158, 92, 0.05);
}
.contact-block-optional .contact-block-badge {
  background: #2f9e5c;
  color: #fff;
}

.nav-group {
  margin-top: 14px;
  padding: 12px 10px 8px;
  border: 2px solid #9bb8ea;
  border-radius: 10px;
  background: rgba(47, 111, 178, 0.04);
}

.nav-group-label {
  margin: 0 0 8px;
  text-align: center;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #375a86;
}

.nav-group-prep {
  border-color: #70bd94;
  background: rgba(31, 122, 77, 0.05);
}
.nav-group-prep .nav-group-label { color: #12613b; }

.nav-group-apresvol {
  border-color: #e8bd58;
  background: rgba(212, 147, 18, 0.06);
}
.nav-group-apresvol .nav-group-label { color: #7a4a00; }

.nav-group-manops {
  border-color: #b9a8f5;
  background: rgba(95, 75, 182, 0.06);
}
.nav-group-manops .nav-group-label { color: #2f2678; }

.nav-group-incident {
  border-color: #f2a5ad;
  background: rgba(200, 61, 82, 0.06);
}
.nav-group-incident .nav-group-label { color: #8a1c2c; }

.nav-final-steps {
  margin-top: 34px;
  padding: 14px 10px 10px;
  border: 2px solid #2f6fb2;
  border-radius: 10px;
  background: rgba(47, 111, 178, 0.05);
}

.nav-final-steps-label {
  margin: 0 0 8px;
  text-align: center;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #2f6fb2;
}

.nav-item[data-section="reglementation"].active { background: linear-gradient(135deg, #2f6fb2, #173f72); border-color: #2f6fb2; }
.nav-item[data-section="identite"].active { background: linear-gradient(135deg, #238152, #145232); border-color: #238152; }
.nav-item[data-section="demarches"].active { background: linear-gradient(135deg, #d49312, #7a4a00); border-color: #d49312; }
.nav-item[data-section="site"].active { background: linear-gradient(135deg, #1f7a4d, #0d5130); border-color: #1f7a4d; }
.nav-item[data-section="alphatango"].active { background: linear-gradient(135deg, #c86b28, #7a350c); border-color: #c86b28; }
.nav-item[data-section="pieces"].active { background: linear-gradient(135deg, #1f78b4, #124a78); border-color: #1f78b4; }
.nav-item[data-section="formulaires"].active { background: linear-gradient(135deg, #5d68c4, #2c367d); border-color: #5d68c4; }
.nav-item[data-section="terrain"].active { background: linear-gradient(135deg, #138f82, #075b52); border-color: #138f82; }
.nav-item[data-section="cresus"].active { background: linear-gradient(135deg, #c83d52, #821427); border-color: #c83d52; }
.nav-item[data-section="liens"].active { background: linear-gradient(135deg, #168a9a, #0b4f78); border-color: #168a9a; }
.nav-item[data-section="synthese"].active { background: linear-gradient(135deg, #4d657f, #20364f); border-color: #4d657f; }
.nav-item[data-section="carnet"].active { background: linear-gradient(135deg, #d58a16, #8a4f00); border-color: #d58a16; }
.nav-item[data-section="manex"].active { background: linear-gradient(135deg, #5f4bb6, #342579); border-color: #5f4bb6; }
.nav-item[data-section="questions"].active { background: linear-gradient(135deg, #0f766e, #064e3b); border-color: #0f766e; }
.nav-item[data-section="prefecture"].active { background: linear-gradient(135deg, #2f9e5c, #0d5c31); border-color: #2f9e5c; }
.nav-item[data-section="zonesvol"].active { background: linear-gradient(135deg, #b5342a, #6b1c17); border-color: #b5342a; }
.nav-item[data-section="devis"].active { background: linear-gradient(135deg, #1f7a4d, #0d5130); border-color: #1f7a4d; }

.nav-item.active {
  color: #ffffff;
  box-shadow: 0 8px 18px rgba(18, 52, 79, 0.2);
}

#zonesVolMap {
  box-shadow: 0 4px 14px rgba(18, 52, 79, 0.08);
}

#zonesVolMap .leaflet-popup-content,
#zonesVolMap .leaflet-container {
  font-family: inherit;
  font-size: 13px;
}



.flyby-help {
  margin: 10px 0 16px;
  padding: 14px 16px;
  background: #ecfdf3;
  border: 1px solid #a7f3c8;
  border-left: 5px solid #1f7a4d;
  border-radius: 8px;
}

.flyby-help h3 {
  margin: 0 0 8px;
  color: #0d5130;
}

.flyby-help p {
  margin: 0 0 8px;
}

.flyby-help ul {
  margin: 0;
  padding-left: 20px;
}

.flyby-help li {
  margin: 5px 0;
}

.alpha-help {
  margin: 10px 0 16px;
  padding: 14px 16px;
  background: #fff7ed;
  border: 1px solid #fed7aa;
  border-left: 5px solid #c86b28;
  border-radius: 8px;
}

.alpha-help h3 {
  margin: 0 0 8px;
  color: #7a350c;
}

.alpha-help ul {
  margin: 0;
  padding-left: 20px;
}

.alpha-help li {
  margin: 5px 0;
}

.alpha-notice {
  margin: 12px 0 16px;
  padding: 12px 14px;
  color: #663000;
  background: #fff2df;
  border: 1px solid #e0a25d;
  border-left: 5px solid #c86b28;
  border-radius: 8px;
  font-weight: 600;
}

.observer-note {
  padding: 12px 14px;
  background: #e7f6ed;
  border: 1px solid #9bd3b2;
  border-left: 5px solid #238152;
  border-radius: 8px;
  color: #123f2b;
}

.observer-note strong {
  display: block;
  margin-bottom: 6px;
}

.observer-note p {
  margin: 5px 0;
}


.danger-text {
  color: var(--danger);
  font-weight: 800;
}

.dossier-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 12px 0 16px;
  flex-wrap: wrap;
}

.dossier-actions button {
  background: var(--success);
  border-color: var(--success);
  color: #fff;
  font-weight: 800;
}

.dossier-folder-note {
  border-left-color: var(--success);
  background: var(--success-soft);
}
.pru-card {
  border-left-color: #b45309;
  background: #fff7ed;
}

.pru-card h3 {
  color: #7c2d12;
}

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

.pru-objectives div {
  padding: 12px 14px;
  background: #fef3c7;
  border: 1px solid #f59e0b;
  border-radius: 8px;
}

.pru-objectives strong {
  display: block;
  margin-bottom: 6px;
  color: #166534;
  text-transform: uppercase;
}

@media (max-width: 760px) {
  .pru-objectives {
    grid-template-columns: 1fr;
  }
}
.density-info {
  margin-top: 12px;
  padding: 12px 14px;
  background: #f0fdf4;
  border: 1px solid #86efac;
  border-left: 5px solid #16a34a;
  border-radius: 8px;
}

.density-info h4 {
  margin: 0 0 8px;
  color: #14532d;
}

.density-info p {
  margin: 6px 0;
}



.consultant-note {
  margin-top: 12px !important;
  padding: 10px 12px;
  border-radius: 8px;
  background: #fff7ed;
  border: 1px solid #f59e0b;
  color: #7c2d12 !important;
  font-weight: 700;
}


.documents-generate-block {
  display: grid;
  gap: 14px;
  margin: 16px 0 22px;
}

.document-workflow-card {
  border-left-color: #0f766e;
  background: #e8f6f1;
}

.document-workflow-card h3 {
  color: #064e3b;
}

.document-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}

.document-actions button {
  border-color: #0f766e;
  color: #063f35;
  font-weight: 700;
}

.document-actions button:first-child,
.document-actions button:nth-child(2) {
  background: #0f766e;
  color: #fff;
}


.imported-documents-card {
  padding: 16px;
  border-radius: 8px;
  border: 1px solid #bfdbfe;
  border-left: 5px solid #2563eb;
  background: #eff6ff;
}

.imported-documents-card h3 {
  margin: 0 0 6px;
  color: #1e3a8a;
}

.import-checklist {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 6px 8px;
  list-style: none;
  padding: 0;
  margin: 8px 0;
}

.import-check {
  display: flex;
  gap: 6px;
  align-items: flex-start;
  padding: 7px 8px;
  min-width: 0;
  overflow-wrap: anywhere;
  border-radius: 8px;
  border: 1px solid #dbeafe;
  background: #ffffff;
}

.import-check.ready {
  border-color: #86efac;
  background: #f0fdf4;
}

.import-check.missing {
  border-color: #fed7aa;
  background: #fff7ed;
}

.import-check.optional {
  border-color: #cbd5e1;
  background: #f8fafc;
}

.import-check.optional .check-dot {
  color: #64748b;
}

.check-dot {
  flex: 0 0 auto;
  font-weight: 900;
  color: #166534;
}

.import-check.missing .check-dot {
  color: #9a3412;
}

.import-check em {
  display: block;
  margin-top: 1px;
  color: #475569;
  font-style: normal;
  font-size: 0.82rem;
  line-height: 1.15;
}

.import-check strong {
  font-size: 0.95rem;
  line-height: 1.15;
}

.imported-documents-card p {
  margin: 4px 0 6px;
  line-height: 1.25;
}

.import-note {
  margin: 8px 0 0;
  color: #334155;
}

@media (max-width: 900px) {
  .import-checklist {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 6px 8px;
  list-style: none;
  padding: 0;
  margin: 8px 0;
}


.import-group {
  margin-top: 14px;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #cbd5e1;
  border-left: 5px solid #64748b;
  background: #f8fafc;
}

.import-group h4 {
  margin: 0 0 4px;
  font-size: 1.02rem;
}

.import-group p {
  margin: 0 0 10px;
  color: #475569;
}

.import-subgroup-title {
  margin: 14px 0 6px;
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #64748b;
}

.import-subgroup-title:first-of-type {
  margin-top: 0;
}

.required-group {
  border-color: #0f766e;
  background: #ecfdf5;
}

.required-group h4 {
  color: #064e3b;
}

.recommended-group {
  border-color: #d97706;
  background: #fff7ed;
}

.recommended-group h4 {
  color: #7c2d12;
}

.pru-generate-action {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

.pru-main-action {
  font-weight: 800;
}

.pru-open-status {
  color: #0f172a;
  font-style: normal;
}

.important-group {
  border-color: #2563eb;
  background: #eff6ff;
}

.important-group h4 {
  color: #1e3a8a;
}

.import-group .import-checklist {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 6px 8px;
  list-style: none;
  padding: 0;
  margin: 8px 0;
}


.regulation-required-docs {
  margin: 16px 0;
  border-left: 5px solid #b91c1c;
  background: #fff7ed;
  border-color: #fdba74;
}

.regulation-required-docs h3 {
  color: #7f1d1d;
}

.regulation-required-docs ul {
  margin: 10px 0 0 18px;
  padding: 0;
}

.regulation-required-docs li {
  margin: 5px 0;
}

.faq-card {
  margin-top: 18px;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid #99f6e4;
  border-left: 5px solid #0f766e;
  background: #ecfdf5;
}

.faq-card h3 {
  margin: 0 0 6px;
  color: #064e3b;
}

.faq-intro {
  margin: 0 0 12px;
  color: #475569;
}


.faq-search-wrap {
  display: grid;
  gap: 6px;
  margin: 0 0 14px;
  padding: 12px;
  border: 1px solid #a7f3d0;
  border-radius: 8px;
  background: #f0fdfa;
}

.faq-search-wrap label {
  font-weight: 800;
  color: #064e3b;
}

.faq-search-wrap input {
  width: 100%;
  padding: 11px 12px;
  border: 1px solid #5eead4;
  border-radius: 7px;
  font: inherit;
  background: #ffffff;
}

.faq-search-wrap input:focus {
  outline: 2px solid #0f766e;
  outline-offset: 1px;
}

.faq-empty {
  margin: 4px 0 0;
  color: #9f1239;
  font-weight: 700;
}

.faq-list {
  display: grid;
  gap: 8px;
}

.faq-list details {
  border: 1px solid #bae6fd;
  border-radius: 8px;
  background: #ffffff;
  overflow: hidden;
}

.faq-list summary {
  cursor: pointer;
  padding: 11px 13px;
  font-weight: 800;
  color: #0f172a;
  list-style-position: inside;
}

.faq-list details[open] summary {
  color: #075985;
  background: #e0f2fe;
  border-bottom: 1px solid #bae6fd;
}

.faq-list p {
  margin: 0;
  padding: 11px 14px 14px;
  color: #334155;
  line-height: 1.45;
}



.regulatory-link-section h4 {
  display: flex;
  align-items: center;
  gap: 10px;
}

.reg-flag {
  width: 48px;
  height: 30px;
  object-fit: cover;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
}
.siteweb-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 20px;
  margin-bottom: 18px;
  border-left: 5px solid #0f65a8;
  background: #f8fbff;
  border-radius: 8px;
}

.siteweb-hero h2 {
  margin: 0 0 4px;
  font-size: 1.45rem;
  color: #082f49;
}

.siteweb-hero p {
  margin: 0;
  color: #475569;
}

.siteweb-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 20px;
}

.siteweb-card {
  display: grid;
  grid-template-rows: 112px minmax(0, 1fr);
  border-radius: 8px;
  border: 1px solid #cbd5e1;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

.siteweb-media {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.siteweb-media img {
  display: block;
  max-width: 100%;
  max-height: 88px;
  object-fit: contain;
}

.siteweb-logo img {
  max-width: 320px;
  max-height: 105px;
}

.siteweb-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 12px 14px 14px;
  min-width: 0;
}

.siteweb-kicker {
  width: fit-content;
  padding: 4px 8px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

.siteweb-content h3 {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.15;
}

.siteweb-content p {
  margin: 0;
  color: inherit;
  line-height: 1.35;
}

.siteweb-content a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  max-width: 100%;
  margin-top: 6px;
  padding: 8px 12px;
  border-radius: 6px;
  font-weight: 800;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.siteweb-youtube {
  border-color: #dc2626;
}

.siteweb-youtube .siteweb-media {
  background: #ef0000;
}

.siteweb-youtube .siteweb-content {
  background: #fff;
  color: #111827;
}

.siteweb-youtube .siteweb-kicker,
.siteweb-youtube .siteweb-content a {
  background: #ef0000;
  color: #fff;
}

.siteweb-youtube .siteweb-content h3 {
  color: #b91c1c;
}

.siteweb-snc {
  border-color: #0f65a8;
}

.siteweb-snc .siteweb-media {
  background: #ffffff;
}

.siteweb-snc .siteweb-content {
  background: linear-gradient(135deg, #0f65a8 0%, #1d8bd1 52%, #ffffff 100%);
  color: #ffffff;
}

.siteweb-snc .siteweb-kicker {
  background: rgba(255, 255, 255, 0.92);
  color: #0f65a8;
}

.siteweb-snc .siteweb-content h3,
.siteweb-snc .siteweb-content p {
  color: #ffffff;
}

.siteweb-snc .siteweb-content a {
  background: #ffffff;
  color: #0f65a8;
}

@media (max-width: 760px) {
  .siteweb-cards {
    grid-template-columns: 1fr;
  }
}

.app-footer {
  margin: 18px auto 24px;
  padding: 10px 18px;
  max-width: 1180px;
  color: #425466;
  font-size: 0.88rem;
  text-align: center;
}

.app-footer p {
  margin: 0;
}
