/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@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, ui-sans-serif, system-ui, 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 {
    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;
@property --tw-animation-delay {
  syntax: "*";
  inherits: false;
  initial-value: 0s;
}
@property --tw-animation-direction {
  syntax: "*";
  inherits: false;
  initial-value: normal;
}
@property --tw-animation-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-animation-fill-mode {
  syntax: "*";
  inherits: false;
  initial-value: none;
}
@property --tw-animation-iteration-count {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-enter-blur {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-enter-opacity {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-enter-rotate {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-enter-scale {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-enter-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-enter-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-exit-blur {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-exit-opacity {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-exit-rotate {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-exit-scale {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-exit-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-exit-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --scroll-fade-t {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0px;
}
@property --scroll-fade-b {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0px;
}
@property --scroll-fade-s {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0px;
}
@property --scroll-fade-e {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0px;
}
@property --scroll-fade-mask {
  syntax: "*";
  inherits: false;
}
@property --shimmer-angle {
  syntax: "<angle>";
  inherits: true;
  initial-value: 20deg;
}
@property --shimmer-image {
  syntax: "*";
  inherits: false;
}
@property --shimmer-text-fill {
  syntax: "*";
  inherits: false;
}
@media (prefers-reduced-motion: reduce) {
  .shimmer {
    animation: none;
    background-image: none;
    -webkit-text-fill-color: currentColor;
  }
}
:root,.dark {
  --background: #101923;
  --foreground: #edf2f7;
  --card: #15222f;
  --card-foreground: #edf2f7;
  --popover: #15222f;
  --popover-foreground: #edf2f7;
  --primary: #b8ef68;
  --primary-foreground: #142009;
  --secondary: #223344;
  --secondary-foreground: #edf2f7;
  --muted: #223344;
  --muted-foreground: #acbac7;
  --accent: #263b4c;
  --accent-foreground: #edf2f7;
  --destructive: #ff9292;
  --border: #304353;
  --input: #304353;
  --ring: #b8ef68;
  --radius: .8rem;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  background: var(--background);
  color: var(--foreground);
  font-family: Arial,Helvetica,sans-serif;
  font-size: 16px;
}
button,input,textarea {
  font: inherit;
}
button {
  cursor: pointer;
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 11px 16px;
  background: #223344;
  color: #edf2f7;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
button:hover {
  background: #304353;
}
button:disabled {
  opacity: .5;
  cursor: wait;
}
button:focus-visible,a:focus-visible {
  outline: 2px solid #b8ef68;
  outline-offset: 4px;
}
.primary {
  background: #b8ef68;
  color: #17210f;
  border-color: #b8ef68;
  font-weight: 700;
}
.primary:hover {
  background: #d1fa96;
}
input,textarea {
  width: 100%;
  border: 1px solid #415565;
  background: #101923;
  color: #edf2f7;
  padding: 13px 14px;
  border-radius: 8px;
  outline: none;
}
input:focus,textarea:focus {
  border-color: #b8ef68;
  box-shadow: 0 0 0 2px #b8ef6820;
}
label {
  display: grid;
  gap: 8px;
  font-size: 14px;
  color: #c8d3dd;
}
h1,h2,h3,p {
  margin: 0;
}
header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid #304353;
  padding: 24px 5%;
  font-size: 14px;
  color: #adbac6;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #edf2f7;
  font-weight: 800;
  font-size: 21px;
  letter-spacing: 2px;
}
.brand svg {
  color: #b8ef68;
}
.brand small {
  border-left: 1px solid #415565;
  padding-left: 12px;
  font-size: 12px;
  font-weight: 400;
}
.welcome {
  max-width: 780px;
  margin: 70px auto;
  text-align: center;
  padding: 0 24px;
}
.seal {
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  background: #b8ef6810;
  border: 1px solid #b8ef6840;
  color: #b8ef68;
  border-radius: 22px;
  margin: 0 auto 30px;
}
.eyebrow {
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 700;
  color: #b8ef68;
  margin-bottom: 18px;
}
.welcome h1 {
  font-size: 46px;
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: -1.5px;
  margin-bottom: 22px;
}
.welcome p:not(.eyebrow) {
  line-height: 1.7;
  color: #adbac6;
}
.unlock {
  display: grid;
  gap: 18px;
  max-width: 420px;
  margin: 32px auto;
  text-align: left;
}
small {
  font-size: 13px;
  color: #a8b9c6;
}
.workspace {
  max-width: 1240px;
  margin: auto;
  padding: 48px 5%;
}
.topline,.toolbar,.row,.actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}
.topline h1 {
  font-size: 36px;
  letter-spacing: -1px;
}
.subtle {
  color: #adbac6;
  line-height: 1.6;
}
.toolbar {
  margin: 32px 0 20px;
  flex-wrap: wrap;
}
.search {
  max-width: 430px;
}
.cards {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 18px;
}
.card {
  background: #15222f;
  border: 1px solid #304353;
  border-radius: 14px;
  padding: 22px;
}
.card h3 {
  font-size: 20px;
  margin: 18px 0 4px;
  overflow-wrap: anywhere;
}
.badge {
  font-size: 12px;
  background: #263b4c;
  color: #c8d6e1;
  padding: 6px 9px;
  border-radius: 5px;
}
.monogram {
  background: #b8ef68;
  color: #142009;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  font-size: 20px;
  font-weight: 700;
}
.card .subtle {
  font-size: 14px;
  overflow-wrap: anywhere;
}
.card .actions {
  margin-top: 22px;
  justify-content: flex-start;
}
.iconbtn {
  padding: 9px;
}
.empty {
  border: 1px dashed #415565;
  border-radius: 16px;
  padding: 64px 20px;
  text-align: center;
}
.empty h2 {
  font-size: 24px;
  margin: 18px 0 8px;
}
.empty button {
  margin-top: 22px;
}
.notice {
  color: #d6e1ea;
  background: #223344;
  border-left: 3px solid #b8ef68;
  padding: 14px 18px;
  line-height: 1.6;
  margin-bottom: 24px;
  font-size: 14px;
}
.error {
  color: #ffb1b1;
  margin-top: 16px;
  line-height: 1.5;
}
.formgrid {
  display: grid;
  gap: 17px;
}
.duo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.formactions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 8px;
}
.fieldrow {
  display: flex;
  gap: 8px;
}
.fieldrow input {
  min-width: 0;
}
.footer {
  border-top: 1px solid #304353;
  padding: 22px 5%;
  display: flex;
  justify-content: space-between;
  color: #adbac6;
  font-size: 13px;
  gap: 16px;
}
.modal {
  max-height: 90vh;
  overflow-y: auto;
}
.secureline {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 14px;
  color: #b8ef68;
  margin-top: 12px;
}
a {
  color: #b8ef68;
}
.wrap {
  overflow-wrap: anywhere;
}
@media (max-width:950px) {
  .cards {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
}
@media (max-width:640px) {
  header {
    align-items: flex-start;
    flex-direction: column;
    padding: 20px;
  }
  .welcome {
    margin: 40px auto;
  }
  .welcome h1 {
    font-size: 34px;
  }
  .workspace {
    padding: 30px 20px;
  }
  .cards {
    grid-template-columns: 1fr;
  }
  .topline {
    align-items: flex-start;
    flex-direction: column;
  }
  .topline h1 {
    font-size: 30px;
  }
  .duo {
    grid-template-columns: 1fr;
  }
  .footer {
    flex-direction: column;
  }
  .actions {
    flex-wrap: wrap;
  }
}
[data-slot="dialog-portal"],[data-slot="alert-dialog-portal"] {
  position: fixed;
  inset: 0;
  z-index: 50;
}
[data-slot="dialog-overlay"],[data-slot="alert-dialog-overlay"] {
  position: fixed;
  inset: 0;
  background: rgb(2 8 14 / .72);
  backdrop-filter: blur(4px);
}
[data-slot="dialog-content"],[data-slot="alert-dialog-content"] {
  position: fixed;
  z-index: 51;
  top: 50%;
  left: 50%;
  width: min(620px,calc(100vw - 32px));
  max-height: min(88vh,820px);
  overflow: auto;
  transform: translate(-50%,-50%);
  padding: 28px;
  border: 1px solid #415565;
  border-radius: 16px;
  background: #15222f;
  box-shadow: 0 28px 80px rgb(0 0 0 / .48);
  display: grid;
  gap: 18px;
}
[data-slot="dialog-title"],[data-slot="alert-dialog-title"] {
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.25;
  color: #f3f7fb;
}
[data-slot="dialog-description"],[data-slot="alert-dialog-description"] {
  margin-top: -10px;
  color: #acbac7;
  line-height: 1.5;
}
[data-slot="dialog-close"] {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 34px;
  height: 34px;
  padding: 0;
  border-radius: 8px;
  background: #223344;
}
[data-slot="dialog-close"] svg {
  width: 17px;
  height: 17px;
}
@media (max-width:640px) {
  [data-slot="dialog-content"],[data-slot="alert-dialog-content"] {
    width: calc(100vw - 20px);
    max-height: 92vh;
    padding: 22px 18px;
  }
  .modal .duo {
    grid-template-columns: 1fr;
  }
  .modal .formactions {
    position: sticky;
    bottom: -22px;
    padding: 14px 0 0;
    background: #15222f;
  }
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    :root, :host {
      --shimmer-angle: 20deg;
    }
    *, ::before, ::after, ::backdrop {
      --tw-animation-delay: 0s;
      --tw-animation-direction: normal;
      --tw-animation-duration: initial;
      --tw-animation-fill-mode: none;
      --tw-animation-iteration-count: 1;
      --tw-enter-blur: 0;
      --tw-enter-opacity: 1;
      --tw-enter-rotate: 0;
      --tw-enter-scale: 1;
      --tw-enter-translate-x: 0;
      --tw-enter-translate-y: 0;
      --tw-exit-blur: 0;
      --tw-exit-opacity: 1;
      --tw-exit-rotate: 0;
      --tw-exit-scale: 1;
      --tw-exit-translate-x: 0;
      --tw-exit-translate-y: 0;
      --scroll-fade-t: 0px;
      --scroll-fade-b: 0px;
      --scroll-fade-s: 0px;
      --scroll-fade-e: 0px;
      --scroll-fade-mask: initial;
      --shimmer-image: initial;
      --shimmer-text-fill: initial;
    }
  }
}
