/* [project]/src/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-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: initial;
      --tw-outline-style: solid;
      --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-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-ease: initial;
    }
  }
}

@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;
    --spacing: .25rem;
    --text-xs: .75rem;
    --text-xs--line-height: calc(1 / .75);
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .875);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --font-weight-bold: 700;
    --radius-lg: .5rem;
    --ease-in: cubic-bezier(.4, 0, 1, 1);
    --ease-out: cubic-bezier(0, 0, .2, 1);
    --ease-in-out: cubic-bezier(.4, 0, .2, 1);
    --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);
  }
}

@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, 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;
    -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 {
    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;
  }

  .collapse {
    visibility: collapse;
  }

  .invisible {
    visibility: hidden;
  }

  .visible {
    visibility: visible;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .static {
    position: static;
  }

  .sticky {
    position: sticky;
  }

  .left-0 {
    left: calc(var(--spacing) * 0);
  }

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

  .container {
    width: 100%;
  }

  @media (min-width: 40rem) {
    .container {
      max-width: 40rem;
    }
  }

  @media (min-width: 48rem) {
    .container {
      max-width: 48rem;
    }
  }

  @media (min-width: 64rem) {
    .container {
      max-width: 64rem;
    }
  }

  @media (min-width: 80rem) {
    .container {
      max-width: 80rem;
    }
  }

  @media (min-width: 96rem) {
    .container {
      max-width: 96rem;
    }
  }

  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }

  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }

  .block {
    display: block;
  }

  .contents {
    display: contents;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .inline {
    display: inline;
  }

  .inline-block {
    display: inline-block;
  }

  .inline-flex {
    display: inline-flex;
  }

  .table {
    display: table;
  }

  .h-10 {
    height: calc(var(--spacing) * 10);
  }

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

  .h-full {
    height: 100%;
  }

  .max-h-full {
    max-height: 100%;
  }

  .w-full {
    width: 100%;
  }

  .w-screen {
    width: 100vw;
  }

  .max-w-full {
    max-width: 100%;
  }

  .flex-1 {
    flex: 1;
  }

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

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

  .border-collapse {
    border-collapse: collapse;
  }

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

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

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

  .justify-between {
    justify-content: space-between;
  }

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

  .overflow-auto {
    overflow: auto;
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .rounded {
    border-radius: .25rem;
  }

  .rounded-lg {
    border-radius: var(--radius-lg);
  }

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

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

  .border-\[var\(--glass-border\)\] {
    border-color: var(--glass-border);
  }

  .p-4 {
    padding: calc(var(--spacing) * 4);
  }

  .p-5 {
    padding: calc(var(--spacing) * 5);
  }

  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }

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

  .font-mono {
    font-family: var(--font-mono);
  }

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

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

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

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

  .break-all {
    word-break: break-all;
  }

  .whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .text-\[var\(--text-muted\)\] {
    color: var(--text-muted);
  }

  .capitalize {
    text-transform: capitalize;
  }

  .lowercase {
    text-transform: lowercase;
  }

  .uppercase {
    text-transform: uppercase;
  }

  .italic {
    font-style: italic;
  }

  .tabular-nums {
    --tw-numeric-spacing: tabular-nums;
    font-variant-numeric: var(--tw-ordinal, ) var(--tw-slashed-zero, ) var(--tw-numeric-figure, ) var(--tw-numeric-spacing, ) var(--tw-numeric-fraction, );
  }

  .line-through {
    text-decoration-line: line-through;
  }

  .underline {
    text-decoration-line: underline;
  }

  .opacity-40 {
    opacity: .4;
  }

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

  .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 {
    -webkit-backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
    backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
  }

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

  .ease-in {
    --tw-ease: var(--ease-in);
    transition-timing-function: var(--ease-in);
  }

  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }

  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }

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

:root {
  --glass-bg: #1c1c21f7;
  --glass-bg-inactive: #16161af5;
  --glass-border: #ffffff1a;
  --glass-border-outer: #000000b3;
  --titlebar-bg: #ffffff0a;
  --titlebar-bg-top: #ffffff12;
  --titlebar-border: #ffffff14;
  --accent: #0a84ff;
  --accent-hover: #0070e0;
  --accent-glow: #0a84ff4d;
  --selection: #0a84ff4d;
  --hover: #ffffff12;
  --text-main: #f2f2f7;
  --text-muted: #f2f2f77a;
  --text-secondary: #f2f2f7b3;
  --bg-input: #00000040;
  --bg-elevated: #2c2c32;
  --bg-overlay: #0009;
  --shadow-win: 0 2px 6px #0000004d, 0 16px 40px #0000008c, 0 36px 72px #00000059;
  --shadow-win-inactive: 0 2px 4px #00000026, 0 8px 24px #00000047;
  --shadow-popup: 0 8px 24px #00000040, 0 32px 80px #00000080;
  --danger: #ff5f56;
  --success: #30d158;
  --warning: #ffbd2e;
  --info: #64d2ff;
  --dock-bg: #202026b8;
  --dock-border: #ffffff2e;
  --dock-item-size: 48px;
}

[data-theme="light"] {
  --glass-bg: #f6f6fafa;
  --glass-bg-inactive: #ececf2f7;
  --glass-border: #00000017;
  --glass-border-outer: #0000004d;
  --titlebar-bg: #00000005;
  --titlebar-bg-top: #ffffffb3;
  --titlebar-border: #00000014;
  --accent: #06c;
  --accent-hover: #0050a0;
  --accent-glow: #0066cc40;
  --selection: #06c3;
  --hover: #0000000e;
  --text-main: #1c1c1e;
  --text-muted: #1c1c1e9e;
  --text-secondary: #1c1c1ead;
  --bg-input: #0000000f;
  --bg-elevated: #fff;
  --bg-overlay: #00000073;
  --shadow-win: 0 1px 4px #0000001a, 0 8px 28px #0000002e, 0 24px 56px #0000001f;
  --shadow-win-inactive: 0 1px 3px #0000000f, 0 6px 18px #0000001a;
  --dock-bg: #f0f0f3b8;
  --dock-border: #00000024;
}

* {
  box-sizing: border-box;
  -webkit-user-select: none;
  user-select: none;
  margin: 0;
  padding: 0;
  font-family: Inter, -apple-system, BlinkMacSystemFont, SF Pro Display, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
}

.selectable-text, .selectable-text * {
  -webkit-user-select: text;
  user-select: text;
  cursor: text;
}

body {
  width: 100vw;
  height: 100vh;
  color: var(--text-main);
  font-size: var(--app-font-size, 14px);
  font-weight: var(--font-weight-base, 400);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: background .4s;
  overflow: hidden;
}

:root[style*="--reduce-motion: reduce"] *, :root[style*="--reduce-motion: reduce"] :before, :root[style*="--reduce-motion: reduce"] :after {
  transition-duration: .01ms !important;
  animation-duration: .01ms !important;
  animation-iteration-count: 1 !important;
}

:root[style*="--increase-contrast: 1"] {
  --glass-border: #ffffff38;
  --text-muted: #f2f2f7b8;
}

[data-theme="light"][style*="--increase-contrast: 1"] {
  --glass-border: #00000038;
  --text-muted: #1c1c1eb8;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: none;
}

::-webkit-scrollbar-thumb {
  background: #80808059;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #8080808c;
}

[data-theme="light"] ::-webkit-scrollbar-thumb {
  background: #0000002e;
}

[data-theme="light"] ::-webkit-scrollbar-thumb:hover {
  background: #00000052;
}

@keyframes popIn {
  0% {
    opacity: 0;
    transform: scale(.94)translateY(8px);
  }

  100% {
    opacity: 1;
    transform: scale(1)translateY(0);
  }
}

@keyframes popOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }

  100% {
    opacity: 0;
    transform: scale(.92);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-16px)scale(.97);
  }

  to {
    opacity: 1;
    transform: translateY(0)scale(1);
  }
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(100%);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideOutRight {
  from {
    opacity: 1;
    transform: translateX(0);
  }

  to {
    opacity: 0;
    transform: translateX(100%);
  }
}

@keyframes progressShrink {
  from {
    width: 100%;
  }

  to {
    width: 0%;
  }
}

@keyframes notifSlideIn {
  from {
    opacity: 0;
    transform: translateX(24px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes skeletonPulse {
  0%, 100% {
    opacity: .35;
  }

  50% {
    opacity: .75;
  }
}

@keyframes agentPulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: .62;
    transform: scale(.93);
  }
}

@keyframes agentBounce {
  0%, 80%, 100% {
    transform: scale(0);
  }

  40% {
    transform: scale(1);
  }
}

@keyframes agentSpin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes agentFadeIn {
  from {
    opacity: 0;
    transform: translateY(6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes dockDotPulse {
  0%, 100% {
    opacity: .6;
    transform: scale(1);
  }

  50% {
    opacity: 1;
    transform: scale(1.35);
  }
}

@keyframes dockBounce {
  0% {
    transform: translateY(0);
  }

  30% {
    transform: translateY(-12px)scale(1.08);
  }

  60% {
    transform: translateY(-4px)scale(1.03);
  }

  100% {
    transform: translateY(0)scale(1);
  }
}

@keyframes spotlightIn {
  from {
    opacity: 0;
    transform: scale(.97)translateY(-10px);
  }

  to {
    opacity: 1;
    transform: scale(1)translateY(0);
  }
}

.window-enter {
  animation: .22s cubic-bezier(.16, 1, .3, 1) windowOpen;
}

@keyframes windowOpen {
  from {
    opacity: 0;
    filter: blur(2px);
    transform: scale(.9);
  }

  50% {
    filter: blur();
  }

  to {
    opacity: 1;
    filter: blur();
    transform: scale(1);
  }
}

@keyframes windowMinimizeNew {
  0% {
    opacity: 1;
    scale: 1;
  }

  100% {
    opacity: 0;
    scale: .28;
  }
}

.window-minimizing-v2 {
  pointer-events: none;
  animation: .2s cubic-bezier(.4, 0, 1, 1) forwards windowMinimizeNew;
}

.window-closing {
  pointer-events: none;
  opacity: 0 !important;
  transition: opacity .15s ease-out, transform .15s ease-out !important;
  transform: scale(.92) !important;
}

.window-hidden {
  content-visibility: hidden;
  contain-intrinsic-size: auto 800px 600px;
}

@keyframes windowMinimize {
  0% {
    opacity: 1;
    transform: scale(1);
  }

  100% {
    opacity: 0;
    transform: scale(.28)translateY(40vh);
  }
}

.window-minimizing {
  pointer-events: none;
  animation: .2s cubic-bezier(.4, 0, 1, 1) forwards windowMinimize;
}

.mac-btn {
  cursor: pointer;
  color: #0000;
  border: .5px solid #00000024;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 13px;
  height: 13px;
  font-size: 8px;
  font-weight: bold;
  transition: filter .1s, transform 80ms;
  display: flex;
}

.mac-btn:hover {
  filter: brightness(.88);
  transform: scale(1.08);
}

.mac-btn:active {
  transform: scale(.95);
}

.mac-btn.close {
  background: #ff5f57;
}

.mac-btn.minimize {
  background: #febc2e;
}

.mac-btn.maximize {
  background: #28c840;
}

.win-controls:hover .mac-btn {
  color: #00000073;
}

.mac-btn.close:before {
  content: "✕";
}

.mac-btn.minimize:before {
  content: "−";
}

.mac-btn.maximize:before {
  content: "＋";
}

.inactive-window .mac-btn {
  background: #80808038 !important;
  border-color: #80808024 !important;
}

.context-menu {
  -webkit-backdrop-filter: blur(28px) saturate(160%);
  z-index: 100000;
  background: #202026f0;
  border: .5px solid #ffffff24;
  border-radius: 10px;
  outline: none;
  flex-direction: column;
  min-width: 224px;
  padding: 4px;
  animation: .1s ease-out contextMenuIn;
  display: flex;
  position: fixed;
  box-shadow: 0 4px 14px #00000038, 0 20px 48px #0006;
}

@keyframes contextMenuIn {
  from {
    opacity: 0;
    transform: scale(.94)translateY(-4px);
  }

  to {
    opacity: 1;
    transform: scale(1)translateY(0);
  }
}

[data-theme="light"] .context-menu {
  background: #f8f8fcf5;
  border-color: #0000001c;
  box-shadow: 0 4px 14px #0000001a, 0 20px 48px #0000002e;
}

.cm-item {
  cursor: pointer;
  border-radius: 7px;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  font-size: 13px;
  transition: background 80ms;
  display: flex;
  position: relative;
}

.cm-item:hover {
  background: var(--accent);
  color: #fff !important;
}

.cm-item i {
  text-align: center;
  width: 16px;
}

.cm-shortcut {
  color: var(--text-muted);
  font-size: 11px;
  position: absolute;
  right: 10px;
}

.cm-item:hover .cm-shortcut {
  color: #ffffffbf;
}

.cm-div {
  background: var(--glass-border);
  height: 1px;
  margin: 4px 0;
}

.snap-preview {
  z-index: 99990;
  pointer-events: none;
  background: #0a84ff1a;
  border: 2px solid #0a84ff61;
  border-radius: 12px;
  transition: all .2s cubic-bezier(.16, 1, .3, 1);
  position: fixed;
}

.lasso-box {
  border: 1px solid var(--accent);
  z-index: 9999;
  pointer-events: none;
  background: #0a84ff1f;
  position: absolute;
}

.dialog-overlay {
  -webkit-backdrop-filter: blur(8px);
  z-index: 99999;
  background: #00000073;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

.dialog-box {
  background: var(--bg-elevated);
  border: .5px solid var(--glass-border);
  border-radius: 14px;
  width: 380px;
  max-width: 90vw;
  padding: 24px;
  animation: .2s cubic-bezier(.16, 1, .3, 1) popIn;
  box-shadow: 0 24px 60px #0000008c;
}

.dialog-input {
  background: var(--bg-input);
  border: 1px solid var(--glass-border);
  width: 100%;
  color: var(--text-main);
  border-radius: 8px;
  outline: none;
  margin-bottom: 15px;
  padding: 9px 12px;
  font-size: 13px;
  transition: border-color .15s;
}

.dialog-input:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px var(--accent-glow);
}

.desktop-icon {
  text-align: center;
  cursor: pointer;
  border: 1px solid #0000;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  width: 85px;
  padding: 10px 5px;
  transition: background .12s, transform .12s;
  display: flex;
  position: absolute;
}

.desktop-icon.selected {
  background: var(--selection);
  border-color: #0a84ff80;
  outline: .5px solid #0a84ff4d;
}

.desktop-icon.cut {
  opacity: .4;
}

.desktop-icon.drop-target {
  border-color: var(--accent);
  background: #0a84ff38;
  border-style: dashed;
  transition: transform .15s, background .15s;
  transform: scale(1.07);
}

.desktop-icon.dragging {
  cursor: grabbing;
}

.desktop-icon:hover:not(.selected):not(.drop-target) {
  background: #ffffff17;
}

.desktop-drag-badge {
  background: var(--accent);
  color: #fff;
  pointer-events: none;
  z-index: 1001;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  font-size: 11px;
  font-weight: 700;
  display: flex;
  position: absolute;
  box-shadow: 0 2px 8px #0006;
}

.desktop-icon i {
  filter: drop-shadow(0 3px 6px #00000061) drop-shadow(0 1px 2px #00000040);
  pointer-events: none;
  margin-bottom: 7px;
  font-size: 48px;
  transition: transform .15s, filter .15s;
}

.desktop-icon:hover i {
  filter: drop-shadow(0 5px 10px #0000006b) drop-shadow(0 2px 4px #00000047);
  transform: scale(1.05);
}

.desktop-icon.selected i {
  filter: drop-shadow(0 4px 8px #0a84ff73) drop-shadow(0 1px 3px #0000004d);
}

.desktop-icon span {
  text-shadow: 0 1px 3px #000c, 0 0 10px #0009;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  pointer-events: none;
  word-break: break-word;
  border-radius: 4px;
  -webkit-box-orient: vertical;
  padding: 1px 5px;
  font-size: 11.5px;
  font-weight: 500;
  line-height: 1.3;
  transition: background .12s;
  display: -webkit-box;
  overflow: hidden;
}

.desktop-icon.selected span {
  text-shadow: none;
  color: #fff;
  background: #0a84ff8c;
  box-shadow: 0 1px 4px #00000040;
}

#dock {
  background: var(--dock-bg);
  -webkit-backdrop-filter: blur(28px) saturate(160%);
  border: .5px solid var(--dock-border);
  z-index: 9999;
  border-radius: 20px;
  align-items: flex-end;
  gap: 7px;
  padding: 7px 11px;
  display: flex;
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 2px 8px #00000038, 0 12px 36px #00000061, inset 0 1px #ffffff17;
}

#dock.dock-left {
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-end;
  padding: 11px 7px;
  top: 50%;
  bottom: auto;
  left: 8px;
  transform: translateY(-50%);
}

#dock.dock-left .dock-item:hover {
  transform: translateX(10px)scale(1.15);
}

#dock.dock-left .dock-item:after {
  top: auto;
  bottom: auto;
  left: calc(100% + 12px);
}

#dock.dock-left .dock-indicator-container {
  flex-direction: column;
  bottom: auto;
  left: auto;
  right: -7px;
}

#dock.dock-right {
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  padding: 11px 7px;
  inset: 50% 8px auto auto;
  transform: translateY(-50%);
}

#dock.dock-right .dock-item:hover {
  transform: translateX(-10px)scale(1.15);
}

#dock.dock-right .dock-item:after {
  inset: auto calc(100% + 12px) auto auto;
}

#dock.dock-right .dock-indicator-container {
  flex-direction: column;
  bottom: auto;
  left: -7px;
  right: auto;
}

.dock-item {
  width: var(--dock-item-size, 48px);
  height: var(--dock-item-size, 48px);
  cursor: pointer;
  background: #ffffff12;
  border-radius: 13px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  transition: transform .22s cubic-bezier(.175, .885, .32, 1.3), background .15s;
  display: flex;
  position: relative;
}

.dock-item:hover {
  background: #ffffff21;
  transform: translateY(-12px)scale(1.22);
}

.dock-item:active {
  animation: .4s cubic-bezier(.36, .07, .19, .97) dockBounce;
  transform: translateY(-8px)scale(1.14);
}

.dock-item:after {
  content: attr(data-tooltip);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: #fff;
  pointer-events: none;
  opacity: 0;
  white-space: nowrap;
  background: #14141ae0;
  border: .5px solid #ffffff1f;
  border-radius: 7px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  transition: opacity .15s, transform .15s;
  position: absolute;
  top: -36px;
  transform: translateY(4px);
  box-shadow: 0 4px 12px #0000004d;
}

.dock-item:hover:after {
  opacity: 1;
  transform: translateY(0);
}

[data-theme="light"] .dock-item:after {
  color: #1c1c1e;
  background: #fffffff0;
  border-color: #0000001f;
}

.dock-indicator-container {
  pointer-events: none;
  justify-content: center;
  align-items: center;
  gap: 3px;
  display: flex;
  position: absolute;
  bottom: -7px;
}

.dock-indicator-dot {
  background: var(--accent);
  width: 4px;
  height: 4px;
  box-shadow: 0 0 5px var(--accent);
  border-radius: 50%;
  animation: 2.2s ease-in-out infinite dockDotPulse;
}

.dock-indicator-dot:nth-child(2) {
  animation-delay: .33s;
}

.dock-indicator-dot:nth-child(3) {
  animation-delay: .66s;
}

[data-theme="light"] #dock {
  background: var(--dock-bg);
  border-color: var(--dock-border);
  box-shadow: 0 2px 8px #0000001a, 0 12px 36px #0000002e, inset 0 1px #ffffffb3;
}

[data-theme="light"] .dock-item {
  background: #0000000a;
}

[data-theme="light"] .dock-item:hover {
  background: #00000014;
}

.fm-toolbar {
  background: var(--titlebar-bg);
  border-bottom: 1px solid var(--titlebar-border);
  flex-shrink: 0;
  align-items: center;
  gap: 12px;
  height: 46px;
  padding: 0 15px;
  display: flex;
}

.fm-btn {
  color: var(--text-main);
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-size: 13px;
  transition: background .12s, transform .1s;
  display: flex;
}

.fm-btn:hover {
  background: var(--hover);
}

.fm-btn:active {
  transform: scale(.92);
}

.fm-btn.active {
  background: var(--accent);
  color: #fff;
}

.fm-btn:disabled {
  opacity: .28;
  cursor: default;
}

.fm-sidebar {
  border-right: 1px solid var(--titlebar-border);
  background: #00000008;
  flex-direction: column;
  flex-shrink: 0;
  gap: 2px;
  width: 200px;
  padding: 15px 10px;
  display: flex;
  overflow-y: auto;
}

.fm-sb-title {
  text-transform: uppercase;
  color: var(--text-muted);
  letter-spacing: .6px;
  margin: 10px 0 5px;
  padding: 0 10px;
  font-size: 11px;
  font-weight: 600;
}

.fm-sb-item {
  cursor: pointer;
  border-radius: 7px;
  align-items: center;
  gap: 10px;
  padding: 7px 10px;
  font-size: 13px;
  font-weight: 500;
  transition: background .1s;
  display: flex;
}

.fm-sb-item:hover {
  background: var(--hover);
}

.fm-sb-item.active {
  background: var(--selection);
}

.fm-sb-item i {
  text-align: center;
  width: 18px;
}

.fm-item {
  cursor: pointer;
  border: 1px solid #0000;
  border-radius: 7px;
  transition: background .1s;
}

.fm-item:hover {
  background: var(--hover);
}

.fm-item.selected {
  background: var(--selection);
  border-color: #0a84ff73;
}

.fm-item.cut {
  opacity: .4;
}

.fm-item.drag-over {
  border: 1px dashed var(--accent) !important;
  background: #0a84ff2e !important;
}

.quick-look-overlay {
  -webkit-backdrop-filter: blur(12px);
  z-index: 99990;
  background: #00000085;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  animation: .15s ease-out fadeIn;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

.quick-look-box {
  background: var(--glass-bg);
  border: .5px solid var(--glass-border);
  border-radius: 14px;
  flex-direction: column;
  width: 80%;
  max-width: 1000px;
  height: 85%;
  display: flex;
  overflow: hidden;
  box-shadow: 0 28px 60px #000000a6;
}

.props-row {
  margin-bottom: 8px;
  font-size: 13px;
  display: flex;
}

.props-label {
  width: 105px;
  color: var(--text-muted);
  font-weight: 500;
}

.props-val {
  word-break: break-all;
  flex: 1;
}

.spotlight-overlay {
  -webkit-backdrop-filter: blur(10px);
  z-index: 99997;
  background: #00000061;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-top: 15vh;
  animation: .15s ease-out fadeIn;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

.notification-toast {
  cursor: pointer;
  border-radius: 13px;
  align-items: flex-start;
  gap: 12px;
  width: 360px;
  padding: 13px 15px;
  transition: transform .15s, opacity .15s;
  animation: .3s cubic-bezier(.16, 1, .3, 1) notifSlideIn;
  display: flex;
  position: relative;
  overflow: hidden;
}

.notification-toast:hover {
  transform: scale(1.025);
}

.notification-toast.removing {
  animation: .3s ease-in forwards slideOutRight;
}

.notification-toast .progress-bar {
  border-radius: 0 0 13px 13px;
  height: 3px;
  animation: 4s linear forwards progressShrink;
  position: absolute;
  bottom: 0;
  left: 0;
}

.app-tab-bar {
  border-bottom: 1px solid var(--glass-border);
  background: #00000012;
  flex-shrink: 0;
  align-items: center;
  gap: 2px;
  height: 33px;
  padding: 0 4px;
  display: flex;
  overflow-x: auto;
}

.app-tab-bar::-webkit-scrollbar {
  height: 0;
}

.app-tab {
  cursor: pointer;
  white-space: nowrap;
  color: var(--text-muted);
  border-radius: 6px 6px 0 0;
  align-items: center;
  gap: 6px;
  max-width: 160px;
  padding: 4px 12px;
  font-size: 12px;
  transition: background .12s;
  display: flex;
}

.app-tab:hover {
  background: var(--hover);
}

.app-tab.active {
  background: var(--titlebar-bg);
  color: var(--text-main);
}

.app-tab .close-tab {
  opacity: 0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  font-size: 8px;
  transition: opacity .12s, background .12s;
  display: flex;
}

.app-tab:hover .close-tab {
  opacity: .6;
}

.app-tab .close-tab:hover {
  opacity: 1;
  background: #ffffff1a;
}

.column-view {
  flex: 1;
  display: flex;
  overflow: auto hidden;
}

.column-view-col {
  border-right: 1px solid var(--glass-border);
  flex-shrink: 0;
  min-width: 220px;
  max-width: 280px;
  overflow-y: auto;
}

.chart-container {
  background: #00000026;
  border-radius: 9px;
  width: 100%;
  height: 120px;
  position: relative;
  overflow: hidden;
}

.FIE_root {
  width: 100% !important;
  height: 100% !important;
  font-family: inherit !important;
}

.FIE_root * {
  -webkit-user-select: auto;
  user-select: auto;
}

@media (prefers-reduced-motion: reduce) {
  *, :before, :after {
    scroll-behavior: auto !important;
    -webkit-backdrop-filter: none !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

.cal-cell {
  cursor: pointer;
  transition: background .15s;
}

.cal-cell:hover {
  background: #ffffff0f !important;
}

.cal-event {
  cursor: pointer;
  transition: filter .15s, transform .15s, box-shadow .15s;
}

.cal-event:hover {
  filter: brightness(1.25);
  z-index: 2;
  transform: scale(1.02);
  box-shadow: 0 2px 8px #0000004d;
}

.cal-time-slot {
  cursor: pointer;
  transition: background .15s;
}

.cal-time-slot:hover {
  background: #0a84ff14 !important;
}

.cal-popup-icon {
  transition: background .15s, color .15s;
}

.cal-popup-icon:hover {
  color: var(--text-main);
  background: #ffffff26;
}

@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-font-weight {
  syntax: "*";
  inherits: false
}

@property --tw-ordinal {
  syntax: "*";
  inherits: false
}

@property --tw-slashed-zero {
  syntax: "*";
  inherits: false
}

@property --tw-numeric-figure {
  syntax: "*";
  inherits: false
}

@property --tw-numeric-spacing {
  syntax: "*";
  inherits: false
}

@property --tw-numeric-fraction {
  syntax: "*";
  inherits: false
}

@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@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-backdrop-blur {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false
}

@property --tw-ease {
  syntax: "*";
  inherits: false
}

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