/* [project]/app/globals.css [app-client] (css) */
@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-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;
    }
  }
}

@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;
    --color-gray-500: #6a7282;
    --color-white: #fff;
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .875);
    --font-weight-semibold: 600;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }

  @supports (color: lab(0% 0 0)) {
    :root, :host {
      --color-gray-500: lab(47.7841% -.393182 -10.0268);
    }
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    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;
    -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 {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.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 {
    vertical-align: middle;
    display: block;
  }

  img, video {
    max-width: 100%;
    height: auto;
  }

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :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)) {
      ::placeholder {
        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 {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-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"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}

@layer components;

@layer utilities {
  .pointer-events-none {
    pointer-events: none;
  }

  .visible {
    visibility: visible;
  }

  .absolute {
    position: absolute;
  }

  .relative {
    position: relative;
  }

  .static {
    position: static;
  }

  .inset-0 {
    inset: 0;
  }

  .-top-\[80px\] {
    top: -80px;
  }

  .-right-\[80px\] {
    right: -80px;
  }

  .right-0 {
    right: 0;
  }

  .bottom-0 {
    bottom: 0;
  }

  .bottom-\[120px\] {
    bottom: 120px;
  }

  .-left-\[100px\] {
    left: -100px;
  }

  .left-0 {
    left: 0;
  }

  .z-0 {
    z-index: 0;
  }

  .z-10 {
    z-index: 10;
  }

  .z-20 {
    z-index: 20;
  }

  .mb-\[14px\] {
    margin-bottom: 14px;
  }

  .mb-\[26px\] {
    margin-bottom: 26px;
  }

  .mb-\[34px\] {
    margin-bottom: 34px;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .inline {
    display: inline;
  }

  .table {
    display: table;
  }

  .h-\[46px\] {
    height: 46px;
  }

  .h-\[84px\] {
    height: 84px;
  }

  .h-\[100dvh\] {
    height: 100dvh;
  }

  .h-\[240px\] {
    height: 240px;
  }

  .h-\[280px\] {
    height: 280px;
  }

  .h-full {
    height: 100%;
  }

  .w-\[46px\] {
    width: 46px;
  }

  .w-\[84px\] {
    width: 84px;
  }

  .w-\[240px\] {
    width: 240px;
  }

  .w-\[280px\] {
    width: 280px;
  }

  .w-full {
    width: 100%;
  }

  .max-w-\[290px\] {
    max-width: 290px;
  }

  .flex-1 {
    flex: 1;
  }

  .flex-shrink {
    flex-shrink: 1;
  }

  .shrink-0 {
    flex-shrink: 0;
  }

  .cursor-pointer {
    cursor: pointer;
  }

  .flex-col {
    flex-direction: column;
  }

  .items-center {
    align-items: center;
  }

  .justify-center {
    justify-content: center;
  }

  .gap-\[10px\] {
    gap: 10px;
  }

  .gap-\[11px\] {
    gap: 11px;
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .rounded-\[14px\] {
    border-radius: 14px;
  }

  .rounded-\[24px\] {
    border-radius: 24px;
  }

  .rounded-full {
    border-radius: 3.40282e38px;
  }

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .border-none {
    --tw-border-style: none;
    border-style: none;
  }

  .border-\[rgba\(255\,255\,255\,0\.1\)\] {
    border-color: #ffffff1a;
  }

  .border-\[rgba\(255\,255\,255\,0\.12\)\] {
    border-color: #ffffff1f;
  }

  .bg-\[\#0a0a0c\] {
    background-color: #0a0a0c;
  }

  .p-\[12px_18px\] {
    padding: 12px 18px;
  }

  .p-\[13px_16px\] {
    padding: 13px 16px;
  }

  .p-\[14px_16px_30px\] {
    padding: 14px 16px 30px;
  }

  .px-\[32px\] {
    padding-inline: 32px;
  }

  .pt-\[10px\] {
    padding-top: 10px;
  }

  .pb-\[110px\] {
    padding-bottom: 110px;
  }

  .text-center {
    text-align: center;
  }

  .text-left {
    text-align: left;
  }

  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }

  .text-\[13px\] {
    font-size: 13px;
  }

  .text-\[14px\] {
    font-size: 14px;
  }

  .text-\[19px\] {
    font-size: 19px;
  }

  .text-\[27px\] {
    font-size: 27px;
  }

  .leading-\[1\.6\] {
    --tw-leading: 1.6;
    line-height: 1.6;
  }

  .leading-\[1\.15\] {
    --tw-leading: 1.15;
    line-height: 1.15;
  }

  .font-\[var\(--font-display\)\] {
    --tw-font-weight: var(--font-display);
    font-weight: var(--font-display);
  }

  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }

  .tracking-\[-0\.03em\] {
    --tw-tracking: -.03em;
    letter-spacing: -.03em;
  }

  .text-\[\#a1a1aa\] {
    color: #a1a1aa;
  }

  .text-\[\#c4b5fd\] {
    color: #c4b5fd;
  }

  .text-\[\#e4e4e7\] {
    color: #e4e4e7;
  }

  .text-\[\#e5e0f0\] {
    color: #e5e0f0;
  }

  .text-\[\#fafafa\] {
    color: #fafafa;
  }

  .text-gray-500 {
    color: var(--color-gray-500);
  }

  .text-white {
    color: var(--color-white);
  }

  .placeholder-\[\#52525b\]::placeholder {
    color: #52525b;
  }

  .shadow-\[0_8px_24px_rgba\(139\,92\,246\,0\.45\)\,inset_0_1px_0_rgba\(255\,255\,255\,0\.25\)\] {
    --tw-shadow: 0 8px 24px var(--tw-shadow-color, #8b5cf673), inset 0 1px 0 var(--tw-shadow-color, #ffffff40);
    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_8px_32px_rgba\(139\,92\,246\,0\.4\)\] {
    --tw-shadow: 0 8px 32px var(--tw-shadow-color, #8b5cf666);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .blur-\[8px\] {
    --tw-blur: blur(8px);
    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, );
  }

  .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, );
  }

  .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-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }

  @media (hover: hover) {
    .hover\:bg-white\/5:hover {
      background-color: #ffffff0d;
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-white\/5:hover {
        background-color: color-mix(in oklab, var(--color-white) 5%, transparent);
      }
    }
  }
}

:root {
  --bg: #0a0a0c;
  --bg-deep: #050507;
  --panel: #ffffff08;
  --panel-border: #ffffff14;
  --violet-300: #c4b5fd;
  --violet-500: #8b5cf6;
  --violet-700: #6d28d9;
  --purple-600: #c026d3;
  --rose-400: #fb7185;
  --rose-500: #f43f5e;
  --fuchsia: #d946ef;
  --text: #fafafa;
  --text-2: #a1a1aa;
  --text-3: #71717a;
  --text-4: #52525b;
  --good: #6ee7b7;
  --watch: #fbbf24;
  --info: #93c5fd;
  --font-display: "Sora", -apple-system, BlinkMacSystemFont, sans-serif;
  --font-inter: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  --font-mono: "JetBrains Mono", ui-monospace, monospace;
  --r-sm: 8px;
  --r-md: 12px;
  --r-lg: 20px;
  --r-xl: 26px;
}

body {
  background: radial-gradient(circle at 15% 10%, #8b5cf61a 0%, transparent 50%),
    radial-gradient(circle at 85% 80%, #f43f5e12 0%, transparent 50%),
    var(--bg);
  color: var(--text);
  font-family: var(--font-inter);
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
}

.brand-gradient {
  background: linear-gradient(90deg, var(--violet-300) 0%, #ec4899 50%, var(--rose-400) 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.orb-violet {
  background: radial-gradient(circle, #8b5cf680 0%, #8b5cf62e 40%, #0000 70%);
}

.orb-rose {
  background: radial-gradient(circle, #f43f5e66 0%, #f43f5e21 40%, #0000 70%);
}

.bg-brand-logo {
  background: linear-gradient(135deg, var(--violet-500), var(--purple-600));
}

.bg-brand-action {
  background: linear-gradient(135deg, var(--violet-500) 0%, var(--fuchsia) 50%, var(--rose-500) 100%);
}

.bg-glass-panel {
  background: linear-gradient(135deg, #ffffff0d 0%, #ffffff05 100%);
}

.bg-glass-input {
  background: linear-gradient(135deg, #ffffff0f 0%, #ffffff08 100%);
}

.bg-bottom-fade {
  background: linear-gradient(to top, var(--bg) 60%, #0a0a0cb3 90%, transparent);
}

.app-header {
  z-index: 10;
  align-items: center;
  gap: 11px;
  padding: 10px 20px 14px;
  display: flex;
  position: relative;
}

.app-logo {
  background: linear-gradient(135deg, var(--violet-500), var(--purple-600));
  border-radius: 9px;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  box-shadow: 0 4px 12px #8b5cf659;
}

.app-logo.stack {
  background: none;
  position: relative;
}

.app-logo.stack:before, .app-logo.stack:after, .app-logo.stack span {
  content: "";
  background: linear-gradient(135deg, var(--violet-300), #a855f7);
  border-radius: 2px;
  height: 6px;
  position: absolute;
  left: 5px;
  right: 5px;
}

.app-logo.stack:before {
  opacity: 1;
  top: 7px;
}

.app-logo.stack span {
  opacity: .7;
  top: 14px;
}

.app-logo.stack:after {
  opacity: .4;
  top: 21px;
}

.header-title {
  color: #fafafa;
  letter-spacing: -.01em;
  flex: 1;
  font-size: 15px;
  font-weight: 600;
}

.header-settings {
  color: #a1a1aa;
  background: #ffffff0d;
  border: .5px solid #ffffff1a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  font-size: 16px;
  display: flex;
}

.messages {
  z-index: 5;
  -webkit-overflow-scrolling: touch;
  flex-direction: column;
  flex: 1;
  gap: 14px;
  height: calc(100% - 150px);
  padding: 10px 16px 120px;
  display: flex;
  position: relative;
  overflow-y: auto;
}

.messages::-webkit-scrollbar {
  display: none;
}

.msg-user {
  background: linear-gradient(135deg, var(--violet-500) 0%, #a855f7 50%, var(--purple-600) 100%);
  color: #fff;
  border-radius: 22px 22px 6px;
  align-self: flex-end;
  max-width: 78%;
  padding: 11px 16px;
  font-size: 14px;
  line-height: 1.5;
  box-shadow: 0 8px 28px #8b5cf659, inset 0 1px #ffffff2e;
}

.msg-user-voice {
  opacity: .88;
  align-items: center;
  gap: 5px;
  margin-top: 4px;
  font-size: 12px;
  display: flex;
}

.msg-agent-row {
  align-items: flex-start;
  gap: 10px;
  max-width: 88%;
  display: flex;
}

.agent-av {
  background: linear-gradient(135deg, var(--violet-500), var(--purple-600));
  border-radius: 8px;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  margin-top: 2px;
  box-shadow: 0 2px 8px #8b5cf64d;
}

.msg-agent {
  color: #e4e4e7;
  background: linear-gradient(135deg, #ffffff0f 0%, #ffffff05 100%);
  border: .5px solid #ffffff1a;
  border-radius: 6px 22px 22px;
  padding: 11px 16px;
  font-size: 14px;
  line-height: 1.55;
}

.receipt {
  background: linear-gradient(135deg, #10b98114 0%, #ffffff05 100%);
  border: .5px solid #10b98140;
  border-radius: 12px;
  align-items: flex-start;
  gap: 11px;
  padding: 12px 14px;
  display: flex;
}

.receipt-ic {
  color: #6ee7b7;
  background: #10b98126;
  border-radius: 8px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  display: flex;
}

.receipt-t {
  color: #fafafa;
  font-size: 13px;
  font-weight: 600;
}

.receipt-s {
  color: #a1a1aa;
  margin-top: 3px;
  font-size: 11.5px;
  line-height: 1.45;
}

.receipt-undo {
  align-items: center;
  gap: 9px;
  margin-top: 9px;
  display: flex;
}

.receipt-undo button {
  font-family: var(--font-mono);
  letter-spacing: .5px;
  text-transform: uppercase;
  color: #c4b5fd;
  background: none;
  border: .5px solid #c4b5fd4d;
  border-radius: 6px;
  padding: 5px 11px;
  font-size: 9px;
}

.receipt-timer {
  font-family: var(--font-mono);
  color: #52525b;
  font-size: 9px;
}

.answer {
  color: #d4d4d8;
  font-size: 14px;
  line-height: 1.55;
}

.answer b {
  color: #fafafa;
}

.source {
  font-family: var(--font-mono);
  color: #52525b;
  border-top: .5px solid #ffffff0f;
  align-items: center;
  gap: 6px;
  margin-top: 9px;
  padding-top: 9px;
  font-size: 9.5px;
  display: flex;
}

.investigating {
  background: linear-gradient(135deg, #ffffff0d 0%, #ffffff05 100%);
  border: .5px solid #ffffff17;
  border-radius: 12px;
  align-items: center;
  gap: 10px;
  width: calc(100% - 38px);
  padding: 12px 14px;
  display: flex;
}

.inv-pulse {
  background: #c4b5fd;
  border-radius: 50%;
  flex-shrink: 0;
  width: 8px;
  height: 8px;
}

.inv-t {
  color: #d4d4d8;
  font-size: 13px;
  line-height: 1.4;
}

.highlights {
  flex-direction: column;
  gap: 10px;
  width: 100%;
  margin: 2px 0 6px;
  display: flex;
}

.hl {
  background: linear-gradient(135deg, #ffffff0d 0%, #ffffff05 100%);
  border: .5px solid #ffffff17;
  border-radius: 12px;
  padding: 11px 13px;
}

.hl-t {
  color: #fafafa;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  font-weight: 600;
  display: flex;
}

.hl-dot {
  border-radius: 50%;
  flex-shrink: 0;
  width: 6px;
  height: 6px;
}

.hl-dot.good {
  background: #6ee7b7;
}

.hl-dot.watch {
  background: #fbbf24;
}

.hl-dot.info {
  background: #93c5fd;
}

.hl-r {
  color: #a1a1aa;
  margin-top: 4px;
  padding-left: 13px;
  font-size: 11.5px;
  line-height: 1.45;
}

.notif {
  background: linear-gradient(135deg, #1c1c26f2 0%, #14141cf2 100%);
  border: .5px solid #ffffff24;
  border-radius: 16px;
  align-items: center;
  gap: 12px;
  margin: 4px 14px 0;
  padding: 13px 15px;
  display: flex;
  box-shadow: 0 12px 40px #0006;
}

.notif-ic {
  background: linear-gradient(135deg, #8b5cf6, #c026d3);
  border-radius: 9px;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
}

.notif-t {
  color: #fafafa;
  font-size: 12px;
  font-weight: 600;
}

.notif-s {
  color: #a1a1aa;
  margin-top: 2px;
  font-size: 10.5px;
  line-height: 1.35;
}

.opus-greet {
  font-family: var(--font-sora);
  letter-spacing: -.02em;
  color: #fafafa;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.15;
}

.fresh-line {
  font-family: var(--font-mono);
  color: #52525b;
  margin-top: 5px;
  font-size: 9px;
}

.answer-source {
  color: #71717a;
  margin-top: 6px;
  padding-left: 2px;
  font-size: 11px;
}

.opus-summary {
  color: #d4d4d8;
  margin-top: 7px;
  font-size: 14px;
  line-height: 1.55;
}

.more-affordance {
  background: linear-gradient(135deg, #a855f71a 0%, #a855f70a 100%);
  border: .5px solid #a855f74d;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 38px);
  padding: 12px 14px;
  display: flex;
}

.more-l {
  color: #c4b5fd;
  font-size: 13px;
  font-weight: 600;
}

.more-r {
  color: #c4b5fd;
  font-size: 17px;
}

.action-card-wrap {
  background: linear-gradient(135deg, #a855f780 0%, #f43f5e59 100%);
  border-radius: 20px;
  align-self: flex-start;
  width: calc(100% - 38px);
  margin-left: 38px;
  padding: 1px;
  box-shadow: 0 12px 40px #8b5cf638, 0 0 60px #8b5cf614;
}

.action-card {
  background: linear-gradient(135deg, #14141cf2 0%, #0f0f16eb 100%);
  border-radius: 19px;
  position: relative;
  overflow: hidden;
}

.action-eyebrow {
  font-family: var(--font-mono);
  letter-spacing: 1.6px;
  color: var(--violet-300);
  text-transform: uppercase;
  align-items: center;
  gap: 6px;
  padding: 12px 16px 0;
  font-size: 9px;
  font-weight: 500;
  display: flex;
}

.action-title {
  font-family: var(--font-display);
  color: #fafafa;
  letter-spacing: -.01em;
  padding: 4px 16px 10px;
  font-size: 15px;
  font-weight: 600;
}

.recommendation {
  background: linear-gradient(135deg, #a855f70f 0%, #0000 100%);
  border-top: .5px solid #a855f726;
  align-items: flex-start;
  gap: 8px;
  padding: 8px 16px 12px;
  display: flex;
}

.recommendation .rec-i {
  color: var(--violet-300);
  flex-shrink: 0;
  font-size: 13px;
}

.recommendation-text {
  color: #ddd6fe;
  font-size: 11px;
  font-style: italic;
  line-height: 1.55;
}

.action-rows {
  border-top: .5px solid #ffffff0d;
  flex-direction: column;
  gap: 6px;
  padding: 10px 16px 12px;
  display: flex;
}

.action-row {
  align-items: center;
  font-size: 11px;
  line-height: 1.5;
  display: flex;
}

.action-row-label {
  color: var(--text-3);
  width: 52px;
  font-family: var(--font-mono);
  text-transform: uppercase;
  flex-shrink: 0;
  font-size: 9px;
}

.action-row-value {
  color: #d4d4d8;
  flex: 1;
}

.action-row-value.attach {
  color: var(--info);
  align-items: center;
  gap: 6px;
  display: flex;
}

.action-preview {
  color: #d4d4d8;
  background: #0000004d;
  border: .5px solid #ffffff0d;
  border-radius: 12px;
  margin: 0 16px 12px;
  padding: 11px 14px;
  font-size: 12px;
  line-height: 1.55;
}

.action-buttons {
  border-top: .5px solid #ffffff0f;
  align-items: center;
  gap: 8px;
  padding: 12px 16px 16px;
  display: flex;
}

.btn-approve {
  background: linear-gradient(135deg, var(--violet-500) 0%, #a855f7 50%, var(--purple-600) 100%);
  color: #fff;
  cursor: pointer;
  border: none;
  border-radius: 11px;
  flex: 1;
  justify-content: center;
  align-items: center;
  gap: 6px;
  padding: 11px;
  font-size: 13px;
  font-weight: 600;
  display: flex;
  box-shadow: 0 4px 16px #8b5cf666, inset 0 1px #fff3;
}

.btn-edit {
  color: #e4e4e7;
  cursor: pointer;
  background: #ffffff0f;
  border: .5px solid #ffffff1f;
  border-radius: 11px;
  padding: 11px 16px;
  font-size: 13px;
  font-weight: 500;
}

.btn-cancel-wrap {
  flex-direction: column;
  align-items: center;
  line-height: 1;
  display: flex;
}

.btn-cancel {
  color: var(--text-3);
  cursor: pointer;
  background: none;
  border: none;
  padding: 4px 4px 1px;
  font-size: 13px;
}

.btn-cancel-sub {
  color: var(--text-4);
  font-size: 9px;
}

.voice-overlay {
  z-index: 100;
  background: radial-gradient(circle at 50% 60%, #8b5cf626 0%, #0000 60%), #050507;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 70px;
  display: flex;
  position: absolute;
  inset: 0;
}

.voice-transcription {
  text-align: center;
  width: calc(100% - 60px);
  min-height: 80px;
  margin-top: 130px;
  margin-bottom: auto;
  padding: 16px 20px;
}

.voice-trans-label {
  font-family: var(--font-mono);
  letter-spacing: 1.8px;
  color: #71717a;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 10px;
}

.voice-trans-text {
  color: #fafafa;
  font-size: 18px;
  line-height: 1.4;
}

.voice-trans-text .cursor {
  vertical-align: -2px;
  background: #a855f7;
  width: 2px;
  height: 18px;
  margin-left: 2px;
  display: inline-block;
}

.voice-mic {
  color: #fff;
  background: linear-gradient(135deg, #8b5cf6 0%, #d946ef 50%, #f43f5e 100%);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 88px;
  height: 88px;
  margin-bottom: 32px;
  font-size: 34px;
  animation: 2s ease-in-out infinite pulse-rings;
  display: flex;
  box-shadow: 0 0 0 14px #8b5cf61a, 0 0 0 28px #8b5cf60f, 0 0 80px #8b5cf68c, inset 0 1px #ffffff4d;
}

.voice-waveform {
  justify-content: center;
  align-items: center;
  gap: 4px;
  height: 52px;
  margin-bottom: 20px;
  display: flex;
}

.wave-bar {
  background: linear-gradient(#c4b5fd 0%, #a855f7 50%, #f43f5e 100%);
  border-radius: 4px;
  width: 4px;
}

.voice-label {
  color: #fafafa;
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 500;
}

.voice-hint {
  color: #71717a;
  font-size: 12px;
}

@keyframes wave {
  0%, 100% {
    transform: scaleY(.7);
  }

  50% {
    transform: scaleY(1.3);
  }
}

.animate-wave {
  transform-origin: center;
  animation: 1s ease-in-out infinite wave;
}

@keyframes blink {
  0%, 100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

.blink {
  animation: 1s step-end infinite blink;
}

@keyframes pulse-rings {
  0% {
    box-shadow: 0 0 0 14px #8b5cf61a, 0 0 0 28px #8b5cf60f, 0 0 80px #8b5cf68c, inset 0 1px #ffffff4d;
  }

  50% {
    box-shadow: 0 0 0 18px #8b5cf626, 0 0 0 36px #8b5cf61a, 0 0 90px #8b5cf6b3, inset 0 1px #fff6;
  }

  100% {
    box-shadow: 0 0 0 14px #8b5cf61a, 0 0 0 28px #8b5cf60f, 0 0 80px #8b5cf68c, inset 0 1px #ffffff4d;
  }
}

.install-backdrop {
  z-index: 200;
  background: #0000008c;
  align-items: flex-end;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0;
}

.install-sheet {
  text-align: center;
  background: linear-gradient(135deg, #1c1c26f7 0%, #14141cf7 100%);
  border: .5px solid #ffffff1f;
  border-radius: 26px;
  width: 100%;
  margin-bottom: 20px;
  padding: 30px 28px 26px;
  box-shadow: 0 24px 60px #00000080;
}

.install-logo {
  background: linear-gradient(135deg, #8b5cf6, #c026d3);
  border-radius: 20px;
  width: 68px;
  height: 68px;
  margin: 0 auto 20px;
  box-shadow: 0 8px 24px #8b5cf673;
}

.install-title {
  font-family: var(--font-sora);
  color: #fafafa;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
}

.install-sub {
  color: #a1a1aa;
  margin-bottom: 22px;
  font-size: 13px;
  line-height: 1.5;
}

.install-btn {
  color: #fff;
  background: linear-gradient(135deg, #8b5cf6 0%, #a855f7 50%, #c026d3 100%);
  border: none;
  border-radius: 14px;
  width: 100%;
  margin-bottom: 12px;
  padding: 14px;
  font-size: 15px;
  font-weight: 600;
  box-shadow: 0 4px 16px #8b5cf666;
}

.install-later {
  color: #71717a;
  background: none;
  border: none;
  font-size: 13px;
}

.settings-sheet {
  z-index: 100;
  background: #0a0a0c;
  padding: 0;
  position: absolute;
  inset: 0;
}

.settings-head {
  justify-content: space-between;
  align-items: center;
  padding: 22px 22px 18px;
  display: flex;
}

.settings-head .st {
  font-family: var(--font-sora);
  color: #fafafa;
  font-size: 22px;
  font-weight: 600;
}

.settings-close {
  color: #a1a1aa;
  background: #ffffff0f;
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 15px;
}

.settings-group {
  padding: 8px 22px;
}

.settings-group-label {
  font-family: var(--font-mono);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #71717a;
  margin: 16px 0 10px;
  font-size: 9px;
}

.settings-row {
  border-bottom: .5px solid #ffffff0f;
  justify-content: space-between;
  align-items: center;
  padding: 13px 0;
  display: flex;
}

.sr-l .sr-t {
  color: #fafafa;
  font-size: 14px;
}

.sr-l .sr-s {
  color: #71717a;
  margin-top: 2px;
  font-size: 11px;
}

.sr-chev {
  color: #52525b;
}

@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: 0;
}

@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
}

/*# sourceMappingURL=app_globals_0jn8.0u.css.map*/