*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

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

html {
  background-color: #ffffff;
}

body {
  font-family: "SUSE Mono", "SFMono-Regular", Consolas, monospace;
  font-weight: 400;
  line-height: 1.5;
  color: #152426;
  background-color: #ffffff;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color 180ms ease;
}

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

main,
.site-shell {
  width: min(100% - 48px, 1152px);
  margin-inline: auto;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.sea-manager__nav button,
.sea-manager__nav a, .sea-manager__button,
.sea-manager__card-button, .sea-manager__queue-strip, .sea-manager__job-media .sea-manager__job-media-button, .sea-manager__lightbox > button, .sea-manager__privacy-editor-toolbar button,
.sea-manager__privacy-editor-variables button, .sea-manager__dialog-heading > button, .sea-hostess__close, .sea-hostess__cta, .sea-hostess__camera-switch, .sea-hostess__secondary-action,
.sea-hostess__fallback, .sea-auth__submit {
  appearance: none;
  border: 0;
  background: transparent;
  border-radius: 0;
  padding: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
}

.site-header {
  position: relative;
  z-index: 20;
  padding-block: 16px;
  border-bottom: 1px solid rgba(21, 36, 38, 0.14);
  background-color: #ffffff;
}

.site-header__inner {
  width: min(100% - 48px, 1152px);
  margin-inline: auto;
}

.site-footer {
  padding-block: 32px;
  border-top: 1px solid rgba(21, 36, 38, 0.14);
  background-color: #eef2f2;
  color: rgba(21, 36, 38, 0.72);
}

.site-footer__inner {
  width: min(100% - 48px, 1152px);
  margin-inline: auto;
}

.button,
button,
input[type=button],
input[type=submit] {
  appearance: none;
  border: 0;
  background: transparent;
  border-radius: 0;
  padding: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 2.75rem;
  padding-inline: 16px;
  border-radius: 8px;
  background-color: #255b67;
  color: #ffffff;
  transition: background-color 180ms ease, opacity 180ms ease;
}

.button:hover,
button:hover,
input[type=button]:hover,
input[type=submit]:hover {
  opacity: 0.92;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=search],
input[type=password],
textarea,
select {
  width: 100%;
  min-height: 2.75rem;
  padding: 0.75rem 1rem;
  border: 1px solid rgba(21, 36, 38, 0.14);
  border-radius: 4px;
  background-color: #ffffff;
  color: #152426;
}

textarea {
  min-height: 8rem;
  resize: vertical;
}

body.et_divi_theme #main-content > .container {
  width: 100%;
  max-width: none;
}
body.et_divi_theme > #page-container > * {
  width: 100%;
}
body.et_divi_theme > #page-container {
  box-shadow: none;
}
body.et_divi_theme > #page-container > * {
  width: 100%;
}
body.et_divi_theme > #page-container > #et-main-area > #main-content > article > div.entry-content div.et-l > div.et_builder_inner_content .et_pb_row {
  width: 100%;
  padding: 0;
  max-width: calc(min(100vw, 1440px) - 20px * 2);
}
@media (min-width: 576px) {
  body.et_divi_theme > #page-container > #et-main-area > #main-content > article > div.entry-content div.et-l > div.et_builder_inner_content .et_pb_row {
    max-width: calc(min(100vw, 1440px) - 20px * 2);
  }
}
@media (min-width: 768px) {
  body.et_divi_theme > #page-container > #et-main-area > #main-content > article > div.entry-content div.et-l > div.et_builder_inner_content .et_pb_row {
    max-width: calc(min(100vw, 1440px) - 20px * 2);
  }
}
@media (min-width: 992px) {
  body.et_divi_theme > #page-container > #et-main-area > #main-content > article > div.entry-content div.et-l > div.et_builder_inner_content .et_pb_row {
    max-width: calc(min(100vw, 1440px) - 56px * 2);
  }
}
@media (min-width: 1200px) {
  body.et_divi_theme > #page-container > #et-main-area > #main-content > article > div.entry-content div.et-l > div.et_builder_inner_content .et_pb_row {
    max-width: calc(min(100vw, 1440px) - 56px * 2);
  }
}
@media (min-width: 1400px) {
  body.et_divi_theme > #page-container > #et-main-area > #main-content > article > div.entry-content div.et-l > div.et_builder_inner_content .et_pb_row {
    max-width: calc(min(100vw, 1440px) - 56px * 2);
  }
}
body.et_divi_theme > #page-container > #et-main-area > #main-content > article > div.entry-content div.et-l > div.et_builder_inner_content .et_pb_row {
  margin-left: 20px !important;
  margin-right: 20px !important;
}
@media (min-width: 576px) {
  body.et_divi_theme > #page-container > #et-main-area > #main-content > article > div.entry-content div.et-l > div.et_builder_inner_content .et_pb_row {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
}
@media (min-width: 768px) {
  body.et_divi_theme > #page-container > #et-main-area > #main-content > article > div.entry-content div.et-l > div.et_builder_inner_content .et_pb_row {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
}
@media (min-width: 992px) {
  body.et_divi_theme > #page-container > #et-main-area > #main-content > article > div.entry-content div.et-l > div.et_builder_inner_content .et_pb_row {
    margin-left: 56px !important;
    margin-right: 56px !important;
  }
}
@media (min-width: 1200px) {
  body.et_divi_theme > #page-container > #et-main-area > #main-content > article > div.entry-content div.et-l > div.et_builder_inner_content .et_pb_row {
    margin-left: 56px !important;
    margin-right: 56px !important;
  }
}
@media (min-width: 1400px) {
  body.et_divi_theme > #page-container > #et-main-area > #main-content > article > div.entry-content div.et-l > div.et_builder_inner_content .et_pb_row {
    margin-left: 56px !important;
    margin-right: 56px !important;
  }
}
body.et_divi_theme > #page-container > #et-main-area > #main-content > article > div.entry-content div.et-l > div.et_builder_inner_content > .et_pb_section {
  overflow: hidden;
  background-color: transparent;
}

body.et_divi_theme.no-sidebar #content-area,
body.et_divi_theme.no-sidebar #left-area {
  float: none;
  width: 100%;
  padding: 0;
}

.et_pb_row {
  width: min(100% - 48px, 1440px);
}

body.et_divi_theme .et_pb_section.section-full > .et_pb_row {
  width: 100%;
}
body.et_divi_theme .et_pb_section.space-y {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}
@media (min-width: 992px) {
  body.et_divi_theme .et_pb_section.space-y {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
}
body.et_divi_theme .et_pb_section.split-half > .et_pb_row > .et_pb_column {
  display: flex;
  flex-wrap: wrap;
}
body.et_divi_theme .et_pb_section.split-half > .et_pb_row > .et_pb_column > .et_pb_module {
  flex: 1 0 100%;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  body.et_divi_theme .et_pb_section.split-half > .et_pb_row > .et_pb_column > .et_pb_module {
    flex-basis: 50%;
  }
}

.sea-app {
  min-height: 70vh;
  padding: 48px 16px;
  background: #ffffff;
  color: #152426;
  font-family: "SUSE Mono", "SFMono-Regular", Consolas, monospace;
}

.sea-shell {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.sea-heading {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  margin-bottom: 32px;
}

.sea-heading h1 {
  margin: 0;
  font-family: "SUSE Mono", "SFMono-Regular", Consolas, monospace;
  color: #152426;
}

.sea-eyebrow {
  margin: 0 0 8px;
  color: #255b67;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.sea-surface {
  padding: 24px;
  border: 1px solid rgba(21, 36, 38, 0.14);
  border-radius: 16px;
  background: #eef2f2;
}

.sea-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.sea-form {
  display: grid;
  gap: 16px;
}

.sea-form label {
  display: grid;
  gap: 8px;
  font-weight: 600;
}

.sea-form input, .sea-form select {
  min-height: 46px;
  padding: 10px 12px;
  border: 1px solid rgba(21, 36, 38, 0.14);
  border-radius: 8px;
  background: #ffffff;
}

.sea-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 18px;
  border: 0;
  border-radius: 999px;
  background: #255b67;
  color: #ffffff;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
}

.sea-button--secondary {
  background: #ffffff;
  color: #152426;
  border: 1px solid rgba(21, 36, 38, 0.14);
}

.sea-button--danger {
  background: #a33b3b;
}

.sea-tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 24px;
}

.sea-tab-panel {
  display: none;
}

.sea-tab-panel.is-active {
  display: block;
}

.sea-job-board {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.sea-job {
  overflow: hidden;
  border: 1px solid rgba(21, 36, 38, 0.14);
  border-radius: 16px;
  background: #ffffff;
}

.sea-job img {
  width: 100%;
  aspect-ratio: 2/3;
  object-fit: cover;
}

.sea-job__body {
  padding: 16px;
}

.sea-job__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.sea-visitor {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(21, 36, 38, 0.14);
}

.sea-visitor span {
  display: block;
  color: rgba(21, 36, 38, 0.72);
}

.sea-feedback {
  min-height: 24px;
  color: #255b67;
}

.sea-error {
  color: #a33b3b;
}

.sea-projection {
  min-height: 100vh;
  display: grid;
  place-items: center;
  background: #071012;
}

.sea-projection img {
  max-width: 100vw;
  max-height: 100vh;
  object-fit: contain;
}

.sea-prompt-list {
  display: grid;
  gap: 12px;
}

.sea-prompt-row {
  display: grid;
  grid-template-columns: minmax(190px, 2fr) 88px 88px minmax(110px, auto) auto;
  gap: 16px;
  align-items: center;
  padding: 12px;
  border: 1px solid rgba(21, 36, 38, 0.14);
  border-radius: 8px;
  background: #ffffff;
}

.sea-prompt-row__identity {
  display: grid;
  gap: 4px;
}

.sea-prompt-row__identity span {
  color: rgba(21, 36, 38, 0.72);
  font-size: 14px;
}

.sea-prompt-row__preview {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  overflow: hidden;
  border-radius: 4px;
  background: #eef2f2;
  color: rgba(21, 36, 38, 0.72);
}

.sea-prompt-row__preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sea-prompt-row__toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
}

.sea-prompt-dialog {
  width: min(960px, 100% - 32px);
  max-height: calc(100vh - 32px);
  padding: 0;
  border: 0;
  border-radius: 16px;
  background: #ffffff;
  color: #152426;
  box-shadow: 0 24px 72px rgba(21, 36, 38, 0.16);
}

.sea-prompt-dialog::backdrop {
  background: rgba(7, 16, 18, 0.58);
}

.sea-prompt-dialog__form {
  display: grid;
  gap: 24px;
  padding: 32px;
}

.sea-prompt-dialog__form > label, .sea-prompt-dialog__grid label {
  display: grid;
  gap: 8px;
  font-weight: 600;
}

.sea-prompt-dialog__form input, .sea-prompt-dialog__form select, .sea-prompt-dialog__form textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid rgba(21, 36, 38, 0.14);
  border-radius: 8px;
  background: #ffffff;
  color: #152426;
  font: inherit;
}

.sea-prompt-dialog__form textarea {
  resize: vertical;
  font-family: "SUSE Mono", "SFMono-Regular", Consolas, monospace;
  line-height: 1.5;
}

.sea-prompt-dialog__grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 16px;
  align-items: end;
}

.sea-prompt-dialog__grid .sea-prompt-dialog__check {
  display: flex;
  flex-direction: row;
  align-items: center;
  min-height: 44px;
}

.sea-prompt-dialog__check input {
  width: auto;
}

.sea-prompt-test {
  display: grid;
  gap: 16px;
  padding: 24px;
  border-radius: 16px;
  background: #eef2f2;
}

.sea-prompt-test h3, .sea-prompt-test p {
  margin-top: 0;
}

.sea-prompt-previews {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.sea-prompt-previews figure {
  margin: 0;
}

.sea-prompt-previews figcaption {
  margin-bottom: 8px;
  font-weight: 700;
}

.sea-prompt-previews figure > div {
  display: grid;
  place-items: center;
  min-height: 220px;
  overflow: hidden;
  border: 1px dashed rgba(21, 36, 38, 0.14);
  border-radius: 8px;
  background: #ffffff;
  color: rgba(21, 36, 38, 0.72);
}

.sea-prompt-previews img {
  width: 100%;
  max-height: 360px;
  object-fit: contain;
}

.sea-prompt-test__diagnostics {
  min-height: 24px;
  color: #255b67;
  font-weight: 600;
}

.sea-prompt-dialog__actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}

@media (max-width: 767px) {
  .sea-heading {
    align-items: flex-start;
    flex-direction: column;
  }
  .sea-app {
    padding: 24px 16px;
  }
  .sea-tabs {
    overflow: auto;
  }
  .sea-visitor {
    align-items: flex-start;
    flex-direction: column;
  }
  .sea-prompt-row {
    grid-template-columns: 1fr 72px 72px;
  }
  .sea-prompt-row__toggle, .sea-prompt-row .sea-button {
    grid-column: 1/-1;
  }
  .sea-prompt-dialog__form {
    padding: 16px;
  }
  .sea-prompt-dialog__grid, .sea-prompt-previews {
    grid-template-columns: 1fr;
  }
  .sea-prompt-dialog__actions {
    align-items: stretch;
    flex-direction: column;
  }
}
.sea-auth {
  width: 100%;
  min-height: 100svh;
  background: #001d9d;
  color: #ffffff;
  font-family: "SUSE Mono", "SFMono-Regular", Consolas, monospace;
}
.sea-auth *,
.sea-auth *::before,
.sea-auth *::after {
  box-sizing: border-box;
}

.sea-auth__viewport {
  display: grid;
  grid-template-rows: auto auto 1fr;
  gap: clamp(22px, 3.5dvh, 40px);
  width: min(100%, 56.25dvh);
  min-height: 100svh;
  margin: 0 auto;
  padding: max(32px, 6dvh, env(safe-area-inset-top)) clamp(28px, 7.4%, 50px) max(24px, env(safe-area-inset-bottom));
  background: #001d9d;
}

.sea-auth__brand img {
  display: block;
  width: min(72%, 330px);
  height: auto;
  margin-left: -3.5%;
}

.sea-auth__identity {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 24px;
}

.sea-auth__question {
  display: block;
  width: min(100%, 280px);
  height: auto;
}

.sea-auth__arrow {
  width: clamp(45px, 10vw, 68px);
  height: auto;
}

.sea-auth__card {
  align-self: end;
  padding: clamp(24px, 4dvh, 42px);
  border: 1px solid rgba(255, 255, 255, 0.26);
  background: rgba(36, 71, 190, 0.76);
}

.sea-auth__eyebrow {
  margin: 0 0 6px;
  color: #ffed00;
  font-size: clamp(11px, 1.35dvh, 14px);
  font-weight: 700;
  letter-spacing: 0.08em;
}

.sea-auth__card h1 {
  margin: 0;
  color: #ffffff;
  font-family: inherit;
  font-size: clamp(28px, 4dvh, 42px);
  font-weight: 700;
  line-height: 1;
}

.sea-auth__intro {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(11px, 1.4dvh, 14px);
  line-height: 1.45;
}

.sea-auth__notice {
  margin-top: 18px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  color: #ffffff;
  font-size: 12px;
  line-height: 1.4;
}

.sea-auth__notice--error {
  border-color: #ffd2d2;
  background: rgba(118, 0, 0, 0.28);
}

.sea-auth__notice--success {
  border-color: #ffed00;
  background: rgba(255, 237, 0, 0.12);
}

.sea-auth__form {
  display: grid;
  gap: clamp(14px, 2dvh, 20px);
  margin-top: clamp(22px, 3dvh, 30px);
}

.sea-auth__field {
  display: grid;
  gap: 7px;
  color: #ffffff;
  font-size: clamp(10px, 1.25dvh, 13px);
  font-weight: 700;
}
.sea-auth__field input {
  width: 100%;
  min-height: clamp(44px, 5.4dvh, 54px);
  padding: 8px 13px;
  border: 2px solid transparent;
  border-radius: 0;
  background: #ffffff;
  color: #001d9d;
  font-family: inherit;
  font-size: 16px;
}
.sea-auth__field input:focus {
  border-color: #ffed00;
  outline: 0;
}

.sea-auth__remember {
  display: grid;
  grid-template-columns: 23px 1fr;
  align-items: center;
  gap: 11px;
  color: #ffffff;
  cursor: pointer;
  font-size: 10px;
}
.sea-auth__remember input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.sea-auth__remember > span {
  position: relative;
  width: 23px;
  height: 23px;
  border: 2px solid #ffffff;
  background: transparent;
}
.sea-auth__remember input:checked + span::after {
  position: absolute;
  inset: 4px;
  background: #ffed00;
  content: "";
}
.sea-auth__remember input:focus-visible + span {
  outline: 3px solid #ffed00;
  outline-offset: 3px;
}

.sea-auth__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: clamp(54px, 6.8dvh, 68px);
  margin-top: 4px;
  padding: 12px 24px;
  border-radius: 999px;
  background: #183dc6;
  color: #ffffff;
  font-family: inherit;
  font-size: clamp(16px, 2.1dvh, 21px);
  font-weight: 700;
}
.sea-auth__submit:hover, .sea-auth__submit:focus-visible {
  background: #244dd9;
}
.sea-auth__submit:focus-visible {
  outline: 3px solid #ffed00;
  outline-offset: 3px;
}

@media (max-height: 760px) {
  .sea-auth__viewport {
    gap: 18px;
    padding-top: 22px;
  }
  .sea-auth__identity {
    display: none;
  }
  .sea-auth__card {
    align-self: center;
  }
}
@media (min-width: 992px) {
  .sea-auth {
    display: grid;
    place-items: center;
    padding: clamp(40px, 6vw, 96px);
  }
  .sea-auth__viewport {
    grid-template-columns: minmax(320px, 0.8fr) minmax(460px, 1fr);
    grid-template-rows: auto auto;
    column-gap: clamp(64px, 8vw, 128px);
    row-gap: clamp(48px, 7vh, 80px);
    width: min(100%, 1180px);
    min-height: min(680px, 100svh - clamp(80px, 12vw, 192px));
    padding: 0;
  }
  .sea-auth__brand {
    align-self: end;
  }
  .sea-auth__brand img {
    width: min(100%, 390px);
    margin-left: 0;
  }
  .sea-auth__identity {
    display: grid;
    align-self: start;
    gap: clamp(28px, 4vw, 52px);
  }
  .sea-auth__question {
    width: min(100%, 340px);
  }
  .sea-auth__arrow {
    width: clamp(52px, 4.5vw, 70px);
  }
  .sea-auth__card {
    grid-column: 2;
    grid-row: 1/3;
    align-self: center;
    width: 100%;
    max-width: 580px;
    padding: clamp(36px, 4vw, 56px);
  }
}
@font-face {
  font-family: "SUSE Mono";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/SUSEMono-Latin.woff2") format("woff2");
}
body.sea-hostess-page {
  min-width: 320px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #001d9d;
}

body.sea-hostess-page #wpadminbar {
  position: fixed;
}

.sea-hostess {
  --sea-safe-top: max(32px, 6dvh, env(safe-area-inset-top));
  --sea-safe-bottom: max(18px, env(safe-area-inset-bottom));
  width: 100%;
  max-width: none;
  min-height: 100svh;
  height: 100dvh;
  margin: 0;
  overflow: hidden;
  background: #001d9d;
  color: #ffffff;
  font-family: "SUSE Mono", "SFMono-Regular", Consolas, monospace;
  font-size: clamp(12px, 1.65dvh, 17px);
  line-height: 1.35;
}
.sea-hostess *,
.sea-hostess *::before,
.sea-hostess *::after {
  box-sizing: border-box;
}
.sea-hostess [hidden] {
  display: none !important;
}
.sea-hostess button,
.sea-hostess input,
.sea-hostess select {
  font-family: inherit;
}
.sea-hostess button:focus-visible,
.sea-hostess input:focus-visible,
.sea-hostess select:focus-visible {
  outline: 3px solid #ffed00;
  outline-offset: 3px;
}

.admin-bar .sea-hostess {
  height: calc(100dvh - 32px);
  min-height: calc(100svh - 32px);
  margin-top: 32px;
}

.sea-hostess__viewport {
  position: relative;
  width: min(100%, 56.25dvh);
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  background: #001d9d;
}

.sea-hostess__step {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: var(--sea-safe-top) clamp(28px, 7.4%, 50px) var(--sea-safe-bottom);
  overflow-x: hidden;
  overflow-y: auto;
  background: #001d9d;
  opacity: 0;
  transform: translateX(4%);
  transition: opacity 180ms ease, transform 180ms ease;
}
.sea-hostess__step[hidden] {
  display: none !important;
}
.sea-hostess__step.is-active {
  opacity: 1;
  transform: translateX(0);
}

.sea-hostess__brand {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex: 0 0 auto;
  min-height: clamp(72px, 12.5dvh, 130px);
}
.sea-hostess__brand > img {
  display: block;
  width: min(72%, 330px);
  height: auto;
  margin-left: -3.5%;
  mix-blend-mode: normal;
}

.sea-hostess__close {
  position: relative;
  z-index: 4;
  width: 46px;
  height: 46px;
  margin: -4px -8px 0 0;
  color: #ffed00;
  font-family: Arial, sans-serif;
  font-size: 0;
}
.sea-hostess__close::before, .sea-hostess__close::after {
  position: absolute;
  top: 22px;
  left: 5px;
  width: 39px;
  height: 2px;
  background: currentColor;
  content: "";
}
.sea-hostess__close::before {
  transform: rotate(45deg);
}
.sea-hostess__close::after {
  transform: rotate(-45deg);
}

.sea-hostess__hero {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: center;
  padding: 0 3% 4dvh;
}

.sea-hostess__visual-title {
  width: 100%;
  margin: 0;
}
.sea-hostess__visual-title img {
  display: block;
  width: 100%;
  height: auto;
}

.sea-hostess__hero-arrow {
  width: clamp(58px, 17%, 90px);
  height: auto;
  margin-top: clamp(24px, 4dvh, 48px);
}

.sea-hostess__footer {
  display: grid;
  flex: 0 0 auto;
  gap: clamp(16px, 2.4dvh, 28px);
}

.sea-hostess__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: clamp(54px, 6.8dvh, 72px);
  padding: 12px 24px;
  border-radius: 999px;
  background: #183dc6;
  color: #ffffff;
  font-size: clamp(16px, 2.1dvh, 22px);
  font-weight: 700;
  letter-spacing: 0.025em;
  text-align: center;
  transition: background 160ms ease, opacity 160ms ease, transform 160ms ease;
}
.sea-hostess__cta:hover:not(:disabled) {
  background: #244dd9;
}
.sea-hostess__cta:active:not(:disabled) {
  transform: scale(0.985);
}
.sea-hostess__cta:disabled {
  cursor: not-allowed;
  opacity: 0.52;
}

.sea-hostess__powered {
  margin: 0;
  color: #ffffff;
  font-family: Arial, sans-serif;
  font-size: 9px;
  line-height: 1.1;
  text-align: center;
}
.sea-hostess__powered span {
  display: block;
  margin-bottom: 3px;
  font-size: 6px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.sea-hostess__footer-meta {
  position: relative;
  display: grid;
  min-height: 44px;
  place-items: center;
}

.sea-hostess__logout {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 72px;
  min-height: 44px;
  padding: 8px 14px;
  border: 1px solid #ffed00;
  border-radius: 999px;
  color: #ffed00;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  transition: background 160ms ease, color 160ms ease;
}
.sea-hostess__logout:hover, .sea-hostess__logout:focus-visible {
  background: #ffed00;
  color: #001d9d;
}

.sea-hostess__privacy-form {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: clamp(14px, 1.9dvh, 24px);
  min-height: 0;
}

.sea-hostess__identity {
  display: grid;
  gap: clamp(10px, 1.25dvh, 15px);
}
.sea-hostess__identity label {
  display: grid;
  grid-template-columns: minmax(72px, 25%) 1fr;
  align-items: center;
  gap: 12px;
  color: #ffffff;
  font-size: clamp(11px, 1.35dvh, 14px);
  font-weight: 700;
}
.sea-hostess__identity input {
  width: 100%;
  min-width: 0;
  height: clamp(38px, 4.7dvh, 48px);
  padding: 6px 12px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 0;
  background: #ffffff;
  color: #001d9d;
  font-size: 16px;
}

.sea-hostess__privacy-copy {
  color: #ffffff;
  font-size: clamp(10px, 1.22dvh, 13px);
  line-height: 1.42;
}
.sea-hostess__privacy-copy h1 {
  max-width: 19ch;
  margin: 0 0 clamp(14px, 1.8dvh, 20px);
  color: #ffffff;
  font: inherit;
  font-size: clamp(17px, 2.1dvh, 23px);
  font-weight: 700;
  line-height: 1.05;
}
.sea-hostess__privacy-copy p {
  margin: 0 0 0.7em;
}

.sea-hostess__consent {
  display: grid;
  grid-template-columns: 25px 1fr;
  align-items: center;
  gap: 12px;
  margin-top: auto;
  color: #ffffff;
  font-size: clamp(11px, 1.35dvh, 14px);
  cursor: pointer;
}
.sea-hostess__consent input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.sea-hostess__consent > span {
  position: relative;
  width: 25px;
  height: 25px;
  border: 2px solid #ffffff;
  background: #ffffff;
}
.sea-hostess__consent input:checked + span::after {
  position: absolute;
  top: 3px;
  left: 7px;
  width: 7px;
  height: 13px;
  border-right: 3px solid #001d9d;
  border-bottom: 3px solid #001d9d;
  content: "";
  transform: rotate(45deg);
}
.sea-hostess__consent input:focus-visible + span {
  outline: 3px solid #ffed00;
  outline-offset: 3px;
}

.sea-hostess__feedback {
  min-height: 1.4em;
  margin: 0;
  color: #ffd2d2;
  font-size: clamp(10px, 1.2dvh, 13px);
  font-weight: 600;
  text-align: center;
}

.sea-hostess__step--camera {
  padding: 0;
  overflow: hidden;
}

.sea-hostess__camera-stage {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
  background: #071654;
}
.sea-hostess__camera-stage video,
.sea-hostess__camera-stage > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sea-hostess__camera-stage video {
  transform: scaleX(-1);
}
.sea-hostess__camera-stage video.is-environment {
  transform: none;
}

.sea-hostess__camera-status {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
  background: rgba(0, 29, 157, 0.78);
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}
.sea-hostess__camera-status.is-error {
  background: rgba(0, 17, 95, 0.9);
}
.sea-hostess__camera-status[hidden] {
  display: none;
}

.sea-hostess__camera-pulse {
  width: 44px;
  height: 44px;
  border: 3px solid rgba(255, 255, 255, 0.35);
  border-top-color: #ffed00;
  border-radius: 50%;
  animation: sea-camera-spin 850ms linear infinite;
}

.sea-hostess__camera-controls {
  position: absolute;
  top: max(16px, env(safe-area-inset-top));
  right: 20px;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 10px;
}

.sea-hostess__close--camera {
  position: relative;
  top: auto;
  right: auto;
  margin: 0;
  color: #ffed00;
}

.sea-hostess__camera-switch {
  display: grid;
  width: 46px;
  height: 46px;
  border: 1px solid #ffed00;
  border-radius: 50%;
  place-items: center;
  background: rgba(0, 29, 157, 0.62);
  color: #ffed00;
  transition: opacity 160ms ease, transform 160ms ease, background 160ms ease;
}
.sea-hostess__camera-switch svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.sea-hostess__camera-switch:hover, .sea-hostess__camera-switch:focus-visible {
  background: #001d9d;
  transform: rotate(-8deg);
}
.sea-hostess__camera-switch:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 3px;
}
.sea-hostess__camera-switch:disabled {
  cursor: wait;
  opacity: 0.45;
}
.sea-hostess__camera-switch[hidden] {
  display: none;
}

.sea-hostess__camera-actions {
  display: grid;
  flex: 0 0 clamp(145px, 22dvh, 230px);
  place-content: center;
  gap: 12px;
  padding: 24px clamp(28px, 7.4%, 50px) max(24px, env(safe-area-inset-bottom));
  background: #001d9d;
}
.sea-hostess__camera-actions .sea-hostess__cta {
  min-width: min(78vw, 410px);
}

.sea-hostess__secondary-action,
.sea-hostess__fallback {
  color: #ffed00;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.sea-hostess__fallback {
  cursor: pointer;
}
.sea-hostess__fallback input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.sea-hostess__fallback[hidden] {
  display: none;
}

.sea-hostess__step--destination {
  overflow: hidden;
}

.sea-hostess__destination-title {
  flex: 0 0 auto;
  width: min(82%, 400px);
  margin: clamp(4px, 1dvh, 12px) 0 clamp(18px, 2.4dvh, 28px);
}
.sea-hostess__destination-title img {
  display: block;
  width: 100%;
  height: auto;
}

.sea-hostess__destination-selects {
  display: grid;
  flex: 1 1 auto;
  align-content: center;
  gap: clamp(18px, 3dvh, 32px);
  min-height: 0;
  padding-bottom: clamp(18px, 4dvh, 44px);
}
.sea-hostess__destination-selects label {
  display: grid;
  gap: 9px;
  color: #ffed00;
  font-size: clamp(11px, 1.35dvh, 14px);
  font-weight: 700;
  letter-spacing: 0.045em;
}
.sea-hostess__destination-selects select {
  width: 100%;
  height: clamp(52px, 6.2dvh, 66px);
  padding: 8px 48px 8px 24px;
  border: 0;
  border-radius: 999px;
  appearance: none;
  background: linear-gradient(45deg, transparent 50%, #001d9d 50%) calc(100% - 25px) 50%/8px 8px no-repeat, linear-gradient(135deg, #001d9d 50%, transparent 50%) calc(100% - 17px) 50%/8px 8px no-repeat, #ffffff;
  color: #001d9d;
  font-size: clamp(13px, 1.65dvh, 17px);
  font-weight: 700;
  text-transform: uppercase;
}
.sea-hostess__destination-selects select:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

.sea-hostess__step--thanks {
  justify-content: space-between;
}

.sea-hostess__thanks-copy {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 4dvh;
}
.sea-hostess__thanks-copy > img {
  width: clamp(62px, 17%, 92px);
  margin-bottom: clamp(24px, 3.5dvh, 42px);
}
.sea-hostess__thanks-copy h1 {
  margin: 0 0 clamp(20px, 2.8dvh, 34px);
  color: #ffed00;
  font-size: clamp(34px, 5.2dvh, 58px);
  line-height: 1.02;
  letter-spacing: -0.045em;
}
.sea-hostess__thanks-copy p {
  margin: 0;
  color: #ffffff;
  font-size: clamp(13px, 1.7dvh, 18px);
}

@keyframes sea-camera-spin {
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 782px) {
  .admin-bar .sea-hostess {
    height: calc(100dvh - 46px);
    min-height: calc(100svh - 46px);
    margin-top: 46px;
  }
}
@media (max-height: 720px) {
  .sea-hostess__brand {
    min-height: 74px;
  }
  .sea-hostess__brand > img {
    width: min(60%, 280px);
  }
  .sea-hostess__privacy-form {
    gap: 10px;
  }
  .sea-hostess__privacy-copy {
    line-height: 1.3;
  }
}
@media (prefers-reduced-motion: reduce) {
  .sea-hostess__step,
  .sea-hostess__cta {
    transition: none;
  }
  .sea-hostess__camera-pulse {
    animation: none;
  }
}
body.sea-manager-page {
  min-width: 320px;
  margin: 0;
  background: #eef2ff;
}

body.sea-manager-page #page-container,
body.sea-manager-page #main-content {
  min-height: 100vh;
  background: #eef2ff;
}

.sea-manager {
  min-height: 100svh;
  background: #eef2ff;
  color: #0d1b52;
  font-family: "SUSE Mono", "SFMono-Regular", Consolas, monospace;
}
.sea-manager *,
.sea-manager *::before,
.sea-manager *::after {
  box-sizing: border-box;
}
.sea-manager button,
.sea-manager input,
.sea-manager select,
.sea-manager textarea {
  font-family: inherit;
}

.sea-manager__header {
  display: grid;
  grid-template-columns: minmax(210px, 1fr) auto minmax(210px, 1fr);
  align-items: center;
  gap: 24px;
  min-height: 104px;
  padding: 18px clamp(24px, 4vw, 64px);
  background: #001d9d;
  color: #ffffff;
}

.sea-manager__brand {
  display: inline-flex;
  width: min(100%, 290px);
}
.sea-manager__brand img {
  display: block;
  width: 100%;
  height: auto;
}

.sea-manager__title {
  text-align: center;
}
.sea-manager__title p {
  margin: 0 0 3px;
  color: #ffed00;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
}
.sea-manager__title h1 {
  margin: 0;
  color: #ffffff;
  font-family: inherit;
  font-size: clamp(24px, 2.6vw, 38px);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
}

.sea-manager__session {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  font-size: 11px;
}
.sea-manager__session span {
  max-width: 20ch;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sea-manager__session a {
  padding: 10px 16px;
  border: 1px solid #ffed00;
  border-radius: 999px;
  color: #ffed00;
  font-weight: 700;
  text-decoration: none;
}

.sea-manager__nav {
  display: flex;
  justify-content: center;
  gap: 4px;
  padding: 0 clamp(24px, 4vw, 64px);
  background: #001d9d;
}
.sea-manager__nav button,
.sea-manager__nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  padding: 17px 24px 15px;
  border-bottom: 4px solid transparent;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.sea-manager__nav button:hover, .sea-manager__nav button:focus-visible, .sea-manager__nav button.is-active,
.sea-manager__nav a:hover,
.sea-manager__nav a:focus-visible,
.sea-manager__nav a.is-active {
  border-bottom-color: #ffed00;
  color: #ffed00;
}
.sea-manager__nav button:focus-visible,
.sea-manager__nav a:focus-visible {
  outline: 2px solid #ffed00;
  outline-offset: -4px;
}

.sea-manager__notice {
  position: fixed;
  z-index: 60;
  top: 24px;
  left: 50%;
  max-width: min(560px, 100% - 32px);
  padding: 14px 20px;
  border: 1px solid #ffed00;
  background: #001d9d;
  color: #ffffff;
  box-shadow: 0 16px 40px rgba(0, 29, 157, 0.12);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -16px);
  transition: opacity 180ms ease, transform 180ms ease;
}
.sea-manager__notice[data-type=error] {
  border-color: #ffd2d2;
}
.sea-manager__notice.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

.sea-manager__panel {
  width: min(1600px, 100%);
  margin: 0 auto;
  padding: clamp(28px, 4vw, 58px) clamp(20px, 4vw, 64px) 72px;
}
.sea-manager__panel[hidden] {
  display: none;
}

.sea-manager__panel-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: clamp(24px, 3vw, 42px);
}
.sea-manager__panel-heading h2 {
  margin: 0;
  color: #001d9d;
  font-family: inherit;
  font-size: clamp(30px, 4vw, 56px);
  font-weight: 700;
  line-height: 0.96;
}

.sea-manager__eyebrow {
  margin: 0 0 8px;
  color: #2447be;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.sea-manager__panel-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.sea-manager__worker-status {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid #2447be;
  border-radius: 999px;
  color: #2447be;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.035em;
}
.sea-manager__worker-status[data-type=error] {
  border-color: #ffd2d2;
  color: #ffd2d2;
}

.sea-manager__button,
.sea-manager__card-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 10px 20px;
  border: 1px solid #001d9d;
  border-radius: 999px;
  background: #001d9d;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.035em;
  text-align: center;
  text-decoration: none;
}
.sea-manager__button:hover, .sea-manager__button:focus-visible,
.sea-manager__card-button:hover,
.sea-manager__card-button:focus-visible {
  border-color: #2447be;
  background: #2447be;
}
.sea-manager__button:focus-visible,
.sea-manager__card-button:focus-visible {
  outline: 3px solid #ffed00;
  outline-offset: 2px;
}
.sea-manager__button:disabled,
.sea-manager__card-button:disabled {
  cursor: wait;
  opacity: 0.52;
}

.sea-manager__button--ghost,
.sea-manager__card-button--ghost {
  background: #ffffff;
  color: #001d9d;
}

.sea-manager__button--printed-link {
  gap: 0.55em;
}

.sea-manager__queue {
  display: grid;
  gap: clamp(16px, 2vw, 28px);
}

.sea-manager__queue-strip {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) repeat(3, minmax(82px, auto)) minmax(126px, auto);
  align-items: stretch;
  width: 100%;
  min-height: 94px;
  border: 1px solid rgba(0, 29, 157, 0.16);
  background: #2447be;
  color: #ffffff;
  box-shadow: 0 12px 36px rgba(0, 29, 157, 0.12);
  text-align: left;
}
.sea-manager__queue-strip:hover, .sea-manager__queue-strip:focus-visible {
  background: #3152c8;
}
.sea-manager__queue-strip:focus-visible {
  outline: 3px solid #ffed00;
  outline-offset: 3px;
}

.sea-manager__queue-strip-title,
.sea-manager__queue-strip-stat,
.sea-manager__queue-strip-open {
  display: flex;
  justify-content: center;
  padding: 18px 22px;
}

.sea-manager__queue-strip-title {
  align-items: flex-start;
  flex-direction: column;
}
.sea-manager__queue-strip-title strong {
  color: #ffffff;
  font-size: 17px;
}
.sea-manager__queue-strip-title small {
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 10px;
}

.sea-manager__queue-strip-stat {
  align-items: center;
  flex-direction: column;
  border-left: 1px solid rgba(255, 255, 255, 0.26);
}
.sea-manager__queue-strip-stat strong {
  color: #ffed00;
  font-size: 22px;
}
.sea-manager__queue-strip-stat small {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 8px;
  font-weight: 700;
}

.sea-manager__queue-strip-open {
  align-items: center;
  gap: 9px;
  border-left: 1px solid rgba(255, 255, 255, 0.26);
  color: #ffed00;
  font-size: 10px;
  font-weight: 700;
}
.sea-manager__queue-strip-open span {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border: 1px solid #ffed00;
  border-radius: 50%;
}

.sea-manager__lane {
  overflow: hidden;
  border: 1px solid rgba(0, 29, 157, 0.16);
  background: #ffffff;
  box-shadow: 0 12px 36px rgba(0, 29, 157, 0.12);
}
.sea-manager__lane > header {
  min-height: 136px;
  padding: 24px;
  background: #2447be;
  color: #ffffff;
}
.sea-manager__lane > header > div {
  float: right;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 2px solid #ffed00;
  border-radius: 50%;
  color: #ffed00;
  font-size: 18px;
  font-weight: 700;
}
.sea-manager__lane > header h3 {
  margin: 0 0 10px;
  color: inherit;
  font-family: inherit;
  font-size: clamp(18px, 2vw, 25px);
  font-weight: 700;
}
.sea-manager__lane > header p {
  max-width: 28ch;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 11px;
  line-height: 1.45;
}

.sea-manager__lane--ready > header {
  background: #ffed00;
  color: #001d9d;
}
.sea-manager__lane--ready > header > div {
  border-color: #001d9d;
  color: #001d9d;
}
.sea-manager__lane--ready > header p {
  color: rgba(13, 27, 82, 0.68);
}

.sea-manager__lane--printed > header {
  background: #001d9d;
}

.sea-manager__lane--archive {
  width: 100%;
}

.sea-manager__purged-archive h3 span {
  display: inline-grid;
  min-width: 30px;
  min-height: 30px;
  margin-left: 7px;
  border: 1px solid #001d9d;
  border-radius: 50%;
  font-size: 11px;
  vertical-align: middle;
  place-items: center;
}

.sea-manager__archive-table td {
  vertical-align: middle;
}
.sea-manager__archive-table td:nth-child(2) {
  overflow-wrap: anywhere;
}

.sea-manager__purged-status {
  display: inline-flex !important;
  margin: 0 !important;
  padding: 7px 9px;
  border-left: 3px solid #ffed00;
  background: #e0e7ff;
  color: #001d9d !important;
  font-size: 8px !important;
  font-weight: 700;
  white-space: nowrap;
}

.sea-manager__cards {
  --sea-card-gap: clamp(10px, 1.4vw, 20px);
  display: flex;
  flex-wrap: wrap;
  gap: var(--sea-card-gap);
  min-height: 190px;
  padding: var(--sea-card-gap);
  background: #e0e7ff;
}

.sea-manager__job {
  display: flex;
  flex: 0 0 calc((100% - var(--sea-card-gap) * 3) / 4);
  min-width: 0;
  flex-direction: column;
  border: 1px solid rgba(0, 29, 157, 0.16);
  background: #ffffff;
}

.sea-manager__job-media {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  background: #e0e7ff;
}
.sea-manager__job-media .sea-manager__job-media-button,
.sea-manager__job-media .sea-manager__job-placeholder {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.sea-manager__job-media .sea-manager__job-media-button {
  overflow: hidden;
}
.sea-manager__job-media .sea-manager__job-media-button:focus-visible {
  outline: 4px solid #ffed00;
  outline-offset: -4px;
}
.sea-manager__job-media .sea-manager__job-media-button img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 320ms ease;
}
.sea-manager__job-media .sea-manager__job-media-button:hover img {
  transform: scale(1.035);
}
.sea-manager__job-media > span {
  position: absolute;
  right: 6px;
  bottom: 6px;
  left: 6px;
  padding: 6px;
  background: #001d9d;
  color: #ffed00;
  font-size: 8px;
  font-weight: 700;
  text-align: center;
}

.sea-manager__job-placeholder {
  display: grid;
  place-items: center;
  color: #001d9d;
  font-size: 24px;
  font-weight: 700;
}

.sea-manager__job-body {
  display: flex;
  flex: 1;
  min-width: 0;
  flex-direction: column;
  padding: 16px;
}
.sea-manager__job-body h4 {
  margin: 0 0 4px;
  overflow: hidden;
  color: #0d1b52;
  font-family: inherit;
  font-size: 16px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sea-manager__job-body > p:not(.sea-manager__job-number, .sea-manager__job-error, .sea-manager__job-printed, .sea-manager__job-opened) {
  margin: 0 0 8px;
  color: rgba(13, 27, 82, 0.68);
  font-size: 11px;
}
.sea-manager__job-body time {
  color: rgba(13, 27, 82, 0.68);
  font-size: 9px;
}

.sea-manager__job-number {
  margin: 0 0 6px;
  color: #001d9d;
  font-size: 9px;
  font-weight: 700;
}

.sea-manager__job-error,
.sea-manager__job-opened,
.sea-manager__job-printed {
  margin: 10px 0 0;
  padding: 7px 8px;
  background: #fff0f0;
  color: #a33b3b;
  font-size: 9px;
  line-height: 1.35;
}

.sea-manager__job-opened,
.sea-manager__job-printed {
  background: #e0e7ff;
  color: #001d9d;
}

.sea-manager__job-printed strong {
  display: inline-block;
  margin-top: 5px;
  color: #001d9d;
  font-size: 8px;
  letter-spacing: 0.025em;
}

.sea-manager__job-printed--purged {
  border-left: 3px solid #ffed00;
  font-weight: 700;
}

.sea-manager__job-actions {
  display: grid;
  gap: 7px;
  margin-top: auto;
  padding-top: 12px;
}

.sea-manager__card-button {
  min-height: 34px;
  padding: 7px 10px;
  font-size: 9px;
}

.sea-manager__card-button--complete {
  gap: 9px;
  min-height: 42px;
  border-color: #ffed00;
  background: #ffed00;
  color: #001d9d;
  font-size: 10px;
  text-transform: uppercase;
}
.sea-manager__card-button--complete svg {
  flex: 0 0 auto;
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.sea-manager__card-button--complete:hover, .sea-manager__card-button--complete:focus-visible {
  border-color: #001d9d;
  background: #001d9d;
  color: #ffffff;
}

.sea-manager__empty {
  flex: 1 0 100%;
  margin: 0;
  padding: 28px 20px;
  background: #ffffff;
  color: rgba(13, 27, 82, 0.68);
  font-size: 11px;
  text-align: center;
}

.sea-manager__dialog--queue {
  width: min(920px, 100% - 32px);
  overflow: hidden;
}

.sea-manager__queue-dialog {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  max-height: calc(100vh - 32px);
  padding: clamp(20px, 3vw, 36px);
  font-family: "SUSE Mono", "SFMono-Regular", Consolas, monospace;
}

.sea-manager__queue-list {
  min-height: 180px;
  margin-top: 16px;
  overflow-y: auto;
  overscroll-behavior: contain;
  border: 1px solid rgba(0, 29, 157, 0.16);
  background: #eef2ff;
}

.sea-manager__queue-item {
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  padding: 16px;
  border-bottom: 1px solid rgba(0, 29, 157, 0.16);
  background: #ffffff;
}
.sea-manager__queue-item:last-child {
  border-bottom: 0;
}
.sea-manager__queue-item p,
.sea-manager__queue-item h3,
.sea-manager__queue-item time {
  margin: 0;
}
.sea-manager__queue-item p,
.sea-manager__queue-item time {
  color: rgba(13, 27, 82, 0.68);
  font-size: 9px;
}
.sea-manager__queue-item h3 {
  margin-block: 4px;
  color: #0d1b52;
  font-family: inherit;
  font-size: 14px;
}

.sea-manager__queue-item-status {
  display: grid;
  min-height: 34px;
  place-items: center;
  padding: 7px 9px;
  background: #2447be;
  color: #ffed00;
  font-size: 8px;
  font-weight: 700;
  text-align: center;
}
.sea-manager__queue-item-status[data-status=failed], .sea-manager__queue-item-status[data-status=rejected] {
  background: #fff0f0;
  color: #a33b3b;
}

.sea-manager__queue-item-error {
  margin-top: 7px !important;
  color: #a33b3b !important;
}

.sea-manager__queue-item-actions {
  min-width: 148px;
}

.sea-manager__lightbox {
  width: min(1100px, 100% - 32px);
  max-width: none;
  max-height: calc(100vh - 32px);
  padding: 0;
  border: 0;
  overflow: visible;
  background: transparent;
}
.sea-manager__lightbox::backdrop {
  background: rgba(7, 16, 18, 0.58);
}
.sea-manager__lightbox > button {
  position: absolute;
  z-index: 2;
  top: -14px;
  right: -14px;
  display: grid;
  width: 44px;
  height: 44px;
  border: 2px solid #ffed00;
  border-radius: 50%;
  background: #001d9d;
  color: #ffffff;
  font-size: 30px;
  line-height: 1;
  place-items: center;
}
.sea-manager__lightbox img {
  display: block;
  width: 100%;
  max-height: calc(100vh - 32px);
  object-fit: contain;
}

.sea-manager__privacy-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(18px, 2.5vw, 36px);
}

.sea-manager__surface {
  min-width: 0;
  padding: clamp(20px, 2.4vw, 34px);
  border: 1px solid rgba(0, 29, 157, 0.16);
  background: #ffffff;
  box-shadow: 0 12px 36px rgba(0, 29, 157, 0.12);
}

.sea-manager__surface-heading {
  margin-bottom: 24px;
}
.sea-manager__surface-heading h3 {
  margin: 0 0 6px;
  color: #001d9d;
  font-family: inherit;
  font-size: 17px;
}
.sea-manager__surface-heading p {
  margin: 0;
  color: rgba(13, 27, 82, 0.68);
  font-size: 10px;
}

.sea-manager__surface-heading--search {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
}
.sea-manager__surface-heading--search input {
  width: min(100%, 280px);
  min-height: 44px;
  padding: 9px 13px;
  border: 1px solid rgba(0, 29, 157, 0.16);
  background: #eef2ff;
  color: #0d1b52;
  font: inherit;
  font-size: 11px;
}

.sea-manager__privacy-versions {
  display: grid;
  gap: 10px;
}

.sea-manager__privacy-version {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 16px;
  padding: 16px;
  border-left: 5px solid #e0e7ff;
  background: #eef2ff;
}
.sea-manager__privacy-version.is-active {
  border-left-color: #ffed00;
  background: #e0e7ff;
}
.sea-manager__privacy-version p,
.sea-manager__privacy-version h4,
.sea-manager__privacy-version span {
  margin: 0;
}
.sea-manager__privacy-version p {
  color: #001d9d;
  font-size: 9px;
  font-weight: 700;
}
.sea-manager__privacy-version h4 {
  margin-block: 4px;
  color: #0d1b52;
  font-family: inherit;
  font-size: 13px;
}
.sea-manager__privacy-version span {
  color: rgba(13, 27, 82, 0.68);
  font-size: 9px;
}

.sea-manager__table-wrap {
  overflow-x: auto;
}

.sea-manager__table {
  width: 100%;
  border-collapse: collapse;
  color: #0d1b52;
  font-size: 11px;
}
.sea-manager__table th,
.sea-manager__table td {
  padding: 13px 12px;
  border-bottom: 1px solid rgba(0, 29, 157, 0.16);
  text-align: left;
  vertical-align: top;
}
.sea-manager__table th {
  color: #001d9d;
  font-size: 9px;
  letter-spacing: 0.05em;
}
.sea-manager__table td span {
  display: block;
  margin-top: 4px;
  color: rgba(13, 27, 82, 0.68);
  font-size: 9px;
}

.sea-manager__prompt-list {
  display: grid;
  gap: 10px;
}

.sea-manager__format-trigger {
  gap: 8px;
}
.sea-manager__format-trigger svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}
.sea-manager__format-trigger strong {
  font: inherit;
}

.sea-manager__prompt-filters {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) minmax(220px, 1fr) auto;
  align-items: end;
  gap: 16px;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(0, 29, 157, 0.16);
}
.sea-manager__prompt-filters label {
  display: grid;
  gap: 7px;
}
.sea-manager__prompt-filters span,
.sea-manager__prompt-filters p {
  margin: 0;
  color: rgba(13, 27, 82, 0.68);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.sea-manager__prompt-filters select {
  width: 100%;
  min-height: 44px;
  padding: 8px 12px;
  border: 1px solid rgba(0, 29, 157, 0.16);
  border-radius: 0;
  background: #ffffff;
  color: #0d1b52;
  font-family: inherit;
  font-size: 11px;
  font-weight: 700;
}
.sea-manager__prompt-filters select:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.sea-manager__prompt-filters p {
  padding-bottom: 13px;
  color: #001d9d;
  white-space: nowrap;
}

.sea-manager__prompt {
  display: grid;
  grid-template-columns: 72px minmax(180px, 1fr) auto auto;
  align-items: center;
  gap: 16px;
  padding: 12px;
  border: 1px solid rgba(0, 29, 157, 0.16);
  background: #eef2ff;
}
.sea-manager__prompt p,
.sea-manager__prompt h3,
.sea-manager__prompt span {
  margin: 0;
}
.sea-manager__prompt p,
.sea-manager__prompt span {
  color: rgba(13, 27, 82, 0.68);
  font-size: 9px;
}
.sea-manager__prompt h3 {
  margin-block: 4px;
  color: #0d1b52;
  font-family: inherit;
  font-size: 15px;
}

.sea-manager__prompt-image {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  overflow: hidden;
  background: #e0e7ff;
  color: #001d9d;
}
.sea-manager__prompt-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sea-manager__switch {
  display: grid;
  grid-template-columns: 38px auto;
  align-items: center;
  gap: 8px;
  font-size: 9px;
  cursor: pointer;
}
.sea-manager__switch input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.sea-manager__switch span {
  position: relative;
  width: 38px;
  height: 22px;
  border-radius: 999px;
  background: rgba(0, 29, 157, 0.16);
}
.sea-manager__switch span::after {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #ffffff;
  content: "";
  transition: transform 160ms ease;
}
.sea-manager__switch input:checked + span {
  background: #001d9d;
}
.sea-manager__switch input:checked + span::after {
  transform: translateX(16px);
}

.sea-manager__dialog {
  width: min(720px, 100% - 32px);
  max-height: calc(100vh - 32px);
  padding: 0;
  border: 0;
  background: #ffffff;
  color: #0d1b52;
  box-shadow: 0 24px 72px rgba(0, 29, 157, 0.12);
}
.sea-manager__dialog::backdrop {
  background: rgba(7, 16, 18, 0.58);
}

.sea-manager__dialog--wide {
  width: min(1080px, 100% - 32px);
}

.sea-manager__dialog--system {
  width: min(600px, 100% - 32px);
}

.sea-manager__dialog--format {
  width: min(760px, 100% - 32px);
}

.sea-manager__format-intro {
  margin: 0;
  color: rgba(13, 27, 82, 0.68);
  font-size: 11px;
  line-height: 1.6;
}

.sea-manager__format-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.sea-manager__format-options label {
  position: relative;
  display: block;
  cursor: pointer;
}
.sea-manager__format-options input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.sea-manager__format-options span {
  display: grid;
  gap: 7px;
  min-height: 112px;
  padding: 16px;
  border: 1px solid rgba(0, 29, 157, 0.16);
  background: #eef2ff;
  color: #0d1b52;
  place-content: center;
  text-align: center;
  transition: border-color 140ms ease, background 140ms ease, color 140ms ease;
}
.sea-manager__format-options strong {
  color: #001d9d;
  font-size: 13px;
}
.sea-manager__format-options small {
  color: rgba(13, 27, 82, 0.68);
  font-size: 9px;
}
.sea-manager__format-options input:checked + span {
  border-color: #001d9d;
  background: #001d9d;
  box-shadow: inset 0 -5px 0 #ffed00;
}
.sea-manager__format-options input:checked + span strong,
.sea-manager__format-options input:checked + span small {
  color: #ffffff;
}
.sea-manager__format-options input:focus-visible + span {
  outline: 3px solid #ffed00;
  outline-offset: 2px;
}

.sea-manager__system-dialog {
  gap: 16px;
}
.sea-manager__system-dialog [hidden] {
  display: none !important;
}

.sea-manager__system-message {
  margin: 0;
  color: #0d1b52;
  font-size: 12px;
  line-height: 1.6;
  white-space: pre-line;
}

.sea-manager__dialog--privacy {
  overflow: auto;
}

.sea-manager__dialog-form {
  display: grid;
  gap: 24px;
  padding: clamp(20px, 3vw, 40px);
  font-family: "SUSE Mono", "SFMono-Regular", Consolas, monospace;
}
.sea-manager__dialog-form > label,
.sea-manager__dialog-form .sea-manager__form-grid label {
  display: grid;
  gap: 7px;
  color: #001d9d;
  font-size: 10px;
  font-weight: 700;
}
.sea-manager__dialog-form input,
.sea-manager__dialog-form select,
.sea-manager__dialog-form textarea {
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid rgba(0, 29, 157, 0.16);
  border-radius: 0;
  background: #eef2ff;
  color: #0d1b52;
  font: inherit;
  font-size: 13px;
}
.sea-manager__dialog-form textarea {
  resize: vertical;
  line-height: 1.5;
}

.sea-manager__privacy-editor-field {
  display: grid;
  gap: 12px;
}

.sea-manager__privacy-editor-label,
.sea-manager__privacy-editor-variables > p,
.sea-manager__privacy-preview > p {
  margin: 0;
  color: #001d9d;
  font-size: 10px;
  font-weight: 700;
}

.sea-manager__privacy-editor-toolbar,
.sea-manager__privacy-editor-variables > div {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.sea-manager__privacy-editor-toolbar button,
.sea-manager__privacy-editor-variables button {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 36px;
  padding: 7px 11px;
  border: 1px solid rgba(0, 29, 157, 0.16);
  background: #ffffff;
  color: #001d9d;
  font-size: 9px;
  font-weight: 700;
}
.sea-manager__privacy-editor-toolbar button:hover, .sea-manager__privacy-editor-toolbar button:focus-visible,
.sea-manager__privacy-editor-variables button:hover,
.sea-manager__privacy-editor-variables button:focus-visible {
  border-color: #001d9d;
  background: #e0e7ff;
}
.sea-manager__privacy-editor-toolbar button:focus-visible,
.sea-manager__privacy-editor-variables button:focus-visible {
  outline: 2px solid #ffed00;
  outline-offset: 2px;
}

.sea-manager__privacy-editor-variables {
  display: grid;
  gap: 7px;
  padding: 12px;
  background: #e0e7ff;
}
.sea-manager__privacy-editor-variables button {
  min-height: 30px;
  padding-block: 5px;
  background: #eef2ff;
  font-size: 8px;
}
.sea-manager__privacy-editor-variables > div > span {
  color: rgba(13, 27, 82, 0.68);
  font-size: 9px;
}

.sea-manager__privacy-editor {
  min-height: 260px;
  max-height: 46vh;
  overflow-y: auto;
  padding: 16px;
  border: 1px solid rgba(0, 29, 157, 0.16);
  background: #eef2ff;
  color: #0d1b52;
  font-size: 13px;
  line-height: 1.55;
}
.sea-manager__privacy-editor:focus {
  border-color: #001d9d;
  outline: 3px solid #ffed00;
  outline-offset: 1px;
}
.sea-manager__privacy-editor p {
  margin: 0 0 1em;
}
.sea-manager__privacy-editor ul,
.sea-manager__privacy-editor ol {
  margin: 0 0 1em;
  padding-left: 2em;
}
.sea-manager__privacy-editor a {
  color: #001d9d;
  text-decoration: underline;
}

.sea-manager__privacy-editor-help {
  margin: 0;
  color: rgba(13, 27, 82, 0.68);
  font-size: 9px;
  line-height: 1.5;
}

.sea-manager__privacy-preview {
  display: grid;
  gap: 8px;
  padding: 16px;
  border-left: 4px solid #ffed00;
  background: #e0e7ff;
}
.sea-manager__privacy-preview > div {
  color: #0d1b52;
  font-size: 11px;
  line-height: 1.5;
}
.sea-manager__privacy-preview > div p {
  margin: 0 0 0.75em;
}
.sea-manager__privacy-preview > div ul,
.sea-manager__privacy-preview > div ol {
  margin: 0 0 0.75em;
  padding-left: 2em;
}
.sea-manager__privacy-preview > div a {
  color: #001d9d;
}

.sea-manager__dialog-heading {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 16px;
  border-bottom: 4px solid #ffed00;
}
.sea-manager__dialog-heading p {
  margin: 0 0 4px;
  color: #2447be;
  font-size: 9px;
  font-weight: 700;
}
.sea-manager__dialog-heading h2 {
  margin: 0;
  color: #001d9d;
  font-family: inherit;
  font-size: clamp(22px, 3vw, 34px);
}
.sea-manager__dialog-heading > button {
  width: 40px;
  height: 40px;
  color: #001d9d;
  font-size: 34px;
  line-height: 1;
}

.sea-manager__dialog-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}

.sea-manager__dialog-feedback {
  min-height: 20px;
  margin: 0;
  color: #001d9d;
  font-size: 10px;
}

.sea-manager__form-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 0.7fr auto;
  align-items: end;
  gap: 16px;
}

.sea-manager__check {
  display: flex !important;
  align-items: center;
  min-height: 44px;
}
.sea-manager__check input {
  width: auto;
  min-height: 0;
}

.sea-manager__prompt-test {
  display: grid;
  gap: 16px;
  padding: 24px;
  background: #e0e7ff;
}
.sea-manager__prompt-test h3 {
  margin: 0;
  color: #001d9d;
  font-family: inherit;
  font-size: 15px;
}

.sea-manager__form-grid--test {
  grid-template-columns: 1fr 1fr;
}

.sea-manager__prompt-preview {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.sea-manager__prompt-preview figure {
  margin: 0;
}
.sea-manager__prompt-preview figcaption {
  margin-bottom: 7px;
  color: #001d9d;
  font-size: 9px;
  font-weight: 700;
}
.sea-manager__prompt-preview figure > div {
  display: grid;
  place-items: center;
  min-height: 240px;
  overflow: hidden;
  border: 1px dashed rgba(0, 29, 157, 0.16);
  background: #ffffff;
  color: rgba(13, 27, 82, 0.68);
  font-size: 10px;
}
.sea-manager__prompt-preview img {
  width: 100%;
  max-height: 360px;
  object-fit: contain;
}

@media (max-width: 1199px) {
  .sea-manager__job {
    flex-basis: calc((100% - var(--sea-card-gap) * 2) / 3);
  }
  .sea-manager__privacy-layout {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .sea-manager__header {
    grid-template-columns: 1fr auto;
    min-height: 86px;
    padding: 16px 20px;
  }
  .sea-manager__brand {
    width: 210px;
  }
  .sea-manager__title {
    display: none;
  }
  .sea-manager__session span {
    display: none;
  }
  .sea-manager__nav {
    justify-content: stretch;
    overflow-x: auto;
    padding-inline: 12px;
  }
  .sea-manager__nav button,
  .sea-manager__nav a {
    flex: 1 0 auto;
    min-width: 110px;
    padding-inline: 14px;
  }
  .sea-manager__panel-heading,
  .sea-manager__surface-heading--search {
    align-items: stretch;
    flex-direction: column;
  }
  .sea-manager__panel-actions,
  .sea-manager__panel-actions .sea-manager__button,
  .sea-manager__surface-heading--search input {
    width: 100%;
  }
  .sea-manager__queue-strip {
    grid-template-columns: repeat(3, 1fr);
  }
  .sea-manager__queue-strip-title,
  .sea-manager__queue-strip-open {
    grid-column: 1/-1;
  }
  .sea-manager__queue-strip-title {
    min-height: 76px;
  }
  .sea-manager__queue-strip-stat {
    border-top: 1px solid rgba(255, 255, 255, 0.26);
  }
  .sea-manager__queue-strip-stat:nth-of-type(2) {
    border-left: 0;
  }
  .sea-manager__queue-strip-open {
    min-height: 54px;
    border-top: 1px solid rgba(255, 255, 255, 0.26);
    border-left: 0;
  }
  .sea-manager__job {
    flex-basis: calc((100% - var(--sea-card-gap)) / 2);
  }
  .sea-manager__job-body {
    padding: 11px;
  }
  .sea-manager__job-body h4 {
    font-size: 13px;
  }
  .sea-manager__job-actions {
    gap: 5px;
    padding-top: 9px;
  }
  .sea-manager__card-button {
    min-height: 32px;
    padding-inline: 7px;
    font-size: 8px;
  }
  .sea-manager__queue-item {
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 12px;
    padding: 12px;
  }
  .sea-manager__queue-item-actions {
    grid-column: 1/-1;
    min-width: 0;
  }
  .sea-manager__queue-item-actions .sea-manager__card-button {
    width: 100%;
  }
  .sea-manager__lightbox {
    width: calc(100% - 24px);
  }
  .sea-manager__lightbox > button {
    top: 8px;
    right: 8px;
  }
  .sea-manager__privacy-version,
  .sea-manager__prompt {
    grid-template-columns: 1fr;
  }
  .sea-manager__prompt-filters {
    grid-template-columns: 1fr;
  }
  .sea-manager__prompt-filters p {
    padding-bottom: 0;
  }
  .sea-manager__format-options {
    grid-template-columns: 1fr;
  }
  .sea-manager__format-options span {
    min-height: 76px;
  }
  .sea-manager__prompt-image {
    width: 100%;
    height: 160px;
  }
  .sea-manager__form-grid,
  .sea-manager__form-grid--test,
  .sea-manager__prompt-preview {
    grid-template-columns: 1fr;
  }
  .sea-manager__dialog-actions {
    flex-direction: column-reverse;
  }
  .sea-manager__dialog-actions .sea-manager__button {
    width: 100%;
  }
  .sea-manager__privacy-editor-toolbar button {
    flex: 1 1 calc(50% - 7px);
    justify-content: center;
  }
}

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