:root {
  --bg: #f6f8fb;
  --card: #ffffff;
  --border: #e6ebf2;
  --text: #0f172a;
  --muted: #64748b;
  --accent: #1e88e5;
  --shadow: 0 12px 30px rgba(15,23,42,.08);
  --radius: 18px;
  --row-alt: #f8fafc;
  --row-hover: #eef6ee;
  --doc-link: #1e88e5;
  --doc-icon: #9ca3af;
  --ok-bg: #ecfdf5;
  --ok-text: #047857;
  --progress-bg: #eff6ff;
  --progress-text: #1d4ed8;
  --missing-bg: #fff7ed;
  --missing-text: #c2410c;
  --shc-bg-main: #f6f7f9;
  --shc-grey-panel: #f5f6f8;
  --shc-grey-input: #f3f4f6;
  --shc-grey-pill: #eef1f4;
  --shc-grey-border: #e3e7ec;
}

* {
  box-sizing:border-box
}

.page-header {
  max-width: 1120px;
  margin: 32px auto 18px;
  padding: 0 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.logo {
  width:58px;
  height:58px;
  border-radius:14px;
  background:var(--accent);
  display:grid;
  place-items:center;
  box-shadow:0 10px 24px rgba(15,23,42,.12);
}

.shc-modal table tr th, .shc-modal table tr td {
  border-right: none;
}

.sunshine-not-allowed {
  padding:14px 16px;border:1px solid #e3e7ec;border-radius:12px;background:#fff;    max-width: 800px;
  margin: 5% auto;
}
.brand {
    display: flex;
    gap: 14px;
    align-items: center;
    width: 40%;
}
.brand h1 {
    font-size: 22px !important;
}
.brand h1 {
    margin: 0;
    font-size: 20px;
    font-weight: 750;
}
.card .shc-header-with-icon {
    font-size: 18.5px;
}
.shc-header-with-icon {
    display: flex;
    align-items: center;
    gap: 10px;
}
.shc-filter-bar {
    display: flex;
    align-items: center;
    gap: 10px;
}
.shc-filter-panel .controls select, .shc-filter-panel .controls input {
    background: #ffffff !important;
    font-size: 13px;
}
.doc-cards .chevron::before {
    transform: none;
    width: 15px;
    left: -6px;
}
.doc-cards .chevron::after {
    transform: rotate(90deg);
    right: 13px;
    width: 15px;
}
.doc-card-title.expanded span.chevron:after {background: none;}
.doc-toggle {
    display: none;
}
@media (max-width: 900px) {
  .posting {
    display:block !important;
  }

  .controls {
    grid-template-columns: repeat(2, minmax(170px, 1fr));
  }

  .status-table {
    display: block;
    overflow: scroll;
    width: auto;
  }

  .shell .grid {
    max-width: 100%;
    display: block;
  }

  .shell .card {
    margin-bottom: 20px;
  }

  .doc-cards {
    display: block !important;
  }

  .doc-cards div.doc-card {
    margin-bottom: 20px;
  }

  .shc-modal {
    max-width: 100%;
  }

  .shc-modal table {
    display: block;
    overflow: scroll;
  }

  .active-filters .hint {
    flex-basis:100%;
    margin-left:0;
  }
}

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

@media (min-width: 1024px) {
  .shc-filter-panel {
    padding-left:16px !important;
    padding-right:16px !important;
  }

  .card {
    padding: 36px 48px !important;
  }
}

.posting {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.posting h2 {
  margin: 0 !important;
}

.posting .shc-requirements-link {
  margin: 0;
}

.shell {
  max-width:1120px;
  margin:0 auto;
  padding:0 18px
}

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

.card {
  background:var(--card);
  border:1px solid var(--border);
  border-radius:var(--radius);
  box-shadow:var(--shadow);
  padding:30px 28px;
}

h2 {
  margin:6px 0 12px;
  font-size:17px;
  font-weight:750;
  color:var(--text)
}

.status-table {
  width:100%;
  border-collapse:collapse;
  border: none;
}

.status-table th, .status-table td {
  padding: 14px;
  text-align: left;
  border-bottom: 1px solid #ccc !important;
  border: none;
}

.status-table th,.status-table td {
  padding:14px;
  border-bottom:1px solid var(--border);
  text-align:left;
  vertical-align:middle
}

.status-table td:first-child strong {
  font-size:15px;
  font-weight:650
}

.status-table th {
  font-size:11px;
  text-transform:uppercase;
  color:var(--muted)
}

.dot {
  width:8px;
  height:8px;
  border-radius:999px;
  display:inline-block
}

.ok {
  background:var(--ok-bg);
  color:var(--ok-text)
}

.ok .dot {
  background:var(--ok-text)
}

.progress {
  background:var(--progress-bg);
  color:var(--progress-text)
}

.progress .dot {
  background:var(--progress-text)
}

.missing {
  background:var(--missing-bg);
  color:var(--missing-text)
}

.missing .dot {
  background:var(--missing-text)
}

.controls {
  display:grid;
  grid-template-columns: repeat(4, minmax(170px, 1fr));
  gap:12px;
  align-items:end;
  margin-bottom:16px;
  padding-bottom:14px;
  border-bottom:1px solid var(--border);
}

.control {
  min-width:0
}

.control label {
  display:block;
  font-size:11px;
  font-weight:750;
  letter-spacing:.06em;
  text-transform:uppercase;
  color:var(--muted);
  margin:0 0 6px 2px;
}

.control select, .control input {
  width:100%;
  height:42px;
  padding:10px 12px;
  border-radius:12px;
  border:1px solid var(--border);
  background:#fff;
  color:var(--text);
  outline:none;
  box-shadow:0 1px 0 rgba(15,23,42,.04);
  transition:border-color .15s ease, box-shadow .15s ease, transform .05s ease;
}

.control select {
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  padding-right:38px;
  background-image: linear-gradient(45deg, transparent 50%, var(--muted) 50%), linear-gradient(135deg, var(--muted) 50%, transparent 50%), linear-gradient(to right, transparent, transparent);
  background-position: calc(100% - 18px) 17px, calc(100% - 12px) 17px, 0 0;
  background-size:6px 6px, 6px 6px, 100% 100%;
  background-repeat:no-repeat;
}

.control input::placeholder {
  color:#94a3b8
}

.control select:hover, .control input:hover {
  border-color:#d3dbe6
}

.control select:focus, .control input:focus {
  border-color: color-mix(in srgb, var(--accent) 65%, #ffffff);
  box-shadow:0 0 0 4px color-mix(in srgb, var(--accent) 18%, transparent);
}

.search-wrap svg {
  position:absolute;
  left:12px;
  top:50%;
  transform:translateY(-50%);
  width:18px;
  height:18px;
  color:#94a3b8;
  pointer-events:none;
}

.doc-cards .doc-bullets li a {
  text-decoration: none;
}

.accordion {
  border-bottom:1px solid var(--border)
}

.accordion summary {
  list-style:none;
  cursor:pointer;
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:18px 0;
  font-weight:750
}

.accordion summary::-webkit-details-marker {
  display:none
}

.meta {
  margin:-8px 0 12px;
  color:var(--muted);
  font-size:12.5px;
}

.chevron {
  width:22px;
  height:14px;
  position:relative;
  transform-origin:center;
  transition:transform .2s ease;
  flex:0 0 auto
}

.chevron::before,.chevron::after {
  content:"";
  position:absolute;
  top:5px;
  width:14px;
  height:4px;
  background:var(--accent);
  border-radius:2px
}

.chevron::before {
  left:0;
  transform:rotate(45deg)
}

.chevron::after {
  right:0;
  transform:rotate(-45deg)
}

details[open] .chevron {
  transform:rotate(180deg)
}

.doc-list {
  list-style:none;
  margin:0 0 16px 0;
  padding:0;
  border:1px solid var(--border);
  border-radius:14px;
  overflow:hidden
}

.doc-group {
  padding:10px 12px;
  font-size:12px;
  font-weight:750;
  color:var(--muted);
  background:#fff;
  border-bottom:1px solid var(--border);
}

.doc-row {
  display:flex;
  align-items:center;
  padding:10px 12px;
  border-bottom:1px solid var(--border)
}

.doc-row:nth-child(even) {
  background:var(--row-alt)
}

.doc-row:last-child {
  border-bottom:none
}

.doc-row:hover {
  background:var(--row-hover)
}

.doc-row a {
  display:flex;
  align-items:center;
  gap:10px;
  width:100%;
  text-decoration:none;
  min-width:0
}

.doc-icon {
  width:18px;
  height:18px;
  color:var(--doc-icon);
  flex:0 0 auto
}

.doc-name {
  font-size:14px;
  font-weight:400;
  color:var(--doc-link);
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis
}

.footer {
  max-width:1120px;
  margin:24px auto 40px;
  padding:0 18px;
  color:var(--muted);
  font-size:12.5px
}

.footer hr {
  border:none;
  border-top:1px solid var(--border);
  margin:24px 0 12px
}

.shc-top-accent {
  height:10px;
  width:100%;
  background: var(--accent);
}

.shc-posting-header {
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:12px;
}

.shc-posting-header .shc-right {
  font-size:12.5px;
  color:var(--muted);
  margin:0;
  white-space:nowrap;
}

.shc-posting-sub {
  margin:4px 0 12px;
  font-size:13px;
  color:var(--muted);
}

.shc-modal table th, .shc-modal table td {
  border-right: none;
}

#posting-status-table td:nth-child(2), #posting-status-table td:nth-child(3) {
  font-size:13px !important;
  color: var(--muted) !important;
  font-weight: 400 !important;
}

.shc-comp-stamp {
  max-width:1100px;
  margin: 18px auto 30px;
  padding: 0 22px;
  font-size: 11px;
  color: #9aa4b2;
}

.pill-posted {
  background: var(--success-bg);
  color: var(--success-text);
}

.shc-filter-panel .chip:hover, .shc-filter-panel .chip:focus {
  color: #000;
}

#posting-status-table .pill-up {
  background:#e8fbf2 !important;
  color:#047857 !important;
}

#posting-status-table .pill-progress {
  background:#eaf2ff !important;
  color:#1d4ed8 !important;
}

#posting-status-table .pill-missing {
  background:#fee2e2 !important;
  color:#991b1b !important;
}

#posting-status-table .pill-up::before, #posting-status-table .pill-progress::before, #posting-status-table .pill-missing::before {
  background: currentColor !important;
  opacity:.85 !important;
}

.auth-actions button {
  font-size: 14px;
}

.pill {
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:6px 12px;
  border-radius:999px;
  font-size:13px;
  font-weight:600;
  line-height:1;
}

.pill::before {
  content:"";
  width:8px;
  height:8px;
  border-radius:999px;
  background:currentColor;
  opacity:.85
}

.pill-up {
  background:#e8fbf2 !important;
  color:#047857 !important;
}

.pill-progress {
  background:#eaf2ff !important;
  color:#1d4ed8 !important;
}

.pill-missing {
  background:#fee2e2 !important;
  color:#991b1b !important;
}

.shc-header-icon {
  color:#9aa4b2;
  display:inline-flex;
}

.section-helper {
  margin-left:8px;
  font-size:13px;
  font-weight:400;
  color:#64748b;
}

.shc-header-helper {
  font-size:14px;
  font-weight:400;
  color: var(--muted);
  margin-left:12px;
}

.active-filters {
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  align-items:center;
  margin:12px 0 18px;
}

.chip {
  display:inline-flex;
  align-items:center;
  gap:10px;
  height:34px;
  padding:0 12px;
  border-radius:999px;
  border:1px solid var(--border);
  background:#eef2f7;
  color:var(--text);
  font-size:13px;
  font-weight:650;
}

.chip.dark {
  background:#0f172a;
  border-color:#0f172a;
  color:#fff;
}

.chip.ghost {
  background:#fff;
}

.chip .x {
  width:16px;
  height:16px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background:rgba(255,255,255,.18);
  color:currentColor;
  font-weight:900;
  line-height:1;
  cursor:pointer;
}

.chip:not(.dark) .x {
  background:rgba(15,23,42,.10);
}

.chip:hover {
  filter:brightness(.98)
}

.chip:active {
  transform:translateY(1px)
}

.active-filters .hint {
  font-size:12px;
  color:var(--muted);
  margin-left:auto;
}

ul.tml-links {
  display: none;
}

.available-docs .section-title, .available-docs .doc-group-title {
  font-size:16px;
  font-weight:700;
  line-height:1.35;
}

.available-docs .doc-group {
  transition: background-color .15s ease, box-shadow .15s ease;
}

.available-docs .doc-group:hover {
  background: var(--row-alt);
  box-shadow: inset 0 0 0 1px var(--border);
  cursor: pointer;
}

.available-docs .doc-group:hover .chevron {
  transform: translateY(-50%) rotate(180deg);
}

.available-docs .doc-group-header:hover .chevron {
  opacity: .85;
}

.available-docs .doc-group-header {
  display:flex;
  align-items:center;
  padding:16px 12px;
  margin:0 -12px;
  border-radius:10px;
  transition: background-color .15s ease, box-shadow .15s ease;
}

.available-docs .doc-group-header:hover {
  background-color: var(--row-alt);
  box-shadow: inset 0 0 0 1px var(--border);
  cursor:pointer;
}

details.accordion > summary:hover .chevron {
  opacity:.85;
}

details.accordion > summary:hover {
  background:none;
  box-shadow:none;
  color:var(--muted);
}

.control .search-wrap input {
  background: #eef2f7;
  border-color: #e5eaf0;
}

.control .search-wrap input:focus {
  background:#eef2f7;
}

.control .search-wrap input:focus::placeholder {
  color: transparent;
}

.empty-state {
  padding:14px 0 6px;
  font-size:14px;
  color:var(--muted);
  font-style:italic;
}

.count-badge {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-left:10px;
  padding:2px 8px;
  border-radius:999px;
  background:#eef2f7;
  color:#64748b;
  font-size:12px;
  font-weight:600;
  vertical-align:middle;
}

details.accordion > summary {
  display:grid;
  grid-template-columns: 1fr auto auto;
  align-items:center;
  column-gap:12px;
}

details.accordion > summary .count-badge {
  order:2;
}

details.accordion > summary .chevron {
  order:3;
}

details.accordion .empty-state {
  padding:14px 14px 16px;
  margin:0 -14px 0;
  border-top:1px dashed var(--border);
}

.empty-dotted {
  margin:14px 0 10px;
  padding:16px 14px;
  border:2px dashed var(--border);
  border-radius:12px;
  color:var(--muted);
  background: #ffffff;
  font-size:14px;
  font-style:italic;
}

.shc-status-panel .shc-header-with-icon {
  background: rgba(90,163,50,0.12);
  padding: 16px 20px;
  margin: -2px -2px 0 -2px;
  border-radius: 18px 18px 0 0;
  border-bottom: 1px solid #e5eaf0;
}

.card .shc-filters, .card .shc-filter-row {
  margin-top: 18px;
}

.shc-header-with-icon .shc-header-helper {
  margin-left: 14px;
}

.card:not(.shc-status-panel) .shc-filters label, .card:not(.shc-status-panel) .shc-filter-label {
  margin-top: 6px;
  display: block;
}

.card:not(.shc-status-panel) .shc-filters {
  margin-top: 0;
}

.shc-header-with-icon .shc-header-subtitle {
  margin-left: 56px;
}

body {
  background: var(--shc-bg-main);
}

.shc-filters input, .shc-filters select, .shc-search {
  background: var(--shc-grey-input);
  border-color: var(--shc-grey-border);
}

.shc-filter-chip, .shc-chip {
  background: var(--shc-grey-pill);
  border-color: var(--shc-grey-border);
}

.card .shc-filters input, .card .shc-filters select, .card .shc-search input, .card .shc-search {
  background: var(--shc-grey-input) !important;
  border-color: var(--shc-grey-border) !important;
}

.card .shc-filter-chip, .card .shc-chip, .card .shc-pill, .card .shc-token {
  background: var(--shc-grey-pill) !important;
  border-color: var(--shc-grey-border) !important;
}

html, body {
  background: var(--shc-bg-main) !important;
}

.controls select, .controls input, .search-wrap, .search-wrap input {
  background: var(--shc-grey-input) !important;
  border-color: var(--shc-grey-border) !important;
}

.active-filters .chip:not(.ghost) {
  background: var(--shc-grey-pill) !important;
  border-color: var(--shc-grey-border) !important;
}

.active-filters .chip.ghost {
  background: transparent !important;
}

.controls select {
  background: #ffffff !important;
  border-color: var(--shc-grey-border) !important;
  -webkit-appearance: auto !important;
  -moz-appearance: auto !important;
  appearance: auto !important;
}

.search-wrap, .search-wrap input {
  background: var(--shc-grey-input) !important;
  border-color: var(--shc-grey-border) !important;
}

.search-wrap {
  border-radius: 14px !important;
  overflow: hidden;
  position: relative;
}
.search-wrap input {
    padding-left: 38px;
}
.search-wrap input {
  border-radius: 14px !important;
  background-clip: padding-box;
}

.shc-status-panel .shc-header-with-icon, .card .shc-header-with-icon {
  background: #ffffff !important;
}

.shc-header-with-icon h2, .shc-header-with-icon h3 {
  font-weight: 780;
}

.card:not(.shc-status-panel) .shc-header-with-icon {
  padding-top: 20px;
  padding-bottom: 12px;
}

.shc-header-with-icon svg, .shc-header-with-icon .icon {
  transform: scale(1.15);
  transform-origin: left center;
}

.shc-header-with-icon {
  font-size: 18.5px;
}

.shc-header-helper, .section-helper {
  font-size: 13.5px;
}

.shc-header-icon svg, .shc-header-with-icon svg, .shc-header-with-icon .icon {
  transform: scale(1.22) !important;
  transform-origin: left center;
}

.brand h1 {
  font-size: 22px !important;
}

.brand .sub {
  font-size: 13.5px !important;
}

.shc-header-helper:empty, .section-helper:empty {
  display:none !important;
}

.card .shc-header-with-icon {
  padding-left: 0 !important;
  margin-left: 0 !important;
      border: none;
}

.status-table th:first-child, .status-table td:first-child {
  padding-left: 0 !important;
}

.status-table th:last-child, .status-table td:last-child {
  padding-right: 0 !important;
}

.shc-filters, .shc-filter-row {
  padding-left: 0 !important;
  margin-left: 0 !important;
}

.shc-filter-panel .controls {
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}

.shc-filter-panel .pill, .shc-filter-panel .chip, .shc-filter-panel .active-filters .tag {
  background: var(--shc-grey-chip) !important;
}

.shc-filter-icon {
  color:#9aa4b2;
  display:inline-flex;
}

.shc-filter-label {
  font-size:13px;
  font-weight:700;
  letter-spacing:.04em;
  text-transform:uppercase;
  color:#475569;
}

.shc-filter-panel {
  background:#f3f4f6 !important;
  border:none !important;
  box-shadow:none !important;
  border-radius:14px !important;
  padding:16px 24px !important;
  margin:14px 0 18px 0 !important;
}

.shc-filter-bar {
  background:transparent !important;
  border-bottom:1px solid var(--shc-grey-border) !important;
  border-radius:0 !important;
  height:auto !important;
  padding:0 0 12px 0 !important;
  margin:0 0 14px 0 !important;
}

.shc-filter-panel .controls select, .shc-filter-panel .controls input {
  background:#ffffff !important;
  border-color: var(--shc-grey-border) !important;
}

.shc-filter-panel .active-filters {
  border-top:1px solid var(--shc-grey-border) !important;
  padding-top:12px !important;
  margin-top:12px !important;
}

.shc-filter-panel .chip {
  background:#e9edf2 !important;
  border-color: var(--shc-grey-border) !important;
}

.shc-filter-panel .chip.ghost {
  background:transparent !important;
}

.shc-intro {
  max-width:1120px;
  margin:0 auto 18px;
  padding:0 18px;
}

.shc-intro-card {
  background:#fff;
  border:1px solid var(--border);
  border-radius:18px;
  box-shadow:0 10px 24px rgba(15,23,42,.06);
  padding:20px 22px;
}

.shc-intro-title {
  margin:0 0 8px;
  font-size:16px;
  font-weight:780;
  color:var(--text);
}

.shc-intro-text {
  margin:0 0 10px;
  color:var(--muted);
  font-size:14px;
  line-height:1.45;
}

.shc-requirements-link {
  margin:10px 0 0;
  font-size:13px;
  color:var(--muted);
}

.shc-requirements-link button {
  background:transparent;
  border:none;
  color:var(--doc-link);
  font-weight:650;
  cursor:pointer;
  padding:0;
  text-decoration:underline;
  text-underline-offset:3px;
  font-size: 14px;
}

.shc-requirements-link button:hover {
  filter:brightness(.95);
}

.shc-modal-overlay {
  position:fixed;
  inset:0;
  background:rgba(15,23,42,.55);
  display:none;
  align-items:center;
  justify-content:center;
  z-index:9999;
  padding:18px;
}

.shc-modal {
  background:#fff;
  max-width:820px;
  width:100%;
  border-radius:18px;
  border:1px solid var(--border);
  box-shadow:0 30px 90px rgba(15,23,42,.35);
  padding:24px 26px;
}

.shc-modal h3 {
  margin:0 0 6px;
  font-size:18px;
  font-weight:780;
  color:var(--text);
}

.shc-modal p {
  margin:0 0 12px;
  color:var(--muted);
  font-size:13.5px;
  line-height:1.45;
}

.shc-modal table {
  width:100%;
  border-collapse:collapse;
  margin-top:8px;
}

.shc-modal th,.shc-modal td {
  padding:12px 10px;
  border-bottom:1px solid var(--border);
  text-align:left;
  vertical-align:top;
}

.shc-modal th {
  font-size:11px;
  text-transform:uppercase;
  color:var(--muted);
  letter-spacing:.06em;
}

.shc-modal .footnote {
  margin-top:12px;
  font-size:12.5px;
  color:var(--muted);
}

.shc-modal-actions {
  display:flex;
  justify-content:flex-end;
  gap:10px;
  margin-top:16px;
}

.shc-btn {
  height:40px;
  padding:0 14px;
  border-radius:999px;
  border:1px solid var(--border);
  background:#fff;
  color:var(--text);
  font-weight:650;
  cursor:pointer;
}

.shc-btn.primary {
  background:#0f172a;
  color:#fff;
  border-color:#0f172a;
}

.shc-btn:hover {
  filter:brightness(.98);
}

.doc-cards {
  display:grid;
  gap:14px;
  margin: 12px 0 18px;
}

.doc-card {
  background:#ffffff;
  border:1px solid var(--border);
  border-radius:14px;
  padding:16px 16px 12px;
  box-shadow: 0 6px 18px rgba(15,23,42,.05);
}

.doc-card-title {
  margin:0;
  font-size:14px;
  font-weight:750;
  color:var(--text);
        cursor: pointer;
}

.doc-bullets {
  margin:0;
  padding-left:18px;
}

.doc-bullets li {
  margin:8px 0;
  
    list-style-type: none;
}

.doc-bullets a {
  display:flex;
  align-items:center;
  gap:10px;
  text-decoration:none;
  min-width:0;
}

.doc-bullets a:hover .doc-name {
  text-decoration:underline;
  text-underline-offset:3px;
}

.doc-empty {
  margin: 8px 0 2px;
  padding: 12px 14px;
  border: 2px dashed var(--border);
  border-radius: 12px;
  color: var(--muted);
  background: #ffffff;
  font-size: 13.5px;
  font-style: italic;
}

.auth-shell {
  max-width:1120px;
  margin:0 auto 18px;
  padding:0 18px;
}

.auth-card {
  max-width:520px;
  margin:18px auto 10px;
  background:var(--card);
  border:1px solid var(--border);
  border-radius:var(--radius);
  box-shadow:var(--shadow);
  padding:28px;
}

.auth-title {
  margin:0 0 8px;
  font-size:18px;
  font-weight:780;
}

.auth-sub {
  margin:0 0 16px;
  color:var(--muted);
  font-size:13.5px;
  line-height:1.45;
}

.auth-fields {
  display:grid;
  gap:12px;
  margin:14px 0 14px;
}

.auth-fields label {
  display:block;
  font-size:11px;
  font-weight:750;
  letter-spacing:.06em;
  text-transform:uppercase;
  color:var(--muted);
  margin:0 0 6px 2px;
}

.auth-fields input {
  width:100%;
  height:42px;
  padding:10px 12px;
  border-radius:12px;
  border:1px solid var(--border);
  background:#fff;
  color:var(--text);
  outline:none;
  box-shadow:0 1px 0 rgba(15,23,42,.04);
}

.auth-fields input:focus {
  border-color:color-mix(in srgb, var(--accent) 65%, #ffffff);
  box-shadow:0 0 0 4px color-mix(in srgb, var(--accent) 18%, transparent);
}

.auth-actions {
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  align-items:center;
  margin-top:10px;
}

.auth-actions .shc-btn {
  height:40px;
}

.auth-links {
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  margin-top:12px;
  font-size:13px;
  color:var(--muted);
}

.auth-links a {
  color:var(--doc-link);
  text-decoration:underline;
  text-underline-offset:3px;
}

.auth-note {
  margin-top:14px;
  padding:12px 14px;
  border-radius:14px;
  border:1px solid var(--border);
  background:#f8fafc;
  color:var(--muted);
  font-size:12.5px;
  line-height:1.45;
}

.auth-meta {
  display:flex;
  align-items:center;
  gap:10px;
  justify-content:flex-end;
}

.lock-badge {
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:6px 10px;
  border-radius:999px;
  border:1px solid var(--border);
  background:#fff;
  font-size:12.5px;
  font-weight:650;
  color:var(--muted);
  white-space:nowrap;
}

.lock-badge svg {
  width:16px;
  height:16px;
  color:#9aa4b2;
}

.demo-hint {
  margin-top:12px;
  padding:12px 14px;
  border-radius:14px;
  background:#ecfdf5;
  border:1px solid #bbf7d0;
  color:#047857;
  font-size:13.5px;
}

.demo-hint code {
  background:#d1fae5;
  padding:2px 6px;
  border-radius:6px;
  font-weight:650;
}

#sunshine-association-form {
  background: #ffffff;
  padding: 24px;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
}

#sunshine-association-form h3,
#sunshine-association-form h4 {
  margin-bottom: 14px;
  font-weight: 600;
}

.sunshine-field {
  margin-bottom: 16px;
}

.sunshine-field label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px;
}

.sunshine-field input[type="text"],
.sunshine-field input[type="email"],
.sunshine-field input[type="url"],
.sunshine-field input[type="color"],
.sunshine-field input[type="file"] {
  width: 100%;
  padding: 10px 12px;
  border-radius: 6px;
  border: 1px solid #d1d5db;
  font-size: 14px;
}

#sunshine-add-document {
  margin: 10px 0 20px;
  border: 1px dashed #9ca3af;
  padding: 8px 12px;
  border-radius: 6px;
  cursor: pointer;
}

#sunshine-add-document:hover {
  background: #f9fafb;
}

.sunshine-actions {
  margin-top: 20px;
}

.sunshine-actions button {
  background: #0f172a;
  color: #ffffff;
  border: none;
  padding: 10px 18px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.sunshine-actions button:hover {
  opacity: 0.9;
}

.sunshine-add-doc-guide {
  margin:18px 0 0;color:#64748b;font-size:13px;
}

body .sunshine-add-doc-guide a {
  font-size:inherit;
}

.sunshine-doc-row {
  margin-bottom: 20px !important;display: block;
}

.sunshine-doc-row input {
  margin-bottom: 0px;
}

.sunshine-doc-row select {
  width: calc(100% - 67%);
  display: inline-block;
  margin: 10px 0 10px 0;
}

.sunshine-dropzone {
  width: 100%;
  display: block;
}

.sunshine-dropzone span {
  display: inline-block;
  font-size: 12px;
  color: #333;
  padding: 0 0 0 10px;
  font-weight: bold;
}

.sunshine-doc-row input[type="text"]::placeholder {
  color: #000;
}

.sunshine-remove-doc {
  display: block;
  clear: both;
  width: 24px;
  font-size: 22px;
  padding: 0 !important;
  height: 24px;
  margin-top: 0;
  top: -15px;
  right: -10px;
  box-shadow: none;
  line-height: 25px;
  text-align: center;
  background: #000;
  position: absolute;
  border-radius: 100%;
  color: #fff;
}

.sunshine-doc-row input[type="text"]:focus, .sunshine-doc-row input[type="text"]:hover {
  outline: none;
  border-color: #1e88e5;
  border: 1px solid #1e88e5;
}

.document-holder .sunshine-doc-row {
  position: relative;
  margin-bottom: 30px !important;
  box-shadow: 0 6px 18px rgba(15, 23, 42, .05);
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 20px;
  position: relative;
}

.sunshine-dropzone input[type="file"] {
  border: 1px dashed #ccc;
  padding: 10px;
  background: #f1f1f1;
  cursor: pointer;
}

.sunshine-doc-row input[type="file"] {
  display: block;
  width: 100%;
}

.document-holder h4 {
  background: #f1f1f1;
  padding: 10px 15px;
  border-left: 5px solid #ecc552;
  margin: 40px 0 30px 0 !important;
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#sunshine-association-form h3 {
  background: #f1f1f1;
  padding: 10px 15px;
  border-left: 5px solid #ecc552;
  margin: 0 0 30px 0 !important;
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.sunshine-remove-doc:hover {
  background: #1e88e5;
  color: #fff;
}

.sunshine-field input[type="file"] {
  border: 1px dashed #ccc;
  padding: 10px;
  background: #f1f1f1;
  cursor: pointer;
  border-radius: 0;
}

.document-holder p.sunshine-help {
  padding: 5px 0 0 10px;
  font-weight: bold;
  font-size: 12px;
}

.document-holder button.sunshine-submit {
  background: #ecc552;
  border-radius: 30px;
  font-weight: bold;
  color: #000;
}

.document-holder #sunshine-add-document {
  border-radius: 30px;
  font-weight: bold;
  background: #1e88e5;
  border: none;
  padding: 8px 20px;
}

.document-holder #sunshine-add-document:hover {
  background-color: #045cb4d4;
}

.doc-cards .doc-bullets li a.sunshine-request-removal {
  display: block;
  margin-top: 0;
  font-size: 14px;
  font-weight: 600;
  color: red;
}

.doc-bullets li.sunshine-doc-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sunshine-field p.sunshine-help {
  font-weight: bold;
  font-size: 12px;
  padding: 5px 0 0 10px;
}

.document-holder .sunshine-doc-row input[type="text"], .document-holder .sunshine-doc-row input[type="url"] {
  height: auto;
  padding: 6px 10px;
  border: 1px solid #ccc;
}

.status.up_to_date, .status.in_progress {
  background: rgba(50,140,113,0.1);
  padding: 5px 15px 5px 35px;
  color: #328c71;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 0 20px;
  line-height: 24px;
  display: inline-block;
  border-radius: 20px;
  position: relative;
}

.status.up_to_date:after, .status.in_progress:after {
  content: "";
  background: #328c71;
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  top: 13px;
  left: 18px;
  border-radius: 100%;
}
.status.in_progress:after{
    background: #1e88e5;
}

.status.in_progress:after {
  background-color: #1e88e5;
}

.status.in_progress {
  background: rgba(30, 136, 229, 0.2);
  color: #1e88e5;
}

.maintained {
  display: flex;
  align-items: center;
  gap: 5px;
    font-size: 15px;
}
 
.auth-links a {
    color: var(--doc-link) !important;
    text-decoration: underline !important;
    text-underline-offset: 3px !important;
} 
.auth-links a {
    font-size: 13px !important;
}
.maintained-text a {
    font-size: 15px !important;
}

.chevron::before {
    left: 0;
    transform: rotate(45deg);
}
.doc-cards .chevron::before, 
.doc-cards .chevron::after {
    content: "";
    position: absolute;
    top: 5px;
    transform: rotate(90deg);
    height: 2px;
    background: #a7afa6;
    border-radius: 2px;
}
.doc-card-title.expanded span.chevron:after {
    background: #a7afa6;
}
.doc-card-title.expanded span.chevron:before {
    background: none;
}
.doc-cards .chevron::after {
    right: 13px;
    transform: none;
    width: 15px;
}
.doc-cards .chevron {
    display: inline-block;
    position: absolute;
    right: 8px;
    cursor: pointer;
      top: 18px;
    transform: none !important;
}
.doc-card{
    position: relative;
}
.page-id-51 .maintained {
    justify-content: center;
}

.page-id-51 .brand {
    justify-content: center;
    text-align: left;
}
.doc-card-title.expanded span.chevron {
    transform: none !important;
}
@media (max-width: 1024px) {
    .shc-filter-panel .controls {
    display: block;
}
.shc-filter-panel .controls .control {
    margin-bottom: 10px;
}
  .page-header {
    display: block;
  }

  .brand {
    width: 100%;
    justify-content: center;
  }

  .maintained {
    justify-content: center;
    margin: 20px 0 0 0;
    text-align: center;
  }

  .auth-meta {
    justify-content: center;
  }

  .status.up_to_date {
    margin: 10px 0 0 0;
  }

  .shc-requirements-link button
Specificity: (0,1,1) {
    margin: 0 10px 0 0;
  }

  .sunshine-doc-row select {
    width: 100%;
    display: block;
  }

  #sunshine-association-form h3, .document-holder h4 {
    font-size: 18px;
    letter-spacing: 0;
  }

  #sunshine-add-document, .document-holder button.sunshine-submit {
    padding: 5px 20px;
    font-size: 14px;
    line-height: 30px;
  }

  .document-holder .sunshine-doc-row {
    margin-bottom: 20px !important;
  }
}
