/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: Inter, system-ui, sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-canvas: #fbf6ee;
    --color-line: #f1eee8;
    --color-soft: #faf7f1;
    --color-ink: #001a4f;
    --color-mut: #55606e;
    --color-mutsoft: #48525f;
    --color-faint: #6e7784;
    --color-or: #ff9d1c;
    --color-ord: #ff8a1d;
    --color-orbg: #fff2de;
    --color-dark: #00206c;
    --color-amb: #a9640a;
    --color-ambbg: #fff2de;
    --color-dan: #c0432f;
    --color-danbg: #fbece8;
    --color-grn: #2e8b57;
    --color-grnbg: #e6f4ea;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring:where(:not(iframe)) {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .pointer-events-none {
    pointer-events: none;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: 0px;
  }
  .top-0 {
    top: 0px;
  }
  .top-1\/2 {
    top: calc(1 / 2 * 100%);
  }
  .top-2 {
    top: calc(var(--spacing) * 2);
  }
  .top-3 {
    top: calc(var(--spacing) * 3);
  }
  .top-3\.5 {
    top: calc(var(--spacing) * 3.5);
  }
  .top-\[-2px\] {
    top: -2px;
  }
  .top-\[-4px\] {
    top: -4px;
  }
  .top-\[5px\] {
    top: 5px;
  }
  .top-\[9px\] {
    top: 9px;
  }
  .top-\[22px\] {
    top: 22px;
  }
  .top-\[40\%\] {
    top: 40%;
  }
  .top-\[50\%\] {
    top: 50%;
  }
  .right-2\.5 {
    right: calc(var(--spacing) * 2.5);
  }
  .right-3 {
    right: calc(var(--spacing) * 3);
  }
  .right-3\.5 {
    right: calc(var(--spacing) * 3.5);
  }
  .right-4 {
    right: calc(var(--spacing) * 4);
  }
  .right-\[-4px\] {
    right: -4px;
  }
  .right-\[-11px\] {
    right: -11px;
  }
  .right-\[-120px\] {
    right: -120px;
  }
  .right-\[-300px\] {
    right: -300px;
  }
  .right-\[5px\] {
    right: 5px;
  }
  .right-\[8px\] {
    right: 8px;
  }
  .right-\[13px\] {
    right: 13px;
  }
  .bottom-0 {
    bottom: 0px;
  }
  .bottom-2\.5 {
    bottom: calc(var(--spacing) * 2.5);
  }
  .bottom-3 {
    bottom: calc(var(--spacing) * 3);
  }
  .bottom-6 {
    bottom: calc(var(--spacing) * 6);
  }
  .bottom-\[-14px\] {
    bottom: -14px;
  }
  .bottom-\[13px\] {
    bottom: 13px;
  }
  .left-0 {
    left: 0px;
  }
  .left-2\.5 {
    left: calc(var(--spacing) * 2.5);
  }
  .left-3 {
    left: calc(var(--spacing) * 3);
  }
  .left-4 {
    left: calc(var(--spacing) * 4);
  }
  .left-\[-2px\] {
    left: -2px;
  }
  .left-\[-11px\] {
    left: -11px;
  }
  .left-\[-120px\] {
    left: -120px;
  }
  .left-\[14px\] {
    left: 14px;
  }
  .left-\[50\%\] {
    left: 50%;
  }
  .left-\[52px\] {
    left: 52px;
  }
  .z-0 {
    z-index: 0;
  }
  .z-10 {
    z-index: 10;
  }
  .z-\[0\] {
    z-index: 0;
  }
  .z-\[1\] {
    z-index: 1;
  }
  .z-\[2\] {
    z-index: 2;
  }
  .z-\[5\] {
    z-index: 5;
  }
  .z-\[6\] {
    z-index: 6;
  }
  .z-\[70\] {
    z-index: 70;
  }
  .z-\[90\] {
    z-index: 90;
  }
  .z-\[500\] {
    z-index: 500;
  }
  .\[grid-column\:span_2\] {
    grid-column: span 2;
  }
  .\[grid-column\:span_3\] {
    grid-column: span 3;
  }
  .m-0 {
    margin: 0px;
  }
  .m-\[0_-13px_-4px\] {
    margin: 0 -13px -4px;
  }
  .m-\[0_-24px\] {
    margin: 0 -24px;
  }
  .m-\[0_0_14px\] {
    margin: 0 0 14px;
  }
  .m-\[0_2px_4px\] {
    margin: 0 2px 4px;
  }
  .m-\[0_auto\] {
    margin: 0 auto;
  }
  .m-\[0_auto_8px\] {
    margin: 0 auto 8px;
  }
  .m-\[0_auto_12px\] {
    margin: 0 auto 12px;
  }
  .m-\[0_auto_14px\] {
    margin: 0 auto 14px;
  }
  .m-\[0_auto_16px\] {
    margin: 0 auto 16px;
  }
  .m-\[0_auto_18px\] {
    margin: 0 auto 18px;
  }
  .m-\[4px_2px\] {
    margin: 4px 2px;
  }
  .m-\[6px_0_2px\] {
    margin: 6px 0 2px;
  }
  .m-\[6px_0_14px_100px\] {
    margin: 6px 0 14px 100px;
  }
  .m-\[7px_0\] {
    margin: 7px 0;
  }
  .m-\[10px_0_4px\] {
    margin: 10px 0 4px;
  }
  .m-\[10px_auto_0\] {
    margin: 10px auto 0;
  }
  .m-\[14px_0\] {
    margin: 14px 0;
  }
  .m-\[14px_0_4px\] {
    margin: 14px 0 4px;
  }
  .m-\[14px_0_8px\] {
    margin: 14px 0 8px;
  }
  .m-\[14px_0_16px\] {
    margin: 14px 0 16px;
  }
  .m-\[16px_0\] {
    margin: 16px 0;
  }
  .m-\[16px_26px_0\] {
    margin: 16px 26px 0;
  }
  .m-\[18px_0\] {
    margin: 18px 0;
  }
  .m-\[18px_0_8px\] {
    margin: 18px 0 8px;
  }
  .m-\[22px_0_4px\] {
    margin: 22px 0 4px;
  }
  .m-\[26px_0\] {
    margin: 26px 0;
  }
  .m-\[40px_auto\] {
    margin: 40px auto;
  }
  .m-auto {
    margin: auto;
  }
  .mt-0\.5 {
    margin-top: calc(var(--spacing) * 0.5);
  }
  .mt-1 {
    margin-top: var(--spacing);
  }
  .mt-1\.5 {
    margin-top: calc(var(--spacing) * 1.5);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-2\.5 {
    margin-top: calc(var(--spacing) * 2.5);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-3\.5 {
    margin-top: calc(var(--spacing) * 3.5);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-\[-6px\] {
    margin-top: -6px;
  }
  .mt-\[3px\] {
    margin-top: 3px;
  }
  .mt-\[5px\] {
    margin-top: 5px;
  }
  .mt-\[7px\] {
    margin-top: 7px;
  }
  .mt-\[18px\] {
    margin-top: 18px;
  }
  .mt-\[22px\] {
    margin-top: 22px;
  }
  .mt-\[26px\] {
    margin-top: 26px;
  }
  .mt-\[auto\] {
    margin-top: auto;
  }
  .mt-auto {
    margin-top: auto;
  }
  .mt-px {
    margin-top: 1px;
  }
  .mr-1 {
    margin-right: var(--spacing);
  }
  .mr-\[7px\] {
    margin-right: 7px;
  }
  .mr-\[auto\] {
    margin-right: auto;
  }
  .mb-0 {
    margin-bottom: 0px;
  }
  .mb-1 {
    margin-bottom: var(--spacing);
  }
  .mb-1\.5 {
    margin-bottom: calc(var(--spacing) * 1.5);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-2\.5 {
    margin-bottom: calc(var(--spacing) * 2.5);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-3\.5 {
    margin-bottom: calc(var(--spacing) * 3.5);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-\[18px\] {
    margin-bottom: 18px;
  }
  .mb-\[22px\] {
    margin-bottom: 22px;
  }
  .ml-1 {
    margin-left: var(--spacing);
  }
  .ml-1\.5 {
    margin-left: calc(var(--spacing) * 1.5);
  }
  .ml-\[auto\] {
    margin-left: auto;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .aspect-\[4\/3\] {
    aspect-ratio: 4/3;
  }
  .h-2 {
    height: calc(var(--spacing) * 2);
  }
  .h-2\.5 {
    height: calc(var(--spacing) * 2.5);
  }
  .h-3 {
    height: calc(var(--spacing) * 3);
  }
  .h-3\.5 {
    height: calc(var(--spacing) * 3.5);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-7 {
    height: calc(var(--spacing) * 7);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-9 {
    height: calc(var(--spacing) * 9);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-11 {
    height: calc(var(--spacing) * 11);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-14 {
    height: calc(var(--spacing) * 14);
  }
  .h-16 {
    height: calc(var(--spacing) * 16);
  }
  .h-\[3px\] {
    height: 3px;
  }
  .h-\[5px\] {
    height: 5px;
  }
  .h-\[7px\] {
    height: 7px;
  }
  .h-\[9px\] {
    height: 9px;
  }
  .h-\[11px\] {
    height: 11px;
  }
  .h-\[13px\] {
    height: 13px;
  }
  .h-\[15px\] {
    height: 15px;
  }
  .h-\[17px\] {
    height: 17px;
  }
  .h-\[18px\] {
    height: 18px;
  }
  .h-\[19px\] {
    height: 19px;
  }
  .h-\[21px\] {
    height: 21px;
  }
  .h-\[22px\] {
    height: 22px;
  }
  .h-\[26px\] {
    height: 26px;
  }
  .h-\[30px\] {
    height: 30px;
  }
  .h-\[34px\] {
    height: 34px;
  }
  .h-\[38px\] {
    height: 38px;
  }
  .h-\[40\%\] {
    height: 40%;
  }
  .h-\[42px\] {
    height: 42px;
  }
  .h-\[46px\] {
    height: 46px;
  }
  .h-\[52px\] {
    height: 52px;
  }
  .h-\[58\%\] {
    height: 58%;
  }
  .h-\[60px\] {
    height: 60px;
  }
  .h-\[62px\] {
    height: 62px;
  }
  .h-\[70\%\] {
    height: 70%;
  }
  .h-\[70px\] {
    height: 70px;
  }
  .h-\[72px\] {
    height: 72px;
  }
  .h-\[76px\] {
    height: 76px;
  }
  .h-\[78px\] {
    height: 78px;
  }
  .h-\[82px\] {
    height: 82px;
  }
  .h-\[84px\] {
    height: 84px;
  }
  .h-\[140px\] {
    height: 140px;
  }
  .h-\[148px\] {
    height: 148px;
  }
  .h-\[150px\] {
    height: 150px;
  }
  .h-\[180px\] {
    height: 180px;
  }
  .h-\[200px\] {
    height: 200px;
  }
  .h-\[230px\] {
    height: 230px;
  }
  .h-\[280px\] {
    height: 280px;
  }
  .h-\[322px\] {
    height: 322px;
  }
  .h-\[440px\] {
    height: 440px;
  }
  .h-\[480px\] {
    height: 480px;
  }
  .h-\[calc\(100vh_-_220px\)\] {
    height: calc(100vh - 220px);
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .h-px {
    height: 1px;
  }
  .\[max-height\:88vh\] {
    max-height: 88vh;
  }
  .\[max-height\:290px\] {
    max-height: 290px;
  }
  .min-h-\[26px\] {
    min-height: 26px;
  }
  .min-h-\[220px\] {
    min-height: 220px;
  }
  .min-h-\[280px\] {
    min-height: 280px;
  }
  .min-h-\[360px\] {
    min-height: 360px;
  }
  .w-0\.5 {
    width: calc(var(--spacing) * 0.5);
  }
  .w-2 {
    width: calc(var(--spacing) * 2);
  }
  .w-2\.5 {
    width: calc(var(--spacing) * 2.5);
  }
  .w-3 {
    width: calc(var(--spacing) * 3);
  }
  .w-3\.5 {
    width: calc(var(--spacing) * 3.5);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-7 {
    width: calc(var(--spacing) * 7);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-9 {
    width: calc(var(--spacing) * 9);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-11 {
    width: calc(var(--spacing) * 11);
  }
  .w-12 {
    width: calc(var(--spacing) * 12);
  }
  .w-14 {
    width: calc(var(--spacing) * 14);
  }
  .w-16 {
    width: calc(var(--spacing) * 16);
  }
  .w-\[0\%\] {
    width: 0%;
  }
  .w-\[3\%\] {
    width: 3%;
  }
  .w-\[3px\] {
    width: 3px;
  }
  .w-\[5\%\] {
    width: 5%;
  }
  .w-\[7px\] {
    width: 7px;
  }
  .w-\[8\%\] {
    width: 8%;
  }
  .w-\[9px\] {
    width: 9px;
  }
  .w-\[11px\] {
    width: 11px;
  }
  .w-\[13px\] {
    width: 13px;
  }
  .w-\[15px\] {
    width: 15px;
  }
  .w-\[18px\] {
    width: 18px;
  }
  .w-\[19px\] {
    width: 19px;
  }
  .w-\[21px\] {
    width: 21px;
  }
  .w-\[22px\] {
    width: 22px;
  }
  .w-\[26px\] {
    width: 26px;
  }
  .w-\[30\%\] {
    width: 30%;
  }
  .w-\[30px\] {
    width: 30px;
  }
  .w-\[34px\] {
    width: 34px;
  }
  .w-\[38px\] {
    width: 38px;
  }
  .w-\[42px\] {
    width: 42px;
  }
  .w-\[46px\] {
    width: 46px;
  }
  .w-\[50\%\] {
    width: 50%;
  }
  .w-\[52px\] {
    width: 52px;
  }
  .w-\[60\%\] {
    width: 60%;
  }
  .w-\[60px\] {
    width: 60px;
  }
  .w-\[62px\] {
    width: 62px;
  }
  .w-\[72px\] {
    width: 72px;
  }
  .w-\[76px\] {
    width: 76px;
  }
  .w-\[78px\] {
    width: 78px;
  }
  .w-\[89\%\] {
    width: 89%;
  }
  .w-\[96\%\] {
    width: 96%;
  }
  .w-\[98\%\] {
    width: 98%;
  }
  .w-\[160px\] {
    width: 160px;
  }
  .w-\[200px\] {
    width: 200px;
  }
  .w-\[210px\] {
    width: 210px;
  }
  .w-\[230px\] {
    width: 230px;
  }
  .w-\[480px\] {
    width: 480px;
  }
  .w-\[fit-content\] {
    width: fit-content;
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .w-px {
    width: 1px;
  }
  .max-w-\[60\%\] {
    max-width: 60%;
  }
  .max-w-\[80\%\] {
    max-width: 80%;
  }
  .max-w-\[100\%\] {
    max-width: 100%;
  }
  .max-w-\[160px\] {
    max-width: 160px;
  }
  .max-w-\[240px\] {
    max-width: 240px;
  }
  .max-w-\[260px\] {
    max-width: 260px;
  }
  .max-w-\[280px\] {
    max-width: 280px;
  }
  .max-w-\[380px\] {
    max-width: 380px;
  }
  .max-w-\[400px\] {
    max-width: 400px;
  }
  .max-w-\[420px\] {
    max-width: 420px;
  }
  .max-w-\[440px\] {
    max-width: 440px;
  }
  .max-w-\[460px\] {
    max-width: 460px;
  }
  .max-w-\[480px\] {
    max-width: 480px;
  }
  .max-w-\[520px\] {
    max-width: 520px;
  }
  .max-w-\[560px\] {
    max-width: 560px;
  }
  .max-w-\[620px\] {
    max-width: 620px;
  }
  .max-w-\[640px\] {
    max-width: 640px;
  }
  .max-w-\[680px\] {
    max-width: 680px;
  }
  .max-w-\[760px\] {
    max-width: 760px;
  }
  .max-w-\[820px\] {
    max-width: 820px;
  }
  .max-w-\[900px\] {
    max-width: 900px;
  }
  .max-w-\[920px\] {
    max-width: 920px;
  }
  .max-w-\[1000px\] {
    max-width: 1000px;
  }
  .max-w-\[1180px\] {
    max-width: 1180px;
  }
  .max-w-\[1200px\] {
    max-width: 1200px;
  }
  .max-w-\[1320px\] {
    max-width: 1320px;
  }
  .max-w-\[none\] {
    max-width: none;
  }
  .min-w-0 {
    min-width: 0px;
  }
  .min-w-\[17px\] {
    min-width: 17px;
  }
  .min-w-\[21px\] {
    min-width: 21px;
  }
  .min-w-\[44px\] {
    min-width: 44px;
  }
  .min-w-\[64px\] {
    min-width: 64px;
  }
  .min-w-\[160px\] {
    min-width: 160px;
  }
  .min-w-\[180px\] {
    min-width: 180px;
  }
  .min-w-\[200px\] {
    min-width: 200px;
  }
  .min-w-\[210px\] {
    min-width: 210px;
  }
  .min-w-\[220px\] {
    min-width: 220px;
  }
  .min-w-\[240px\] {
    min-width: 240px;
  }
  .min-w-\[260px\] {
    min-width: 260px;
  }
  .min-w-\[300px\] {
    min-width: 300px;
  }
  .min-w-\[320px\] {
    min-width: 320px;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-\[0_0_96px\] {
    flex: 0 0 96px;
  }
  .flex-\[0_0_220px\] {
    flex: 0 0 220px;
  }
  .flex-\[0_0_auto\] {
    flex: 0 0 auto;
  }
  .flex-\[1_1_auto\] {
    flex: 1 1 auto;
  }
  .flex-none {
    flex: none;
  }
  .\[transform-origin\:50\%_30\%\] {
    transform-origin: 50% 30%;
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .\[transform\:translate\(-50\%\,-50\%\)\] {
    transform: translate(-50%,-50%);
  }
  .\[transform\:translateX\(-50\%\)_translateY\(20px\)\] {
    transform: translateX(-50%) translateY(20px);
  }
  .\[transform\:translateY\(-50\%\)\] {
    transform: translateY(-50%);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .animate-\[pulseRing_1\.6s_ease-out_infinite\] {
    animation: pulseRing 1.6s ease-out infinite;
  }
  .animate-\[squidArms_1\.1s_ease-in-out_infinite\] {
    animation: squidArms 1.1s ease-in-out infinite;
  }
  .\[cursor\:crosshair\] {
    cursor: crosshair;
  }
  .\[cursor\:not-allowed\] {
    cursor: not-allowed;
  }
  .cursor-help {
    cursor: help;
  }
  .cursor-not-allowed {
    cursor: not-allowed;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .\[touch-action\:none\] {
    touch-action: none;
  }
  .\[resize\:vertical\] {
    resize: vertical;
  }
  .resize {
    resize: both;
  }
  .\[appearance\:none\] {
    appearance: none;
  }
  .grid-cols-\[1\.3fr_1fr\] {
    grid-template-columns: 1.3fr 1fr;
  }
  .grid-cols-\[1\.25fr_1fr\] {
    grid-template-columns: 1.25fr 1fr;
  }
  .grid-cols-\[1fr\] {
    grid-template-columns: 1fr;
  }
  .grid-cols-\[1fr_1fr\] {
    grid-template-columns: 1fr 1fr;
  }
  .grid-cols-\[1fr_1fr_1fr\] {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .grid-cols-\[1fr_1fr_auto\] {
    grid-template-columns: 1fr 1fr auto;
  }
  .grid-cols-\[2fr_1fr\] {
    grid-template-columns: 2fr 1fr;
  }
  .grid-cols-\[180px_1fr\] {
    grid-template-columns: 180px 1fr;
  }
  .grid-cols-\[auto_1fr\] {
    grid-template-columns: auto 1fr;
  }
  .grid-cols-\[repeat\(3\,1fr\)\] {
    grid-template-columns: repeat(3,1fr);
  }
  .grid-cols-\[repeat\(4\,1fr\)\] {
    grid-template-columns: repeat(4,1fr);
  }
  .grid-cols-\[repeat\(auto-fit\,minmax\(250px\,1fr\)\)\] {
    grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
  }
  .\[flex-direction\:row-reverse\] {
    flex-direction: row-reverse;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .place-items-center {
    place-items: center;
  }
  .\[align-items\:start\] {
    align-items: start;
  }
  .items-baseline {
    align-items: baseline;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .items-stretch {
    align-items: stretch;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-0 {
    gap: 0px;
  }
  .gap-0\.5 {
    gap: calc(var(--spacing) * 0.5);
  }
  .gap-1 {
    gap: var(--spacing);
  }
  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-3\.5 {
    gap: calc(var(--spacing) * 3.5);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-\[3px\] {
    gap: 3px;
  }
  .gap-\[5px\] {
    gap: 5px;
  }
  .gap-\[6px_18px\] {
    gap: 6px 18px;
  }
  .gap-\[7px\] {
    gap: 7px;
  }
  .gap-\[9px\] {
    gap: 9px;
  }
  .gap-\[10px_16px\] {
    gap: 10px 16px;
  }
  .gap-\[10px_24px\] {
    gap: 10px 24px;
  }
  .gap-\[11px\] {
    gap: 11px;
  }
  .gap-\[13px\] {
    gap: 13px;
  }
  .gap-\[15px\] {
    gap: 15px;
  }
  .gap-\[18px\] {
    gap: 18px;
  }
  .gap-\[22px\] {
    gap: 22px;
  }
  .gap-\[30px\] {
    gap: 30px;
  }
  .gap-\[34px\] {
    gap: 34px;
  }
  .\[align-self\:center\] {
    align-self: center;
  }
  .\[align-self\:flex-start\] {
    align-self: flex-start;
  }
  .\[align-self\:start\] {
    align-self: start;
  }
  .\[align-self\:stretch\] {
    align-self: stretch;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .rounded-\[0\] {
    border-radius: 0;
  }
  .rounded-\[2px\] {
    border-radius: 2px;
  }
  .rounded-\[4px\] {
    border-radius: 4px;
  }
  .rounded-\[4px_4px_0_0\] {
    border-radius: 4px 4px 0 0;
  }
  .rounded-\[7px\] {
    border-radius: 7px;
  }
  .rounded-\[9px\] {
    border-radius: 9px;
  }
  .rounded-\[10px\] {
    border-radius: 10px;
  }
  .rounded-\[11px\] {
    border-radius: 11px;
  }
  .rounded-\[12px\] {
    border-radius: 12px;
  }
  .rounded-\[14px\] {
    border-radius: 14px;
  }
  .rounded-\[16px\] {
    border-radius: 16px;
  }
  .rounded-\[18px\] {
    border-radius: 18px;
  }
  .rounded-\[22px_22px_0_0\] {
    border-radius: 22px 22px 0 0;
  }
  .rounded-\[50\%\] {
    border-radius: 50%;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .border-\[transparent\] {
    border-color: transparent;
  }
  .border-amb {
    border-color: var(--color-amb);
  }
  .border-or {
    border-color: var(--color-or);
  }
  .bg-\[\#001A4F\] {
    background-color: #001A4F;
  }
  .bg-\[\#8A93A3\] {
    background-color: #8A93A3;
  }
  .bg-\[\#DDDCD6\] {
    background-color: #DDDCD6;
  }
  .bg-\[\#FDE7EF\] {
    background-color: #FDE7EF;
  }
  .bg-\[\#FF9E1D\] {
    background-color: #FF9E1D;
  }
  .bg-\[\#FFF2DE\] {
    background-color: #FFF2DE;
  }
  .bg-\[\#fff\] {
    background-color: #fff;
  }
  .bg-\[rgba\(0\,26\,79\,\.72\)\] {
    background-color: rgba(0,26,79,.72);
  }
  .bg-\[rgba\(0\,32\,108\,\.7\)\] {
    background-color: rgba(0,32,108,.7);
  }
  .bg-\[rgba\(110\,119\,132\,\.14\)\] {
    background-color: rgba(110,119,132,.14);
  }
  .bg-\[rgba\(192\,67\,47\,\.2\)\] {
    background-color: rgba(192,67,47,.2);
  }
  .bg-\[rgba\(255\,255\,255\,\.4\)\] {
    background-color: rgba(255,255,255,.4);
  }
  .bg-\[rgba\(255\,255\,255\,\.14\)\] {
    background-color: rgba(255,255,255,.14);
  }
  .bg-\[rgba\(255\,255\,255\,\.55\)\] {
    background-color: rgba(255,255,255,.55);
  }
  .bg-\[rgba\(255\,255\,255\,\.95\)\] {
    background-color: rgba(255,255,255,.95);
  }
  .bg-\[transparent\] {
    background-color: transparent;
  }
  .bg-amb {
    background-color: var(--color-amb);
  }
  .bg-ambbg {
    background-color: var(--color-ambbg);
  }
  .bg-canvas {
    background-color: var(--color-canvas);
  }
  .bg-danbg {
    background-color: var(--color-danbg);
  }
  .bg-dark {
    background-color: var(--color-dark);
  }
  .bg-grn {
    background-color: var(--color-grn);
  }
  .bg-grnbg {
    background-color: var(--color-grnbg);
  }
  .bg-line {
    background-color: var(--color-line);
  }
  .bg-or {
    background-color: var(--color-or);
  }
  .bg-orbg {
    background-color: var(--color-orbg);
  }
  .bg-soft {
    background-color: var(--color-soft);
  }
  .bg-\[linear-gradient\(to_top\,rgba\(0\,0\,0\,\.55\)\,rgba\(0\,0\,0\,0\)_55\%\)\] {
    background-image: linear-gradient(to top,rgba(0,0,0,.55),rgba(0,0,0,0) 55%);
  }
  .bg-\[linear-gradient\(to_top\,rgba\(0\,26\,79\,\.82\)\,rgba\(0\,26\,79\,\.28\)_55\%\,rgba\(0\,26\,79\,\.12\)\)\] {
    background-image: linear-gradient(to top,rgba(0,26,79,.82),rgba(0,26,79,.28) 55%,rgba(0,26,79,.12));
  }
  .bg-\[repeating-linear-gradient\(to_bottom\,_var\(--line\)_0_4px\,_transparent_4px_8px\)\] {
    background-image: repeating-linear-gradient(to bottom, var(--line) 0 4px, transparent 4px 8px);
  }
  .bg-\[url\(assets\/danisman-foto\.png\)\] {
    background-image: url(assets/danisman-foto.png);
  }
  .bg-\[url\(assets\/gocek-marina\.png\)\] {
    background-image: url(assets/gocek-marina.png);
  }
  .bg-\[url\(assets\/kaptan-yusuf\.jpg\)\] {
    background-image: url(assets/kaptan-yusuf.jpg);
  }
  .bg-\[url\(https\:\/\/images\.pexels\.com\/photos\/1078983\/pexels-photo-1078983\.jpeg\?auto\=compress\&cs\=tinysrgb\&w\=300\)\] {
    background-image: url(https://images.pexels.com/photos/1078983/pexels-photo-1078983.jpeg?auto=compress&cs=tinysrgb&w=300);
  }
  .bg-\[url\(https\:\/\/images\.pexels\.com\/photos\/1295361\/pexels-photo-1295361\.jpeg\?auto\=compress\&cs\=tinysrgb\&w\=600\)\] {
    background-image: url(https://images.pexels.com/photos/1295361/pexels-photo-1295361.jpeg?auto=compress&cs=tinysrgb&w=600);
  }
  .bg-\[url\(https\:\/\/images\.pexels\.com\/photos\/6510285\/pexels-photo-6510285\.jpeg\?auto\=compress\&cs\=tinysrgb\&w\=600\)\] {
    background-image: url(https://images.pexels.com/photos/6510285/pexels-photo-6510285.jpeg?auto=compress&cs=tinysrgb&w=600);
  }
  .bg-\[url\(https\:\/\/images\.pexels\.com\/photos\/8174783\/pexels-photo-8174783\.jpeg\?auto\=compress\&cs\=tinysrgb\&w\=600\)\] {
    background-image: url(https://images.pexels.com/photos/8174783/pexels-photo-8174783.jpeg?auto=compress&cs=tinysrgb&w=600);
  }
  .bg-\[url\(https\:\/\/images\.pexels\.com\/photos\/8356431\/pexels-photo-8356431\.jpeg\?auto\=compress\&cs\=tinysrgb\&w\=600\)\] {
    background-image: url(https://images.pexels.com/photos/8356431/pexels-photo-8356431.jpeg?auto=compress&cs=tinysrgb&w=600);
  }
  .bg-\[url\(https\:\/\/images\.pexels\.com\/photos\/12810604\/pexels-photo-12810604\.jpeg\?auto\=compress\&cs\=tinysrgb\&w\=600\)\] {
    background-image: url(https://images.pexels.com/photos/12810604/pexels-photo-12810604.jpeg?auto=compress&cs=tinysrgb&w=600);
  }
  .bg-\[url\(https\:\/\/images\.pexels\.com\/photos\/13045184\/pexels-photo-13045184\.jpeg\?auto\=compress\&cs\=tinysrgb\&w\=300\)\] {
    background-image: url(https://images.pexels.com/photos/13045184/pexels-photo-13045184.jpeg?auto=compress&cs=tinysrgb&w=300);
  }
  .bg-\[url\(https\:\/\/images\.pexels\.com\/photos\/13045184\/pexels-photo-13045184\.jpeg\?auto\=compress\&cs\=tinysrgb\&w\=600\)\] {
    background-image: url(https://images.pexels.com/photos/13045184/pexels-photo-13045184.jpeg?auto=compress&cs=tinysrgb&w=600);
  }
  .bg-\[url\(https\:\/\/images\.pexels\.com\/photos\/17859733\/pexels-photo-17859733\.jpeg\?auto\=compress\&cs\=tinysrgb\&w\=600\)\] {
    background-image: url(https://images.pexels.com/photos/17859733/pexels-photo-17859733.jpeg?auto=compress&cs=tinysrgb&w=600);
  }
  .bg-\[url\(https\:\/\/images\.pexels\.com\/photos\/27041506\/pexels-photo-27041506\.jpeg\?auto\=compress\&cs\=tinysrgb\&w\=600\)\] {
    background-image: url(https://images.pexels.com/photos/27041506/pexels-photo-27041506.jpeg?auto=compress&cs=tinysrgb&w=600);
  }
  .bg-\[url\(https\:\/\/images\.pexels\.com\/photos\/29607525\/pexels-photo-29607525\.jpeg\?auto\=compress\&cs\=tinysrgb\&w\=600\)\] {
    background-image: url(https://images.pexels.com/photos/29607525/pexels-photo-29607525.jpeg?auto=compress&cs=tinysrgb&w=600);
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-\[center_20\%\] {
    background-position: center 20%;
  }
  .bg-\[center_25\%\] {
    background-position: center 25%;
  }
  .bg-center {
    background-position: center;
  }
  .fill-current {
    fill: currentcolor;
  }
  .fill-none {
    fill: none;
  }
  .stroke-current {
    stroke: currentcolor;
  }
  .stroke-none {
    stroke: none;
  }
  .\[stroke-width\:1\.8\] {
    stroke-width: 1.8;
  }
  .\[stroke-width\:2\.2\] {
    stroke-width: 2.2;
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .p-0 {
    padding: 0px;
  }
  .p-1 {
    padding: var(--spacing);
  }
  .p-1\.5 {
    padding: calc(var(--spacing) * 1.5);
  }
  .p-2\.5 {
    padding: calc(var(--spacing) * 2.5);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-3\.5 {
    padding: calc(var(--spacing) * 3.5);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-7 {
    padding: calc(var(--spacing) * 7);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .p-9 {
    padding: calc(var(--spacing) * 9);
  }
  .p-10 {
    padding: calc(var(--spacing) * 10);
  }
  .p-\[0_0_16px_46px\] {
    padding: 0 0 16px 46px;
  }
  .p-\[0_2px\] {
    padding: 0 2px;
  }
  .p-\[0_4px\] {
    padding: 0 4px;
  }
  .p-\[0_6px\] {
    padding: 0 6px;
  }
  .p-\[0_16px\] {
    padding: 0 16px;
  }
  .p-\[0_22px_12px\] {
    padding: 0 22px 12px;
  }
  .p-\[0_22px_14px\] {
    padding: 0 22px 14px;
  }
  .p-\[1px_4px\] {
    padding: 1px 4px;
  }
  .p-\[2px_7px\] {
    padding: 2px 7px;
  }
  .p-\[2px_8px\] {
    padding: 2px 8px;
  }
  .p-\[3px_8px\] {
    padding: 3px 8px;
  }
  .p-\[3px_9px\] {
    padding: 3px 9px;
  }
  .p-\[4px_0_4px_16px\] {
    padding: 4px 0 4px 16px;
  }
  .p-\[4px_0_16px_46px\] {
    padding: 4px 0 16px 46px;
  }
  .p-\[4px_6px_10px\] {
    padding: 4px 6px 10px;
  }
  .p-\[4px_8px\] {
    padding: 4px 8px;
  }
  .p-\[4px_9px\] {
    padding: 4px 9px;
  }
  .p-\[5px_10px\] {
    padding: 5px 10px;
  }
  .p-\[6px_12px\] {
    padding: 6px 12px;
  }
  .p-\[6px_24px_16px\] {
    padding: 6px 24px 16px;
  }
  .p-\[7px_13px\] {
    padding: 7px 13px;
  }
  .p-\[7px_16px_7px_7px\] {
    padding: 7px 16px 7px 7px;
  }
  .p-\[8px_0\] {
    padding: 8px 0;
  }
  .p-\[8px_13px\] {
    padding: 8px 13px;
  }
  .p-\[8px_22px_14px\] {
    padding: 8px 22px 14px;
  }
  .p-\[8px_24px\] {
    padding: 8px 24px;
  }
  .p-\[9px_14px\] {
    padding: 9px 14px;
  }
  .p-\[9px_16px\] {
    padding: 9px 16px;
  }
  .p-\[9px_34px_9px_14px\] {
    padding: 9px 34px 9px 14px;
  }
  .p-\[10px_0\] {
    padding: 10px 0;
  }
  .p-\[10px_13px\] {
    padding: 10px 13px;
  }
  .p-\[10px_14px\] {
    padding: 10px 14px;
  }
  .p-\[10px_16px\] {
    padding: 10px 16px;
  }
  .p-\[11px\] {
    padding: 11px;
  }
  .p-\[11px_14px\] {
    padding: 11px 14px;
  }
  .p-\[11px_18px\] {
    padding: 11px 18px;
  }
  .p-\[11px_20px\] {
    padding: 11px 20px;
  }
  .p-\[12px_0\] {
    padding: 12px 0;
  }
  .p-\[12px_14px\] {
    padding: 12px 14px;
  }
  .p-\[12px_16px\] {
    padding: 12px 16px;
  }
  .p-\[12px_18px\] {
    padding: 12px 18px;
  }
  .p-\[12px_20px\] {
    padding: 12px 20px;
  }
  .p-\[12px_22px\] {
    padding: 12px 22px;
  }
  .p-\[12px_24px\] {
    padding: 12px 24px;
  }
  .p-\[13px_20px\] {
    padding: 13px 20px;
  }
  .p-\[13px_24px\] {
    padding: 13px 24px;
  }
  .p-\[13px_26px\] {
    padding: 13px 26px;
  }
  .p-\[13px_32px\] {
    padding: 13px 32px;
  }
  .p-\[14px_16px\] {
    padding: 14px 16px;
  }
  .p-\[14px_18px\] {
    padding: 14px 18px;
  }
  .p-\[14px_20px\] {
    padding: 14px 20px;
  }
  .p-\[14px_26px\] {
    padding: 14px 26px;
  }
  .p-\[15px\] {
    padding: 15px;
  }
  .p-\[16px_0_4px\] {
    padding: 16px 0 4px;
  }
  .p-\[16px_18px\] {
    padding: 16px 18px;
  }
  .p-\[16px_20px\] {
    padding: 16px 20px;
  }
  .p-\[16px_22px\] {
    padding: 16px 22px;
  }
  .p-\[16px_22px_20px\] {
    padding: 16px 22px 20px;
  }
  .p-\[16px_26px\] {
    padding: 16px 26px;
  }
  .p-\[18px\] {
    padding: 18px;
  }
  .p-\[18px_20px\] {
    padding: 18px 20px;
  }
  .p-\[18px_20px_20px\] {
    padding: 18px 20px 20px;
  }
  .p-\[18px_22px\] {
    padding: 18px 22px;
  }
  .p-\[18px_24px\] {
    padding: 18px 24px;
  }
  .p-\[20px_0_4px\] {
    padding: 20px 0 4px;
  }
  .p-\[20px_22px\] {
    padding: 20px 22px;
  }
  .p-\[20px_24px\] {
    padding: 20px 24px;
  }
  .p-\[22px\] {
    padding: 22px;
  }
  .p-\[22px_10px\] {
    padding: 22px 10px;
  }
  .p-\[22px_14px\] {
    padding: 22px 14px;
  }
  .p-\[22px_20px\] {
    padding: 22px 20px;
  }
  .p-\[22px_24px\] {
    padding: 22px 24px;
  }
  .p-\[22px_26px\] {
    padding: 22px 26px;
  }
  .p-\[22px_26px_20px\] {
    padding: 22px 26px 20px;
  }
  .p-\[22px_26px_26px\] {
    padding: 22px 26px 26px;
  }
  .p-\[24px_0_40px\] {
    padding: 24px 0 40px;
  }
  .p-\[24px_14px\] {
    padding: 24px 14px;
  }
  .p-\[24px_26px\] {
    padding: 24px 26px;
  }
  .p-\[26px\] {
    padding: 26px;
  }
  .p-\[26px_16px\] {
    padding: 26px 16px;
  }
  .p-\[26px_20px\] {
    padding: 26px 20px;
  }
  .p-\[26px_24px\] {
    padding: 26px 24px;
  }
  .p-\[26px_28px\] {
    padding: 26px 28px;
  }
  .p-\[30px_28px\] {
    padding: 30px 28px;
  }
  .p-\[32px_30px\] {
    padding: 32px 30px;
  }
  .p-\[34px_26px\] {
    padding: 34px 26px;
  }
  .p-\[36px_30px\] {
    padding: 36px 30px;
  }
  .p-\[38px_16px\] {
    padding: 38px 16px;
  }
  .p-\[40px_26px\] {
    padding: 40px 26px;
  }
  .p-\[40px_28px\] {
    padding: 40px 28px;
  }
  .p-\[44px_26px\] {
    padding: 44px 26px;
  }
  .p-\[46px_32px\] {
    padding: 46px 32px;
  }
  .pt-0 {
    padding-top: 0px;
  }
  .pt-2\.5 {
    padding-top: calc(var(--spacing) * 2.5);
  }
  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }
  .pt-3\.5 {
    padding-top: calc(var(--spacing) * 3.5);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pt-\[18px\] {
    padding-top: 18px;
  }
  .pr-0\.5 {
    padding-right: calc(var(--spacing) * 0.5);
  }
  .pr-4 {
    padding-right: calc(var(--spacing) * 4);
  }
  .pr-9 {
    padding-right: calc(var(--spacing) * 9);
  }
  .pr-\[38px\] {
    padding-right: 38px;
  }
  .pr-\[46px\] {
    padding-right: 46px;
  }
  .pr-\[74px\] {
    padding-right: 74px;
  }
  .pb-1 {
    padding-bottom: var(--spacing);
  }
  .pb-3\.5 {
    padding-bottom: calc(var(--spacing) * 3.5);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pl-0\.5 {
    padding-left: calc(var(--spacing) * 0.5);
  }
  .pl-3 {
    padding-left: calc(var(--spacing) * 3);
  }
  .pl-4 {
    padding-left: calc(var(--spacing) * 4);
  }
  .pl-10 {
    padding-left: calc(var(--spacing) * 10);
  }
  .pl-\[42px\] {
    padding-left: 42px;
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .\[vertical-align\:-1px\] {
    vertical-align: -1px;
  }
  .\[vertical-align\:-2px\] {
    vertical-align: -2px;
  }
  .font-\[inherit\] {
    font-family: inherit;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[15px\] {
    font-size: 15px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[17px\] {
    font-size: 17px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[19px\] {
    font-size: 19px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[21px\] {
    font-size: 21px;
  }
  .text-\[22px\] {
    font-size: 22px;
  }
  .text-\[23px\] {
    font-size: 23px;
  }
  .text-\[26px\] {
    font-size: 26px;
  }
  .text-\[28px\] {
    font-size: 28px;
  }
  .text-\[30px\] {
    font-size: 30px;
  }
  .text-\[44px\] {
    font-size: 44px;
  }
  .leading-\[1\.4\] {
    --tw-leading: 1.4;
    line-height: 1.4;
  }
  .leading-\[1\.5\] {
    --tw-leading: 1.5;
    line-height: 1.5;
  }
  .leading-\[1\.6\] {
    --tw-leading: 1.6;
    line-height: 1.6;
  }
  .leading-\[1\.55\] {
    --tw-leading: 1.55;
    line-height: 1.55;
  }
  .leading-\[1\.65\] {
    --tw-leading: 1.65;
    line-height: 1.65;
  }
  .leading-\[1\] {
    --tw-leading: 1;
    line-height: 1;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-\[-\.02em\] {
    --tw-tracking: -.02em;
    letter-spacing: -.02em;
  }
  .tracking-\[-\.04em\] {
    --tw-tracking: -.04em;
    letter-spacing: -.04em;
  }
  .tracking-\[-\.022em\] {
    --tw-tracking: -.022em;
    letter-spacing: -.022em;
  }
  .tracking-\[-\.024em\] {
    --tw-tracking: -.024em;
    letter-spacing: -.024em;
  }
  .tracking-\[-\.026em\] {
    --tw-tracking: -.026em;
    letter-spacing: -.026em;
  }
  .tracking-\[-\.028em\] {
    --tw-tracking: -.028em;
    letter-spacing: -.028em;
  }
  .tracking-\[-\.032em\] {
    --tw-tracking: -.032em;
    letter-spacing: -.032em;
  }
  .tracking-\[\.02em\] {
    --tw-tracking: .02em;
    letter-spacing: .02em;
  }
  .tracking-\[\.04em\] {
    --tw-tracking: .04em;
    letter-spacing: .04em;
  }
  .tracking-\[\.06em\] {
    --tw-tracking: .06em;
    letter-spacing: .06em;
  }
  .\[text-wrap\:pretty\] {
    text-wrap: pretty;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-\[\#001A4F\] {
    color: #001A4F;
  }
  .text-\[\#030F29\] {
    color: #030F29;
  }
  .text-\[\#00206C\] {
    color: #00206C;
  }
  .text-\[\#D6336C\] {
    color: #D6336C;
  }
  .text-\[\#DDD8D1\] {
    color: #DDD8D1;
  }
  .text-\[\#fff\] {
    color: #fff;
  }
  .text-\[rgba\(0\,32\,108\,\.65\)\] {
    color: rgba(0,32,108,.65);
  }
  .text-\[rgba\(255\,255\,255\,\.65\)\] {
    color: rgba(255,255,255,.65);
  }
  .text-amb {
    color: var(--color-amb);
  }
  .text-dan {
    color: var(--color-dan);
  }
  .text-dark {
    color: var(--color-dark);
  }
  .text-faint {
    color: var(--color-faint);
  }
  .text-grn {
    color: var(--color-grn);
  }
  .text-ink {
    color: var(--color-ink);
  }
  .text-line {
    color: var(--color-line);
  }
  .text-mut {
    color: var(--color-mut);
  }
  .text-mutsoft {
    color: var(--color-mutsoft);
  }
  .text-or {
    color: var(--color-or);
  }
  .text-ord {
    color: var(--color-ord);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .underline {
    text-decoration-line: underline;
  }
  .underline-offset-\[2px\] {
    text-underline-offset: 2px;
  }
  .accent-\[\#FF8A1D\] {
    accent-color: #FF8A1D;
  }
  .accent-amb {
    accent-color: var(--color-amb);
  }
  .accent-dark {
    accent-color: var(--color-dark);
  }
  .accent-or {
    accent-color: var(--color-or);
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-8 {
    opacity: 8%;
  }
  .opacity-10 {
    opacity: 10%;
  }
  .opacity-50 {
    opacity: 50%;
  }
  .opacity-60 {
    opacity: 60%;
  }
  .opacity-65 {
    opacity: 65%;
  }
  .opacity-70 {
    opacity: 70%;
  }
  .opacity-90 {
    opacity: 90%;
  }
  .shadow-\[0_0_0_1px_var\(--line\)\] {
    --tw-shadow: 0 0 0 1px var(--tw-shadow-color, var(--line));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_1px_3px_rgba\(0\,32\,108\,\.14\)\] {
    --tw-shadow: 0 1px 3px var(--tw-shadow-color, rgba(0,32,108,.14));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-sh2 {
    --tw-shadow: 0 10px 30px var(--tw-shadow-color, rgba(0, 32, 108, 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .\[backdrop-filter\:blur\(4px\)\] {
    backdrop-filter: blur(4px);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-\[\.14s\] {
    --tw-duration: .14s;
    transition-duration: .14s;
  }
  .duration-\[\.25s\] {
    --tw-duration: .25s;
    transition-duration: .25s;
  }
  .duration-\[0\.14s\] {
    --tw-duration: 0.14s;
    transition-duration: 0.14s;
  }
  .duration-\[1100ms\] {
    --tw-duration: 1100ms;
    transition-duration: 1100ms;
  }
  .duration-\[background_\.15s\,color_\.15s\] {
    --tw-duration: background .15s,color .15s;
    transition-duration: background .15s,color .15s;
  }
  .duration-\[transform_\.2s\] {
    --tw-duration: transform .2s;
    transition-duration: transform .2s;
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  .\[background\:linear-gradient\(180deg\,rgba\(0\,26\,79\,0\)_62\%\,rgba\(0\,26\,79\,\.42\)_100\%\)\] {
    background: linear-gradient(180deg,rgba(0,26,79,0) 62%,rgba(0,26,79,.42) 100%);
  }
  .\[border-bottom\:1px_solid_rgba\(0\,0\,0\,\.08\)\] {
    border-bottom: 1px solid rgba(0,0,0,.08);
  }
  .\[border-bottom\:1px_solid_var\(--line\)\] {
    border-bottom: 1px solid var(--line);
  }
  .\[border-left\:1px_solid_var\(--line\)\] {
    border-left: 1px solid var(--line);
  }
  .\[border-top\:0\] {
    border-top: 0;
  }
  .\[border-top\:1\.5px_dashed_var\(--line\)\] {
    border-top: 1.5px dashed var(--line);
  }
  .\[border-top\:1\.5px_solid_var\(--line\)\] {
    border-top: 1.5px solid var(--line);
  }
  .\[border-top\:1px_solid_rgba\(0\,0\,0\,\.08\)\] {
    border-top: 1px solid rgba(0,0,0,.08);
  }
  .\[border-top\:1px_solid_rgba\(30\,120\,80\,\.15\)\] {
    border-top: 1px solid rgba(30,120,80,.15);
  }
  .\[border-top\:1px_solid_var\(--line\)\] {
    border-top: 1px solid var(--line);
  }
  .\[border\:1\.5px_dashed_var\(--line\)\] {
    border: 1.5px dashed var(--line);
  }
  .\[border\:1\.5px_solid_var\(--line\)\] {
    border: 1.5px solid var(--line);
  }
  .\[border\:1\.5px_solid_var\(--or-d\)\] {
    border: 1.5px solid var(--or-d);
  }
  .\[border\:1px_solid_\#EFE7D9\] {
    border: 1px solid #EFE7D9;
  }
  .\[border\:1px_solid_rgba\(255\,138\,29\,\.35\)\] {
    border: 1px solid rgba(255,138,29,.35);
  }
  .\[border\:1px_solid_var\(--line\)\] {
    border: 1px solid var(--line);
  }
  .\[border\:2px_dashed_\#E8E3D9\] {
    border: 2px dashed #E8E3D9;
  }
  .\[border\:2px_solid_\#fff\] {
    border: 2px solid #fff;
  }
  .\[border\:2px_solid_var\(--faint\)\] {
    border: 2px solid var(--faint);
  }
  .\[stroke-linecap\:round\] {
    stroke-linecap: round;
  }
  .\[stroke-linejoin\:round\] {
    stroke-linejoin: round;
  }
  .\[text-shadow\:0_1px_8px_rgba\(0\,26\,79\,\.4\)\] {
    text-shadow: 0 1px 8px rgba(0,26,79,.4);
  }
  @media (hover: hover) {
    .hover\:bg-soft:hover {
      background-color: var(--color-soft);
    }
    .hover\:text-ink:hover {
      color: var(--color-ink);
    }
  }
  @media (width >= 900px) {
    .min-\[900px\]\:min-h-\[600px\] {
      min-height: 600px;
    }
    .min-\[900px\]\:grid-cols-\[1\.05fr_1fr\] {
      grid-template-columns: 1.05fr 1fr;
    }
    .min-\[900px\]\:p-\[38px_36px\] {
      padding: 38px 36px;
    }
  }
}
@layer base {
  .leaflet-control-zoom-in, .leaflet-control-zoom-out {
    color: var(--ink);
  }
  label.form-label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: var(--mut);
    margin-bottom: 6px;
  }
  :root {
    --canvas: #fbf6ee;
    --card: #ffffff;
    --line: #f1eee8;
    --soft: #faf7f1;
    --ink: #001a4f;
    --mut: #55606e;
    --mut-soft: #48525f;
    --faint: #6e7784;
    --or: #ff9d1c;
    --or2: #ff7d1a;
    --or-grad: linear-gradient(135deg, #ff7d1a, #ff9d1c);
    --or-d: #ff8a1d;
    --or-bg: #fff2de;
    --dark: #00206c;
    --amb: #a9640a;
    --amb-bg: #fff2de;
    --dan: #c0432f;
    --dan-bg: #fbece8;
    --vio: #33415c;
    --vio-bg: #eaedf3;
    --grn: #2e8b57;
    --grn-bg: #e6f4ea;
    --sh2: 0 10px 30px rgba(0, 32, 108, 0.1);
    --r: 22px;
  }
  * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  html, body, #root {
    background: #fbf6ee !important;
  }
  body {
    font-family: Inter, system-ui, sans-serif;
    color: var(--mut);
    font-size: 14px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    letter-spacing: -0.012em;
  }
  .eyebrow, .title, .greeting, .illus-card__title, .illus-card .illus-card__title, .metric__value, .tabular {
    font-family: Jost, system-ui, sans-serif;
  }
  .tabular {
    font-variant-numeric: tabular-nums;
    font-weight: 500;
  }
  .metric .metric__value {
    font-weight: 600;
  }
  b, strong {
    font-weight: 600;
  }
  svg.icon {
    width: 15px;
    height: 15px;
    flex: none;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  svg.icon.size-sm {
    width: 13px;
    height: 13px;
  }
  svg.icon.size-lg {
    width: 19px;
    height: 19px;
  }
  .illus-card {
    padding: 30px 26px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
  .illus-card__art {
    height: 92px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
  }
  .illus-card__art svg {
    display: block;
    width: auto;
  }
  .illus-card .illus-card__title {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.026em;
  }
  .illus-card .illus-card__text {
    font-size: 14px;
    color: var(--mut);
    margin-top: 8px;
    line-height: 1.55;
    max-width: 300px;
  }
  .illus-card .btn, .illus-card .btn--soft {
    margin-top: 20px;
  }
  .eyebrow {
    font-size: 14px;
    font-weight: 600;
    color: var(--dark);
    text-transform: uppercase;
    letter-spacing: 0.02em;
    display: flex;
    align-items: center;
    gap: 7px;
  }
  .is-hidden {
    display: none !important;
  }
  .nav a.is-locked {
    opacity: 0.4;
    cursor: not-allowed;
  }
  .nav a.is-locked:hover {
    background: transparent;
    color: var(--mut);
  }
  .card {
    background: var(--card);
    border: 1px solid #efe7d9;
    border-radius: var(--r);
  }
  .card.card--hoverable {
    cursor: pointer;
    transition: 0.18s;
  }
  .card.card--hoverable:hover {
    box-shadow: 0 14px 34px rgba(250, 247, 241, 1);
    transform: translateY(-2px);
  }
  .btn {
    border: 0;
    cursor: pointer;
    font-family: inherit;
    font-weight: 600;
    border-radius: 99px;
    transition: 0.14s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }
  .btn--primary {
    background: var(--or);
    color: var(--ink);
    padding: 12px 20px;
    font-size: 14px;
  }
  .btn--primary:hover {
    background: var(--or-d);
  }
  .btn--dark {
    background: var(--dark);
    color: #fff;
    padding: 12px 20px;
    font-size: 14px;
  }
  .btn--dark:hover {
    background: #001438;
  }
  .btn--soft {
    background: var(--soft);
    color: var(--ink);
    padding: 11px 18px;
    font-size: 14px;
  }
  .btn--soft:hover {
    background: #f3efe7;
  }
  .btn--xs {
    background: var(--soft);
    color: var(--ink);
    border: 0;
    padding: 8px 13px;
    font-size: 14px;
    border-radius: 99px;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: inherit;
    transition: 0.14s;
  }
  .btn--xs:hover {
    background: #f3efe7;
  }
  .pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 11px;
    border-radius: 99px;
  }
  .pill--accent {
    background: var(--or-bg);
    color: var(--or-d);
  }
  .pill--warning {
    background: var(--amb-bg);
    color: var(--amb);
  }
  .pill--danger {
    background: var(--dan-bg);
    color: var(--dan);
  }
  .pill--neutral {
    background: var(--soft);
    color: var(--mut);
  }
  .pill--success {
    background: var(--grn-bg);
    color: var(--grn);
  }
  .info-tip {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 22px;
    height: 22px;
    border-radius: 99px;
    display: grid;
    place-items: center;
    background: var(--or-bg);
    color: var(--or-d);
    cursor: help;
    z-index: 2;
    transition: 0.14s;
  }
  .info-tip:hover {
    background: var(--or);
    color: #fff;
  }
  .info-tip::after {
    content: attr(data-t);
    position: absolute;
    top: 26px;
    right: 0;
    background: var(--dark);
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    padding: 9px 12px;
    border-radius: 10px;
    width: 190px;
    white-space: normal;
    opacity: 0;
    pointer-events: none;
    transition: 0.14s;
    box-shadow: 0 6px 18px rgba(0, 32, 108, 0.22);
    z-index: 80;
  }
  .info-tip:hover::after {
    opacity: 1;
  }
  .info-tip.info-tip--inline {
    position: relative;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    flex: none;
  }
  .info-tip.info-tip--inline::after {
    top: 24px;
    right: -6px;
  }
  .dot {
    width: 6px;
    height: 6px;
    border-radius: 99px;
    flex: none;
  }
  .icon-badge {
    width: 38px;
    height: 38px;
    border-radius: 99px;
    display: grid;
    place-items: center;
    flex: none;
  }
  .icon-badge.size-sm {
    width: 30px;
    height: 30px;
  }
  .icon-badge.size-lg {
    width: 48px;
    height: 48px;
  }
  .icon-badge--accent {
    background: var(--or-bg);
    color: var(--or-d);
  }
  .icon-badge--warning {
    background: var(--amb-bg);
    color: var(--amb);
  }
  .icon-badge--neutral {
    background: var(--soft);
    color: var(--mut);
  }
  .icon-badge--danger {
    background: var(--dan-bg);
    color: var(--dan);
  }
  .icon-badge--info {
    background: var(--vio-bg);
    color: var(--vio);
  }
  .icon-badge--success {
    background: var(--grn-bg);
    color: var(--grn);
  }
  .metric {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .metric .metric__value {
    font-weight: 600;
    line-height: 1.15;
    letter-spacing: -0.022em;
    color: var(--ink);
  }
  .metric .meta-text {
    font-size: 14px;
    color: var(--faint);
    margin-top: 2px;
    font-weight: 400;
  }
  .metric .metric__unit {
    font-size: 14px;
    color: var(--faint);
    font-weight: 400;
  }
  .meta-text {
    font-size: 14px;
    color: var(--faint);
    font-weight: 400;
  }
  .avatar-initials {
    border-radius: 99px;
    display: inline-grid;
    place-items: center;
    font-weight: 600;
    flex: none;
    letter-spacing: -0.02em;
    line-height: 1;
    user-select: none;
    background-size: cover;
    background-position: center;
    overflow: hidden;
  }
  .avatar-initials.photo-tile {
    color: transparent !important;
    background-size: cover;
    background-position: center 40%;
    background-repeat: no-repeat;
    border-radius: 50% !important;
    aspect-ratio: 1;
  }
  .avatar-monogram {
    border-radius: 99px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: none;
    background: var(--soft);
    line-height: 1;
  }
  .avatar-monogram b, .avatar-monogram i {
    font-weight: 600;
    letter-spacing: 0.5px;
    display: block;
  }
  .avatar-monogram b {
    color: var(--or);
    margin-right: -0.02em;
  }
  .avatar-monogram i {
    color: var(--dark);
    font-style: normal;
  }
  .map-frame {
    border-radius: 18px;
    overflow: hidden;
    background: var(--soft);
    position: relative;
  }
  .map-frame .map-canvas {
    width: 100%;
    height: 100%;
    background: #dde6ec;
    min-height: 110px;
  }
  .map-error {
    display: grid;
    place-items: center;
    height: 100%;
    color: var(--mut);
    font-size: 14px;
    text-align: center;
    padding: 16px;
  }
  .leaflet-container {
    background: #dde6ec;
  }
  .leaflet-tile-pane {
    filter: saturate(0.62) contrast(0.94) brightness(1.03);
  }
  .leaflet-control-attribution {
    font-size: 14px;
    background: rgba(255, 255, 255, 0.75);
  }
  .map-marker-boat {
    width: 20px;
    height: 20px;
    border-radius: 99px;
    background: var(--or);
    border: 3px solid #fff;
    box-shadow: 0 0 0 6px rgba(255, 157, 28, 0.28), 0 2px 8px rgba(0, 32, 108, 0.3);
  }
  .map-marker-port {
    width: 12px;
    height: 12px;
    border-radius: 99px;
    background: #fff;
    border: 3px solid var(--dark);
  }
  body::before {
    content: "";
    position: fixed;
    left: -60px;
    bottom: 0;
    width: 560px;
    height: 560px;
    background: url(assets/mascot-squid.svg) no-repeat center/contain;
    opacity: 0.07;
    -webkit-mask-image: linear-gradient(to top, #000 40%, transparent 100%);
    mask-image: linear-gradient(to top, #000 40%, transparent 100%);
    pointer-events: none;
    z-index: 0;
    transform: rotate(-6deg);
  }
  .sidebar {
    width: 74px;
    flex: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    border: 1px solid #efe7d9;
    border-radius: 44px;
    padding: 14px 0;
    margin: 0 18px;
    position: sticky;
    top: 16px;
    height: calc(100vh - 32px);
    z-index: 45;
  }
  body.is-onboarding .sidebar {
    display: none;
  }
  .nav {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: center;
    width: 100%;
  }
  .nav a {
    width: 44px;
    height: 44px;
    border-radius: 99px;
    display: grid;
    place-items: center;
    color: var(--faint);
    cursor: pointer;
    transition: 0.16s;
    position: relative;
    flex: none;
  }
  .nav a:hover {
    background: var(--soft);
    color: var(--ink);
  }
  .nav a.is-active {
    background: var(--dark);
    color: #fff;
  }
  .nav a .b {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 8px;
    height: 8px;
    border-radius: 99px;
    background: var(--or);
    font-size: 0;
  }
  .nav a::after {
    content: attr(data-t);
    position: absolute;
    left: 52px;
    background: var(--dark);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 7px 12px;
    border-radius: 10px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: 0.14s;
    z-index: 80;
    box-shadow: 0 6px 18px rgba(0, 32, 108, 0.22);
  }
  .nav a:hover {
    z-index: 80;
  }
  .nav a:hover::after {
    opacity: 1;
  }
  .topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 8px 18px;
    gap: 16px;
    flex-wrap: wrap;
  }
  body.is-onboarding .topbar {
    justify-content: center;
    padding-top: 22px;
  }
  body.is-onboarding #topLeft {
    display: none;
  }
  body.is-onboarding [data-go="bildirim"], body.is-onboarding [data-go="destek"] {
    display: none;
  }
  body.is-onboarding #obBrand {
    display: flex !important;
  }
  .icon-btn {
    width: 44px;
    height: 44px;
    border-radius: 99px;
    background: #fff;
    border: 1px solid #efe7d9;
    display: grid;
    place-items: center;
    cursor: pointer;
    position: relative;
    color: var(--ink);
    flex: none;
    transition: 0.14s;
  }
  .icon-btn:hover {
    background: var(--soft);
  }
  .icon-btn.is-active {
    background: var(--dark);
    color: #fff;
  }
  .ghost-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    height: 44px;
    padding: 0 15px;
    border-radius: 99px;
    background: transparent;
    border: 1px solid #efe7d9;
    color: var(--ink);
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    cursor: pointer;
    transition: 0.14s;
  }
  .ghost-btn:hover {
    background: var(--soft);
  }
  .ghost-btn.is-active {
    background: var(--dark);
    border-color: var(--dark);
    color: #fff;
  }
  .lang-switch {
    display: flex;
    background: #fff;
    border: 1px solid #efe7d9;
    border-radius: 99px;
    padding: 4px;
    gap: 2px;
    flex: none;
  }
  .lang-switch button {
    border: 0;
    background: none;
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
    color: var(--mut);
    padding: 7px 12px;
    border-radius: 99px;
    cursor: pointer;
    transition: 0.14s;
    letter-spacing: 0.01em;
  }
  .lang-switch button.is-active {
    background: var(--dark);
    color: #fff;
  }
  .app-content {
    padding: 0 8px 18px;
    max-width: 1520px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  body.is-onboarding .app-content {
    max-width: 860px;
    padding: 0 24px 60px;
    margin: 0 auto;
  }
  .page {
    display: none;
  }
  .page.is-active {
    display: flex;
    flex-direction: column;
    flex: 1;
    animation: fade 0.34s ease both;
  }
  @keyframes fade {
    from {
      opacity: 0;
      transform: translateY(7px);
    }
    to {
      opacity: 1;
      transform: none;
    }
  }
  .grid {
    display: grid;
    gap: 14px;
  }
  .row {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 0;
  }
  .row + .row {
    border-top: 1px solid var(--line);
  }
  .kv-row {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 0;
    font-size: 14px;
  }
  .kv-row + .kv-row {
    border-top: 1px solid var(--line);
  }
  .progress-bar {
    height: 8px;
    border-radius: 99px;
    background: var(--soft);
    overflow: hidden;
  }
  .progress-bar i {
    display: block;
    height: 100%;
    border-radius: 99px;
    background: var(--or);
    transition: width 0.8s;
  }
  .switch {
    width: 38px;
    height: 22px;
    border-radius: 99px;
    background: var(--or);
    position: relative;
    flex: none;
    cursor: pointer;
    transition: 0.16s;
  }
  .switch::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 19px;
    width: 16px;
    height: 16px;
    border-radius: 99px;
    background: #fff;
    transition: 0.16s;
  }
  .switch.is-off {
    background: #dddcd6;
  }
  .switch.is-off::after {
    left: 3px;
  }
  input.form-control, select.form-control, textarea.form-control {
    width: 100%;
    border: 1px solid #e6e1da;
    border-radius: 14px;
    padding: 12px 14px;
    font-family: inherit;
    font-size: 14px;
    color: var(--ink);
    background: #fff;
    outline: none;
    transition: 0.14s;
  }
  input.form-control:focus, select.form-control:focus, textarea.form-control:focus {
    border-color: var(--or);
    box-shadow: 0 0 0 3px rgba(232, 114, 42, 0.14);
  }
  .port-field {
    position: relative;
  }
  .port-field input.form-control {
    padding-right: 38px;
  }
  .port-field__arrow {
    position: absolute;
    right: 6px;
    top: 6px;
    bottom: 6px;
    width: 28px;
    border: 0;
    background: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--faint);
    border-radius: 10px;
    transition: 0.14s;
  }
  .port-field__arrow:hover {
    background: var(--soft);
    color: var(--mut);
  }
  .port-field__arrow svg {
    transform: rotate(90deg);
    transition: 0.14s;
  }
  .port-field.is-open .port-field__arrow svg {
    transform: rotate(-90deg);
  }
  .port-field__group {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: var(--faint);
    padding: 9px 10px 4px;
  }
  .port-field__item {
    padding: 9px 10px;
    border-radius: 10px;
    font-size: 14px;
    color: var(--ink);
    cursor: pointer;
    font-weight: 500;
  }
  .port-field__item:hover {
    background: var(--soft);
  }
  .port-field__empty {
    padding: 14px 10px;
    font-size: 14px;
    color: var(--faint);
  }
  .back {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--mut);
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 16px;
    background: #fff;
    padding: 9px 15px;
    border-radius: 99px;
  }
  .back:hover {
    color: var(--ink);
  }
  .photo-tile {
    aspect-ratio: 4/3;
    border-radius: 8px;
    background: var(--soft);
    display: grid;
    place-items: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: 0.15s;
  }
  .photo-tile:hover {
    transform: scale(1.02);
  }
  .photo-tile .photo-tile__caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(27, 24, 21, 0.72);
    color: #fff;
    font-size: 14px;
    padding: 6px 8px;
    display: flex;
    justify-content: space-between;
  }
  .seg {
    display: flex;
    gap: 2px;
    background: var(--soft);
    border-radius: 99px;
    padding: 4px;
  }
  .seg button {
    flex: 1;
    border: 0;
    background: none;
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
    color: var(--mut);
    padding: 8px;
    border-radius: 99px;
    cursor: pointer;
    white-space: nowrap;
    transition: 0.14s;
  }
  .seg button.is-active {
    background: var(--dark);
    color: #fff;
  }
  .chip {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border: 1.5px solid var(--line);
    background: #fff;
    color: var(--mut);
    font-family: inherit;
    font-size: 12.5px;
    font-weight: 600;
    padding: 9px 14px;
    border-radius: 99px;
    cursor: pointer;
    transition: 0.14s;
  }
  .chip:hover {
    border-color: var(--dark);
  }
  .chip.is-active {
    background: var(--dark);
    color: #fff;
    border-color: var(--dark);
  }
  .chip.is-active svg {
    color: #fff;
  }
  .radio-card {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 13px 14px;
    border: 1.5px solid var(--line);
    border-radius: 14px;
    cursor: pointer;
    transition: 0.14s;
  }
  .radio-card:hover {
    border-color: var(--mut-soft);
  }
  @keyframes pulseRing {
    0% {
      transform: scale(0.85);
      opacity: 0.9;
    }
    70% {
      transform: scale(1.5);
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes squidArms {
    0%, 100% {
      transform: rotate(-6deg) scaleX(1.03);
    }
    50% {
      transform: rotate(6deg) scaleX(0.97);
    }
  }
  .steps {
    display: flex;
    gap: 8px;
    margin-bottom: 22px;
  }
  .steps .steps__step {
    flex: 1;
    height: 4px;
    border-radius: 99px;
    background: #ddd8d1;
  }
  .steps .steps__step.is-done {
    background: var(--or);
  }
  .steps .steps__step.is-current {
    background: var(--dark);
  }
  .timeline {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 26px;
    padding: 6px 4px;
    background: transparent;
  }
  .ms-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    position: relative;
    padding-bottom: 20px;
  }
  .ms-item:last-child {
    padding-bottom: 0;
  }
  .ms-dot {
    width: 30px;
    height: 30px;
    border-radius: 99px;
    background: #fff;
    color: var(--faint);
    border: 1.5px solid var(--line);
    display: grid;
    place-items: center;
    font-size: 14px;
    font-weight: 600;
    flex: none;
    z-index: 1;
    transition: all 0.2s;
  }
  .ms-item.is-done .ms-dot {
    background: var(--or);
    color: #fff;
    border-color: var(--or);
  }
  .ms-item.is-current .ms-dot {
    background: #fff;
    color: var(--or-d);
    border-color: var(--or);
    box-shadow: 0 0 0 4px var(--or-bg);
  }
  .ms-body {
    flex: 1;
    min-width: 0;
    padding-top: 5px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
  }
  .ms-label {
    font-size: 14px;
    font-weight: 500;
    color: var(--faint);
    letter-spacing: -0.01em;
    line-height: 1.4;
  }
  .ms-item.is-current .ms-label {
    color: var(--ink);
    font-weight: 600;
  }
  .ms-item.is-done .ms-label {
    color: var(--mut);
  }
  .ms-line {
    position: absolute;
    left: 14.5px;
    top: 30px;
    bottom: 0;
    width: 1.5px;
    background: var(--line);
  }
  a {
    color: #97591a;
    font-weight: 600;
    text-decoration: none;
  }
  a:hover {
    color: var(--ink);
    text-decoration: underline;
  }
  .ms-line.is-done {
    background: var(--or);
  }
  .acc-head.is-open .acc-chevron {
    transform: rotate(180deg);
  }
  @media (max-width: 640px) {
    .ms-item .ms-label {
      font-size: 14px;
    }
  }
  .surface-accent {
    background: var(--or-grad);
    color: var(--dark);
  }
  .surface-accent .meta-text, .surface-accent .metric__unit, .surface-accent .eyebrow {
    color: rgba(0, 32, 108, 0.66);
  }
  .flag-card {
    position: relative;
    overflow: hidden;
  }
  .flag-card::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 8px;
    pointer-events: none;
    background-image: linear-gradient( 45deg, rgba(255, 157, 28, 0.55) 25%, transparent 25%, transparent 75%, rgba(255, 157, 28, 0.55) 75% ), linear-gradient( 45deg, rgba(255, 157, 28, 0.55) 25%, transparent 25%, transparent 75%, rgba(255, 157, 28, 0.55) 75% );
    background-size: 8px 8px;
    background-position: 0 0, 4px 4px;
    -webkit-mask-image: linear-gradient( to left, #000 50%, transparent 100% );
    mask-image: linear-gradient(to left, #000 50%, transparent 100%);
  }
  .modal {
    position: fixed;
    inset: 0;
    background: rgba(27, 24, 21, 0.5);
    z-index: 60;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
  }
  .modal.is-active {
    display: flex;
  }
  .modal .modal__box {
    background: #fff;
    border-radius: 24px;
    width: 100%;
    max-width: 520px;
    padding: 26px;
    animation: pop 0.25s cubic-bezier(0.2, 0.8, 0.2, 1) both;
  }
  @keyframes pop {
    from {
      opacity: 0;
      transform: scale(0.96) translateY(8px);
    }
    to {
      opacity: 1;
      transform: none;
    }
  }
  .demo-bar {
    background: var(--dark);
    color: #fff;
    padding: 11px 22px;
    border-radius: 99px;
    margin: 0 8px 14px;
    display: none;
    align-items: center;
    justify-content: space-between;
    font-size: 12.5px;
    gap: 12px;
  }
  .demo-bar.is-active {
    display: flex;
  }
  @keyframes ring {
    0% {
      transform: scale(1);
      opacity: 0.5;
    }
    50% {
      transform: scale(1.9);
      opacity: 0;
    }
    100% {
      transform: scale(1);
      opacity: 0;
    }
  }
  .pulse::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 99px;
    background: currentColor;
    animation: ring 2.6s ease-out infinite;
  }
  .pulse-wrap {
    position: relative;
    display: inline-flex;
  }
  @keyframes tick {
    0% {
      transform: scale(0.5);
      opacity: 0;
    }
    60% {
      transform: scale(1.1);
    }
    100% {
      transform: scale(1);
      opacity: 1;
    }
  }
  .celebrate {
    animation: tick 0.5s cubic-bezier(0.2, 0.8, 0.2, 1) both;
  }
  @keyframes pulseDot {
    0%, 100% {
      transform: scale(1);
      opacity: 0.4;
    }
    50% {
      transform: scale(1.9);
      opacity: 0;
    }
  }
  @keyframes poolScan {
    0%, 100% {
      opacity: 0.4;
    }
    50% {
      opacity: 0.85;
    }
  }
  @keyframes shimmerBar {
    0% {
      transform: translateX(-100%);
    }
    100% {
      transform: translateX(220%);
    }
  }
  @media (max-width: 1040px) {
    .grid-6 > * {
      grid-column: span 6 !important;
    }
    .grid-3 {
      grid-template-columns: 1fr;
    }
  }
  @media (max-width: 900px) {
    .sidebar {
      display: none;
    }
    .grid-2 {
      grid-template-columns: 1fr;
    }
    .app-shell {
      padding: 12px;
    }
    .brand-mobile {
      display: flex !important;
    }
  }
  @media (prefers-reduced-motion: reduce) {
    * {
      animation: none !important;
      transition: none !important;
    }
  }
  .illus-art {
    fill: none;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  .title {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.024em;
    color: var(--ink);
  }
  .btn--gradient {
    background: var(--or-grad);
    color: var(--dark);
    padding: 12px 20px;
    font-size: 14px;
  }
  .btn--gradient:hover {
    filter: brightness(1.05);
  }
  .op-row {
    padding: 11px 0;
    border-top: 1px solid var(--line);
    margin: 0 -22px;
    padding-left: 22px;
    padding-right: 22px;
    transition: .12s;
  }
  .op-row:hover {
    background: var(--soft);
  }
  .pill--info {
    background: var(--vio-bg);
    color: var(--vio);
  }
  .icon-badge--inverse {
    background: var(--dark);
    color: #fff;
  }
  .map-badge {
    position: absolute;
    left: 12px;
    bottom: 12px;
    background: #fff;
    border-radius: 99px;
    padding: 7px 13px;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 7px;
    box-shadow: var(--sh2);
  }
  .app-shell {
    display: flex;
    min-height: 100vh;
    padding: 16px 16px 16px 0;
    background: #FBF6EE;
    position: relative;
    overflow: hidden;
  }
  .brand {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    cursor: pointer;
    margin-bottom: 18px;
    flex: none;
  }
  .nav-separator {
    width: 22px;
    height: 1px;
    background: var(--line);
    margin: 7px 0;
    flex: none;
  }
  .nav-account-btn {
    display: flex;
    align-items: center;
    gap: 9px;
    width: 100%;
    border: 0;
    background: none;
    font-family: inherit;
    font-size: 14px;
    font-weight: 500;
    color: var(--ink);
    padding: 9px 10px;
    border-radius: 9px;
    cursor: pointer;
    text-align: left;
    transition: .12s;
  }
  .nav-account-btn:hover {
    background: var(--soft);
  }
  .app-main {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
  }
  .greeting {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.028em;
    color: var(--ink);
  }
  .greeting__sub {
    color: var(--mut);
    font-size: 14px;
    margin-top: 3px;
  }
  .escrow-note {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    background: var(--vio-bg);
    color: var(--vio);
    border-radius: 16px;
    padding: 16px 18px;
  }
  .escrow-note svg {
    flex: none;
    margin-top: 1px;
  }
  .avatar-photo {
    border-radius: 99px;
    object-fit: cover;
    flex: none;
    background: var(--soft);
  }
  .wordmark {
    font-weight: 600;
    letter-spacing: -.035em;
    line-height: 1;
    white-space: nowrap;
  }
  .wordmark b {
    color: var(--or);
    font-weight: 600;
  }
  .wordmark i {
    color: var(--dark);
    font-style: normal;
    font-weight: 600;
  }
  .wordmark.soft b {
    color: #E4D9C6;
  }
  .wordmark.soft i {
    color: #CFCCC4;
  }
  .port-field__menu {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 6px);
    z-index: 80;
    background: #fff;
    border: 1px solid #EFE7D9;
    border-radius: 14px;
    box-shadow: 0 14px 34px rgba(0,26,79,.12);
    max-height: 280px;
    overflow-y: auto;
    padding: 6px;
  }
  .hsteps {
    display: flex;
    align-items: flex-start;
  }
  .hsteps__item {
    flex: 1;
    position: relative;
    text-align: center;
    padding: 0 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .hsteps__item:not(:first-child)::before {
    content: '';
    position: absolute;
    top: 15px;
    left: 0;
    width: 50%;
    height: 1.5px;
    background: var(--line);
    z-index: 0;
  }
  .hsteps__item.is-line-done::before {
    background: var(--or);
  }
  .hsteps__dot {
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 99px;
    background: #fff;
    color: var(--faint);
    border: 1.5px solid var(--line);
    display: grid;
    place-items: center;
    font-size: 14px;
    font-weight: 600;
    z-index: 1;
    margin-bottom: 10px;
  }
  .hsteps__item.is-done .hsteps__dot {
    background: var(--or);
    color: #fff;
    border-color: var(--or);
  }
  .hsteps__item.is-current .hsteps__dot {
    background: #fff;
    color: var(--or-d);
    border-color: var(--or);
    box-shadow: 0 0 0 4px var(--or-bg);
  }
  .hsteps__label {
    font-size: 14px;
    font-weight: 500;
    color: var(--faint);
    letter-spacing: -.01em;
  }
  .hsteps__item.is-current .hsteps__label {
    color: var(--ink);
    font-weight: 600;
  }
  .hsteps__item.is-done .hsteps__label {
    color: var(--mut);
  }
  .hsteps__sub {
    font-size: 14px;
    color: var(--mut);
    margin-top: 2px;
  }
  .hsteps__item.is-current .hsteps__sub {
    color: var(--mut-soft);
  }
  .chat-bubble__file {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 12px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 10px 12px;
    cursor: pointer;
    transition: .14s;
  }
  .chat-bubble__file:hover {
    border-color: var(--or);
  }
  .star-pick {
    display: flex;
    gap: 3px;
  }
  .star-pick button {
    border: 0;
    background: none;
    padding: 2px;
    cursor: pointer;
    color: #DDD8D1;
    display: grid;
    place-items: center;
    transition: .12s;
  }
  .star-pick button.is-active {
    color: var(--or);
  }
  .star-pick button:hover {
    transform: scale(1.12);
  }
  .crew-actions {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
  }
  .btn--xs.dan {
    background: var(--dan-bg);
    color: var(--dan);
  }
  .btn--xs.dan:hover {
    background: #F6E0DB;
  }
  .btn--soft.dan {
    background: var(--dan-bg);
    color: var(--dan);
  }
  .btn--soft.dan:hover {
    background: #F6E0DB;
  }
  .btn--primary.dan {
    background: var(--dan);
    color: #fff;
  }
  .btn--primary.dan:hover {
    background: #A83422;
  }
  .chat-scroll {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    padding: 20px 22px;
    display: flex;
    flex-direction: column;
    gap: 14px;
  }
  .chat-day {
    align-self: center;
    font-size: 14px;
    font-weight: 600;
    color: var(--faint);
    background: var(--soft);
    padding: 5px 12px;
    border-radius: 99px;
  }
  .chat-row {
    max-width: 78%;
    display: flex;
    flex-direction: column;
    gap: 4px;
    animation: bubIn .22s ease both;
  }
  .chat-row.me {
    align-self: flex-end;
    align-items: flex-end;
  }
  .chat-bubble {
    background: var(--soft);
    color: var(--mut-soft);
    font-size: 14px;
    line-height: 1.55;
    padding: 12px 16px;
    border-radius: 18px;
    border-bottom-left-radius: 6px;
  }
  .chat-bubble.bubMe {
    background: var(--dark);
    color: #fff;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 6px;
  }
  .chat-bubble__time {
    font-size: 14px;
    color: var(--faint);
    padding: 0 4px;
  }
  .chat-typing {
    display: flex;
    gap: 4px;
    align-items: center;
    padding: 14px 16px;
  }
  .chat-typing span {
    width: 6px;
    height: 6px;
    border-radius: 99px;
    background: var(--faint);
    animation: typeDot 1s infinite;
  }
  .chat-typing span:nth-child(2) {
    animation-delay: .15s;
  }
  .chat-typing span:nth-child(3) {
    animation-delay: .3s;
  }
  html,body,#root {
    background: #FBF6EE !important;
  }
  b,strong {
    font-weight: 600;
  }
  .illus-card .btn,.illus-card .btn--soft {
    margin-top: 20px;
  }
  [style*="background:var(--soft)"] {
    color: var(--mut-soft);
  }
  .avatar-monogram b,.avatar-monogram i {
    font-weight: 600;
    letter-spacing: -.07em;
    display: block;
  }
  .nav a .nav-badge {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 8px;
    height: 8px;
    border-radius: 99px;
    background: var(--or);
    font-size: 0;
  }
  body.is-onboarding [data-go="bildirim"],body.is-onboarding [data-go="destek"] {
    display: none;
  }
  .grid-2 {
    grid-template-columns: 1fr 1fr;
  }
  .grid-3 {
    grid-template-columns: repeat(3,1fr);
  }
  .grid-6 {
    grid-template-columns: repeat(6,1fr);
  }
  .row+.row {
    border-top: 1px solid var(--line);
  }
  .kv-row+.kv-row {
    border-top: 1px solid var(--line);
  }
  input.form-control,select.form-control,textarea.form-control {
    width: 100%;
    border: 1px solid #E6E1DA;
    border-radius: 14px;
    padding: 12px 14px;
    font-family: inherit;
    font-size: 14px;
    color: var(--ink);
    background: #fff;
    outline: none;
    transition: .14s;
  }
  input.form-control:focus,select.form-control:focus,textarea.form-control:focus {
    border-color: var(--or);
    box-shadow: 0 0 0 3px rgba(232,114,42,.14);
  }
  .acc-head:hover {
    background: var(--soft);
  }
  .surface-accent .meta-text,.surface-accent .metric__unit,.surface-accent .eyebrow {
    color: rgba(0,32,108,.66);
  }
  .nav a .hatIcon {
    filter: brightness(0) saturate(100%) invert(66%) sepia(4%) saturate(300%);
    opacity: .75;
  }
  .nav a:hover .hatIcon {
    filter: brightness(0) saturate(100%);
    opacity: .85;
  }
  .nav a.is-active .hatIcon {
    filter: brightness(0) invert(1);
    opacity: 1;
  }
  .btn--xs.btn--danger {
    background: var(--dan-bg);
    color: var(--dan);
  }
  .btn--xs.btn--danger:hover {
    background: #F6E0DB;
  }
  .btn--soft.btn--danger {
    background: var(--dan-bg);
    color: var(--dan);
  }
  .btn--soft.btn--danger:hover {
    background: #F6E0DB;
  }
  .btn--primary.btn--danger {
    background: var(--dan);
    color: #fff;
  }
  .btn--primary.btn--danger:hover {
    background: #A83422;
  }
  @keyframes squidArms {
    0%,100% {
      transform: rotate(-6deg) scaleX(1.03);
    }
  }
  @media (max-width:640px) {
    .ms-item .ms-label {
      font-size: 14px;
    }
  }
  @keyframes pulseDot {
    0%,100% {
      transform: scale(1);
      opacity: .4;
    }
  }
  @keyframes poolScan {
    0%,100% {
      opacity: .4;
    }
  }
  @media (max-width:1040px) {
    .grid-6>* {
      grid-column: span 6 !important;
    }
    .grid-3 {
      grid-template-columns: 1fr;
    }
    .grid-3>* {
      grid-column: span 1 !important;
    }
  }
  @media (max-width:900px) {
    .sidebar {
      display: none;
    }
    .grid-2 {
      grid-template-columns: 1fr;
    }
    .app-shell {
      padding: 12px;
    }
    .brand-mobile {
      display: flex !important;
    }
  }
  @media (prefers-reduced-motion:reduce) {
    * {
      animation: none !important;
      transition: none !important;
    }
  }
  @media (max-width:760px) {
    .hsteps {
      flex-direction: column;
      align-items: stretch;
      gap: 18px;
    }
    .hsteps__item {
      flex-direction: row;
      text-align: left;
      padding: 0;
    }
    .hsteps__item:not(:first-child)::before {
      display: none;
    }
    .hsteps__dot {
      margin-bottom: 0;
      margin-right: 12px;
    }
    .hsteps__item>div:not(.hsteps__dot) {
      text-align: left;
    }
  }
  @keyframes bubIn {
    from {
      opacity: 0;
      transform: translateY(6px);
    }
    to {
      opacity: 1;
      transform: none;
    }
  }
  @keyframes typeDot {
    0%,100% {
      opacity: .3;
      transform: translateY(0);
    }
    50% {
      opacity: 1;
      transform: translateY(-3px);
    }
  }
}
.leaflet-container, .leaflet-container .leaflet-control, .leaflet-container .leaflet-control-attribution, .leaflet-container .leaflet-control-attribution a, .leaflet-container .leaflet-popup-content, .leaflet-container .leaflet-control-zoom-in, .leaflet-container .leaflet-control-zoom-out {
  font-family: Inter, system-ui, sans-serif;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
    }
  }
}
