.amc-presenting [data-ui-anchor=app-notifications-bell],.amc-presenting [data-ui-anchor=app-recipes-button],.amc-presenting [data-ui-anchor=app-feedback-button],.amc-presenting [data-ui-anchor=app-settings-button]{display:none!important}.amc-presenting-tint{box-shadow:inset 0 0 0 2px rgb(var(--accent-rgb, 99 102 241) / .9)}.presentation-blur{filter:blur(5px);-webkit-user-select:none;-moz-user-select:none;user-select:none}.presentation-scrub-blur{filter:blur(7px);-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}/**
 * Copyright (c) 2014 The xterm.js authors. All rights reserved.
 * Copyright (c) 2012-2013, Christopher Jeffrey (MIT License)
 * https://github.com/chjj/term.js
 * @license MIT
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in
 * all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 * THE SOFTWARE.
 *
 * Originally forked from (with the author's permission):
 *   Fabrice Bellard's javascript vt100 for jslinux:
 *   http://bellard.org/jslinux/
 *   Copyright (c) 2011 Fabrice Bellard
 *   The original design remains. The terminal itself
 *   has been extended to include xterm CSI codes, among
 *   other features.
 */.xterm{cursor:text;position:relative;-moz-user-select:none;user-select:none;-ms-user-select:none;-webkit-user-select:none}.xterm.focus,.xterm:focus{outline:none}.xterm .xterm-helpers{position:absolute;top:0;z-index:5}.xterm .xterm-helper-textarea{padding:0;border:0;margin:0;position:absolute;opacity:0;left:-9999em;top:0;width:0;height:0;z-index:-5;white-space:nowrap;overflow:hidden;resize:none}.xterm .composition-view{background:#000;color:#fff;display:none;position:absolute;white-space:nowrap;z-index:1}.xterm .composition-view.active{display:block}.xterm .xterm-viewport{background-color:#000;overflow-y:scroll;cursor:default;position:absolute;right:0;left:0;top:0;bottom:0}.xterm .xterm-screen{position:relative}.xterm .xterm-screen canvas{position:absolute;left:0;top:0}.xterm-char-measure-element{display:inline-block;visibility:hidden;position:absolute;top:0;left:-9999em;line-height:normal}.xterm.enable-mouse-events{cursor:default}.xterm.xterm-cursor-pointer,.xterm .xterm-cursor-pointer{cursor:pointer}.xterm.column-select.focus{cursor:crosshair}.xterm .xterm-accessibility:not(.debug),.xterm .xterm-message{position:absolute;left:0;top:0;bottom:0;right:0;z-index:10;color:transparent;pointer-events:none}.xterm .xterm-accessibility-tree:not(.debug) *::-moz-selection{color:transparent}.xterm .xterm-accessibility-tree:not(.debug) *::selection{color:transparent}.xterm .xterm-accessibility-tree{font-family:monospace;-webkit-user-select:text;-moz-user-select:text;user-select:text;white-space:pre}.xterm .xterm-accessibility-tree>div{transform-origin:left;width:-moz-fit-content;width:fit-content}.xterm .live-region{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.xterm-dim{opacity:1!important}.xterm-underline-1{text-decoration:underline}.xterm-underline-2{-webkit-text-decoration:double underline;text-decoration:double underline}.xterm-underline-3{-webkit-text-decoration:wavy underline;text-decoration:wavy underline}.xterm-underline-4{-webkit-text-decoration:dotted underline;text-decoration:dotted underline}.xterm-underline-5{-webkit-text-decoration:dashed underline;text-decoration:dashed underline}.xterm-overline{text-decoration:overline}.xterm-overline.xterm-underline-1{text-decoration:overline underline}.xterm-overline.xterm-underline-2{-webkit-text-decoration:overline double underline;text-decoration:overline double underline}.xterm-overline.xterm-underline-3{-webkit-text-decoration:overline wavy underline;text-decoration:overline wavy underline}.xterm-overline.xterm-underline-4{-webkit-text-decoration:overline dotted underline;text-decoration:overline dotted underline}.xterm-overline.xterm-underline-5{-webkit-text-decoration:overline dashed underline;text-decoration:overline dashed underline}.xterm-strikethrough{text-decoration:line-through}.xterm-screen .xterm-decoration-container .xterm-decoration{z-index:6;position:absolute}.xterm-screen .xterm-decoration-container .xterm-decoration.xterm-decoration-top-layer{z-index:7}.xterm-decoration-overview-ruler{z-index:8;position:absolute;top:0;right:0;pointer-events:none}.xterm-decoration-top{z-index:2;position:relative}.xterm .xterm-scrollable-element>.scrollbar{cursor:default}.xterm .xterm-scrollable-element>.scrollbar>.scra{cursor:pointer;font-size:11px!important}.xterm .xterm-scrollable-element>.visible{opacity:1;background:#0000;transition:opacity .1s linear;z-index:11}.xterm .xterm-scrollable-element>.invisible{opacity:0;pointer-events:none}.xterm .xterm-scrollable-element>.invisible.fade{transition:opacity .8s linear}.xterm .xterm-scrollable-element>.shadow{position:absolute;display:none}.xterm .xterm-scrollable-element>.shadow.top{display:block;top:0;left:3px;height:3px;width:100%;box-shadow:var(--vscode-scrollbar-shadow, #000) 0 6px 6px -6px inset}.xterm .xterm-scrollable-element>.shadow.left{display:block;top:3px;left:0;height:100%;width:3px;box-shadow:var(--vscode-scrollbar-shadow, #000) 6px 0 6px -6px inset}.xterm .xterm-scrollable-element>.shadow.top-left-corner{display:block;top:0;left:0;height:3px;width:3px}.xterm .xterm-scrollable-element>.shadow.top.left{box-shadow:var(--vscode-scrollbar-shadow, #000) 6px 0 6px -6px inset}pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}/*!
  Theme: GitHub Dark
  Description: Dark theme as seen on github.com
  Author: github.com
  Maintainer: @Hirse
  Updated: 2021-05-15

  Outdated base version: https://github.com/primer/github-syntax-dark
  Current colors taken from GitHub's CSS
*/.hljs{color:#c9d1d9;background:#0d1117}.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-variable.language_{color:#ff7b72}.hljs-title,.hljs-title.class_,.hljs-title.class_.inherited__,.hljs-title.function_{color:#d2a8ff}.hljs-attr,.hljs-attribute,.hljs-literal,.hljs-meta,.hljs-number,.hljs-operator,.hljs-variable,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id{color:#79c0ff}.hljs-regexp,.hljs-string,.hljs-meta .hljs-string{color:#a5d6ff}.hljs-built_in,.hljs-symbol{color:#ffa657}.hljs-comment,.hljs-code,.hljs-formula{color:#8b949e}.hljs-name,.hljs-quote,.hljs-selector-tag,.hljs-selector-pseudo{color:#7ee787}.hljs-subst{color:#c9d1d9}.hljs-section{color:#1f6feb;font-weight:700}.hljs-bullet{color:#f2cc60}.hljs-emphasis{color:#c9d1d9;font-style:italic}.hljs-strong{color:#c9d1d9;font-weight:700}.hljs-addition{color:#aff5b4;background-color:#033a16}.hljs-deletion{color:#ffdcd7;background-color:#67060c}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }/*! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*/*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}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;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--font-family-mono, ui-monospace, SFMono-Regular, Menlo, Consolas, monospace);font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}:root{--color-surface-50: #fafafa;--color-surface-50-rgb: 250 250 250;--color-surface-100: #f4f4f5;--color-surface-100-rgb: 244 244 245;--color-surface-200: #e4e4e7;--color-surface-200-rgb: 228 228 231;--color-surface-300: #d4d4d8;--color-surface-300-rgb: 212 212 216;--color-surface-400: #52525b;--color-surface-400-rgb: 82 82 91;--color-surface-500: #6d6d76;--color-surface-500-rgb: 109 109 118;--color-surface-600: #52525b;--color-surface-600-rgb: 82 82 91;--color-surface-700: #3f3f46;--color-surface-700-rgb: 63 63 70;--color-surface-800: #27272a;--color-surface-800-rgb: 39 39 42;--color-surface-900: #18181b;--color-surface-900-rgb: 24 24 27;--color-surface-950: #09090b;--color-surface-950-rgb: 9 9 11;--panel-bg: #ffffff;--panel-bg-hover: rgba(0, 0, 0, .02);--panel-bg-active: rgba(0, 0, 0, .04);--panel-border: rgba(0, 0, 0, .08);--panel-blur: 0px;--panel-radius: 0px;--panel-shadow: none;--shadow-tooltip: 0 8px 24px rgba(0, 0, 0, .25);--shadow-sheet: 0 -12px 32px rgba(0, 0, 0, .45);--shadow-btn-hover: 0 6px 18px rgb(0 0 0 / .22);--panel-gap: 0px;--z-qw-sheet-backdrop: 999;--accent: #6366f1;--accent-rgb: 99 102 241;--accent-glow: rgba(99, 102, 241, .2);--active-indicator: #6366f1;--badge-bg: rgba(245, 158, 11, .12);--badge-color: #d97706;--font-weight-body: 400;--card-bg: var(--panel-bg);--toggle-off-track: color-mix( in srgb, rgb(var(--color-surface-300-rgb)) 55%, rgb(var(--color-surface-500-rgb)) 45% );--toggle-off-track-hover: color-mix( in srgb, rgb(var(--color-surface-300-rgb)) 35%, rgb(var(--color-surface-500-rgb)) 65% );--app-font-size: 16px;--font-family-body: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;--font-family-mono: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;--tooltip-bg: rgba(24, 24, 27, .95);--tooltip-border: rgba(255, 255, 255, .1);--tooltip-fg: #d4d4d8;--kbd-sep: #a1a1aa;--msg-shadow: 0 1px 2px rgba(0, 0, 0, .16), 0 6px 16px rgba(0, 0, 0, .14);--msg-highlight: inset 0 1px 0 0 rgba(255, 255, 255, .08);--status-agent-rgb: 74 222 128;--status-needs-you-rgb: 251 191 36;--status-error-rgb: 248 113 113;--status-ready-rgb: 14 116 144;--status-question-rgb: 37 99 235;--status-approval-rgb: 167 139 250;--status-permission-rgb: 6 182 212;--status-ember-400-rgb: 255 138 76;--status-ember-500-rgb: 249 90 22;--status-ember-600-rgb: 234 68 12;--status-agent-strong-rgb: 22 163 74;--status-needs-you-strong-rgb: 217 119 6;--status-error-strong-rgb: 220 38 38;--link-rgb: var(--accent-rgb);--duration-fast: .15s;--duration-base: .2s;--duration-slow: .3s;--elevation-1: 0 1px 2px 0 rgb(0 0 0 / .06);--elevation-2: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--elevation-3: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--elevation-4: 0 25px 50px -12px rgb(0 0 0 / .25);--modal-panel-shadow: 0 3px 6px -1px rgb(0 0 0 / .6), 0 22px 44px -12px rgb(0 0 0 / .58), 0 60px 112px -28px rgb(0 0 0 / .75), inset 0 1px 0 0 rgb(255 255 255 / .26), inset 0 22px 34px -20px rgb(255 255 255 / .17), inset 0 -1px 0 0 rgb(0 0 0 / .62), inset 0 -24px 38px -24px rgb(0 0 0 / .55);--overlay-elevation: 0 0 0 1px rgb(0 0 0 / .08), 0 6px 16px -6px rgb(0 0 0 / .14), 0 14px 34px -10px rgb(0 0 0 / .2)}.dark{--elevation-1: 0 1px 2px rgb(0 0 0 / .4);--elevation-2: 0 3px 10px rgb(0 0 0 / .5);--elevation-3: 0 10px 26px rgb(0 0 0 / .55), 0 0 0 1px rgb(255 255 255 / .04);--elevation-4: 0 24px 52px rgb(0 0 0 / .62), 0 0 0 1px rgb(255 255 255 / .05);--color-surface-50: #09090b;--color-surface-50-rgb: 9 9 11;--color-surface-100: #18181b;--color-surface-100-rgb: 24 24 27;--color-surface-200: #27272a;--color-surface-200-rgb: 39 39 42;--color-surface-300: #3f3f46;--color-surface-300-rgb: 63 63 70;--color-surface-400: #a1a1aa;--color-surface-400-rgb: 161 161 170;--color-surface-500: #82828b;--color-surface-500-rgb: 130 130 139;--color-surface-600: #a1a1aa;--color-surface-600-rgb: 161 161 170;--color-surface-700: #d4d4d8;--color-surface-700-rgb: 212 212 216;--color-surface-800: #e4e4e7;--color-surface-800-rgb: 228 228 231;--color-surface-900: #f4f4f5;--color-surface-900-rgb: 244 244 245;--color-surface-950: #fafafa;--color-surface-950-rgb: 250 250 250;--status-ready-rgb: 165 243 252;--panel-bg: rgba(255, 255, 255, .03);--panel-bg-hover: rgba(255, 255, 255, .06);--panel-bg-active: rgba(255, 255, 255, .1);--panel-border: rgba(255, 255, 255, .06);--panel-blur: 0px;--panel-radius: 0px;--panel-shadow: none;--shadow-tooltip: 0 8px 24px rgba(0, 0, 0, .25);--shadow-sheet: 0 -12px 32px rgba(0, 0, 0, .45);--shadow-btn-hover: 0 6px 18px rgb(0 0 0 / .22);--panel-gap: 0px;--z-qw-sheet-backdrop: 999;--accent: #6366f1;--accent-rgb: 99 102 241;--accent-glow: rgba(99, 102, 241, .3);--active-indicator: #6366f1;--badge-bg: rgba(245, 158, 11, .15);--badge-color: #fbbf24;--toggle-off-track: rgb(var(--color-surface-300-rgb));--toggle-off-track-hover: rgb(var(--color-surface-400-rgb));--font-weight-body: 400;--card-bg: var(--panel-bg);--overlay-elevation: 0 0 0 1px rgb(255 255 255 / .1), 0 8px 24px -6px rgb(0 0 0 / .55), 0 18px 42px -12px rgb(0 0 0 / .55)}.light{--color-surface-50: #fafafa;--color-surface-50-rgb: 250 250 250;--color-surface-100: #f4f4f5;--color-surface-100-rgb: 244 244 245;--color-surface-200: #e4e4e7;--color-surface-200-rgb: 228 228 231;--color-surface-300: #d4d4d8;--color-surface-300-rgb: 212 212 216;--color-surface-400: #52525b;--color-surface-400-rgb: 82 82 91;--color-surface-500: #6d6d76;--color-surface-500-rgb: 109 109 118;--color-surface-600: #52525b;--color-surface-600-rgb: 82 82 91;--color-surface-700: #3f3f46;--color-surface-700-rgb: 63 63 70;--color-surface-800: #27272a;--color-surface-800-rgb: 39 39 42;--color-surface-900: #18181b;--color-surface-900-rgb: 24 24 27;--color-surface-950: #09090b;--color-surface-950-rgb: 9 9 11;--status-ready-rgb: 14 116 144;--panel-bg: #ffffff;--panel-bg-hover: rgba(0, 0, 0, .02);--panel-bg-active: rgba(0, 0, 0, .04);--panel-border: rgba(0, 0, 0, .08);--panel-blur: 0px;--panel-radius: 0px;--panel-shadow: none;--shadow-tooltip: 0 8px 24px rgba(0, 0, 0, .25);--shadow-sheet: 0 -12px 32px rgba(0, 0, 0, .45);--shadow-btn-hover: 0 6px 18px rgb(0 0 0 / .22);--panel-gap: 0px;--z-qw-sheet-backdrop: 999;--accent: #6366f1;--accent-rgb: 99 102 241;--accent-glow: rgba(99, 102, 241, .2);--active-indicator: #6366f1;--badge-bg: rgba(245, 158, 11, .12);--badge-color: #d97706;--font-weight-body: 400;--card-bg: var(--panel-bg);--overlay-elevation: 0 0 0 1px rgb(0 0 0 / .08), 0 6px 16px -6px rgb(0 0 0 / .14), 0 14px 34px -10px rgb(0 0 0 / .2)}.dark.theme-glassmorphism{--color-surface-50: #08080e;--color-surface-50-rgb: 8 8 14;--color-surface-100: #0e0e16;--color-surface-100-rgb: 14 14 22;--color-surface-200: #1a1a28;--color-surface-200-rgb: 26 26 40;--color-surface-300: #28283d;--color-surface-300-rgb: 40 40 61;--panel-bg: rgba(255, 255, 255, .06);--panel-bg-hover: rgba(255, 255, 255, .1);--panel-bg-active: rgba(255, 255, 255, .14);--panel-border: rgba(255, 255, 255, .1);--panel-blur: 20px;--panel-shadow: 0 0 1px rgba(255, 255, 255, .05), 0 4px 16px rgba(0, 0, 0, .3);--accent: #818cf8;--accent-rgb: 129 140 248;--accent-glow: rgba(129, 140, 248, .35);--active-indicator: #818cf8;--card-bg: var(--color-surface-100)}.dark.theme-linear{--color-surface-50: #111113;--color-surface-50-rgb: 17 17 19;--color-surface-100: #17171c;--color-surface-100-rgb: 23 23 28;--color-surface-200: #222228;--color-surface-200-rgb: 34 34 40;--color-surface-300: #33333d;--color-surface-300-rgb: 51 51 61;--panel-bg: #15151a;--panel-bg-hover: rgba(255, 255, 255, .04);--panel-bg-active: rgba(255, 255, 255, .06);--panel-border: rgba(255, 255, 255, .06);--accent: #5e6ad2;--accent-rgb: 94 106 210;--accent-glow: rgba(94, 106, 210, .3);--active-indicator: #5e6ad2}.dark.theme-warm-charcoal{--color-surface-50: #1a1816;--color-surface-50-rgb: 26 24 22;--color-surface-100: #1e1c19;--color-surface-100-rgb: 30 28 25;--color-surface-200: #2a2520;--color-surface-200-rgb: 42 37 32;--color-surface-300: #3d3530;--color-surface-300-rgb: 61 53 48;--color-surface-400: #5a504a;--color-surface-400-rgb: 90 80 74;--color-surface-500: #7a706a;--color-surface-500-rgb: 122 112 106;--color-surface-600: #b0a89f;--color-surface-600-rgb: 176 168 159;--color-surface-700: #d8d0c8;--color-surface-700-rgb: 216 208 200;--color-surface-800: #e8e4df;--color-surface-800-rgb: 232 228 223;--color-surface-900: #f2eeea;--color-surface-900-rgb: 242 238 234;--color-surface-950: #faf8f5;--color-surface-950-rgb: 250 248 245;--panel-bg: #1e1c19;--panel-bg-hover: rgba(232, 228, 223, .04);--panel-bg-active: rgba(194, 149, 106, .08);--panel-border: rgba(255, 245, 230, .06);--accent: #c2956a;--accent-rgb: 194 149 106;--accent-glow: rgba(194, 149, 106, .3);--active-indicator: #c2956a;--badge-bg: rgba(194, 149, 106, .18);--badge-color: #e8b88a}.dark.theme-aurora{--color-surface-50: #0c0c14;--color-surface-50-rgb: 12 12 20;--color-surface-100: #12121e;--color-surface-100-rgb: 18 18 30;--color-surface-200: #1e1e30;--color-surface-200-rgb: 30 30 48;--color-surface-300: #2d2d45;--color-surface-300-rgb: 45 45 69;--panel-bg: rgba(255, 255, 255, .025);--panel-bg-hover: rgba(255, 255, 255, .05);--panel-bg-active: rgba(99, 102, 241, .08);--panel-border: rgba(255, 255, 255, .04);--panel-blur: 16px;--accent: #818cf8;--accent-rgb: 129 140 248;--accent-glow: rgba(129, 140, 248, .35);--active-indicator: #818cf8;--card-bg: var(--color-surface-100)}.dark.theme-soft-depth{--color-surface-50: #121216;--color-surface-50-rgb: 18 18 22;--color-surface-100: #18181e;--color-surface-100-rgb: 24 24 30;--color-surface-200: #232329;--color-surface-200-rgb: 35 35 41;--color-surface-300: #33333d;--color-surface-300-rgb: 51 51 61;--panel-bg: #18181e;--panel-bg-hover: rgba(255, 255, 255, .035);--panel-bg-active: rgba(99, 102, 241, .1);--panel-border: rgba(255, 255, 255, .06);--panel-shadow: 0 1px 3px rgba(0, 0, 0, .2);--accent: #6366f1;--accent-rgb: 99 102 241;--accent-glow: rgba(99, 102, 241, .25);--active-indicator: #6366f1}.dark.theme-neon{--color-surface-50: #0d0d11;--color-surface-50-rgb: 13 13 17;--color-surface-100: #0f0f14;--color-surface-100-rgb: 15 15 20;--color-surface-200: #1a1a22;--color-surface-200-rgb: 26 26 34;--color-surface-300: #28283a;--color-surface-300-rgb: 40 40 58;--panel-bg: #0f0f14;--panel-bg-hover: rgba(139, 92, 246, .04);--panel-bg-active: rgba(139, 92, 246, .08);--panel-border: rgba(139, 92, 246, .08);--accent: #8b5cf6;--accent-rgb: 139 92 246;--accent-glow: rgba(139, 92, 246, .5);--active-indicator: #8b5cf6;--badge-bg: rgba(6, 182, 212, .12);--badge-color: #67e8f9}.dark.theme-spotify{--color-surface-50: #121212;--color-surface-50-rgb: 18 18 18;--color-surface-100: #181818;--color-surface-100-rgb: 24 24 24;--color-surface-200: #282828;--color-surface-200-rgb: 40 40 40;--color-surface-300: #3a3a3a;--color-surface-300-rgb: 58 58 58;--color-surface-400: #535353;--color-surface-400-rgb: 83 83 83;--color-surface-500: #727272;--color-surface-500-rgb: 114 114 114;--color-surface-600: #a7a7a7;--color-surface-600-rgb: 167 167 167;--color-surface-700: #d4d4d4;--color-surface-700-rgb: 212 212 212;--color-surface-800: #e0e0e0;--color-surface-800-rgb: 224 224 224;--color-surface-900: #f0f0f0;--color-surface-900-rgb: 240 240 240;--color-surface-950: #ffffff;--color-surface-950-rgb: 255 255 255;--panel-bg: #181818;--panel-bg-hover: rgba(255, 255, 255, .08);--panel-bg-active: rgba(255, 255, 255, .12);--panel-border: transparent;--panel-radius: 10px;--panel-gap: 8px;--accent: #1db954;--accent-rgb: 29 185 84;--accent-glow: rgba(29, 185, 84, .35);--active-indicator: #1db954;--badge-bg: #1db954;--badge-color: #000000}.dark.theme-luxury{--color-surface-50: #141418;--color-surface-50-rgb: 20 20 24;--color-surface-100: #17171c;--color-surface-100-rgb: 23 23 28;--color-surface-200: #222228;--color-surface-200-rgb: 34 34 40;--color-surface-300: #33333d;--color-surface-300-rgb: 51 51 61;--panel-bg: #17171c;--panel-bg-hover: rgba(255, 255, 255, .02);--panel-bg-active: rgba(212, 175, 55, .06);--panel-border: rgba(255, 255, 255, .04);--accent: #d4af37;--accent-rgb: 212 175 55;--accent-glow: rgba(212, 175, 55, .3);--active-indicator: #d4af37;--badge-bg: transparent;--badge-color: #d4af37;--font-weight-body: 300}.dark.theme-gradient-sidebar{--color-surface-50: #111115;--color-surface-50-rgb: 17 17 21;--color-surface-100: #16142a;--color-surface-100-rgb: 22 20 42;--color-surface-200: #222235;--color-surface-200-rgb: 34 34 53;--color-surface-300: #33334a;--color-surface-300-rgb: 51 51 74;--panel-bg: #15151c;--panel-bg-hover: rgba(255, 255, 255, .035);--panel-bg-active: rgba(99, 102, 241, .1);--panel-border: rgba(255, 255, 255, .05);--accent: #8b5cf6;--accent-rgb: 139 92 246;--accent-glow: rgba(236, 72, 153, .3);--active-indicator: #8b5cf6;--badge-bg: rgba(99, 102, 241, .2);--badge-color: #f9a8d4}.dark.theme-neumorphic{--color-surface-50: #1e1e24;--color-surface-50-rgb: 30 30 36;--color-surface-100: #1e1e24;--color-surface-100-rgb: 30 30 36;--color-surface-200: #28282e;--color-surface-200-rgb: 40 40 46;--color-surface-300: #38383e;--color-surface-300-rgb: 56 56 62;--panel-bg: #1e1e24;--panel-bg-hover: rgba(255, 255, 255, .015);--panel-bg-active: #1e1e24;--panel-border: transparent;--panel-radius: 16px;--panel-gap: 12px;--panel-shadow: 6px 6px 12px rgba(0, 0, 0, .25), -6px -6px 12px rgba(255, 255, 255, .02);--accent: #6366f1;--accent-rgb: 99 102 241;--accent-glow: rgba(99, 102, 241, .3);--active-indicator: #a5b4fc}.dark.theme-frosted-tiers{--color-surface-50: #0e1117;--color-surface-50-rgb: 14 17 23;--color-surface-100: #161b22;--color-surface-100-rgb: 22 27 34;--color-surface-200: #21262d;--color-surface-200-rgb: 33 38 45;--color-surface-300: #30363d;--color-surface-300-rgb: 48 54 61;--color-surface-400: #484f58;--color-surface-400-rgb: 72 79 88;--color-surface-500: #6e7681;--color-surface-500-rgb: 110 118 129;--color-surface-600: #8b949e;--color-surface-600-rgb: 139 148 158;--color-surface-700: #c9d1d9;--color-surface-700-rgb: 201 209 217;--color-surface-800: #e6edf3;--color-surface-800-rgb: 230 237 243;--color-surface-900: #f0f6fc;--color-surface-900-rgb: 240 246 252;--color-surface-950: #ffffff;--color-surface-950-rgb: 255 255 255;--panel-bg: rgba(255, 255, 255, .03);--panel-bg-hover: rgba(255, 255, 255, .04);--panel-bg-active: rgba(88, 166, 255, .08);--panel-border: rgba(255, 255, 255, .05);--panel-blur: 8px;--accent: #58a6ff;--accent-rgb: 88 166 255;--accent-glow: rgba(88, 166, 255, .3);--active-indicator: #58a6ff;--badge-bg: rgba(245, 158, 11, .12);--badge-color: #f0b74c;--card-bg: var(--color-surface-100)}.dark.theme-vercel{--color-surface-50: #000000;--color-surface-50-rgb: 0 0 0;--color-surface-100: #0a0a0a;--color-surface-100-rgb: 10 10 10;--color-surface-200: #1a1a1a;--color-surface-200-rgb: 26 26 26;--color-surface-300: #333333;--color-surface-300-rgb: 51 51 51;--color-surface-400: #444444;--color-surface-400-rgb: 68 68 68;--color-surface-500: #666666;--color-surface-500-rgb: 102 102 102;--color-surface-600: #888888;--color-surface-600-rgb: 136 136 136;--color-surface-700: #cccccc;--color-surface-700-rgb: 204 204 204;--color-surface-800: #dddddd;--color-surface-800-rgb: 221 221 221;--color-surface-900: #ededed;--color-surface-900-rgb: 237 237 237;--color-surface-950: #fafafa;--color-surface-950-rgb: 250 250 250;--panel-bg: #0a0a0a;--panel-bg-hover: #111111;--panel-bg-active: #111111;--panel-border: #222222;--accent: #ffffff;--accent-rgb: 255 255 255;--accent-glow: rgba(255, 255, 255, .15);--active-indicator: #ededed;--badge-bg: #1a1a1a;--badge-color: #ededed}.dark.theme-liquid-glass{--color-surface-50: #080b11;--color-surface-50-rgb: 8 11 17;--color-surface-100: #0c1118;--color-surface-100-rgb: 12 17 24;--color-surface-200: #141b26;--color-surface-200-rgb: 20 27 38;--color-surface-300: #1f2937;--color-surface-300-rgb: 31 41 55;--panel-bg: rgba(255, 255, 255, .06);--panel-bg-hover: rgba(255, 255, 255, .1);--panel-bg-active: rgba(255, 255, 255, .14);--panel-border: rgba(255, 255, 255, .12);--panel-blur: 24px;--panel-radius: 14px;--panel-shadow: 0 0 1px rgba(255, 255, 255, .08), 0 8px 28px rgba(0, 0, 0, .4);--panel-gap: 6px;--accent: #5eb3f0;--accent-rgb: 94 179 240;--accent-glow: rgba(94, 179, 240, .4);--active-indicator: #5eb3f0;--card-bg: var(--color-surface-100)}html{overflow:hidden;height:100%;overscroll-behavior:none;font-size:var(--app-font-size)}html[data-font-size=extra-small]{--app-font-size: 12px}html[data-font-size=small]{--app-font-size: 14px}html[data-font-size=medium]{--app-font-size: 16px}html[data-font-size=large]{--app-font-size: 18px}html[data-font-size=extra-large]{--app-font-size: 20px}html[data-font-size=xx-large]{--app-font-size: 22px}html[data-font-size=xxx-large]{--app-font-size: 24px}html[data-chat-depth=flat]{--msg-shadow: none;--msg-highlight: none}html[data-chat-depth=soft]{--msg-shadow: 0 1px 2px rgba(0, 0, 0, .16), 0 6px 16px rgba(0, 0, 0, .14);--msg-highlight: inset 0 1px 0 0 rgba(255, 255, 255, .08)}html[data-chat-depth=glass]{--msg-shadow: 0 0 0 1px rgba(255, 255, 255, .05), 0 2px 4px rgba(0, 0, 0, .22), 0 16px 36px rgba(0, 0, 0, .34);--msg-highlight: inset 0 1px 0 0 rgba(255, 255, 255, .14), inset 0 -1px 0 0 rgba(0, 0, 0, .18)}html[data-polish-depth=on]{--polish-elevation-panel: inset 0 1px 0 0 rgba(255, 255, 255, .06), 0 1px 2px rgba(0, 0, 0, .16), 0 10px 24px rgba(0, 0, 0, .22);--polish-elevation-card: inset 0 1px 0 0 rgba(255, 255, 255, .1), 0 0 0 1px rgba(255, 255, 255, .04), 0 2px 6px rgba(0, 0, 0, .2), 0 14px 30px rgba(0, 0, 0, .34)}.amc-elevate{box-shadow:var(--polish-elevation-card, 0 0 #0000)}.amc-elevate-panel{box-shadow:var(--polish-elevation-panel, 0 0 #0000)}.amc-list-item--divided+.amc-list-item--divided{border-top:1px solid rgb(var(--color-surface-300-rgb) / .5)}.amc-seam-t{border-top:1px solid var(--panel-border, rgb(255 255 255 / .08))}.amc-seam-b{border-bottom:1px solid var(--panel-border, rgb(255 255 255 / .08))}.amc-seam-r{border-inline-end:1px solid var(--panel-border, rgb(255 255 255 / .08))}.amc-btn-raised{background-image:linear-gradient(to bottom,#ffffff1a,#fff0 45%,#0000001f);background-clip:padding-box;box-shadow:inset 0 1px #fff3,inset 0 -1px 1px #0000002e,0 5px 12px -2px #0006,0 2px 4px -1px #0000004d;transition:box-shadow .15s ease}.amc-btn-raised:hover:not(:disabled){box-shadow:inset 0 1px #ffffff47,inset 0 -1px 1px #0000002e,0 12px 24px -4px #0009,0 5px 9px -2px #0000006b}.amc-btn-raised:active:not(:disabled){box-shadow:inset 0 2px 4px #00000052,inset 0 1px #ffffff1a}.amc-btn-raised:disabled{background-image:none;box-shadow:none}.dark .amc-btn-raised{background-image:linear-gradient(to bottom,#ffffff29,#fff0 48%,#00000029);background-clip:padding-box;box-shadow:inset 0 1px #ffffff4d,inset 0 -1px 1px #0003,0 0 0 1px #00000073,0 6px 16px -3px #000000b3,0 3px 7px -2px #0000008c}.dark .amc-btn-raised:hover:not(:disabled){box-shadow:inset 0 1px #fff6,inset 0 -1px 1px #0003,0 0 0 1px #0000008c,0 16px 30px -4px #000000d9,0 7px 13px -2px #000000a8}.dark .amc-btn-raised:active:not(:disabled){box-shadow:inset 0 2px 4px #0006,inset 0 1px #ffffff1f}.dark .amc-btn-raised:disabled{background-image:none;box-shadow:none}.light .amc-btn-raised{background-image:linear-gradient(to bottom,#ffffff1a,#fff0 45%,#0000001f);background-clip:padding-box;box-shadow:inset 0 1px #fff3,inset 0 -1px 1px #0000002e,0 5px 12px -2px #0006,0 2px 4px -1px #0000004d}.light .amc-btn-raised:hover:not(:disabled){box-shadow:inset 0 1px #ffffff47,inset 0 -1px 1px #0000002e,0 12px 24px -4px #0009,0 5px 9px -2px #0000006b}.light .amc-btn-raised:active:not(:disabled){box-shadow:inset 0 2px 4px #00000052,inset 0 1px #ffffff1a}.amc-keycap{display:inline-flex;align-items:center;justify-content:center;min-width:1.25rem;padding:.15625rem .375rem;font-family:var(--font-family-mono, ui-monospace, SFMono-Regular, Menlo, Consolas, monospace);font-size:.6875rem;font-weight:600;line-height:1;color:var(--color-surface-700, #3f3f46);background:linear-gradient(180deg,#ffffff 0%,var(--color-surface-100, #f4f4f5) 100%);border:1px solid var(--color-surface-300, #d4d4d8);border-bottom-color:var(--color-surface-400, #a1a1aa);border-radius:.375rem;box-shadow:inset 0 1px #ffffffe6,0 2px 0 var(--color-surface-300, #d4d4d8),0 3px 4px #00000021}.dark .amc-keycap,.amc-keycap--on-dark{color:#f4f4f5;background:linear-gradient(180deg,#4a4a54,#2b2b32);border-color:#17171b;border-bottom-color:#0e0e11;box-shadow:inset 0 1px #ffffff38,inset 0 -2px 2px #00000061,0 2px #141417,0 3px 4px #00000080}.light .amc-keycap{color:var(--color-surface-700, #3f3f46);background:linear-gradient(180deg,#ffffff 0%,var(--color-surface-100, #f4f4f5) 100%);border-color:var(--color-surface-300, #d4d4d8);border-bottom-color:var(--color-surface-400, #a1a1aa);box-shadow:inset 0 1px #ffffffe6,0 2px 0 var(--color-surface-300, #d4d4d8),0 3px 4px #00000021}.amc-keycap--compact{min-width:1rem;padding:.09375rem .3125rem;font-size:.625rem;box-shadow:inset 0 1px #ffffffb3,0 1.5px 0 var(--color-surface-300, #d4d4d8),0 2px 3px #0000001a}.dark .amc-keycap--compact,.amc-keycap--compact.amc-keycap--on-dark{box-shadow:inset 0 1px #ffffff2e,0 1.5px #141417,0 2px 3px #0006}.msg-surface{box-shadow:var(--msg-shadow, none),var(--msg-highlight, none);transition:box-shadow var(--duration-fast) ease}body{--tw-bg-opacity: 1;background-color:rgb(var(--color-surface-50-rgb) / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(var(--color-surface-800-rgb) / var(--tw-text-opacity, 1));-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html.dark body:has([data-testid=supermail-panel]){background-color:transparent}body{overflow:hidden;height:100%;overscroll-behavior:none;font-family:var( --font-family-body, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif )}#root{position:fixed;top:0;right:0;bottom:0;left:0;overflow:hidden;height:calc(100dvh / var(--window-zoom, 1));padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}.overflow-y-auto,.overflow-auto{overscroll-behavior:contain}pre{-webkit-overflow-scrolling:touch}::-webkit-scrollbar{width:6px}.hide-scrollbar{scrollbar-width:none}.hide-scrollbar::-webkit-scrollbar{display:none}::-webkit-scrollbar-track{background-color:transparent}::-webkit-scrollbar-thumb{border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(var(--color-surface-400-rgb) / var(--tw-bg-opacity, 1));-webkit-transition:background-color var(--duration-fast) ease-out;transition:background-color var(--duration-fast) ease-out}::-webkit-scrollbar-thumb:hover{--tw-bg-opacity: 1;background-color:rgb(var(--color-surface-500-rgb) / var(--tw-bg-opacity, 1))}*:focus-visible{outline-width:2px;outline-offset:2px;outline-color:rgb(var(--accent-rgb) / 1)}input[type=checkbox]{-moz-appearance:none;appearance:none;-webkit-appearance:none;box-sizing:border-box;width:1rem;height:1rem;flex-shrink:0;margin:0;position:relative;cursor:pointer;vertical-align:middle;border:1px solid rgb(var(--color-surface-400-rgb, 82 82 91) / .9);border-radius:4px;background-color:rgb(var(--color-surface-200-rgb, 39 39 42) / .6);-webkit-tap-highlight-color:transparent;transition:background-color .12s ease,border-color .12s ease}input[type=checkbox]:hover:not(:disabled){border-color:rgb(var(--color-surface-500-rgb, 113 113 122) / 1)}input[type=checkbox]:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-color:var(--on-accent-color, #ffffff);-webkit-mask:no-repeat center / 74%;mask:no-repeat center / 74%;opacity:0;transform:scale(.6);transition:opacity .12s ease,transform .12s cubic-bezier(.16,1,.3,1)}input[type=checkbox]:checked,input[type=checkbox]:indeterminate{background-color:rgb(var(--accent-rgb, 99 102 241));border-color:rgb(var(--accent-rgb, 99 102 241))}input[type=checkbox]:checked:before,input[type=checkbox]:indeterminate:before{opacity:1;transform:scale(1)}input[type=checkbox]:checked:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E")}input[type=checkbox]:indeterminate:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3.2' stroke-linecap='round'%3E%3Cpath d='M6 12h12'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3.2' stroke-linecap='round'%3E%3Cpath d='M6 12h12'/%3E%3C/svg%3E")}input[type=checkbox]:disabled{opacity:.45;cursor:not-allowed}@media(prefers-reduced-motion:reduce){input[type=checkbox],input[type=checkbox]:before{transition:none}}.kms-prose .ProseMirror{outline:none;line-height:1.6;overflow-wrap:anywhere}.kms-prose .ProseMirror>*,.kms-prose .ProseMirror .column-item>*{content-visibility:auto;contain-intrinsic-size:auto 40px}.kms-prose .ProseMirror .column-block{display:grid;grid-template-columns:var(--kms-column-tracks, 1fr 1fr);gap:16px;max-width:100%;border:1px solid var(--color-surface-200, #27272a);border-radius:6px;padding:12px}.kms-prose .ProseMirror .column-item{min-width:0;border-inline-start:2px solid var(--color-surface-200, #27272a);padding-inline-start:12px}.kms-prose .ProseMirror .column-item:first-child{border-inline-start:none;padding-inline-start:0}@media(max-width:767px){.kms-prose .ProseMirror .column-block{display:flex;overflow-x:auto;scroll-snap-type:x proximity;overscroll-behavior-x:contain}.kms-prose .ProseMirror .column-item{flex:0 0 100%;scroll-snap-align:start}}.kms-prose .ProseMirror table{border-collapse:collapse;width:100%;margin:1em 0;overflow:auto}.kms-prose .ProseMirror th,.kms-prose .ProseMirror td{border:1px solid var(--color-surface-300, #d1d5db);padding:.5em .75em;min-width:4em;vertical-align:top;position:relative}.kms-prose .ProseMirror th{font-weight:600;background:var(--color-surface-100, #f3f4f6)}.kms-prose .ProseMirror th p,.kms-prose .ProseMirror td p{margin:0}.kms-prose .ProseMirror .selectedCell{background:rgb(var(--accent-rgb, 99 102 241) / .08)}.kms-prose .ProseMirror .\!selectedCell{background:rgb(var(--accent-rgb, 99 102 241) / .08)!important}.kms-prose .ProseMirror .column-resize-handle{position:absolute;right:-2px;top:0;bottom:0;width:4px;background-color:rgb(var(--accent-rgb, 99 102 241));pointer-events:none}.writer-light{--color-surface-50: #fafafa;--color-surface-50-rgb: 250 250 250;--color-surface-100: #f4f4f5;--color-surface-100-rgb: 244 244 245;--color-surface-200: #e4e4e7;--color-surface-200-rgb: 228 228 231;--color-surface-300: #d4d4d8;--color-surface-300-rgb: 212 212 216;--color-surface-400: #52525b;--color-surface-400-rgb: 82 82 91;--color-surface-500: #6d6d76;--color-surface-500-rgb: 109 109 118;--color-surface-600: #52525b;--color-surface-600-rgb: 82 82 91;--color-surface-700: #3f3f46;--color-surface-700-rgb: 63 63 70;--color-surface-800: #27272a;--color-surface-800-rgb: 39 39 42;--color-surface-900: #18181b;--color-surface-900-rgb: 24 24 27;--color-surface-950: #09090b;--color-surface-950-rgb: 9 9 11}.writer-dark{--color-surface-50: #09090b;--color-surface-50-rgb: 9 9 11;--color-surface-100: #18181b;--color-surface-100-rgb: 24 24 27;--color-surface-200: #27272a;--color-surface-200-rgb: 39 39 42;--color-surface-300: #3f3f46;--color-surface-300-rgb: 63 63 70;--color-surface-400: #a1a1aa;--color-surface-400-rgb: 161 161 170;--color-surface-500: #82828b;--color-surface-500-rgb: 130 130 139;--color-surface-600: #a1a1aa;--color-surface-600-rgb: 161 161 170;--color-surface-700: #d4d4d8;--color-surface-700-rgb: 212 212 216;--color-surface-800: #e4e4e7;--color-surface-800-rgb: 228 228 231;--color-surface-900: #f4f4f5;--color-surface-900-rgb: 244 244 245;--color-surface-950: #fafafa;--color-surface-950-rgb: 250 250 250}.writer-dark .writer-palette-midnight-ink,.dark .writer-palette-midnight-ink{background:linear-gradient(170deg,#0d1520,#111d30,#0f1a2b)!important;border-color:#1e2d45!important;box-shadow:inset 0 1px 3px #648cc814}.writer-dark .writer-palette-noir,.dark .writer-palette-noir{background:linear-gradient(170deg,#080808,#0a0a0a,#060606)!important;border-color:#1a1a1a!important;box-shadow:inset 0 1px 3px #ffffff08}.writer-dark .writer-palette-velvet,.dark .writer-palette-velvet{background:linear-gradient(170deg,#1a0e12,#201218,#1c1015)!important;border-color:#3a2028!important;box-shadow:inset 0 1px 3px #b4648214}.writer-dark .writer-palette-frost,.dark .writer-palette-frost{background:linear-gradient(170deg,#0e0d18,#121020,#0f0e1c)!important;border-color:#22203a!important;box-shadow:inset 0 1px 3px #8c78dc14}.writer-dark .writer-palette-sage,.dark .writer-palette-sage{background:linear-gradient(170deg,#0d120c,#101810,#0e150d)!important;border-color:#1e2e1c!important;box-shadow:inset 0 1px 3px #64a05a14}.writer-dark .writer-palette-rose,.dark .writer-palette-rose{background:linear-gradient(170deg,#180d10,#1e1014,#1a0e12)!important;border-color:#381e25!important;box-shadow:inset 0 1px 3px #c8648214}.writer-prose .ProseMirror{outline:none;min-height:55vh;line-height:1.6;overflow-wrap:anywhere}.writer-prose .ProseMirror>:first-child{margin-top:0}.writer-prose .ProseMirror h1{font-size:1.5rem;line-height:2rem;font-weight:700;--tw-text-opacity: 1;color:rgb(var(--color-surface-900-rgb) / var(--tw-text-opacity, 1));margin:.67em 0 .4em;line-height:1.2}.writer-prose .ProseMirror h2{font-size:1.25rem;line-height:1.75rem;font-weight:600;--tw-text-opacity: 1;color:rgb(var(--color-surface-900-rgb) / var(--tw-text-opacity, 1));margin:.6em 0 .35em;line-height:1.3}.writer-prose .ProseMirror h3{font-size:1.125rem;line-height:1.75rem;font-weight:600;--tw-text-opacity: 1;color:rgb(var(--color-surface-900-rgb) / var(--tw-text-opacity, 1));margin:.5em 0 .3em}.writer-prose .ProseMirror h4{font-size:1rem;line-height:1.5rem;font-weight:600;--tw-text-opacity: 1;color:rgb(var(--color-surface-900-rgb) / var(--tw-text-opacity, 1));margin:.5em 0 .25em}.writer-prose .ProseMirror h5,.writer-prose .ProseMirror h6{font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(var(--color-surface-900-rgb) / var(--tw-text-opacity, 1));margin:.5em 0 .25em}.writer-prose .ProseMirror ul,.writer-prose .ProseMirror ol{padding-inline-start:1.5em;margin:.4em 0}.writer-prose .ProseMirror li{margin:.15em 0}.writer-prose .ProseMirror li>p{margin:0}.writer-prose .ProseMirror ul{list-style-type:disc}.writer-prose .ProseMirror ul ul{list-style-type:circle}.writer-prose .ProseMirror ul ul ul{list-style-type:square}.writer-prose .ProseMirror ul ul ul ul{list-style-type:disc}.writer-prose .ProseMirror ol{list-style-type:decimal}.writer-prose .ProseMirror ol ol{list-style-type:lower-alpha}.writer-prose .ProseMirror ol ol ol{list-style-type:lower-roman}.writer-prose .ProseMirror ol ol ol ol{list-style-type:decimal}.writer-prose .ProseMirror blockquote{--tw-border-opacity: 1;border-color:rgb(var(--accent-rgb) / var(--tw-border-opacity, 1));--tw-text-opacity: 1;color:rgb(var(--color-surface-600-rgb) / var(--tw-text-opacity, 1));border-inline-start-width:3px;border-inline-start-style:solid;padding-inline-start:.9em;margin:.5em 0}.writer-prose .ProseMirror code{--tw-bg-opacity: 1;background-color:rgb(var(--color-surface-100-rgb) / var(--tw-bg-opacity, 1));border-radius:3px;padding:.15em .3em;font-size:.9em}.writer-prose .ProseMirror pre{--tw-bg-opacity: 1;background-color:rgb(var(--color-surface-100-rgb) / var(--tw-bg-opacity, 1));border-radius:6px;padding:1em;margin:.5em 0;overflow-x:auto}.writer-prose .ProseMirror pre code{background:none;padding:0;border-radius:0}.writer-prose .ProseMirror hr{--tw-border-opacity: 1;border-color:rgb(var(--color-surface-200-rgb) / var(--tw-border-opacity, 1));border-top-width:1px;margin:1.5em 0}.writer-prose .ProseMirror a{--tw-text-opacity: 1;color:rgb(var(--accent-rgb) / var(--tw-text-opacity, 1));text-decoration:underline;cursor:pointer}.writer-prose .ProseMirror li ul,.writer-prose .ProseMirror li ol{margin-top:0;margin-bottom:0}.meeting-prose .ProseMirror{font-size:1rem;line-height:1.5rem;--tw-text-opacity: 1;color:rgb(var(--color-surface-800-rgb) / var(--tw-text-opacity, 1));outline:none;min-height:40vh;line-height:1.6}.meeting-prose.meeting-note-empty .ProseMirror p:first-child:before{--tw-text-opacity: 1;color:rgb(var(--color-surface-400-rgb) / var(--tw-text-opacity, 1));content:"Write notes";float:inline-start;height:0;pointer-events:none}.meeting-prose .ProseMirror :is(h1,h2,h3,h4,h5,h6){font-size:1rem;line-height:1.5rem;font-weight:600;--tw-text-opacity: 1;color:rgb(var(--color-surface-900-rgb) / var(--tw-text-opacity, 1));position:relative;margin:1.5em 0 .4em;line-height:1.3}.meeting-prose .ProseMirror>:first-child{margin-top:0}.meeting-prose .ProseMirror :is(h1,h2,h3,h4,h5,h6):before{--tw-text-opacity: 1;color:rgb(var(--color-surface-400-rgb) / var(--tw-text-opacity, 1));content:"#";position:absolute;inset-inline-end:100%;margin-inline-end:.4em;font-weight:400;font-size:.85em}.meeting-prose .ProseMirror ul,.meeting-prose .ProseMirror ol{padding-inline-start:1.5em;margin:.4em 0}.meeting-prose .ProseMirror li{margin:.15em 0}.meeting-prose .ProseMirror li>p{margin:0}.meeting-prose .ProseMirror ul{list-style-type:disc}.meeting-prose .ProseMirror ul ul{list-style-type:circle}.meeting-prose .ProseMirror ul ul ul{list-style-type:square}.meeting-prose .ProseMirror ol{list-style-type:decimal}.meeting-prose .ProseMirror ol ol{list-style-type:lower-alpha}.meeting-prose .ProseMirror ol ol ol{list-style-type:lower-roman}.meeting-prose .ProseMirror ul[data-type=taskList]{list-style:none;padding-left:0}.meeting-prose .ProseMirror ul[data-type=taskList] li{display:flex;align-items:flex-start;gap:.5em}.meeting-prose .ProseMirror ul[data-type=taskList] li>label{flex-shrink:0;display:flex;align-items:center;height:1.5em;-webkit-user-select:none;-moz-user-select:none;user-select:none}.meeting-prose .ProseMirror ul[data-type=taskList] li>div{flex:1 1 auto;min-width:0}.meeting-prose .ProseMirror ul[data-type=taskList] li p{margin:0}.meeting-prose .ProseMirror blockquote{--tw-border-opacity: 1;border-color:rgb(var(--accent-rgb) / var(--tw-border-opacity, 1));--tw-text-opacity: 1;color:rgb(var(--color-surface-600-rgb) / var(--tw-text-opacity, 1));border-inline-start-width:3px;border-inline-start-style:solid;padding-inline-start:.9em;margin:.5em 0}.meeting-prose .ProseMirror code{--tw-bg-opacity: 1;background-color:rgb(var(--color-surface-100-rgb) / var(--tw-bg-opacity, 1));border-radius:3px;padding:.15em .3em;font-size:.9em}.meeting-prose .ProseMirror pre{--tw-bg-opacity: 1;background-color:rgb(var(--color-surface-100-rgb) / var(--tw-bg-opacity, 1));border-radius:6px;padding:1em;margin:.5em 0;overflow-x:auto}.meeting-prose .ProseMirror pre code{background:none;padding:0;border-radius:0}.meeting-prose .ProseMirror hr{--tw-border-opacity: 1;border-color:rgb(var(--color-surface-200-rgb) / var(--tw-border-opacity, 1));border-top-width:1px;margin:1.5em 0}.meeting-prose .ProseMirror a{--tw-text-opacity: 1;color:rgb(var(--accent-rgb) / var(--tw-text-opacity, 1));text-decoration:underline;cursor:pointer}.kms-prose .ProseMirror h1{font-size:1.5rem;line-height:2rem;font-weight:700;--tw-text-opacity: 1;color:rgb(var(--color-surface-900-rgb) / var(--tw-text-opacity, 1));margin:.67em 0 .4em;line-height:1.2}.kms-prose .ProseMirror h2{font-size:1.25rem;line-height:1.75rem;font-weight:600;--tw-text-opacity: 1;color:rgb(var(--color-surface-900-rgb) / var(--tw-text-opacity, 1));margin:.6em 0 .35em;line-height:1.3}.kms-prose .ProseMirror h3{font-size:1.125rem;line-height:1.75rem;font-weight:600;--tw-text-opacity: 1;color:rgb(var(--color-surface-900-rgb) / var(--tw-text-opacity, 1));margin:.5em 0 .3em;line-height:1.3}.kms-prose .ProseMirror h4{font-size:1rem;line-height:1.5rem;font-weight:600;--tw-text-opacity: 1;color:rgb(var(--color-surface-900-rgb) / var(--tw-text-opacity, 1));margin:.5em 0 .25em;line-height:1.35}.kms-prose .ProseMirror h5,.kms-prose .ProseMirror h6{font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(var(--color-surface-900-rgb) / var(--tw-text-opacity, 1));margin:.5em 0 .25em;line-height:1.35}.kms-prose .ProseMirror ul,.kms-prose .ProseMirror ol{padding-inline-start:1.5em;margin:.4em 0}.kms-prose .ProseMirror li{margin:.15em 0}.kms-prose .ProseMirror li>p{margin:0}.kms-prose .ProseMirror li ul,.kms-prose .ProseMirror li ol{margin-top:0;margin-bottom:0}.kms-prose .ProseMirror ul{list-style-type:disc}.kms-prose .ProseMirror ul ul{list-style-type:circle}.kms-prose .ProseMirror ul ul ul{list-style-type:square}.kms-prose .ProseMirror ul ul ul ul{list-style-type:disc}.kms-prose .ProseMirror ol{list-style-type:decimal}.kms-prose .ProseMirror ol ol{list-style-type:lower-alpha}.kms-prose .ProseMirror ol ol ol{list-style-type:lower-roman}.kms-prose .ProseMirror ol ol ol ol{list-style-type:decimal}.kms-prose .ProseMirror li[data-indent]{margin-inline-start:calc(var(--kms-li-indent, 0) * 1.5em)}.kms-prose .ProseMirror li.collapsed-parent{list-style-type:none}.kms-prose .ProseMirror li.collapsed-parent>p:first-child{display:none}.kms-prose .ProseMirror li.empty-lead-paragraph>p:first-child{display:none}.kms-prose .ProseMirror ul[data-type=taskList]{list-style:none;padding-left:0}.kms-prose .ProseMirror ul[data-type=taskList] li{display:flex;align-items:flex-start;gap:.5em}.kms-prose .ProseMirror ul[data-type=taskList] li>label{flex-shrink:0;display:flex;align-items:center;height:1.5em;-webkit-user-select:none;-moz-user-select:none;user-select:none}.kms-prose .ProseMirror ul[data-type=taskList] li>div{flex:1 1 auto;min-width:0}.kms-prose .ProseMirror ul[data-type=taskList] li p{margin:0}[data-kms-checklist-strike=true] .kms-prose .ProseMirror ul[data-type=taskList] li[data-checked=true]>div{text-decoration:line-through;--tw-text-opacity: 1;color:rgb(var(--color-surface-400-rgb) / var(--tw-text-opacity, 1))}.kms-prose .ProseMirror blockquote{--tw-border-opacity: 1;border-color:rgb(var(--accent-rgb) / var(--tw-border-opacity, 1));--tw-text-opacity: 1;color:rgb(var(--color-surface-600-rgb) / var(--tw-text-opacity, 1));border-inline-start-width:3px;border-inline-start-style:solid;padding-inline-start:.9em;margin:.5em 0}.kms-prose .ProseMirror .callout-block{margin:.75em 0;border-radius:6px;border-inline-start:4px solid var(--callout-accent, #3b82f6);background:color-mix(in srgb,var(--callout-accent, #3b82f6) 8%,transparent);overflow:hidden}.kms-prose .ProseMirror .callout-header{display:flex;align-items:center;gap:.4em;padding:.45em .75em;font-weight:600;font-size:.875em;color:var(--callout-accent, #3b82f6);-webkit-user-select:none;-moz-user-select:none;user-select:none;line-height:1.4}.kms-prose .ProseMirror .callout-icon{flex-shrink:0;display:flex;align-items:center}.kms-prose .ProseMirror .callout-type-label{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.kms-prose .ProseMirror .callout-fold-toggle{flex-shrink:0;display:flex;align-items:center;transition:transform var(--duration-fast) ease}.kms-prose .ProseMirror .callout-block[data-folded=true] .callout-fold-toggle{transform:rotate(-90deg)}.kms-prose .ProseMirror .callout-body{padding:0 .75em .5em}.kms-prose .ProseMirror .callout-body>:first-child{margin-top:0}.kms-prose .ProseMirror .callout-body>:last-child{margin-bottom:0}.kms-prose .ProseMirror .callout-block[data-folded=true] .callout-body{display:none}.kms-prose .ProseMirror code{--tw-bg-opacity: 1;background-color:rgb(var(--color-surface-100-rgb) / var(--tw-bg-opacity, 1));border-radius:3px;padding:.15em .3em;font-size:.9em}.kms-prose .ProseMirror pre{--tw-bg-opacity: 1;background-color:rgb(var(--color-surface-100-rgb) / var(--tw-bg-opacity, 1));border-radius:6px;padding:1em;margin:.5em 0;overflow-x:auto}.kms-prose .ProseMirror pre code{background:none;padding:0;border-radius:0}.kms-prose .ProseMirror hr{--tw-border-opacity: 1;border-color:rgb(var(--color-surface-200-rgb) / var(--tw-border-opacity, 1));border-top-width:1px;margin:1.5em 0}.kms-prose .ProseMirror mark{background-color:#facc1566;border-radius:2px;padding:0 2px}.dark .kms-prose .ProseMirror mark{background-color:#facc1540}.kms-prose .ProseMirror .search-highlight{background-color:#facc1566;border-radius:2px}.kms-prose .ProseMirror .search-highlight-active{background-color:#f9731699;border-radius:2px}.kms-prose .ProseMirror a{--tw-text-opacity: 1;color:rgb(var(--accent-rgb) / var(--tw-text-opacity, 1));text-decoration:underline;cursor:pointer}.kms-prose .ProseMirror .footnote-ref{--tw-text-opacity: 1;color:rgb(var(--accent-rgb) / var(--tw-text-opacity, 1));cursor:pointer}.kms-prose .ProseMirror .footnote-ref:hover{text-decoration:underline}.kms-prose .ProseMirror .footnote-def{--tw-text-opacity: 1;color:rgb(var(--color-surface-600-rgb) / var(--tw-text-opacity, 1));display:flex;gap:.5em;margin-top:.5em;font-size:.875em}.kms-prose .ProseMirror .footnote-def:not(.footnote-def+.footnote-def){--tw-border-opacity: 1;border-color:rgb(var(--color-surface-200-rgb) / var(--tw-border-opacity, 1));border-top-width:1px;padding-top:.75em;margin-top:1.5em}.kms-prose .ProseMirror .footnote-def-label{--tw-text-opacity: 1;color:rgb(var(--accent-rgb) / var(--tw-text-opacity, 1));cursor:pointer;font-weight:600;flex-shrink:0;white-space:nowrap}.kms-prose .ProseMirror .footnote-def-label:hover{text-decoration:underline}.kms-prose .ProseMirror .footnote-def-content{white-space:pre-wrap}.dark.theme-glassmorphism [data-ui-anchor=kms-panel-root]{background-color:#15151ec7}.dark.theme-glassmorphism .kms-prose .ProseMirror{color:#d2d2de}.dark.theme-glassmorphism .kms-prose .ProseMirror :is(h1,h2,h3,h4,h5,h6){color:#ececf3}.dark.theme-glassmorphism .kms-prose .ProseMirror a{color:#a7aff3}.dark.theme-glassmorphism .kms-prose .ProseMirror blockquote{border-left-color:#818cf88c;color:#a9a9b6}.dark.theme-glassmorphism .kms-prose .ProseMirror .callout-block{background:color-mix(in srgb,var(--callout-accent, #60a5fa) 12%,transparent);border-left-color:color-mix(in srgb,var(--callout-accent, #60a5fa) 60%,transparent)}.dark.theme-glassmorphism .kms-prose .ProseMirror .callout-header{color:color-mix(in srgb,var(--callout-accent, #60a5fa) 85%,white)}.dark.theme-glassmorphism .kms-prose .ProseMirror code{background:#ffffff0d}.dark.theme-glassmorphism .kms-prose .ProseMirror pre{background:#ffffff0d;border:1px solid rgba(255,255,255,.07)}.dark.theme-glassmorphism .kms-prose .ProseMirror pre code{background:none;border:none}button:not(:disabled):active,[role=button]:not(:disabled):active{transform:scale(.98)}button,[role=button]{transition-property:color,background-color,border-color,transform;transition-timing-function:ease-out;transition-duration:var(--duration-fast);touch-action:manipulation}[role=option],[role=menuitem]{transition-property:transform}.\!container{width:100%!important}.container{width:100%}@media(min-width:640px){.\!container{max-width:640px!important}.container{max-width:640px}}@media(min-width:768px){.\!container{max-width:768px!important}.container{max-width:768px}}@media(min-width:1024px){.\!container{max-width:1024px!important}.container{max-width:1024px}}@media(min-width:1280px){.\!container{max-width:1280px!important}.container{max-width:1280px}}@media(min-width:1536px){.\!container{max-width:1536px!important}.container{max-width:1536px}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}.\!visible{visibility:visible!important}.visible{visibility:visible}.invisible{visibility:hidden}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{top:0;right:0;bottom:0;left:0}.inset-2{top:.5rem;right:.5rem;bottom:.5rem;left:.5rem}.inset-4{top:1rem;right:1rem;bottom:1rem;left:1rem}.inset-\[26px\]{top:26px;right:26px;bottom:26px;left:26px}.inset-x-0{left:0;right:0}.inset-x-0\.5{left:.125rem;right:.125rem}.inset-x-3{left:.75rem;right:.75rem}.inset-y-0{top:0;bottom:0}.\!bottom-full{bottom:100%!important}.\!top-auto{top:auto!important}.-bottom-0\.5{bottom:-.125rem}.-bottom-1{bottom:-.25rem}.-bottom-1\.5{bottom:-.375rem}.-bottom-2\.5{bottom:-.625rem}.-bottom-5{bottom:-1.25rem}.-end-1{inset-inline-end:-.25rem}.-left-1{left:-.25rem}.-left-1\.5{left:-.375rem}.-left-14{left:-3.5rem}.-left-2{left:-.5rem}.-left-2\.5{left:-.625rem}.-right-0\.5{right:-.125rem}.-right-1{right:-.25rem}.-right-1\.5{right:-.375rem}.-right-2{right:-.5rem}.-top-0\.5{top:-.125rem}.-top-1{top:-.25rem}.-top-1\.5{top:-.375rem}.-top-2{top:-.5rem}.-top-2\.5{top:-.625rem}.-top-3{top:-.75rem}.-top-5{top:-1.25rem}.bottom-0{bottom:0}.bottom-0\.5{bottom:.125rem}.bottom-1{bottom:.25rem}.bottom-1\.5{bottom:.375rem}.bottom-16{bottom:4rem}.bottom-2{bottom:.5rem}.bottom-3{bottom:.75rem}.bottom-3\.5{bottom:.875rem}.bottom-4{bottom:1rem}.bottom-5{bottom:1.25rem}.bottom-6{bottom:1.5rem}.bottom-\[-14px\]{bottom:-14px}.bottom-\[calc\(100\%\+6px\)\]{bottom:calc(100% + 6px)}.bottom-full{bottom:100%}.end-1{inset-inline-end:.25rem}.end-1\.5{inset-inline-end:.375rem}.end-14{inset-inline-end:3.5rem}.end-2{inset-inline-end:.5rem}.end-4{inset-inline-end:1rem}.left-0{left:0}.left-1{left:.25rem}.left-1\.5{left:.375rem}.left-1\/2{left:50%}.left-2{left:.5rem}.left-2\.5{left:.625rem}.left-3{left:.75rem}.left-4{left:1rem}.left-5{left:1.25rem}.left-6{left:1.5rem}.left-8{left:2rem}.left-\[11px\]{left:11px}.left-\[18\%\]{left:18%}.left-\[6\.5px\]{left:6.5px}.left-full{left:100%}.right-0{right:0}.right-0\.5{right:.125rem}.right-1{right:.25rem}.right-1\.5{right:.375rem}.right-10{right:2.5rem}.right-14{right:3.5rem}.right-2{right:.5rem}.right-2\.5{right:.625rem}.right-3{right:.75rem}.right-3\.5{right:.875rem}.right-4{right:1rem}.right-6{right:1.5rem}.right-8{right:2rem}.right-9{right:2.25rem}.right-\[15rem\]{right:15rem}.right-full{right:100%}.start-0{inset-inline-start:0px}.start-2{inset-inline-start:.5rem}.start-4{inset-inline-start:1rem}.top-0{top:0}.top-0\.5{top:.125rem}.top-1{top:.25rem}.top-1\.5{top:.375rem}.top-1\/2{top:50%}.top-1\/4{top:25%}.top-10{top:2.5rem}.top-2{top:.5rem}.top-2\.5{top:.625rem}.top-3{top:.75rem}.top-4{top:1rem}.top-6{top:1.5rem}.top-8{top:2rem}.top-\[30\%\]{top:30%}.top-\[50px\]{top:50px}.top-\[57px\]{top:57px}.top-full{top:100%}.isolate{isolation:isolate}.-z-10{z-index:-10}.z-0{z-index:0}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}.z-\[1\]{z-index:1}.z-\[2\]{z-index:2}.z-\[N\>\=50\]{z-index:N>=50}.z-floating{z-index:50}.z-floating-raised{z-index:55}.z-menu{z-index:100}.z-modal{z-index:1000}.z-modal-elevated{z-index:1100}.z-popover{z-index:60}.z-popover-raised{z-index:61}.z-system{z-index:9999}.z-system-below{z-index:9998}.order-1{order:1}.order-2{order:2}.col-span-2{grid-column:span 2 / span 2}.col-span-full{grid-column:1 / -1}.float-right{float:right}.-m-0\.5{margin:-.125rem}.-m-1{margin:-.25rem}.-m-2{margin:-.5rem}.m-0{margin:0}.m-1\.5{margin:.375rem}.m-2{margin:.5rem}.m-3{margin:.75rem}.m-auto{margin:auto}.-mx-1{margin-left:-.25rem;margin-right:-.25rem}.-mx-1\.5{margin-left:-.375rem;margin-right:-.375rem}.-mx-3{margin-left:-.75rem;margin-right:-.75rem}.-mx-4{margin-left:-1rem;margin-right:-1rem}.-mx-5{margin-left:-1.25rem;margin-right:-1.25rem}.-my-0\.5{margin-top:-.125rem;margin-bottom:-.125rem}.-my-1{margin-top:-.25rem;margin-bottom:-.25rem}.-my-1\.5{margin-top:-.375rem;margin-bottom:-.375rem}.mx-0\.5{margin-left:.125rem;margin-right:.125rem}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-1\.5{margin-left:.375rem;margin-right:.375rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-3{margin-left:.75rem;margin-right:.75rem}.mx-4{margin-left:1rem;margin-right:1rem}.mx-5{margin-left:1.25rem;margin-right:1.25rem}.mx-6{margin-left:1.5rem;margin-right:1.5rem}.mx-auto{margin-left:auto;margin-right:auto}.my-0\.5{margin-top:.125rem;margin-bottom:.125rem}.my-1{margin-top:.25rem;margin-bottom:.25rem}.my-1\.5{margin-top:.375rem;margin-bottom:.375rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.my-2\.5{margin-top:.625rem;margin-bottom:.625rem}.my-3{margin-top:.75rem;margin-bottom:.75rem}.my-4{margin-top:1rem;margin-bottom:1rem}.my-auto{margin-top:auto;margin-bottom:auto}.\!mb-1{margin-bottom:.25rem!important}.\!mt-0{margin-top:0!important}.-mb-0\.5{margin-bottom:-.125rem}.-mb-2{margin-bottom:-.5rem}.-mb-6{margin-bottom:-1.5rem}.-mb-px{margin-bottom:-1px}.-me-2{margin-inline-end:-.5rem}.-ml-0\.5{margin-left:-.125rem}.-ml-1{margin-left:-.25rem}.-ml-1\.5{margin-left:-.375rem}.-ml-2{margin-left:-.5rem}.-ml-3{margin-left:-.75rem}.-ml-5{margin-left:-1.25rem}.-mr-0\.5{margin-right:-.125rem}.-mr-1{margin-right:-.25rem}.-mr-1\.5{margin-right:-.375rem}.-mr-2{margin-right:-.5rem}.-mt-0\.5{margin-top:-.125rem}.-mt-1{margin-top:-.25rem}.-mt-2{margin-top:-.5rem}.-mt-4{margin-top:-1rem}.-mt-px{margin-top:-1px}.mb-0{margin-bottom:0}.mb-0\.5{margin-bottom:.125rem}.mb-1{margin-bottom:.25rem}.mb-1\.5{margin-bottom:.375rem}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.mb-14{margin-bottom:3.5rem}.mb-2{margin-bottom:.5rem}.mb-2\.5{margin-bottom:.625rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-7{margin-bottom:1.75rem}.mb-8{margin-bottom:2rem}.me-1\.5{margin-inline-end:.375rem}.ml-0{margin-left:0}.ml-0\.5{margin-left:.125rem}.ml-1{margin-left:.25rem}.ml-1\.5{margin-left:.375rem}.ml-12{margin-left:3rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-4{margin-left:1rem}.ml-5{margin-left:1.25rem}.ml-6{margin-left:1.5rem}.ml-7{margin-left:1.75rem}.ml-9{margin-left:2.25rem}.ml-\[200px\]{margin-left:200px}.ml-\[88px\]{margin-left:88px}.ml-auto{margin-left:auto}.ml-px{margin-left:1px}.mr-0\.5{margin-right:.125rem}.mr-1{margin-right:.25rem}.mr-1\.5{margin-right:.375rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mr-8{margin-right:2rem}.mr-\[8px\]{margin-right:8px}.mr-auto{margin-right:auto}.ms-0\.5{margin-inline-start:.125rem}.ms-1{margin-inline-start:.25rem}.ms-1\.5{margin-inline-start:.375rem}.ms-2{margin-inline-start:.5rem}.ms-3{margin-inline-start:.75rem}.ms-5{margin-inline-start:1.25rem}.ms-7{margin-inline-start:1.75rem}.ms-auto{margin-inline-start:auto}.mt-0{margin-top:0}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-1\.5{margin-top:.375rem}.mt-2{margin-top:.5rem}.mt-2\.5{margin-top:.625rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-auto{margin-top:auto}.mt-px{margin-top:1px}.line-clamp-1{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.line-clamp-3{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.line-clamp-4{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4}.\!block{display:block!important}.block{display:block}.inline-block{display:inline-block}.\!inline{display:inline!important}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.\!table{display:table!important}.table{display:table}.table-cell{display:table-cell}.grid{display:grid}.contents{display:contents}.list-item{display:list-item}.\!hidden{display:none!important}.hidden{display:none}.aspect-\[1\.91\/1\]{aspect-ratio:1.91/1}.aspect-\[16\/10\]{aspect-ratio:16/10}.aspect-\[16\/9\]{aspect-ratio:16/9}.aspect-\[9\/16\]{aspect-ratio:9/16}.aspect-square{aspect-ratio:1 / 1}.aspect-video{aspect-ratio:16 / 9}.\!h-2{height:.5rem!important}.\!h-2\.5{height:.625rem!important}.h-0{height:0px}.h-0\.5{height:.125rem}.h-1{height:.25rem}.h-1\.5{height:.375rem}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-12{height:3rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-2{height:.5rem}.h-2\.5{height:.625rem}.h-20{height:5rem}.h-24{height:6rem}.h-28{height:7rem}.h-3{height:.75rem}.h-3\.5{height:.875rem}.h-32{height:8rem}.h-36{height:9rem}.h-4{height:1rem}.h-40{height:10rem}.h-44{height:11rem}.h-48{height:12rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-64{height:16rem}.h-7{height:1.75rem}.h-72{height:18rem}.h-8{height:2rem}.h-80{height:20rem}.h-9{height:2.25rem}.h-96{height:24rem}.h-\[1\.25rem\]{height:1.25rem}.h-\[1\.625em\]{height:1.625em}.h-\[100dvh\]{height:100dvh}.h-\[100px\]{height:100px}.h-\[11px\]{height:11px}.h-\[120px\]{height:120px}.h-\[132px\]{height:132px}.h-\[13px\]{height:13px}.h-\[15px\]{height:15px}.h-\[168px\]{height:168px}.h-\[16px\]{height:16px}.h-\[18px\]{height:18px}.h-\[214px\]{height:214px}.h-\[22px\]{height:22px}.h-\[232px\]{height:232px}.h-\[240px\]{height:240px}.h-\[24px\]{height:24px}.h-\[32vh\]{height:32vh}.h-\[37rem\]{height:37rem}.h-\[3px\]{height:3px}.h-\[44px\]{height:44px}.h-\[4px\]{height:4px}.h-\[500px\]{height:500px}.h-\[52px\]{height:52px}.h-\[55vh\]{height:55vh}.h-\[60px\]{height:60px}.h-\[60vh\]{height:60vh}.h-\[616px\]{height:616px}.h-\[6px\]{height:6px}.h-\[70px\]{height:70px}.h-\[70vh\]{height:70vh}.h-\[7px\]{height:7px}.h-\[801px\]{height:801px}.h-\[80px\]{height:80px}.h-\[80vh\]{height:80vh}.h-\[85vh\]{height:85vh}.h-\[8px\]{height:8px}.h-\[94px\]{height:94px}.h-\[96vh\]{height:96vh}.h-\[min\(40rem\,85vh\)\]{height:min(40rem,85vh)}.h-auto{height:auto}.h-fit{height:-moz-fit-content;height:fit-content}.h-full{height:100%}.h-px{height:1px}.h-screen{height:100vh}.max-h-0{max-height:0px}.max-h-24{max-height:6rem}.max-h-28{max-height:7rem}.max-h-32{max-height:8rem}.max-h-40{max-height:10rem}.max-h-48{max-height:12rem}.max-h-56{max-height:14rem}.max-h-60{max-height:15rem}.max-h-64{max-height:16rem}.max-h-72{max-height:18rem}.max-h-80{max-height:20rem}.max-h-96{max-height:24rem}.max-h-\[120px\]{max-height:120px}.max-h-\[200px\]{max-height:200px}.max-h-\[240px\]{max-height:240px}.max-h-\[24rem\]{max-height:24rem}.max-h-\[24vh\]{max-height:24vh}.max-h-\[260px\]{max-height:260px}.max-h-\[28vh\]{max-height:28vh}.max-h-\[300px\]{max-height:300px}.max-h-\[320px\]{max-height:320px}.max-h-\[360px\]{max-height:360px}.max-h-\[40vh\]{max-height:40vh}.max-h-\[420px\]{max-height:420px}.max-h-\[45vh\]{max-height:45vh}.max-h-\[480px\]{max-height:480px}.max-h-\[50vh\]{max-height:50vh}.max-h-\[55\%\]{max-height:55%}.max-h-\[55vh\]{max-height:55vh}.max-h-\[5rem\]{max-height:5rem}.max-h-\[60vh\]{max-height:60vh}.max-h-\[62\.5vh\]{max-height:62.5vh}.max-h-\[70\%\]{max-height:70%}.max-h-\[70vh\]{max-height:70vh}.max-h-\[72\%\]{max-height:72%}.max-h-\[80vh\]{max-height:80vh}.max-h-\[85vh\]{max-height:85vh}.max-h-\[880px\]{max-height:880px}.max-h-\[90vh\]{max-height:90vh}.max-h-\[calc\(100\%-1\.5rem\)\]{max-height:calc(100% - 1.5rem)}.max-h-\[calc\(100\%-2rem\)\]{max-height:calc(100% - 2rem)}.max-h-\[calc\(100dvh-7rem\)\]{max-height:calc(100dvh - 7rem)}.max-h-\[calc\(100vh-2rem\)\]{max-height:calc(100vh - 2rem)}.max-h-\[min\(340px\,50vh\)\]{max-height:min(340px,50vh)}.max-h-\[min\(60vh\,420px\)\]{max-height:min(60vh,420px)}.max-h-\[min\(85vh\,100\%\)\]{max-height:min(85vh,100%)}.max-h-full{max-height:100%}.max-h-none{max-height:none}.\!min-h-0{min-height:0px!important}.min-h-0{min-height:0px}.min-h-10{min-height:2.5rem}.min-h-11{min-height:2.75rem}.min-h-12{min-height:3rem}.min-h-14{min-height:3.5rem}.min-h-16{min-height:4rem}.min-h-24{min-height:6rem}.min-h-40{min-height:10rem}.min-h-8{min-height:2rem}.min-h-\[1\.25rem\]{min-height:1.25rem}.min-h-\[100dvh\]{min-height:100dvh}.min-h-\[100px\]{min-height:100px}.min-h-\[10px\]{min-height:10px}.min-h-\[10rem\]{min-height:10rem}.min-h-\[120px\]{min-height:120px}.min-h-\[12rem\]{min-height:12rem}.min-h-\[132px\]{min-height:132px}.min-h-\[140px\]{min-height:140px}.min-h-\[150px\]{min-height:150px}.min-h-\[15rem\]{min-height:15rem}.min-h-\[160px\]{min-height:160px}.min-h-\[16rem\]{min-height:16rem}.min-h-\[180px\]{min-height:180px}.min-h-\[2\.5rem\]{min-height:2.5rem}.min-h-\[2\.75rem\]{min-height:2.75rem}.min-h-\[200px\]{min-height:200px}.min-h-\[240px\]{min-height:240px}.min-h-\[28px\]{min-height:28px}.min-h-\[2rem\]{min-height:2rem}.min-h-\[300px\]{min-height:300px}.min-h-\[37rem\]{min-height:37rem}.min-h-\[3px\]{min-height:3px}.min-h-\[400px\]{min-height:400px}.min-h-\[40px\]{min-height:40px}.min-h-\[44px\]{min-height:44px}.min-h-\[48px\]{min-height:48px}.min-h-\[50vh\]{min-height:50vh}.min-h-\[52px\]{min-height:52px}.min-h-\[54px\]{min-height:54px}.min-h-\[60px\]{min-height:60px}.min-h-\[62vh\]{min-height:62vh}.min-h-\[64px\]{min-height:64px}.min-h-\[6rem\]{min-height:6rem}.min-h-\[72px\]{min-height:72px}.min-h-\[76px\]{min-height:76px}.min-h-\[80px\]{min-height:80px}.min-h-\[88px\]{min-height:88px}.min-h-\[8rem\]{min-height:8rem}.min-h-\[96px\]{min-height:96px}.min-h-full{min-height:100%}.min-h-screen{min-height:100vh}.min-h-tap{min-height:44px}.\!w-2{width:.5rem!important}.\!w-2\.5{width:.625rem!important}.\!w-48{width:12rem!important}.\!w-64{width:16rem!important}.w-0{width:0px}.w-0\.5{width:.125rem}.w-1{width:.25rem}.w-1\.5{width:.375rem}.w-1\/2{width:50%}.w-1\/3{width:33.333333%}.w-1\/4{width:25%}.w-10{width:2.5rem}.w-11{width:2.75rem}.w-11\/12{width:91.666667%}.w-12{width:3rem}.w-14{width:3.5rem}.w-16{width:4rem}.w-2{width:.5rem}.w-2\.5{width:.625rem}.w-2\/3{width:66.666667%}.w-2\/5{width:40%}.w-20{width:5rem}.w-24{width:6rem}.w-28{width:7rem}.w-3{width:.75rem}.w-3\.5{width:.875rem}.w-3\/4{width:75%}.w-3\/5{width:60%}.w-32{width:8rem}.w-36{width:9rem}.w-4{width:1rem}.w-4\/5{width:80%}.w-4\/6{width:66.666667%}.w-40{width:10rem}.w-44{width:11rem}.w-48{width:12rem}.w-5{width:1.25rem}.w-5\/6{width:83.333333%}.w-52{width:13rem}.w-56{width:14rem}.w-6{width:1.5rem}.w-60{width:15rem}.w-64{width:16rem}.w-7{width:1.75rem}.w-72{width:18rem}.w-8{width:2rem}.w-80{width:20rem}.w-9{width:2.25rem}.w-96{width:24rem}.w-\[1\%\]{width:1%}.w-\[11px\]{width:11px}.w-\[13px\]{width:13px}.w-\[140px\]{width:140px}.w-\[168px\]{width:168px}.w-\[16px\]{width:16px}.w-\[180px\]{width:180px}.w-\[18px\]{width:18px}.w-\[18rem\]{width:18rem}.w-\[190px\]{width:190px}.w-\[200px\]{width:200px}.w-\[20rem\]{width:20rem}.w-\[210px\]{width:210px}.w-\[22px\]{width:22px}.w-\[232px\]{width:232px}.w-\[240px\]{width:240px}.w-\[24px\]{width:24px}.w-\[260px\]{width:260px}.w-\[268px\]{width:268px}.w-\[26rem\]{width:26rem}.w-\[27\.5rem\]{width:27.5rem}.w-\[280px\]{width:280px}.w-\[28rem\]{width:28rem}.w-\[300px\]{width:300px}.w-\[320px\]{width:320px}.w-\[32rem\]{width:32rem}.w-\[340px\]{width:340px}.w-\[35\%\]{width:35%}.w-\[360px\]{width:360px}.w-\[36px\]{width:36px}.w-\[380px\]{width:380px}.w-\[3px\]{width:3px}.w-\[40\%\]{width:40%}.w-\[422px\]{width:422px}.w-\[45\%\]{width:45%}.w-\[4px\]{width:4px}.w-\[50px\]{width:50px}.w-\[520px\]{width:520px}.w-\[52px\]{width:52px}.w-\[549px\]{width:549px}.w-\[60\%\]{width:60%}.w-\[70px\]{width:70px}.w-\[72px\]{width:72px}.w-\[7px\]{width:7px}.w-\[80\%\]{width:80%}.w-\[80vw\]{width:80vw}.w-\[84\%\]{width:84%}.w-\[90px\]{width:90px}.w-auto{width:auto}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.w-max{width:-moz-max-content;width:max-content}.w-px{width:1px}.w-screen{width:100vw}.min-w-0{min-width:0px}.min-w-11{min-width:2.75rem}.min-w-32{min-width:8rem}.min-w-36{min-width:9rem}.min-w-40{min-width:10rem}.min-w-44{min-width:11rem}.min-w-56{min-width:14rem}.min-w-8{min-width:2rem}.min-w-\[1\.25rem\]{min-width:1.25rem}.min-w-\[1\.5rem\]{min-width:1.5rem}.min-w-\[100px\]{min-width:100px}.min-w-\[10rem\]{min-width:10rem}.min-w-\[11rem\]{min-width:11rem}.min-w-\[120px\]{min-width:120px}.min-w-\[12rem\]{min-width:12rem}.min-w-\[13rem\]{min-width:13rem}.min-w-\[140px\]{min-width:140px}.min-w-\[14rem\]{min-width:14rem}.min-w-\[150px\]{min-width:150px}.min-w-\[15px\]{min-width:15px}.min-w-\[160px\]{min-width:160px}.min-w-\[16px\]{min-width:16px}.min-w-\[16rem\]{min-width:16rem}.min-w-\[180px\]{min-width:180px}.min-w-\[184px\]{min-width:184px}.min-w-\[18px\]{min-width:18px}.min-w-\[190px\]{min-width:190px}.min-w-\[1rem\]{min-width:1rem}.min-w-\[2\.5rem\]{min-width:2.5rem}.min-w-\[200px\]{min-width:200px}.min-w-\[20px\]{min-width:20px}.min-w-\[210px\]{min-width:210px}.min-w-\[220px\]{min-width:220px}.min-w-\[22rem\]{min-width:22rem}.min-w-\[230px\]{min-width:230px}.min-w-\[240px\]{min-width:240px}.min-w-\[26rem\]{min-width:26rem}.min-w-\[280px\]{min-width:280px}.min-w-\[3\.25rem\]{min-width:3.25rem}.min-w-\[3\.5rem\]{min-width:3.5rem}.min-w-\[300px\]{min-width:300px}.min-w-\[320px\]{min-width:320px}.min-w-\[36px\]{min-width:36px}.min-w-\[4\.5rem\]{min-width:4.5rem}.min-w-\[40\%\]{min-width:40%}.min-w-\[40px\]{min-width:40px}.min-w-\[44px\]{min-width:44px}.min-w-\[4rem\]{min-width:4rem}.min-w-\[55\%\]{min-width:55%}.min-w-\[560px\]{min-width:560px}.min-w-\[56px\]{min-width:56px}.min-w-\[60px\]{min-width:60px}.min-w-\[64px\]{min-width:64px}.min-w-\[72px\]{min-width:72px}.min-w-\[760px\]{min-width:760px}.min-w-\[7rem\]{min-width:7rem}.min-w-\[80px\]{min-width:80px}.min-w-\[88px\]{min-width:88px}.min-w-\[8ch\]{min-width:8ch}.min-w-\[90px\]{min-width:90px}.min-w-\[9rem\]{min-width:9rem}.min-w-\[…\]{min-width:…}.min-w-max{min-width:-moz-max-content;min-width:max-content}.min-w-min{min-width:-moz-min-content;min-width:min-content}.max-w-14{max-width:3.5rem}.max-w-2xl{max-width:42rem}.max-w-32{max-width:8rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-5xl{max-width:64rem}.max-w-6xl{max-width:72rem}.max-w-\[100px\]{max-width:100px}.max-w-\[10rem\]{max-width:10rem}.max-w-\[110px\]{max-width:110px}.max-w-\[1200px\]{max-width:1200px}.max-w-\[120px\]{max-width:120px}.max-w-\[12rem\]{max-width:12rem}.max-w-\[130px\]{max-width:130px}.max-w-\[140px\]{max-width:140px}.max-w-\[14rem\]{max-width:14rem}.max-w-\[150px\]{max-width:150px}.max-w-\[15ch\]{max-width:15ch}.max-w-\[15rem\]{max-width:15rem}.max-w-\[160px\]{max-width:160px}.max-w-\[16rem\]{max-width:16rem}.max-w-\[180px\]{max-width:180px}.max-w-\[200px\]{max-width:200px}.max-w-\[20rem\]{max-width:20rem}.max-w-\[220px\]{max-width:220px}.max-w-\[240px\]{max-width:240px}.max-w-\[24ch\]{max-width:24ch}.max-w-\[260px\]{max-width:260px}.max-w-\[280px\]{max-width:280px}.max-w-\[28ch\]{max-width:28ch}.max-w-\[300px\]{max-width:300px}.max-w-\[30ch\]{max-width:30ch}.max-w-\[320px\]{max-width:320px}.max-w-\[34\%\]{max-width:34%}.max-w-\[340px\]{max-width:340px}.max-w-\[36ch\]{max-width:36ch}.max-w-\[40\%\]{max-width:40%}.max-w-\[40ch\]{max-width:40ch}.max-w-\[420px\]{max-width:420px}.max-w-\[42ch\]{max-width:42ch}.max-w-\[42px\]{max-width:42px}.max-w-\[440px\]{max-width:440px}.max-w-\[44ch\]{max-width:44ch}.max-w-\[45\%\]{max-width:45%}.max-w-\[480px\]{max-width:480px}.max-w-\[5\.5rem\]{max-width:5.5rem}.max-w-\[500px\]{max-width:500px}.max-w-\[60\%\]{max-width:60%}.max-w-\[60ch\]{max-width:60ch}.max-w-\[640px\]{max-width:640px}.max-w-\[6ch\]{max-width:6ch}.max-w-\[700px\]{max-width:700px}.max-w-\[70ch\]{max-width:70ch}.max-w-\[75\%\]{max-width:75%}.max-w-\[75ch\]{max-width:75ch}.max-w-\[7rem\]{max-width:7rem}.max-w-\[80\%\]{max-width:80%}.max-w-\[80vw\]{max-width:80vw}.max-w-\[85\%\]{max-width:85%}.max-w-\[88\%\]{max-width:88%}.max-w-\[8rem\]{max-width:8rem}.max-w-\[90px\]{max-width:90px}.max-w-\[90vw\]{max-width:90vw}.max-w-\[92\%\]{max-width:92%}.max-w-\[92vw\]{max-width:92vw}.max-w-\[95vw\]{max-width:95vw}.max-w-\[96vw\]{max-width:96vw}.max-w-\[9rem\]{max-width:9rem}.max-w-\[calc\(100\%-1\.5rem\)\]{max-width:calc(100% - 1.5rem)}.max-w-\[calc\(100\%-1rem\)\]{max-width:calc(100% - 1rem)}.max-w-\[calc\(100vw-1\.5rem\)\]{max-width:calc(100vw - 1.5rem)}.max-w-\[calc\(100vw-2rem\)\]{max-width:calc(100vw - 2rem)}.max-w-\[min\(60vw\,320px\)\]{max-width:min(60vw,320px)}.max-w-\[min\(80\%\,70ch\)\]{max-width:min(80%,70ch)}.max-w-\[min\(90vw\,360px\)\]{max-width:min(90vw,360px)}.max-w-\[min\(95vw\,32rem\)\]{max-width:min(95vw,32rem)}.max-w-full{max-width:100%}.max-w-lg{max-width:32rem}.max-w-md{max-width:28rem}.max-w-none{max-width:none}.max-w-prose{max-width:65ch}.max-w-sm{max-width:24rem}.max-w-xl{max-width:36rem}.max-w-xs{max-width:20rem}.flex-1{flex:1 1 0%}.flex-\[0_0_46\%\]{flex:0 0 46%}.flex-\[1\.2\]{flex:1.2}.flex-none{flex:none}.flex-shrink{flex-shrink:1}.flex-shrink-0{flex-shrink:0}.shrink{flex-shrink:1}.shrink-0{flex-shrink:0}.grow{flex-grow:1}.basis-full{flex-basis:100%}.border-collapse{border-collapse:collapse}.origin-left{transform-origin:left}.-translate-x-1{--tw-translate-x: -.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-x-1\/2{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-x-1\/4{--tw-translate-x: -25%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-x-\[120\%\]{--tw-translate-x: -120%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-x-full{--tw-translate-x: -100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/4{--tw-translate-y: -25%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-full{--tw-translate-y: -100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-0{--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-0\.5{--tw-translate-x: .125rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-1{--tw-translate-x: .25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-1\/2{--tw-translate-x: 50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-1\/4{--tw-translate-x: 25%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-6{--tw-translate-x: 1.5rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-\[1\.125rem\]{--tw-translate-x: 1.125rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-full{--tw-translate-x: 100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-0{--tw-translate-y: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-1\/2{--tw-translate-y: 50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-1\/4{--tw-translate-y: 25%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-\[0\.07em\]{--tw-translate-y: .07em;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-full{--tw-translate-y: 100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-rotate-90{--tw-rotate: -90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-0{--tw-rotate: 0deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-180{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-90{--tw-rotate: 90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-110{--tw-scale-x: 1.1;--tw-scale-y: 1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-90{--tw-scale-x: .9;--tw-scale-y: .9;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.\!transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.animate-mc-home-beacon{animation:mc-home-beacon 3s ease-in-out infinite}@keyframes ping{75%,to{transform:scale(2);opacity:0}}.animate-ping{animation:ping 1s cubic-bezier(0,0,.2,1) infinite}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.animate-shimmer{animation:shimmer 1.5s ease-in-out infinite}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}@keyframes streaming-pulse{0%,to{border-left-color:rgb(var(--status-agent-rgb) / .4)}50%{border-left-color:rgb(var(--status-agent-rgb) / .8)}}.animate-streaming-pulse{animation:streaming-pulse 2s ease-in-out infinite}@keyframes typing-dot{0%,to{opacity:.3;transform:scale(.8) translate(-1px)}50%{opacity:1;transform:scale(1) translate(1px)}}.animate-typing-dot{animation:typing-dot 1.4s ease-in-out infinite}.cursor-cell{cursor:cell}.cursor-col-resize{cursor:col-resize}.cursor-default{cursor:default}.cursor-ew-resize{cursor:ew-resize}.cursor-grab{cursor:grab}.cursor-move{cursor:move}.cursor-not-allowed{cursor:not-allowed}.cursor-ns-resize{cursor:ns-resize}.cursor-nwse-resize{cursor:nwse-resize}.cursor-pointer{cursor:pointer}.cursor-se-resize{cursor:se-resize}.cursor-text{cursor:text}.cursor-wait{cursor:wait}.cursor-zoom-in{cursor:zoom-in}.touch-none{touch-action:none}.touch-pan-y{--tw-pan-y: pan-y;touch-action:var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom)}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.select-text{-webkit-user-select:text;-moz-user-select:text;user-select:text}.select-all{-webkit-user-select:all;-moz-user-select:all;user-select:all}.resize-none{resize:none}.resize-y{resize:vertical}.\!resize{resize:both!important}.resize{resize:both}.scroll-mt-14{scroll-margin-top:3.5rem}.scroll-mt-4{scroll-margin-top:1rem}.scroll-pt-16{scroll-padding-top:4rem}.list-inside{list-style-position:inside}.list-decimal{list-style-type:decimal}.list-disc{list-style-type:disc}.list-none{list-style-type:none}.appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.columns-1{-moz-columns:1;columns:1}.columns-2{-moz-columns:2;columns:2}.break-inside-avoid{-moz-column-break-inside:avoid;break-inside:avoid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}.grid-cols-\[1\.5fr_1fr_0\.6fr_2fr_auto\]{grid-template-columns:1.5fr 1fr .6fr 2fr auto}.grid-cols-\[110px_1fr_44px\]{grid-template-columns:110px 1fr 44px}.grid-cols-\[1fr_7rem_6rem_8rem\]{grid-template-columns:1fr 7rem 6rem 8rem}.grid-cols-\[1fr_auto_1fr\]{grid-template-columns:1fr auto 1fr}.grid-cols-\[20px_minmax\(0\,1fr\)_60px_60px_60px_60px_20px_60px\]{grid-template-columns:20px minmax(0,1fr) 60px 60px 60px 60px 20px 60px}.grid-cols-\[20px_minmax\(0\,1fr\)_70px_60px_70px_70px_180px_90px_70px_50px\]{grid-template-columns:20px minmax(0,1fr) 70px 60px 70px 70px 180px 90px 70px 50px}.grid-cols-\[220px_1fr\]{grid-template-columns:220px 1fr}.grid-cols-\[7rem_1fr_2\.5rem\]{grid-template-columns:7rem 1fr 2.5rem}.grid-cols-\[88px_minmax\(0\,1\.4fr\)_minmax\(0\,1fr\)_64px_64px_56px_64px_84px_132px\]{grid-template-columns:88px minmax(0,1.4fr) minmax(0,1fr) 64px 64px 56px 64px 84px 132px}.grid-cols-\[9rem_1fr_2\.5rem\]{grid-template-columns:9rem 1fr 2.5rem}.grid-cols-\[auto_1fr\]{grid-template-columns:auto 1fr}.grid-cols-\[minmax\(0\,1fr\)_5rem\]{grid-template-columns:minmax(0,1fr) 5rem}.grid-cols-\[repeat\(auto-fill\,minmax\(150px\,1fr\)\)\]{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.grid-cols-\[repeat\(auto-fit\,minmax\(min\(400px\,100\%\)\,1fr\)\)\]{grid-template-columns:repeat(auto-fit,minmax(min(400px,100%),1fr))}.grid-rows-2{grid-template-rows:repeat(2,minmax(0,1fr))}.flex-row{flex-direction:row}.flex-row-reverse{flex-direction:row-reverse}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.place-content-center{place-content:center}.place-items-center{place-items:center}.content-start{align-content:flex-start}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.items-stretch{align-items:stretch}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.gap-0{gap:0px}.gap-0\.5{gap:.125rem}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-2{gap:.5rem}.gap-2\.5{gap:.625rem}.gap-3{gap:.75rem}.gap-3\.5{gap:.875rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-\[3px\]{gap:3px}.gap-\[5px\]{gap:5px}.gap-\[7px\]{gap:7px}.gap-px{gap:1px}.gap-x-1\.5{-moz-column-gap:.375rem;column-gap:.375rem}.gap-x-2{-moz-column-gap:.5rem;column-gap:.5rem}.gap-x-2\.5{-moz-column-gap:.625rem;column-gap:.625rem}.gap-x-3{-moz-column-gap:.75rem;column-gap:.75rem}.gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.gap-x-5{-moz-column-gap:1.25rem;column-gap:1.25rem}.gap-y-0\.5{row-gap:.125rem}.gap-y-1{row-gap:.25rem}.gap-y-1\.5{row-gap:.375rem}.gap-y-2{row-gap:.5rem}.gap-y-3{row-gap:.75rem}.-space-x-1\.5>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-.375rem * var(--tw-space-x-reverse));margin-left:calc(-.375rem * calc(1 - var(--tw-space-x-reverse)))}.-space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-.5rem * var(--tw-space-x-reverse));margin-left:calc(-.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.75rem * var(--tw-space-x-reverse));margin-left:calc(.75rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-0\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.125rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.125rem * var(--tw-space-y-reverse))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-1\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.375rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.375rem * var(--tw-space-y-reverse))}.space-y-10>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2.5rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-2\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.625rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.625rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.space-y-7>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.75rem * var(--tw-space-y-reverse))}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * var(--tw-space-y-reverse))}.space-y-\[2px\]>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(2px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2px * var(--tw-space-y-reverse))}.divide-x>:not([hidden])~:not([hidden]){--tw-divide-x-reverse: 0;border-right-width:calc(1px * var(--tw-divide-x-reverse));border-left-width:calc(1px * calc(1 - var(--tw-divide-x-reverse)))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}.divide-\[var\(--arij-border\,\#dfe1e6\)\]>:not([hidden])~:not([hidden]){border-color:var(--arij-border,#dfe1e6)}.divide-surface-100>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(var(--color-surface-100-rgb) / var(--tw-divide-opacity, 1))}.divide-surface-200>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(var(--color-surface-200-rgb) / var(--tw-divide-opacity, 1))}.divide-surface-200\/40>:not([hidden])~:not([hidden]){border-color:rgb(var(--color-surface-200-rgb) / .4)}.divide-surface-200\/50>:not([hidden])~:not([hidden]){border-color:rgb(var(--color-surface-200-rgb) / .5)}.divide-surface-200\/60>:not([hidden])~:not([hidden]){border-color:rgb(var(--color-surface-200-rgb) / .6)}.divide-surface-300>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(var(--color-surface-300-rgb) / var(--tw-divide-opacity, 1))}.self-start{align-self:flex-start}.self-end{align-self:flex-end}.self-center{align-self:center}.self-stretch{align-self:stretch}.justify-self-start{justify-self:start}.justify-self-end{justify-self:end}.justify-self-center{justify-self:center}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-clip{overflow:clip}.overflow-visible{overflow:visible}.overflow-scroll{overflow:scroll}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.overflow-y-hidden{overflow-y:hidden}.overscroll-contain{overscroll-behavior:contain}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-normal{white-space:normal}.whitespace-nowrap{white-space:nowrap}.whitespace-pre{white-space:pre}.whitespace-pre-line{white-space:pre-line}.whitespace-pre-wrap{white-space:pre-wrap}.text-wrap{text-wrap:wrap}.text-balance{text-wrap:balance}.text-pretty{text-wrap:pretty}.break-words{overflow-wrap:break-word}.break-all{word-break:break-all}.\!rounded-md{border-radius:.375rem!important}.\!rounded-xl{border-radius:.75rem!important}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-\[2px\]{border-radius:2px}.rounded-\[3px\]{border-radius:3px}.rounded-\[8px\]{border-radius:8px}.rounded-\[9px\]{border-radius:9px}.rounded-\[…\]{border-radius:…}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-none{border-radius:0}.rounded-panel{border-radius:var(--panel-radius)}.rounded-sm{border-radius:.125rem}.rounded-xl{border-radius:.75rem}.rounded-l-none{border-top-left-radius:0;border-bottom-left-radius:0}.rounded-l-toolzone{border-top-left-radius:7px;border-bottom-left-radius:7px}.rounded-l-xl{border-top-left-radius:.75rem;border-bottom-left-radius:.75rem}.rounded-r{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.rounded-r-full{border-top-right-radius:9999px;border-bottom-right-radius:9999px}.rounded-r-lg{border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}.rounded-r-md{border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}.rounded-r-none{border-top-right-radius:0;border-bottom-right-radius:0}.rounded-r-xl{border-top-right-radius:.75rem;border-bottom-right-radius:.75rem}.rounded-t{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.rounded-t-2xl{border-top-left-radius:1rem;border-top-right-radius:1rem}.rounded-t-\[100\%\]{border-top-left-radius:100%;border-top-right-radius:100%}.rounded-t-lg{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.rounded-t-sm{border-top-left-radius:.125rem;border-top-right-radius:.125rem}.rounded-t-xl{border-top-left-radius:.75rem;border-top-right-radius:.75rem}.rounded-bl-md{border-bottom-left-radius:.375rem}.rounded-br-md{border-bottom-right-radius:.375rem}.rounded-se-sm{border-start-end-radius:.125rem}.rounded-ss-sm{border-start-start-radius:.125rem}.\!border{border-width:1px!important}.\!border-0{border-width:0px!important}.border{border-width:1px}.border-0{border-width:0px}.border-2{border-width:2px}.border-x-2{border-left-width:2px;border-right-width:2px}.border-y{border-top-width:1px;border-bottom-width:1px}.border-b{border-bottom-width:1px}.border-b-0{border-bottom-width:0px}.border-b-2{border-bottom-width:2px}.border-e{border-inline-end-width:1px}.border-l{border-left-width:1px}.border-l-2{border-left-width:2px}.border-l-4{border-left-width:4px}.border-l-\[3px\]{border-left-width:3px}.border-r{border-right-width:1px}.border-r-2{border-right-width:2px}.border-s{border-inline-start-width:1px}.border-s-2{border-inline-start-width:2px}.border-t{border-top-width:1px}.border-t-2{border-top-width:2px}.border-dashed{border-style:dashed}.border-dotted{border-style:dotted}.border-none{border-style:none}.\!border-status-error{--tw-border-opacity: 1 !important;border-color:rgb(var(--status-error-rgb) / var(--tw-border-opacity, 1))!important}.\!border-surface-200{--tw-border-opacity: 1 !important;border-color:rgb(var(--color-surface-200-rgb) / var(--tw-border-opacity, 1))!important}.\!border-surface-400{--tw-border-opacity: 1 !important;border-color:rgb(var(--color-surface-400-rgb) / var(--tw-border-opacity, 1))!important}.border-\[\#d4d4d8\]{--tw-border-opacity: 1;border-color:rgb(212 212 216 / var(--tw-border-opacity, 1))}.border-\[rgb\(var\(--accent-rgb\)\)\]{border-color:rgb(var(--accent-rgb))}.border-\[rgb\(var\(--accent-rgb\,99_102_241\)\)\]{border-color:rgb(var(--accent-rgb,99 102 241))}.border-\[rgb\(var\(--border-1\,_45_55_72\)\)\]{border-color:rgb(var(--border-1, 45 55 72))}.border-\[rgba\(var\(--accent-rgb\,99_102_241\)_\/_0\.5\)\]{border-color:rgba(var(--accent-rgb,99 102 241) / .5)}.border-\[var\(--arij-accent\,\#1868db\)\]{border-color:var(--arij-accent,#1868db)}.border-\[var\(--arij-border\,\#dcdfe4\)\]{border-color:var(--arij-border,#dcdfe4)}.border-\[var\(--arij-border\,\#dfe1e6\)\]{border-color:var(--arij-border,#dfe1e6)}.border-\[var\(--arij-border\,\#e4e4e7\)\]{border-color:var(--arij-border,#e4e4e7)}.border-\[var\(--arij-border\,\#f1f2f4\)\]{border-color:var(--arij-border,#f1f2f4)}.border-\[var\(--arij-border-strong\,\#c1c7d0\)\]{border-color:var(--arij-border-strong,#c1c7d0)}.border-\[var\(--arij-danger\,\#dc2626\)\]{border-color:var(--arij-danger,#dc2626)}.border-\[var\(--arij-field-border\,\#71717a\)\]{border-color:var(--arij-field-border,#71717a)}.border-\[var\(--arij-field-border\,\#8590a2\)\]{border-color:var(--arij-field-border,#8590a2)}.border-\[var\(--panel-border\,\#e5e7eb\)\]{border-color:var(--panel-border,#e5e7eb)}.border-\[var\(--panel-border\,rgb\(var\(--color-surface-200-rgb\,228_228_231\)\)\)\]{border-color:var(--panel-border,rgb(var(--color-surface-200-rgb,228 228 231)))}.border-\[var\(--panel-border\,rgb\(var\(--color-surface-200-rgb\,229_231_235\)\)\)\]{border-color:var(--panel-border,rgb(var(--color-surface-200-rgb,229 231 235)))}.border-\[var\(--panel-border\,rgba\(0\,0\,0\,0\.1\)\)\]{border-color:var(--panel-border,rgba(0,0,0,.1))}.border-accent{--tw-border-opacity: 1;border-color:rgb(var(--accent-rgb) / var(--tw-border-opacity, 1))}.border-accent\/10{border-color:rgb(var(--accent-rgb) / .1)}.border-accent\/15{border-color:rgb(var(--accent-rgb) / .15)}.border-accent\/20{border-color:rgb(var(--accent-rgb) / .2)}.border-accent\/25{border-color:rgb(var(--accent-rgb) / .25)}.border-accent\/30{border-color:rgb(var(--accent-rgb) / .3)}.border-accent\/40{border-color:rgb(var(--accent-rgb) / .4)}.border-accent\/50{border-color:rgb(var(--accent-rgb) / .5)}.border-accent\/60{border-color:rgb(var(--accent-rgb) / .6)}.border-accent\/70{border-color:rgb(var(--accent-rgb) / .7)}.border-accent\/80{border-color:rgb(var(--accent-rgb) / .8)}.border-amber-400{--tw-border-opacity: 1;border-color:rgb(251 191 36 / var(--tw-border-opacity, 1))}.border-amber-400\/30{border-color:#fbbf244d}.border-amber-400\/60{border-color:#fbbf2499}.border-amber-500\/30{border-color:#f59e0b4d}.border-amber-500\/40{border-color:#f59e0b66}.border-amber-500\/50{border-color:#f59e0b80}.border-blue-500\/20{border-color:#3b82f633}.border-cyan-500\/20{border-color:#06b6d433}.border-ember-400\/20{border-color:rgb(var(--status-ember-400-rgb) / .2)}.border-ember-500\/20{border-color:rgb(var(--status-ember-500-rgb) / .2)}.border-emerald-400{--tw-border-opacity: 1;border-color:rgb(52 211 153 / var(--tw-border-opacity, 1))}.border-emerald-400\/60{border-color:#34d39999}.border-emerald-500{--tw-border-opacity: 1;border-color:rgb(16 185 129 / var(--tw-border-opacity, 1))}.border-emerald-500\/20{border-color:#10b98133}.border-emerald-500\/40{border-color:#10b98166}.border-green-400\/60{border-color:#4ade8099}.border-green-500{--tw-border-opacity: 1;border-color:rgb(34 197 94 / var(--tw-border-opacity, 1))}.border-orange-500{--tw-border-opacity: 1;border-color:rgb(249 115 22 / var(--tw-border-opacity, 1))}.border-purple-500\/20{border-color:#a855f733}.border-red-500{--tw-border-opacity: 1;border-color:rgb(239 68 68 / var(--tw-border-opacity, 1))}.border-slate-500\/20{border-color:#64748b33}.border-status-agent{--tw-border-opacity: 1;border-color:rgb(var(--status-agent-rgb) / var(--tw-border-opacity, 1))}.border-status-agent-strong{--tw-border-opacity: 1;border-color:rgb(var(--status-agent-strong-rgb) / var(--tw-border-opacity, 1))}.border-status-agent\/15{border-color:rgb(var(--status-agent-rgb) / .15)}.border-status-agent\/20{border-color:rgb(var(--status-agent-rgb) / .2)}.border-status-agent\/25{border-color:rgb(var(--status-agent-rgb) / .25)}.border-status-agent\/30{border-color:rgb(var(--status-agent-rgb) / .3)}.border-status-agent\/40{border-color:rgb(var(--status-agent-rgb) / .4)}.border-status-agent\/45{border-color:rgb(var(--status-agent-rgb) / .45)}.border-status-error{--tw-border-opacity: 1;border-color:rgb(var(--status-error-rgb) / var(--tw-border-opacity, 1))}.border-status-error-strong{--tw-border-opacity: 1;border-color:rgb(var(--status-error-strong-rgb) / var(--tw-border-opacity, 1))}.border-status-error\/15{border-color:rgb(var(--status-error-rgb) / .15)}.border-status-error\/20{border-color:rgb(var(--status-error-rgb) / .2)}.border-status-error\/25{border-color:rgb(var(--status-error-rgb) / .25)}.border-status-error\/30{border-color:rgb(var(--status-error-rgb) / .3)}.border-status-error\/40{border-color:rgb(var(--status-error-rgb) / .4)}.border-status-error\/50{border-color:rgb(var(--status-error-rgb) / .5)}.border-status-error\/70{border-color:rgb(var(--status-error-rgb) / .7)}.border-status-needs-you{--tw-border-opacity: 1;border-color:rgb(var(--status-needs-you-rgb) / var(--tw-border-opacity, 1))}.border-status-needs-you\/15{border-color:rgb(var(--status-needs-you-rgb) / .15)}.border-status-needs-you\/20{border-color:rgb(var(--status-needs-you-rgb) / .2)}.border-status-needs-you\/30{border-color:rgb(var(--status-needs-you-rgb) / .3)}.border-status-needs-you\/40{border-color:rgb(var(--status-needs-you-rgb) / .4)}.border-status-needs-you\/50{border-color:rgb(var(--status-needs-you-rgb) / .5)}.border-status-needs-you\/60{border-color:rgb(var(--status-needs-you-rgb) / .6)}.border-status-question\/20{border-color:rgb(var(--status-question-rgb) / .2)}.border-status-question\/30{border-color:rgb(var(--status-question-rgb) / .3)}.border-surface-100{--tw-border-opacity: 1;border-color:rgb(var(--color-surface-100-rgb) / var(--tw-border-opacity, 1))}.border-surface-100\/60{border-color:rgb(var(--color-surface-100-rgb) / .6)}.border-surface-100\/70{border-color:rgb(var(--color-surface-100-rgb) / .7)}.border-surface-200{--tw-border-opacity: 1;border-color:rgb(var(--color-surface-200-rgb) / var(--tw-border-opacity, 1))}.border-surface-200\/40{border-color:rgb(var(--color-surface-200-rgb) / .4)}.border-surface-200\/50{border-color:rgb(var(--color-surface-200-rgb) / .5)}.border-surface-200\/60{border-color:rgb(var(--color-surface-200-rgb) / .6)}.border-surface-300{--tw-border-opacity: 1;border-color:rgb(var(--color-surface-300-rgb) / var(--tw-border-opacity, 1))}.border-surface-300\/30{border-color:rgb(var(--color-surface-300-rgb) / .3)}.border-surface-300\/40{border-color:rgb(var(--color-surface-300-rgb) / .4)}.border-surface-300\/50{border-color:rgb(var(--color-surface-300-rgb) / .5)}.border-surface-300\/60{border-color:rgb(var(--color-surface-300-rgb) / .6)}.border-surface-300\/70{border-color:rgb(var(--color-surface-300-rgb) / .7)}.border-surface-400{--tw-border-opacity: 1;border-color:rgb(var(--color-surface-400-rgb) / var(--tw-border-opacity, 1))}.border-surface-400\/30{border-color:rgb(var(--color-surface-400-rgb) / .3)}.border-surface-400\/40{border-color:rgb(var(--color-surface-400-rgb) / .4)}.border-surface-400\/50{border-color:rgb(var(--color-surface-400-rgb) / .5)}.border-surface-400\/70{border-color:rgb(var(--color-surface-400-rgb) / .7)}.border-surface-400\/80{border-color:rgb(var(--color-surface-400-rgb) / .8)}.border-surface-50{--tw-border-opacity: 1;border-color:rgb(var(--color-surface-50-rgb) / var(--tw-border-opacity, 1))}.border-surface-500{--tw-border-opacity: 1;border-color:rgb(var(--color-surface-500-rgb) / var(--tw-border-opacity, 1))}.border-surface-700{--tw-border-opacity: 1;border-color:rgb(var(--color-surface-700-rgb) / var(--tw-border-opacity, 1))}.border-surface-700\/40{border-color:rgb(var(--color-surface-700-rgb) / .4)}.border-surface-900{--tw-border-opacity: 1;border-color:rgb(var(--color-surface-900-rgb) / var(--tw-border-opacity, 1))}.border-transparent{border-color:transparent}.border-violet-500\/20{border-color:#8b5cf633}.border-violet-500\/30{border-color:#8b5cf64d}.border-white{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}.border-white\/10{border-color:#ffffff1a}.border-white\/20{border-color:#fff3}.border-white\/80{border-color:#fffc}.border-white\/\[0\.06\]{border-color:#ffffff0f}.border-white\/\[0\.08\]{border-color:#ffffff14}.border-yellow-500{--tw-border-opacity: 1;border-color:rgb(234 179 8 / var(--tw-border-opacity, 1))}.border-l-\[rgb\(var\(--accent-rgb\,99_91_255\)\)\]{border-left-color:rgb(var(--accent-rgb,99 91 255))}.border-l-accent{--tw-border-opacity: 1;border-left-color:rgb(var(--accent-rgb) / var(--tw-border-opacity, 1))}.border-l-blue-400{--tw-border-opacity: 1;border-left-color:rgb(96 165 250 / var(--tw-border-opacity, 1))}.border-l-ember-400{--tw-border-opacity: 1;border-left-color:rgb(var(--status-ember-400-rgb) / var(--tw-border-opacity, 1))}.border-l-ember-500{--tw-border-opacity: 1;border-left-color:rgb(var(--status-ember-500-rgb) / var(--tw-border-opacity, 1))}.border-l-emerald-500\/40{border-left-color:#10b98166}.border-l-green-400{--tw-border-opacity: 1;border-left-color:rgb(74 222 128 / var(--tw-border-opacity, 1))}.border-l-sky-500\/40{border-left-color:#0ea5e966}.border-l-status-agent{--tw-border-opacity: 1;border-left-color:rgb(var(--status-agent-rgb) / var(--tw-border-opacity, 1))}.border-l-status-agent\/40{border-left-color:rgb(var(--status-agent-rgb) / .4)}.border-l-status-agent\/60{border-left-color:rgb(var(--status-agent-rgb) / .6)}.border-l-status-agent\/70{border-left-color:rgb(var(--status-agent-rgb) / .7)}.border-l-status-approval{--tw-border-opacity: 1;border-left-color:rgb(var(--status-approval-rgb) / var(--tw-border-opacity, 1))}.border-l-status-error{--tw-border-opacity: 1;border-left-color:rgb(var(--status-error-rgb) / var(--tw-border-opacity, 1))}.border-l-status-error\/70{border-left-color:rgb(var(--status-error-rgb) / .7)}.border-l-status-needs-you{--tw-border-opacity: 1;border-left-color:rgb(var(--status-needs-you-rgb) / var(--tw-border-opacity, 1))}.border-l-status-needs-you\/70{border-left-color:rgb(var(--status-needs-you-rgb) / .7)}.border-l-status-permission{--tw-border-opacity: 1;border-left-color:rgb(var(--status-permission-rgb) / var(--tw-border-opacity, 1))}.border-l-status-question{--tw-border-opacity: 1;border-left-color:rgb(var(--status-question-rgb) / var(--tw-border-opacity, 1))}.border-l-status-ready{--tw-border-opacity: 1;border-left-color:rgb(var(--status-ready-rgb) / var(--tw-border-opacity, 1))}.border-l-surface-200{--tw-border-opacity: 1;border-left-color:rgb(var(--color-surface-200-rgb) / var(--tw-border-opacity, 1))}.border-l-surface-300{--tw-border-opacity: 1;border-left-color:rgb(var(--color-surface-300-rgb) / var(--tw-border-opacity, 1))}.border-l-surface-400{--tw-border-opacity: 1;border-left-color:rgb(var(--color-surface-400-rgb) / var(--tw-border-opacity, 1))}.border-l-surface-500{--tw-border-opacity: 1;border-left-color:rgb(var(--color-surface-500-rgb) / var(--tw-border-opacity, 1))}.border-l-surface-600{--tw-border-opacity: 1;border-left-color:rgb(var(--color-surface-600-rgb) / var(--tw-border-opacity, 1))}.border-l-transparent{border-left-color:transparent}.border-t-\[var\(--arij-accent\,\#1868db\)\]{border-top-color:var(--arij-accent,#1868db)}.border-t-accent{--tw-border-opacity: 1;border-top-color:rgb(var(--accent-rgb) / var(--tw-border-opacity, 1))}.border-t-transparent{border-top-color:transparent}.\!bg-status-error{--tw-bg-opacity: 1 !important;background-color:rgb(var(--status-error-rgb) / var(--tw-bg-opacity, 1))!important}.\!bg-surface-100{--tw-bg-opacity: 1 !important;background-color:rgb(var(--color-surface-100-rgb) / var(--tw-bg-opacity, 1))!important}.\!bg-surface-300{--tw-bg-opacity: 1 !important;background-color:rgb(var(--color-surface-300-rgb) / var(--tw-bg-opacity, 1))!important}.bg-\[\#06070b\]{--tw-bg-opacity: 1;background-color:rgb(6 7 11 / var(--tw-bg-opacity, 1))}.bg-\[\#0b0d14\]{--tw-bg-opacity: 1;background-color:rgb(11 13 20 / var(--tw-bg-opacity, 1))}.bg-\[\#0f1219\]{--tw-bg-opacity: 1;background-color:rgb(15 18 25 / var(--tw-bg-opacity, 1))}.bg-\[\#161b28\]{--tw-bg-opacity: 1;background-color:rgb(22 27 40 / var(--tw-bg-opacity, 1))}.bg-\[\#18181b\]{--tw-bg-opacity: 1;background-color:rgb(24 24 27 / var(--tw-bg-opacity, 1))}.bg-\[\#1c2130\]{--tw-bg-opacity: 1;background-color:rgb(28 33 48 / var(--tw-bg-opacity, 1))}.bg-\[\#2b3040\]{--tw-bg-opacity: 1;background-color:rgb(43 48 64 / var(--tw-bg-opacity, 1))}.bg-\[\#3ddc97\]{--tw-bg-opacity: 1;background-color:rgb(61 220 151 / var(--tw-bg-opacity, 1))}.bg-\[\#c2c8d6\]{--tw-bg-opacity: 1;background-color:rgb(194 200 214 / var(--tw-bg-opacity, 1))}.bg-\[\#d0d9eb\]{--tw-bg-opacity: 1;background-color:rgb(208 217 235 / var(--tw-bg-opacity, 1))}.bg-\[\#d7dce7\]{--tw-bg-opacity: 1;background-color:rgb(215 220 231 / var(--tw-bg-opacity, 1))}.bg-\[\#d8e4d5\]{--tw-bg-opacity: 1;background-color:rgb(216 228 213 / var(--tw-bg-opacity, 1))}.bg-\[\#dddaf0\]{--tw-bg-opacity: 1;background-color:rgb(221 218 240 / var(--tw-bg-opacity, 1))}.bg-\[\#dfe3ec\]{--tw-bg-opacity: 1;background-color:rgb(223 227 236 / var(--tw-bg-opacity, 1))}.bg-\[\#e2e2e2\]{--tw-bg-opacity: 1;background-color:rgb(226 226 226 / var(--tw-bg-opacity, 1))}.bg-\[\#e2e6f0\]{--tw-bg-opacity: 1;background-color:rgb(226 230 240 / var(--tw-bg-opacity, 1))}.bg-\[\#e8d5dc\]{--tw-bg-opacity: 1;background-color:rgb(232 213 220 / var(--tw-bg-opacity, 1))}.bg-\[\#ebe4d4\]{--tw-bg-opacity: 1;background-color:rgb(235 228 212 / var(--tw-bg-opacity, 1))}.bg-\[\#edd8dc\]{--tw-bg-opacity: 1;background-color:rgb(237 216 220 / var(--tw-bg-opacity, 1))}.bg-\[\#eef1f7\]{--tw-bg-opacity: 1;background-color:rgb(238 241 247 / var(--tw-bg-opacity, 1))}.bg-\[\#faf0db\]{--tw-bg-opacity: 1;background-color:rgb(250 240 219 / var(--tw-bg-opacity, 1))}.bg-\[rgb\(var\(--accent-rgb\)\)\]{background-color:rgb(var(--accent-rgb))}.bg-\[rgb\(var\(--accent-rgb\)\)\]\/15{background-color:rgb(var(--accent-rgb) / .15)}.bg-\[rgb\(var\(--accent-rgb\)\)\]\/20{background-color:rgb(var(--accent-rgb) / .2)}.bg-\[rgb\(var\(--accent-rgb\)\)\]\/5{background-color:rgb(var(--accent-rgb) / .05)}.bg-\[rgb\(var\(--accent-rgb\)_\/_0\.15\)\]{background-color:rgb(var(--accent-rgb) / .15)}.bg-\[rgb\(var\(--accent-rgb\,99\,102\,241\)\)\]{background-color:rgb(var(--accent-rgb,99,102,241))}.bg-\[rgb\(var\(--accent-rgb\,99_102_241\)\)\]{background-color:rgb(var(--accent-rgb,99 102 241))}.bg-\[rgb\(var\(--accent-rgb\,99_102_241\)\)\]\/10{background-color:rgb(var(--accent-rgb,99_102_241) / .1)}.bg-\[rgb\(var\(--accent-rgb\,99_102_241\)\)\]\/70{background-color:rgb(var(--accent-rgb,99_102_241) / .7)}.bg-\[rgb\(var\(--accent-rgb\,99_91_255\)\)\]{background-color:rgb(var(--accent-rgb,99 91 255))}.bg-\[rgb\(var\(--surface-1\,_11_15_23\)\)\]{background-color:rgb(var(--surface-1, 11 15 23))}.bg-\[rgb\(var\(--surface-2\,_18_24_36\)\)\]{background-color:rgb(var(--surface-2, 18 24 36))}.bg-\[rgba\(var\(--accent-rgb\)_\/_0\.08\)\]{background-color:rgba(var(--accent-rgb) / .08)}.bg-\[rgba\(var\(--accent-rgb\,99_102_241\)_\/_0\.12\)\]{background-color:rgba(var(--accent-rgb,99 102 241) / .12)}.bg-\[var\(--arij-accent\,\#1868db\)\]{background-color:var(--arij-accent,#1868db)}.bg-\[var\(--arij-accent-soft\,\#e9f2ff\)\]{background-color:var(--arij-accent-soft,#e9f2ff)}.bg-\[var\(--arij-border\,\#dfe1e6\)\]{background-color:var(--arij-border,#dfe1e6)}.bg-\[var\(--arij-canvas\,\#fff\)\]{background-color:var(--arij-canvas,#fff)}.bg-\[var\(--arij-done-bg\,\#dcfff1\)\]{background-color:var(--arij-done-bg,#dcfff1)}.bg-\[var\(--arij-field\,\#fff\)\]{background-color:var(--arij-field,#fff)}.bg-\[var\(--arij-hover\,\#f4f4f5\)\]{background-color:var(--arij-hover,#f4f4f5)}.bg-\[var\(--arij-nav\,\#fff\)\]{background-color:var(--arij-nav,#fff)}.bg-\[var\(--arij-progress-bg\,\#e9f2ff\)\]{background-color:var(--arij-progress-bg,#e9f2ff)}.bg-\[var\(--arij-raised\,\#fff\)\]{background-color:var(--arij-raised,#fff)}.bg-\[var\(--arij-selected\,\#e9f2ff\)\]{background-color:var(--arij-selected,#e9f2ff)}.bg-\[var\(--arij-sunken\,\#f7f8f9\)\]{background-color:var(--arij-sunken,#f7f8f9)}.bg-\[var\(--arij-sunken\,\#fafafa\)\]{background-color:var(--arij-sunken,#fafafa)}.bg-\[var\(--arij-todo-bg\,\#dcdfe4\)\]{background-color:var(--arij-todo-bg,#dcdfe4)}.bg-\[var\(--card-bg\,var\(--panel-bg\)\)\]{background-color:var(--card-bg,var(--panel-bg))}.bg-\[var\(--card-bg\,var\(--panel-bg\,\#ffffff\)\)\]{background-color:var(--card-bg,var(--panel-bg,#ffffff))}.bg-\[var\(--card-bg\,var\(--panel-bg\,transparent\)\)\]{background-color:var(--card-bg,var(--panel-bg,transparent))}.bg-\[var\(--jira-sunken\,rgb\(var\(--color-surface-100-rgb\,244_244_245\)\)\)\]{background-color:var(--jira-sunken,rgb(var(--color-surface-100-rgb,244 244 245)))}.bg-\[var\(--panel-bg\,\#fff\)\]{background-color:var(--panel-bg,#fff)}.bg-\[var\(--panel-bg\,\#ffffff\)\]{background-color:var(--panel-bg,#ffffff)}.bg-\[var\(--panel-bg\,rgb\(var\(--color-surface-100-rgb\,255_255_255\)\)\)\]{background-color:var(--panel-bg,rgb(var(--color-surface-100-rgb,255 255 255)))}.bg-\[var\(--panel-bg\,rgba\(0\,0\,0\,0\.02\)\)\]{background-color:var(--panel-bg,rgba(0,0,0,.02))}.bg-\[var\(--panel-bg\,theme\(colors\.surface\.50\)\)\]{background-color:var(--panel-bg,rgb(var(--color-surface-50-rgb) / 1))}.bg-\[var\(--panel-bg\,transparent\)\]{background-color:var(--panel-bg,transparent)}.bg-\[var\(--surface-50\,\#f9fafb\)\]{background-color:var(--surface-50,#f9fafb)}.bg-\[var\(--surface-900\,\#0b0d12\)\]{background-color:var(--surface-900,#0b0d12)}.bg-accent{--tw-bg-opacity: 1;background-color:rgb(var(--accent-rgb) / var(--tw-bg-opacity, 1))}.bg-accent\/10{background-color:rgb(var(--accent-rgb) / .1)}.bg-accent\/15{background-color:rgb(var(--accent-rgb) / .15)}.bg-accent\/20{background-color:rgb(var(--accent-rgb) / .2)}.bg-accent\/25{background-color:rgb(var(--accent-rgb) / .25)}.bg-accent\/30{background-color:rgb(var(--accent-rgb) / .3)}.bg-accent\/40{background-color:rgb(var(--accent-rgb) / .4)}.bg-accent\/5{background-color:rgb(var(--accent-rgb) / .05)}.bg-accent\/50{background-color:rgb(var(--accent-rgb) / .5)}.bg-accent\/60{background-color:rgb(var(--accent-rgb) / .6)}.bg-accent\/70{background-color:rgb(var(--accent-rgb) / .7)}.bg-accent\/80{background-color:rgb(var(--accent-rgb) / .8)}.bg-accent\/\[0\.04\]{background-color:rgb(var(--accent-rgb) / .04)}.bg-accent\/\[0\.06\]{background-color:rgb(var(--accent-rgb) / .06)}.bg-accent\/\[0\.12\]{background-color:rgb(var(--accent-rgb) / .12)}.bg-amber-100{--tw-bg-opacity: 1;background-color:rgb(254 243 199 / var(--tw-bg-opacity, 1))}.bg-amber-400{--tw-bg-opacity: 1;background-color:rgb(251 191 36 / var(--tw-bg-opacity, 1))}.bg-amber-400\/10{background-color:#fbbf241a}.bg-amber-400\/15{background-color:#fbbf2426}.bg-amber-50{--tw-bg-opacity: 1;background-color:rgb(255 251 235 / var(--tw-bg-opacity, 1))}.bg-amber-500{--tw-bg-opacity: 1;background-color:rgb(245 158 11 / var(--tw-bg-opacity, 1))}.bg-amber-500\/10{background-color:#f59e0b1a}.bg-amber-500\/15{background-color:#f59e0b26}.bg-amber-500\/20{background-color:#f59e0b33}.bg-amber-500\/30{background-color:#f59e0b4d}.bg-amber-500\/5{background-color:#f59e0b0d}.bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.bg-black\/15{background-color:#00000026}.bg-black\/20{background-color:#0003}.bg-black\/30{background-color:#0000004d}.bg-black\/40{background-color:#0006}.bg-black\/50{background-color:#00000080}.bg-black\/55{background-color:#0000008c}.bg-black\/60{background-color:#0009}.bg-black\/80{background-color:#000c}.bg-blue-100{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1))}.bg-blue-200{--tw-bg-opacity: 1;background-color:rgb(191 219 254 / var(--tw-bg-opacity, 1))}.bg-blue-300{--tw-bg-opacity: 1;background-color:rgb(147 197 253 / var(--tw-bg-opacity, 1))}.bg-blue-400{--tw-bg-opacity: 1;background-color:rgb(96 165 250 / var(--tw-bg-opacity, 1))}.bg-blue-500{--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity, 1))}.bg-blue-500\/10{background-color:#3b82f61a}.bg-blue-500\/15{background-color:#3b82f626}.bg-blue-500\/5{background-color:#3b82f60d}.bg-current{background-color:currentColor}.bg-cyan-500\/10{background-color:#06b6d41a}.bg-cyan-500\/15{background-color:#06b6d426}.bg-cyan-500\/5{background-color:#06b6d40d}.bg-ember-400{--tw-bg-opacity: 1;background-color:rgb(var(--status-ember-400-rgb) / var(--tw-bg-opacity, 1))}.bg-ember-400\/10{background-color:rgb(var(--status-ember-400-rgb) / .1)}.bg-ember-500{--tw-bg-opacity: 1;background-color:rgb(var(--status-ember-500-rgb) / var(--tw-bg-opacity, 1))}.bg-ember-500\/10{background-color:rgb(var(--status-ember-500-rgb) / .1)}.bg-ember-500\/5{background-color:rgb(var(--status-ember-500-rgb) / .05)}.bg-emerald-100{--tw-bg-opacity: 1;background-color:rgb(209 250 229 / var(--tw-bg-opacity, 1))}.bg-emerald-400{--tw-bg-opacity: 1;background-color:rgb(52 211 153 / var(--tw-bg-opacity, 1))}.bg-emerald-500{--tw-bg-opacity: 1;background-color:rgb(16 185 129 / var(--tw-bg-opacity, 1))}.bg-emerald-500\/10{background-color:#10b9811a}.bg-emerald-500\/15{background-color:#10b98126}.bg-fuchsia-500\/10{background-color:#d946ef1a}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.bg-gray-200{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.bg-gray-500{--tw-bg-opacity: 1;background-color:rgb(107 114 128 / var(--tw-bg-opacity, 1))}.bg-green-100{--tw-bg-opacity: 1;background-color:rgb(220 252 231 / var(--tw-bg-opacity, 1))}.bg-green-200{--tw-bg-opacity: 1;background-color:rgb(187 247 208 / var(--tw-bg-opacity, 1))}.bg-green-400{--tw-bg-opacity: 1;background-color:rgb(74 222 128 / var(--tw-bg-opacity, 1))}.bg-green-400\/10{background-color:#4ade801a}.bg-green-400\/25{background-color:#4ade8040}.bg-green-500{--tw-bg-opacity: 1;background-color:rgb(34 197 94 / var(--tw-bg-opacity, 1))}.bg-green-500\/10{background-color:#22c55e1a}.bg-green-500\/15{background-color:#22c55e26}.bg-green-500\/30{background-color:#22c55e4d}.bg-green-500\/40{background-color:#22c55e66}.bg-green-600{--tw-bg-opacity: 1;background-color:rgb(22 163 74 / var(--tw-bg-opacity, 1))}.bg-indigo-500{--tw-bg-opacity: 1;background-color:rgb(99 102 241 / var(--tw-bg-opacity, 1))}.bg-indigo-500\/10{background-color:#6366f11a}.bg-indigo-500\/25{background-color:#6366f140}.bg-indigo-500\/30{background-color:#6366f14d}.bg-on-accent{background-color:var(--on-accent-color, #ffffff)}.bg-orange-100{--tw-bg-opacity: 1;background-color:rgb(255 237 213 / var(--tw-bg-opacity, 1))}.bg-orange-200{--tw-bg-opacity: 1;background-color:rgb(254 215 170 / var(--tw-bg-opacity, 1))}.bg-orange-400{--tw-bg-opacity: 1;background-color:rgb(251 146 60 / var(--tw-bg-opacity, 1))}.bg-orange-500{--tw-bg-opacity: 1;background-color:rgb(249 115 22 / var(--tw-bg-opacity, 1))}.bg-orange-500\/10{background-color:#f973161a}.bg-pink-100{--tw-bg-opacity: 1;background-color:rgb(252 231 243 / var(--tw-bg-opacity, 1))}.bg-pink-200{--tw-bg-opacity: 1;background-color:rgb(251 207 232 / var(--tw-bg-opacity, 1))}.bg-pink-400{--tw-bg-opacity: 1;background-color:rgb(244 114 182 / var(--tw-bg-opacity, 1))}.bg-pink-400\/25{background-color:#f472b640}.bg-pink-500{--tw-bg-opacity: 1;background-color:rgb(236 72 153 / var(--tw-bg-opacity, 1))}.bg-pink-500\/10{background-color:#ec48991a}.bg-purple-100{--tw-bg-opacity: 1;background-color:rgb(243 232 255 / var(--tw-bg-opacity, 1))}.bg-purple-200{--tw-bg-opacity: 1;background-color:rgb(233 213 255 / var(--tw-bg-opacity, 1))}.bg-purple-500{--tw-bg-opacity: 1;background-color:rgb(168 85 247 / var(--tw-bg-opacity, 1))}.bg-purple-500\/15{background-color:#a855f726}.bg-red-100{--tw-bg-opacity: 1;background-color:rgb(254 226 226 / var(--tw-bg-opacity, 1))}.bg-red-200{--tw-bg-opacity: 1;background-color:rgb(254 202 202 / var(--tw-bg-opacity, 1))}.bg-red-400{--tw-bg-opacity: 1;background-color:rgb(248 113 113 / var(--tw-bg-opacity, 1))}.bg-red-400\/10{background-color:#f871711a}.bg-red-400\/25{background-color:#f8717140}.bg-red-500{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity, 1))}.bg-red-500\/10{background-color:#ef44441a}.bg-red-500\/15{background-color:#ef444426}.bg-red-700{--tw-bg-opacity: 1;background-color:rgb(185 28 28 / var(--tw-bg-opacity, 1))}.bg-rose-400{--tw-bg-opacity: 1;background-color:rgb(251 113 133 / var(--tw-bg-opacity, 1))}.bg-rose-500\/10{background-color:#f43f5e1a}.bg-rose-500\/30{background-color:#f43f5e4d}.bg-sky-400{--tw-bg-opacity: 1;background-color:rgb(56 189 248 / var(--tw-bg-opacity, 1))}.bg-sky-400\/25{background-color:#38bdf840}.bg-sky-500\/30{background-color:#0ea5e94d}.bg-slate-500\/10{background-color:#64748b1a}.bg-status-agent{--tw-bg-opacity: 1;background-color:rgb(var(--status-agent-rgb) / var(--tw-bg-opacity, 1))}.bg-status-agent-strong{--tw-bg-opacity: 1;background-color:rgb(var(--status-agent-strong-rgb) / var(--tw-bg-opacity, 1))}.bg-status-agent\/10{background-color:rgb(var(--status-agent-rgb) / .1)}.bg-status-agent\/15{background-color:rgb(var(--status-agent-rgb) / .15)}.bg-status-agent\/20{background-color:rgb(var(--status-agent-rgb) / .2)}.bg-status-agent\/25{background-color:rgb(var(--status-agent-rgb) / .25)}.bg-status-agent\/40{background-color:rgb(var(--status-agent-rgb) / .4)}.bg-status-agent\/5{background-color:rgb(var(--status-agent-rgb) / .05)}.bg-status-agent\/50{background-color:rgb(var(--status-agent-rgb) / .5)}.bg-status-agent\/60{background-color:rgb(var(--status-agent-rgb) / .6)}.bg-status-agent\/70{background-color:rgb(var(--status-agent-rgb) / .7)}.bg-status-agent\/\[0\.03\]{background-color:rgb(var(--status-agent-rgb) / .03)}.bg-status-agent\/\[0\.12\]{background-color:rgb(var(--status-agent-rgb) / .12)}.bg-status-approval{--tw-bg-opacity: 1;background-color:rgb(var(--status-approval-rgb) / var(--tw-bg-opacity, 1))}.bg-status-approval\/5{background-color:rgb(var(--status-approval-rgb) / .05)}.bg-status-error{--tw-bg-opacity: 1;background-color:rgb(var(--status-error-rgb) / var(--tw-bg-opacity, 1))}.bg-status-error-strong{--tw-bg-opacity: 1;background-color:rgb(var(--status-error-strong-rgb) / var(--tw-bg-opacity, 1))}.bg-status-error\/10{background-color:rgb(var(--status-error-rgb) / .1)}.bg-status-error\/15{background-color:rgb(var(--status-error-rgb) / .15)}.bg-status-error\/20{background-color:rgb(var(--status-error-rgb) / .2)}.bg-status-error\/40{background-color:rgb(var(--status-error-rgb) / .4)}.bg-status-error\/5{background-color:rgb(var(--status-error-rgb) / .05)}.bg-status-error\/60{background-color:rgb(var(--status-error-rgb) / .6)}.bg-status-error\/70{background-color:rgb(var(--status-error-rgb) / .7)}.bg-status-error\/90{background-color:rgb(var(--status-error-rgb) / .9)}.bg-status-error\/\[0\.03\]{background-color:rgb(var(--status-error-rgb) / .03)}.bg-status-error\/\[0\.12\]{background-color:rgb(var(--status-error-rgb) / .12)}.bg-status-needs-you{--tw-bg-opacity: 1;background-color:rgb(var(--status-needs-you-rgb) / var(--tw-bg-opacity, 1))}.bg-status-needs-you-strong{--tw-bg-opacity: 1;background-color:rgb(var(--status-needs-you-strong-rgb) / var(--tw-bg-opacity, 1))}.bg-status-needs-you-strong\/80{background-color:rgb(var(--status-needs-you-strong-rgb) / .8)}.bg-status-needs-you-strong\/90{background-color:rgb(var(--status-needs-you-strong-rgb) / .9)}.bg-status-needs-you\/10{background-color:rgb(var(--status-needs-you-rgb) / .1)}.bg-status-needs-you\/15{background-color:rgb(var(--status-needs-you-rgb) / .15)}.bg-status-needs-you\/20{background-color:rgb(var(--status-needs-you-rgb) / .2)}.bg-status-needs-you\/40{background-color:rgb(var(--status-needs-you-rgb) / .4)}.bg-status-needs-you\/5{background-color:rgb(var(--status-needs-you-rgb) / .05)}.bg-status-needs-you\/60{background-color:rgb(var(--status-needs-you-rgb) / .6)}.bg-status-needs-you\/70{background-color:rgb(var(--status-needs-you-rgb) / .7)}.bg-status-needs-you\/\[0\.03\]{background-color:rgb(var(--status-needs-you-rgb) / .03)}.bg-status-needs-you\/\[0\.14\]{background-color:rgb(var(--status-needs-you-rgb) / .14)}.bg-status-permission{--tw-bg-opacity: 1;background-color:rgb(var(--status-permission-rgb) / var(--tw-bg-opacity, 1))}.bg-status-question{--tw-bg-opacity: 1;background-color:rgb(var(--status-question-rgb) / var(--tw-bg-opacity, 1))}.bg-status-question\/10{background-color:rgb(var(--status-question-rgb) / .1)}.bg-status-question\/15{background-color:rgb(var(--status-question-rgb) / .15)}.bg-status-question\/20{background-color:rgb(var(--status-question-rgb) / .2)}.bg-status-ready{--tw-bg-opacity: 1;background-color:rgb(var(--status-ready-rgb) / var(--tw-bg-opacity, 1))}.bg-stone-100{--tw-bg-opacity: 1;background-color:rgb(245 245 244 / var(--tw-bg-opacity, 1))}.bg-stone-200{--tw-bg-opacity: 1;background-color:rgb(231 229 228 / var(--tw-bg-opacity, 1))}.bg-surface-100{--tw-bg-opacity: 1;background-color:rgb(var(--color-surface-100-rgb) / var(--tw-bg-opacity, 1))}.bg-surface-100\/20{background-color:rgb(var(--color-surface-100-rgb) / .2)}.bg-surface-100\/30{background-color:rgb(var(--color-surface-100-rgb) / .3)}.bg-surface-100\/40{background-color:rgb(var(--color-surface-100-rgb) / .4)}.bg-surface-100\/50{background-color:rgb(var(--color-surface-100-rgb) / .5)}.bg-surface-100\/60{background-color:rgb(var(--color-surface-100-rgb) / .6)}.bg-surface-100\/70{background-color:rgb(var(--color-surface-100-rgb) / .7)}.bg-surface-100\/80{background-color:rgb(var(--color-surface-100-rgb) / .8)}.bg-surface-100\/90{background-color:rgb(var(--color-surface-100-rgb) / .9)}.bg-surface-100\/95{background-color:rgb(var(--color-surface-100-rgb) / .95)}.bg-surface-200{--tw-bg-opacity: 1;background-color:rgb(var(--color-surface-200-rgb) / var(--tw-bg-opacity, 1))}.bg-surface-200\/20{background-color:rgb(var(--color-surface-200-rgb) / .2)}.bg-surface-200\/30{background-color:rgb(var(--color-surface-200-rgb) / .3)}.bg-surface-200\/40{background-color:rgb(var(--color-surface-200-rgb) / .4)}.bg-surface-200\/50{background-color:rgb(var(--color-surface-200-rgb) / .5)}.bg-surface-200\/60{background-color:rgb(var(--color-surface-200-rgb) / .6)}.bg-surface-200\/70{background-color:rgb(var(--color-surface-200-rgb) / .7)}.bg-surface-200\/80{background-color:rgb(var(--color-surface-200-rgb) / .8)}.bg-surface-200\/95{background-color:rgb(var(--color-surface-200-rgb) / .95)}.bg-surface-300{--tw-bg-opacity: 1;background-color:rgb(var(--color-surface-300-rgb) / var(--tw-bg-opacity, 1))}.bg-surface-300\/20{background-color:rgb(var(--color-surface-300-rgb) / .2)}.bg-surface-300\/30{background-color:rgb(var(--color-surface-300-rgb) / .3)}.bg-surface-300\/40{background-color:rgb(var(--color-surface-300-rgb) / .4)}.bg-surface-300\/50{background-color:rgb(var(--color-surface-300-rgb) / .5)}.bg-surface-300\/60{background-color:rgb(var(--color-surface-300-rgb) / .6)}.bg-surface-300\/70{background-color:rgb(var(--color-surface-300-rgb) / .7)}.bg-surface-400{--tw-bg-opacity: 1;background-color:rgb(var(--color-surface-400-rgb) / var(--tw-bg-opacity, 1))}.bg-surface-400\/20{background-color:rgb(var(--color-surface-400-rgb) / .2)}.bg-surface-400\/40{background-color:rgb(var(--color-surface-400-rgb) / .4)}.bg-surface-400\/50{background-color:rgb(var(--color-surface-400-rgb) / .5)}.bg-surface-400\/60{background-color:rgb(var(--color-surface-400-rgb) / .6)}.bg-surface-400\/70{background-color:rgb(var(--color-surface-400-rgb) / .7)}.bg-surface-400\/80{background-color:rgb(var(--color-surface-400-rgb) / .8)}.bg-surface-50{--tw-bg-opacity: 1;background-color:rgb(var(--color-surface-50-rgb) / var(--tw-bg-opacity, 1))}.bg-surface-50\/30{background-color:rgb(var(--color-surface-50-rgb) / .3)}.bg-surface-50\/50{background-color:rgb(var(--color-surface-50-rgb) / .5)}.bg-surface-50\/60{background-color:rgb(var(--color-surface-50-rgb) / .6)}.bg-surface-50\/70{background-color:rgb(var(--color-surface-50-rgb) / .7)}.bg-surface-50\/80{background-color:rgb(var(--color-surface-50-rgb) / .8)}.bg-surface-50\/90{background-color:rgb(var(--color-surface-50-rgb) / .9)}.bg-surface-50\/95{background-color:rgb(var(--color-surface-50-rgb) / .95)}.bg-surface-500{--tw-bg-opacity: 1;background-color:rgb(var(--color-surface-500-rgb) / var(--tw-bg-opacity, 1))}.bg-surface-500\/10{background-color:rgb(var(--color-surface-500-rgb) / .1)}.bg-surface-500\/15{background-color:rgb(var(--color-surface-500-rgb) / .15)}.bg-surface-500\/20{background-color:rgb(var(--color-surface-500-rgb) / .2)}.bg-surface-600{--tw-bg-opacity: 1;background-color:rgb(var(--color-surface-600-rgb) / var(--tw-bg-opacity, 1))}.bg-surface-700{--tw-bg-opacity: 1;background-color:rgb(var(--color-surface-700-rgb) / var(--tw-bg-opacity, 1))}.bg-surface-800{--tw-bg-opacity: 1;background-color:rgb(var(--color-surface-800-rgb) / var(--tw-bg-opacity, 1))}.bg-surface-900{--tw-bg-opacity: 1;background-color:rgb(var(--color-surface-900-rgb) / var(--tw-bg-opacity, 1))}.bg-surface-900\/40{background-color:rgb(var(--color-surface-900-rgb) / .4)}.bg-surface-900\/60{background-color:rgb(var(--color-surface-900-rgb) / .6)}.bg-surface-900\/80{background-color:rgb(var(--color-surface-900-rgb) / .8)}.bg-surface-900\/90{background-color:rgb(var(--color-surface-900-rgb) / .9)}.bg-surface-900\/95{background-color:rgb(var(--color-surface-900-rgb) / .95)}.bg-surface-950{--tw-bg-opacity: 1;background-color:rgb(var(--color-surface-950-rgb) / var(--tw-bg-opacity, 1))}.bg-teal-400{--tw-bg-opacity: 1;background-color:rgb(45 212 191 / var(--tw-bg-opacity, 1))}.bg-teal-500{--tw-bg-opacity: 1;background-color:rgb(20 184 166 / var(--tw-bg-opacity, 1))}.bg-teal-500\/10{background-color:#14b8a61a}.bg-toggle-off{background-color:var(--toggle-off-track, #d4d4d8)}.bg-transparent{background-color:transparent}.bg-violet-100{--tw-bg-opacity: 1;background-color:rgb(237 233 254 / var(--tw-bg-opacity, 1))}.bg-violet-400{--tw-bg-opacity: 1;background-color:rgb(167 139 250 / var(--tw-bg-opacity, 1))}.bg-violet-500{--tw-bg-opacity: 1;background-color:rgb(139 92 246 / var(--tw-bg-opacity, 1))}.bg-violet-500\/10{background-color:#8b5cf61a}.bg-violet-500\/15{background-color:#8b5cf626}.bg-violet-500\/20{background-color:#8b5cf633}.bg-violet-500\/30{background-color:#8b5cf64d}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-white\/10{background-color:#ffffff1a}.bg-white\/25{background-color:#ffffff40}.bg-white\/5{background-color:#ffffff0d}.bg-white\/80{background-color:#fffc}.bg-white\/\[0\.03\]{background-color:#ffffff08}.bg-white\/\[0\.04\]{background-color:#ffffff0a}.bg-white\/\[0\.12\]{background-color:#ffffff1f}.bg-white\/\[0\.15\]{background-color:#ffffff26}.bg-yellow-100{--tw-bg-opacity: 1;background-color:rgb(254 249 195 / var(--tw-bg-opacity, 1))}.bg-yellow-200{--tw-bg-opacity: 1;background-color:rgb(254 240 138 / var(--tw-bg-opacity, 1))}.bg-yellow-400{--tw-bg-opacity: 1;background-color:rgb(250 204 21 / var(--tw-bg-opacity, 1))}.bg-yellow-400\/25{background-color:#facc1540}.bg-yellow-500{--tw-bg-opacity: 1;background-color:rgb(234 179 8 / var(--tw-bg-opacity, 1))}.bg-opacity-15{--tw-bg-opacity: .15 }.bg-opacity-20{--tw-bg-opacity: .2 }.bg-gradient-to-b{background-image:linear-gradient(to bottom,var(--tw-gradient-stops))}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.bg-gradient-to-t{background-image:linear-gradient(to top,var(--tw-gradient-stops))}.from-accent{--tw-gradient-from: rgb(var(--accent-rgb) / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(var(--accent-rgb) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) }.from-accent\/10{--tw-gradient-from: rgb(var(--accent-rgb) / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(var(--accent-rgb) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) }.from-accent\/30{--tw-gradient-from: rgb(var(--accent-rgb) / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(var(--accent-rgb) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) }.from-accent\/\[0\.06\]{--tw-gradient-from: rgb(var(--accent-rgb) / .06) var(--tw-gradient-from-position);--tw-gradient-to: rgb(var(--accent-rgb) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) }.from-amber-400{--tw-gradient-from: #fbbf24 var(--tw-gradient-from-position);--tw-gradient-to: rgb(251 191 36 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) }.from-amber-500{--tw-gradient-from: #f59e0b var(--tw-gradient-from-position);--tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) }.from-black\/45{--tw-gradient-from: rgb(0 0 0 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) }.from-black\/70{--tw-gradient-from: rgb(0 0 0 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) }.from-blue-500{--tw-gradient-from: #3b82f6 var(--tw-gradient-from-position);--tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) }.from-cyan-500{--tw-gradient-from: #06b6d4 var(--tw-gradient-from-position);--tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) }.from-emerald-500{--tw-gradient-from: #10b981 var(--tw-gradient-from-position);--tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) }.from-indigo-500{--tw-gradient-from: #6366f1 var(--tw-gradient-from-position);--tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) }.from-orange-500{--tw-gradient-from: #f97316 var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) }.from-sky-500{--tw-gradient-from: #0ea5e9 var(--tw-gradient-from-position);--tw-gradient-to: rgb(14 165 233 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) }.from-status-agent\/\[0\.06\]{--tw-gradient-from: rgb(var(--status-agent-rgb) / .06) var(--tw-gradient-from-position);--tw-gradient-to: rgb(var(--status-agent-rgb) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) }.from-status-error\/\[0\.07\]{--tw-gradient-from: rgb(var(--status-error-rgb) / .07) var(--tw-gradient-from-position);--tw-gradient-to: rgb(var(--status-error-rgb) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) }.from-status-needs-you\/\[0\.08\]{--tw-gradient-from: rgb(var(--status-needs-you-rgb) / .08) var(--tw-gradient-from-position);--tw-gradient-to: rgb(var(--status-needs-you-rgb) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) }.from-surface-50{--tw-gradient-from: rgb(var(--color-surface-50-rgb) / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(var(--color-surface-50-rgb) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) }.from-surface-500{--tw-gradient-from: rgb(var(--color-surface-500-rgb) / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(var(--color-surface-500-rgb) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) }.from-violet-500{--tw-gradient-from: #8b5cf6 var(--tw-gradient-from-position);--tw-gradient-to: rgb(139 92 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) }.from-violet-500\/10{--tw-gradient-from: rgb(139 92 246 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(139 92 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) }.from-violet-500\/5{--tw-gradient-from: rgb(139 92 246 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(139 92 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) }.from-60\%{--tw-gradient-from-position: 60% }.via-accent\/5{--tw-gradient-to: rgb(var(--accent-rgb) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(var(--accent-rgb) / .05) var(--tw-gradient-via-position), var(--tw-gradient-to) }.via-black\/30{--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / .3) var(--tw-gradient-via-position), var(--tw-gradient-to) }.via-indigo-500\/10{--tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(99 102 241 / .1) var(--tw-gradient-via-position), var(--tw-gradient-to) }.via-surface-100{--tw-gradient-to: rgb(var(--color-surface-100-rgb) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-surface-100-rgb) / 1) var(--tw-gradient-via-position), var(--tw-gradient-to) }.via-surface-100\/40{--tw-gradient-to: rgb(var(--color-surface-100-rgb) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-surface-100-rgb) / .4) var(--tw-gradient-via-position), var(--tw-gradient-to) }.via-surface-50\/90{--tw-gradient-to: rgb(var(--color-surface-50-rgb) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-surface-50-rgb) / .9) var(--tw-gradient-via-position), var(--tw-gradient-to) }.via-transparent{--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), transparent var(--tw-gradient-via-position), var(--tw-gradient-to) }.to-accent\/60{--tw-gradient-to: rgb(var(--accent-rgb) / .6) var(--tw-gradient-to-position) }.to-amber-400{--tw-gradient-to: #fbbf24 var(--tw-gradient-to-position) }.to-blue-400{--tw-gradient-to: #60a5fa var(--tw-gradient-to-position) }.to-blue-500\/10{--tw-gradient-to: rgb(59 130 246 / .1) var(--tw-gradient-to-position) }.to-cyan-400{--tw-gradient-to: #22d3ee var(--tw-gradient-to-position) }.to-emerald-400{--tw-gradient-to: #34d399 var(--tw-gradient-to-position) }.to-indigo-400{--tw-gradient-to: #818cf8 var(--tw-gradient-to-position) }.to-indigo-500\/5{--tw-gradient-to: rgb(99 102 241 / .05) var(--tw-gradient-to-position) }.to-orange-400{--tw-gradient-to: #fb923c var(--tw-gradient-to-position) }.to-sky-400{--tw-gradient-to: #38bdf8 var(--tw-gradient-to-position) }.to-surface-400{--tw-gradient-to: rgb(var(--color-surface-400-rgb) / 1) var(--tw-gradient-to-position) }.to-surface-50{--tw-gradient-to: rgb(var(--color-surface-50-rgb) / 1) var(--tw-gradient-to-position) }.to-transparent{--tw-gradient-to: transparent var(--tw-gradient-to-position) }.to-violet-400{--tw-gradient-to: #a78bfa var(--tw-gradient-to-position) }.to-yellow-400{--tw-gradient-to: #facc15 var(--tw-gradient-to-position) }.bg-cover{background-size:cover}.bg-center{background-position:center}.fill-\[\#e2b203\]{fill:#e2b203}.fill-\[rgb\(var\(--accent-rgb\,99_102_241\)\)\]{fill:rgb(var(--accent-rgb,99 102 241))}.fill-accent{fill:rgb(var(--accent-rgb) / 1)}.fill-amber-400{fill:#fbbf24}.fill-amber-500{fill:#f59e0b}.fill-current{fill:currentColor}.fill-green-500{fill:#22c55e}.fill-none{fill:none}.fill-red-500{fill:#ef4444}.fill-status-needs-you{fill:rgb(var(--status-needs-you-rgb) / 1)}.fill-surface-300{fill:rgb(var(--color-surface-300-rgb) / 1)}.fill-surface-400{fill:rgb(var(--color-surface-400-rgb) / 1)}.fill-surface-500{fill:rgb(var(--color-surface-500-rgb) / 1)}.fill-surface-600{fill:rgb(var(--color-surface-600-rgb) / 1)}.fill-surface-700{fill:rgb(var(--color-surface-700-rgb) / 1)}.fill-surface-800{fill:rgb(var(--color-surface-800-rgb) / 1)}.fill-white{fill:#fff}.stroke-accent{stroke:rgb(var(--accent-rgb) / 1)}.stroke-surface-200{stroke:rgb(var(--color-surface-200-rgb) / 1)}.stroke-surface-300{stroke:rgb(var(--color-surface-300-rgb) / 1)}.stroke-surface-400{stroke:rgb(var(--color-surface-400-rgb) / 1)}.stroke-surface-500{stroke:rgb(var(--color-surface-500-rgb) / 1)}.object-contain{-o-object-fit:contain;object-fit:contain}.object-cover{-o-object-fit:cover;object-fit:cover}.\!p-0{padding:0!important}.\!p-3{padding:.75rem!important}.p-0{padding:0}.p-0\.5{padding:.125rem}.p-1{padding:.25rem}.p-1\.5{padding:.375rem}.p-12{padding:3rem}.p-2{padding:.5rem}.p-2\.5{padding:.625rem}.p-3{padding:.75rem}.p-3\.5{padding:.875rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.p-px{padding:1px}.\!px-0{padding-left:0!important;padding-right:0!important}.\!px-2{padding-left:.5rem!important;padding-right:.5rem!important}.\!px-2\.5{padding-left:.625rem!important;padding-right:.625rem!important}.\!py-0{padding-top:0!important;padding-bottom:0!important}.\!py-0\.5{padding-top:.125rem!important;padding-bottom:.125rem!important}.\!py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.\!py-1\.5{padding-top:.375rem!important;padding-bottom:.375rem!important}.px-0{padding-left:0;padding-right:0}.px-0\.5{padding-left:.125rem;padding-right:.125rem}.px-1{padding-left:.25rem;padding-right:.25rem}.px-1\.5{padding-left:.375rem;padding-right:.375rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-3\.5{padding-left:.875rem;padding-right:.875rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.px-\[3px\]{padding-left:3px;padding-right:3px}.py-0{padding-top:0;padding-bottom:0}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-20{padding-top:5rem;padding-bottom:5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-\[3px\]{padding-top:3px;padding-bottom:3px}.py-\[Npx\]{padding-top:Npx;padding-bottom:Npx}.py-px{padding-top:1px;padding-bottom:1px}.\!pl-10{padding-left:2.5rem!important}.\!pl-8{padding-left:2rem!important}.pb-0{padding-bottom:0}.pb-0\.5{padding-bottom:.125rem}.pb-1{padding-bottom:.25rem}.pb-1\.5{padding-bottom:.375rem}.pb-16{padding-bottom:4rem}.pb-2{padding-bottom:.5rem}.pb-2\.5{padding-bottom:.625rem}.pb-28{padding-bottom:7rem}.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pb-5{padding-bottom:1.25rem}.pb-6{padding-bottom:1.5rem}.pb-8{padding-bottom:2rem}.pb-\[18px\]{padding-bottom:18px}.pb-\[2\.5px\]{padding-bottom:2.5px}.pb-\[env\(safe-area-inset-bottom\)\]{padding-bottom:env(safe-area-inset-bottom)}.pb-\[env\(safe-area-inset-bottom\,0px\)\]{padding-bottom:env(safe-area-inset-bottom,0px)}.pe-1{padding-inline-end:.25rem}.pe-14{padding-inline-end:3.5rem}.pe-16{padding-inline-end:4rem}.pe-2{padding-inline-end:.5rem}.pe-28{padding-inline-end:7rem}.pe-3{padding-inline-end:.75rem}.pe-4{padding-inline-end:1rem}.pl-0{padding-left:0}.pl-0\.5{padding-left:.125rem}.pl-1{padding-left:.25rem}.pl-1\.5{padding-left:.375rem}.pl-10{padding-left:2.5rem}.pl-11{padding-left:2.75rem}.pl-12{padding-left:3rem}.pl-14{padding-left:3.5rem}.pl-2{padding-left:.5rem}.pl-2\.5{padding-left:.625rem}.pl-3{padding-left:.75rem}.pl-3\.5{padding-left:.875rem}.pl-4{padding-left:1rem}.pl-5{padding-left:1.25rem}.pl-6{padding-left:1.5rem}.pl-7{padding-left:1.75rem}.pl-8{padding-left:2rem}.pl-9{padding-left:2.25rem}.pl-\[18px\]{padding-left:18px}.pl-\[22px\]{padding-left:22px}.pl-\[26px\]{padding-left:26px}.pl-\[82px\]{padding-left:82px}.pr-0\.5{padding-right:.125rem}.pr-1{padding-right:.25rem}.pr-1\.5{padding-right:.375rem}.pr-10{padding-right:2.5rem}.pr-11{padding-right:2.75rem}.pr-14{padding-right:3.5rem}.pr-16{padding-right:4rem}.pr-2{padding-right:.5rem}.pr-2\.5{padding-right:.625rem}.pr-20{padding-right:5rem}.pr-3{padding-right:.75rem}.pr-4{padding-right:1rem}.pr-5{padding-right:1.25rem}.pr-6{padding-right:1.5rem}.pr-7{padding-right:1.75rem}.pr-8{padding-right:2rem}.pr-9{padding-right:2.25rem}.ps-1{padding-inline-start:.25rem}.ps-2{padding-inline-start:.5rem}.ps-3{padding-inline-start:.75rem}.ps-3\.5{padding-inline-start:.875rem}.ps-4{padding-inline-start:1rem}.ps-5{padding-inline-start:1.25rem}.ps-6{padding-inline-start:1.5rem}.pt-0{padding-top:0}.pt-0\.5{padding-top:.125rem}.pt-1{padding-top:.25rem}.pt-1\.5{padding-top:.375rem}.pt-12{padding-top:3rem}.pt-16{padding-top:4rem}.pt-2{padding-top:.5rem}.pt-2\.5{padding-top:.625rem}.pt-3{padding-top:.75rem}.pt-3\.5{padding-top:.875rem}.pt-4{padding-top:1rem}.pt-5{padding-top:1.25rem}.pt-6{padding-top:1.5rem}.pt-8{padding-top:2rem}.pt-\[1\.5px\]{padding-top:1.5px}.pt-\[10vh\]{padding-top:10vh}.pt-\[20vh\]{padding-top:20vh}.pt-\[var\(--amc-sidebar-header-h\,48px\)\]{padding-top:var(--amc-sidebar-header-h,48px)}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-start{text-align:start}.text-end{text-align:end}.align-baseline{vertical-align:baseline}.align-top{vertical-align:top}.align-middle{vertical-align:middle}.align-bottom{vertical-align:bottom}.align-text-bottom{vertical-align:text-bottom}.align-\[-2px\]{vertical-align:-2px}.font-brand{font-family:Satoshi,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.font-mono{font-family:var(--font-family-mono, ui-monospace, SFMono-Regular, Menlo, Consolas, monospace)}.font-sans{font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"}.font-serif{font-family:ui-serif,Georgia,Cambria,Times New Roman,Times,serif}.\!text-sm{font-size:.875rem!important;line-height:1.25rem!important}.\!text-xs{font-size:.75rem!important;line-height:1rem!important}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}.text-6xl{font-size:3.75rem;line-height:1}.text-7xl{font-size:4.5rem;line-height:1}.text-\[0\.7rem\]{font-size:.7rem}.text-\[0\.85em\]{font-size:.85em}.text-\[0\.95em\]{font-size:.95em}.text-\[0\.9em\]{font-size:.9em}.text-\[11px\]{font-size:11px}.text-\[13px\]{font-size:13px}.text-\[16px\]{font-size:16px}.text-\[9px\]{font-size:9px}.text-\[length\:inherit\]{font-size:inherit}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.\!font-normal{font-weight:400!important}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-light{font-weight:300}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.normal-case{text-transform:none}.italic{font-style:italic}.not-italic{font-style:normal}.ordinal{--tw-ordinal: ordinal;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.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)}.leading-4{line-height:1rem}.leading-5{line-height:1.25rem}.leading-\[1\.4\]{line-height:1.4}.leading-none{line-height:1}.leading-normal{line-height:1.5}.leading-relaxed{line-height:1.625}.leading-snug{line-height:1.375}.leading-tight{line-height:1.25}.tracking-\[0\.14em\]{letter-spacing:.14em}.tracking-\[0\.22em\]{letter-spacing:.22em}.tracking-\[0\.3em\]{letter-spacing:.3em}.tracking-normal{letter-spacing:0em}.tracking-tight{letter-spacing:-.025em}.tracking-tighter{letter-spacing:-.05em}.tracking-wide{letter-spacing:.025em}.tracking-wider{letter-spacing:.05em}.tracking-widest{letter-spacing:.1em}.\!text-accent{--tw-text-opacity: 1 !important;color:rgb(var(--accent-rgb) / var(--tw-text-opacity, 1))!important}.\!text-status-error-strong{--tw-text-opacity: 1 !important;color:rgb(var(--status-error-strong-rgb) / var(--tw-text-opacity, 1))!important}.\!text-surface-400{--tw-text-opacity: 1 !important;color:rgb(var(--color-surface-400-rgb) / var(--tw-text-opacity, 1))!important}.\!text-surface-800{--tw-text-opacity: 1 !important;color:rgb(var(--color-surface-800-rgb) / var(--tw-text-opacity, 1))!important}.text-\[\#3f3f46\]{--tw-text-opacity: 1;color:rgb(63 63 70 / var(--tw-text-opacity, 1))}.text-\[\#8f7ee7\]{--tw-text-opacity: 1;color:rgb(143 126 231 / var(--tw-text-opacity, 1))}.text-\[\#a1a1aa\]{--tw-text-opacity: 1;color:rgb(161 161 170 / var(--tw-text-opacity, 1))}.text-\[\#e2b203\]{--tw-text-opacity: 1;color:rgb(226 178 3 / var(--tw-text-opacity, 1))}.text-\[Nrem\]{color:Nrem}.text-\[rgb\(var\(--accent-rgb\)\)\]{color:rgb(var(--accent-rgb))}.text-\[rgb\(var\(--accent-rgb\,59\,130\,246\)\)\]{color:rgb(var(--accent-rgb,59,130,246))}.text-\[rgb\(var\(--accent-rgb\,99_102_241\)\)\]{color:rgb(var(--accent-rgb,99 102 241))}.text-\[rgb\(var\(--accent-rgb\,99_91_255\)\)\]{color:rgb(var(--accent-rgb,99 91 255))}.text-\[rgb\(var\(--text-1\,_226_232_240\)\)\]{color:rgb(var(--text-1, 226 232 240))}.text-\[rgb\(var\(--text-2\,_148_163_184\)\)\]{color:rgb(var(--text-2, 148 163 184))}.text-\[var\(--arij-accent\,\#1868db\)\]{color:var(--arij-accent,#1868db)}.text-\[var\(--arij-accent-fg\,\#fff\)\]{color:var(--arij-accent-fg,#fff)}.text-\[var\(--arij-danger\,\#dc2626\)\]{color:var(--arij-danger,#dc2626)}.text-\[var\(--arij-danger\,\#e5493a\)\]{color:var(--arij-danger,#e5493a)}.text-\[var\(--arij-done\,\#216e4e\)\]{color:var(--arij-done,#216e4e)}.text-\[var\(--arij-done\,\#22a06b\)\]{color:var(--arij-done,#22a06b)}.text-\[var\(--arij-faint\,\#71717a\)\]{color:var(--arij-faint,#71717a)}.text-\[var\(--arij-faint\,\#8590a2\)\]{color:var(--arij-faint,#8590a2)}.text-\[var\(--arij-ink\,\#172b4d\)\]{color:var(--arij-ink,#172b4d)}.text-\[var\(--arij-ink\,\#18181b\)\]{color:var(--arij-ink,#18181b)}.text-\[var\(--arij-progress\,\#0c66e4\)\]{color:var(--arij-progress,#0c66e4)}.text-\[var\(--arij-progress\,\#1868db\)\]{color:var(--arij-progress,#1868db)}.text-\[var\(--arij-progress\,\#4688ec\)\]{color:var(--arij-progress,#4688ec)}.text-\[var\(--arij-selected-fg\,\#0c66e4\)\]{color:var(--arij-selected-fg,#0c66e4)}.text-\[var\(--arij-subtle\,\#52525b\)\]{color:var(--arij-subtle,#52525b)}.text-\[var\(--arij-subtle\,\#626f86\)\]{color:var(--arij-subtle,#626f86)}.text-\[var\(--arij-todo\,\#52525b\)\]{color:var(--arij-todo,#52525b)}.text-\[var\(--arij-todo\,\#626f86\)\]{color:var(--arij-todo,#626f86)}.text-\[var\(--color-surface-500\,\#71717a\)\]{color:var(--color-surface-500,#71717a)}.text-accent{--tw-text-opacity: 1;color:rgb(var(--accent-rgb) / var(--tw-text-opacity, 1))}.text-accent\/25{color:rgb(var(--accent-rgb) / .25)}.text-accent\/50{color:rgb(var(--accent-rgb) / .5)}.text-accent\/70{color:rgb(var(--accent-rgb) / .7)}.text-accent\/80{color:rgb(var(--accent-rgb) / .8)}.text-accent\/90{color:rgb(var(--accent-rgb) / .9)}.text-amber-200{--tw-text-opacity: 1;color:rgb(253 230 138 / var(--tw-text-opacity, 1))}.text-amber-300{--tw-text-opacity: 1;color:rgb(252 211 77 / var(--tw-text-opacity, 1))}.text-amber-400{--tw-text-opacity: 1;color:rgb(251 191 36 / var(--tw-text-opacity, 1))}.text-amber-400\/60{color:#fbbf2499}.text-amber-400\/70{color:#fbbf24b3}.text-amber-400\/80{color:#fbbf24cc}.text-amber-500{--tw-text-opacity: 1;color:rgb(245 158 11 / var(--tw-text-opacity, 1))}.text-amber-600{--tw-text-opacity: 1;color:rgb(217 119 6 / var(--tw-text-opacity, 1))}.text-amber-700{--tw-text-opacity: 1;color:rgb(180 83 9 / var(--tw-text-opacity, 1))}.text-black{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.text-blue-300{--tw-text-opacity: 1;color:rgb(147 197 253 / var(--tw-text-opacity, 1))}.text-blue-400{--tw-text-opacity: 1;color:rgb(96 165 250 / var(--tw-text-opacity, 1))}.text-blue-500{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity, 1))}.text-blue-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.text-blue-700{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.text-blue-800{--tw-text-opacity: 1;color:rgb(30 64 175 / var(--tw-text-opacity, 1))}.text-claude{--tw-text-opacity: 1;color:rgb(217 119 87 / var(--tw-text-opacity, 1))}.text-current{color:currentColor}.text-cyan-300{--tw-text-opacity: 1;color:rgb(103 232 249 / var(--tw-text-opacity, 1))}.text-cyan-400{--tw-text-opacity: 1;color:rgb(34 211 238 / var(--tw-text-opacity, 1))}.text-cyan-500{--tw-text-opacity: 1;color:rgb(6 182 212 / var(--tw-text-opacity, 1))}.text-cyan-600{--tw-text-opacity: 1;color:rgb(8 145 178 / var(--tw-text-opacity, 1))}.text-ember-400{--tw-text-opacity: 1;color:rgb(var(--status-ember-400-rgb) / var(--tw-text-opacity, 1))}.text-ember-500{--tw-text-opacity: 1;color:rgb(var(--status-ember-500-rgb) / var(--tw-text-opacity, 1))}.text-emerald-400{--tw-text-opacity: 1;color:rgb(52 211 153 / var(--tw-text-opacity, 1))}.text-emerald-500{--tw-text-opacity: 1;color:rgb(16 185 129 / var(--tw-text-opacity, 1))}.text-emerald-600{--tw-text-opacity: 1;color:rgb(5 150 105 / var(--tw-text-opacity, 1))}.text-emerald-700{--tw-text-opacity: 1;color:rgb(4 120 87 / var(--tw-text-opacity, 1))}.text-fuchsia-300{--tw-text-opacity: 1;color:rgb(240 171 252 / var(--tw-text-opacity, 1))}.text-fuchsia-400{--tw-text-opacity: 1;color:rgb(232 121 249 / var(--tw-text-opacity, 1))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.text-green-200{--tw-text-opacity: 1;color:rgb(187 247 208 / var(--tw-text-opacity, 1))}.text-green-400{--tw-text-opacity: 1;color:rgb(74 222 128 / var(--tw-text-opacity, 1))}.text-green-500{--tw-text-opacity: 1;color:rgb(34 197 94 / var(--tw-text-opacity, 1))}.text-green-600{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.text-green-700{--tw-text-opacity: 1;color:rgb(21 128 61 / var(--tw-text-opacity, 1))}.text-green-800{--tw-text-opacity: 1;color:rgb(22 101 52 / var(--tw-text-opacity, 1))}.text-indigo-200{--tw-text-opacity: 1;color:rgb(199 210 254 / var(--tw-text-opacity, 1))}.text-indigo-300{--tw-text-opacity: 1;color:rgb(165 180 252 / var(--tw-text-opacity, 1))}.text-indigo-400{--tw-text-opacity: 1;color:rgb(129 140 248 / var(--tw-text-opacity, 1))}.text-indigo-500{--tw-text-opacity: 1;color:rgb(99 102 241 / var(--tw-text-opacity, 1))}.text-inherit{color:inherit}.text-lime-400{--tw-text-opacity: 1;color:rgb(163 230 53 / var(--tw-text-opacity, 1))}.text-link{--tw-text-opacity: 1;color:rgb(var(--link-rgb) / var(--tw-text-opacity, 1))}.text-neutral-900{--tw-text-opacity: 1;color:rgb(23 23 23 / var(--tw-text-opacity, 1))}.text-orange-300{--tw-text-opacity: 1;color:rgb(253 186 116 / var(--tw-text-opacity, 1))}.text-orange-400{--tw-text-opacity: 1;color:rgb(251 146 60 / var(--tw-text-opacity, 1))}.text-orange-600{--tw-text-opacity: 1;color:rgb(234 88 12 / var(--tw-text-opacity, 1))}.text-orange-800{--tw-text-opacity: 1;color:rgb(154 52 18 / var(--tw-text-opacity, 1))}.text-pink-400{--tw-text-opacity: 1;color:rgb(244 114 182 / var(--tw-text-opacity, 1))}.text-pink-600{--tw-text-opacity: 1;color:rgb(219 39 119 / var(--tw-text-opacity, 1))}.text-pink-800{--tw-text-opacity: 1;color:rgb(157 23 77 / var(--tw-text-opacity, 1))}.text-purple-300{--tw-text-opacity: 1;color:rgb(216 180 254 / var(--tw-text-opacity, 1))}.text-purple-400{--tw-text-opacity: 1;color:rgb(192 132 252 / var(--tw-text-opacity, 1))}.text-purple-500{--tw-text-opacity: 1;color:rgb(168 85 247 / var(--tw-text-opacity, 1))}.text-purple-600{--tw-text-opacity: 1;color:rgb(147 51 234 / var(--tw-text-opacity, 1))}.text-purple-800{--tw-text-opacity: 1;color:rgb(107 33 168 / var(--tw-text-opacity, 1))}.text-red-400{--tw-text-opacity: 1;color:rgb(248 113 113 / var(--tw-text-opacity, 1))}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.text-red-600{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.text-red-700{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity, 1))}.text-red-800{--tw-text-opacity: 1;color:rgb(153 27 27 / var(--tw-text-opacity, 1))}.text-rose-200{--tw-text-opacity: 1;color:rgb(254 205 211 / var(--tw-text-opacity, 1))}.text-rose-300{--tw-text-opacity: 1;color:rgb(253 164 175 / var(--tw-text-opacity, 1))}.text-rose-400{--tw-text-opacity: 1;color:rgb(251 113 133 / var(--tw-text-opacity, 1))}.text-sky-200{--tw-text-opacity: 1;color:rgb(186 230 253 / var(--tw-text-opacity, 1))}.text-sky-300{--tw-text-opacity: 1;color:rgb(125 211 252 / var(--tw-text-opacity, 1))}.text-sky-400{--tw-text-opacity: 1;color:rgb(56 189 248 / var(--tw-text-opacity, 1))}.text-sky-400\/70{color:#38bdf8b3}.text-sky-500{--tw-text-opacity: 1;color:rgb(14 165 233 / var(--tw-text-opacity, 1))}.text-slate-700{--tw-text-opacity: 1;color:rgb(51 65 85 / var(--tw-text-opacity, 1))}.text-status-agent{--tw-text-opacity: 1;color:rgb(var(--status-agent-rgb) / var(--tw-text-opacity, 1))}.text-status-agent-strong{--tw-text-opacity: 1;color:rgb(var(--status-agent-strong-rgb) / var(--tw-text-opacity, 1))}.text-status-agent\/50{color:rgb(var(--status-agent-rgb) / .5)}.text-status-agent\/60{color:rgb(var(--status-agent-rgb) / .6)}.text-status-agent\/70{color:rgb(var(--status-agent-rgb) / .7)}.text-status-approval{--tw-text-opacity: 1;color:rgb(var(--status-approval-rgb) / var(--tw-text-opacity, 1))}.text-status-error{--tw-text-opacity: 1;color:rgb(var(--status-error-rgb) / var(--tw-text-opacity, 1))}.text-status-error-strong{--tw-text-opacity: 1;color:rgb(var(--status-error-strong-rgb) / var(--tw-text-opacity, 1))}.text-status-error\/50{color:rgb(var(--status-error-rgb) / .5)}.text-status-error\/60{color:rgb(var(--status-error-rgb) / .6)}.text-status-needs-you{--tw-text-opacity: 1;color:rgb(var(--status-needs-you-rgb) / var(--tw-text-opacity, 1))}.text-status-needs-you-strong{--tw-text-opacity: 1;color:rgb(var(--status-needs-you-strong-rgb) / var(--tw-text-opacity, 1))}.text-status-needs-you\/40{color:rgb(var(--status-needs-you-rgb) / .4)}.text-status-needs-you\/60{color:rgb(var(--status-needs-you-rgb) / .6)}.text-status-needs-you\/70{color:rgb(var(--status-needs-you-rgb) / .7)}.text-status-needs-you\/80{color:rgb(var(--status-needs-you-rgb) / .8)}.text-status-permission{--tw-text-opacity: 1;color:rgb(var(--status-permission-rgb) / var(--tw-text-opacity, 1))}.text-status-question{--tw-text-opacity: 1;color:rgb(var(--status-question-rgb) / var(--tw-text-opacity, 1))}.text-status-ready{--tw-text-opacity: 1;color:rgb(var(--status-ready-rgb) / var(--tw-text-opacity, 1))}.text-stone-600{--tw-text-opacity: 1;color:rgb(87 83 78 / var(--tw-text-opacity, 1))}.text-stone-700{--tw-text-opacity: 1;color:rgb(68 64 60 / var(--tw-text-opacity, 1))}.text-surface-200{--tw-text-opacity: 1;color:rgb(var(--color-surface-200-rgb) / var(--tw-text-opacity, 1))}.text-surface-300{--tw-text-opacity: 1;color:rgb(var(--color-surface-300-rgb) / var(--tw-text-opacity, 1))}.text-surface-400{--tw-text-opacity: 1;color:rgb(var(--color-surface-400-rgb) / var(--tw-text-opacity, 1))}.text-surface-400\/70{color:rgb(var(--color-surface-400-rgb) / .7)}.text-surface-400\/80{color:rgb(var(--color-surface-400-rgb) / .8)}.text-surface-50{--tw-text-opacity: 1;color:rgb(var(--color-surface-50-rgb) / var(--tw-text-opacity, 1))}.text-surface-500{--tw-text-opacity: 1;color:rgb(var(--color-surface-500-rgb) / var(--tw-text-opacity, 1))}.text-surface-600{--tw-text-opacity: 1;color:rgb(var(--color-surface-600-rgb) / var(--tw-text-opacity, 1))}.text-surface-700{--tw-text-opacity: 1;color:rgb(var(--color-surface-700-rgb) / var(--tw-text-opacity, 1))}.text-surface-800{--tw-text-opacity: 1;color:rgb(var(--color-surface-800-rgb) / var(--tw-text-opacity, 1))}.text-surface-900{--tw-text-opacity: 1;color:rgb(var(--color-surface-900-rgb) / var(--tw-text-opacity, 1))}.text-surface-900\/40{color:rgb(var(--color-surface-900-rgb) / .4)}.text-surface-900\/50{color:rgb(var(--color-surface-900-rgb) / .5)}.text-surface-900\/60{color:rgb(var(--color-surface-900-rgb) / .6)}.text-surface-900\/70{color:rgb(var(--color-surface-900-rgb) / .7)}.text-surface-900\/80{color:rgb(var(--color-surface-900-rgb) / .8)}.text-surface-950{--tw-text-opacity: 1;color:rgb(var(--color-surface-950-rgb) / var(--tw-text-opacity, 1))}.text-teal-300{--tw-text-opacity: 1;color:rgb(94 234 212 / var(--tw-text-opacity, 1))}.text-teal-400{--tw-text-opacity: 1;color:rgb(45 212 191 / var(--tw-text-opacity, 1))}.text-transparent{color:transparent}.text-violet-200{--tw-text-opacity: 1;color:rgb(221 214 254 / var(--tw-text-opacity, 1))}.text-violet-300{--tw-text-opacity: 1;color:rgb(196 181 253 / var(--tw-text-opacity, 1))}.text-violet-400{--tw-text-opacity: 1;color:rgb(167 139 250 / var(--tw-text-opacity, 1))}.text-violet-500{--tw-text-opacity: 1;color:rgb(139 92 246 / var(--tw-text-opacity, 1))}.text-violet-600{--tw-text-opacity: 1;color:rgb(124 58 237 / var(--tw-text-opacity, 1))}.text-violet-700{--tw-text-opacity: 1;color:rgb(109 40 217 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.text-white\/35{color:#ffffff59}.text-white\/45{color:#ffffff73}.text-white\/50{color:#ffffff80}.text-white\/55{color:#ffffff8c}.text-white\/60{color:#fff9}.text-white\/70{color:#ffffffb3}.text-white\/80{color:#fffc}.text-white\/85{color:#ffffffd9}.text-white\/90{color:#ffffffe6}.text-yellow-400{--tw-text-opacity: 1;color:rgb(250 204 21 / var(--tw-text-opacity, 1))}.text-yellow-600{--tw-text-opacity: 1;color:rgb(202 138 4 / var(--tw-text-opacity, 1))}.text-yellow-800{--tw-text-opacity: 1;color:rgb(133 77 14 / var(--tw-text-opacity, 1))}.text-zinc-900{--tw-text-opacity: 1;color:rgb(24 24 27 / var(--tw-text-opacity, 1))}.underline{text-decoration-line:underline}.line-through{text-decoration-line:line-through}.decoration-surface-300{text-decoration-color:rgb(var(--color-surface-300-rgb) / 1)}.decoration-surface-400{text-decoration-color:rgb(var(--color-surface-400-rgb) / 1)}.underline-offset-2{text-underline-offset:2px}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.placeholder-surface-300::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(var(--color-surface-300-rgb) / var(--tw-placeholder-opacity, 1))}.placeholder-surface-300::placeholder{--tw-placeholder-opacity: 1;color:rgb(var(--color-surface-300-rgb) / var(--tw-placeholder-opacity, 1))}.placeholder-surface-400::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(var(--color-surface-400-rgb) / var(--tw-placeholder-opacity, 1))}.placeholder-surface-400::placeholder{--tw-placeholder-opacity: 1;color:rgb(var(--color-surface-400-rgb) / var(--tw-placeholder-opacity, 1))}.placeholder-surface-500::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(var(--color-surface-500-rgb) / var(--tw-placeholder-opacity, 1))}.placeholder-surface-500::placeholder{--tw-placeholder-opacity: 1;color:rgb(var(--color-surface-500-rgb) / var(--tw-placeholder-opacity, 1))}.placeholder-white\/40::-moz-placeholder{color:#fff6}.placeholder-white\/40::placeholder{color:#fff6}.accent-\[rgb\(var\(--accent-rgb\)\)\]{accent-color:rgb(var(--accent-rgb))}.accent-\[rgb\(var\(--accent-rgb\,99_102_241\)\)\]{accent-color:rgb(var(--accent-rgb,99 102 241))}.accent-\[var\(--accent-rgb\,140_82_255\)\]{accent-color:var(--accent-rgb,140 82 255)}.accent-\[var\(--accent-rgb\,99\,102\,241\)\]{accent-color:var(--accent-rgb,99,102,241)}.accent-\[var\(--arij-accent\,\#1868db\)\]{accent-color:var(--arij-accent,#1868db)}.accent-accent{accent-color:rgb(var(--accent-rgb) / 1)}.\!opacity-0{opacity:0!important}.\!opacity-40{opacity:.4!important}.\!opacity-60{opacity:.6!important}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-25{opacity:.25}.opacity-30{opacity:.3}.opacity-40{opacity:.4}.opacity-45{opacity:.45}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.opacity-75{opacity:.75}.opacity-80{opacity:.8}.opacity-90{opacity:.9}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-2xl{--tw-shadow: var(--elevation-4, 0 25px 50px -12px rgb(0 0 0 / .25));--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_0_20px_rgba\(var\(--accent-rgb\,124_140_255\)\/0\.22\)\]{--tw-shadow: 0 0 20px rgba(var(--accent-rgb,124 140 255)/.22);--tw-shadow-colored: 0 0 20px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[inset_0_1px_0_0_rgb\(0_0_0_\/_0\.22\)\]{--tw-shadow: inset 0 1px 0 0 rgb(0 0 0 / .22);--tw-shadow-colored: inset 0 1px 0 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[inset_0_1px_2px_0_rgb\(0_0_0_\/_0\.22\)\]{--tw-shadow: inset 0 1px 2px 0 rgb(0 0 0 / .22);--tw-shadow-colored: inset 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow: var(--elevation-3, 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1));--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: var(--elevation-2, 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1));--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-modal-panel{--tw-shadow: var(--modal-panel-shadow);--tw-shadow-colored: var(--modal-panel-shadow);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: var(--elevation-1, 0 1px 2px 0 rgb(0 0 0 / .05));--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow: var(--elevation-4, 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1));--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-black\/10{--tw-shadow-color: rgb(0 0 0 / .1);--tw-shadow: var(--tw-shadow-colored) }.outline-none{outline:2px solid transparent;outline-offset:2px}.\!outline{outline-style:solid!important}.outline{outline-style:solid}.outline-2{outline-width:2px}.outline-offset-2{outline-offset:2px}.outline-accent\/40{outline-color:rgb(var(--accent-rgb) / .4)}.outline-accent\/60{outline-color:rgb(var(--accent-rgb) / .6)}.outline-transparent{outline-color:transparent}.\!ring{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)!important}.ring{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-1{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-2{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-4{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-inset{--tw-ring-inset: inset }.ring-\[rgb\(var\(--accent-rgb\)\)\]\/40{--tw-ring-color: rgb(var(--accent-rgb) / .4) }.ring-\[rgb\(var\(--accent-rgb\,99_102_241\)\)\]{--tw-ring-color: rgb(var(--accent-rgb,99 102 241)) }.ring-\[var\(--arij-accent\,\#1868db\)\]{--tw-ring-color: var(--arij-accent,#1868db) }.ring-\[var\(--arij-ink\,\#172b4d\)\]{--tw-ring-color: var(--arij-ink,#172b4d) }.ring-\[var\(--panel-bg\,\#ffffff\)\]{--tw-ring-color: var(--panel-bg,#ffffff) }.ring-accent{--tw-ring-opacity: 1;--tw-ring-color: rgb(var(--accent-rgb) / var(--tw-ring-opacity, 1)) }.ring-accent\/10{--tw-ring-color: rgb(var(--accent-rgb) / .1) }.ring-accent\/20{--tw-ring-color: rgb(var(--accent-rgb) / .2) }.ring-accent\/25{--tw-ring-color: rgb(var(--accent-rgb) / .25) }.ring-accent\/30{--tw-ring-color: rgb(var(--accent-rgb) / .3) }.ring-accent\/40{--tw-ring-color: rgb(var(--accent-rgb) / .4) }.ring-accent\/50{--tw-ring-color: rgb(var(--accent-rgb) / .5) }.ring-accent\/60{--tw-ring-color: rgb(var(--accent-rgb) / .6) }.ring-accent\/70{--tw-ring-color: rgb(var(--accent-rgb) / .7) }.ring-amber-400\/70{--tw-ring-color: rgb(251 191 36 / .7) }.ring-emerald-400{--tw-ring-opacity: 1;--tw-ring-color: rgb(52 211 153 / var(--tw-ring-opacity, 1)) }.ring-emerald-400\/40{--tw-ring-color: rgb(52 211 153 / .4) }.ring-emerald-500\/10{--tw-ring-color: rgb(16 185 129 / .1) }.ring-status-agent\/25{--tw-ring-color: rgb(var(--status-agent-rgb) / .25) }.ring-status-agent\/30{--tw-ring-color: rgb(var(--status-agent-rgb) / .3) }.ring-status-error{--tw-ring-opacity: 1;--tw-ring-color: rgb(var(--status-error-rgb) / var(--tw-ring-opacity, 1)) }.ring-status-error\/25{--tw-ring-color: rgb(var(--status-error-rgb) / .25) }.ring-status-error\/40{--tw-ring-color: rgb(var(--status-error-rgb) / .4) }.ring-status-needs-you\/25{--tw-ring-color: rgb(var(--status-needs-you-rgb) / .25) }.ring-status-needs-you\/40{--tw-ring-color: rgb(var(--status-needs-you-rgb) / .4) }.ring-surface-100{--tw-ring-opacity: 1;--tw-ring-color: rgb(var(--color-surface-100-rgb) / var(--tw-ring-opacity, 1)) }.ring-surface-300{--tw-ring-opacity: 1;--tw-ring-color: rgb(var(--color-surface-300-rgb) / var(--tw-ring-opacity, 1)) }.ring-surface-300\/60{--tw-ring-color: rgb(var(--color-surface-300-rgb) / .6) }.ring-surface-50{--tw-ring-opacity: 1;--tw-ring-color: rgb(var(--color-surface-50-rgb) / var(--tw-ring-opacity, 1)) }.ring-white\/20{--tw-ring-color: rgb(255 255 255 / .2) }.ring-white\/30{--tw-ring-color: rgb(255 255 255 / .3) }.ring-offset-1{--tw-ring-offset-width: 1px }.ring-offset-2{--tw-ring-offset-width: 2px }.ring-offset-\[var\(--panel-bg\,\#ffffff\)\]{--tw-ring-offset-color: var(--panel-bg,#ffffff) }.ring-offset-surface-200{--tw-ring-offset-color: rgb(var(--color-surface-200-rgb) / 1) }.ring-offset-surface-50{--tw-ring-offset-color: rgb(var(--color-surface-50-rgb) / 1) }.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.blur-2xl{--tw-blur: blur(40px);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)}.drop-shadow{--tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / .1)) drop-shadow(0 1px 1px rgb(0 0 0 / .06));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)}.drop-shadow-\[0_2px_10px_rgba\(var\(--accent-rgb\)_\/_0\.4\)\]{--tw-drop-shadow: drop-shadow(0 2px 10px rgba(var(--accent-rgb) / .4));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)}.drop-shadow-sm{--tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / .05));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)}.invert{--tw-invert: invert(100%);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)}.sepia{--tw-sepia: sepia(100%);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.\!filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.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-blur{--tw-backdrop-blur: blur(8px);-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)}.backdrop-blur-\[var\(--panel-blur\)\]{--tw-backdrop-blur: blur(var(--panel-blur));-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)}.backdrop-blur-\[var\(--panel-blur\,0\)\]{--tw-backdrop-blur: blur(var(--panel-blur,0));-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)}.backdrop-blur-\[var\(--panel-blur\,0px\)\]{--tw-backdrop-blur: blur(var(--panel-blur,0px));-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)}.backdrop-blur-md{--tw-backdrop-blur: blur(12px);-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)}.backdrop-blur-sm{--tw-backdrop-blur: blur(4px);-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)}.backdrop-blur-xl{--tw-backdrop-blur: blur(24px);-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)}.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,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[border-color\,background-color\]{transition-property:border-color,background-color;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[box-shadow\]{transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[color\,background-color\,transform\]{transition-property:color,background-color,transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[height\]{transition-property:height;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[max-height\]{transition-property:max-height;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[outline-color\]{transition-property:outline-color;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[transform\,border-color\,background-color\]{transition-property:transform,border-color,background-color;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[transform\,border-color\,box-shadow\,background-color\]{transition-property:transform,border-color,box-shadow,background-color;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[transform\,box-shadow\,color\]{transition-property:transform,box-shadow,color;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[transform\,opacity\]{transition-property:transform,opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[width\]{transition-property:width;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-shadow{transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-100{transition-duration:.1s}.duration-150{transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.duration-700{transition-duration:.7s}.duration-base{transition-duration:var(--duration-base)}.duration-fast{transition-duration:var(--duration-fast)}.duration-slow{transition-duration:var(--duration-slow)}.ease-\[cubic-bezier\(0\.34\,1\.56\,0\.64\,1\)\]{transition-timing-function:cubic-bezier(.34,1.56,.64,1)}.ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.\[--tw-gradient-via-position\:22\%\]{--tw-gradient-via-position: 22% }.\[-webkit-overflow-scrolling\:touch\]{-webkit-overflow-scrolling:touch}.\[-webkit-touch-callout\:none\]{-webkit-touch-callout:none}.\[briefing\:reconcile\]{briefing:reconcile}.\[column-gap\:2rem\]{-moz-column-gap:2rem;column-gap:2rem}.\[contain-intrinsic-size\:auto_1\.75rem\]{contain-intrinsic-size:auto 1.75rem}.\[contain\:strict\]{contain:strict}.\[content-visibility\:auto\]{content-visibility:auto}.\[contextdock\:\*\]{contextdock:*}.\[contextdock\:\.\.\.\]{contextdock:...}.\[contextdock\:\<code\>\]{contextdock:<code>}.\[contextdock\:not_found\]{contextdock:not found}.\[digest\:flash\]{digest:flash}.\[field-sizing\:content\]{field-sizing:content}.\[grid-template-columns\:repeat\(auto-fill\,minmax\(160px\,1fr\)\)\]{grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}.\[grid-template-columns\:repeat\(auto-fill\,minmax\(186px\,1fr\)\)\]{grid-template-columns:repeat(auto-fill,minmax(186px,1fr))}.\[https\:\/\/…\]{https://…}.\[inbox\:action\]{inbox:action}.\[inbox\:approval-dismiss\]{inbox:approval-dismiss}.\[inbox\:auto-eject\]{inbox:auto-eject}.\[inbox\:detail\]{inbox:detail}.\[inbox\:dismiss-fallback\]{inbox:dismiss-fallback}.\[inbox\:nav\]{inbox:nav}.\[inbox\:sms-dismiss\]{inbox:sms-dismiss}.\[inbox\:sort\]{inbox:sort}.\[inbox\:telegram-dismiss\]{inbox:telegram-dismiss}.\[justify-content\:safe_center\]{justify-content:safe center}.\[nav\:invariant\]{nav:invariant}.\[nav\:resolver\]{nav:resolver}.\[overflow-anchor\:none\]{overflow-anchor:none}.\[overflow-wrap\:anywhere\]{overflow-wrap:anywhere}.\[padding-bottom\:env\(safe-area-inset-bottom\)\]{padding-bottom:env(safe-area-inset-bottom)}.\[perf\:cold-mount-cache\]{perf:cold-mount-cache}.\[perf\:dashboard\]{perf:dashboard}.\[perf\:history-fetch\]{perf:history-fetch}.\[perf\:inbox-row-renders\]{perf:inbox-row-renders}.\[perf\:instant-new-session\]{perf:instant-new-session}.\[perf\:keep-alive\]{perf:keep-alive}.\[perf\:keydown\]{perf:keydown}.\[perf\:mobile-blank-prewarm\]{perf:mobile-blank-prewarm}.\[perf\:parse-segments\]{perf:parse-segments}.\[perf\:project-list-item\]{perf:project-list-item}.\[perf\:projects-sidebar-body\]{perf:projects-sidebar-body}.\[perf\:rebuild\]{perf:rebuild}.\[perf\:redraw\]{perf:redraw}.\[perf\:self-heal-refetch\]{perf:self-heal-refetch}.\[perf\:session-backfill\]{perf:session-backfill}.\[perf\:session-panel-mount\]{perf:session-panel-mount}.\[perf\:session-refs\]{perf:session-refs}.\[perf\:session-switch\]{perf:session-switch}.\[perf\:sessions-sidebar-body\]{perf:sessions-sidebar-body}.\[perf\:set-sweep\]{perf:set-sweep}.\[perf\:shell\]{perf:shell}.\[perf\:sidebar-row-renders\]{perf:sidebar-row-renders}.\[perf\:status-change\]{perf:status-change}.\[perf\:switch-breakdown\]{perf:switch-breakdown}.\[perf\:switch-chain\]{perf:switch-chain}.\[perf\:switch-paint\]{perf:switch-paint}.\[perf\:warm\]{perf:warm}.\[perf\:ws-pump\]{perf:ws-pump}.\[prd-context-menu\:navigate\]{prd-context-menu:navigate}.\[prd-stack\:navigate\]{prd-stack:navigate}.\[qw\:nav-scroll\]{qw:nav-scroll}.\[scroll\:\*\]{scroll:*}.\[scroll\:\<tag\>\]{scroll:<tag>}.\[scroll\:apply-mobile\]{scroll:apply-mobile}.\[scroll\:apply\]{scroll:apply}.\[scroll\:history\]{scroll:history}.\[scroll\:scheduled-card\]{scroll:scheduled-card}.\[scroll\:stale-retry\]{scroll:stale-retry}.\[scrollbar-width\:none\]{scrollbar-width:none}.\[selection-chokepoint\:divergence\]{selection-chokepoint:divergence}.\[session\:\*\]{session:*}.\[session\:archive-guard\]{session:archive-guard}.\[session\:nav\]{session:nav}.\[session\:select\]{session:select}.\[session\:send\]{session:send}.\[sidebar\:backstop\]{sidebar:backstop}.\[sidebar\:divider-move\]{sidebar:divider-move}.\[sidebar\:reorder\]{sidebar:reorder}.\[ssh\:quick-connect\]{ssh:quick-connect}pre code.hljs{padding:0;background:transparent}.hljs{background:transparent}html.amc-resizing,html.amc-resizing *{cursor:col-resize!important;-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}.mobile-press-target{-webkit-touch-callout:none;-moz-user-select:none;user-select:none;-webkit-user-select:none;touch-action:manipulation}.long-press-hold{touch-action:none}@media(hover:none){.mobile-press-target:active{filter:brightness(.9)}html.software-render .mobile-press-target:active{filter:none}}@keyframes amc-indeterminate-slide{0%{transform:translate(-100%)}to{transform:translate(300%)}}.amc-indeterminate-bar{animation:amc-indeterminate-slide 1.15s ease-in-out infinite}@media(prefers-reduced-motion:reduce){.amc-indeterminate-bar{animation:none}}html.low-power .amc-indeterminate-bar,html.software-render .amc-indeterminate-bar{animation:none}.amc-press-isolate:has(button:active){transform:none}.bg-accent.text-white{color:var(--on-accent-color, #ffffff);text-shadow:var(--on-accent-text-shadow, 0 1px 1px rgb(0 0 0 / .35))}.bg-accent.text-white svg{filter:var(--on-accent-icon-shadow, drop-shadow(0 1px 1.5px rgb(0 0 0 / .38)))}.bg-status-error-strong.text-white,.bg-status-needs-you-strong.text-white,.bg-status-agent-strong.text-white,.bg-status-needs-you.text-white{text-shadow:0 0 2px rgb(0 0 0 / .9),0 1px 1px rgb(0 0 0 / .85)}.bg-status-error-strong.text-white svg,.bg-status-needs-you-strong.text-white svg,.bg-status-agent-strong.text-white svg{filter:drop-shadow(0 0 1.5px rgb(0 0 0 / .9)) drop-shadow(0 1px 1px rgb(0 0 0 / .85))}button.bg-accent.text-white{background-color:rgb(var(--btn-accent-fill, var(--accent-rgb, 99 102 241)))}button.bg-accent.text-white:hover:not(:disabled){background-color:rgb(var(--btn-accent-fill, var(--accent-rgb, 99 102 241)) / .8)}button.bg-accent.text-white:active:not(:disabled){background-color:rgb(var(--btn-accent-fill, var(--accent-rgb, 99 102 241)) / .7)}.theme-glassmorphism:not(.dark){--color-surface-50: #ebebfd;--color-surface-50-rgb: 235 235 253;--color-surface-100: #e2e2f8;--color-surface-100-rgb: 226 226 248;--color-surface-200: #d6d6ee;--color-surface-200-rgb: 214 214 238;--color-surface-300: #c0c0d8;--color-surface-300-rgb: 192 192 216;--color-surface-500: #60606a;--color-surface-500-rgb: 96 96 106;--panel-bg: rgba(255, 255, 255, .72);--panel-bg-hover: rgba(255, 255, 255, .82);--panel-bg-active: rgba(255, 255, 255, .92);--panel-border: rgba(99, 102, 241, .15);--panel-blur: 20px;--panel-shadow: 0 0 1px rgba(0, 0, 0, .06), 0 4px 20px rgba(99, 102, 241, .08);--accent: #6366f1;--accent-rgb: 99 102 241;--accent-glow: rgba(99, 102, 241, .2);--active-indicator: #6366f1;--card-bg: rgba(255, 255, 255, .55)}.theme-linear:not(.dark){--color-surface-50: #eef0f9;--color-surface-50-rgb: 238 240 249;--color-surface-100: #e5e8f5;--color-surface-100-rgb: 229 232 245;--color-surface-200: #d6dbee;--color-surface-200-rgb: 214 219 238;--color-surface-300: #bcc3df;--color-surface-300-rgb: 188 195 223;--color-surface-500: #60606a;--color-surface-500-rgb: 96 96 106;--panel-bg: #ffffff;--panel-bg-hover: rgba(0, 0, 0, .015);--panel-bg-active: rgba(94, 106, 210, .06);--panel-border: rgba(0, 0, 0, .06);--accent: #5e6ad2;--accent-rgb: 94 106 210;--accent-glow: rgba(94, 106, 210, .2);--active-indicator: #5e6ad2}.theme-warm-charcoal:not(.dark){--color-surface-50: #f8f2e9;--color-surface-50-rgb: 248 242 233;--color-surface-100: #f2e9da;--color-surface-100-rgb: 242 233 218;--color-surface-200: #e7d9c2;--color-surface-200-rgb: 231 217 194;--color-surface-300: #d2bd9e;--color-surface-300-rgb: 210 189 158;--color-surface-400: #b0a89e;--color-surface-400-rgb: 176 168 158;--color-surface-500: #6f645a;--color-surface-500-rgb: 111 100 90;--color-surface-600: #6a6058;--color-surface-600-rgb: 106 96 88;--color-surface-700: #4a4038;--color-surface-700-rgb: 74 64 56;--color-surface-800: #302820;--color-surface-800-rgb: 48 40 32;--color-surface-900: #1e1815;--color-surface-900-rgb: 30 24 21;--color-surface-950: #0f0c0a;--color-surface-950-rgb: 15 12 10;--panel-bg: #f2e9da;--panel-bg-hover: rgba(194, 149, 106, .06);--panel-bg-active: rgba(194, 149, 106, .1);--panel-border: rgba(139, 110, 80, .1);--accent: #a67c52;--accent-rgb: 166 124 82;--accent-glow: rgba(166, 124, 82, .2);--active-indicator: #a67c52;--badge-bg: rgba(166, 124, 82, .15);--badge-color: #8b6840}.theme-aurora:not(.dark){--color-surface-50: #efeffc;--color-surface-50-rgb: 239 239 252;--color-surface-100: #e5e5f9;--color-surface-100-rgb: 229 229 249;--color-surface-200: #d5d5f2;--color-surface-200-rgb: 213 213 242;--color-surface-300: #b9b9e5;--color-surface-300-rgb: 185 185 229;--color-surface-500: #60606a;--color-surface-500-rgb: 96 96 106;--panel-bg: rgba(255, 255, 255, .6);--panel-bg-hover: rgba(255, 255, 255, .75);--panel-bg-active: rgba(139, 92, 246, .08);--panel-border: rgba(139, 92, 246, .1);--panel-blur: 16px;--accent: #8b5cf6;--accent-rgb: 139 92 246;--accent-glow: rgba(139, 92, 246, .22);--active-indicator: #8b5cf6;--card-bg: rgba(255, 255, 255, .5)}.theme-soft-depth:not(.dark){--color-surface-50: #eff3f9;--color-surface-50-rgb: 239 243 249;--color-surface-100: #e6ecf5;--color-surface-100-rgb: 230 236 245;--color-surface-200: #d8e1ee;--color-surface-200-rgb: 216 225 238;--color-surface-300: #c0cde1;--color-surface-300-rgb: 192 205 225;--color-surface-500: #5d6772;--color-surface-500-rgb: 93 103 114;--panel-bg: #ffffff;--panel-bg-hover: rgba(0, 0, 0, .015);--panel-bg-active: rgba(99, 102, 241, .08);--panel-border: rgba(0, 0, 0, .06);--panel-shadow: 0 1px 3px rgba(0, 0, 0, .06);--accent: #6366f1;--accent-rgb: 99 102 241;--accent-glow: rgba(99, 102, 241, .2);--active-indicator: #6366f1}.theme-neon:not(.dark){--color-surface-50: #f5ebff;--color-surface-50-rgb: 245 235 255;--color-surface-100: #ecdefe;--color-surface-100-rgb: 236 222 254;--color-surface-200: #e2cdf9;--color-surface-200-rgb: 226 205 249;--color-surface-300: #cdadf1;--color-surface-300-rgb: 205 173 241;--color-surface-500: #605a6e;--color-surface-500-rgb: 96 90 110;--panel-bg: #ffffff;--panel-bg-hover: rgba(139, 92, 246, .03);--panel-bg-active: rgba(139, 92, 246, .06);--panel-border: rgba(139, 92, 246, .1);--accent: #7c3aed;--accent-rgb: 124 58 237;--accent-glow: rgba(124, 58, 237, .2);--active-indicator: #7c3aed;--badge-bg: rgba(6, 182, 212, .1);--badge-color: #0891b2}.theme-spotify:not(.dark){--color-surface-50: #eff6f0;--color-surface-50-rgb: 239 246 240;--color-surface-100: #e4efe6;--color-surface-100-rgb: 228 239 230;--color-surface-200: #d2e4d6;--color-surface-200-rgb: 210 228 214;--color-surface-300: #b6d1bc;--color-surface-300-rgb: 182 209 188;--color-surface-400: #8a8a8a;--color-surface-400-rgb: 138 138 138;--color-surface-500: #666666;--color-surface-500-rgb: 102 102 102;--color-surface-600: #606060;--color-surface-600-rgb: 96 96 96;--color-surface-700: #404040;--color-surface-700-rgb: 64 64 64;--color-surface-800: #282828;--color-surface-800-rgb: 40 40 40;--color-surface-900: #181818;--color-surface-900-rgb: 24 24 24;--color-surface-950: #121212;--color-surface-950-rgb: 18 18 18;--panel-bg: #ffffff;--panel-bg-hover: rgba(0, 0, 0, .03);--panel-bg-active: rgba(0, 0, 0, .05);--panel-border: transparent;--panel-radius: 10px;--panel-gap: 8px;--accent: #1db954;--accent-rgb: 29 185 84;--accent-glow: rgba(29, 185, 84, .2);--active-indicator: #1db954;--badge-bg: #1db954;--badge-color: #ffffff}.theme-luxury:not(.dark){--color-surface-50: #f8f3e6;--color-surface-50-rgb: 248 243 230;--color-surface-100: #f2ead8;--color-surface-100-rgb: 242 234 216;--color-surface-200: #e8dcc0;--color-surface-200-rgb: 232 220 192;--color-surface-300: #d6c299;--color-surface-300-rgb: 214 194 153;--color-surface-500: #6b6353;--color-surface-500-rgb: 107 99 83;--panel-bg: #f8f3e6;--panel-bg-hover: rgba(0, 0, 0, .015);--panel-bg-active: rgba(184, 148, 31, .06);--panel-border: rgba(0, 0, 0, .05);--accent: #b8941f;--accent-rgb: 184 148 31;--accent-glow: rgba(184, 148, 31, .2);--active-indicator: #b8941f;--badge-bg: transparent;--badge-color: #b8941f;--font-weight-body: 300}.theme-gradient-sidebar:not(.dark){--color-surface-50: #f9eefa;--color-surface-50-rgb: 249 238 250;--color-surface-100: #f3e2f5;--color-surface-100-rgb: 243 226 245;--color-surface-200: #e8cfeb;--color-surface-200-rgb: 232 207 235;--color-surface-300: #d6ade0;--color-surface-300-rgb: 214 173 224;--color-surface-500: #665c68;--color-surface-500-rgb: 102 92 104;--panel-bg: #ffffff;--panel-bg-hover: rgba(0, 0, 0, .015);--panel-bg-active: rgba(139, 92, 246, .06);--panel-border: rgba(0, 0, 0, .06);--accent: #7c3aed;--accent-rgb: 124 58 237;--accent-glow: rgba(236, 72, 153, .2);--active-indicator: #7c3aed;--badge-bg: rgba(124, 58, 237, .12);--badge-color: #ec4899}.theme-neumorphic:not(.dark){--color-surface-50: #e4e4ec;--color-surface-50-rgb: 228 228 236;--color-surface-100: #e4e4ec;--color-surface-100-rgb: 228 228 236;--color-surface-200: #d8d8e2;--color-surface-200-rgb: 216 216 226;--color-surface-300: #c4c4d0;--color-surface-300-rgb: 196 196 208;--color-surface-500: #60606a;--color-surface-500-rgb: 96 96 106;--panel-bg: #e4e4ec;--panel-bg-hover: rgba(0, 0, 0, .01);--panel-bg-active: #e4e4ec;--panel-border: transparent;--panel-radius: 16px;--panel-gap: 12px;--panel-shadow: 6px 6px 12px rgba(0, 0, 0, .08), -6px -6px 12px rgba(255, 255, 255, .9);--accent: #6366f1;--accent-rgb: 99 102 241;--accent-glow: rgba(99, 102, 241, .2);--active-indicator: #5558e8}.theme-frosted-tiers:not(.dark){--color-surface-50: #f2f6fa;--color-surface-50-rgb: 242 246 250;--color-surface-100: #e9eff5;--color-surface-100-rgb: 233 239 245;--color-surface-200: #dae3ec;--color-surface-200-rgb: 218 227 236;--color-surface-300: #c2cfdc;--color-surface-300-rgb: 194 207 220;--color-surface-400: #8c959f;--color-surface-400-rgb: 140 149 159;--color-surface-500: #5c6670;--color-surface-500-rgb: 92 102 112;--color-surface-600: #57606a;--color-surface-600-rgb: 87 96 106;--color-surface-700: #424a53;--color-surface-700-rgb: 66 74 83;--color-surface-800: #32383f;--color-surface-800-rgb: 50 56 63;--color-surface-900: #24292f;--color-surface-900-rgb: 36 41 47;--color-surface-950: #1b1f24;--color-surface-950-rgb: 27 31 36;--panel-bg: #f6f8fa;--panel-bg-hover: rgba(0, 0, 0, .02);--panel-bg-active: rgba(9, 105, 218, .06);--panel-border: rgba(0, 0, 0, .08);--accent: #0969da;--accent-rgb: 9 105 218;--accent-glow: rgba(9, 105, 218, .2);--active-indicator: #0969da;--badge-bg: rgba(245, 158, 11, .1);--badge-color: #d97706;--card-bg: #ffffff}.theme-vercel:not(.dark){--color-surface-50: #ffffff;--color-surface-50-rgb: 255 255 255;--color-surface-100: #fafafa;--color-surface-100-rgb: 250 250 250;--color-surface-200: #eaeaea;--color-surface-200-rgb: 234 234 234;--color-surface-300: #d4d4d4;--color-surface-300-rgb: 212 212 212;--color-surface-400: #999999;--color-surface-400-rgb: 153 153 153;--color-surface-500: #666666;--color-surface-500-rgb: 102 102 102;--color-surface-600: #444444;--color-surface-600-rgb: 68 68 68;--color-surface-700: #333333;--color-surface-700-rgb: 51 51 51;--color-surface-800: #222222;--color-surface-800-rgb: 34 34 34;--color-surface-900: #111111;--color-surface-900-rgb: 17 17 17;--color-surface-950: #000000;--color-surface-950-rgb: 0 0 0;--panel-bg: #ffffff;--panel-bg-hover: #fafafa;--panel-bg-active: #fafafa;--panel-border: #eaeaea;--accent: #000000;--accent-rgb: 0 0 0;--accent-glow: rgba(0, 0, 0, .1);--active-indicator: #111111;--badge-bg: #fafafa;--badge-color: #111111}.theme-liquid-glass:not(.dark){--color-surface-50: #e9f1fa;--color-surface-50-rgb: 233 241 250;--color-surface-100: #dde9f6;--color-surface-100-rgb: 221 233 246;--color-surface-200: #cbddef;--color-surface-200-rgb: 203 221 239;--color-surface-300: #adc6e3;--color-surface-300-rgb: 173 198 227;--color-surface-500: #5d6772;--color-surface-500-rgb: 93 103 114;--panel-bg: rgba(255, 255, 255, .72);--panel-bg-hover: rgba(255, 255, 255, .85);--panel-bg-active: rgba(255, 255, 255, .95);--panel-border: rgba(15, 23, 42, .1);--panel-blur: 24px;--panel-radius: 14px;--panel-shadow: 0 1px 2px rgba(15, 23, 42, .06), 0 8px 28px rgba(15, 23, 42, .12);--panel-gap: 6px;--accent: #2f86d8;--accent-rgb: 47 134 216;--accent-glow: rgba(47, 134, 216, .25);--active-indicator: #2f86d8;--card-bg: #ffffff}.kms-mobile-panel-surface{background-color:var(--color-surface-100);background-image:linear-gradient(var(--panel-bg),var(--panel-bg))}.dark.theme-glassmorphism #root:before,.dark.theme-glassmorphism #root:after,.dark.theme-glassmorphism #kms-window-root:before,.dark.theme-glassmorphism #kms-window-root:after{content:"";position:fixed;border-radius:50%;filter:blur(100px);pointer-events:none;z-index:-1}.dark.theme-glassmorphism #root:before,.dark.theme-glassmorphism #kms-window-root:before{width:55vw;height:55vw;background:radial-gradient(circle,rgba(99,102,241,.18),transparent 70%);top:-15%;left:-10%}.dark.theme-glassmorphism #root:after,.dark.theme-glassmorphism #kms-window-root:after{width:50vw;height:50vw;background:radial-gradient(circle,rgba(139,92,246,.14),transparent 70%);bottom:-20%;right:-5%}html.dark.theme-glassmorphism #root>div>div:not(.drag-region){background:transparent}html.dark .bg-surface-50:has([data-testid=supermail-panel]){background-color:transparent}html.theme-glassmorphism:not(.dark) .supermail-scope{--color-panel-bg: rgb(var(--color-surface-50-rgb, 235 235 253))}#kms-window-root{position:fixed;top:0;right:0;bottom:0;left:0;overflow:hidden}html.theme-glassmorphism .kms-window-shell{background:transparent}@keyframes glass-drift{0%{transform:translate(0) scale(1)}50%{transform:translate(30px,-20px) scale(1.05)}to{transform:translate(-15px,15px) scale(.97)}}@media(prefers-reduced-motion:reduce){.dark.theme-glassmorphism #root:before,.dark.theme-glassmorphism #root:after,.dark.theme-glassmorphism #kms-window-root:before,.dark.theme-glassmorphism #kms-window-root:after{animation:none}}.theme-glassmorphism:not(.dark) #root:before,.theme-glassmorphism:not(.dark) #root:after,.theme-glassmorphism:not(.dark) #kms-window-root:before,.theme-glassmorphism:not(.dark) #kms-window-root:after{content:"";position:fixed;border-radius:50%;filter:blur(100px);pointer-events:none;z-index:-1}.theme-glassmorphism:not(.dark) #root:before,.theme-glassmorphism:not(.dark) #kms-window-root:before{width:55vw;height:55vw;background:radial-gradient(circle,rgba(99,102,241,.22),transparent 70%);top:-15%;left:-10%}.theme-glassmorphism:not(.dark) #root:after,.theme-glassmorphism:not(.dark) #kms-window-root:after{width:50vw;height:50vw;background:radial-gradient(circle,rgba(139,92,246,.16),transparent 70%);bottom:-20%;right:-5%}html.theme-glassmorphism:not(.dark) #root>div>div:not(.drag-region){background:transparent}@media(prefers-reduced-motion:reduce){.theme-glassmorphism:not(.dark) #root:before,.theme-glassmorphism:not(.dark) #root:after,.theme-glassmorphism:not(.dark) #kms-window-root:before,.theme-glassmorphism:not(.dark) #kms-window-root:after{animation:none}}.dark.theme-aurora #root:before,.dark.theme-aurora #root:after,.dark.theme-aurora #kms-window-root:before,.dark.theme-aurora #kms-window-root:after{content:"";position:fixed;width:40vw;height:40vw;border-radius:50%;filter:blur(100px);opacity:.12;pointer-events:none;z-index:0}.dark.theme-aurora #root:before,.dark.theme-aurora #kms-window-root:before{background:radial-gradient(circle,rgb(var(--accent-rgb, 99 102 241)),transparent 70%);top:-10%;left:-5%}.dark.theme-aurora #root:after,.dark.theme-aurora #kms-window-root:after{background:radial-gradient(circle,#06b6d4,transparent 70%);bottom:-15%;right:5%}@keyframes aurora-drift{0%{transform:translate(0) scale(1)}33%{transform:translate(40px,-30px) scale(1.1)}66%{transform:translate(-20px,20px) scale(.95)}to{transform:translate(30px,-10px) scale(1.05)}}@media(prefers-reduced-motion:reduce){.dark.theme-aurora #root:before,.dark.theme-aurora #root:after,.dark.theme-aurora #kms-window-root:before,.dark.theme-aurora #kms-window-root:after{animation:none}}.theme-aurora:not(.dark) #root:before,.theme-aurora:not(.dark) #root:after,.theme-aurora:not(.dark) #kms-window-root:before,.theme-aurora:not(.dark) #kms-window-root:after{content:"";position:fixed;width:40vw;height:40vw;border-radius:50%;filter:blur(100px);opacity:.08;pointer-events:none;z-index:0}.theme-aurora:not(.dark) #root:before,.theme-aurora:not(.dark) #kms-window-root:before{background:radial-gradient(circle,rgb(var(--accent-rgb, 99 102 241)),transparent 70%);top:-10%;left:-5%}.theme-aurora:not(.dark) #root:after,.theme-aurora:not(.dark) #kms-window-root:after{background:radial-gradient(circle,#06b6d4,transparent 70%);bottom:-15%;right:5%}@media(prefers-reduced-motion:reduce){.theme-aurora:not(.dark) #root:before,.theme-aurora:not(.dark) #root:after,.theme-aurora:not(.dark) #kms-window-root:before,.theme-aurora:not(.dark) #kms-window-root:after{animation:none}}input[type=text]:focus,input[type=search]:focus,input[type=email]:focus,input[type=url]:focus,input[type=number]:focus,input[type=password]:focus,textarea:focus,select:focus-visible{box-shadow:0 0 0 3px rgb(var(--accent-rgb) / .15);transition:box-shadow var(--duration-base) ease-out}.meeting-field.meeting-field:focus{box-shadow:none}.msg-bar-textarea.msg-bar-textarea:focus{box-shadow:none}@keyframes voice-wave-bounce{0%,to{height:40%}50%{height:95%}}.voice-wave-bar{animation:voice-wave-bounce .75s ease-in-out infinite}@media(prefers-reduced-motion:reduce){.voice-wave-bar{animation:none}}@keyframes voice-wave-pulse{0%,to{opacity:1}50%{opacity:.45}}.voice-wave-pulse{animation:voice-wave-pulse 1.2s ease-in-out infinite}@media(prefers-reduced-motion:reduce){.voice-wave-pulse{animation:none}}.scroll-fade{--scroll-fade-size: 12px;mask-image:linear-gradient(to bottom,transparent,black var(--scroll-fade-size),black calc(100% - var(--scroll-fade-size)),transparent);-webkit-mask-image:linear-gradient(to bottom,transparent,black var(--scroll-fade-size),black calc(100% - var(--scroll-fade-size)),transparent);scroll-padding-block:var(--scroll-fade-size)}#root,body{transition:background-color .3s ease-out,color .2s ease-out}@media(prefers-reduced-motion:reduce){#root,body{transition:none}}.animate-shimmer{background:linear-gradient(90deg,var(--color-surface-200) 25%,var(--color-surface-300) 50%,var(--color-surface-200) 75%);background-size:200% 100%;animation:shimmer 1.5s ease-in-out infinite}@media(prefers-reduced-motion:reduce){.animate-shimmer{animation:none;background:var(--color-surface-200)}}.account-switch-flash{position:relative;overflow:hidden}.account-switch-flash:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent 0%,rgba(var(--accent-rgb) / .35) 50%,transparent 100%);animation:account-switch-shimmer .7s ease-out;pointer-events:none;border-radius:inherit}@keyframes account-switch-shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}@media(prefers-reduced-motion:reduce){.account-switch-flash:before{animation:none;display:none}}[data-drag-indicator=above]{position:relative}[data-drag-indicator=above]:before{content:"";position:absolute;inset-inline-start:var(--drag-indent, 0px);inset-inline-end:0;top:0;transform:translateY(-50%);height:6px;pointer-events:none;z-index:10;background:radial-gradient(circle at 3px 50%,rgb(var(--accent-rgb)) 3px,transparent 3px),linear-gradient(transparent calc(50% - 1px),rgb(var(--accent-rgb)) calc(50% - 1px),rgb(var(--accent-rgb)) calc(50% + 1px),transparent calc(50% + 1px))}[data-drag-indicator=below]{position:relative}[data-drag-indicator=below]:after{content:"";position:absolute;inset-inline-start:var(--drag-indent, 0px);inset-inline-end:0;bottom:0;transform:translateY(50%);height:6px;pointer-events:none;z-index:10;background:radial-gradient(circle at 3px 50%,rgb(var(--accent-rgb)) 3px,transparent 3px),linear-gradient(transparent calc(50% - 1px),rgb(var(--accent-rgb)) calc(50% - 1px),rgb(var(--accent-rgb)) calc(50% + 1px),transparent calc(50% + 1px))}[data-drag-orientation=horizontal][data-drag-indicator=above]:before{left:0;right:auto;top:0;bottom:0;transform:translate(-50%);width:6px;height:auto;background:radial-gradient(circle at 50% 3px,rgb(var(--accent-rgb)) 3px,transparent 3px),linear-gradient(to right,transparent calc(50% - 1px),rgb(var(--accent-rgb)) calc(50% - 1px),rgb(var(--accent-rgb)) calc(50% + 1px),transparent calc(50% + 1px))}[data-drag-orientation=horizontal][data-drag-indicator=below]:after{left:auto;right:0;top:0;bottom:0;transform:translate(50%);width:6px;height:auto;background:radial-gradient(circle at 50% 3px,rgb(var(--accent-rgb)) 3px,transparent 3px),linear-gradient(to right,transparent calc(50% - 1px),rgb(var(--accent-rgb)) calc(50% - 1px),rgb(var(--accent-rgb)) calc(50% + 1px),transparent calc(50% + 1px))}[data-drag-indicator=into]{position:relative;background:rgb(var(--accent-rgb) / .18)!important;box-shadow:inset 0 0 0 1px rgb(var(--accent-rgb) / .5);border-radius:.375rem}[data-drag-external-active]{background:rgb(var(--accent-rgb) / .15)!important;box-shadow:inset 0 0 0 1px rgb(var(--accent-rgb) / .4);border-radius:.5rem}[data-msg-focused=true]{box-shadow:inset 2px 0 rgb(var(--accent-rgb, 99 102 241))}@keyframes setting-highlight-pulse{0%{box-shadow:0 0 rgb(var(--accent-rgb) / .5)}40%{box-shadow:0 0 0 4px rgb(var(--accent-rgb) / .3)}to{box-shadow:0 0 rgb(var(--accent-rgb) / 0)}}.setting-highlight{animation:setting-highlight-pulse 1.5s ease-out;outline:2px solid rgb(var(--accent-rgb) / .5);outline-offset:2px;border-radius:.75rem}.toolbar-item-highlight{animation:setting-highlight-pulse 1.2s ease-out 2;outline:2px solid rgb(var(--accent-rgb) / .6);outline-offset:2px;border-radius:.5rem}@media(prefers-reduced-motion:reduce){.toolbar-item-highlight{animation:none}}.marketplace-check-flash{animation:setting-highlight-pulse 1.1s ease-out;border-radius:.25rem}@media(prefers-reduced-motion:reduce){.marketplace-check-flash{animation:none}}.message-link-highlight{animation:setting-highlight-pulse 1.5s ease-out;outline:2px solid rgb(var(--accent-rgb) / .5);outline-offset:2px;border-radius:.75rem}@media(prefers-reduced-motion:reduce){.message-link-highlight{animation:none}}.share-comment-highlight{animation:setting-highlight-pulse 1.5s ease-out;outline:2px solid rgb(var(--accent-rgb) / .5);outline-offset:2px;border-radius:.75rem}@media(prefers-reduced-motion:reduce){.share-comment-highlight{animation:none}}[data-setting-id]{scroll-margin-top:5rem}::highlight(session-search-current){background-color:#f9731699;color:inherit}::highlight(settings-find){background-color:#facc1566;color:inherit}::highlight(settings-find-current){background-color:#f9731699;color:inherit}.drag-region{-webkit-app-region:drag}.no-drag{-webkit-app-region:no-drag}.window-zoom-fill{height:calc(100vh / var(--window-zoom, 1))}.window-zoom-chrome{zoom:calc(1 / var(--window-zoom, 1))}.kms-window-titlebar :is(button,[role=tab],a,input,select){-webkit-app-region:no-drag}.kms-window-titlebar [role=tablist]{height:100%;border-bottom:0;background:transparent}.qw-glass{position:relative;width:100%;background:var(--panel-bg);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid var(--panel-border);border-radius:16px;box-shadow:0 8px 32px #0000001f,inset 0 1px #ffffff0d;outline:none;margin:8px 0;overflow:hidden;overflow:clip}.qw-glass:focus,.qw-glass:focus-within{border-color:rgba(var(--accent-rgb) / .5);box-shadow:0 8px 32px #0000001f,inset 0 1px #ffffff0d,0 0 0 2px rgba(var(--accent-rgb) / .2)}.qw-toprow{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:14px;position:relative;z-index:2;background-color:var(--color-surface-100);background-image:linear-gradient(var(--panel-bg),var(--panel-bg));border-bottom:1px solid var(--panel-border);box-shadow:0 2px 6px #0000002e}.qw-toprow-nav{display:flex;align-items:center;gap:6px;min-width:0}.qw-toprow-actions{display:flex;align-items:center;gap:4px}@media(min-width:768px){.qw-body{padding-top:14px}}.qw-help-wrap{position:relative}.qw-help-btn{width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:6px;border:none;background:transparent;color:inherit;cursor:pointer;transition:background-color .12s ease,color .12s ease;font-size:14px;font-weight:600;font-family:inherit}.qw-help-btn:hover{background:var(--panel-bg-hover);color:inherit}.qw-help-tooltip{z-index:50;width:220px;padding:10px 12px;border-radius:12px;background:var(--card-bg);border:1px solid var(--panel-border);box-shadow:var(--shadow-tooltip);pointer-events:auto;max-height:min(70vh,420px);overflow-y:auto;animation:qw-help-tooltip-in var(--duration-base) cubic-bezier(.16,1,.3,1)}@keyframes qw-help-tooltip-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.qw-help-title{font-size:12px;font-weight:600;color:inherit;letter-spacing:.05em;text-transform:uppercase;margin-bottom:8px}.qw-help-row{display:flex;align-items:center;justify-content:space-between;padding:3px 0}.qw-help-row span{font-size:12px;color:inherit}.qw-help-keys{display:flex;gap:3px}.qw-turnoff-btn{display:block;width:100%;margin-top:8px;padding-top:8px;border:none;border-top:1px solid var(--panel-border);background:transparent;color:inherit;font-size:12px;font-family:inherit;cursor:pointer;text-align:start;transition:color var(--duration-fast) ease}.qw-turnoff-btn:hover{color:inherit}.qw-ask-council-btn{position:relative;z-index:1;width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:6px;border:none;background:transparent;color:inherit;cursor:pointer;transition:background-color .12s ease,color .12s ease}.qw-ask-council-btn:hover{background:var(--panel-bg-hover);color:inherit}.qw-ask-council-btn:disabled{opacity:.4;cursor:default;pointer-events:none}.qw-ask-council-btn:focus-visible{outline:2px solid rgb(var(--accent-rgb));outline-offset:2px}.qw-dismiss{width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:6px;border:none;background:transparent;color:inherit;cursor:pointer;transition:background-color .12s ease,color .12s ease,transform .18s cubic-bezier(.16,1,.3,1)}.qw-dismiss:hover{background:var(--panel-bg-hover);color:inherit}.qw-dismiss:active{transform:scale(.9)}.qw-dismissed-wrap{position:relative}.qw-restore-btn{display:inline-flex;align-items:center;gap:5px;margin-top:6px;padding:4px 10px;font-size:12px;font-weight:500;font-family:inherit;color:inherit;cursor:pointer;border-radius:999px;border:1px dashed var(--panel-border);background:transparent;transition:background-color .12s ease,border-color .12s ease,color .12s ease,transform .18s cubic-bezier(.16,1,.3,1);outline:none}.qw-restore-btn:hover{color:inherit;border-color:currentColor}.qw-restore-btn:active{transform:scale(.97)}.qw-restore-btn:focus-visible{outline:2px solid rgb(var(--accent-rgb, 99 102 241));outline-offset:2px}.qw-body{padding:10px 14px 14px}.qw-body.qw-stable{display:grid;grid-template-columns:1fr}.qw-slot{grid-area:1 / 1;transition:transform .22s cubic-bezier(.22,1,.36,1);opacity:1;transform:translate(0)}.qw-slot[aria-hidden=true]{visibility:hidden;pointer-events:none;opacity:0}.qw-slot.qw-slot-fwd{animation:qw-slot-fwd .22s cubic-bezier(.22,1,.36,1) forwards}.qw-slot.qw-slot-bck{animation:qw-slot-bck .22s cubic-bezier(.22,1,.36,1) forwards}@keyframes qw-slot-fwd{0%{transform:translate(28px) scale(.97)}to{transform:translate(0) scale(1)}}@keyframes qw-slot-bck{0%{transform:translate(-28px) scale(.97)}to{transform:translate(0) scale(1)}}@media(prefers-reduced-motion:reduce){.qw-slot,.qw-slot.qw-slot-fwd,.qw-slot.qw-slot-bck{transition:none;animation:none}}@media(max-width:767px){.qw-slot,.qw-slot.qw-slot-fwd,.qw-slot.qw-slot-bck{transition:none;animation:none}}.qw-question{font-size:var(--app-font-size);font-weight:700;color:inherit;margin-bottom:10px;line-height:1.5;overflow-wrap:anywhere;word-break:break-word}.qw-question strong{font-weight:inherit}.qw-qnum{color:inherit;font-weight:600}.qw-note{font-size:calc(var(--app-font-size) - 2px);font-style:italic;color:inherit;margin:10px 0 2px;line-height:1.4;overflow-wrap:anywhere;word-break:break-word}.qw-pills{display:flex;flex-direction:column;gap:4px}.qw-pill{display:flex;align-items:center;gap:10px;padding:10px 14px;border-radius:12px;cursor:pointer;transition:background-color .12s ease,border-color .12s ease,color .12s ease,transform .18s cubic-bezier(.16,1,.3,1);-moz-user-select:none;user-select:none;-webkit-user-select:none;outline:none;-webkit-tap-highlight-color:transparent;background:var(--panel-bg);border:1px solid var(--panel-border)}.qw-pill:hover{background:var(--panel-bg-hover);border-color:currentColor}.qw-pill:active{transform:scale(.985)}.qw-pill:focus-visible{outline:2px solid rgb(var(--accent-rgb));outline-offset:2px}.qw-pill.sel{background:rgba(var(--accent-rgb) / .1);border-color:rgba(var(--accent-rgb) / .3);box-shadow:0 0 12px rgba(var(--accent-rgb) / .08);animation:qw-pill-pop var(--duration-slow) cubic-bezier(.34,1.56,.64,1)}.qw-pill.qw-pill-rec{border-color:#22c55e99}.qw-pill.qw-pill-rec:hover{border-color:#22c55ecc}.qw-pill-rec:not(.sel){box-shadow:0 0 14px #22c55e29}@keyframes qw-pill-pop{0%{transform:scale(1)}40%{transform:scale(1.03)}to{transform:scale(1)}}.qw-pill-badge{width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:6px;font-size:12px;font-weight:600;background:var(--panel-bg-active);color:inherit;flex-shrink:0;transition:background-color .18s ease,color .18s ease}.qw-pill.sel .qw-pill-badge{background:rgba(var(--accent-rgb) / .2);color:rgb(var(--accent-rgb))}.qw-pill-badge:has(.qw-pill-checkbox){gap:4px;padding:0 6px;width:auto;min-width:24px}.qw-pill-checkbox{display:block;flex-shrink:0}.qw-pill-letter{display:inline-block;line-height:1}.qw-pill-text{font-size:calc(var(--app-font-size) - 2px);color:inherit;transition:color var(--duration-fast) ease;flex:1;min-width:0;overflow-wrap:anywhere;word-break:break-word}.qw-pill.sel .qw-pill-text{color:inherit}.qw-inline-code{font-family:var(--font-family-mono, ui-monospace, SFMono-Regular, Menlo, Consolas, monospace);font-size:.92em;padding:1px 5px;border-radius:4px;background:var(--panel-bg-active);color:inherit;overflow-wrap:anywhere;word-break:break-word}.qw-other-btn{display:flex;align-items:center;gap:10px;padding:10px 14px;width:100%;text-align:start;font-size:calc(var(--app-font-size) - 2px);font-weight:500;color:inherit;cursor:pointer;border-radius:12px;transition:background-color .12s ease,border-color .12s ease,color .12s ease,transform .18s cubic-bezier(.16,1,.3,1);border:1px dashed var(--panel-border);background:var(--panel-bg);font-family:inherit;outline:none}.qw-other-btn:hover{background:var(--panel-bg-hover);border-color:currentColor}.qw-other-btn:focus-visible{outline:2px solid rgb(var(--accent-rgb));outline-offset:2px}.qw-other-btn:active{transform:scale(.985)}.qw-other-icon{color:inherit;flex-shrink:0}.qw-other-input-wrap{display:flex;align-items:flex-start;gap:10px;padding:10px 14px;border-radius:12px;border:1px solid var(--panel-border);background:var(--panel-bg);transition:border-color .25s cubic-bezier(.16,1,.3,1);animation:qw-fade-up var(--duration-slow) cubic-bezier(.16,1,.3,1) forwards}.qw-other-input-wrap:focus-within{border-color:rgb(var(--accent-rgb))}.qw-glass--portal{position:fixed;left:0;right:0;bottom:0;z-index:1000;max-height:85vh;overflow-y:auto;border-radius:16px 16px 0 0;border-bottom:none;background:var(--color-surface-200);background-image:none;backdrop-filter:none;-webkit-backdrop-filter:none;padding-bottom:calc(14px + env(safe-area-inset-bottom,0px));box-shadow:var(--shadow-sheet);animation:qw-sheet-slide-up var(--duration-base) cubic-bezier(.2,0,0,1)}@media(max-width:767px){.qw-glass--portal,.qw-other-input-wrap{animation:none}}body.qw-mobile-portal-active:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:var(--z-qw-sheet-backdrop);pointer-events:none}body.qw-mobile-portal-active [data-amc-composer]{display:none}@keyframes qw-sheet-slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes qw-fade-up{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.qw-other-input{flex:1;min-width:0;padding:0;border:none;background:transparent;color:inherit;font-size:calc(var(--app-font-size) - 2px);font-family:inherit;line-height:1.4;outline:none;resize:none;overflow-y:auto;max-height:200px;overflow-wrap:anywhere;word-break:break-word}.qw-other-input::-moz-placeholder{color:inherit}.qw-other-input::placeholder{color:inherit}.qw-counter{display:inline-flex;align-items:baseline;gap:1px;padding:0 4px;font-size:20px;font-weight:400;color:inherit;font-variant-numeric:tabular-nums;-webkit-user-select:none;-moz-user-select:none;user-select:none}.qw-counter-current{color:inherit;transition:color var(--duration-base) ease}.qw-counter[data-current-answered=true] .qw-counter-current{color:rgb(var(--accent-rgb))}.qw-counter-sep{opacity:.5;margin:0 1px;transition:color .2s ease,opacity .2s ease}.qw-counter-total{transition:color var(--duration-base) ease}.qw-counter[data-all-answered=true] .qw-counter-total{color:rgb(var(--accent-rgb))}.qw-mode-seg{position:relative;display:inline-grid;grid-template-columns:1fr 1fr;align-items:stretch;background:var(--panel-bg);border:1px solid var(--panel-border);border-radius:6px;padding:2px;font-size:12px;line-height:1;cursor:pointer}.qw-mode-seg:before{content:"";position:absolute;top:2px;bottom:2px;left:2px;width:calc(50% - 2px);background:rgba(var(--accent-rgb) / .18);border-radius:4px;transform:translate(0);transition:transform var(--duration-base) cubic-bezier(.16,1,.3,1);pointer-events:none;z-index:0}.qw-mode-seg[data-mode=multi]:before{transform:translate(100%)}.qw-mode-seg:after{content:"";position:absolute;top:6px;bottom:6px;left:50%;width:1px;background:var(--panel-border);pointer-events:none;z-index:0}.qw-mode-seg-btn{position:relative;z-index:1;display:inline-flex;justify-content:center;align-items:center;gap:0;background:transparent;border:none;padding:2px 12px;border-radius:4px;color:inherit;cursor:pointer;font-family:inherit;font-size:inherit;font-weight:500;transition:color var(--duration-fast) ease}.qw-mode-seg-btn:hover:not(.active){color:inherit}.qw-mode-seg-btn:focus-visible{outline:2px solid rgb(var(--accent-rgb));outline-offset:2px}.qw-mode-seg-btn.active{color:rgb(var(--accent-rgb))}@media(prefers-reduced-motion:reduce){.qw-mode-seg:before{transition:none}}.qw-mode-seg-icon{flex-shrink:0;color:currentColor;width:18px;height:18px}.qw-mode-seg-label{display:none}.qw-nav-arrow{display:inline-flex;align-items:center;justify-content:center;width:48px;height:28px;border-radius:6px;border:1px solid var(--panel-border);background:transparent;color:inherit;cursor:pointer;transition:background-color .12s ease,border-color .12s ease,color .12s ease,opacity .12s ease,transform .18s cubic-bezier(.16,1,.3,1);outline:none;font-family:inherit}.qw-nav-arrow svg{width:18px;height:18px}.qw-nav-arrow:hover{background:var(--panel-bg-hover);color:inherit;border-color:currentColor}.qw-nav-arrow:active{transform:scale(.92)}.qw-nav-arrow:disabled{opacity:.25;cursor:not-allowed;pointer-events:none}.qw-nav-arrow:focus-visible{outline:2px solid rgb(var(--accent-rgb));outline-offset:2px}.qw-nav-arrow[data-has-skipped-behind=true]{position:relative}.qw-nav-arrow[data-has-skipped-behind=true]:after{content:"";position:absolute;top:3px;right:3px;width:7px;height:7px;border-radius:50%;background:#f59e0b;box-shadow:0 0 0 2px var(--panel-bg),0 0 8px #f59e0b8c;animation:qw-nav-skipped-pulse 2s ease-in-out infinite;pointer-events:none}@keyframes qw-nav-skipped-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.55;transform:scale(1.18)}}@media(prefers-reduced-motion:reduce){.qw-nav-arrow[data-has-skipped-behind=true]:after{animation:none}}.qw-send{display:flex;align-items:center;gap:6px;height:32px;padding:0 12px;border-radius:16px;border:1px solid rgba(var(--accent-rgb) / .55);background:transparent;color:rgb(var(--accent-rgb));font-size:13px;font-weight:600;font-family:inherit;cursor:pointer;transition:background-color .25s cubic-bezier(.16,1,.3,1),color .25s cubic-bezier(.16,1,.3,1),border-color .25s cubic-bezier(.16,1,.3,1),transform .25s cubic-bezier(.16,1,.3,1),opacity .25s cubic-bezier(.16,1,.3,1);outline:none}.qw-send:hover{background:rgba(var(--accent-rgb) / .1);transform:translateY(-1px)}.qw-send:active{transform:scale(.96) translateY(0)}.qw-send:disabled{opacity:.4;cursor:not-allowed}.qw-send:focus-visible{outline:2px solid rgb(var(--accent-rgb));outline-offset:2px}.qw-send.ready{background:linear-gradient(rgb(var(--accent-rgb)),rgb(var(--accent-rgb))) padding-box,conic-gradient(from var(--qw-send-angle),rgb(var(--accent-rgb)),rgb(255 255 255 / .55),rgb(var(--accent-rgb) / .5),rgb(var(--accent-rgb))) border-box;color:var(--on-accent-color, #ffffff);text-shadow:var(--on-accent-text-shadow, 0 1px 1px rgb(0 0 0 / .35));border:2px solid transparent;position:relative;isolation:isolate;overflow:hidden;animation:qw-send-border-spin 3s linear infinite}.qw-send.ready:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(100deg,transparent 35%,rgba(255,255,255,.4) 50%,transparent 65%);transform:translate(-100%);animation:qw-send-shimmer 1.5s ease-in-out infinite;pointer-events:none;z-index:1}.qw-send.ready:hover{background:rgb(var(--accent-rgb));opacity:.9;transform:none}.qw-send.ready:active{transform:none}@keyframes qw-send-shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.qw-send-wrap{position:relative;display:inline-flex;transition:transform .25s cubic-bezier(.16,1,.3,1)}.qw-send-wrap.ready:has(.qw-send:hover){transform:translateY(-1px)}.qw-send-wrap.ready:has(.qw-send:active){transform:scale(.96)}@property --qw-send-angle{syntax: "<angle>"; initial-value: 0deg; inherits: false;}@keyframes qw-send-border-spin{to{--qw-send-angle: 360deg}}@media(prefers-reduced-motion:reduce){.qw-send.ready{animation:none;border-color:rgb(var(--accent-rgb))}}html.low-power .qw-send.ready,html.software-render .qw-send.ready{animation:none;border-color:rgb(var(--accent-rgb))}html.low-power .qw-nav-arrow[data-has-skipped-behind=true]:after,html.software-render .qw-nav-arrow[data-has-skipped-behind=true]:after{animation:none}.qw-send.nudge{animation:qw-send-nudge .4s cubic-bezier(.34,1.56,.64,1)}@keyframes qw-send-nudge{0%{transform:scale(1)}30%{transform:scale(1.18)}60%{transform:scale(.94)}to{transform:scale(1)}}.qw-glass.raised{box-shadow:0 12px 40px -8px #00000073,inset 0 1px #ffffff0f}.qw-glass.raised:focus,.qw-glass.raised:focus-within{box-shadow:0 12px 40px -8px #00000073,inset 0 1px #ffffff0f,0 0 0 2px rgba(var(--accent-rgb) / .2)}.qw-glass.raised .qw-pill,.qw-glass.raised .qw-other-btn{box-shadow:inset 0 1px #ffffff17,0 4px 10px -3px #00000057,0 2px 4px -2px #0000003d;transition:background-color .12s ease,border-color .12s ease,color .12s ease,box-shadow .15s ease,transform .18s cubic-bezier(.16,1,.3,1)}.qw-glass.raised .qw-pill:hover,.qw-glass.raised .qw-other-btn:hover{box-shadow:inset 0 1px #ffffff1f,0 7px 16px -3px #00000070,0 3px 6px -2px #0000004d}.qw-glass.raised .qw-pill:active,.qw-glass.raised .qw-other-btn:active{box-shadow:inset 0 2px 4px #00000052,inset 0 1px #ffffff1a}.qw-glass.raised .qw-pill.sel{box-shadow:inset 0 1px #ffffff17,0 4px 10px -3px #00000057,0 2px 4px -2px #0000003d,0 0 12px rgba(var(--accent-rgb) / .22)}.qw-glass.raised .qw-pill-badge{background-image:linear-gradient(to bottom,#ffffff1a,#00000024);background-clip:padding-box;box-shadow:inset 0 1px #ffffff38,inset 0 -1px 1px #00000040,0 1px 2px #0000004d}.qw-glass.raised .qw-send{border-color:transparent;background-color:rgb(var(--accent-rgb) / .16);background-image:linear-gradient(to bottom,#ffffff2e,#fff0 45%,#0000001f);background-clip:padding-box;box-shadow:inset 0 1px #ffffff59,inset 0 -1px 1px #0000002e,0 5px 12px -2px #0006,0 2px 4px -1px #0000004d}.qw-glass.raised .qw-send.ready{background:linear-gradient(to bottom,#ffffff8c,#fff0 52%,#0000006b) padding-box,linear-gradient(rgb(var(--accent-rgb)),rgb(var(--accent-rgb))) padding-box,conic-gradient(from var(--qw-send-angle),rgb(var(--accent-rgb)),rgb(255 255 255 / .85),rgb(var(--accent-rgb)),rgb(var(--accent-rgb))) border-box;box-shadow:inset 0 1px #ffffffb8,inset 0 -1px 1px #0000004d,0 8px 18px -3px #00000075,0 3px 6px -2px #00000057}.qw-glass.raised .qw-send:disabled{background-color:transparent;background-image:none;box-shadow:none}@media(max-width:767px){.qw-glass{margin:0 0 6px;background:var(--color-surface-200);backdrop-filter:none;-webkit-backdrop-filter:none}.qw-toprow{padding:4px 6px;gap:6px;background-color:var(--color-surface-200)}.qw-toprow-nav{flex-wrap:nowrap;gap:4px;flex-shrink:0;min-width:0}.qw-toprow-actions{gap:4px;flex-shrink:0}.qw-mode-seg{flex:0 0 auto}.qw-mode-seg-btn{flex:0 0 auto;padding:2px 10px;font-size:13px}.qw-nav-arrow{flex-shrink:0}.qw-ask-council-btn,.qw-dismiss{width:32px;height:32px;flex-shrink:0}.qw-help-wrap{display:none}.qw-send{padding:0 12px;font-size:14px;flex-shrink:0}.qw-body{padding:10px 12px 12px}.qw-question{font-size:16px;margin-bottom:10px}.qw-pills{gap:6px}.qw-pill{padding:12px 14px;min-height:48px;align-items:center}.qw-pill-badge{width:28px;height:28px;font-size:13px}.qw-pill-text{font-size:14px}.qw-other-btn{padding:12px 14px;min-height:48px;font-size:14px}.qw-other-input-wrap{padding:12px 14px}.qw-other-input{font-size:14px;scroll-margin-bottom:40vh}.qw-help-tooltip{width:min(260px,calc(100vw - 32px))}.qw-restore-btn{padding:8px 14px;font-size:13px;min-height:36px}input,textarea,select{font-size:16px}textarea[data-session-textarea]{line-height:max(1.25rem,1.25em)}}html.app-hidden *,html.app-hidden *:before,html.app-hidden *:after{animation-play-state:paused!important}html.low-power *,html.low-power *:before,html.low-power *:after,html.software-render *,html.software-render *:before,html.software-render *:after{backdrop-filter:none!important;-webkit-backdrop-filter:none!important}html.low-power .tv2-glass-panel,html.low-power .tv2-glass-card,html.low-power .tv2-glass-menu,html.software-render .tv2-glass-panel,html.software-render .tv2-glass-card,html.software-render .tv2-glass-menu{background-color:var(--tv2-glass-panel-floor, #18181b)}html.low-power #root:before,html.low-power #root:after,html.low-power #kms-window-root:before,html.low-power #kms-window-root:after,html.software-render #root:before,html.software-render #root:after,html.software-render #kms-window-root:before,html.software-render #kms-window-root:after{filter:none!important;animation:none!important}html.low-power .animate-spin,html.low-power .animate-pulse,html.low-power .animate-bounce,html.software-render .animate-spin,html.software-render .animate-pulse,html.software-render .animate-bounce{animation-duration:2s!important}html.low-power .animate-shimmer,html.software-render .animate-shimmer{animation-duration:3s!important}.amc-spinner{will-change:transform;contain:layout style paint;transform:translateZ(0);backface-visibility:hidden}@keyframes amc-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.amc-spinner.animate-spin{animation-name:amc-spin}@keyframes amc-countdown-bar{0%{transform:scaleX(0)}to{transform:scaleX(1)}}html.software-render .amc-spinner{will-change:auto;contain:none;transform:none}html.low-power *:hover,html.software-render *:hover{box-shadow:none!important}html.low-power .amc-lift:hover,html.low-power .amc-lift:active,html.low-power .amc-pol-btn:hover,html.low-power .amc-pol-btn:active,html.software-render .amc-lift:hover,html.software-render .amc-lift:active,html.software-render .amc-pol-btn:hover,html.software-render .amc-pol-btn:active{transform:none!important}html.low-power *,html.software-render *{transition:none!important}.amc-md-table{container-type:inline-size;container-name:amctable}@container amctable (max-width: 480px){.amc-md-table>table{display:block;border:none;width:100%}.amc-md-table>table>thead{display:none}.amc-md-table>table>tbody{display:block}.amc-md-table>table>tbody>tr{display:block;background:rgb(var(--color-surface-200-rgb) / .5);border:1px solid var(--color-surface-300);border-radius:8px;padding:6px 10px;margin-bottom:8px}.amc-md-table>table>tbody>tr:last-child{margin-bottom:0}.amc-md-table>table>tbody>tr>td{display:grid;grid-template-columns:minmax(72px,30%) 1fr;-moz-column-gap:10px;column-gap:10px;padding:4px 0;border:none;border-bottom:1px solid rgb(var(--color-surface-300-rgb) / .5);max-width:none;align-items:baseline}.amc-md-table>table>tbody>tr>td:last-child{border-bottom:none}.amc-md-table>table>tbody>tr>td:before{content:attr(data-label);color:var(--color-surface-500);font-weight:600;font-size:12px;text-transform:uppercase;letter-spacing:.04em;padding-top:2px;overflow-wrap:anywhere}.amc-md-table>table>tbody>tr>td[data-label=""]{grid-template-columns:1fr}.amc-md-table>table>tbody>tr>td[data-label=""]:before{display:none}}@keyframes amc-fade-in{0%{opacity:0}to{opacity:1}}@keyframes amc-tooltip-in{0%{opacity:0;transform:translate(-50%) translateY(4px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.amc-overlay-in{animation:amc-fade-in var(--duration-fast) ease-out}@media(prefers-reduced-motion:reduce){.amc-overlay-in{animation:none}}.amc-swap-in{animation:amc-fade-in var(--duration-fast) ease-out both}@media(prefers-reduced-motion:reduce){.amc-swap-in{animation:none}}html.low-power .amc-swap-in{animation:none}@keyframes amc-badge-pop{0%{transform:scale(1)}40%{transform:scale(1.18)}to{transform:scale(1)}}.amc-badge-pop{display:inline-block;animation:amc-badge-pop var(--duration-base) ease-out both}@media(prefers-reduced-motion:reduce){.amc-badge-pop{animation:none}}html.low-power .amc-badge-pop{animation:none}.amc-overlay-elevation{box-shadow:var( --overlay-elevation, 0 0 0 1px rgb(0 0 0 / .08), 0 8px 24px -6px rgb(0 0 0 / .4) )}:root{--meridiem-am: #0284c7;--meridiem-pm: #b45309}.dark{--meridiem-am: #38bdf8;--meridiem-pm: #fbbf24}.text-meridiem-am{color:var(--meridiem-am, #0ea5e9)}.text-meridiem-pm{color:var(--meridiem-pm, #b45309)}.animate-text-flow{background-image:linear-gradient(90deg,#d1fae500,#d1fae500 35%,#d1fae5f2,#d1fae500 65%,#d1fae500),linear-gradient(#34d399,#34d399);background-size:200% 100%,100% 100%;background-repeat:no-repeat;background-position:200% center,center;-webkit-background-clip:text;background-clip:text;color:transparent;animation:amc-text-flow 2s linear infinite}@keyframes amc-text-flow{0%{background-position:200% center,center}to{background-position:-100% center,center}}@media(prefers-reduced-motion:reduce){.animate-text-flow{animation:none;color:#34d399}}[data-scratchpad-editor][data-placeholder]:empty:before{content:attr(data-placeholder);color:rgb(var(--color-surface-400-rgb, 161 161 170));pointer-events:none}[data-scratchpad-editor] img{max-width:100%;border-radius:.375rem;margin:.25rem 0;cursor:pointer;display:inline-block}[data-scratchpad-editor]{white-space:pre-wrap;word-wrap:break-word}[data-scratchpad-editor][data-scratchpad-md-on=""] [data-md-block=h1]{font-size:1.6rem;font-weight:700;line-height:1.25;margin:.6rem 0 .4rem}[data-scratchpad-editor][data-scratchpad-md-on=""] [data-md-block=h2]{font-size:1.35rem;font-weight:700;line-height:1.3;margin:.55rem 0 .35rem}[data-scratchpad-editor][data-scratchpad-md-on=""] [data-md-block=h3]{font-size:1.15rem;font-weight:700;line-height:1.35;margin:.5rem 0 .3rem}[data-scratchpad-editor][data-scratchpad-md-on=""] [data-md-block=h4]{font-size:1.05rem;font-weight:600;margin:.45rem 0 .25rem}[data-scratchpad-editor][data-scratchpad-md-on=""] [data-md-block=h5],[data-scratchpad-editor][data-scratchpad-md-on=""] [data-md-block=h6]{font-weight:600;margin:.4rem 0 .2rem}[data-scratchpad-editor][data-scratchpad-md-on=""] [data-md-block=quote]{display:block;border-inline-start:3px solid rgb(var(--color-surface-400-rgb, 161 161 170));padding-block:.05rem;padding-inline:.6rem 0;margin:.2rem 0;font-style:italic;color:rgb(var(--color-surface-700-rgb, 63 63 70))}[data-scratchpad-editor][data-scratchpad-md-on=""] [data-md-block=fence],[data-scratchpad-editor][data-scratchpad-md-on=""] [data-md-block=code-block]{font-family:var(--font-family-mono, ui-monospace, SFMono-Regular, Menlo, Consolas, monospace);background:rgb(var(--color-surface-300-rgb, 212 212 216));color:rgb(var(--color-surface-900-rgb, 24 24 27));padding:.1rem .6rem;white-space:pre}[data-scratchpad-editor][data-scratchpad-md-on=""] [data-md-block=fence]{color:rgb(var(--color-surface-500-rgb, 113 113 122))}[data-scratchpad-editor][data-scratchpad-md-on=""] [data-md-inline=bold]{font-weight:700}[data-scratchpad-editor][data-scratchpad-md-on=""] [data-md-inline=italic]{font-style:italic}[data-scratchpad-editor][data-scratchpad-md-on=""] [data-md-inline=code]{font-family:var(--font-family-mono, ui-monospace, SFMono-Regular, Menlo, Consolas, monospace);background:rgb(var(--color-surface-300-rgb, 212 212 216));color:rgb(var(--color-surface-900-rgb, 24 24 27));padding:.05rem .35rem;border-radius:.25rem;font-size:.92em}[data-scratchpad-editor][data-scratchpad-md-on=""] [data-md-inline=link] [data-md-link-label]{color:rgb(var(--accent-rgb, 99 102 241));text-decoration:underline}[data-scratchpad-editor][data-scratchpad-md-on=""] [data-md-inline=link] [data-md-link-url]{color:rgb(var(--color-surface-500-rgb, 113 113 122));text-decoration:none}[data-scratchpad-editor][data-scratchpad-md-on=""] [data-md-syntax]{color:rgb(var(--color-surface-500-rgb, 113 113 122));font-weight:400;font-style:normal}[data-scratchpad-editor][data-scratchpad-md-on=""]{line-height:1.55}.amc-cull-on .amc-cull-body{content-visibility:auto;contain-intrinsic-size:auto var(--amc-cull-h, 240px);min-height:1.5em}.writer-ghost-text{color:var(--ghost-text, #9aa0a6);opacity:.7;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.writer-ghost-tab{display:inline-flex;align-items:center;margin-inline-start:6px;padding:0 5px;font-size:12px;font-family:inherit;font-style:normal;line-height:1.6;border-radius:4px;border:1px solid var(--ghost-text, #9aa0a6);opacity:.6;vertical-align:middle;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.writer-ghost-loading{color:var(--ghost-text, #9aa0a6);opacity:.5;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;font-size:.85em;letter-spacing:2px;animation:writer-ghost-pulse 1.2s ease-in-out infinite}@keyframes writer-ghost-pulse{0%,to{opacity:.3}50%{opacity:.7}}html[data-polish-interactive=on] .amc-pol-btn:not(:disabled):hover{transform:translateY(-1px);box-shadow:var(--shadow-btn-hover)}html[data-polish-interactive=on] .amc-pol-btn:not(:disabled):active{transform:translateY(0) scale(.98)}html[data-polish-dashboard=on] .amc-pol-stagger>*{animation:amc-rise .5s cubic-bezier(.16,1,.3,1) both}html[data-polish-dashboard=on] .amc-pol-stagger>*:nth-child(2){animation-delay:60ms}html[data-polish-dashboard=on] .amc-pol-stagger>*:nth-child(3){animation-delay:.12s}html[data-polish-dashboard=on] .amc-pol-stagger>*:nth-child(4){animation-delay:.18s}html[data-polish-dashboard=on] .amc-pol-stagger>*:nth-child(5){animation-delay:.24s}html[data-polish-dashboard=on] .amc-pol-stagger>*:nth-child(6){animation-delay:.3s}html[data-polish-dashboard=on] .amc-pol-stagger>*:nth-child(7){animation-delay:.36s}html[data-polish-dashboard=on] .amc-pol-stagger>*:nth-child(n+8){animation-delay:.42s}@keyframes amc-rise{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}html[data-polish-ambient=on] .amc-ambient{position:relative;isolation:isolate}html[data-polish-ambient=on] .amc-ambient:before{content:"";position:absolute;top:-10%;right:-10%;bottom:-10%;left:-10%;z-index:-1;pointer-events:none;background:radial-gradient(40% 50% at 20% 25%,rgb(var(--accent-rgb, 99 102 241) / .18),transparent 70%),radial-gradient(35% 45% at 80% 30%,rgb(103 232 249 / .12),transparent 70%),radial-gradient(45% 55% at 60% 90%,rgb(167 139 250 / .12),transparent 70%);filter:blur(36px);animation:amc-ambient-drift 18s ease-in-out infinite alternate}@keyframes amc-ambient-drift{0%{transform:translateZ(0)}to{transform:translate3d(4%,3%,0)}}@media(prefers-reduced-motion:reduce){html[data-polish-dashboard=on] .amc-pol-stagger>*,html[data-polish-ambient=on] .amc-ambient:before{animation:none!important}html[data-polish-interactive=on] .amc-pol-btn:not(:disabled):hover{transform:none}}html.low-power .amc-pol-stagger>*,html.low-power .amc-ambient:before,html.software-render .amc-pol-stagger>*,html.software-render .amc-ambient:before{animation:none!important}html.low-power .amc-ambient:before,html.software-render .amc-ambient:before{filter:none;opacity:.5}.mm-node{background:rgb(var(--color-surface-100-rgb, 24 24 27) / .9);box-shadow:0 1px 2px #0000002e,0 8px 20px #00000029,inset 0 1px #ffffff1f}.mm-blur .mm-node{backdrop-filter:blur(var(--panel-blur, 0px));-webkit-backdrop-filter:blur(var(--panel-blur, 0px))}@media(max-width:640px){.mm-blur .mm-node{backdrop-filter:none;-webkit-backdrop-filter:none}}.mm-animate-positions .react-flow__node:not(.dragging){transition:transform var(--mm-anim-dur, .18s) ease-out}@media(prefers-reduced-motion:reduce){.mm-animate-positions .react-flow__node{transition:none}}html.low-power .mm-animate-positions .react-flow__node{transition:none}[data-ui-anchor=mindmap-root] .react-flow__controls{overflow:hidden;border:1px solid rgb(var(--color-surface-200-rgb, 39 39 42));border-radius:.5rem;background:rgb(var(--color-surface-100-rgb, 24 24 27) / .9);box-shadow:0 1px 2px #0000002e,0 8px 20px #00000029,inset 0 1px #ffffff1f}[data-ui-anchor=mindmap-root] .react-flow__controls-button{background:transparent;color:rgb(var(--color-surface-900-rgb, 250 250 250));border-bottom:1px solid rgb(var(--color-surface-200-rgb, 39 39 42) / .6)}[data-ui-anchor=mindmap-root] .react-flow__controls-button:last-child{border-bottom:none}[data-ui-anchor=mindmap-root] .react-flow__controls-button:hover{background:rgb(var(--color-surface-200-rgb, 39 39 42) / .5);color:rgb(var(--color-surface-900-rgb, 250 250 250))}.mm-blur .react-flow__controls{backdrop-filter:blur(var(--panel-blur, 0px));-webkit-backdrop-filter:blur(var(--panel-blur, 0px))}@media(max-width:640px){.mm-blur .react-flow__controls{backdrop-filter:none;-webkit-backdrop-filter:none}}:root{--tv2-glass-panel-bg: rgba(var(--color-surface-50-rgb, 250 250 250) / .72);--tv2-glass-panel-floor: var(--color-surface-50, #fafafa);--tv2-glass-row-bg: rgba(var(--color-surface-50-rgb, 250 250 250) / .55);--tv2-glass-row-hover-bg: rgba(var(--color-surface-50-rgb, 250 250 250) / .88);--tv2-glass-panel-border: rgba(0, 0, 0, .08);--tv2-glass-row-border: rgba(0, 0, 0, .06);--tv2-glass-highlight: rgba(255, 255, 255, .7);--tv2-glass-shadow: 0 8px 30px -12px rgba(0, 0, 0, .18);--tv2-glass-blur: 16px;--tv2-glass-accent-soft: rgba(var(--accent-rgb, 99 102 241) / .12);--tv2-glass-accent-border: rgba(var(--accent-rgb, 99 102 241) / .35);--tv2-glass-accent-glow: rgba(var(--accent-rgb, 99 102 241) / .3);--tv2-glass-edit-soft: rgba(16 185 129 / .12);--tv2-glass-edit-border: rgba(16 185 129 / .6);--tv2-page-grad: radial-gradient( 120% 80% at 100% 0%, rgba(var(--accent-rgb, 99 102 241) / .06), transparent 60% )}.dark{--tv2-glass-panel-bg: rgba(var(--color-surface-100-rgb, 24 24 27) / .62);--tv2-glass-panel-floor: var(--color-surface-100, #18181b);--tv2-glass-row-bg: rgba(var(--color-surface-200-rgb, 39 39 42) / .45);--tv2-glass-row-hover-bg: rgba(var(--color-surface-200-rgb, 39 39 42) / .72);--tv2-glass-panel-border: rgba(255, 255, 255, .1);--tv2-glass-row-border: rgba(255, 255, 255, .07);--tv2-glass-highlight: rgba(255, 255, 255, .1);--tv2-glass-shadow: 0 18px 50px -24px rgba(0, 0, 0, .7);--tv2-glass-blur: 18px;--tv2-glass-accent-soft: rgba(var(--accent-rgb, 99 102 241) / .12);--tv2-glass-accent-border: rgba(var(--accent-rgb, 99 102 241) / .42);--tv2-glass-accent-glow: rgba(var(--accent-rgb, 99 102 241) / .45);--tv2-glass-edit-soft: rgba(16 185 129 / .14);--tv2-glass-edit-border: rgba(16 185 129 / .65);--tv2-page-grad: radial-gradient( 120% 80% at 100% 0%, rgba(var(--accent-rgb, 99 102 241) / .1), transparent 55% )}.tv2-surface{background-image:var(--tv2-page-grad, none)}::highlight(tv2-find){background-color:rgba(var(--accent-rgb, 99 102 241) / .35)}.tv2-glass-panel{background-color:var(--tv2-glass-panel-bg, rgba(255, 255, 255, .05));border:1px solid var(--tv2-glass-panel-border, rgba(255, 255, 255, .1));box-shadow:inset 0 1px 0 var(--tv2-glass-highlight, rgba(255, 255, 255, .1)),var(--tv2-glass-shadow, 0 18px 50px -24px rgba(0, 0, 0, .7));backdrop-filter:blur(var(--tv2-glass-blur, 18px)) saturate(1.2);-webkit-backdrop-filter:blur(var(--tv2-glass-blur, 18px)) saturate(1.2)}.tv2-glass-card{background-image:linear-gradient(135deg,var(--tv2-glass-accent-soft, rgba(99, 102, 241, .12)),transparent 70%);background-color:var(--tv2-glass-panel-bg, rgba(255, 255, 255, .05));border:1px solid var(--tv2-glass-accent-border, rgba(99, 102, 241, .4));box-shadow:inset 0 1px 0 var(--tv2-glass-highlight, rgba(255, 255, 255, .1));backdrop-filter:blur(var(--tv2-glass-blur, 18px)) saturate(1.2);-webkit-backdrop-filter:blur(var(--tv2-glass-blur, 18px)) saturate(1.2)}.tv2-glass-menu{background-color:var(--tv2-glass-panel-bg, rgba(255, 255, 255, .05));border:1px solid var(--tv2-glass-panel-border, rgba(255, 255, 255, .1));box-shadow:inset 0 1px 0 var(--tv2-glass-highlight, rgba(255, 255, 255, .1)),var(--tv2-glass-shadow, 0 18px 50px -24px rgba(0, 0, 0, .7));backdrop-filter:blur(16px) saturate(1.2);-webkit-backdrop-filter:blur(16px) saturate(1.2)}.tv2-glass-row{background-color:var(--tv2-glass-row-bg, rgba(255, 255, 255, .04));border:1px solid var(--tv2-glass-row-border, rgba(255, 255, 255, .07));box-shadow:inset 0 1px 0 var(--tv2-glass-highlight, rgba(255, 255, 255, .1));transition:background-color var(--duration-fast) ease}.tv2-glass-row:hover{background-color:var(--tv2-glass-row-hover-bg, rgba(255, 255, 255, .08))}[data-tv2-kbd-nav=true] .tv2-hover-reveal:not(:focus-within):not(:focus-visible){opacity:0;pointer-events:none}[data-tv2-kbd-nav=true] .tv2-glass-row:hover{background-color:var(--tv2-glass-row-bg, rgba(255, 255, 255, .04))}.tv2-glass-row-selected{background-color:var(--tv2-glass-accent-soft, rgba(99, 102, 241, .12));border-color:var(--tv2-glass-accent-border, rgba(99, 102, 241, .4));box-shadow:inset 0 1px 0 var(--tv2-glass-highlight, rgba(255, 255, 255, .1)),0 0 26px -8px var(--tv2-glass-accent-glow, rgba(99, 102, 241, .45))}.tv2-glass-row-focused{background-color:var(--tv2-glass-accent-soft, rgba(99, 102, 241, .12));border-color:rgba(var(--accent-rgb, 99 102 241) / .7);box-shadow:inset 3px 0 rgb(var(--accent-rgb, 99 102 241)),inset 0 0 0 1px rgba(var(--accent-rgb, 99 102 241) / .55),inset 0 1px 0 var(--tv2-glass-highlight, rgba(255, 255, 255, .1))}.tv2-glass-row-editing{background-color:var(--tv2-glass-edit-soft, rgba(16 185 129 / .12));border-color:var(--tv2-glass-edit-border, rgba(16 185 129 / .6));box-shadow:inset 0 0 0 2px var(--tv2-glass-edit-border, rgba(16 185 129 / .6)),inset 0 1px 0 var(--tv2-glass-highlight, rgba(255, 255, 255, .1))}.tv2-glass-row-cut{opacity:.6;border-color:var(--tv2-glass-accent-border, rgba(99, 102, 241, .4));border-style:dashed;box-shadow:inset 0 0 0 1px var(--tv2-glass-accent-border, rgba(99, 102, 241, .4)),inset 0 1px 0 var(--tv2-glass-highlight, rgba(255, 255, 255, .1))}.tv2-glass-chip{background-color:var(--tv2-glass-row-bg, rgba(255, 255, 255, .06));border:1px solid var(--tv2-glass-row-border, rgba(255, 255, 255, .08))}@media(max-width:640px){.tv2-glass-panel,.tv2-glass-card,.tv2-glass-menu{backdrop-filter:none;-webkit-backdrop-filter:none;background-color:var(--tv2-glass-panel-floor, #18181b)}}@media(prefers-reduced-motion:reduce){.tv2-glass-row{transition:none}}.bg-accent.amc-btn-raised:not(:disabled){color:color-mix(in srgb,var(--on-accent-color, #ffffff) 86%,transparent)}[data-kms-font=serif] .kms-prose .ProseMirror{font-family:ui-serif,Georgia,Cambria,Times New Roman,Times,serif}[data-kms-font=mono] .kms-prose .ProseMirror{font-family:var( --font-family-mono, ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace )}[data-kms-size=sm] .kms-prose .ProseMirror{font-size:.875rem}[data-kms-size=lg] .kms-prose .ProseMirror{font-size:1.125rem}[data-kms-size=xl] .kms-prose .ProseMirror{font-size:1.25rem}[data-kms-width=narrow] .kms-prose .ProseMirror{max-width:40rem;margin-inline:auto}[data-kms-width=normal] .kms-prose .ProseMirror{max-width:48rem;margin-inline:auto}[data-kms-width=wide] .kms-prose .ProseMirror{max-width:64rem;margin-inline:auto}[data-kms-width=narrow] [data-source-view-textarea=true]{max-width:40rem;margin-inline:auto}[data-kms-width=normal] [data-source-view-textarea=true]{max-width:48rem;margin-inline:auto}[data-kms-width=wide] [data-source-view-textarea=true]{max-width:64rem;margin-inline:auto}[data-kms-bg=paper] .kms-prose .ProseMirror{background-color:#f7f3e8;border-radius:.5rem;padding:1.5rem 1.75rem}[data-kms-bg=paper] .kms-prose .ProseMirror,[data-kms-bg=paper] .kms-prose .ProseMirror :where(h1,h2,h3,h4,h5,h6,p,li,blockquote,strong,em,td,th){color:#2d2a26}[data-kms-bg=sepia] .kms-prose .ProseMirror{background-color:#f4ecd8;border-radius:.5rem;padding:1.5rem 1.75rem}[data-kms-bg=sepia] .kms-prose .ProseMirror,[data-kms-bg=sepia] .kms-prose .ProseMirror :where(h1,h2,h3,h4,h5,h6,p,li,blockquote,strong,em,td,th){color:#433422}.portrait-lock-overlay{display:none}@media(orientation:landscape)and (hover:none){.portrait-lock-overlay{display:flex}}.jira-scope{--jira-accent: #0052cc;--jira-surface: #ffffff;--jira-sunken: #f4f5f7;--jira-border: #dfe1e6;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif}.dark .jira-scope{--jira-accent: #4c9aff;--jira-surface: #22272b;--jira-sunken: #1d2125;--jira-border: #2c333a}.rdp-root.rdp-amc{--rdp-accent-color: rgb(var(--accent-rgb));--rdp-accent-background-color: rgb(var(--accent-rgb) / .15);--rdp-today-color: rgb(var(--accent-rgb));--rdp-day-width: 2rem;--rdp-day-height: 2rem;--rdp-outside-opacity: .4;--rdp-disabled-opacity: .35;margin:0;color:rgb(var(--color-surface-800-rgb));font-size:.8125rem}.rdp-amc .rdp-month_caption,.rdp-amc .rdp-caption_label{color:rgb(var(--color-surface-800-rgb));font-weight:600}.rdp-amc .rdp-weekday{color:rgb(var(--color-surface-500-rgb));font-weight:500}.rdp-amc .rdp-chevron{fill:rgb(var(--color-surface-500-rgb))}.rdp-amc .rdp-button_previous:hover .rdp-chevron,.rdp-amc .rdp-button_next:hover .rdp-chevron{fill:rgb(var(--color-surface-800-rgb))}.rdp-amc .rdp-day_button{border-radius:9999px;border:none}.rdp-amc .rdp-day_button:hover{background:rgb(var(--color-surface-300-rgb))}.rdp-amc .rdp-selected .rdp-day_button{background:rgb(var(--accent-rgb));color:var(--on-accent-color, #ffffff)}.rdp-amc .rdp-today:not(.rdp-selected) .rdp-day_button{color:rgb(var(--accent-rgb));font-weight:700}[data-amc-suppress-focus-ring]:focus-visible{outline:none;box-shadow:none}@keyframes mc-home-beacon{0%,to{box-shadow:0 0 rgb(var(--accent-rgb) / 0)}50%{box-shadow:0 0 8px 3px rgb(var(--accent-rgb) / .3)}}@media(prefers-reduced-motion:reduce){.animate-mc-home-beacon{animation:none}}html.low-power .animate-mc-home-beacon,html.software-render .animate-mc-home-beacon{animation:none}.supermail-scope [data-supermail-view=dense] [role=row]{padding-top:max(0px,calc(var(--supermail-row-py, 6px) + var(--supermail-row-delta, 0px)));padding-bottom:max(0px,calc(var(--supermail-row-py, 6px) + var(--supermail-row-delta, 0px)))}.supermail-scope [data-supermail-view=preview] [role=row]{padding-top:max(0px,calc(var(--supermail-row-py, 12px) + var(--supermail-row-delta, 0px)));padding-bottom:max(0px,calc(var(--supermail-row-py, 12px) + var(--supermail-row-delta, 0px)))}.supermail-scope[data-density=compact]{--supermail-row-delta: -3px}.supermail-scope[data-density=spacious]{--supermail-row-delta: 8px}@media(max-width:767px){.amc-mobile-header-actions{gap:6px}.amc-mobile-header-actions button{min-width:44px;min-height:44px;display:inline-flex;align-items:center;justify-content:center}.amc-mobile-header-actions button svg{width:16px;height:16px}}.placeholder\:italic::-moz-placeholder{font-style:italic}.placeholder\:italic::placeholder{font-style:italic}.placeholder\:text-\[var\(--arij-faint\,\#71717a\)\]::-moz-placeholder{color:var(--arij-faint,#71717a)}.placeholder\:text-\[var\(--arij-faint\,\#71717a\)\]::placeholder{color:var(--arij-faint,#71717a)}.placeholder\:text-\[var\(--arij-faint\,\#8590a2\)\]::-moz-placeholder{color:var(--arij-faint,#8590a2)}.placeholder\:text-\[var\(--arij-faint\,\#8590a2\)\]::placeholder{color:var(--arij-faint,#8590a2)}.placeholder\:text-surface-400::-moz-placeholder{--tw-text-opacity: 1;color:rgb(var(--color-surface-400-rgb) / var(--tw-text-opacity, 1))}.placeholder\:text-surface-400::placeholder{--tw-text-opacity: 1;color:rgb(var(--color-surface-400-rgb) / var(--tw-text-opacity, 1))}.placeholder\:text-surface-500::-moz-placeholder{--tw-text-opacity: 1;color:rgb(var(--color-surface-500-rgb) / var(--tw-text-opacity, 1))}.placeholder\:text-surface-500::placeholder{--tw-text-opacity: 1;color:rgb(var(--color-surface-500-rgb) / var(--tw-text-opacity, 1))}.placeholder\:text-surface-600::-moz-placeholder{--tw-text-opacity: 1;color:rgb(var(--color-surface-600-rgb) / var(--tw-text-opacity, 1))}.placeholder\:text-surface-600::placeholder{--tw-text-opacity: 1;color:rgb(var(--color-surface-600-rgb) / var(--tw-text-opacity, 1))}.placeholder\:text-surface-900\/40::-moz-placeholder{color:rgb(var(--color-surface-900-rgb) / .4)}.placeholder\:text-surface-900\/40::placeholder{color:rgb(var(--color-surface-900-rgb) / .4)}.before\:absolute:before{content:var(--tw-content);position:absolute}.before\:bottom-1:before{content:var(--tw-content);bottom:.25rem}.before\:left-0:before{content:var(--tw-content);left:0}.before\:top-1:before{content:var(--tw-content);top:.25rem}.before\:h-px:before{content:var(--tw-content);height:1px}.before\:w-0\.5:before{content:var(--tw-content);width:.125rem}.before\:flex-1:before{content:var(--tw-content);flex:1 1 0%}.before\:bg-accent:before{content:var(--tw-content);--tw-bg-opacity: 1;background-color:rgb(var(--accent-rgb) / var(--tw-bg-opacity, 1))}.before\:bg-surface-300\/40:before{content:var(--tw-content);background-color:rgb(var(--color-surface-300-rgb) / .4)}.before\:content-\[\'\'\]:before{--tw-content: "";content:var(--tw-content)}.after\:absolute:after{content:var(--tw-content);position:absolute}.after\:bottom-1:after{content:var(--tw-content);bottom:.25rem}.after\:right-0:after{content:var(--tw-content);right:0}.after\:top-1:after{content:var(--tw-content);top:.25rem}.after\:h-px:after{content:var(--tw-content);height:1px}.after\:w-0\.5:after{content:var(--tw-content);width:.125rem}.after\:flex-1:after{content:var(--tw-content);flex:1 1 0%}.after\:bg-accent:after{content:var(--tw-content);--tw-bg-opacity: 1;background-color:rgb(var(--accent-rgb) / var(--tw-bg-opacity, 1))}.after\:bg-surface-300\/40:after{content:var(--tw-content);background-color:rgb(var(--color-surface-300-rgb) / .4)}.after\:content-\[\'\'\]:after{--tw-content: "";content:var(--tw-content)}.first\:mt-0:first-child{margin-top:0}.first\:mt-1\.5:first-child{margin-top:.375rem}.first\:rounded-t-lg:first-child{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.first\:border-0:first-child{border-width:0px}.first\:border-l-0:first-child{border-left-width:0px}.first\:border-t-0:first-child{border-top-width:0px}.first\:pt-0:first-child{padding-top:0}.last\:mb-0:last-child{margin-bottom:0}.last\:border-0:last-child{border-width:0px}.last\:border-b-0:last-child{border-bottom-width:0px}.last\:border-r-0:last-child{border-right-width:0px}.last\:pb-0:last-child{padding-bottom:0}.focus-within\:pointer-events-auto:focus-within{pointer-events:auto}.focus-within\:border-accent:focus-within{--tw-border-opacity: 1;border-color:rgb(var(--accent-rgb) / var(--tw-border-opacity, 1))}.focus-within\:border-accent\/50:focus-within{border-color:rgb(var(--accent-rgb) / .5)}.focus-within\:border-accent\/60:focus-within{border-color:rgb(var(--accent-rgb) / .6)}.focus-within\:border-status-needs-you\/70:focus-within{border-color:rgb(var(--status-needs-you-rgb) / .7)}.focus-within\:border-surface-400:focus-within{--tw-border-opacity: 1;border-color:rgb(var(--color-surface-400-rgb) / var(--tw-border-opacity, 1))}.focus-within\:bg-surface-200\/40:focus-within{background-color:rgb(var(--color-surface-200-rgb) / .4)}.focus-within\:opacity-100:focus-within{opacity:1}.focus-within\:ring-2:focus-within{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-within\:ring-accent\/25:focus-within{--tw-ring-color: rgb(var(--accent-rgb) / .25) }.focus-within\:ring-accent\/30:focus-within{--tw-ring-color: rgb(var(--accent-rgb) / .3) }.focus-within\:ring-accent\/40:focus-within{--tw-ring-color: rgb(var(--accent-rgb) / .4) }.focus-within\:ring-accent\/50:focus-within{--tw-ring-color: rgb(var(--accent-rgb) / .5) }.focus-within\:ring-offset-0:focus-within{--tw-ring-offset-width: 0px }.hover\:scale-105:hover{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-110:hover{--tw-scale-x: 1.1;--tw-scale-y: 1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-\[1\.03\]:hover{--tw-scale-x: 1.03;--tw-scale-y: 1.03;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:border-\[rgb\(var\(--accent-rgb\)\)\]:hover{border-color:rgb(var(--accent-rgb))}.hover\:border-\[rgb\(var\(--accent-rgb\,99_102_241\)\)\]:hover{border-color:rgb(var(--accent-rgb,99 102 241))}.hover\:border-\[var\(--arij-accent\,\#1868db\)\]:hover{border-color:var(--arij-accent,#1868db)}.hover\:border-\[var\(--arij-border\,\#e4e4e7\)\]:hover{border-color:var(--arij-border,#e4e4e7)}.hover\:border-\[var\(--arij-faint\,\#8590a2\)\]:hover{border-color:var(--arij-faint,#8590a2)}.hover\:border-\[var\(--arij-field-border\,\#8590a2\)\]:hover{border-color:var(--arij-field-border,#8590a2)}.hover\:border-accent:hover{--tw-border-opacity: 1;border-color:rgb(var(--accent-rgb) / var(--tw-border-opacity, 1))}.hover\:border-accent\/30:hover{border-color:rgb(var(--accent-rgb) / .3)}.hover\:border-accent\/40:hover{border-color:rgb(var(--accent-rgb) / .4)}.hover\:border-accent\/50:hover{border-color:rgb(var(--accent-rgb) / .5)}.hover\:border-accent\/55:hover{border-color:rgb(var(--accent-rgb) / .55)}.hover\:border-accent\/60:hover{border-color:rgb(var(--accent-rgb) / .6)}.hover\:border-amber-300:hover{--tw-border-opacity: 1;border-color:rgb(252 211 77 / var(--tw-border-opacity, 1))}.hover\:border-amber-500:hover{--tw-border-opacity: 1;border-color:rgb(245 158 11 / var(--tw-border-opacity, 1))}.hover\:border-status-error\/50:hover{border-color:rgb(var(--status-error-rgb) / .5)}.hover\:border-surface-300:hover{--tw-border-opacity: 1;border-color:rgb(var(--color-surface-300-rgb) / var(--tw-border-opacity, 1))}.hover\:border-surface-300\/60:hover{border-color:rgb(var(--color-surface-300-rgb) / .6)}.hover\:border-surface-400:hover{--tw-border-opacity: 1;border-color:rgb(var(--color-surface-400-rgb) / var(--tw-border-opacity, 1))}.hover\:border-surface-500:hover{--tw-border-opacity: 1;border-color:rgb(var(--color-surface-500-rgb) / var(--tw-border-opacity, 1))}.hover\:border-white:hover{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}.hover\:border-white\/20:hover{border-color:#fff3}.hover\:border-l-status-agent\/70:hover{border-left-color:rgb(var(--status-agent-rgb) / .7)}.hover\:bg-\[\#fafafa\]:hover{--tw-bg-opacity: 1;background-color:rgb(250 250 250 / var(--tw-bg-opacity, 1))}.hover\:bg-\[rgb\(var\(--surface-3\,_28_38_54\)\)\]:hover{background-color:rgb(var(--surface-3, 28 38 54))}.hover\:bg-\[rgba\(var\(--accent-rgb\,99_91_255\)_\/_0\.12\)\]:hover{background-color:rgba(var(--accent-rgb,99 91 255) / .12)}.hover\:bg-\[var\(--arij-accent-hover\,\#1558bc\)\]:hover{background-color:var(--arij-accent-hover,#1558bc)}.hover\:bg-\[var\(--arij-hover\,\#f1f2f4\)\]:hover{background-color:var(--arij-hover,#f1f2f4)}.hover\:bg-\[var\(--arij-hover\,\#f4f4f5\)\]:hover{background-color:var(--arij-hover,#f4f4f5)}.hover\:bg-\[var\(--arij-selected\,\#e9f2ff\)\]:hover{background-color:var(--arij-selected,#e9f2ff)}.hover\:bg-\[var\(--arij-sunken\,\#f7f8f9\)\]:hover{background-color:var(--arij-sunken,#f7f8f9)}.hover\:bg-\[var\(--arij-sunken\,\#fafafa\)\]:hover{background-color:var(--arij-sunken,#fafafa)}.hover\:bg-accent:hover{--tw-bg-opacity: 1;background-color:rgb(var(--accent-rgb) / var(--tw-bg-opacity, 1))}.hover\:bg-accent\/10:hover{background-color:rgb(var(--accent-rgb) / .1)}.hover\:bg-accent\/15:hover{background-color:rgb(var(--accent-rgb) / .15)}.hover\:bg-accent\/20:hover{background-color:rgb(var(--accent-rgb) / .2)}.hover\:bg-accent\/25:hover{background-color:rgb(var(--accent-rgb) / .25)}.hover\:bg-accent\/30:hover{background-color:rgb(var(--accent-rgb) / .3)}.hover\:bg-accent\/5:hover{background-color:rgb(var(--accent-rgb) / .05)}.hover\:bg-accent\/50:hover{background-color:rgb(var(--accent-rgb) / .5)}.hover\:bg-accent\/80:hover{background-color:rgb(var(--accent-rgb) / .8)}.hover\:bg-accent\/90:hover{background-color:rgb(var(--accent-rgb) / .9)}.hover\:bg-amber-500:hover{--tw-bg-opacity: 1;background-color:rgb(245 158 11 / var(--tw-bg-opacity, 1))}.hover\:bg-amber-500\/30:hover{background-color:#f59e0b4d}.hover\:bg-black\/10:hover{background-color:#0000001a}.hover\:bg-black\/70:hover{background-color:#000000b3}.hover\:bg-black\/75:hover{background-color:#000000bf}.hover\:bg-black\/80:hover{background-color:#000c}.hover\:bg-blue-500\/20:hover{background-color:#3b82f633}.hover\:bg-ember-400\/20:hover{background-color:rgb(var(--status-ember-400-rgb) / .2)}.hover\:bg-ember-500\/20:hover{background-color:rgb(var(--status-ember-500-rgb) / .2)}.hover\:bg-ember-600:hover{--tw-bg-opacity: 1;background-color:rgb(var(--status-ember-600-rgb) / var(--tw-bg-opacity, 1))}.hover\:bg-emerald-500\/20:hover{background-color:#10b98133}.hover\:bg-green-500\/10:hover{background-color:#22c55e1a}.hover\:bg-green-700:hover{--tw-bg-opacity: 1;background-color:rgb(21 128 61 / var(--tw-bg-opacity, 1))}.hover\:bg-red-500\/10:hover{background-color:#ef44441a}.hover\:bg-red-500\/25:hover{background-color:#ef444440}.hover\:bg-slate-500\/20:hover{background-color:#64748b33}.hover\:bg-status-agent-strong:hover{--tw-bg-opacity: 1;background-color:rgb(var(--status-agent-strong-rgb) / var(--tw-bg-opacity, 1))}.hover\:bg-status-agent-strong\/80:hover{background-color:rgb(var(--status-agent-strong-rgb) / .8)}.hover\:bg-status-agent\/10:hover{background-color:rgb(var(--status-agent-rgb) / .1)}.hover\:bg-status-agent\/15:hover{background-color:rgb(var(--status-agent-rgb) / .15)}.hover\:bg-status-agent\/20:hover{background-color:rgb(var(--status-agent-rgb) / .2)}.hover\:bg-status-agent\/25:hover{background-color:rgb(var(--status-agent-rgb) / .25)}.hover\:bg-status-error:hover{--tw-bg-opacity: 1;background-color:rgb(var(--status-error-rgb) / var(--tw-bg-opacity, 1))}.hover\:bg-status-error-strong\/80:hover{background-color:rgb(var(--status-error-strong-rgb) / .8)}.hover\:bg-status-error\/10:hover{background-color:rgb(var(--status-error-rgb) / .1)}.hover\:bg-status-error\/15:hover{background-color:rgb(var(--status-error-rgb) / .15)}.hover\:bg-status-error\/20:hover{background-color:rgb(var(--status-error-rgb) / .2)}.hover\:bg-status-error\/25:hover{background-color:rgb(var(--status-error-rgb) / .25)}.hover\:bg-status-error\/30:hover{background-color:rgb(var(--status-error-rgb) / .3)}.hover\:bg-status-error\/80:hover{background-color:rgb(var(--status-error-rgb) / .8)}.hover\:bg-status-needs-you-strong:hover{--tw-bg-opacity: 1;background-color:rgb(var(--status-needs-you-strong-rgb) / var(--tw-bg-opacity, 1))}.hover\:bg-status-needs-you-strong\/80:hover{background-color:rgb(var(--status-needs-you-strong-rgb) / .8)}.hover\:bg-status-needs-you-strong\/90:hover{background-color:rgb(var(--status-needs-you-strong-rgb) / .9)}.hover\:bg-status-needs-you\/10:hover{background-color:rgb(var(--status-needs-you-rgb) / .1)}.hover\:bg-status-needs-you\/15:hover{background-color:rgb(var(--status-needs-you-rgb) / .15)}.hover\:bg-status-needs-you\/20:hover{background-color:rgb(var(--status-needs-you-rgb) / .2)}.hover\:bg-status-needs-you\/25:hover{background-color:rgb(var(--status-needs-you-rgb) / .25)}.hover\:bg-status-needs-you\/30:hover{background-color:rgb(var(--status-needs-you-rgb) / .3)}.hover\:bg-status-needs-you\/90:hover{background-color:rgb(var(--status-needs-you-rgb) / .9)}.hover\:bg-status-question\/20:hover{background-color:rgb(var(--status-question-rgb) / .2)}.hover\:bg-status-question\/30:hover{background-color:rgb(var(--status-question-rgb) / .3)}.hover\:bg-surface-100:hover{--tw-bg-opacity: 1;background-color:rgb(var(--color-surface-100-rgb) / var(--tw-bg-opacity, 1))}.hover\:bg-surface-100\/40:hover{background-color:rgb(var(--color-surface-100-rgb) / .4)}.hover\:bg-surface-100\/50:hover{background-color:rgb(var(--color-surface-100-rgb) / .5)}.hover\:bg-surface-100\/60:hover{background-color:rgb(var(--color-surface-100-rgb) / .6)}.hover\:bg-surface-200:hover{--tw-bg-opacity: 1;background-color:rgb(var(--color-surface-200-rgb) / var(--tw-bg-opacity, 1))}.hover\:bg-surface-200\/30:hover{background-color:rgb(var(--color-surface-200-rgb) / .3)}.hover\:bg-surface-200\/40:hover{background-color:rgb(var(--color-surface-200-rgb) / .4)}.hover\:bg-surface-200\/50:hover{background-color:rgb(var(--color-surface-200-rgb) / .5)}.hover\:bg-surface-200\/60:hover{background-color:rgb(var(--color-surface-200-rgb) / .6)}.hover\:bg-surface-200\/70:hover{background-color:rgb(var(--color-surface-200-rgb) / .7)}.hover\:bg-surface-200\/80:hover{background-color:rgb(var(--color-surface-200-rgb) / .8)}.hover\:bg-surface-300:hover{--tw-bg-opacity: 1;background-color:rgb(var(--color-surface-300-rgb) / var(--tw-bg-opacity, 1))}.hover\:bg-surface-300\/30:hover{background-color:rgb(var(--color-surface-300-rgb) / .3)}.hover\:bg-surface-300\/40:hover{background-color:rgb(var(--color-surface-300-rgb) / .4)}.hover\:bg-surface-300\/50:hover{background-color:rgb(var(--color-surface-300-rgb) / .5)}.hover\:bg-surface-300\/60:hover{background-color:rgb(var(--color-surface-300-rgb) / .6)}.hover\:bg-surface-300\/80:hover{background-color:rgb(var(--color-surface-300-rgb) / .8)}.hover\:bg-surface-400:hover{--tw-bg-opacity: 1;background-color:rgb(var(--color-surface-400-rgb) / var(--tw-bg-opacity, 1))}.hover\:bg-surface-400\/30:hover{background-color:rgb(var(--color-surface-400-rgb) / .3)}.hover\:bg-surface-400\/60:hover{background-color:rgb(var(--color-surface-400-rgb) / .6)}.hover\:bg-surface-50:hover{--tw-bg-opacity: 1;background-color:rgb(var(--color-surface-50-rgb) / var(--tw-bg-opacity, 1))}.hover\:bg-surface-50\/50:hover{background-color:rgb(var(--color-surface-50-rgb) / .5)}.hover\:bg-surface-600:hover{--tw-bg-opacity: 1;background-color:rgb(var(--color-surface-600-rgb) / var(--tw-bg-opacity, 1))}.hover\:bg-surface-600\/10:hover{background-color:rgb(var(--color-surface-600-rgb) / .1)}.hover\:bg-surface-600\/15:hover{background-color:rgb(var(--color-surface-600-rgb) / .15)}.hover\:bg-surface-700\/50:hover{background-color:rgb(var(--color-surface-700-rgb) / .5)}.hover\:bg-surface-900:hover{--tw-bg-opacity: 1;background-color:rgb(var(--color-surface-900-rgb) / var(--tw-bg-opacity, 1))}.hover\:bg-toggle-off-hover:hover{background-color:var(--toggle-off-track-hover, #a1a1aa)}.hover\:bg-transparent:hover{background-color:transparent}.hover\:bg-violet-500\/20:hover{background-color:#8b5cf633}.hover\:bg-white\/10:hover{background-color:#ffffff1a}.hover\:bg-white\/15:hover{background-color:#ffffff26}.hover\:bg-white\/20:hover{background-color:#fff3}.hover\:bg-white\/\[0\.06\]:hover{background-color:#ffffff0f}.hover\:from-violet-500\/10:hover{--tw-gradient-from: rgb(139 92 246 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(139 92 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) }.hover\:to-indigo-500\/10:hover{--tw-gradient-to: rgb(99 102 241 / .1) var(--tw-gradient-to-position) }.hover\:\!text-amber-400:hover{--tw-text-opacity: 1 !important;color:rgb(251 191 36 / var(--tw-text-opacity, 1))!important}.hover\:\!text-surface-200:hover{--tw-text-opacity: 1 !important;color:rgb(var(--color-surface-200-rgb) / var(--tw-text-opacity, 1))!important}.hover\:text-\[rgb\(var\(--accent-rgb\)\)\]:hover{color:rgb(var(--accent-rgb))}.hover\:text-\[rgb\(var\(--accent-rgb\,99_102_241\)\)\]:hover{color:rgb(var(--accent-rgb,99 102 241))}.hover\:text-\[var\(--arij-accent\,\#1868db\)\]:hover{color:var(--arij-accent,#1868db)}.hover\:text-\[var\(--arij-ink\,\#172b4d\)\]:hover{color:var(--arij-ink,#172b4d)}.hover\:text-accent:hover{--tw-text-opacity: 1;color:rgb(var(--accent-rgb) / var(--tw-text-opacity, 1))}.hover\:text-accent\/70:hover{color:rgb(var(--accent-rgb) / .7)}.hover\:text-accent\/80:hover{color:rgb(var(--accent-rgb) / .8)}.hover\:text-accent\/90:hover{color:rgb(var(--accent-rgb) / .9)}.hover\:text-amber-300:hover{--tw-text-opacity: 1;color:rgb(252 211 77 / var(--tw-text-opacity, 1))}.hover\:text-amber-400:hover{--tw-text-opacity: 1;color:rgb(251 191 36 / var(--tw-text-opacity, 1))}.hover\:text-amber-500:hover{--tw-text-opacity: 1;color:rgb(245 158 11 / var(--tw-text-opacity, 1))}.hover\:text-amber-600:hover{--tw-text-opacity: 1;color:rgb(217 119 6 / var(--tw-text-opacity, 1))}.hover\:text-green-500:hover{--tw-text-opacity: 1;color:rgb(34 197 94 / var(--tw-text-opacity, 1))}.hover\:text-red-300:hover{--tw-text-opacity: 1;color:rgb(252 165 165 / var(--tw-text-opacity, 1))}.hover\:text-red-400:hover{--tw-text-opacity: 1;color:rgb(248 113 113 / var(--tw-text-opacity, 1))}.hover\:text-red-500:hover{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.hover\:text-status-agent:hover{--tw-text-opacity: 1;color:rgb(var(--status-agent-rgb) / var(--tw-text-opacity, 1))}.hover\:text-status-error:hover{--tw-text-opacity: 1;color:rgb(var(--status-error-rgb) / var(--tw-text-opacity, 1))}.hover\:text-status-error-strong:hover{--tw-text-opacity: 1;color:rgb(var(--status-error-strong-rgb) / var(--tw-text-opacity, 1))}.hover\:text-status-needs-you:hover{--tw-text-opacity: 1;color:rgb(var(--status-needs-you-rgb) / var(--tw-text-opacity, 1))}.hover\:text-status-needs-you-strong:hover{--tw-text-opacity: 1;color:rgb(var(--status-needs-you-strong-rgb) / var(--tw-text-opacity, 1))}.hover\:text-status-needs-you\/80:hover{color:rgb(var(--status-needs-you-rgb) / .8)}.hover\:text-surface-300:hover{--tw-text-opacity: 1;color:rgb(var(--color-surface-300-rgb) / var(--tw-text-opacity, 1))}.hover\:text-surface-400:hover{--tw-text-opacity: 1;color:rgb(var(--color-surface-400-rgb) / var(--tw-text-opacity, 1))}.hover\:text-surface-500:hover{--tw-text-opacity: 1;color:rgb(var(--color-surface-500-rgb) / var(--tw-text-opacity, 1))}.hover\:text-surface-600:hover{--tw-text-opacity: 1;color:rgb(var(--color-surface-600-rgb) / var(--tw-text-opacity, 1))}.hover\:text-surface-700:hover{--tw-text-opacity: 1;color:rgb(var(--color-surface-700-rgb) / var(--tw-text-opacity, 1))}.hover\:text-surface-800:hover{--tw-text-opacity: 1;color:rgb(var(--color-surface-800-rgb) / var(--tw-text-opacity, 1))}.hover\:text-surface-900:hover{--tw-text-opacity: 1;color:rgb(var(--color-surface-900-rgb) / var(--tw-text-opacity, 1))}.hover\:text-surface-950:hover{--tw-text-opacity: 1;color:rgb(var(--color-surface-950-rgb) / var(--tw-text-opacity, 1))}.hover\:text-white:hover{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.hover\:text-white\/80:hover{color:#fffc}.hover\:text-white\/90:hover{color:#ffffffe6}.hover\:underline:hover{text-decoration-line:underline}.hover\:no-underline:hover{text-decoration-line:none}.hover\:\!opacity-100:hover{opacity:1!important}.hover\:opacity-100:hover{opacity:1}.hover\:opacity-80:hover{opacity:.8}.hover\:opacity-90:hover{opacity:.9}.hover\:shadow-md:hover{--tw-shadow: var(--elevation-2, 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1));--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:ring-2:hover{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.hover\:ring-accent:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(var(--accent-rgb) / var(--tw-ring-opacity, 1)) }.hover\:ring-accent\/30:hover{--tw-ring-color: rgb(var(--accent-rgb) / .3) }.hover\:brightness-110:hover{--tw-brightness: brightness(1.1);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)}.hover\:brightness-95:hover{--tw-brightness: brightness(.95);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)}.focus\:not-sr-only:focus{position:static;width:auto;height:auto;padding:0;margin:0;overflow:visible;clip:auto;white-space:normal}.focus\:fixed:focus{position:fixed}.focus\:left-4:focus{left:1rem}.focus\:top-4:focus{top:1rem}.focus\:z-popover:focus{z-index:60}.focus\:rounded-md:focus{border-radius:.375rem}.focus\:border-\[var\(--arij-accent\,\#1868db\)\]:focus{border-color:var(--arij-accent,#1868db)}.focus\:border-accent:focus{--tw-border-opacity: 1;border-color:rgb(var(--accent-rgb) / var(--tw-border-opacity, 1))}.focus\:border-accent\/50:focus{border-color:rgb(var(--accent-rgb) / .5)}.focus\:border-accent\/60:focus{border-color:rgb(var(--accent-rgb) / .6)}.focus\:border-status-error:focus{--tw-border-opacity: 1;border-color:rgb(var(--status-error-rgb) / var(--tw-border-opacity, 1))}.focus\:border-surface-600:focus{--tw-border-opacity: 1;border-color:rgb(var(--color-surface-600-rgb) / var(--tw-border-opacity, 1))}.focus\:bg-accent:focus{--tw-bg-opacity: 1;background-color:rgb(var(--accent-rgb) / var(--tw-bg-opacity, 1))}.focus\:bg-surface-100:focus{--tw-bg-opacity: 1;background-color:rgb(var(--color-surface-100-rgb) / var(--tw-bg-opacity, 1))}.focus\:bg-surface-200\/70:focus{background-color:rgb(var(--color-surface-200-rgb) / .7)}.focus\:bg-surface-300:focus{--tw-bg-opacity: 1;background-color:rgb(var(--color-surface-300-rgb) / var(--tw-bg-opacity, 1))}.focus\:px-4:focus{padding-left:1rem;padding-right:1rem}.focus\:py-2:focus{padding-top:.5rem;padding-bottom:.5rem}.focus\:text-sm:focus{font-size:.875rem;line-height:1.25rem}.focus\:font-medium:focus{font-weight:500}.focus\:text-white:focus{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.focus\:opacity-100:focus{opacity:1}.focus\:shadow-lg:focus{--tw-shadow: var(--elevation-3, 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1));--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.focus\:shadow-none:focus{--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-0:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-1:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-inset:focus{--tw-ring-inset: inset }.focus\:ring-\[rgb\(var\(--accent-rgb\)\)\]:focus{--tw-ring-color: rgb(var(--accent-rgb)) }.focus\:ring-\[var\(--arij-accent\,\#1868db\)\]:focus{--tw-ring-color: var(--arij-accent,#1868db) }.focus\:ring-accent:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(var(--accent-rgb) / var(--tw-ring-opacity, 1)) }.focus\:ring-accent\/30:focus{--tw-ring-color: rgb(var(--accent-rgb) / .3) }.focus\:ring-accent\/40:focus{--tw-ring-color: rgb(var(--accent-rgb) / .4) }.focus\:ring-accent\/50:focus{--tw-ring-color: rgb(var(--accent-rgb) / .5) }.focus\:ring-amber-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(251 191 36 / var(--tw-ring-opacity, 1)) }.focus\:ring-white\/70:focus{--tw-ring-color: rgb(255 255 255 / .7) }.focus-visible\:pointer-events-auto:focus-visible{pointer-events:auto}.focus-visible\:rounded-sm:focus-visible{border-radius:.125rem}.focus-visible\:border-accent:focus-visible{--tw-border-opacity: 1;border-color:rgb(var(--accent-rgb) / var(--tw-border-opacity, 1))}.focus-visible\:border-accent\/50:focus-visible{border-color:rgb(var(--accent-rgb) / .5)}.focus-visible\:border-status-error:focus-visible{--tw-border-opacity: 1;border-color:rgb(var(--status-error-rgb) / var(--tw-border-opacity, 1))}.focus-visible\:border-white\/60:focus-visible{border-color:#fff9}.focus-visible\:bg-accent\/50:focus-visible{background-color:rgb(var(--accent-rgb) / .5)}.focus-visible\:bg-surface-200:focus-visible{--tw-bg-opacity: 1;background-color:rgb(var(--color-surface-200-rgb) / var(--tw-bg-opacity, 1))}.focus-visible\:stroke-white:focus-visible{stroke:#fff}.focus-visible\:stroke-2:focus-visible{stroke-width:2}.focus-visible\:text-accent:focus-visible{--tw-text-opacity: 1;color:rgb(var(--accent-rgb) / var(--tw-text-opacity, 1))}.focus-visible\:opacity-100:focus-visible{opacity:1}.focus-visible\:shadow-\[0_0_0_2px_rgba\(var\(--accent-rgb\)_\/_0\.25\)\]:focus-visible{--tw-shadow: 0 0 0 2px rgba(var(--accent-rgb) / .25);--tw-shadow-colored: 0 0 0 2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.focus-visible\:\!outline-none:focus-visible{outline:2px solid transparent!important;outline-offset:2px!important}.focus-visible\:outline-none:focus-visible{outline:2px solid transparent;outline-offset:2px}.focus-visible\:outline:focus-visible{outline-style:solid}.focus-visible\:outline-1:focus-visible{outline-width:1px}.focus-visible\:outline-2:focus-visible{outline-width:2px}.focus-visible\:outline-offset-1:focus-visible{outline-offset:1px}.focus-visible\:outline-offset-2:focus-visible{outline-offset:2px}.focus-visible\:outline-offset-\[-2px\]:focus-visible{outline-offset:-2px}.focus-visible\:outline-accent:focus-visible{outline-color:rgb(var(--accent-rgb) / 1)}.focus-visible\:outline-accent\/60:focus-visible{outline-color:rgb(var(--accent-rgb) / .6)}.focus-visible\:ring-1:focus-visible{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-visible\:ring-2:focus-visible{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-visible\:ring-inset:focus-visible{--tw-ring-inset: inset }.focus-visible\:ring-\[rgb\(var\(--accent-rgb\,99_91_255\)\)\]:focus-visible{--tw-ring-color: rgb(var(--accent-rgb,99 91 255)) }.focus-visible\:ring-\[var\(--arij-accent\,\#1868db\)\]:focus-visible{--tw-ring-color: var(--arij-accent,#1868db) }.focus-visible\:ring-accent:focus-visible{--tw-ring-opacity: 1;--tw-ring-color: rgb(var(--accent-rgb) / var(--tw-ring-opacity, 1)) }.focus-visible\:ring-accent\/40:focus-visible{--tw-ring-color: rgb(var(--accent-rgb) / .4) }.focus-visible\:ring-accent\/50:focus-visible{--tw-ring-color: rgb(var(--accent-rgb) / .5) }.focus-visible\:ring-accent\/60:focus-visible{--tw-ring-color: rgb(var(--accent-rgb) / .6) }.focus-visible\:ring-accent\/70:focus-visible{--tw-ring-color: rgb(var(--accent-rgb) / .7) }.focus-visible\:ring-status-error\/50:focus-visible{--tw-ring-color: rgb(var(--status-error-rgb) / .5) }.focus-visible\:ring-status-needs-you\/50:focus-visible{--tw-ring-color: rgb(var(--status-needs-you-rgb) / .5) }.focus-visible\:ring-status-needs-you\/60:focus-visible{--tw-ring-color: rgb(var(--status-needs-you-rgb) / .6) }.focus-visible\:ring-surface-400:focus-visible{--tw-ring-opacity: 1;--tw-ring-color: rgb(var(--color-surface-400-rgb) / var(--tw-ring-opacity, 1)) }.focus-visible\:ring-surface-500:focus-visible{--tw-ring-opacity: 1;--tw-ring-color: rgb(var(--color-surface-500-rgb) / var(--tw-ring-opacity, 1)) }.focus-visible\:ring-surface-600:focus-visible{--tw-ring-opacity: 1;--tw-ring-color: rgb(var(--color-surface-600-rgb) / var(--tw-ring-opacity, 1)) }.focus-visible\:ring-surface-600\/40:focus-visible{--tw-ring-color: rgb(var(--color-surface-600-rgb) / .4) }.focus-visible\:ring-white:focus-visible{--tw-ring-opacity: 1;--tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1)) }.focus-visible\:ring-white\/60:focus-visible{--tw-ring-color: rgb(255 255 255 / .6) }.focus-visible\:ring-white\/70:focus-visible{--tw-ring-color: rgb(255 255 255 / .7) }.focus-visible\:ring-white\/80:focus-visible{--tw-ring-color: rgb(255 255 255 / .8) }.focus-visible\:ring-offset-1:focus-visible{--tw-ring-offset-width: 1px }.focus-visible\:ring-offset-2:focus-visible{--tw-ring-offset-width: 2px }.active\:scale-95:active{--tw-scale-x: .95;--tw-scale-y: .95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.active\:scale-\[0\.98\]:active{--tw-scale-x: .98;--tw-scale-y: .98;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.active\:cursor-grabbing:active{cursor:grabbing}.active\:bg-accent\/10:active{background-color:rgb(var(--accent-rgb) / .1)}.active\:bg-accent\/15:active{background-color:rgb(var(--accent-rgb) / .15)}.active\:bg-accent\/20:active{background-color:rgb(var(--accent-rgb) / .2)}.active\:bg-accent\/70:active{background-color:rgb(var(--accent-rgb) / .7)}.active\:bg-status-agent-strong\/70:active{background-color:rgb(var(--status-agent-strong-rgb) / .7)}.active\:bg-status-agent\/20:active{background-color:rgb(var(--status-agent-rgb) / .2)}.active\:bg-status-error-strong\/70:active{background-color:rgb(var(--status-error-strong-rgb) / .7)}.active\:bg-status-error\/20:active{background-color:rgb(var(--status-error-rgb) / .2)}.active\:bg-status-needs-you-strong\/70:active{background-color:rgb(var(--status-needs-you-strong-rgb) / .7)}.active\:bg-status-needs-you\/20:active{background-color:rgb(var(--status-needs-you-rgb) / .2)}.active\:bg-surface-100:active{--tw-bg-opacity: 1;background-color:rgb(var(--color-surface-100-rgb) / var(--tw-bg-opacity, 1))}.active\:bg-surface-200:active{--tw-bg-opacity: 1;background-color:rgb(var(--color-surface-200-rgb) / var(--tw-bg-opacity, 1))}.active\:bg-surface-200\/60:active{background-color:rgb(var(--color-surface-200-rgb) / .6)}.active\:bg-surface-300:active{--tw-bg-opacity: 1;background-color:rgb(var(--color-surface-300-rgb) / var(--tw-bg-opacity, 1))}.active\:bg-surface-400:active{--tw-bg-opacity: 1;background-color:rgb(var(--color-surface-400-rgb) / var(--tw-bg-opacity, 1))}.active\:bg-surface-600\/20:active{background-color:rgb(var(--color-surface-600-rgb) / .2)}.active\:text-status-error-strong:active{--tw-text-opacity: 1;color:rgb(var(--status-error-strong-rgb) / var(--tw-text-opacity, 1))}.active\:text-surface-700:active{--tw-text-opacity: 1;color:rgb(var(--color-surface-700-rgb) / var(--tw-text-opacity, 1))}.active\:text-surface-900:active{--tw-text-opacity: 1;color:rgb(var(--color-surface-900-rgb) / var(--tw-text-opacity, 1))}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:cursor-default:disabled{cursor:default}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:cursor-wait:disabled{cursor:wait}.disabled\:no-underline:disabled{text-decoration-line:none}.disabled\:opacity-0:disabled{opacity:0}.disabled\:opacity-100:disabled{opacity:1}.disabled\:opacity-30:disabled{opacity:.3}.disabled\:opacity-40:disabled{opacity:.4}.disabled\:opacity-50:disabled{opacity:.5}.disabled\:opacity-60:disabled{opacity:.6}.disabled\:opacity-70:disabled{opacity:.7}.disabled\:hover\:bg-transparent:hover:disabled{background-color:transparent}.disabled\:hover\:text-surface-400:hover:disabled{--tw-text-opacity: 1;color:rgb(var(--color-surface-400-rgb) / var(--tw-text-opacity, 1))}.disabled\:hover\:text-surface-500:hover:disabled{--tw-text-opacity: 1;color:rgb(var(--color-surface-500-rgb) / var(--tw-text-opacity, 1))}.disabled\:active\:bg-transparent:active:disabled{background-color:transparent}.group:focus-within .group-focus-within\:flex{display:flex}.group:focus-within .group-focus-within\:opacity-0{opacity:0}.group:focus-within .group-focus-within\:opacity-100{opacity:1}.group\/bubble:hover .group-hover\/bubble\:pointer-events-auto,.group\/tv2row:hover .group-hover\/tv2row\:pointer-events-auto,.group:hover .group-hover\:pointer-events-auto{pointer-events:auto}.group:hover .group-hover\:block{display:block}.group:hover .group-hover\:flex{display:flex}.group:hover .group-hover\:translate-x-0\.5{--tw-translate-x: .125rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group\/collapse-rail:hover .group-hover\/collapse-rail\:border-surface-500{--tw-border-opacity: 1;border-color:rgb(var(--color-surface-500-rgb) / var(--tw-border-opacity, 1))}.group:hover .group-hover\:border-accent\/55{border-color:rgb(var(--accent-rgb) / .55)}.group:hover .group-hover\:bg-accent\/15{background-color:rgb(var(--accent-rgb) / .15)}.group:hover .group-hover\:bg-surface-300\/50{background-color:rgb(var(--color-surface-300-rgb) / .5)}.group:hover .group-hover\:bg-surface-400{--tw-bg-opacity: 1;background-color:rgb(var(--color-surface-400-rgb) / var(--tw-bg-opacity, 1))}.group:hover .group-hover\:bg-violet-500\/25{background-color:#8b5cf640}.group\/pill:hover .group-hover\/pill\:text-surface-900{--tw-text-opacity: 1;color:rgb(var(--color-surface-900-rgb) / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-accent{--tw-text-opacity: 1;color:rgb(var(--accent-rgb) / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-ember-600{--tw-text-opacity: 1;color:rgb(var(--status-ember-600-rgb) / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-surface-300{--tw-text-opacity: 1;color:rgb(var(--color-surface-300-rgb) / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-surface-500{--tw-text-opacity: 1;color:rgb(var(--color-surface-500-rgb) / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-surface-600{--tw-text-opacity: 1;color:rgb(var(--color-surface-600-rgb) / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-surface-700{--tw-text-opacity: 1;color:rgb(var(--color-surface-700-rgb) / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-violet-400{--tw-text-opacity: 1;color:rgb(167 139 250 / var(--tw-text-opacity, 1))}.group\/bindline:hover .group-hover\/bindline\:opacity-100,.group\/bindpill:hover .group-hover\/bindpill\:opacity-100,.group\/bindrow:hover .group-hover\/bindrow\:opacity-100,.group\/bubble:hover .group-hover\/bubble\:opacity-100,.group\/col:hover .group-hover\/col\:opacity-100,.group\/copyable-table:hover .group-hover\/copyable-table\:opacity-100,.group\/copyable:hover .group-hover\/copyable\:opacity-100,.group\/folder:hover .group-hover\/folder\:opacity-100,.group\/link:hover .group-hover\/link\:opacity-100,.group\/mermaid:hover .group-hover\/mermaid\:opacity-100,.group\/parkedrow:hover .group-hover\/parkedrow\:opacity-100,.group\/proj:hover .group-hover\/proj\:opacity-100,.group\/section:hover .group-hover\/section\:opacity-100,.group\/tv2row:hover .group-hover\/tv2row\:opacity-100{opacity:1}.group:hover .group-hover\:\!opacity-100{opacity:1!important}.group:hover .group-hover\:\!opacity-60{opacity:.6!important}.group:hover .group-hover\:opacity-0{opacity:0}.group:hover .group-hover\:opacity-100{opacity:1}.group:hover .group-hover\:\[animation-play-state\:paused\]{animation-play-state:paused}.group\/collapse-rail:focus .group-focus\/collapse-rail\:border-accent{--tw-border-opacity: 1;border-color:rgb(var(--accent-rgb) / var(--tw-border-opacity, 1))}.aria-\[invalid\=true\]\:border-status-error[aria-invalid=true]{--tw-border-opacity: 1;border-color:rgb(var(--status-error-rgb) / var(--tw-border-opacity, 1))}.aria-\[invalid\=true\]\:focus\:border-status-error:focus[aria-invalid=true]{--tw-border-opacity: 1;border-color:rgb(var(--status-error-rgb) / var(--tw-border-opacity, 1))}.aria-\[invalid\=true\]\:focus\:ring-status-error\/40:focus[aria-invalid=true]{--tw-ring-color: rgb(var(--status-error-rgb) / .4) }.group[data-selected=true] .group-data-\[selected\=true\]\:block{display:block}.group[data-selected=true] .group-data-\[selected\=true\]\:opacity-100{opacity:1}@media(prefers-reduced-motion:no-preference){.motion-safe\:opacity-\[var\(--tv2-warmth\,0\)\]{opacity:var(--tv2-warmth,0)}}@media(prefers-reduced-motion:reduce){.motion-reduce\:animate-none{animation:none}.motion-reduce\:opacity-0{opacity:0}.motion-reduce\:transition-none{transition-property:none}}.dark\:border-\[\#5f6368\]:is(.dark *){--tw-border-opacity: 1;border-color:rgb(95 99 104 / var(--tw-border-opacity, 1))}.dark\:bg-\[\#131314\]:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(19 19 20 / var(--tw-bg-opacity, 1))}.dark\:bg-accent\/10:is(.dark *){background-color:rgb(var(--accent-rgb) / .1)}.dark\:bg-amber-900\/20:is(.dark *){background-color:#78350f33}.dark\:bg-blue-800\/50:is(.dark *){background-color:#1e40af80}.dark\:bg-blue-900\/30:is(.dark *){background-color:#1e3a8a4d}.dark\:bg-blue-900\/40:is(.dark *){background-color:#1e3a8a66}.dark\:bg-emerald-900\/40:is(.dark *){background-color:#064e3b66}.dark\:bg-gray-700:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.dark\:bg-gray-800\/50:is(.dark *){background-color:#1f293780}.dark\:bg-green-800\/50:is(.dark *){background-color:#16653480}.dark\:bg-green-900\/30:is(.dark *){background-color:#14532d4d}.dark\:bg-orange-800\/50:is(.dark *){background-color:#9a341280}.dark\:bg-orange-900\/30:is(.dark *){background-color:#7c2d124d}.dark\:bg-pink-800\/50:is(.dark *){background-color:#9d174d80}.dark\:bg-pink-900\/30:is(.dark *){background-color:#8318434d}.dark\:bg-purple-800\/50:is(.dark *){background-color:#6b21a880}.dark\:bg-purple-900\/30:is(.dark *){background-color:#581c874d}.dark\:bg-red-800\/50:is(.dark *){background-color:#991b1b80}.dark\:bg-red-900\/30:is(.dark *){background-color:#7f1d1d4d}.dark\:bg-stone-700:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(68 64 60 / var(--tw-bg-opacity, 1))}.dark\:bg-stone-800\/50:is(.dark *){background-color:#29252480}.dark\:bg-violet-900\/40:is(.dark *){background-color:#4c1d9566}.dark\:bg-yellow-800\/50:is(.dark *){background-color:#854d0e80}.dark\:bg-yellow-900\/30:is(.dark *){background-color:#713f124d}.dark\:text-\[\#e3e3e3\]:is(.dark *){--tw-text-opacity: 1;color:rgb(227 227 227 / var(--tw-text-opacity, 1))}.dark\:text-amber-400:is(.dark *){--tw-text-opacity: 1;color:rgb(251 191 36 / var(--tw-text-opacity, 1))}.dark\:text-blue-200:is(.dark *){--tw-text-opacity: 1;color:rgb(191 219 254 / var(--tw-text-opacity, 1))}.dark\:text-blue-300:is(.dark *){--tw-text-opacity: 1;color:rgb(147 197 253 / var(--tw-text-opacity, 1))}.dark\:text-blue-400:is(.dark *){--tw-text-opacity: 1;color:rgb(96 165 250 / var(--tw-text-opacity, 1))}.dark\:text-emerald-300:is(.dark *){--tw-text-opacity: 1;color:rgb(110 231 183 / var(--tw-text-opacity, 1))}.dark\:text-gray-200:is(.dark *){--tw-text-opacity: 1;color:rgb(229 231 235 / var(--tw-text-opacity, 1))}.dark\:text-gray-400:is(.dark *){--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.dark\:text-green-200:is(.dark *){--tw-text-opacity: 1;color:rgb(187 247 208 / var(--tw-text-opacity, 1))}.dark\:text-green-400:is(.dark *){--tw-text-opacity: 1;color:rgb(74 222 128 / var(--tw-text-opacity, 1))}.dark\:text-orange-200:is(.dark *){--tw-text-opacity: 1;color:rgb(254 215 170 / var(--tw-text-opacity, 1))}.dark\:text-orange-400:is(.dark *){--tw-text-opacity: 1;color:rgb(251 146 60 / var(--tw-text-opacity, 1))}.dark\:text-pink-200:is(.dark *){--tw-text-opacity: 1;color:rgb(251 207 232 / var(--tw-text-opacity, 1))}.dark\:text-pink-400:is(.dark *){--tw-text-opacity: 1;color:rgb(244 114 182 / var(--tw-text-opacity, 1))}.dark\:text-purple-200:is(.dark *){--tw-text-opacity: 1;color:rgb(233 213 255 / var(--tw-text-opacity, 1))}.dark\:text-purple-400:is(.dark *){--tw-text-opacity: 1;color:rgb(192 132 252 / var(--tw-text-opacity, 1))}.dark\:text-red-200:is(.dark *){--tw-text-opacity: 1;color:rgb(254 202 202 / var(--tw-text-opacity, 1))}.dark\:text-red-400:is(.dark *){--tw-text-opacity: 1;color:rgb(248 113 113 / var(--tw-text-opacity, 1))}.dark\:text-slate-300:is(.dark *){--tw-text-opacity: 1;color:rgb(203 213 225 / var(--tw-text-opacity, 1))}.dark\:text-stone-200:is(.dark *){--tw-text-opacity: 1;color:rgb(231 229 228 / var(--tw-text-opacity, 1))}.dark\:text-stone-400:is(.dark *){--tw-text-opacity: 1;color:rgb(168 162 158 / var(--tw-text-opacity, 1))}.dark\:text-violet-300:is(.dark *){--tw-text-opacity: 1;color:rgb(196 181 253 / var(--tw-text-opacity, 1))}.dark\:text-yellow-200:is(.dark *){--tw-text-opacity: 1;color:rgb(254 240 138 / var(--tw-text-opacity, 1))}.dark\:text-yellow-300:is(.dark *){--tw-text-opacity: 1;color:rgb(253 224 71 / var(--tw-text-opacity, 1))}.dark\:hover\:bg-\[\#1e1f20\]:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(30 31 32 / var(--tw-bg-opacity, 1))}@media not all and (min-width:768px){.max-md\:h-11{height:2.75rem}.max-md\:h-9{height:2.25rem}.max-md\:w-11{width:2.75rem}.max-md\:min-w-9{min-width:2.25rem}.max-md\:pe-16{padding-inline-end:4rem}.max-md\:pe-28{padding-inline-end:7rem}.max-md\:pe-\[calc\(3rem\+2px\)\]{padding-inline-end:calc(3rem + 2px)}.max-md\:opacity-100{opacity:1}}@media(min-width:640px){.sm\:left-12{left:3rem}.sm\:col-span-2{grid-column:span 2 / span 2}.sm\:block{display:block}.sm\:inline{display:inline}.sm\:flex{display:flex}.sm\:inline-flex{display:inline-flex}.sm\:table-cell{display:table-cell}.sm\:w-20{width:5rem}.sm\:w-56{width:14rem}.sm\:w-64{width:16rem}.sm\:w-72{width:18rem}.sm\:w-80{width:20rem}.sm\:w-\[940px\]{width:940px}.sm\:w-auto{width:auto}.sm\:min-w-\[640px\]{min-width:640px}.sm\:max-w-md{max-width:28rem}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.sm\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.sm\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.sm\:grid-cols-\[minmax\(0\,1fr\)_7rem_6rem_7rem_6\.5rem_3\.5rem_4rem\]{grid-template-columns:minmax(0,1fr) 7rem 6rem 7rem 6.5rem 3.5rem 4rem}.sm\:flex-row{flex-direction:row}.sm\:items-start{align-items:flex-start}.sm\:items-end{align-items:flex-end}.sm\:items-center{align-items:center}.sm\:justify-between{justify-content:space-between}.sm\:border-l{border-left-width:1px}.sm\:p-6{padding:1.5rem}.sm\:p-8{padding:2rem}.sm\:px-12{padding-left:3rem;padding-right:3rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:pl-3{padding-left:.75rem}.sm\:pt-0{padding-top:0}}@media(min-width:768px){.md\:pointer-events-none{pointer-events:none}.md\:sticky{position:sticky}.md\:left-auto{left:auto}.md\:right-4{right:1rem}.md\:top-2{top:.5rem}.md\:top-\[calc\(-1rem\+4px\)\]{top:calc(-1rem + 4px)}.md\:my-4{margin-top:1rem;margin-bottom:1rem}.md\:-mb-3{margin-bottom:-.75rem}.md\:mb-4{margin-bottom:1rem}.md\:mb-6{margin-bottom:1.5rem}.md\:ml-0{margin-left:0}.md\:ms-0{margin-inline-start:0px}.md\:mt-6{margin-top:1.5rem}.md\:line-clamp-none{overflow:visible;display:block;-webkit-box-orient:horizontal;-webkit-line-clamp:none}.md\:block{display:block}.md\:inline{display:inline}.md\:flex{display:flex}.md\:table-cell{display:table-cell}.md\:grid{display:grid}.md\:hidden{display:none}.md\:h-12{height:3rem}.md\:h-3\.5{height:.875rem}.md\:h-9{height:2.25rem}.md\:max-h-\[200px\]{max-height:200px}.md\:min-h-0{min-height:0px}.md\:min-h-\[38px\]{min-height:38px}.md\:min-h-\[56px\]{min-height:56px}.md\:w-3\.5{width:.875rem}.md\:w-32{width:8rem}.md\:w-48{width:12rem}.md\:w-52{width:13rem}.md\:w-56{width:14rem}.md\:w-64{width:16rem}.md\:w-9{width:2.25rem}.md\:w-96{width:24rem}.md\:w-\[260px\]{width:260px}.md\:w-\[268px\]{width:268px}.md\:w-\[380px\]{width:380px}.md\:w-\[420px\]{width:420px}.md\:w-full{width:100%}.md\:min-w-0{min-width:0px}.md\:min-w-\[18rem\]{min-width:18rem}.md\:max-w-\[70ch\]{max-width:70ch}.md\:max-w-\[75ch\]{max-width:75ch}.md\:max-w-\[80\%\]{max-width:80%}.md\:max-w-none{max-width:none}.md\:flex-1{flex:1 1 0%}.md\:flex-none{flex:none}.md\:shrink-0{flex-shrink:0}.md\:columns-2{-moz-columns:2;columns:2}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:grid-cols-\[1fr_1\.2fr_auto\]{grid-template-columns:1fr 1.2fr auto}.md\:grid-cols-\[1fr_1\.4fr_auto\]{grid-template-columns:1fr 1.4fr auto}.md\:grid-cols-\[240px_1fr\]{grid-template-columns:240px 1fr}.md\:grid-cols-\[auto_1fr_1\.5fr_1\.4fr_auto\]{grid-template-columns:auto 1fr 1.5fr 1.4fr auto}.md\:grid-cols-\[minmax\(0\,260px\)_1fr\]{grid-template-columns:minmax(0,260px) 1fr}.md\:flex-row{flex-direction:row}.md\:flex-col{flex-direction:column}.md\:flex-wrap{flex-wrap:wrap}.md\:items-start{align-items:flex-start}.md\:items-end{align-items:flex-end}.md\:items-center{align-items:center}.md\:items-baseline{align-items:baseline}.md\:justify-start{justify-content:flex-start}.md\:justify-end{justify-content:flex-end}.md\:justify-between{justify-content:space-between}.md\:gap-2{gap:.5rem}.md\:gap-3{gap:.75rem}.md\:space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.md\:space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.md\:self-start{align-self:flex-start}.md\:overflow-visible{overflow:visible}.md\:overflow-x-visible{overflow-x:visible}.md\:truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.md\:whitespace-normal{white-space:normal}.md\:rounded-full{border-radius:9999px}.md\:border{border-width:1px}.md\:border-b-0{border-bottom-width:0px}.md\:border-l{border-left-width:1px}.md\:border-r{border-right-width:1px}.md\:border-accent\/30{border-color:rgb(var(--accent-rgb) / .3)}.md\:border-surface-200{--tw-border-opacity: 1;border-color:rgb(var(--color-surface-200-rgb) / var(--tw-border-opacity, 1))}.md\:bg-accent\/10{background-color:rgb(var(--accent-rgb) / .1)}.md\:bg-surface-300\/20{background-color:rgb(var(--color-surface-300-rgb) / .2)}.md\:bg-surface-300\/70{background-color:rgb(var(--color-surface-300-rgb) / .7)}.md\:p-1{padding:.25rem}.md\:p-1\.5{padding:.375rem}.md\:p-4{padding:1rem}.md\:p-6{padding:1.5rem}.md\:p-8{padding:2rem}.md\:px-1\.5{padding-left:.375rem;padding-right:.375rem}.md\:px-4{padding-left:1rem;padding-right:1rem}.md\:px-6{padding-left:1.5rem;padding-right:1.5rem}.md\:py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.md\:py-2{padding-top:.5rem;padding-bottom:.5rem}.md\:py-3{padding-top:.75rem;padding-bottom:.75rem}.md\:py-4{padding-top:1rem;padding-bottom:1rem}.md\:py-6{padding-top:1.5rem;padding-bottom:1.5rem}.md\:pb-2{padding-bottom:.5rem}.md\:pb-3{padding-bottom:.75rem}.md\:pb-6{padding-bottom:1.5rem}.md\:pr-3{padding-right:.75rem}.md\:pt-2{padding-top:.5rem}.md\:pt-5{padding-top:1.25rem}.md\:text-2xl{font-size:1.5rem;line-height:2rem}.md\:text-base{font-size:1rem;line-height:1.5rem}.md\:text-lg{font-size:1.125rem;line-height:1.75rem}.md\:text-sm{font-size:.875rem;line-height:1.25rem}.md\:text-xs{font-size:.75rem;line-height:1rem}.md\:font-semibold{font-weight:600}.md\:text-accent{--tw-text-opacity: 1;color:rgb(var(--accent-rgb) / var(--tw-text-opacity, 1))}.md\:opacity-0{opacity:0}.md\:backdrop-blur-sm{--tw-backdrop-blur: blur(4px);-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)}.md\:focus-within\:opacity-100:focus-within{opacity:1}.md\:hover\:border-accent\/50:hover{border-color:rgb(var(--accent-rgb) / .5)}.md\:hover\:bg-accent\/20:hover{background-color:rgb(var(--accent-rgb) / .2)}.md\:hover\:bg-surface-300\/70:hover{background-color:rgb(var(--color-surface-300-rgb) / .7)}.md\:hover\:shadow-sm:hover{--tw-shadow: var(--elevation-1, 0 1px 2px 0 rgb(0 0 0 / .05));--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.md\:focus\:opacity-100:focus{opacity:1}.md\:focus-visible\:opacity-100:focus-visible{opacity:1}.group:focus-within .md\:group-focus-within\:opacity-100{opacity:1}.group\/bubble:hover .md\:group-hover\/bubble\:pointer-events-auto{pointer-events:auto}.group\/bubble:hover .md\:group-hover\/bubble\:opacity-100,.group\/phase:hover .md\:group-hover\/phase\:opacity-100,.group:hover .md\:group-hover\:opacity-100{opacity:1}}@media(min-width:1024px){.lg\:block{display:block}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(min-width:1280px){.xl\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}.rtl\:-translate-x-0\.5:where([dir=rtl],[dir=rtl] *){--tw-translate-x: -.125rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rtl\:-translate-x-1:where([dir=rtl],[dir=rtl] *){--tw-translate-x: -.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rtl\:-translate-x-6:where([dir=rtl],[dir=rtl] *){--tw-translate-x: -1.5rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rtl\:-translate-x-\[1\.125rem\]:where([dir=rtl],[dir=rtl] *){--tw-translate-x: -1.125rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rtl\:translate-x-\[120\%\]:where([dir=rtl],[dir=rtl] *){--tw-translate-x: 120%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rtl\:translate-x-full:where([dir=rtl],[dir=rtl] *){--tw-translate-x: 100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rtl\:-scale-x-100:where([dir=rtl],[dir=rtl] *){--tw-scale-x: -1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.\[\&\:\:-webkit-scrollbar\]\:hidden::-webkit-scrollbar{display:none}.\[\&\:\:-webkit-search-cancel-button\]\:appearance-none::-webkit-search-cancel-button{-webkit-appearance:none;-moz-appearance:none;appearance:none}.\[\&\>\*\:first-child\]\:mt-0>*:first-child{margin-top:0}.\[\&\>\*\:last-child\]\:mb-0>*:last-child{margin-bottom:0}.\[\&\>\*\:not\(\:last-child\)\]\:mr-2>*:not(:last-child){margin-right:.5rem}.\[\&\>\*\:nth-child\(n\+3\)\]\:border-l>*:nth-child(n+3){border-left-width:1px}.\[\&\>\*\:nth-child\(n\+3\)\]\:border-\[var\(--arij-border\,\#dfe1e6\)\]>*:nth-child(n+3){border-color:var(--arij-border,#dfe1e6)}.\[\&\>\*\]\:pointer-events-auto>*{pointer-events:auto}.\[\&\>\*\]\:shrink-0>*{flex-shrink:0}.\[\&\>\:first-child\]\:mt-0>:first-child{margin-top:0}.\[\&\>\:last-child\]\:mb-0>:last-child{margin-bottom:0}.\[\&\>button\]\:flex-1>button{flex:1 1 0%}.\[\&\>button\]\:flex-none>button{flex:none}.\[\&\>button\]\:whitespace-nowrap>button{white-space:nowrap}.\[\&\>button\]\:px-3>button{padding-left:.75rem;padding-right:.75rem}@media(min-width:768px){.md\:\[\&\>button\]\:flex-none>button{flex:none}}.\[\&\>div\]\:my-0>div{margin-top:0;margin-bottom:0}.\[\&\>div\]\:mb-5>div{margin-bottom:1.25rem}.\[\&\>div\]\:leading-7>div{line-height:1.75rem}.\[\&\>p\:first-child\]\:inline>p:first-child{display:inline}.\[\&\>svg\]\:h-3\.5>svg{height:.875rem}.\[\&\>svg\]\:w-3\.5>svg{width:.875rem}.\[\&_a\]\:break-all a{word-break:break-all}.\[\&_a\]\:text-accent a{--tw-text-opacity: 1;color:rgb(var(--accent-rgb) / var(--tw-text-opacity, 1))}.\[\&_a\]\:underline a{text-decoration-line:underline}.\[\&_a\]\:underline-offset-2 a{text-underline-offset:2px}.\[\&_a\]\:hover\:underline:hover a{text-decoration-line:underline}.\[\&_em\]\:italic em{font-style:italic}.\[\&_figcaption\]\:mt-2 figcaption{margin-top:.5rem}.\[\&_figcaption\]\:text-center figcaption{text-align:center}.\[\&_figcaption\]\:text-xs figcaption{font-size:.75rem;line-height:1rem}.\[\&_figcaption\]\:text-surface-500 figcaption{--tw-text-opacity: 1;color:rgb(var(--color-surface-500-rgb) / var(--tw-text-opacity, 1))}.\[\&_figure\]\:my-6 figure{margin-top:1.5rem;margin-bottom:1.5rem}.\[\&_h1\]\:mb-3 h1{margin-bottom:.75rem}.\[\&_h1\]\:mt-4 h1{margin-top:1rem}.\[\&_h1\]\:text-xl h1{font-size:1.25rem;line-height:1.75rem}.\[\&_h1\]\:font-bold h1{font-weight:700}.\[\&_h2\]\:mb-2 h2{margin-bottom:.5rem}.\[\&_h2\]\:mt-3 h2{margin-top:.75rem}.\[\&_h2\]\:text-lg h2{font-size:1.125rem;line-height:1.75rem}.\[\&_h2\]\:font-semibold h2{font-weight:600}.\[\&_h3\]\:mb-2 h3{margin-bottom:.5rem}.\[\&_h3\]\:mt-3 h3{margin-top:.75rem}.\[\&_h3\]\:text-base h3{font-size:1rem;line-height:1.5rem}.\[\&_h3\]\:font-semibold h3{font-weight:600}.\[\&_img\]\:max-h-96 img{max-height:24rem}.\[\&_li\]\:mb-1 li{margin-bottom:.25rem}.\[\&_li\]\:leading-7 li{line-height:1.75rem}.\[\&_li\]\:text-surface-800 li{--tw-text-opacity: 1;color:rgb(var(--color-surface-800-rgb) / var(--tw-text-opacity, 1))}.\[\&_ol\]\:mb-2 ol{margin-bottom:.5rem}.\[\&_ol\]\:list-\[lower-alpha\] ol{list-style-type:lower-alpha}.\[\&_ol\]\:list-decimal ol{list-style-type:decimal}.\[\&_ol\]\:pl-5 ol{padding-left:1.25rem}.\[\&_ol_ol\]\:list-\[lower-roman\] ol ol{list-style-type:lower-roman}.\[\&_p\]\:mb-2 p{margin-bottom:.5rem}.\[\&_p\]\:mb-5 p{margin-bottom:1.25rem}.\[\&_p\]\:inline p{display:inline}.\[\&_p\]\:leading-7 p{line-height:1.75rem}.\[\&_p\]\:text-surface-800 p{--tw-text-opacity: 1;color:rgb(var(--color-surface-800-rgb) / var(--tw-text-opacity, 1))}.\[\&_pre\]\:rounded-lg pre{border-radius:.5rem}.\[\&_pre\]\:bg-surface-100 pre{--tw-bg-opacity: 1;background-color:rgb(var(--color-surface-100-rgb) / var(--tw-bg-opacity, 1))}.\[\&_pre\]\:p-4 pre{padding:1rem}.\[\&_strong\]\:font-semibold strong{font-weight:600}.\[\&_table\]\:mb-3 table{margin-bottom:.75rem}.\[\&_table\]\:w-full table{width:100%}.\[\&_table\]\:border-collapse table{border-collapse:collapse}.\[\&_td\]\:border td{border-width:1px}.\[\&_td\]\:border-b td{border-bottom-width:1px}.\[\&_td\]\:border-surface-200 td{--tw-border-opacity: 1;border-color:rgb(var(--color-surface-200-rgb) / var(--tw-border-opacity, 1))}.\[\&_td\]\:px-2 td{padding-left:.5rem;padding-right:.5rem}.\[\&_td\]\:px-3 td{padding-left:.75rem;padding-right:.75rem}.\[\&_td\]\:py-1 td{padding-top:.25rem;padding-bottom:.25rem}.\[\&_td\]\:py-1\.5 td{padding-top:.375rem;padding-bottom:.375rem}.\[\&_td\]\:text-xs td{font-size:.75rem;line-height:1rem}.\[\&_th\]\:border th{border-width:1px}.\[\&_th\]\:border-b th{border-bottom-width:1px}.\[\&_th\]\:border-surface-200 th{--tw-border-opacity: 1;border-color:rgb(var(--color-surface-200-rgb) / var(--tw-border-opacity, 1))}.\[\&_th\]\:border-surface-300 th{--tw-border-opacity: 1;border-color:rgb(var(--color-surface-300-rgb) / var(--tw-border-opacity, 1))}.\[\&_th\]\:bg-surface-50 th{--tw-bg-opacity: 1;background-color:rgb(var(--color-surface-50-rgb) / var(--tw-bg-opacity, 1))}.\[\&_th\]\:px-2 th{padding-left:.5rem;padding-right:.5rem}.\[\&_th\]\:px-3 th{padding-left:.75rem;padding-right:.75rem}.\[\&_th\]\:py-1 th{padding-top:.25rem;padding-bottom:.25rem}.\[\&_th\]\:py-1\.5 th{padding-top:.375rem;padding-bottom:.375rem}.\[\&_th\]\:text-left th{text-align:left}.\[\&_th\]\:text-xs th{font-size:.75rem;line-height:1rem}.\[\&_th\]\:font-medium th{font-weight:500}.\[\&_th\]\:font-semibold th{font-weight:600}.\[\&_ul\]\:mb-2 ul{margin-bottom:.5rem}.\[\&_ul\]\:list-\[circle\] ul{list-style-type:circle}.\[\&_ul\]\:list-disc ul{list-style-type:disc}.\[\&_ul\]\:pl-5 ul{padding-left:1.25rem}.\[\&_ul_ul\]\:list-\[square\] ul ul{list-style-type:square}@media(hover:hover){.\[\@media\(hover\:hover\)\]\:hidden{display:none}.\[\@media\(hover\:hover\)\]\:opacity-0{opacity:0}.\[\@media\(hover\:hover\)\]\:transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.\[\@media\(hover\:hover\)\]\:hover\:bg-surface-200:hover{--tw-bg-opacity: 1;background-color:rgb(var(--color-surface-200-rgb) / var(--tw-bg-opacity, 1))}.\[\@media\(hover\:hover\)\]\:hover\:bg-surface-400:hover{--tw-bg-opacity: 1;background-color:rgb(var(--color-surface-400-rgb) / var(--tw-bg-opacity, 1))}.\[\@media\(hover\:hover\)\]\:hover\:text-accent:hover{--tw-text-opacity: 1;color:rgb(var(--accent-rgb) / var(--tw-text-opacity, 1))}.\[\@media\(hover\:hover\)\]\:hover\:text-surface-700:hover{--tw-text-opacity: 1;color:rgb(var(--color-surface-700-rgb) / var(--tw-text-opacity, 1))}.group:focus-within .\[\@media\(hover\:hover\)\]\:group-focus-within\:opacity-100{opacity:1}.group:hover .\[\@media\(hover\:hover\)\]\:group-hover\:opacity-100{opacity:1}}@media(hover:none){.\[\@media\(hover\:none\)\]\:opacity-100{opacity:1}}@media(pointer:coarse){.\[\@media\(pointer\:coarse\)\]\:\!h-\[22px\]{height:22px!important}.\[\@media\(pointer\:coarse\)\]\:\!w-\[22px\]{width:22px!important}.\[\@media\(pointer\:coarse\)\]\:\!border-accent\/60{border-color:rgb(var(--accent-rgb) / .6)!important}.\[\@media\(pointer\:coarse\)\]\:\!opacity-60{opacity:.6!important}}
