/*!*****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./src/app/globals.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************/
/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: -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-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --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, -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 {
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .static {
    position: static;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .inline {
    display: inline;
  }
  .table {
    display: table;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .ring {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    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,);
  }
}
:root {
  color-scheme: light;
  --bg: #e6eaf0;
  --surface: #ffffff;
  --surface-2: #f1f4f8;
  --surface-3: #eef2f8;
  --border: #dfe4ec;
  --border-strong: #c5cdd9;
  --ink: #1e2732;
  --ink-2: #5a6673;
  --ink-3: #8894a1;
  --accent: #3b6fe0;
  --accent-2: #6d4de0;
  --accent-ink: #ffffff;
  --accent-soft: #e5eeff;
  --accent-text: #ffffff;
  --ink-inverse: #ffffff;
  --scrim: rgba(8, 12, 18, 0.42);
  --scrim-strong: rgba(8, 12, 18, 0.62);
  --ok: #12a678;
  --ok-bg: var(--ok);
  @supports (color: color-mix(in lab, red, red)) {
    --ok-bg: color-mix(in srgb, var(--ok) 12%, transparent);
  }
  --ok-line: var(--ok);
  @supports (color: color-mix(in lab, red, red)) {
    --ok-line: color-mix(in srgb, var(--ok) 28%, transparent);
  }
  --warn: #c98a10;
  --warn-bg: var(--warn);
  @supports (color: color-mix(in lab, red, red)) {
    --warn-bg: color-mix(in srgb, var(--warn) 12%, transparent);
  }
  --warn-line: var(--warn);
  @supports (color: color-mix(in lab, red, red)) {
    --warn-line: color-mix(in srgb, var(--warn) 28%, transparent);
  }
  --bad: #e5484d;
  --bad-bg: var(--bad);
  @supports (color: color-mix(in lab, red, red)) {
    --bad-bg: color-mix(in srgb, var(--bad) 12%, transparent);
  }
  --bad-line: var(--bad);
  @supports (color: color-mix(in lab, red, red)) {
    --bad-line: color-mix(in srgb, var(--bad) 28%, transparent);
  }
  --mut2: #8894a1;
  --mut-bg: var(--mut2);
  @supports (color: color-mix(in lab, red, red)) {
    --mut-bg: color-mix(in srgb, var(--mut2) 14%, transparent);
  }
  --mut-line: var(--mut2);
  @supports (color: color-mix(in lab, red, red)) {
    --mut-line: color-mix(in srgb, var(--mut2) 28%, transparent);
  }
  --mono: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
          Helvetica, Arial, sans-serif;
  --shadow: 0 1px 2px rgba(20, 30, 50, .06), 0 4px 14px rgba(20, 30, 50, .05);
  --shadow-lg: 0 8px 28px rgba(20, 30, 50, .14);
}
:root[data-theme="dark"] {
  color-scheme: dark;
  --bg: #0b0e13;
  --surface: #161b23;
  --surface-2: #1a2029;
  --surface-3: #1d2530;
  --border: #252d38;
  --border-strong: #35404f;
  --ink: #e9edf3;
  --ink-2: #9aa7b5;
  --ink-3: #6b7784;
  --accent: #5b8cff;
  --accent-2: #8b6dff;
  --accent-ink: #0b0e13;
  --accent-soft: #22314a;
  --ink-inverse: #0b0e13;
  --scrim: rgba(0, 0, 0, 0.55);
  --scrim-strong: rgba(0, 0, 0, 0.72);
  --ok: #34d399;
  --warn: #fbbf24;
  --bad: #f87171;
  --mut2: #94a3b8;
  --shadow: 0 1px 2px rgba(0, 0, 0, .3), 0 6px 20px rgba(0, 0, 0, .28);
  --shadow-lg: 0 12px 36px rgba(0, 0, 0, .45);
}
@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) {
    color-scheme: dark;
    --bg: #0b0e13;
    --surface: #161b23;
    --surface-2: #1a2029;
    --surface-3: #1d2530;
    --border: #252d38;
    --border-strong: #35404f;
    --ink: #e9edf3;
    --ink-2: #9aa7b5;
    --ink-3: #6b7784;
    --accent: #5b8cff;
    --accent-2: #8b6dff;
    --accent-ink: #0b0e13;
    --accent-soft: #22314a;
    --ink-inverse: #0b0e13;
    --scrim: rgba(0, 0, 0, 0.55);
    --scrim-strong: rgba(0, 0, 0, 0.72);
    --ok: #34d399;
    --warn: #fbbf24;
    --bad: #f87171;
    --mut2: #94a3b8;
    --shadow: 0 1px 2px rgba(0, 0, 0, .3), 0 6px 20px rgba(0, 0, 0, .28);
    --shadow-lg: 0 12px 36px rgba(0, 0, 0, .45);
  }
}
* {
  box-sizing: border-box;
}
html, body {
  margin: 0;
  padding: 0;
}
body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--mono);
  font-size: 13px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
button {
  font-family: inherit;
  cursor: pointer;
}
:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}
::selection {
  background: var(--accent);
  color: var(--accent-ink);
}
.tnum {
  font-variant-numeric: tabular-nums;
}
.hide {
  display: none !important;
}
@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
  }
}
.top {
  position: sticky;
  top: 0;
  z-index: 30;
  background: var(--bg);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--bg) 84%, transparent);
  }
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border);
}
.top-in {
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 11px 22px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 8px;
}
.brand .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ok);
  box-shadow: 0 0 0 3px var(--ok-bg);
}
.brand h1 {
  font-family: var(--sans);
  font-size: 14.5px;
  font-weight: 680;
  letter-spacing: -0.2px;
  margin: 0;
}
.brand small {
  color: var(--ink-3);
  font-size: 10px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  margin-left: 2px;
}
.stepper {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0 auto;
}
.step {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 5px 11px;
  border-radius: 20px;
  color: var(--ink-3);
  font-size: 12px;
  border: 1px solid transparent;
  background: transparent;
}
.step .num {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 10.5px;
  background: var(--surface-3);
  color: var(--ink-3);
  border: 1px solid var(--border);
}
.step.done {
  color: var(--ink-2);
}
.step.done .num {
  background: var(--ok);
  color: var(--ink-inverse);
  border-color: transparent;
}
.step.active {
  color: var(--ink);
  background: var(--surface);
  border-color: var(--border);
  box-shadow: var(--shadow);
}
.step.active .num {
  background: var(--accent);
  color: var(--accent-ink);
  border-color: transparent;
}
.step:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.step-sep {
  color: var(--ink-3);
  opacity: 0.5;
  font-size: 11px;
}
.stage {
  max-width: 1160px;
  margin: 0 auto;
  padding: 28px 22px 120px;
}
.narrow {
  max-width: 760px;
}
.eyebrow {
  font-size: 10.5px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 600;
}
h2.title {
  font-family: var(--sans);
  font-weight: 680;
  font-size: 23px;
  letter-spacing: -0.4px;
  margin: 8px 0 6px;
  text-wrap: balance;
}
.lede {
  color: var(--ink-2);
  font-size: 13.5px;
  max-width: 62ch;
  margin: 0 0 22px;
}
.lbl {
  font-size: 10px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--ink-3);
  display: block;
  margin-bottom: 7px;
}
.foot-note {
  font-size: 11px;
  color: var(--ink-3);
  margin-top: 18px;
  line-height: 1.55;
  max-width: 76ch;
}
.brief-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 14px;
  box-shadow: var(--shadow-lg);
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
textarea.brief {
  width: 100%;
  min-height: 132px;
  resize: vertical;
  background: var(--surface-2);
  color: var(--ink);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 13px 14px;
  font-family: var(--mono);
  font-size: 13.5px;
  line-height: 1.65;
}
textarea.brief:focus {
  border-color: var(--accent);
  outline: none;
}
.grid2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 660px) {
  .grid2 {
    grid-template-columns: 1fr;
  }
}
.toneset {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.tone {
  border: 1px solid var(--border);
  background: var(--surface-2);
  color: var(--ink-2);
  border-radius: 20px;
  padding: 5px 12px;
  font-size: 12px;
}
.tone.on {
  border-color: var(--accent);
  background: var(--accent-soft);
  color: var(--ink);
  font-weight: 560;
}
.tlds {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}
.chip {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 9px;
  border-radius: 7px;
  border: 1px solid var(--border);
  background: var(--surface-2);
  color: var(--ink-2);
  font-size: 12px;
  user-select: none;
}
.chip.on {
  border-color: var(--accent);
  background: var(--accent-soft);
  color: var(--ink);
}
.chip.pin {
  border-color: var(--accent);
  background: var(--accent);
  color: var(--accent-ink);
  font-weight: 600;
}
.chip.pin::after {
  content: "PIN";
  font-size: 8px;
  border: 1px solid currentColor;
  border-radius: 3px;
  padding: 0 2px;
  opacity: 0.85;
}
.addtld {
  flex: 1 1 90px;
  min-width: 80px;
  background: var(--surface-2);
  border: 1px dashed var(--border-strong);
  border-radius: 7px;
  color: var(--ink-2);
  padding: 5px 9px;
  font-family: var(--mono);
  font-size: 12px;
}
.range-row {
  display: flex;
  align-items: center;
  gap: 12px;
}
input[type="range"] {
  flex: 1;
  accent-color: var(--accent);
}
.hint {
  font-size: 11px;
  color: var(--ink-3);
}
.cta {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: var(--accent-text);
  border: 0;
  border-radius: 10px;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 640;
  box-shadow: var(--shadow);
}
.cta.big {
  align-self: stretch;
}
.cta:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.cta kbd {
  background: var(--accent-ink);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--accent-ink) 22%, transparent);
  }
  border-radius: 5px;
  padding: 0 6px;
  font-size: 11px;
}
.cta.secondary {
  background: var(--surface);
  color: var(--ink);
  border: 1px solid var(--border-strong);
  box-shadow: none;
}
.cta.danger {
  background: var(--bad-bg);
  color: var(--bad);
  border: 1px solid var(--bad-line);
  box-shadow: none;
}
.err {
  font-size: 12px;
  color: var(--bad);
  background: var(--bad-bg);
  border: 1px solid var(--bad-line);
  border-radius: 8px;
  padding: 10px 12px;
}
.ai-note {
  display: flex;
  gap: 11px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-left: 3px solid var(--accent);
  border-radius: 10px;
  padding: 12px 14px;
  margin-bottom: 18px;
  box-shadow: var(--shadow);
}
.ai-note .av {
  width: 22px;
  height: 22px;
  border-radius: 6px;
  background: var(--accent-soft);
  color: var(--accent);
  display: grid;
  place-items: center;
  font-size: 12px;
  flex: none;
}
.ai-note .bd {
  font-size: 12.5px;
  color: var(--ink-2);
}
.selbar {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.selbar .cnt {
  font-size: 12px;
  color: var(--ink-2);
}
.selbar .cnt b {
  color: var(--ink);
}
.linkbtn {
  background: none;
  border: 0;
  color: var(--accent);
  font-size: 12px;
  padding: 2px 4px;
}
.name-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(236px, 1fr));
  gap: 11px;
}
.npick {
  position: relative;
  text-align: left;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 11px;
  padding: 13px 14px 13px 40px;
  box-shadow: var(--shadow);
  transition: border-color 0.12s, transform 0.12s;
}
.npick:hover {
  border-color: var(--border-strong);
  transform: translateY(-1px);
}
.npick.sel {
  border-color: var(--accent);
  background: var(--accent-soft);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--accent-soft) 40%, var(--surface));
  }
}
.npick .box {
  position: absolute;
  left: 13px;
  top: 14px;
  width: 18px;
  height: 18px;
  border-radius: 5px;
  border: 1.5px solid var(--border-strong);
  display: grid;
  place-items: center;
  color: transparent;
  font-size: 12px;
}
.npick.sel .box {
  background: var(--accent);
  border-color: var(--accent);
  color: var(--ink-inverse);
}
.npick .nm {
  font-family: var(--sans);
  font-size: 17px;
  font-weight: 640;
  letter-spacing: -0.3px;
}
.npick .why {
  font-size: 11.5px;
  color: var(--ink-3);
  margin-top: 3px;
  line-height: 1.45;
}
.npick .tag {
  display: inline-block;
  margin-top: 8px;
  font-size: 10px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: var(--mut2);
  background: var(--mut-bg);
  border: 1px solid var(--mut-line);
  border-radius: 4px;
  padding: 1px 6px;
}
.npick.seen .tag {
  color: var(--warn);
  background: var(--warn-bg);
  border-color: var(--warn-line);
}
.shimmer {
  position: relative;
  overflow: hidden;
  background: var(--surface-2);
  border: 1px solid var(--border);
  border-radius: 11px;
  height: 104px;
}
.shimmer::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, var(--ink), transparent);
  @supports (color: color-mix(in lab, red, red)) {
    background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--ink) 7%, transparent), transparent);
  }
  transform: translateX(-100%);
  animation: sh 1.1s infinite;
}
@keyframes sh {
  to {
    transform: translateX(100%);
  }
}
.actionbar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 35;
  background: var(--surface);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--surface) 92%, transparent);
  }
  backdrop-filter: blur(10px);
  border-top: 1px solid var(--border);
}
.actionbar-in {
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 22px;
  flex-wrap: wrap;
}
.actionbar .spacer {
  flex: 1;
}
.toolbar {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.counter {
  display: flex;
  align-items: baseline;
  gap: 7px;
  font-size: 12px;
  color: var(--ink-2);
}
.counter b {
  font-size: 15px;
  color: var(--ink);
}
.counter .strong-k {
  color: var(--ok);
}
.progress {
  flex: 1 1 120px;
  height: 5px;
  min-width: 90px;
  background: var(--surface-3);
  border-radius: 3px;
  overflow: hidden;
}
.progress > i {
  display: block;
  height: 100%;
  background: var(--ok);
  border-radius: 3px;
  transition: width 0.2s;
}
.seg {
  display: inline-flex;
  background: var(--surface-2);
  border: 1px solid var(--border);
  border-radius: 7px;
  padding: 2px;
}
.seg button {
  border: 0;
  background: transparent;
  color: var(--ink-2);
  font-size: 11.5px;
  padding: 4px 10px;
  border-radius: 5px;
  letter-spacing: 0.3px;
}
.seg button.on {
  background: var(--surface);
  color: var(--ink);
  box-shadow: var(--shadow);
  font-weight: 600;
}
.ghost-btn {
  background: var(--surface-2);
  border: 1px solid var(--border);
  color: var(--ink-2);
  border-radius: 7px;
  padding: 6px 11px;
  font-size: 11.5px;
}
.ghost-btn:hover {
  border-color: var(--border-strong);
  color: var(--ink);
}
.filters {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 16px;
}
.fpill {
  border: 1px solid var(--border);
  background: var(--surface);
  color: var(--ink-2);
  border-radius: 20px;
  padding: 4px 12px;
  font-size: 11.5px;
  display: inline-flex;
  gap: 6px;
  align-items: center;
}
.fpill .n {
  color: var(--ink-3);
  font-size: 10.5px;
}
.fpill .sw {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.fpill.on {
  border-color: var(--accent);
  background: var(--accent-soft);
  color: var(--ink);
}
.verdict {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 680;
  font-size: 11px;
  letter-spacing: 0.6px;
  padding: 3px 9px;
  border-radius: 6px;
  white-space: nowrap;
}
.v-STRONG {
  background: var(--ok);
  color: var(--ink-inverse);
}
.v-BUYABLE {
  background: var(--warn-bg);
  color: var(--warn);
  border: 1px solid var(--warn-line);
}
.v-WEAK {
  background: var(--accent-soft);
  color: var(--accent);
  border: 1px solid var(--accent);
  @supports (color: color-mix(in lab, red, red)) {
    border: 1px solid color-mix(in srgb, var(--accent) 30%, transparent);
  }
}
.v-DEAD {
  background: var(--bad-bg);
  color: var(--bad);
  border: 1px solid var(--bad-line);
}
.v-INDETERMINATE, .v-PENDING {
  background: var(--mut-bg);
  color: var(--mut2);
  border: 1px solid var(--mut-line);
}
.badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  padding: 2px 7px;
  border-radius: 5px;
  white-space: nowrap;
  border: 1px solid transparent;
}
.badge .d {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  flex: none;
}
.s-AVAILABLE {
  background: var(--ok-bg);
  color: var(--ok);
  border-color: var(--ok-line);
}
.s-AVAILABLE .d {
  background: var(--ok);
}
.s-FOR_SALE {
  background: var(--warn-bg);
  color: var(--warn);
  border-color: var(--warn-line);
}
.s-FOR_SALE .d {
  background: var(--warn);
}
.s-REGISTERED {
  background: var(--bad-bg);
  color: var(--bad);
  border-color: var(--bad-line);
}
.s-REGISTERED .d {
  background: var(--bad);
}
.s-RATE_LIMITED, .s-UNSUPPORTED, .s-UNKNOWN {
  background: var(--mut-bg);
  color: var(--mut2);
  border-color: var(--mut-line);
}
.s-RATE_LIMITED .d, .s-UNSUPPORTED .d, .s-UNKNOWN .d {
  background: var(--mut2);
}
.unv-flag {
  font-size: 9px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: var(--ink-3);
  border: 1px solid var(--border);
  border-radius: 3px;
  padding: 0 3px;
  margin-left: 4px;
}
.actbtn {
  width: 24px;
  height: 24px;
  border: 1px solid transparent;
  background: transparent;
  border-radius: 6px;
  color: var(--ink-3);
  font-size: 12px;
  display: inline-grid;
  place-items: center;
}
.actbtn:hover {
  background: var(--surface-3);
  color: var(--ink);
  border-color: var(--border);
}
.actbtn.fav.on {
  color: var(--warn);
}
.actbtn.rej.on {
  color: var(--bad);
}
.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(292px, 1fr));
  gap: 12px;
}
.card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 12px;
  box-shadow: var(--shadow);
  overflow: hidden;
}
.card.strong {
  border-color: var(--ok);
  @supports (color: color-mix(in lab, red, red)) {
    border-color: color-mix(in srgb, var(--ok) 48%, var(--border));
  }
}
.card.rejected {
  opacity: 0.55;
}
.card-hd {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 12px 13px;
  border-bottom: 1px solid var(--border);
}
.card-hd .nm {
  font-family: var(--sans);
  font-size: 17px;
  font-weight: 650;
  letter-spacing: -0.3px;
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card-acts {
  display: flex;
  gap: 1px;
}
.trow {
  display: grid;
  grid-template-columns: 56px 1fr auto;
  align-items: center;
  gap: 9px;
  padding: 9px 13px;
  border-top: 1px solid var(--surface-3);
}
.trow:first-of-type {
  border-top: 0;
}
.trow.com {
  background: var(--accent-soft);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--accent-soft) 26%, transparent);
  }
}
.trow .tl {
  font-weight: 600;
}
.trow .tl.com {
  color: var(--accent);
}
.trow .meta {
  font-size: 10.5px;
  color: var(--ink-3);
  text-align: right;
}
.ledger-wrap {
  border: 1px solid var(--border);
  border-radius: 10px;
  overflow: hidden;
  background: var(--surface);
  box-shadow: var(--shadow);
}
.ledger-scroll {
  overflow-x: auto;
}
table.ledger {
  border-collapse: collapse;
  width: 100%;
  min-width: 900px;
}
table.ledger thead th {
  position: sticky;
  top: 0;
  background: var(--surface-2);
  z-index: 5;
  text-align: left;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--ink-3);
  padding: 9px 10px;
  border-bottom: 1px solid var(--border-strong);
  font-weight: 600;
  white-space: nowrap;
}
table.ledger tbody {
  border-top: 1px solid var(--border);
}
table.ledger tbody:first-of-type {
  border-top: 0;
}
table.ledger td {
  padding: 8px 10px;
  vertical-align: middle;
  border-top: 1px solid var(--surface-3);
  white-space: nowrap;
}
table.ledger tr:first-child td {
  border-top: 0;
}
table.ledger td.name-c {
  vertical-align: top;
  padding-top: 11px;
}
table.ledger tbody:hover td {
  background: var(--accent-soft);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--accent-soft) 30%, transparent);
  }
}
.name-txt {
  font-size: 14px;
  font-weight: 640;
  letter-spacing: -0.2px;
}
.name-sub {
  font-size: 10px;
  color: var(--ink-3);
  margin-top: 2px;
}
.tld-c {
  font-weight: 600;
}
.tld-c.com {
  color: var(--accent);
}
.dim {
  color: var(--ink-3);
}
.empty {
  border: 1px dashed var(--border-strong);
  border-radius: 12px;
  padding: 40px 20px;
  text-align: center;
  color: var(--ink-3);
  background: var(--surface-2);
}
[data-tip] {
  position: relative;
}
[data-tip]::after {
  content: attr(data-tip);
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  background: var(--ink);
  color: var(--bg);
  font-size: 11px;
  font-family: var(--mono);
  line-height: 1.45;
  padding: 7px 9px;
  border-radius: 7px;
  width: max-content;
  max-width: 260px;
  white-space: normal;
  text-align: left;
  box-shadow: var(--shadow-lg);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.12s 0.35s;
  z-index: 60;
}
[data-tip]:hover::after, [data-tip]:focus-visible::after {
  opacity: 1;
}
[data-tip-left]::after {
  left: 0;
  transform: none;
}
.drawer-scrim {
  position: fixed;
  inset: 0;
  background: var(--scrim);
  backdrop-filter: blur(2px);
  z-index: 50;
  display: flex;
  justify-content: flex-end;
}
.drawer {
  width: 380px;
  max-width: 92vw;
  background: var(--surface);
  border-left: 1px solid var(--border);
  box-shadow: var(--shadow-lg);
  padding: 16px 18px 24px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.drawer.wide {
  width: 460px;
}
.drawer-hd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--border);
}
.runs {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.run-item {
  text-align: left;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 9px 10px;
}
.run-item:hover {
  background: var(--surface-2);
  border-color: var(--border);
}
.run-item .rt {
  font-size: 13px;
  color: var(--ink);
}
.run-item .rd {
  font-size: 10.5px;
  color: var(--ink-3);
  margin-top: 2px;
}
.tour-buttons {
  display: flex;
  gap: 8px;
  margin-top: 6px;
}
.tour-buttons .hint {
  opacity: 0.75;
  margin-left: 4px;
}
.guides {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.guide {
  border-bottom: 1px solid var(--surface-3);
}
.guide-hd {
  display: flex;
  align-items: center;
  gap: 8px;
}
.guide-title {
  flex: 1;
  text-align: left;
  background: none;
  border: 0;
  color: var(--ink);
  font-size: 13px;
  padding: 10px 0;
  font-family: var(--mono);
}
.guide.open .guide-title {
  color: var(--accent);
  font-weight: 600;
}
.play-btn {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid var(--border);
  background: var(--surface-2);
  color: var(--accent);
  font-size: 10px;
  display: grid;
  place-items: center;
}
.play-btn:hover {
  background: var(--accent-soft);
  border-color: var(--accent);
}
.guide-body {
  font-size: 12px;
  color: var(--ink-2);
  margin: 0 0 12px;
  line-height: 1.6;
}
.chat {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 6px 0;
  overflow-y: auto;
}
.suggestions {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: flex-start;
}
.msg {
  font-size: 12.5px;
  line-height: 1.6;
  padding: 9px 11px;
  border-radius: 10px;
  white-space: pre-wrap;
}
.msg.user {
  background: var(--accent-soft);
  color: var(--ink);
  align-self: flex-end;
  max-width: 88%;
}
.msg.assistant {
  background: var(--surface-2);
  border: 1px solid var(--border);
  color: var(--ink-2);
}
.msg.dim {
  color: var(--ink-3);
  font-style: italic;
}
.chat-input {
  display: flex;
  gap: 8px;
  border-top: 1px solid var(--border);
  padding-top: 10px;
}
.chat-input input {
  flex: 1;
  background: var(--surface-2);
  border: 1px solid var(--border);
  border-radius: 8px;
  color: var(--ink);
  padding: 8px 10px;
  font-family: var(--mono);
  font-size: 12.5px;
}
.tour-root {
  position: fixed;
  inset: 0;
  z-index: 70;
}
.tour-dim {
  position: fixed;
  background: var(--scrim-strong);
}
.tour-ring {
  position: fixed;
  border-radius: 10px;
  box-shadow: 0 0 0 2px var(--accent), 0 0 0 6px var(--accent);
  @supports (color: color-mix(in lab, red, red)) {
    box-shadow: 0 0 0 2px var(--accent), 0 0 0 6px color-mix(in srgb, var(--accent) 28%, transparent);
  }
  pointer-events: none;
}
.tour-callout {
  position: fixed;
  width: 360px;
  max-width: 92vw;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 12px;
  box-shadow: var(--shadow-lg);
  padding: 14px 16px;
  z-index: 71;
}
.tour-callout h3 {
  font-family: var(--sans);
  font-size: 15px;
  margin: 4px 0 6px;
  font-weight: 660;
}
.tour-callout p {
  font-size: 12.5px;
  color: var(--ink-2);
  margin: 0 0 12px;
  line-height: 1.6;
}
.tour-callout .tour-missing {
  color: var(--warn);
  font-size: 11.5px;
}
.tour-count {
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--ink-3);
}
.tour-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
.tour-actions .spacer {
  flex: 1;
}
.whatsnew {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 45;
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--surface);
  border: 1px solid var(--accent);
  border-left: 3px solid var(--accent);
  border-radius: 10px;
  padding: 10px 12px;
  box-shadow: var(--shadow-lg);
  font-size: 12px;
}
.whatsnew span {
  color: var(--ink-2);
}
.namefilter {
  flex: 1 1 150px;
  min-width: 130px;
  position: relative;
}
.namefilter input {
  width: 100%;
  background: var(--surface-2);
  border: 1px solid var(--border);
  border-radius: 7px;
  color: var(--ink);
  padding: 6px 10px 6px 24px;
  font-family: var(--mono);
  font-size: 12px;
}
.namefilter::before {
  content: "/";
  position: absolute;
  left: 9px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--ink-3);
  font-weight: 700;
  font-size: 11px;
}
.card.selected, tbody.selected {
  outline: 2px solid var(--accent);
  outline-offset: -2px;
}
.keys {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  padding: 6px 18px;
  background: var(--surface);
  border-top: 1px solid var(--border);
  color: var(--ink-3);
  font-size: 10.5px;
}
.keys kbd {
  background: var(--surface-2);
  border: 1px solid var(--border);
  border-bottom-width: 2px;
  border-radius: 4px;
  padding: 0 5px;
  color: var(--ink-2);
}
.keys span {
  display: inline-flex;
  gap: 5px;
  align-items: center;
}
.own-names {
  border-top: 1px solid var(--border);
  padding-top: 14px;
  margin-top: -4px;
}
.actbtn.spin {
  animation: spin 0.8s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.run-item .rt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.run-item .rc {
  font-size: 11px;
  color: var(--ok);
  background: var(--ok-bg);
  border: 1px solid var(--ok-line);
  border-radius: 5px;
  padding: 1px 6px;
  flex: none;
}
.npick .tag.prior {
  margin-left: 6px;
}
.tag.prior.v-STRONG {
  color: var(--ok);
  background: var(--ok-bg);
  border-color: var(--ok-line);
}
.tag.prior.v-BUYABLE {
  color: var(--warn);
  background: var(--warn-bg);
  border-color: var(--warn-line);
}
.tag.prior.v-DEAD, .tag.prior.v-WEAK {
  color: var(--bad);
  background: var(--bad-bg);
  border-color: var(--bad-line);
}
.tag.prior.v-INDETERMINATE {
  color: var(--mut2);
  background: var(--mut-bg);
  border-color: var(--mut-line);
}
@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-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;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@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-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: 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;
    }
  }
}

