html, body {
  height: var(--shell-viewport-height, 100vh);
  max-height: var(--shell-viewport-height, 100vh);
  margin: 0;
  padding: 0;
  background: #f1f1f1;
  overflow: hidden;
}
:root {
  --shell-header-height: 50px;
  --shell-bottom-safe-gap: 8px;
  --app-vh: 100vh;
  --shell-viewport-height: var(--app-vh);
}
@supports (height: 100dvh) {
  :root {
    --shell-viewport-height: 100dvh;
  }
}
* {
  font-family: 'Aptos', 'Segoe UI', sans-serif;
}
body {
  background: #ffffff;
  color: #143126;
}
header {
  background: #ffffff;
  color: #1c3329;
  padding: 0 18px;
  height: var(--shell-header-height);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  position: relative;
  box-shadow: 0 1px 8px rgba(20, 49, 38, 0.10);
  justify-content: space-between;
  gap: 12px;
}
.header-left,
.header-right {
  display: flex;
  align-items: center;
  gap: 14px;
  position: relative;
  z-index: 120;
  flex: 0 0 auto;
}
.launch-header-tabs {
  display: none;
  align-items: center;
  gap: 18px;
  height: var(--shell-header-height);
  min-width: 0;
}
body:not(.gridion-login-active):not(.gridion-session-active) .launch-header-tabs {
  display: inline-flex;
}
body.gridion-login-active .launch-header-tabs,
body.gridion-session-active .launch-header-tabs {
  display: none !important;
}
.doe-logo {
  display: none;
}
.leaf-logo-mark {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #0a8a4d;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-shadow: 0 1px 5px rgba(0, 75, 49, 0.16);
}
.leaf-logo {
  display: block;
  height: 28px;
  width: 28px;
  max-width: 28px;
  width: auto;
  border-radius: 50%;
  object-fit: contain;
}
.ornl-logo {
  display: none;
  height: 40px;
  width: auto;
  object-fit: contain;
}
header h1 {
  display: none;
}
header h1,
header a,
header span {
  color: inherit;
}
body.gridion-login-active header h1.gridion-home-title {
  visibility: hidden;
}
body.gridion-login-active .doe-logo,
body.gridion-login-active .leaf-logo-mark {
  display: none;
}
body.gridion-login-active header {
  display: none;
  background: #ffffff;
  color: #0a6b43;
  height: 58px;
  padding: 10px 22px;
  box-shadow: 0 1px 8px rgba(20, 49, 38, 0.12);
}
body.gridion-login-active .ornl-logo {
  display: none;
}
body.gridion-login-active .profile-menu {
  display: none;
}
body.gridion-login-active .profile-menu-btn {
  min-width: 30px;
  min-height: 30px;
  padding: 0;
  border: 0;
  background: transparent;
  backdrop-filter: none;
}
body.gridion-login-active .profile-avatar {
  width: 22px;
  height: 22px;
  font-size: 12px;
  color: #ffffff;
  background: #0b6f42;
}
body.gridion-login-active .profile-caret,
body.gridion-login-active #sessionHomeTab,
body.gridion-login-active .tab-bar {
  display: none !important;
}
body.gridion-login-active #app {
  display: none !important;
}
.header-right {
  gap: 16px;
  margin-left: auto;
  justify-content: flex-end;
}
.session-controls {
  display: flex;
  align-items: center;
  gap: 10px;
}
.session-controls[hidden] {
  display: none;
}
.session-action-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(8px);
  cursor: pointer;
  min-width: 108px;
}
.session-action-btn:hover {
  background: rgba(255, 255, 255, 0.25);
}
.menu-item {
  position: relative;
}
.menu-btn {
  background: none;
  border: none;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  padding: 8px 10px;
}
.menu-btn:hover {
  color: #fff;
}
.submenu {
  display: none;
  position: absolute;
  top: 38px;
  left: 0;
  background: #ffffff;
  color: #2c3e50;
  border-radius: 6px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  flex-direction: column;
  min-width: 160px;
  z-index: 1000;
}
.submenu a {
  text-decoration: none;
  color: #2c3e50;
  padding: 8px 14px;
  display: block;
}
.submenu a:hover {
  background: #00662C;
  color: #fff;
}
.submenu a[hidden] {
  display: none !important;
}
.profile-menu {
  position: relative;
}
.profile-menu-btn {
  min-height: 38px;
  min-width: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  border: 0;
  border-radius: 999px;
  padding: 0;
  background: #0a7f48;
  color: #ffffff;
  box-shadow: 0 10px 24px rgba(5, 70, 37, 0.18);
  backdrop-filter: none;
}
.profile-menu-btn:hover,
.menu-item.active .profile-menu-btn {
  background: #00662c;
}

.profile-menu-btn::after {
  content: attr(data-tooltip);
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%) translateY(-2px);
  padding: 5px 8px;
  border-radius: 6px;
  background: rgba(12, 35, 23, 0.94);
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  opacity: 0;
  pointer-events: none;
  transition: opacity 120ms ease, transform 120ms ease;
  white-space: nowrap;
  z-index: 5000;
}
.profile-menu-btn:hover::after,
.profile-menu-btn:focus-visible::after {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
.menu-item.active .profile-menu-btn::after {
  opacity: 0;
}
.profile-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
}
.profile-user-icon {
  width: 21px;
  height: 21px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.profile-caret {
  display: none;
}
.profile-submenu {
  top: 48px;
  right: 0;
  left: auto;
  min-width: 260px;
  overflow: hidden;
}

.profile-submenu-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-bottom: 1px solid #e4ebe7;
  background: #f7faf8;
}
.profile-submenu-avatar {
  width: 36px;
  height: 36px;
  background: #00662C;
  color: #FFFFFF;
  flex: 0 0 36px;
}
.profile-submenu-identity {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.profile-name {
  color: #143126;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.profile-affiliation {
  color: #5e7168;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.profile-menu-divider {
  height: 1px;
  margin: 4px 0;
  background: #e4ebe7;
}
.profile-submenu .session-controls {
  width: 100%;
  padding: 0;
  gap: 0;
}
.profile-submenu .session-controls[hidden] {
  display: none !important;
}
.profile-submenu .session-action-btn {
  width: 100%;
  min-width: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  justify-content: flex-start;
  padding: 8px 14px;
  color: #2c3e50;
  background: #ffffff;
  backdrop-filter: none;
  font-size: 14px;
  font-weight: 600;
}
.profile-submenu .session-action-btn:hover {
  background: #00662C;
  color: #ffffff;
}
.menu-item.active .submenu {
  display: flex;
}
body.help-overlay-open {
  overflow: hidden;
}
.help-overlay {
  position: fixed;
  inset: 0;
  background: rgba(7, 19, 25, 0.52);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  z-index: 4200;
}
.help-overlay[hidden] {
  display: none;
}
.help-overlay-panel {
  width: min(1220px, 97vw);
  height: min(90vh, 980px);
  border-radius: 14px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #d5e2da;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.34);
  display: flex;
  flex-direction: column;
}
.help-overlay-header {
  background: linear-gradient(90deg, #00662c 0%, #0b7a3f 100%);
  color: #ffffff;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.help-overlay-header h2 {
  margin: 0;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.01em;
}
.help-overlay-actions {
  display: flex;
  align-items: center;
  gap: 6px;
}
.help-overlay-btn,
.help-overlay-close {
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
  border-radius: 8px;
  cursor: pointer;
}
.help-overlay-btn {
  padding: 7px 12px;
  font-size: 12px;
  font-weight: 700;
}
.help-overlay-close {
  width: 34px;
  height: 34px;
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
}
.help-overlay-btn:hover,
.help-overlay-close:hover {
  background: rgba(255, 255, 255, 0.28);
}
.help-overlay-panel iframe {
  flex: 1;
  width: 100%;
  border: none;
  background: #ffffff;
}
#app {
  display: block;
  height: calc(var(--shell-viewport-height, 100vh) - var(--shell-header-height) - var(--shell-bottom-safe-gap));
  min-height: calc(var(--shell-viewport-height, 100vh) - var(--shell-header-height) - var(--shell-bottom-safe-gap));
  padding: 0;
  box-sizing: border-box;
  position: relative;
}
.right-col {
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 0;
  min-width: 0;
  background: #FFFFFF;
  position: relative;
}
.tab-bar {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.session-home-tab,
.tab {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #a7c8c5;
  color: #2c3e50;
  border-radius: 10px 10px 0 0;
  padding: 4px 12px;
  min-height: 52px;
  font-weight: 500;
  font-size: 14px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  border: 2px solid rgba(10, 10, 10, 0.25);
  white-space: nowrap;
  box-sizing: border-box;
  flex: 0 0 auto;
}
.gridion-session-active .tab-bar {
  position: fixed;
  top: 0;
  left: 68px;
  right: 76px;
  z-index: 35;
  height: var(--shell-header-height);
  overflow: visible;
  background: transparent;
}
.gridion-session-active .session-home-tab,
.gridion-session-active .tab {
  min-height: var(--shell-header-height);
  height: var(--shell-header-height);
  padding: 0 5px;
  gap: 7px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #68736e;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}
.gridion-session-active .session-home-tab:hover,
.gridion-session-active .tab:hover {
  background: transparent;
  color: #0a7f48;
}
.gridion-session-active .tab.active {
  background: transparent;
  color: #0a8a4d;
  border-bottom: 2px solid #0a8a4d;
  box-shadow: none;
}
.gridion-session-active .session-home-tab-icon,
.gridion-session-active .session-home-tab-icon svg {
  width: 17px;
  height: 17px;
}
.launch-header-tabs .session-home-tab {
  min-height: var(--shell-header-height);
  height: var(--shell-header-height);
  padding: 0 5px;
  gap: 7px;
  border: 0;
  border-radius: 0;
  border-bottom: 2px solid #0a8a4d;
  background: transparent;
  box-shadow: none;
  color: #0a8a4d;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}
.launch-header-tabs .session-home-tab:hover {
  background: transparent;
  color: #0a7f48;
}
.launch-header-tabs .session-home-tab-icon,
.launch-header-tabs .session-home-tab-icon svg {
  width: 17px;
  height: 17px;
}
.shell-add-tab-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border: 0;
  border-radius: 4px;
  padding: 0;
  background: #54605a;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
  flex: 0 0 auto;
}
.shell-add-tab-btn:hover,
.menu-item.active .shell-add-tab-btn {
  background: #0a7f48;
}
.shell-add-tab-btn[hidden] {
  display: none !important;
}
.shell-options-menu[hidden] {
  display: none !important;
}
.gridion-session-active .shell-add-tab-btn {
  margin-left: -8px;
}
.launch-header-tabs .shell-add-tab-btn {
  margin-left: -8px;
}
.shell-options-menu {
  position: relative;
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}
.shell-options-submenu {
  top: calc(100% + 8px);
  left: -8px;
  min-width: 178px;
  overflow: hidden;
}
.shell-options-submenu a {
  position: relative;
  z-index: 1;
  font-size: 14px;
  font-weight: 600;
}
.session-home-tab[hidden] {
  display: none !important;
}
.session-home-tab:hover {
  background: #96bab6;
}
.session-home-tab-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
}
.session-home-tab-icon svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  stroke-width: 1.9;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.tab.active {
  background: #00662C;
  color: #FFFFFF;
  border-bottom: 2px solid rgba(10, 10, 10, 0.25);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}
.tab-title {
  line-height: 1.1;
}
.tab.tab-has-progress {
  padding: 4px 12px;
  gap: 10px;
}
.tab-progress {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.tab-progress[hidden] {
  display: none;
}
.tab-progress-ring {
  --tab-progress: 0%;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: conic-gradient(#1f9d57 var(--tab-progress), rgba(23, 55, 42, 0.18) 0);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.tab-progress-ring::after {
  content: '';
  position: absolute;
  inset: 5px;
  border-radius: 999px;
  background: #dce9e6;
}
.tab.active .tab-progress-ring::after {
  background: #005326;
}
.tab-progress-value {
  position: relative;
  z-index: 1;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.01em;
  color: #17372a;
  line-height: 1;
}
.tab.active .tab-progress-value {
  color: #ffffff;
}
.tab .close-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: transparent;
  border: none;
  cursor: pointer;
  font-weight: 900;
  color: #FFFFFF;
}
.gridion-session-active .tab .close-btn {
  color: #5e6a65;
}
.tab .close-btn:hover {
  color: #d22323;
}
.tab-contents {
  flex: 1;
  background: linear-gradient(180deg, #e6eaee 0%, #d6dce1 100%);
  border-radius: 0 10px 10px 10px;
  padding: 8px 8px calc(8px + var(--shell-bottom-safe-gap));
  overflow: auto;
  color: #2c3e50;
  box-sizing: border-box;
}
.gridion-session-active .tab-contents {
  background: #ffffff;
  border-radius: 0;
  padding: 0 0 var(--shell-bottom-safe-gap);
}
.tab-pane {
  display: none;
  height: 100%;
  width: 100%;
}
.tab-pane.active {
  display: block;
  height: 100%;
}
iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.launch-screen {
  min-height: calc(var(--shell-viewport-height, 100vh) - var(--shell-header-height) - var(--shell-bottom-safe-gap));
  height: calc(var(--shell-viewport-height, 100vh) - var(--shell-header-height) - var(--shell-bottom-safe-gap));
  padding: 28px 24px 36px;
  box-sizing: border-box;
  display: none;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #ffffff;
}
.launch-screen.active {
  display: flex;
}
.launch-screen > [hidden] {
  display: none !important;
}
.launch-screen.launch-screen-home {
  align-items: flex-start;
}
.launch-screen.launch-screen-login {
  position: relative;
  align-items: center;
  isolation: isolate;
  padding: 0;
}
body.gridion-login-active .launch-screen.launch-screen-login {
  min-height: var(--shell-viewport-height, 100vh);
  height: var(--shell-viewport-height, 100vh);
}
.launch-screen.launch-screen-login::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: -6px;
  left: 0;
  width: 70%;
  background:
    linear-gradient(90deg, rgba(7, 42, 28, 0.32) 0%, rgba(7, 42, 28, 0.14) 52%, rgba(7, 42, 28, 0) 100%),
    linear-gradient(180deg, rgba(5, 34, 22, 0.24) 0%, rgba(5, 34, 22, 0.06) 100%),
    var(--login-wallpaper) no-repeat center center / cover;
  z-index: 0;
}
.login-shell {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(320px, 3fr);
  gap: 0;
  align-items: stretch;
  position: relative;
  z-index: 1;
  padding: 0;
  box-sizing: border-box;
}
.login-visual-panel {
  min-height: 0;
  position: relative;
}
.login-visual-copy {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 30px 48px 24px 58px;
  color: #ffffff;
}
.login-visual-title-block {
  display: flex;
  align-items: center;
}
.login-visual-copy h2 {
  margin: 0;
  max-width: 600px;
  font-size: clamp(36px, 4.3vw, 66px);
  line-height: 1.04;
  font-weight: 900;
  color: #ffffff;
  text-wrap: balance;
  text-shadow: 0 10px 24px rgba(0, 0, 0, 0.32);
}
.login-visual-copy h2 span {
  display: block;
}
.login-visual-funder-label {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: #4f685c;
}
.login-visual-doe {
  width: min(150px, 100%);
  height: 54px;
  object-fit: contain;
  object-position: center;
  display: block;
}
.login-panel {
  width: 100%;
  padding: 0 48px;
  color: #10271d;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  background: #ffffff;
}
.login-panel-inner {
  width: min(100%, 360px);
  height: 100%;
  min-height: 0;
  padding: clamp(62px, 13vh, 118px) 0 34px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 22px;
}
.login-form {
  display: grid;
  gap: 12px;
  width: 100%;
}
.login-form-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  min-width: 0;
}
.login-field {
  display: grid;
  gap: 8px;
  min-width: 0;
}
.login-field-full {
  grid-column: 1 / -1;
  width: min(100%, 480px);
  justify-self: center;
}
.login-field span {
  font-size: 12px;
  font-weight: 800;
  color: #4f665d;
}
.login-field input {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  border-radius: 5px;
  border: 2px solid #0f8a53;
  padding: 10px 11px;
  font: inherit;
  color: #163526;
  background: #ffffff;
  box-shadow: none;
}
.login-actions {
  display: flex;
  justify-content: flex-end;
}
.login-submit-btn {
  border: 1px solid #0b7a49;
  border-radius: 5px;
  padding: 10px 18px;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
  color: #ffffff;
  background: #0b7a49;
  box-shadow: none;
}
.login-status {
  margin: 0;
  min-height: 20px;
  color: #183b2c;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}
.login-status.error {
  color: #ae2f2f;
}
.login-help-copy {
  margin: 0;
  font-size: 12px;
  line-height: 1.4;
  text-align: left;
  color: #0b7a49;
  font-weight: 800;
}
.login-register-copy {
  margin: 6px 0 0;
  padding-top: 18px;
  border-top: 1px solid #d8e0dc;
  color: #6b7772;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}
.login-register-copy a {
  color: #0b7a49;
  font-weight: 800;
  text-decoration: none;
}
.login-register-copy a:hover {
  text-decoration: underline;
}
.login-panel-funder {
  display: grid;
  justify-items: center;
  align-self: end;
  gap: 8px;
  width: 100%;
}
.launch-shell {
  width: min(1360px, 100%);
  display: flex;
  flex-direction: column;
  gap: 16px;
  transform-origin: top center;
}
.launch-hero {
  text-align: center;
}
.launch-hero h2 {
  margin: 0;
  font-size: clamp(34px, 5vw, 56px);
  font-weight: 800;
  line-height: 1.05;
  white-space: nowrap;
  color: #143126;
}
.launch-hero p {
  margin: 14px auto 0;
  max-width: 780px;
  font-size: 18px;
  color: #406152;
}
.launch-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 54px;
}
.launch-card {
  border: none;
  text-align: left;
  border-radius: 28px;
  padding: 20px 18px;
  color: #17352a;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(239, 248, 242, 0.92) 100%);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.launch-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.22);
}
.launch-card-icon {
  width: 84px;
  height: 84px;
  border-radius: 22px;
  display: block;
  margin-bottom: 12px;
  object-fit: cover;
  overflow: hidden;
  border: 2px solid #000000;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
  object-position: center;
  flex: 0 0 84px;
}
.launch-card-title {
  margin: 0;
  font-size: 30px;
  font-weight: 800;
  color: #143126;
  text-align: center;
}
.launch-card-copy {
  margin: 8px 0 10px;
  min-height: 74px;
  font-size: 15px;
  line-height: 1.4;
  color: #305447;
  text-align: center;
  align-self: stretch;
}
.launch-card-help {
  align-self: stretch;
  margin: auto 0 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.launch-card-help-ribbon {
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 8px 12px;
  border-radius: 10px;
  background: linear-gradient(90deg, #0b7a3f 0%, #11824a 100%);
  color: #ffffff;
  font-weight: 800;
  font-size: 14px;
  line-height: 1.2;
  text-transform: none;
  letter-spacing: 0.01em;
  box-shadow: 0 4px 12px rgba(7, 66, 37, 0.26);
  border: 1px solid rgba(8, 69, 39, 0.35);
  cursor: pointer;
  user-select: none;
}
.launch-card-help-ribbon::after {
  content: '\25BE';
  font-size: 14px;
  line-height: 1;
}
.launch-card-help-ribbon[aria-expanded='true']::after {
  content: '\25B4';
}
.launch-card-help-ribbon:focus-visible {
  outline: 3px solid rgba(0, 102, 44, 0.28);
  outline-offset: 1px;
}
.launch-card-artifacts {
  align-self: stretch;
  padding: 10px 12px;
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(18, 108, 74, 0.08) 0%, rgba(130, 197, 166, 0.14) 100%);
  border: 1px solid rgba(16, 86, 60, 0.12);
  color: #21483b;
}
.launch-card-artifacts p {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
  text-align: left;
}
.launch-card-artifacts p + p {
  margin-top: 8px;
}
.launch-card-list {
  margin: 0 0 10px;
  padding-left: 20px;
  min-height: 118px;
  color: #305447;
  font-size: 15px;
  line-height: 1.4;
  align-self: stretch;
}
.launch-card-list li + li {
  margin-top: 4px;
}
.launch-card-dual-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 18px;
}
.launch-card-dual-icons .launch-card-icon {
  margin-bottom: 0;
}
.launch-card-icon-plus {
  font-size: 42px;
  font-weight: 800;
  line-height: 1;
  color: #0f5f40;
  flex: 0 0 auto;
}
.app-shell-hidden {
  display: none !important;
}
@media (max-width: 1400px) {
  .launch-hero h2 {
    white-space: normal;
  }
}
@media (max-width: 1100px) {
  .launch-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 820px) {
  .launch-screen.launch-screen-login::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    width: 100%;
    height: 240px;
  }
  .login-shell {
    grid-template-columns: 1fr;
    gap: 18px;
    align-items: center;
    padding: 28px 24px 30px;
  }
  .login-form-grid {
    grid-template-columns: 1fr;
  }
  .login-visual-panel {
    min-height: 240px;
  }
  .login-visual-copy {
    padding: 20px 12px 16px;
  }
  .login-visual-title-block {
    align-items: flex-end;
  }
  .login-visual-doe {
    width: min(160px, 40%);
    height: 50px;
  }
  .login-panel {
    padding: 0;
    justify-content: center;
  }
  .login-panel-inner {
    min-height: auto;
  }
  .login-panel-funder {
    justify-items: center;
    align-self: start;
  }
}
@media (max-width: 700px) {
  .login-visual-panel {
    min-height: 220px;
  }
  .login-visual-copy {
    padding: 18px 18px 20px;
  }
  .launch-card-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 900px) {
  #app {
    padding-right: 0;
  }
}
@media (max-width: 860px) {
  header {
    height: auto;
    padding: 14px 16px;
  }
  header h1 {
    font-size: 28px;
  }
  .header-right {
    justify-content: flex-end;
  }
}
