/* inter-cyrillic-ext-wght-normal */
@font-face {
  font-family: 'Inter Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url(/assets/inter-cyrillic-ext-wght-normal-BOeWTOD4.woff2) format('woff2-variations');
  unicode-range: U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
}

/* inter-cyrillic-wght-normal */
@font-face {
  font-family: 'Inter Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url(/assets/inter-cyrillic-wght-normal-DqGufNeO.woff2) format('woff2-variations');
  unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
}

/* inter-greek-ext-wght-normal */
@font-face {
  font-family: 'Inter Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url(/assets/inter-greek-ext-wght-normal-DlzME5K_.woff2) format('woff2-variations');
  unicode-range: U+1F00-1FFF;
}

/* inter-greek-wght-normal */
@font-face {
  font-family: 'Inter Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url(/assets/inter-greek-wght-normal-CkhJZR-_.woff2) format('woff2-variations');
  unicode-range: U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF;
}

/* inter-vietnamese-wght-normal */
@font-face {
  font-family: 'Inter Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url(/assets/inter-vietnamese-wght-normal-CBcvBZtf.woff2) format('woff2-variations');
  unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;
}

/* inter-latin-ext-wght-normal */
@font-face {
  font-family: 'Inter Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url(/assets/inter-latin-ext-wght-normal-DO1Apj_S.woff2) format('woff2-variations');
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

/* inter-latin-wght-normal */
@font-face {
  font-family: 'Inter Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url(/assets/inter-latin-wght-normal-Dx4kXJAl.woff2) format('woff2-variations');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}:root {
  /* Common */
  --font-family: "Inter Variable", sans-serif;
  --font-size: 13px;
  --header-height: 70px;
  --footer-height: 50px;

  /* Base Colors */
  --accent-blue: #109cf1;
  --blue: #1a73e8;
  --green: #56b623;
  --red: #eb5757;
  --yellow: #ffb946;
  --orange: #f98b29;
  --gray-5: #e0e0e0;
  --white: #fff;

  --hover-color: #8cbdfd;

  /* spacing */
  --spacing-xs: 4px;
  --spacing-sm: 8px;
  --spacing-md: 16px;
  --spacing-lg: 24px;
  --spacing-l: var(--spacing-lg);
  --spacing-xl: 32px;
  --spacing-xxl: 40px;
  --spacing-xxxl: 48px;

  /* Form layout */
  --form-label-width: clamp(140px, 28%, 220px);
  --form-content-max-width: 720px;
  --form-field-gap: var(--spacing-md);

  /* Scrollbars */
  --scrollbar-size: 10px;
  --scrollbar-track: transparent;
  --scrollbar-thumb: color-mix(in srgb, var(--icon-grey) 72%, transparent);
  --scrollbar-thumb-hover: color-mix(in srgb, var(--accent-blue) 78%, var(--icon-grey));
  --scrollbar-thumb-min-size: 32px;

  /* radius */
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  --radius-xxl: 32px;
  --radius-xxxl: 40px;

  /* font size */
  --font-size-xxs: 10px;
  --font-size-xs: 12px;
  --font-size-sm: 14px;
  --font-size-md: 16px;
  --font-size-lg: 18px;
  --font-size-xl: 20px;
  --font-size-xxl: 22px;

  --table-mobile-column-min-size: 80px;

  --font-size-headings-xxl: 32px;
  --font-size-headings-xl: 28px;
  --font-size-headings-lg: 24px;
  --font-size-headings-md: 20px;
  --font-size-headings-sm: 18px;
  --font-size-headings-xs: 16px;
  --font-size-headings-xxs: 14px;

  /* Shared controls */
  --control-height-sm: 34px;
  --control-height-md: 40px;
  --control-height-lg: 48px;
  --control-focus-ring-width: 4px;
  --control-inset-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  --control-disabled-opacity: 0.72;
  --control-disabled-strong-opacity: 0.45;
  --surface-inset-shadow: var(--control-inset-shadow);
  --button-disabled-opacity: 0.55;
  --danger-gradient-deep: #9f1239;
  --danger-border-hover: #7f1d1d;
  --control-thumb-shadow: 0 1px 3px rgba(15, 23, 42, 0.24);
  --success-border: color-mix(in srgb, var(--green) 70%, var(--surface-1));
  --success-border-hover: color-mix(in srgb, var(--green) 85%, var(--surface-1));
  --accent-border-hover: color-mix(in srgb, var(--accent-blue) 85%, var(--surface-1));

  /* Legacy semantic aliases. Keep older feature CSS on current theme system. */
  --spacing-xxs: 2px;
  --radius-xs: 2px;
  --border-radius-sm: var(--radius-sm);
  --border-radius-md: var(--radius-md);
  --font-size-s: var(--font-size-xs);
  --font-size-m: var(--font-size-sm);
  --font-size-l: var(--font-size-lg);
  --background-primary: var(--surface-1);
  --background-subtle: var(--surface-2);
  --background-muted: var(--surface-3);
  --bg-surface: var(--surface-1);
  --bg-surface-hover: var(--bg-hover);
  --bg-secondary-subtle: var(--surface-3);
  --bg-info-subtle: var(--accent-soft);
  --bg-success-subtle: var(--success-soft);
  --bg-danger-subtle: var(--danger-soft);
  --bg-warning-subtle: color-mix(in srgb, var(--yellow) 16%, var(--surface-1));
  --border-color: var(--border-subtle);
  --border-default: var(--border-subtle);
  --border-primary: var(--input-border);
  --color-bg-primary: var(--surface-1);
  --color-bg-secondary: var(--surface-2);
  --color-bg-hover: var(--bg-hover);
  --color-border: var(--border-subtle);
  --color-border-light: var(--border-subtle);
  --color-border-primary: var(--input-border);
  --color-border-hover: var(--border-strong);
  --color-primary: var(--accent-blue);
  --color-primary-light: var(--accent-soft);
  --color-primary-subtle: var(--accent-soft);
  --color-danger: var(--red);
  --color-danger-hover: color-mix(in srgb, var(--red) 82%, var(--font-color));
  --color-surface: var(--surface-1);
  --color-surface-hover: var(--surface-2);
  --color-text-primary: var(--font-color);
  --color-text-secondary: var(--text-secondary);
  --color-text-muted: var(--icon-grey);
  --text-muted: var(--text-secondary);
  --text-accent: var(--accent-blue);
  --text-info: var(--accent-blue);
  --text-success: var(--green);
  --text-warning: var(--yellow);
  --text-danger: var(--red);
  --success-color: var(--green);
  --error-primary: var(--red);
  --error-hover: var(--danger-soft);
  --primary-dark: var(--button-primary-bg-active);
  --box-shadow: var(--shadow-sm);
}

html[theme="light"] {
  --font-color: #334d6e;
  --font-color-secondary: #667892;
  --text-primary: var(--font-color);
  --text-secondary: var(--font-color-secondary);
  --bg-fill: #fff;
  --bg-main: #eef3f8;
  --bg-hover: color-mix(in srgb, var(--accent-blue) 8%, white);
  --icon-grey: #9eb0c8;
  --report-proceeds: #0072b2;
  --report-profit: #007a59;
  --report-quality: #8a5900;
  --report-estimate: #a7447c;
  --report-documents: #a33f00;
  --report-other: #64748b;
  --report-danger-text: #b42318;
  --report-series-1: #1f5f9e;
  --report-series-2: #c26a00;
  --report-series-3: #197a4a;
  --report-series-4: #6c3fa0;
  --report-series-5: #c93636;
  --report-series-6: #087f8c;
  --report-series-7: #8a7300;
  --report-series-8: #7b4a2f;
  --report-series-9: #b12d78;
  --report-series-10: #3f51b5;
  --report-series-11: #4d7c0f;
  --report-series-12: #56616b;
  --dark-blue: #334d6e;
  --surface-1: #ffffff;
  --surface-2: #f8fbff;
  --surface-3: #f1f6fc;
  --surface-elevated: rgba(255, 255, 255, 0.94);
  --surface-overlay: rgba(15, 23, 42, 0.62);
  --border-subtle: rgba(148, 163, 184, 0.24);
  --border-strong: rgba(100, 116, 139, 0.34);
  --focus-ring: color-mix(in srgb, var(--accent-blue) 28%, transparent);
  --accent-soft: color-mix(in srgb, var(--accent-blue) 14%, white);
  --success-soft: color-mix(in srgb, var(--green) 14%, white);
  --danger-soft: color-mix(in srgb, var(--red) 12%, white);
  --status-danger-bg: #f9cdcd;
  --status-danger-fg: #eb5757;
  --status-warning-bg: #ffe7ad;
  --status-warning-fg: #fbb711;
  --status-success-bg: #c0f5bf;
  --status-success-fg: #45c442;
  --status-neutral-bg: #f0f0f0;
  --status-neutral-fg: #90a0b7;
  --shadow-sm: 0 10px 25px rgba(15, 23, 42, 0.08);
  --shadow-md: 0 18px 40px rgba(15, 23, 42, 0.12);
  --shadow-xs: 0 2px 6px rgba(15, 23, 42, 0.08);
  --danger-shadow-sm: 0 10px 22px rgba(15, 23, 42, 0.08);
  --danger-shadow-md: 0 14px 26px rgba(15, 23, 42, 0.12);
  --page-root-shadow:
    0 18px 34px -30px rgba(15, 23, 42, 0.22), 0 8px 18px -16px rgba(148, 163, 184, 0.24);
  --button-primary-bg: #2563eb;
  --button-primary-bg-hover: #1d58d8;
  --button-primary-bg-active: #194ab7;
  --button-primary-border: rgba(37, 99, 235, 0.6);
  --button-primary-border-hover: rgba(29, 78, 216, 0.72);
  --button-primary-fg: #ffffff;
  --button-primary-shadow: 0 1px 2px rgba(15, 23, 42, 0.12), 0 4px 10px rgba(37, 99, 235, 0.16);
  --button-primary-shadow-hover:
    0 2px 4px rgba(15, 23, 42, 0.12), 0 6px 16px rgba(37, 99, 235, 0.22);
  --button-primary-shadow-active: inset 0 2px 4px rgba(15, 23, 42, 0.2);
  --button-secondary-fg: #17324d;
  --button-secondary-fg-hover: #164e85;
  --button-secondary-bg: #f5f8fc;
  --button-secondary-bg-hover: #eaf2fb;
  --button-secondary-bg-active: #dce9f7;
  --button-secondary-border: rgba(51, 77, 110, 0.18);
  --button-secondary-border-hover: rgba(37, 99, 235, 0.34);
  --button-secondary-shadow-hover: 0 3px 10px rgba(15, 23, 42, 0.08);
  --button-danger-bg: #c83f4c;
  --button-danger-bg-hover: #b83240;
  --button-danger-bg-active: #9e2936;
  --button-danger-border: rgba(173, 45, 57, 0.62);
  --button-danger-border-hover: rgba(139, 31, 43, 0.78);
  --button-danger-shadow: 0 1px 2px rgba(15, 23, 42, 0.12), 0 4px 10px rgba(215, 70, 79, 0.15);
  --button-danger-shadow-hover: 0 2px 4px rgba(15, 23, 42, 0.12), 0 6px 16px rgba(215, 70, 79, 0.2);
  --card-border: rgba(148, 163, 184, 0.22);
  --gradient-bg-1: linear-gradient(#ffffff, #e3efff, #c1d7f3);

  /* Optional */
  --input-bg: var(--surface-2);
  --input-border: rgba(148, 163, 184, 0.38);
  --table-border: rgba(148, 163, 184, 0.24);
  --hover-row-color: color-mix(in srgb, var(--accent-blue) 10%, white);
  --frame-border: var(--border-subtle);

  /* Table */
  --table-head: var(--surface-3);

  /* Skeleton */
  --skeleton-base: #eaecef;
  --skeleton-shimmer: rgba(255, 255, 255, 0.85);

  /* Layout refresh */
  --layout-bg: linear-gradient(135deg, #f8fbff 0%, #eef5ff 48%, #f6edff 100%);
  --layout-header-bg: rgba(255, 255, 255, 0.96);
  --layout-header-border: rgba(148, 163, 184, 0.24);
  --layout-sidebar-bg: linear-gradient(180deg, #ffffff 0%, #eef5ff 100%);
  --layout-sidebar-active-bg: linear-gradient(90deg, #60a5fa 0%, #a855f7 100%);
  --layout-sidebar-icon-bg: linear-gradient(135deg, #60a5fa 0%, #8b5cf6 100%);
  --layout-sidebar-active-icon-bg: linear-gradient(135deg, #facc15 0%, #f97316 100%);
  --layout-search-bg: rgba(248, 251, 255, 0.92);
  --layout-control-bg: rgba(255, 255, 255, 0.9);
  --layout-control-bg-hover: color-mix(in srgb, var(--accent-blue) 11%, white);
  --layout-accent-gradient: linear-gradient(90deg, #38bdf8 0%, #8b5cf6 100%);
  --layout-badge-bg: linear-gradient(135deg, #fb7185 0%, #e11d48 100%);
}

html[theme="dark"] {
  --font-color: #f5f6f8;
  --font-color-secondary: #a9b4c4;
  --text-primary: var(--font-color);
  --text-secondary: var(--font-color-secondary);
  --bg-fill: #1d2938;
  --bg-main: #15202d;
  --bg-hover: color-mix(in srgb, var(--accent-blue) 14%, transparent);
  --dark-blue: #f5f6f8;
  --icon-grey: #6e89ab;
  --report-proceeds: #56b4e9;
  --report-profit: #5bc69a;
  --report-quality: #f0b84b;
  --report-estimate: #dc8fba;
  --report-documents: #ed7a3d;
  --report-other: #94a3b8;
  --report-danger-text: #ff8a80;
  --report-series-1: #58b8f0;
  --report-series-2: #f2ad3d;
  --report-series-3: #55d68b;
  --report-series-4: #be8bea;
  --report-series-5: #ff7878;
  --report-series-6: #42c5d2;
  --report-series-7: #e4cf55;
  --report-series-8: #d09264;
  --report-series-9: #f084bd;
  --report-series-10: #91a7ff;
  --report-series-11: #a8d95c;
  --report-series-12: #b3c0cc;
  --surface-1: #1d2938;
  --surface-2: #233244;
  --surface-3: #2a3a4d;
  --surface-elevated: rgba(29, 41, 56, 0.94);
  --surface-overlay: rgba(2, 6, 23, 0.74);
  --border-subtle: rgba(148, 163, 184, 0.16);
  --border-strong: rgba(148, 163, 184, 0.28);
  --focus-ring: color-mix(in srgb, var(--accent-blue) 30%, transparent);
  --accent-soft: color-mix(in srgb, var(--accent-blue) 18%, transparent);
  --success-soft: color-mix(in srgb, var(--green) 20%, transparent);
  --danger-soft: color-mix(in srgb, var(--red) 18%, transparent);
  --status-danger-bg: color-mix(in srgb, var(--red) 24%, var(--surface-2));
  --status-danger-fg: color-mix(in srgb, var(--red) 70%, white);
  --status-warning-bg: color-mix(in srgb, var(--yellow) 24%, var(--surface-2));
  --status-warning-fg: color-mix(in srgb, var(--yellow) 78%, white);
  --status-success-bg: color-mix(in srgb, var(--green) 24%, var(--surface-2));
  --status-success-fg: color-mix(in srgb, var(--green) 72%, white);
  --status-neutral-bg: var(--surface-3);
  --status-neutral-fg: var(--text-secondary);
  --shadow-sm: 0 12px 28px rgba(2, 6, 23, 0.36);
  --shadow-md: 0 22px 44px rgba(2, 6, 23, 0.42);
  --shadow-xs: 0 2px 6px rgba(2, 6, 23, 0.28);
  --danger-shadow-sm: 0 10px 22px rgba(2, 6, 23, 0.3);
  --danger-shadow-md: 0 14px 26px rgba(2, 6, 23, 0.4);
  --page-root-shadow:
    0 18px 34px -28px rgba(2, 6, 23, 0.5), 0 8px 18px -18px rgba(15, 23, 42, 0.38);
  --button-primary-bg: #0b74b5;
  --button-primary-bg-hover: #096aa7;
  --button-primary-bg-active: #075887;
  --button-primary-border: rgba(56, 189, 248, 0.52);
  --button-primary-border-hover: rgba(125, 211, 252, 0.68);
  --button-primary-fg: var(--white);
  --button-primary-shadow: 0 1px 2px rgba(2, 6, 23, 0.3), 0 5px 14px rgba(16, 156, 241, 0.2);
  --button-primary-shadow-hover:
    0 2px 4px rgba(2, 6, 23, 0.34), 0 7px 18px rgba(16, 156, 241, 0.28);
  --button-primary-shadow-active: inset 0 2px 5px rgba(2, 6, 23, 0.34);
  --button-secondary-fg: var(--font-color);
  --button-secondary-fg-hover: color-mix(in srgb, var(--accent-blue) 68%, white);
  --button-secondary-bg: var(--surface-2);
  --button-secondary-bg-hover: var(--surface-3);
  --button-secondary-bg-active: color-mix(in srgb, var(--accent-blue) 14%, var(--surface-3));
  --button-secondary-border: var(--border-subtle);
  --button-secondary-border-hover: color-mix(in srgb, var(--accent-blue) 42%, var(--border-strong));
  --button-secondary-shadow-hover: 0 4px 12px rgba(2, 6, 23, 0.26);
  --button-danger-bg: #c83f4c;
  --button-danger-bg-hover: #b83240;
  --button-danger-bg-active: #9e2936;
  --button-danger-border: rgba(235, 87, 87, 0.56);
  --button-danger-border-hover: rgba(255, 132, 132, 0.7);
  --button-danger-shadow: 0 1px 2px rgba(2, 6, 23, 0.3), 0 5px 14px rgba(200, 63, 76, 0.2);
  --button-danger-shadow-hover: 0 2px 4px rgba(2, 6, 23, 0.34), 0 7px 18px rgba(200, 63, 76, 0.28);
  --frame-border: var(--border-subtle);
  --gradient-bg-1: linear-gradient(#2c3e50, #34495e, #3a506b);

  /* Optional */
  --input-bg: var(--surface-2);
  --input-border: rgba(148, 163, 184, 0.28);
  --table-border: rgba(148, 163, 184, 0.18);
  --card-border: rgba(148, 163, 184, 0.18);
  --hover-row-color: color-mix(in srgb, var(--accent-blue) 20%, transparent);
  --framer-border: var(--gray-5);

  /* Table */
  --table-head: var(--surface-3);

  /* Skeleton */
  --skeleton-base: #2d3f52;
  --skeleton-shimmer: rgba(255, 255, 255, 0.07);

  /* Layout refresh */
  --layout-bg: linear-gradient(135deg, #172235 0%, #192638 50%, #1d2a3c 100%);
  --layout-header-bg: rgba(30, 41, 59, 0.95);
  --layout-header-border: rgba(148, 163, 184, 0.16);
  --layout-sidebar-bg: linear-gradient(180deg, #1e293b 0%, #162033 100%);
  --layout-sidebar-active-bg: linear-gradient(90deg, #3b82f6 0%, #a855f7 100%);
  --layout-sidebar-icon-bg: linear-gradient(135deg, #38bdf8 0%, #8b5cf6 100%);
  --layout-sidebar-active-icon-bg: linear-gradient(135deg, #f59e0b 0%, #f97316 100%);
  --layout-search-bg: rgba(30, 41, 59, 0.9);
  --layout-control-bg: rgba(30, 41, 59, 0.88);
  --layout-control-bg-hover: rgba(59, 130, 246, 0.18);
  --layout-accent-gradient: linear-gradient(90deg, #38bdf8 0%, #8b5cf6 100%);
  --layout-badge-bg: linear-gradient(135deg, #fb7185 0%, #e11d48 100%);
}

/* Global Zoom Support for Modal Portals */
.ReactModalPortal,
[data-table-context-menu] {
  zoom: var(--app-zoom, 1);
}

/* Default file control; feature-specific hidden inputs keep their local display rules. */
:where(input[type="file"]) {
  width: 100%;
  min-width: 0;
  min-height: 40px;
  box-sizing: border-box;
  color: var(--text-secondary);
  background: transparent;
  border: 0;
  border-radius: var(--radius-md);
  font-family: var(--font-family);
  font-size: var(--font-size-sm);
  cursor: pointer;
}

:where(input[type="file"])::file-selector-button {
  min-height: 40px;
  margin-right: var(--spacing-sm);
  padding: 0 18px;
  color: var(--button-primary-fg);
  background: var(--button-primary-bg);
  border: 1px solid var(--button-primary-border);
  border-radius: var(--radius-md);
  font: inherit;
  font-weight: 600;
  cursor: pointer;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease;
}

:where(input[type="file"]:not(:disabled)):hover::file-selector-button {
  background: var(--button-primary-bg-hover);
  border-color: var(--button-primary-border-hover);
}

:where(input[type="file"]):focus-visible {
  outline: none;
  box-shadow: 0 0 0 var(--control-focus-ring-width) var(--focus-ring);
}

:where(input[type="file"]:disabled),
:where(input[type="file"]:disabled)::file-selector-button {
  cursor: not-allowed;
  opacity: var(--button-disabled-opacity);
}

@media (max-width: 900px) {
  :where(input[type="file"]),
  :where(input[type="file"])::file-selector-button {
    min-height: 36px;
  }

  :where(input[type="file"])::file-selector-button {
    padding: 0 14px;
  }
}

:root {
  font-family: var(--font-family);
  line-height: 1.5;
  font-weight: 500;

  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

html {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  letter-spacing: 0.5px;
}
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  width: 100%;
  display: flex;
  color: var(--font-color);
  background-color: var(--bg-main);
}

#root {
  width: 100%;
  height: 100%;

  background-color: var(--bg-main);
}

* {
  box-sizing: border-box;
  scrollbar-width: thin;
  scrollbar-color: var(--scrollbar-thumb) var(--scrollbar-track);
}

*::-webkit-scrollbar {
  width: var(--scrollbar-size);
  height: var(--scrollbar-size);
}

*::-webkit-scrollbar-track {
  background: var(--scrollbar-track);
}

*::-webkit-scrollbar-thumb {
  min-width: var(--scrollbar-thumb-min-size);
  min-height: var(--scrollbar-thumb-min-size);
  border: 2px solid transparent;
  border-radius: var(--radius-lg);
  background: var(--scrollbar-thumb);
  background-clip: padding-box;
}

*::-webkit-scrollbar-thumb:hover {
  background: var(--scrollbar-thumb-hover);
  background-clip: padding-box;
}

*::-webkit-scrollbar-corner {
  background: transparent;
}

fieldset {
  border: none;
  padding: 0;
  margin: 0;
  min-width: 0;
}

/* TODO: Remove this style after completed Reusable SignatureTableComponent */
.overflow-hidden {
  overflow: hidden;
}

.overflow-x-auto {
  overflow-x: auto;
}

.tsqd-open-btn-container {
  transform: translateX(-100%);
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
.Fqx9BFT6nPY- {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: var(--spacing-lg);
  text-align: center;
  background-color: var(--bg-main);
}

.uOWcp7BVW-0- {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--spacing-md);
  background-color: var(--surface-1);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  min-width: 40vw;
  min-height: 40vh;
  padding: var(--spacing-xl);
}

.uNjiqawgYv4- {
  font-size: var(--font-size-xl);
  font-weight: 600;
  color: var(--text-primary);
  margin: 0;
}

._0tkPlnYQeL0- {
  color: var(--text-secondary);
  margin: 0;
  max-width: 80%;
}

@media (max-width: 900px) {
  .Fqx9BFT6nPY- {
    padding: var(--spacing-sm);
  }

  .uOWcp7BVW-0- {
    width: 100%;
    min-width: 0;
    padding: var(--spacing-lg);
  }

  ._0tkPlnYQeL0- {
    max-width: 100%;
  }
}
._1S-llr3lJhI- {
  display: inline-flex;
  align-items: center;
  gap: var(--brand-logo-gap, var(--spacing-sm));
  width: var(--brand-logo-width, auto);
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.ZnnHRaS5Fb4- {
  width: var(--brand-logo-mark-width, var(--brand-logo-height, 35px));
  height: var(--brand-logo-height, 35px);
  flex-shrink: 0;
  object-fit: contain;
}

.FcmGF--pc58- {
  min-width: 0;
  overflow: hidden;
  color: var(--font-color);
  font-size: var(--brand-logo-text-size, var(--font-size-lg));
  font-weight: 700;
  line-height: 1;
  text-overflow: ellipsis;
}

._1jncB7Wibvg- {
  color: var(--green);
}

.OItWEsBfyuo- {
  color: var(--font-color);
}
.c7uqzvcEX2E- {
  font-weight: 700;
  font-size: var(--font-size-sm);
  text-decoration: none;
  color: var(--font-color);

  &:hover {
    opacity: 0.8;
  }

  @media (max-width: 900px) {
    font-size: var(--font-size-xs);
  }
}
._4O1D4R47AP8- {
  width: 100%;
  min-height: 100%;
  margin: 0 auto;
  padding: 32px 16px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(
      circle at top left,
      color-mix(in srgb, var(--accent-blue) 18%, transparent),
      transparent 38%
    ),
    radial-gradient(
      circle at bottom right,
      color-mix(in srgb, var(--green) 16%, transparent),
      transparent 34%
    );

  @media (max-width: 900px) {
    padding: var(--spacing-md);
    align-items: stretch;
  }
}

.gaLVfoHMoSY- {
  width: min(100%, 520px);
  min-height: auto;
  padding: 28px 28px 32px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  border-radius: 28px;
  border: 1px solid var(--border-subtle);
  background: linear-gradient(
    180deg,
    color-mix(in srgb, var(--surface-elevated) 96%, transparent),
    var(--surface-1)
  );
  box-shadow: var(--shadow-md);
  backdrop-filter: blur(18px);

  @media (max-width: 900px) {
    padding: 22px 18px 24px;
    border-radius: 24px;
  }
}

.-I8a9n4rQO8- {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}

.a9-3LT94How- {
  --brand-logo-width: auto;
  --brand-logo-height: 48px;
  --brand-logo-mark-width: 60px;
  --brand-logo-text-size: 30px;
}

.k7Y2Nx7-Sek- {
  color: var(--accent-blue);
  font-weight: 600;
  text-decoration: none;
}
.JV7BrP11UnE- {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  user-select: none;

  &:not(.mWgb9iy5Uz8-) {
    background: var(--bg-main);
  }

  &.TYKOJjLywEs- {
    zoom: var(--app-zoom, 1);
  }
}

.JV7BrP11UnE- img {
  width: 40px;
  height: 40px;
  object-fit: scale-down;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.TVrqqVmzOo8- {
  display: flex;
  width: 72px;
  height: 72px;
  position: relative;
}

.TVrqqVmzOo8- svg {
  width: 100%;
  height: 100%;
}

.QsIEc2-fuVs- {
  position: absolute;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  border: 2.5px solid var(--frame-border);
  border-top-color: var(--accent-blue);
  animation: _1jWrQgNmb-I- 0.9s linear infinite;
}

.dC62dDpRSO4- {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@keyframes _1jWrQgNmb-I- {
  to {
    transform: rotate(360deg);
  }
}
.zHA7txImTtU- {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
  min-height: 0;
  animation: h8PwCU5vFi0- 0.18s ease-out;

  @media (max-width: 900px) {
    flex: 0 0 auto;
    height: auto;
    min-height: 100%;
  }
}

@keyframes h8PwCU5vFi0- {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.HS6SBM1uGtk- {
  display: flex;
  align-items: center;
  gap: 2px;
  min-height: 40px;
  padding: 3px;
  background: var(--layout-control-bg, var(--bg-fill));
  border: 1px solid var(--layout-header-border, var(--table-border));
  border-radius: 12px;
  margin-right: 0;
  box-shadow: inset 0 1px 0 color-mix(in srgb, var(--white) 4%, transparent);
}

.vwHq4fI91oo- {
  min-height: 32px;
  padding: 0 10px;
  background-color: transparent;
  border: none;
  border-radius: 8px;
  color: var(--font-color);
  cursor: pointer;
  font-size: var(--font-size-sm);
  font-weight: 650;
  transition:
    color 0.15s ease,
    background-color 0.15s ease,
    box-shadow 0.15s ease;
  white-space: nowrap;
  position: relative;
}

.vwHq4fI91oo-:hover {
  background-color: var(--layout-control-bg-hover, var(--hover-row-color));
  color: var(--accent-blue);
}

.vwHq4fI91oo-.aLEcEdOEwh4- {
  background: var(--layout-accent-gradient, var(--accent-blue));
  color: var(--white);
  box-shadow: 0 4px 10px color-mix(in srgb, var(--accent-blue) 18%, transparent);
}

.vwHq4fI91oo-.aLEcEdOEwh4-:hover {
  background: var(--layout-accent-gradient, var(--dark-blue));
  color: var(--white);
}

.vwHq4fI91oo-:focus-visible {
  z-index: 1;
  outline: none;
  box-shadow: 0 0 0 var(--control-focus-ring-width) var(--focus-ring);
}

.Vyr3H1kVv3Y- {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  padding: 0;
  color: var(--text-secondary, var(--font-color));
  background: var(--layout-control-bg, var(--bg-fill));
  border: 1px solid var(--layout-header-border, var(--table-border));
  border-radius: 11px;
  cursor: pointer;
  transition:
    color 0.2s ease,
    background-color 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.Vyr3H1kVv3Y-:hover {
  color: var(--accent-blue);
  background: var(--layout-control-bg-hover, var(--hover-row-color));
  border-color: color-mix(in srgb, var(--accent-blue) 36%, transparent);
  box-shadow: 0 10px 24px color-mix(in srgb, var(--accent-blue) 16%, transparent);
  transform: translateY(-1px);
}

.Vyr3H1kVv3Y-:disabled {
  cursor: not-allowed;
  opacity: 0.62;
  transform: none;
}

.Vyr3H1kVv3Y-.aLEcEdOEwh4- {
  color: var(--white);
  background: var(--layout-accent-gradient, var(--accent-blue));
  border-color: transparent;
}

.Vyr3H1kVv3Y-.aLEcEdOEwh4-:hover {
  color: var(--white);
  background: var(--layout-accent-gradient, var(--dark-blue));
}

.C5IxEkOCh6U- {
  position: absolute;
  right: -5px;
  bottom: -5px;
  min-width: 24px;
  height: 16px;
  padding: 0 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  background: linear-gradient(135deg, #2563eb 0%, #06b6d4 100%);
  border: 1px solid color-mix(in srgb, var(--layout-header-bg, #fff) 78%, transparent);
  border-radius: 999px;
  box-shadow: 0 6px 14px color-mix(in srgb, var(--accent-blue) 28%, transparent);
  font-size: 9px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  pointer-events: none;
}

@media screen and (max-width: 900px) {
  .vwHq4fI91oo- {
    padding: var(--spacing-xs) 8px;
    font-size: var(--font-size-xs);
  }
}
/* ── Shared overlay ──────────────────────────────────────────────────────── */

.dd9h1Er0dNI- {
  position: fixed;
  inset: 0;
  background-color: var(--surface-overlay);
  backdrop-filter: blur(6px);
  z-index: 1500;
  animation: bRlH23Vs9rc- 0.15s ease;
}

@keyframes bRlH23Vs9rc- {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* ── Desktop (Radix Dialog) ──────────────────────────────────────────────── */

._32-EkLbjgNM- {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 300px;
  max-width: 90vw;
  max-height: 90vh;
  box-sizing: border-box;
  background-color: var(--surface-elevated);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  z-index: 1501;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  /* transform is set inline for drag support */
  outline: none;
}

.wRb0El8sSGA- {
  width: 100%;
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
}

/* ── Mobile bottom sheet (vaul) ──────────────────────────────────────────── */

.D1rGR1nxBG0- {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  max-height: 90dvh;
  background-color: var(--surface-elevated);
  border-radius: 20px 20px 0 0;
  border: 1px solid var(--border-subtle);
  border-bottom: none;
  z-index: 1501;
  display: flex;
  flex-direction: column;
  outline: none;
  /* vaul adds its own transform for animation */
}

.PAvqglIK4U8- {
  background: var(--surface-1);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}

.pQWYkGrNGvU- {
  width: 40px !important;
  height: 4px !important;
  background-color: var(--text-secondary) !important;
  border-radius: 2px !important;
  opacity: 0.4;
  margin: 12px auto 8px;
  flex-shrink: 0;
}

.LX4UQa1yyLg- {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 4px 16px 12px;
  box-sizing: border-box;
  border-bottom: 1px solid var(--table-border);
}

.D7qVL456Ai8- {
  display: flex;
  align-items: center;
  gap: var(--spacing-xs);
  flex-shrink: 0;
}

.uv3gr0qlfJY- {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

/* ── Header (desktop) ────────────────────────────────────────────────────── */

._7yI7-AiL0Oc- {
  background: var(--surface-1);
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  user-select: none;
  color: var(--dark-blue);
  padding: 14px 16px;
  font-size: var(--font-size-sm);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
  flex-shrink: 0;
  gap: var(--spacing-md);
}

.v1ROQfzrFCk- {
  cursor: grab;
  touch-action: none;
}

.v1ROQfzrFCk-:active {
  cursor: grabbing;
}

._0yaVy4uA0hs- {
  flex: 1;
  margin: 0;
  font-size: var(--font-size-lg);
  font-weight: 700;
  color: var(--font-color);
}

/* ── Close button ────────────────────────────────────────────────────────── */

._3LpSfpxd49I- {
  width: 36px;
  height: 36px;
  min-width: 36px;
  min-height: 36px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--dark-blue);
  transition: background-color 0.2s ease;
  flex-shrink: 0;
}

._3LpSfpxd49I-:hover {
  background-color: var(--surface-3);
}

._3LpSfpxd49I-:focus-visible {
  outline: none;
  box-shadow: 0 0 0 var(--control-focus-ring-width) var(--focus-ring);
}

._3LpSfpxd49I- svg {
  width: 16px;
  height: 16px;
}

/* ── Content area ────────────────────────────────────────────────────────── */

.QNpBmfQPmeo- {
  padding: var(--spacing-lg);
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  width: 100%;
  box-sizing: border-box;
  scrollbar-width: thin;
  scrollbar-color: var(--icon-grey) transparent;
}

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

.QNpBmfQPmeo-::-webkit-scrollbar-track {
  background: transparent;
  border-radius: var(--radius-sm);
}

.QNpBmfQPmeo-::-webkit-scrollbar-thumb {
  background: var(--icon-grey);
  border-radius: var(--radius-sm);
  transition: background-color 0.2s ease;
}

.QNpBmfQPmeo-::-webkit-scrollbar-thumb:hover {
  background: var(--accent-blue);
}

/* Inside sheet: reduce padding, prevent horizontal overflow, pass height to children */
.D1rGR1nxBG0- .QNpBmfQPmeo- {
  padding: var(--spacing-sm);
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
}
.tSufsU6fF30- {
  display: grid;
  gap: var(--spacing-sm);
  width: 100%;
  max-width: 100%;
  min-width: min(680px, 75vw);
  box-sizing: border-box;
}

.wfuBDBLIEtM- {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--spacing-md);
  padding: var(--spacing-md);
  background: linear-gradient(135deg, var(--surface-1), var(--surface-2));
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
}

.wfuBDBLIEtM- > div:first-child {
  min-width: 0;
}

.rEZ2o0HreTk- {
  margin: 0 0 var(--spacing-xs);
  color: var(--text-secondary);
  font-size: var(--font-size-xs);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eJe45erGArM- {
  margin: 0;
  color: var(--text-primary);
  font-size: var(--font-size-lg);
  font-weight: 700;
}

.FgzOrqkdT84- {
  display: inline-flex;
  align-items: center;
  gap: var(--spacing-sm);
  flex-shrink: 0;
  padding: 6px 10px;
  color: var(--text-secondary);
  background: color-mix(in srgb, var(--surface-3) 78%, var(--accent-blue));
  border: 1px solid color-mix(in srgb, var(--accent-blue) 20%, var(--border-subtle));
  border-radius: 999px;
  font-size: var(--font-size-xs);
  font-weight: 600;
  line-height: 1.2;
}

._5AI1gADPg4s- {
  flex: 0 0 8px;
  width: 8px;
  height: 8px;
  background: var(--green);
  border-radius: 50%;
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--green) 18%, transparent);
}

.NzwnIoXEKEg- {
  background: var(--yellow);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--yellow) 18%, transparent);
}

.DtghKmjSwaQ- {
  background: var(--red);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--red) 18%, transparent);
}

.OuK6dz5CzZs- {
  width: 36px;
  height: 36px;
  min-width: 36px;
  min-height: 36px;
  padding: 0;
  color: var(--text-secondary);
  background: transparent;
  border: 1px solid transparent;
  border-radius: var(--radius-sm);
  cursor: pointer;
  transition:
    color 160ms ease,
    background-color 160ms ease,
    border-color 160ms ease;
}

.OuK6dz5CzZs-:hover {
  color: var(--text-primary);
  background: var(--surface-2);
  border-color: var(--border-default);
}

.OuK6dz5CzZs-:focus-visible {
  outline: none;
  box-shadow: 0 0 0 var(--control-focus-ring-width) var(--focus-ring);
}

.VNfc3x-Y-R8-,
.Xq1JsPBnWEc- {
  display: flex;
  align-items: center;
  min-height: 38px;
  margin: 0;
  padding: 0 var(--spacing-md);
  background: var(--surface-2);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  font-size: var(--font-size-sm);
}

.D1SUSQl0WCM- {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--spacing-sm);
  height: clamp(280px, min(44vh, calc(100dvh - 400px)), 440px);
  min-height: 280px;
  padding: 0;
  color: var(--text-secondary);
  background: var(--surface-1);
  border: 1px solid var(--border-subtle);
  box-shadow: var(--shadow-sm);
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.Hjd3MWDbL9c- {
  position: relative;
  min-width: 0;
}

.Lk6XcCHHp-I- {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 180px;
  gap: var(--spacing-sm);
  height: clamp(340px, min(54vh, calc(100dvh - 330px)), 560px);
  min-height: 340px;
}

.VEFSG0wRzy8- {
  position: relative;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  color: var(--text-secondary);
  background: #0b0f16;
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}

.VEFSG0wRzy8-:fullscreen {
  width: 100vw;
  height: 100vh;
  padding: var(--spacing-sm);
  box-sizing: border-box;
  background: #05070a;
  border: 0;
  border-radius: 0;
}

.AFncWVDVihk-,
.sXcUW7rMfWo- {
  width: 100%;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  background: var(--surface-2);
  border: 0;
  border-radius: inherit;
}

.AFncWVDVihk- .lk-participant-media-video {
  object-fit: contain;
  background: #0b0f16;
}

._9g8nVH89sEw- {
  position: absolute;
  top: var(--spacing-sm);
  left: var(--spacing-sm);
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  color: var(--white);
  background: rgba(5, 7, 10, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  font-size: var(--font-size-xs);
  font-weight: 600;
  pointer-events: none;
}

.W0wYBpuqiZA- {
  position: absolute;
  top: var(--spacing-sm);
  right: var(--spacing-sm);
  z-index: 2;
  color: var(--white);
  background: rgba(5, 7, 10, 0.72);
  border-color: rgba(255, 255, 255, 0.16);
}

.W0wYBpuqiZA-:hover {
  color: var(--white);
  background: rgba(5, 7, 10, 0.88);
  border-color: rgba(255, 255, 255, 0.28);
}

.Y423RQK6j-c- {
  display: grid;
  grid-auto-rows: minmax(0, 1fr);
  gap: var(--spacing-sm);
  min-width: 0;
  min-height: 0;
  padding: 0;
  overflow-y: auto;
  background: transparent;
}

.Y423RQK6j-c- .lk-participant-tile {
  min-height: 110px;
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
}

.tSufsU6fF30- .Cy4uHkX-aqM- {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-sm);
  width: 100%;
  height: auto;
  min-height: 0;
  background: transparent;
  --lk-bg: var(--bg-main);
  --lk-bg2: var(--surface-2);
  --lk-bg3: var(--surface-3);
  --lk-fg: var(--text-primary);
  --lk-fg2: var(--text-primary);
  --lk-fg3: var(--text-secondary);
  --lk-border-color: var(--border-subtle);
  --lk-accent-bg: var(--accent-blue);
  --lk-danger: var(--red);
  --lk-danger-bg: var(--status-danger-bg);
  --lk-control-bg: var(--surface-3);
  --lk-control-hover-bg: var(--surface-2);
  --lk-control-active-bg: var(--surface-3);
  --lk-control-active-hover-bg: var(--surface-2);
  --lk-font-family: inherit;
  --lk-font-size: var(--font-size-sm);
  --lk-border-radius: var(--radius-lg);
  --lk-grid-gap: var(--spacing-sm);
}

.EVZQA7RVuzs- {
  display: block;
  min-width: 0;
}

.EVZQA7RVuzs- > :not(.MiJDKzsdLdo-) {
  display: none;
}

.Cy4uHkX-aqM-:fullscreen {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto auto;
  gap: var(--spacing-md);
  width: 100vw;
  height: 100vh;
  padding: var(--spacing-md);
  background: var(--bg-main);
  overflow: auto;
}

.tSufsU6fF30- .Cy4uHkX-aqM- .D1SUSQl0WCM- {
  padding: 0;
}

.Cy4uHkX-aqM-:fullscreen .Hjd3MWDbL9c-,
.Cy4uHkX-aqM-:fullscreen .D1SUSQl0WCM- {
  min-height: 0;
}

.Cy4uHkX-aqM-:fullscreen .D1SUSQl0WCM- {
  width: 100%;
  height: 100%;
  max-height: none;
}

.D1SUSQl0WCM- .lk-participant-tile {
  min-height: 0;
  background: var(--surface-2);
  border: 1px solid var(--border-subtle);
  transition:
    border-color 140ms ease-out,
    box-shadow 140ms ease-out;
  --lk-speaking-indicator-width: 3px;
}

.D1SUSQl0WCM- .lk-participant-tile::after {
  transition: border-width 140ms ease-out;
  transition-delay: 0s;
}

.D1SUSQl0WCM- .lk-participant-tile[data-lk-speaking="true"] {
  border-color: var(--accent-blue);
  box-shadow:
    0 0 0 2px color-mix(in srgb, var(--accent-blue) 72%, transparent),
    0 0 18px color-mix(in srgb, var(--accent-blue) 28%, transparent);
}

.D1SUSQl0WCM- .lk-participant-placeholder {
  background: radial-gradient(circle at 50% 35%, var(--surface-3), var(--surface-2) 62%);
}

.D1SUSQl0WCM- .lk-participant-media-video {
  min-height: 0;
}

.D1SUSQl0WCM- .lk-participant-tile .lk-participant-placeholder svg {
  width: 104px;
  height: 104px;
  padding: 0;
  color: color-mix(in srgb, var(--accent-blue) 28%, var(--text-secondary));
  opacity: 0.72;
}

.D1SUSQl0WCM- .lk-participant-metadata {
  right: var(--spacing-sm);
  bottom: var(--spacing-sm);
  left: var(--spacing-sm);
}

.D1SUSQl0WCM- .lk-participant-metadata-item {
  min-width: 0;
  padding: 6px 9px;
  color: var(--text-primary);
  background: color-mix(in srgb, var(--surface-1) 82%, transparent);
  border: 1px solid color-mix(in srgb, var(--border-subtle) 80%, transparent);
  border-radius: 999px;
}

._9kI9Un4ya-E- {
  position: relative;
  display: flex;
  min-height: 0;
  overflow: hidden;
  background: var(--surface-2);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
}

.Xq1JsPBnWEc- {
  color: var(--text-danger);
}

._61Igrhj1l0o- {
  display: flex;
  align-items: center;
  gap: var(--spacing-sm);
  width: fit-content;
  max-width: min(100%, 360px);
  flex: 0 1 auto;
  min-height: 42px;
  box-sizing: border-box;
  padding: var(--spacing-xs) var(--spacing-sm);
  color: var(--text-secondary);
  background: color-mix(in srgb, var(--surface-3) 88%, var(--yellow));
  border: 1px solid color-mix(in srgb, var(--yellow) 24%, var(--border-subtle));
  border-radius: var(--radius-md);
  font-size: var(--font-size-sm);
}

._61Igrhj1l0o- span,
.DjJUIdOjhHc- span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.DjJUIdOjhHc- > * {
  pointer-events: none;
}

.DfT52ipCtb4- {
  display: grid;
  gap: var(--spacing-lg);
  min-width: min(420px, 75vw);
}

.F1G2OXDMP5U- {
  display: flex;
  justify-content: flex-end;
  gap: var(--spacing-sm);
}

.gSwWodADP20- {
  display: grid;
  gap: var(--spacing-xs);
  width: 100%;
  padding: var(--spacing-sm);
  box-sizing: border-box;
  background: var(--surface-1);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
}

.GZEggzXdZec- {
  color: var(--text-secondary);
  font-size: var(--font-size-sm);
  font-weight: 600;
  letter-spacing: 0.02em;
}

._6mrE9i5g8vE- {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
  min-width: 0;
}

.DjJUIdOjhHc- {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 42px;
  padding: 0 var(--spacing-md);
  color: var(--text-primary);
  background: var(--surface-2);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.jQmupYI5its- {
  position: relative;
  width: min(100%, 320px);
  flex: 0 1 320px;
  min-width: 0;
  z-index: 1;
}

.DjJUIdOjhHc-:hover {
  background: var(--surface-2);
  border-color: var(--border-default);
}

.DjJUIdOjhHc-:focus-visible {
  outline: none;
  box-shadow: 0 0 0 var(--control-focus-ring-width) var(--focus-ring);
}

.uAYjpYjImbM- {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: var(--spacing-md);
  margin-top: 0;
}

.QAOFrUtYbL8- {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: var(--spacing-md);
  padding: var(--spacing-sm);
  background: var(--surface-1);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
}

.SheACIZOT3Q- {
  display: flex;
  justify-content: flex-start;
  grid-column: 2;
  gap: var(--spacing-sm);
  min-height: 0;
}

.QAOFrUtYbL8- > .XhEd-N1t3hQ- {
  grid-column: 3;
  justify-self: end;
}

.KcWt7NSD0LU-,
.U80uzkS157k-,
.I8lrsw7Jf4o- {
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
  color: var(--text-primary);
  background: var(--surface-3);
  border: 1px solid var(--border-subtle);
  border-radius: 50%;
}

.KcWt7NSD0LU-:hover {
  background: var(--surface-2);
  border-color: var(--border-default);
}

.I8lrsw7Jf4o- {
  color: var(--accent-blue);
  background: color-mix(in srgb, var(--accent-blue) 16%, var(--surface-3));
  border: 1px solid color-mix(in srgb, var(--accent-blue) 40%, var(--border-subtle));
}

.I8lrsw7Jf4o-:hover {
  background: color-mix(in srgb, var(--accent-blue) 24%, var(--surface-2));
  border-color: var(--accent-blue);
}

.I547Vmj4yVs- {
  display: none;
}

.Cy4uHkX-aqM- .I547Vmj4yVs- {
  display: none !important;
}

.U80uzkS157k- {
  color: var(--text-danger);
  background: var(--status-danger-bg);
  border-color: color-mix(in srgb, var(--red) 40%, var(--border-subtle));
}

.LQhRWs6m6BQ- {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--spacing-sm);
  min-height: 48px;
  padding: 0 18px;
  color: var(--text-danger);
  background: var(--status-danger-bg);
  border: 1px solid color-mix(in srgb, var(--red) 40%, var(--border-subtle));
  border-radius: 999px;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
}

.LQhRWs6m6BQ-:focus-visible {
  outline: none;
  box-shadow: 0 0 0 var(--control-focus-ring-width) var(--focus-ring);
}

.XhEd-N1t3hQ- {
  min-width: 120px;
  min-height: 48px;
  border-radius: 999px;
}

.MiJDKzsdLdo- {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--spacing-md);
  margin: calc(var(--spacing-lg) * -1);
  padding: var(--spacing-sm) var(--spacing-md);
  background: var(--surface-2);
  min-width: 0;
}

.oxvQVrbwitc- {
  display: flex;
  align-items: center;
  gap: var(--spacing-sm);
  min-width: 0;
}

.oxvQVrbwitc- > div {
  min-width: 0;
}

._2Z73dDajfxM-,
.uTmzMxikrtw- {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

._2Z73dDajfxM- {
  color: var(--text-primary);
  font-size: var(--font-size-sm);
  font-weight: 700;
}

.uTmzMxikrtw- {
  margin-top: 2px;
  color: var(--text-secondary);
  font-size: var(--font-size-xs);
}

.zzQJE1D3iAg- {
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  padding: 0;
  border-radius: 50%;
}

.VntP5vR3Mpc- {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
}

@media (max-width: 900px) {
  .tSufsU6fF30- {
    min-width: 0;
  }

  .D1SUSQl0WCM- {
    grid-template-columns: 1fr;
    height: clamp(240px, 46dvh, 360px);
    min-height: 240px;
  }

  .Lk6XcCHHp-I- {
    grid-template-columns: 1fr;
    grid-template-rows: minmax(240px, 1fr) 104px;
    height: min(58dvh, 480px);
    min-height: 360px;
  }

  .Y423RQK6j-c- {
    grid-auto-flow: column;
    grid-auto-columns: minmax(132px, 1fr);
    grid-template-rows: 1fr;
    overflow-x: auto;
    overflow-y: hidden;
  }

  .Y423RQK6j-c- .lk-participant-tile {
    min-height: 0;
  }

  .VntP5vR3Mpc- {
    right: 12px !important;
    bottom: 12px !important;
    left: auto !important;
    width: min(360px, calc(100vw - 24px)) !important;
    max-width: calc(100vw - 24px);
    max-height: none;
    border-bottom: 1px solid var(--border-subtle);
    border-radius: var(--radius-lg);
  }

  .VntP5vR3Mpc- .tSufsU6fF30- {
    gap: 0;
  }

  .VntP5vR3Mpc- .MiJDKzsdLdo- {
    margin: calc(var(--spacing-sm) * -1);
    padding: var(--spacing-xs) var(--spacing-sm);
  }

  ._6mrE9i5g8vE- {
    align-items: stretch;
    flex-direction: column;
  }

  .DjJUIdOjhHc- {
    width: 100%;
  }

  .jQmupYI5its- {
    width: 100%;
    flex-basis: auto;
  }

  ._61Igrhj1l0o- {
    width: 100%;
    max-width: 100%;
  }

  .uAYjpYjImbM-,
  .QAOFrUtYbL8- {
    align-items: stretch;
    flex-direction: column;
  }

  .QAOFrUtYbL8- {
    display: flex;
  }

  .SheACIZOT3Q- {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .wfuBDBLIEtM- {
    align-items: flex-start;
    flex-direction: column;
    padding: var(--spacing-sm);
  }

  .wfuBDBLIEtM- > div:first-child {
    min-width: 0;
  }

  .wfuBDBLIEtM- .FgzOrqkdT84- {
    align-self: flex-start;
  }

  .uAYjpYjImbM- > button,
  .QAOFrUtYbL8- > .XhEd-N1t3hQ- {
    width: 100%;
  }

  .SheACIZOT3Q- {
    grid-column: auto;
  }

  .QAOFrUtYbL8- > .XhEd-N1t3hQ- {
    grid-column: auto;
    justify-self: stretch;
  }

  .LQhRWs6m6BQ- {
    flex: 1 1 100%;
    width: 100%;
    border-radius: var(--radius-md);
  }
}
.m2V0gXz3Ydo- {
  position: relative;
  height: 100%;
}

.uV9fAWIgpIU- {
  position: fixed;
  top: calc(var(--emulation-banner-height, 0px) + var(--spacing-sm));
  left: 50%;
  z-index: 1000;
  max-width: calc(100vw - var(--spacing-md) * 2);
  padding: var(--spacing-sm) var(--spacing-md);
  color: var(--font-color);
  font-size: var(--font-size-sm);
  background: var(--surface-1);
  border: 1px solid var(--border-primary);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
  transform: translateX(-50%);
}
.Rd3yOMI3iKk- {
  height: var(--footer-height);
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: minmax(140px, 1fr) minmax(0, auto) minmax(140px, 1fr);
  align-items: center;
  gap: var(--spacing-md);
  padding: 0 var(--spacing-md);
  background: var(--layout-header-bg);
  border-top: 1px solid var(--layout-header-border);
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(18px);
  box-sizing: border-box;
  /* fix #5: sync with sidebar transition */
  transition:
    left 0.05s linear,
    width 0.05s linear;

  &:not(.dkgSuNP-Sh0-) {
    left: var(--sidebar-width);
    width: calc(100% - var(--sidebar-width));
  }

  @media (max-width: 900px) {
    transition: none;

    &:not(.dkgSuNP-Sh0-) {
      left: 0;
      width: 100%;
    }
  }
}

.rUQoQXg3VzI- {
  grid-column: 3;
  justify-self: end;
  color: var(--text-secondary);
  font-size: var(--font-size-xxs);
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
}

._-61f3Hjvek8- {
  grid-column: 2;
  min-width: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--spacing-sm);
}

.gZM4ql-4ioQ- {
  max-width: min(36vw, 360px);
  padding: 5px var(--spacing-sm);
  border-radius: var(--radius-sm);
  color: var(--text-secondary);
  font-size: var(--font-size-xs);
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition:
    color 0.15s ease,
    background-color 0.15s ease;
}

.gZM4ql-4ioQ-:hover,
.gZM4ql-4ioQ-:focus-visible {
  color: var(--font-color);
  background: var(--layout-control-bg-hover);
  opacity: 1;
}

.gZM4ql-4ioQ-:focus-visible {
  outline: none;
  box-shadow: 0 0 0 var(--control-focus-ring-width) var(--focus-ring);
}

@media (max-width: 900px) {
  .Rd3yOMI3iKk- {
    height: 58px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 3px;
    padding: 6px var(--spacing-sm);
    transition: none;
  }

  .rUQoQXg3VzI- {
    align-self: center;
    font-size: 10px;
    line-height: 1;
  }

  ._-61f3Hjvek8- {
    width: 100%;
    gap: 4px;
  }

  .gZM4ql-4ioQ- {
    flex: 1 1 0;
    max-width: none;
    min-width: 0;
    padding: 3px var(--spacing-xs);
    font-size: 10px;
    line-height: 1.15;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
.gwXR-NK-8O0- {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: linear-gradient(
    90deg,
    var(--orange) 0%,
    color-mix(in srgb, var(--orange) 82%, #7c2d12) 100%
  );
  color: var(--white);
  padding: var(--spacing-xs) var(--spacing-md);
  text-align: center;
  z-index: 11;
  font-size: var(--font-size-sm);
  font-weight: 600;
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--spacing-md);
}

.hzAvIlwixBU- {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.Ftj9KigLOFM- {
  background-color: color-mix(in srgb, var(--white) 92%, transparent);
  color: var(--orange);
  border: 1px solid color-mix(in srgb, var(--white) 40%, transparent);
  border-radius: var(--radius-md);
  padding: var(--spacing-xs) var(--spacing-sm);
  font-size: var(--font-size-xs);
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  transition:
    opacity 0.2s ease,
    transform 0.2s ease,
    background-color 0.2s ease;
}

.Ftj9KigLOFM-:hover {
  opacity: 0.96;
  transform: translateY(-1px);
}

.cuqsAantWaY- {
  position: fixed;
  top: 0;
  width: 100%;
  height: var(--header-height);
  padding-left: calc(var(--sidebar-width) + 18px);
  padding-right: 18px;
  display: flex;
  align-items: center;
  gap: var(--spacing-md);
  background: var(--layout-header-bg);
  border-bottom: 1px solid var(--layout-header-border);
  box-shadow: none;
  backdrop-filter: blur(18px);
  z-index: 1002;
  transition:
    top 0.2s ease,
    padding-left 0.2s ease;
}

.xWmwMly9f2k- {
  top: 32px;
}

._4TL3Zjsyxb8- {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: var(--sidebar-width);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--spacing-sm);
  padding-inline: 12px;
  text-decoration: none;
  color: inherit;
  white-space: nowrap;
  overflow: hidden;
  background: color-mix(in srgb, var(--layout-header-bg) 98%, transparent);
  border-right: 1px solid var(--layout-header-border);
  transition:
    opacity 0.15s ease,
    background-color 0.2s ease,
    width 0.05s linear,
    padding-inline 0.05s linear;
}

._4TL3Zjsyxb8-:hover {
  opacity: 1;
  background: color-mix(in srgb, var(--layout-control-bg-hover) 70%, transparent);
}

.I4dpXa4WWpY- {
  --brand-logo-width: calc(var(--sidebar-width) - 24px);
  --brand-logo-gap: 8px;
  --brand-logo-height: 38px;
  --brand-logo-mark-width: 46px;
  --brand-logo-text-size: 21px;
  justify-content: center;
}

._0rPGUL8JmjI- .I4dpXa4WWpY- {
  --brand-logo-width: 46px;
  --brand-logo-gap: 0px;
  --brand-logo-height: 36px;
  --brand-logo-mark-width: 46px;
}

._0rPGUL8JmjI- {
  justify-content: center;
  padding-inline: 0;
}

._0rPGUL8JmjI- .I4dpXa4WWpY- img {
  max-width: none;
}

.dtHgJ6DnXdI- {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  color: var(--font-color);
  background: var(--layout-control-bg);
  border: 1px solid var(--layout-header-border);
  border-radius: 12px;
  cursor: pointer;
  transition:
    color 0.15s ease,
    background-color 0.15s ease,
    border-color 0.15s ease;
}

.dtHgJ6DnXdI-:hover {
  color: var(--accent-blue);
  background-color: var(--layout-control-bg-hover);
  border-color: color-mix(in srgb, var(--accent-blue) 32%, transparent);
}

.APTBxEsj3y8- {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-left: 12px;
}

.W4bOWgOJ3bE- {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--text-secondary);
  min-width: 0;
  margin-left: auto;
}

.QrHt28wE7NA- {
  position: relative;
  display: flex;
}

.lRECKRFWFY4- {
  position: fixed;
  inset: 0;
  z-index: 1200;
  background: rgba(15, 23, 42, 0.64);
  backdrop-filter: blur(4px);
}

.lRECKRFWFY4-[data-state="open"] {
  animation: eFyoAqyoxn4- 0.18s ease;
}

.lRECKRFWFY4-[data-state="closed"] {
  animation: Ctrw9rA2qsU- 0.18s ease;
}

._7xrSogRqpmc- {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1201;
  display: flex;
  flex-direction: column;
  width: min(420px, 100vw);
  height: 100dvh;
  border-left: 1px solid var(--layout-header-border);
  background: var(--surface-1);
  box-shadow: -24px 0 56px rgba(15, 23, 42, 0.24);
}

._7xrSogRqpmc-[data-state="open"] {
  animation: YHVQym1-4Sg- 0.22s ease;
}

._7xrSogRqpmc-[data-state="closed"] {
  animation: UCYDSooBDfo- 0.18s ease;
}

.cyA8HcKsScA- {
  position: sticky;
  top: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 18px;
  color: var(--white);
  background: var(--layout-accent-gradient);
  box-shadow: var(--shadow-sm);
}

.SpLyHho4E8Q- {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

.pGaweO1ySSU- {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--white);
  background: rgba(255, 255, 255, 0.22);
}

.cWOZxI2AdNc- {
  margin: 0;
  color: var(--white);
  font-size: var(--font-size-xl);
  font-weight: 800;
  line-height: 1.15;
}

.Aojptlqb9T4- {
  margin: 3px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: var(--font-size-sm);
  line-height: 1.25;
}

.m-HkS7-2L-8- {
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--white);
  background: rgba(255, 255, 255, 0.18);
  cursor: pointer;
  transition:
    background-color 0.15s ease,
    transform 0.15s ease;
}

.m-HkS7-2L-8-:hover {
  background: rgba(255, 255, 255, 0.28);
  transform: translateY(-1px);
}

.smWYd9Sgs8Q- {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
  overflow-y: auto;
  padding: 14px;
  background: var(--surface-1);
  scrollbar-width: thin;
  scrollbar-color: var(--icon-grey) transparent;
}

.smWYd9Sgs8Q-::-webkit-scrollbar {
  width: 8px;
}

.smWYd9Sgs8Q-::-webkit-scrollbar-track {
  background: transparent;
  border-radius: var(--radius-sm);
}

.smWYd9Sgs8Q-::-webkit-scrollbar-thumb {
  background: var(--icon-grey);
  border-radius: var(--radius-sm);
  transition: background-color 0.2s ease;
}

.smWYd9Sgs8Q-::-webkit-scrollbar-thumb:hover {
  background: var(--accent-blue);
}

.iX4LWCR5Zhk- {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.gs-ZHmTqpg4- {
  padding: 10px;
  border: 1px solid var(--border-subtle);
  border-radius: 14px;
  background: var(--surface-2);
}

.Dyn8FGm4sro- {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 4px 6px 10px;
  color: var(--font-color);
  font-size: var(--font-size-sm);
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

.Dyn8FGm4sro-::-webkit-details-marker {
  display: none;
}

.Dyn8FGm4sro-::after {
  content: "";
  width: 8px;
  height: 8px;
  margin-left: auto;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  opacity: 0.58;
  transform: rotate(45deg) translateY(-2px);
  transition: transform 0.16s ease;
}

.gs-ZHmTqpg4-[open] .Dyn8FGm4sro-::after {
  transform: rotate(225deg) translate(-1px, -1px);
}

.afjSb8-2GT0- {
  width: 28px;
  height: 28px;
  border-radius: 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--white);
  background: var(--layout-sidebar-icon-bg);
}

.afjSb8-2GT0-[data-tone="project"] {
  background: linear-gradient(135deg, #38bdf8 0%, #2563eb 100%);
}

.afjSb8-2GT0-[data-tone="client"] {
  background: linear-gradient(135deg, #a78bfa 0%, #ec4899 100%);
}

.afjSb8-2GT0-[data-tone="people"] {
  background: linear-gradient(135deg, #818cf8 0%, #6366f1 100%);
}

.afjSb8-2GT0-[data-tone="freelancer"] {
  background: linear-gradient(135deg, #22c55e 0%, #10b981 100%);
}

.afjSb8-2GT0-[data-tone="reference"] {
  background: linear-gradient(135deg, #14b8a6 0%, #06b6d4 100%);
}

.afjSb8-2GT0-[data-tone="document"] {
  background: linear-gradient(135deg, #60a5fa 0%, #22d3ee 100%);
}

.afjSb8-2GT0-[data-tone="finance"] {
  background: linear-gradient(135deg, #22c55e 0%, #84cc16 100%);
}

.afjSb8-2GT0-[data-tone="call"] {
  background: linear-gradient(135deg, #fb923c 0%, #ef4444 100%);
}

.afjSb8-2GT0-[data-tone="office"] {
  background: linear-gradient(135deg, #2dd4bf 0%, #0ea5e9 100%);
}

.afjSb8-2GT0-[data-tone="admin"] {
  background: linear-gradient(135deg, #8b5cf6 0%, #d946ef 100%);
}

.y0Nb-m4tdvI- {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.v5nI15S-ckg- {
  min-width: 0;
  display: flex;
  align-items: center;
  padding: 8px 10px 8px 42px;
  border: 1px solid transparent;
  border-radius: 10px;
  color: var(--text-secondary);
  text-decoration: none;
  font-size: var(--font-size-sm);
  line-height: 18px;
  transition:
    color 0.15s ease,
    background-color 0.15s ease,
    transform 0.15s ease;
}

.v5nI15S-ckg-:hover {
  color: var(--font-color);
  background: var(--surface-1);
  border-color: var(--border-subtle);
  transform: none;
}

.afjSb8-2GT0- svg {
  width: 15px;
  height: 15px;
  stroke: currentColor;
}

.k2V-IECPUtU- {
  display: flex;
  align-items: center;
  min-width: 0;
}

.PyaO3rTD54A-,
.o-wtBy-dvKc-,
._9hUx-UPQOYE- {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: inherit;
  border: 1px solid var(--layout-header-border);
  cursor: pointer;
  font-size: var(--font-size-sm);
  font-weight: 600;
  text-decoration: none;
  background: var(--layout-control-bg);
  min-height: 40px;
  white-space: nowrap;
  transition:
    color 0.2s ease,
    background-color 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.PyaO3rTD54A- {
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 12px;
}

.tFlYIvdGRkY- {
  width: auto;
  padding: 0 12px;
}

._0jKcIbaNMZU- {
  display: inline;
}

.RAZPWwJ0PBo- {
  width: auto;
  padding: 0 12px;
}

.oabD4LemWRI- {
  display: inline;
}

.PyaO3rTD54A-:hover,
.o-wtBy-dvKc-:hover,
._9hUx-UPQOYE-:hover {
  color: var(--accent-blue);
  background: var(--layout-control-bg-hover);
  border-color: color-mix(in srgb, var(--accent-blue) 36%, transparent);
  box-shadow: 0 10px 24px color-mix(in srgb, var(--accent-blue) 16%, transparent);
  transform: translateY(-1px);
}

.PyaO3rTD54A-:hover svg,
.o-wtBy-dvKc-:hover svg,
._9hUx-UPQOYE-:hover svg {
  stroke: currentColor;
}

.o-wtBy-dvKc- {
  min-width: 40px;
  max-width: clamp(260px, 28vw, 520px);
  height: 40px;
  padding: 0 12px 0 5px;
  border-radius: 14px;
}

.p8Mj-OQiWx4- {
  width: 32px;
  height: 32px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--white);
  font-size: var(--font-size-xs);
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
  background: var(--layout-accent-gradient);
  box-shadow: 0 10px 24px color-mix(in srgb, var(--accent-blue) 34%, transparent);
}

.DjOIN580Jdo- {
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

._3vpMk66b1Ck- {
  display: none;
}

._9hUx-UPQOYE- {
  min-width: 40px;
  min-height: 40px;
  padding: 0 12px;
  border-radius: 12px;
}

.smVBMgCD76g- {
  display: none;
  flex-shrink: 0;
}

.Ft8Hx8ubUDw- {
  display: inline;
}

.j8598aQkYls-,
.DHmiQGi5g9g- {
  display: none;
}

@keyframes eFyoAqyoxn4- {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes Ctrw9rA2qsU- {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes YHVQym1-4Sg- {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}

@keyframes UCYDSooBDfo- {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}

@media (min-width: 901px) and (max-width: 1199px) {

@media screen and (max-color:2147477350) {
  .cuqsAantWaY- {
    padding-left: calc(var(--sidebar-width) + 12px);
    padding-right: 12px;
    gap: 8px;
  }

  .APTBxEsj3y8- {
    gap: 8px;
    margin-left: 4px;
  }

  .W4bOWgOJ3bE- {
    gap: 6px;
  }

  .PyaO3rTD54A- {
    width: 38px;
    height: 38px;
    min-height: 38px;
    border-radius: 11px;
  }

  .tFlYIvdGRkY- {
    width: 38px;
    min-width: 38px;
    padding: 0;
  }

  ._0jKcIbaNMZU- {
    display: none;
  }

  .RAZPWwJ0PBo- {
    width: 38px;
    min-width: 38px;
    padding: 0;
  }

  .oabD4LemWRI- {
    display: none;
  }

  .o-wtBy-dvKc- {
    width: 38px;
    min-width: 38px;
    height: 38px;
    padding: 0 3px;
    border-radius: 12px;
  }

  .p8Mj-OQiWx4- {
    width: 30px;
    height: 30px;
    border-radius: 10px;
  }

  .DjOIN580Jdo- {
    display: none;
  }

  ._3vpMk66b1Ck- {
    display: none;
  }

  ._9hUx-UPQOYE- {
    width: 38px;
    min-width: 38px;
    min-height: 38px;
    padding: 0;
    border-radius: 11px;
  }

  .smVBMgCD76g- {
    display: block;
    width: 18px;
    height: 18px;
  }

  .Ft8Hx8ubUDw- {
    display: none;
  }
}
}

@media not all and ( (min-width: 901px) and (max-width: 1199px)) {

@media screen and (color:2147477350) {
  .cuqsAantWaY- {
    padding-left: calc(var(--sidebar-width) + 12px);
    padding-right: 12px;
    gap: 8px;
  }

  .APTBxEsj3y8- {
    gap: 8px;
    margin-left: 4px;
  }

  .W4bOWgOJ3bE- {
    gap: 6px;
  }

  .PyaO3rTD54A- {
    width: 38px;
    height: 38px;
    min-height: 38px;
    border-radius: 11px;
  }

  .tFlYIvdGRkY- {
    width: 38px;
    min-width: 38px;
    padding: 0;
  }

  ._0jKcIbaNMZU- {
    display: none;
  }

  .RAZPWwJ0PBo- {
    width: 38px;
    min-width: 38px;
    padding: 0;
  }

  .oabD4LemWRI- {
    display: none;
  }

  .o-wtBy-dvKc- {
    width: 38px;
    min-width: 38px;
    height: 38px;
    padding: 0 3px;
    border-radius: 12px;
  }

  .p8Mj-OQiWx4- {
    width: 30px;
    height: 30px;
    border-radius: 10px;
  }

  .DjOIN580Jdo- {
    display: none;
  }

  ._3vpMk66b1Ck- {
    display: none;
  }

  ._9hUx-UPQOYE- {
    width: 38px;
    min-width: 38px;
    min-height: 38px;
    padding: 0;
    border-radius: 11px;
  }

  .smVBMgCD76g- {
    display: block;
    width: 18px;
    height: 18px;
  }

  .Ft8Hx8ubUDw- {
    display: none;
  }
}
}

@media screen and (max-width: 900px) {
  .gwXR-NK-8O0- {
    font-size: var(--font-size-xs);
    padding: var(--spacing-xs) var(--spacing-sm);
    min-height: 28px;
    gap: var(--spacing-sm);
    flex-wrap: wrap;
  }

  .hzAvIlwixBU- {
    white-space: normal;
    word-break: break-word;
  }

  .Ftj9KigLOFM- {
    font-size: 10px;
    padding: 2px var(--spacing-xs);
  }

  .cuqsAantWaY- {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    padding-left: 10px;
    padding-right: 10px;
    gap: 8px;
    transition: top 0.2s ease;
  }

  .xWmwMly9f2k- {
    top: 28px;
  }

  .tFlYIvdGRkY- {
    width: 40px;
    min-width: 40px;
    padding: 0;
  }

  ._0jKcIbaNMZU- {
    display: none;
  }

  .RAZPWwJ0PBo- {
    width: 40px;
    min-width: 40px;
    padding: 0;
  }

  .oabD4LemWRI- {
    display: none;
  }

  .DjOIN580Jdo-,
  ._9hUx-UPQOYE- {
    display: none;
  }

  ._3vpMk66b1Ck- {
    display: none;
  }

  .o-wtBy-dvKc- {
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    padding: 0;
    gap: 0;
  }

  .W4bOWgOJ3bE- {
    justify-self: end;
    flex-shrink: 0;
    gap: 6px;
    min-width: max-content;
  }
}

@media screen and (max-width: 380px) {
  .cuqsAantWaY- {
    grid-template-columns: 38px minmax(0, 1fr);
    padding-left: 8px;
    padding-right: 8px;
    gap: 6px;
  }

  .dtHgJ6DnXdI-,
  .PyaO3rTD54A-,
  .o-wtBy-dvKc- {
    width: 38px;
    min-width: 38px;
    max-width: 38px;
    height: 38px;
    min-height: 38px;
  }

  .p8Mj-OQiWx4- {
    width: 30px;
    height: 30px;
    border-radius: 10px;
  }
}
.fhFAEEfTNRk- {
  --padding: var(--spacing-md);

  width: 100%;
  box-sizing: border-box;
  padding-top: calc(var(--header-height) + var(--emulation-banner-height, 0px));
  padding-left: calc(var(--sidebar-width) + var(--padding));
  padding-right: var(--padding);
  padding-bottom: 0;
  background: var(--layout-bg);
  height: 100%;
  /* fix #5: sync with sidebar width transition */
  transition: padding-left 0.05s linear;

  @media (max-width: 900px) {
    --padding: 0px;
    transition: none;
  }
}

._0Jy6NayRZLE- {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding-block: var(--spacing-sm) calc(var(--footer-height) + var(--spacing-sm));
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-gutter: auto;

  /* Стилизация скроллбара для Webkit браузеров */
  scrollbar-width: thin;
  scrollbar-color: var(--icon-grey) transparent;
}

/* Стилизация скроллбара для Webkit браузеров (Chrome, Safari, Edge) */
._0Jy6NayRZLE-::-webkit-scrollbar {
  width: 8px;
}

._0Jy6NayRZLE-::-webkit-scrollbar-track {
  background: transparent;
  border-radius: var(--radius-sm);
}

._0Jy6NayRZLE-::-webkit-scrollbar-thumb {
  background: var(--icon-grey);
  border-radius: var(--radius-sm);
  transition: background-color 0.2s ease;
}

._0Jy6NayRZLE-::-webkit-scrollbar-thumb:hover {
  background: var(--accent-blue);
}

/* Стилизация скроллбара для Firefox */
._0Jy6NayRZLE- {
  scrollbar-width: thin;
  scrollbar-color: var(--icon-grey) transparent;
}

@media (max-width: 900px) {
  .fhFAEEfTNRk- {
    padding-bottom: 0;
  }

  ._0Jy6NayRZLE- {
    padding: var(--spacing-sm) var(--spacing-sm) calc(58px + var(--spacing-sm));
    scrollbar-gutter: auto;
  }

  ._0Jy6NayRZLE-[data-mobile-full-bleed="true"] {
    padding: 0 0 58px;
    scrollbar-gutter: auto;
  }
}
.M2xi8of-wUY- {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: calc(var(--header-height) + var(--emulation-banner-height, 0px));
  height: calc(100% - var(--header-height) - var(--emulation-banner-height, 0px));
  width: var(--sidebar-width);
  overflow: hidden;
  padding: 12px 8px;
  background: var(--layout-sidebar-bg);
  border-right: 1px solid var(--layout-header-border);
  z-index: 1001;
  transition: width 0.05s linear;
}

.M2xi8of-wUY-:not(._2wNicmL6h-8-) ._7an-Uov3mT8-,
.M2xi8of-wUY-:not(._2wNicmL6h-8-) .NXBb6MzNqjY- {
  justify-content: center;
  padding-inline: 0;
  gap: 0;
}

.M2xi8of-wUY-:not(._2wNicmL6h-8-) ._7an-Uov3mT8-:hover {
  transform: none;
}

.GLuvX6HOlTI- {
  box-shadow: var(--shadow-md);
}

._3pEGHbetqxs- {
  transform: translateX(0);
  box-shadow: var(--shadow-md);
}

._2wNicmL6h-8- .eS9EoDW9Yr0-,
._2wNicmL6h-8- .curOBLzLtfo-,
._2wNicmL6h-8- .gBAtMANf9-Y- {
  max-width: 230px;
  opacity: 1;
  transform: translateX(0);
  transition:
    opacity 0.18s ease 0.08s,
    max-width 0.2s ease 0.05s,
    transform 0.2s ease 0.05s;
  pointer-events: auto;
}

._2wNicmL6h-8- ._0QBDowmh9FQ- {
  max-width: 20px;
  opacity: 0.74;
  transition:
    max-width 0.2s ease 0.05s,
    opacity 0.15s ease 0.1s,
    transform 0.2s ease;
  pointer-events: auto;
}

.NXMZWOX6VDw- {
  position: fixed;
  inset: 0;
  background-color: var(--surface-overlay);
  backdrop-filter: blur(4px);
  z-index: 1000;
}

.z-5FRogjUlQ- {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: none;
}

.z-5FRogjUlQ-::-webkit-scrollbar {
  display: none;
}

.z-5FRogjUlQ- svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.lEi7s89anUU- {
  flex-shrink: 0;
  display: flex;
  border-bottom: 1px solid var(--layout-header-border);
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.NXBb6MzNqjY- {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-height: 40px;
  padding: 8px 10px;
  border-radius: 12px;
  color: var(--text-secondary);
  font-size: var(--font-size-sm);
  font-weight: 700;
  background: transparent;
  border: 1px solid transparent;
  cursor: pointer;
  transition:
    background-color 0.15s ease,
    color 0.15s ease,
    border-color 0.15s ease,
    padding-inline 0.2s ease,
    gap 0.2s ease;
  text-align: left;
}

.NXBb6MzNqjY-:hover {
  color: var(--font-color);
  background: var(--layout-control-bg-hover);
  border-color: var(--layout-header-border);
}

.k-Ed0vpjcJM- {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.gBAtMANf9-Y- {
  color: inherit;
  white-space: nowrap;
  overflow: hidden;
  max-width: 0;
  opacity: 0;
  transform: translateX(-6px);
  transition:
    opacity 0.1s ease,
    max-width 0.15s ease,
    transform 0.1s ease;
  pointer-events: none;
}

.cObJ73LTLnk- {
  position: relative;
  display: none;
  margin-bottom: 6px;
}

.mLkyp4qeZPI- {
  display: block;
  margin: 16px 8px 8px;
  padding-top: 14px;
  border-top: 1px solid var(--layout-header-border);
  color: var(--text-muted);
  font-size: var(--font-size-xs);
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  opacity: 0;
  max-width: 0;
  transition:
    opacity 0.18s ease,
    max-width 0.2s ease;
}

._2wNicmL6h-8- .mLkyp4qeZPI- {
  opacity: 1;
  max-width: 230px;
}

.G-FPnSK4asE- {
  display: block;
}

.DIzmoP2e9h8- {
  margin-top: 16px;
  padding-top: 20px;
  border-top: 1px solid var(--layout-header-border);
}

.Vh4A3p5degc- {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 40px;
  padding: 8px 12px 8px 18px;
  border: 0;
  border-radius: 10px;
  color: var(--text-muted);
  background: transparent;
  cursor: pointer;
  transition:
    color 0.15s ease,
    background-color 0.15s ease;
}

.Vh4A3p5degc-:hover {
  color: var(--text-secondary);
  background: var(--layout-control-bg-hover);
}

.MUsTCuqVKPw- {
  color: var(--text-secondary);
}

.vrPgzhnBSLI- {
  overflow: hidden;
  font-size: var(--font-size-xs);
  line-height: 16px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.KL99mhcYOrw- {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  color: inherit;
  opacity: 0.72;
  transform: rotate(-90deg);
  transition: transform 0.2s ease;
}

.BfN8uF8w1h0- {
  transform: rotate(0deg);
}

.LzmKGDwwEzA- {
  overflow: hidden;
  max-height: 0;
  padding-top: 0;
  transition:
    max-height 0.2s ease,
    padding-top 0.2s ease;
}

.A1FfpHtAyqI- {
  max-height: 3000px;
  padding-top: 4px;
}

.conSiZ3y-EE- {
  text-decoration: none;
  width: 100%;
}

._7an-Uov3mT8- {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  box-sizing: border-box;
  width: 100%;
  min-height: 46px;
  padding: 5px 10px;
  border-radius: 12px;
  color: var(--text-secondary);
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  border: 0;
  background: transparent;
  font: inherit;
  text-align: left;
  overflow: hidden;
  transition:
    color 0.15s ease,
    background-color 0.15s ease,
    border-color 0.15s ease,
    box-shadow 0.18s ease,
    padding-inline 0.2s ease,
    gap 0.2s ease;
}

._7an-Uov3mT8-:focus-visible {
  outline: none;
  box-shadow: 0 0 0 var(--control-focus-ring-width) var(--focus-ring);
}

._7an-Uov3mT8-:hover {
  color: var(--font-color);
  background: var(--layout-control-bg-hover);
}

._9J8s-L-UcQI- {
  width: 100%;
  height: 44px;
  min-height: 44px;
}

.q38V2pc-l-s-,
.n4Jg-hGXpXg- {
  color: var(--white);
  background: var(--layout-sidebar-active-bg);
  box-shadow: 0 14px 28px color-mix(in srgb, var(--accent-blue) 24%, transparent);
}

.q38V2pc-l-s-:hover,
.n4Jg-hGXpXg-:hover {
  color: var(--white);
  background: var(--layout-sidebar-active-bg);
}

.nFT5c8tggo8- {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  border-radius: 12px;
  color: var(--white);
  background: var(--layout-sidebar-icon-bg);
  box-shadow: none;
  transition:
    transform 0.2s ease,
    background 0.2s ease,
    box-shadow 0.2s ease;
}

._7an-Uov3mT8-[data-tone="home"] .nFT5c8tggo8- {
  background: linear-gradient(135deg, #60a5fa 0%, #8b5cf6 100%);
}

._7an-Uov3mT8-[data-tone="project"] .nFT5c8tggo8-,
.R3m2NCLAwf0-[data-tone="project"] {
  background: linear-gradient(135deg, #38bdf8 0%, #2563eb 100%);
}

._7an-Uov3mT8-[data-tone="client"] .nFT5c8tggo8-,
.R3m2NCLAwf0-[data-tone="client"] {
  background: linear-gradient(135deg, #a78bfa 0%, #ec4899 100%);
}

._7an-Uov3mT8-[data-tone="request"] .nFT5c8tggo8-,
.R3m2NCLAwf0-[data-tone="request"] {
  background: linear-gradient(135deg, #f97316 0%, #facc15 100%);
}

._7an-Uov3mT8-[data-tone="people"] .nFT5c8tggo8-,
.R3m2NCLAwf0-[data-tone="people"] {
  background: linear-gradient(135deg, #818cf8 0%, #6366f1 100%);
}

._7an-Uov3mT8-[data-tone="freelancer"] .nFT5c8tggo8-,
.R3m2NCLAwf0-[data-tone="freelancer"] {
  background: linear-gradient(135deg, #22c55e 0%, #10b981 100%);
}

._7an-Uov3mT8-[data-tone="reference"] .nFT5c8tggo8-,
.R3m2NCLAwf0-[data-tone="reference"] {
  background: linear-gradient(135deg, #14b8a6 0%, #06b6d4 100%);
}

._7an-Uov3mT8-[data-tone="document"] .nFT5c8tggo8-,
.R3m2NCLAwf0-[data-tone="document"] {
  background: linear-gradient(135deg, #60a5fa 0%, #22d3ee 100%);
}

._7an-Uov3mT8-[data-tone="finance"] .nFT5c8tggo8-,
.R3m2NCLAwf0-[data-tone="finance"] {
  background: linear-gradient(135deg, #22c55e 0%, #84cc16 100%);
}

._7an-Uov3mT8-[data-tone="call"] .nFT5c8tggo8-,
.R3m2NCLAwf0-[data-tone="call"] {
  background: linear-gradient(135deg, #fb923c 0%, #ef4444 100%);
}

._7an-Uov3mT8-[data-tone="office"] .nFT5c8tggo8-,
.R3m2NCLAwf0-[data-tone="office"] {
  background: linear-gradient(135deg, #2dd4bf 0%, #0ea5e9 100%);
}

._7an-Uov3mT8-[data-tone="notify"] .nFT5c8tggo8-,
.R3m2NCLAwf0-[data-tone="notify"] {
  background: linear-gradient(135deg, #fb7185 0%, #e11d48 100%);
}

._7an-Uov3mT8-[data-tone="admin"] .nFT5c8tggo8-,
.R3m2NCLAwf0-[data-tone="admin"] {
  background: linear-gradient(135deg, #8b5cf6 0%, #d946ef 100%);
}

._7an-Uov3mT8-[data-tone="add"] .nFT5c8tggo8-,
.R3m2NCLAwf0-[data-tone="add"] {
  background: linear-gradient(135deg, #f59e0b 0%, #f97316 100%);
}

._7an-Uov3mT8-:hover .nFT5c8tggo8- {
  transform: scale(1.06) rotate(3deg);
}

.q38V2pc-l-s- .nFT5c8tggo8-,
.n4Jg-hGXpXg- .nFT5c8tggo8- {
  background: var(--layout-sidebar-active-icon-bg);
  box-shadow: none;
}

.nFT5c8tggo8- svg,
.q38V2pc-l-s- svg,
.n4Jg-hGXpXg- svg {
  display: block;
  stroke: currentColor;
}

.eS9EoDW9Yr0-,
.curOBLzLtfo- {
  color: inherit;
  font-size: var(--font-size-sm);
  line-height: 20px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 0;
  opacity: 0;
  transform: translateX(-6px);
  transition:
    opacity 0.1s ease,
    max-width 0.15s ease,
    transform 0.1s ease;
  pointer-events: none;
}

.K4XU8ljOPfw- {
  color: var(--text-secondary);
}

._0QBDowmh9FQ- {
  display: flex;
  align-items: center;
  color: inherit;
  overflow: hidden;
  max-width: 0;
  opacity: 0;
  margin-left: auto;
  transition:
    transform 0.2s ease,
    max-width 0.15s ease,
    opacity 0.1s ease;
  pointer-events: none;
}

.wcFHqDRmP84- {
  transform: rotate(180deg);
}

.YK8anwdmX4Q- {
  overflow: hidden;
  max-height: 0;
  padding-top: 0;
  transition:
    max-height 0.2s ease,
    padding-top 0.2s ease;
}

.vJS-8y6z6TQ- {
  max-height: 2000px;
  padding-top: 4px;
}

._4Ba-J-Gysyo- {
  position: relative;
  box-sizing: border-box;
  padding: 6px 8px 6px 48px;
  border-radius: 10px;
  color: var(--text-secondary);
  transition:
    background-color 0.15s ease,
    color 0.15s ease;
}

._4Ba-J-Gysyo- a {
  display: flex;
  align-items: center;
  gap: 9px;
  color: inherit;
  text-decoration: none;
  font-size: var(--font-size-sm);
  line-height: 18px;
  white-space: pre-line;
  opacity: 0;
  transform: translateX(-6px);
  transition:
    opacity 0.18s ease,
    transform 0.18s ease;
}

._4Ba-J-Gysyo-:hover {
  color: var(--font-color);
  background: var(--layout-control-bg-hover);
}

.q7yDppIzjnM- {
  color: var(--accent-blue);
  background: var(--accent-soft);
}

.q7yDppIzjnM- a {
  color: var(--accent-blue);
  font-weight: 700;
}

._2wNicmL6h-8- ._4Ba-J-Gysyo- a {
  opacity: 1;
  transform: translateX(0);
}

.R3m2NCLAwf0- {
  width: 24px;
  height: 24px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--white);
  background: linear-gradient(135deg, #22d3ee 0%, #3b82f6 100%);
}

.R3m2NCLAwf0- svg {
  width: 14px;
  height: 14px;
  stroke: currentColor;
}

._5rYYZ5MiYDE- {
  position: fixed;
  left: -9999px;
  top: 0;
  width: 1px;
  height: 1px;
  visibility: hidden;
  pointer-events: none;
}

.xFzS-dj5g7Y- {
  position: fixed;
  left: -9999px;
  top: 0;
  visibility: hidden;
  pointer-events: none;
  width: max-content;
  display: flex;
  flex-direction: column;
  padding: 0 8px;
}

._3edGlgCKU6I- {
  padding-inline: 10px !important;
  gap: 12px !important;
  justify-content: flex-start !important;
}

.xFzS-dj5g7Y- .eS9EoDW9Yr0-,
.xFzS-dj5g7Y- ._0QBDowmh9FQ-,
.xFzS-dj5g7Y- ._4Ba-J-Gysyo- a {
  max-width: none;
  overflow: visible;
  opacity: 1;
  transform: none;
  transition: none;
  pointer-events: none;
}

@media screen and (max-width: 900px) {
  .M2xi8of-wUY- {
    top: calc(var(--header-height) + var(--emulation-banner-height, 0px));
    height: calc(100% - var(--header-height) - var(--emulation-banner-height, 0px));
    width: 270px;
    padding: 12px 8px;
    transform: translateX(-100%);
    transition: transform 0.25s ease;
    box-shadow: none;
  }

  .M2xi8of-wUY-:not(._2wNicmL6h-8-) ._7an-Uov3mT8-,
  .M2xi8of-wUY-:not(._2wNicmL6h-8-) .NXBb6MzNqjY- {
    padding-inline: 10px;
    gap: 12px;
  }

  ._3pEGHbetqxs- {
    transform: translateX(0);
    box-shadow: var(--shadow-md);
  }

  .M2xi8of-wUY- .eS9EoDW9Yr0-,
  .M2xi8of-wUY- .curOBLzLtfo-,
  .M2xi8of-wUY- .gBAtMANf9-Y- {
    max-width: 230px;
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
  }

  .M2xi8of-wUY- ._0QBDowmh9FQ- {
    max-width: 20px;
    opacity: 0.74;
    pointer-events: auto;
  }

  ._4Ba-J-Gysyo- a {
    opacity: 1;
    transform: translateX(0);
  }

  .DIzmoP2e9h8- {
    margin-top: 16px;
    padding-top: 20px;
  }
}
._-6Fa86rUqVM- {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 20px;
  text-align: center;
  background-color: var(--background);
}

.lOgbARwmtf4- {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: var(--bg-fill);
  border-radius: var(--radius-lg);
  padding: 48px 64px;
  min-width: 40vw;
  min-height: 40vh;
}

.Z0rmMJM-VXs- {
  font-size: 96px;
  font-weight: 700;
  line-height: 1;
  color: var(--primary);
  margin-bottom: 8px;
}

.JqZLd3S6NpA- {
  font-size: var(--font-size-xl);
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 8px;
}

._9DY0wBYyCJc- {
  color: var(--text-secondary);
  margin-bottom: 24px;
}
.SlNb1F8muEk- {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) 24px;
  gap: var(--spacing-sm);
  width: 100%;
  padding: 14px;
  border-radius: var(--toastify-toast-bd-radius);
  box-shadow: var(--toastify-toast-shadow);
  color: var(--white);
  background: var(--toastify-color-info);
}

.MroENiyVYng- {
  display: contents;
}

.qSzBFdR-t-Y- {
  display: flex;
  justify-content: center;
  padding-top: 2px;
}

.qSzBFdR-t-Y- svg {
  width: 20px;
  height: 20px;
}

.V0x9DTV7phU- {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xxs);
}

.Dl77FUThbmM- {
  margin: 0;
  font-size: var(--font-size-md);
  font-weight: 600;
}

._5mJzYMz5FG8- {
  margin: 0;
  font-size: var(--font-size-sm);
  color: inherit;
  line-height: 1.35;
  opacity: 0.9;
}

.GOkFfDg7Iwc- {
  grid-column: 2 / 4;
  justify-self: start;
  min-height: 32px;
  background-color: var(--white);
  color: var(--toastify-color-info);
  border-color: rgba(255, 255, 255, 0.72);
  padding: 0 12px;
  font-weight: 600;
  box-shadow: none;
}

.GOkFfDg7Iwc-[data-hover],
.GOkFfDg7Iwc-[data-active] {
  color: var(--toastify-color-info);
  background-color: var(--white);
  border-color: var(--white);
}

._4tUMPFblpZY- {
  grid-column: 3;
  grid-row: 1;
  background: none;
  border: none;
  color: inherit;
  cursor: pointer;
  padding: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.75;
  transition: opacity 0.2s ease;
}

._4tUMPFblpZY-:hover {
  opacity: 1;
}

._4tUMPFblpZY- svg {
  width: 18px;
  height: 18px;
}

._4tUMPFblpZY-:focus-visible {
  outline: none;
  box-shadow: 0 0 0 var(--control-focus-ring-width) var(--focus-ring);
  border-radius: var(--radius-sm);
}

@media (max-width: 480px) {
  .SlNb1F8muEk- {
    padding: 12px;
  }
}
