/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./app/globals.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
*, ::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 / 0.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 / 0.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
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

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

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

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

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.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;
}
.visible {
  visibility: visible;
}
.collapse {
  visibility: collapse;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.-right-2 {
  right: -0.5rem;
}
.-top-2 {
  top: -0.5rem;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-5 {
  bottom: 1.25rem;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-\[-9999px\] {
  left: -9999px;
}
.left-\[28px\] {
  left: 28px;
}
.left-\[50px\] {
  left: 50px;
}
.right-0 {
  right: 0px;
}
.top-0 {
  top: 0px;
}
.top-1 {
  top: 0.25rem;
}
.top-3 {
  top: 0.75rem;
}
.top-\[-10px\] {
  top: -10px;
}
.top-\[52px\] {
  top: 52px;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-full {
  grid-column: 1 / -1;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.\!mt-0 {
  margin-top: 0px !important;
}
.-mt-5 {
  margin-top: -1.25rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-1\.5 {
  margin-bottom: 0.375rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-9 {
  margin-left: 2.25rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mt-0 {
  margin-top: 0px;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-1\.5 {
  margin-top: 0.375rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-7 {
  margin-top: 1.75rem;
}
.mt-auto {
  margin-top: auto;
}
.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;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.h-1\.5 {
  height: 0.375rem;
}
.h-10 {
  height: 2.5rem;
}
.h-11 {
  height: 2.75rem;
}
.h-12 {
  height: 3rem;
}
.h-2 {
  height: 0.5rem;
}
.h-2\.5 {
  height: 0.625rem;
}
.h-3 {
  height: 0.75rem;
}
.h-3\.5 {
  height: 0.875rem;
}
.h-4 {
  height: 1rem;
}
.h-44 {
  height: 11rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-7 {
  height: 1.75rem;
}
.h-8 {
  height: 2rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[292px\] {
  height: 292px;
}
.h-\[300px\] {
  height: 300px;
}
.h-\[360px\] {
  height: 360px;
}
.h-\[520px\] {
  height: 520px;
}
.h-\[54px\] {
  height: 54px;
}
.h-\[calc\(100vh-120px\)\] {
  height: calc(100vh - 120px);
}
.h-\[calc\(100vh-40px\)\] {
  height: calc(100vh - 40px);
}
.h-\[calc\(100vh-66px\)\] {
  height: calc(100vh - 66px);
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.max-h-40 {
  max-height: 10rem;
}
.max-h-\[320px\] {
  max-height: 320px;
}
.max-h-\[520px\] {
  max-height: 520px;
}
.max-h-\[586px\] {
  max-height: 586px;
}
.max-h-\[80vh\] {
  max-height: 80vh;
}
.max-h-\[86vh\] {
  max-height: 86vh;
}
.min-h-0 {
  min-height: 0px;
}
.min-h-\[104px\] {
  min-height: 104px;
}
.min-h-\[120px\] {
  min-height: 120px;
}
.min-h-\[160px\] {
  min-height: 160px;
}
.min-h-\[180px\] {
  min-height: 180px;
}
.min-h-\[190px\] {
  min-height: 190px;
}
.min-h-\[196px\] {
  min-height: 196px;
}
.min-h-\[220px\] {
  min-height: 220px;
}
.min-h-\[315px\] {
  min-height: 315px;
}
.min-h-\[320px\] {
  min-height: 320px;
}
.min-h-\[38px\] {
  min-height: 38px;
}
.min-h-\[480px\] {
  min-height: 480px;
}
.min-h-\[520px\] {
  min-height: 520px;
}
.min-h-\[56px\] {
  min-height: 56px;
}
.min-h-\[640px\] {
  min-height: 640px;
}
.min-h-\[78px\] {
  min-height: 78px;
}
.min-h-\[86px\] {
  min-height: 86px;
}
.min-h-screen {
  min-height: 100vh;
}
.w-1 {
  width: 0.25rem;
}
.w-10 {
  width: 2.5rem;
}
.w-11 {
  width: 2.75rem;
}
.w-2 {
  width: 0.5rem;
}
.w-2\.5 {
  width: 0.625rem;
}
.w-3 {
  width: 0.75rem;
}
.w-3\.5 {
  width: 0.875rem;
}
.w-4 {
  width: 1rem;
}
.w-44 {
  width: 11rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-7 {
  width: 1.75rem;
}
.w-8 {
  width: 2rem;
}
.w-9 {
  width: 2.25rem;
}
.w-\[112px\] {
  width: 112px;
}
.w-\[132px\] {
  width: 132px;
}
.w-\[180px\] {
  width: 180px;
}
.w-\[232px\] {
  width: 232px;
}
.w-\[290px\] {
  width: 290px;
}
.w-\[440px\] {
  width: 440px;
}
.w-\[min\(680px\2c calc\(100vw-32px\)\)\] {
  width: min(680px, calc(100vw - 32px));
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-px {
  width: 1px;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-8 {
  min-width: 2rem;
}
.min-w-\[120px\] {
  min-width: 120px;
}
.min-w-\[140px\] {
  min-width: 140px;
}
.min-w-\[156px\] {
  min-width: 156px;
}
.min-w-\[240px\] {
  min-width: 240px;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-\[1540px\] {
  max-width: 1540px;
}
.max-w-\[190px\] {
  max-width: 190px;
}
.max-w-\[220px\] {
  max-width: 220px;
}
.max-w-\[260px\] {
  max-width: 260px;
}
.max-w-\[294px\] {
  max-width: 294px;
}
.max-w-\[500px\] {
  max-width: 500px;
}
.max-w-\[520px\] {
  max-width: 520px;
}
.max-w-\[64\%\] {
  max-width: 64%;
}
.max-w-\[720px\] {
  max-width: 720px;
}
.max-w-\[760px\] {
  max-width: 760px;
}
.max-w-\[980px\] {
  max-width: 980px;
}
.max-w-full {
  max-width: 100%;
}
.max-w-lg {
  max-width: 32rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.shrink-0 {
  flex-shrink: 0;
}
.border-collapse {
  border-collapse: collapse;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(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)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.cursor-pointer {
  cursor: pointer;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize-none {
  resize: none;
}
.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-\[1\.1fr_0\.9fr\] {
  grid-template-columns: 1.1fr 0.9fr;
}
.grid-cols-\[1fr_1fr_180px\] {
  grid-template-columns: 1fr 1fr 180px;
}
.grid-cols-\[340px_minmax\(0\2c 1fr\)_400px\] {
  grid-template-columns: 340px minmax(0,1fr) 400px;
}
.grid-cols-\[380px_1fr\] {
  grid-template-columns: 380px 1fr;
}
.grid-cols-\[64px_1fr\] {
  grid-template-columns: 64px 1fr;
}
.grid-cols-\[66px_1fr\] {
  grid-template-columns: 66px 1fr;
}
.grid-cols-\[minmax\(0\2c 0\.9fr\)_minmax\(0\2c 1\.1fr\)\] {
  grid-template-columns: minmax(0,0.9fr) minmax(0,1.1fr);
}
.grid-cols-\[minmax\(0\2c 1\.15fr\)_minmax\(360px\2c 0\.85fr\)\] {
  grid-template-columns: minmax(0,1.15fr) minmax(360px,0.85fr);
}
.grid-cols-\[minmax\(0\2c 1fr\)_240px\] {
  grid-template-columns: minmax(0,1fr) 240px;
}
.grid-cols-\[minmax\(195px\2c 19vw\)_1fr\] {
  grid-template-columns: minmax(195px,19vw) 1fr;
}
.grid-cols-\[minmax\(340px\2c 0\.82fr\)_minmax\(0\2c 1\.18fr\)\] {
  grid-template-columns: minmax(340px,0.82fr) minmax(0,1.18fr);
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.place-items-center {
  place-items: center;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-stretch {
  align-items: stretch;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.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-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));
}
.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-\[\#edf2f8\] > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(237 242 248 / var(--tw-divide-opacity, 1));
}
.divide-border > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(var(--brand-border) / var(--tw-divide-opacity, 1));
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.break-words {
  overflow-wrap: break-word;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-\[18px\] {
  border-radius: 18px;
}
.rounded-\[22px\] {
  border-radius: 22px;
}
.rounded-\[24px\] {
  border-radius: 24px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-2 {
  border-width: 2px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-l {
  border-left-width: 1px;
}
.border-l-4 {
  border-left-width: 4px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-4 {
  border-top-width: 4px;
}
.border-dashed {
  border-style: dashed;
}
.border-\[\#cfd9ec\] {
  --tw-border-opacity: 1;
  border-color: rgb(207 217 236 / var(--tw-border-opacity, 1));
}
.border-\[\#dbe6f5\] {
  --tw-border-opacity: 1;
  border-color: rgb(219 230 245 / var(--tw-border-opacity, 1));
}
.border-\[\#dfe8f6\] {
  --tw-border-opacity: 1;
  border-color: rgb(223 232 246 / var(--tw-border-opacity, 1));
}
.border-\[\#e6edf7\] {
  --tw-border-opacity: 1;
  border-color: rgb(230 237 247 / var(--tw-border-opacity, 1));
}
.border-\[\#edf2fb\] {
  --tw-border-opacity: 1;
  border-color: rgb(237 242 251 / var(--tw-border-opacity, 1));
}
.border-amber-100 {
  --tw-border-opacity: 1;
  border-color: rgb(254 243 199 / var(--tw-border-opacity, 1));
}
.border-amber-200 {
  --tw-border-opacity: 1;
  border-color: rgb(253 230 138 / var(--tw-border-opacity, 1));
}
.border-amber-300 {
  --tw-border-opacity: 1;
  border-color: rgb(252 211 77 / var(--tw-border-opacity, 1));
}
.border-blue-100 {
  --tw-border-opacity: 1;
  border-color: rgb(219 234 254 / var(--tw-border-opacity, 1));
}
.border-blue-200 {
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}
.border-blue-300 {
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
}
.border-border {
  --tw-border-opacity: 1;
  border-color: rgb(var(--brand-border) / var(--tw-border-opacity, 1));
}
.border-border\/50 {
  border-color: rgb(var(--brand-border) / 0.5);
}
.border-border\/70 {
  border-color: rgb(var(--brand-border) / 0.7);
}
.border-cyan-100 {
  --tw-border-opacity: 1;
  border-color: rgb(207 250 254 / var(--tw-border-opacity, 1));
}
.border-cyan-200 {
  --tw-border-opacity: 1;
  border-color: rgb(165 243 252 / var(--tw-border-opacity, 1));
}
.border-emerald-100 {
  --tw-border-opacity: 1;
  border-color: rgb(209 250 229 / var(--tw-border-opacity, 1));
}
.border-emerald-200 {
  --tw-border-opacity: 1;
  border-color: rgb(167 243 208 / var(--tw-border-opacity, 1));
}
.border-emerald-300 {
  --tw-border-opacity: 1;
  border-color: rgb(110 231 183 / var(--tw-border-opacity, 1));
}
.border-green-100 {
  --tw-border-opacity: 1;
  border-color: rgb(220 252 231 / var(--tw-border-opacity, 1));
}
.border-green-200 {
  --tw-border-opacity: 1;
  border-color: rgb(187 247 208 / var(--tw-border-opacity, 1));
}
.border-orange-100 {
  --tw-border-opacity: 1;
  border-color: rgb(255 237 213 / var(--tw-border-opacity, 1));
}
.border-orange-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 215 170 / var(--tw-border-opacity, 1));
}
.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(var(--brand-primary) / var(--tw-border-opacity, 1));
}
.border-red-100 {
  --tw-border-opacity: 1;
  border-color: rgb(254 226 226 / var(--tw-border-opacity, 1));
}
.border-red-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}
.border-red-300 {
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
}
.border-rose-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 205 211 / var(--tw-border-opacity, 1));
}
.border-sky-100 {
  --tw-border-opacity: 1;
  border-color: rgb(224 242 254 / var(--tw-border-opacity, 1));
}
.border-sky-300 {
  --tw-border-opacity: 1;
  border-color: rgb(125 211 252 / var(--tw-border-opacity, 1));
}
.border-slate-200 {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}
.border-transparent {
  border-color: transparent;
}
.border-violet-100 {
  --tw-border-opacity: 1;
  border-color: rgb(237 233 254 / var(--tw-border-opacity, 1));
}
.border-violet-200 {
  --tw-border-opacity: 1;
  border-color: rgb(221 214 254 / var(--tw-border-opacity, 1));
}
.border-violet-300 {
  --tw-border-opacity: 1;
  border-color: rgb(196 181 253 / var(--tw-border-opacity, 1));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-white\/60 {
  border-color: rgb(255 255 255 / 0.6);
}
.border-white\/70 {
  border-color: rgb(255 255 255 / 0.7);
}
.border-l-blue-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
}
.border-l-cyan-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(103 232 249 / var(--tw-border-opacity, 1));
}
.border-l-green-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(134 239 172 / var(--tw-border-opacity, 1));
}
.border-l-orange-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(253 186 116 / var(--tw-border-opacity, 1));
}
.border-l-red-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
}
.border-l-violet-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(196 181 253 / var(--tw-border-opacity, 1));
}
.border-t-blue-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}
.border-t-primary {
  --tw-border-opacity: 1;
  border-top-color: rgb(var(--brand-primary) / var(--tw-border-opacity, 1));
}
.bg-\[\#f4f7fb\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 247 251 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f7faff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 250 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f8fbff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(248 251 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#fff2df\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 242 223 / var(--tw-bg-opacity, 1));
}
.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-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--brand-bg) / var(--tw-bg-opacity, 1));
}
.bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}
.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}
.bg-blue-50\/60 {
  background-color: rgb(239 246 255 / 0.6);
}
.bg-blue-50\/70 {
  background-color: rgb(239 246 255 / 0.7);
}
.bg-blue-50\/80 {
  background-color: rgb(239 246 255 / 0.8);
}
.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.bg-border {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--brand-border) / var(--tw-bg-opacity, 1));
}
.bg-cyan-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 254 255 / var(--tw-bg-opacity, 1));
}
.bg-cyan-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(6 182 212 / var(--tw-bg-opacity, 1));
}
.bg-danger {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--brand-danger) / var(--tw-bg-opacity, 1));
}
.bg-emerald-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity, 1));
}
.bg-emerald-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
}
.bg-emerald-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
}
.bg-green-50\/80 {
  background-color: rgb(240 253 244 / 0.8);
}
.bg-indigo-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity, 1));
}
.bg-orange-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 237 / var(--tw-bg-opacity, 1));
}
.bg-panel {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--brand-panel) / var(--tw-bg-opacity, 1));
}
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--brand-primary) / var(--tw-bg-opacity, 1));
}
.bg-primary\/10 {
  background-color: rgb(var(--brand-primary) / 0.1);
}
.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
.bg-rose-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 241 242 / var(--tw-bg-opacity, 1));
}
.bg-sky-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 249 255 / var(--tw-bg-opacity, 1));
}
.bg-sky-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity, 1));
}
.bg-slate-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}
.bg-slate-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}
.bg-slate-50\/70 {
  background-color: rgb(248 250 252 / 0.7);
}
.bg-slate-50\/80 {
  background-color: rgb(248 250 252 / 0.8);
}
.bg-slate-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
}
.bg-slate-900\/20 {
  background-color: rgb(15 23 42 / 0.2);
}
.bg-slate-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(2 6 23 / var(--tw-bg-opacity, 1));
}
.bg-slate-950\/35 {
  background-color: rgb(2 6 23 / 0.35);
}
.bg-success {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--brand-success) / var(--tw-bg-opacity, 1));
}
.bg-transparent {
  background-color: transparent;
}
.bg-violet-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 243 255 / var(--tw-bg-opacity, 1));
}
.bg-violet-50\/80 {
  background-color: rgb(245 243 255 / 0.8);
}
.bg-violet-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(139 92 246 / var(--tw-bg-opacity, 1));
}
.bg-warning {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--brand-warning) / var(--tw-bg-opacity, 1));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/70 {
  background-color: rgb(255 255 255 / 0.7);
}
.bg-white\/75 {
  background-color: rgb(255 255 255 / 0.75);
}
.bg-white\/80 {
  background-color: rgb(255 255 255 / 0.8);
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-bottom {
  -o-object-position: bottom;
     object-position: bottom;
}
.p-0\.5 {
  padding: 0.125rem;
}
.p-1 {
  padding: 0.25rem;
}
.p-10 {
  padding: 2.5rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.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;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.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;
}
.pb-0\.5 {
  padding-bottom: 0.125rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pt-0\.5 {
  padding-top: 0.125rem;
}
.pt-1\.5 {
  padding-top: 0.375rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.\!text-left {
  text-align: left !important;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.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-6xl {
  font-size: 3.75rem;
  line-height: 1;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[11px\] {
  font-size: 11px;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[17px\] {
  font-size: 17px;
}
.text-\[19px\] {
  font-size: 19px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.normal-case {
  text-transform: none;
}
.leading-4 {
  line-height: 1rem;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-8 {
  line-height: 2rem;
}
.leading-none {
  line-height: 1;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-\[0\.08em\] {
  letter-spacing: 0.08em;
}
.tracking-normal {
  letter-spacing: 0em;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.text-\[\#3b82f6\] {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.text-\[\#667085\] {
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity, 1));
}
.text-\[\#a855f7\] {
  --tw-text-opacity: 1;
  color: rgb(168 85 247 / var(--tw-text-opacity, 1));
}
.text-\[\#f08d2c\] {
  --tw-text-opacity: 1;
  color: rgb(240 141 44 / var(--tw-text-opacity, 1));
}
.text-\[\#f59e0b\] {
  --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-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-cyan-700 {
  --tw-text-opacity: 1;
  color: rgb(14 116 144 / var(--tw-text-opacity, 1));
}
.text-danger {
  --tw-text-opacity: 1;
  color: rgb(var(--brand-danger) / 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-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / 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-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-700 {
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity, 1));
}
.text-muted {
  --tw-text-opacity: 1;
  color: rgb(var(--brand-muted) / var(--tw-text-opacity, 1));
}
.text-orange-500 {
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity, 1));
}
.text-orange-700 {
  --tw-text-opacity: 1;
  color: rgb(194 65 12 / var(--tw-text-opacity, 1));
}
.text-primary {
  --tw-text-opacity: 1;
  color: rgb(var(--brand-primary) / 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-rose-700 {
  --tw-text-opacity: 1;
  color: rgb(190 18 60 / var(--tw-text-opacity, 1));
}
.text-sky-600 {
  --tw-text-opacity: 1;
  color: rgb(2 132 199 / var(--tw-text-opacity, 1));
}
.text-sky-700 {
  --tw-text-opacity: 1;
  color: rgb(3 105 161 / var(--tw-text-opacity, 1));
}
.text-slate-400 {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}
.text-slate-500 {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.text-slate-600 {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}
.text-slate-700 {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}
.text-slate-900 {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}
.text-subtext {
  --tw-text-opacity: 1;
  color: rgb(var(--brand-subtext) / var(--tw-text-opacity, 1));
}
.text-success {
  --tw-text-opacity: 1;
  color: rgb(var(--brand-success) / var(--tw-text-opacity, 1));
}
.text-text {
  --tw-text-opacity: 1;
  color: rgb(var(--brand-text) / 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-warning {
  --tw-text-opacity: 1;
  color: rgb(var(--brand-warning) / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-75 {
  opacity: 0.75;
}
.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 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_18px_50px_rgba\(15\2c 23\2c 42\2c 0\.18\)\] {
  --tw-shadow: 0 18px 50px rgba(15,23,42,0.18);
  --tw-shadow-colored: 0 18px 50px 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_-1px_0_0_\#dce3f1\] {
  --tw-shadow: inset -1px 0 0 #dce3f1;
  --tw-shadow-colored: inset -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-panel {
  --tw-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
  --tw-shadow-colored: 0 10px 30px 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-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 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-soft {
  --tw-shadow: 0 2px 10px rgba(15, 23, 42, 0.04);
  --tw-shadow-colored: 0 2px 10px 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: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px 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-panel {
  --tw-shadow-color: rgb(var(--brand-panel) / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.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-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-blue-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(219 234 254 / var(--tw-ring-opacity, 1));
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[grid-template-columns\] {
  transition-property: grid-template-columns;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[padding\] {
  transition-property: padding;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

:root,
[data-brand="lawmcn"] {
  color-scheme: light;
  --brand-bg: 245 247 251;
  --brand-panel: 255 255 255;
  --brand-card: 255 255 255;
  --brand-border: 220 227 241;
  --brand-text: 31 41 55;
  --brand-subtext: 71 84 103;
  --brand-muted: 102 112 133;
  --brand-primary: 37 99 235;
  --brand-success: 22 163 74;
  --brand-warning: 217 119 6;
  --brand-danger: 220 38 38;
}

[data-brand="lvxing"] {
  --brand-bg: 249 247 244;
  --brand-panel: 255 255 255;
  --brand-card: 255 255 255;
  --brand-border: 230 222 207;
  --brand-text: 34 30 26;
  --brand-subtext: 92 78 64;
  --brand-muted: 129 117 102;
  --brand-primary: 180 99 36;
  --brand-success: 22 163 74;
  --brand-warning: 217 119 6;
  --brand-danger: 220 38 38;
}

[data-brand="maomao"] {
  --brand-bg: 226 240 226;
  --brand-panel: 247 252 247;
  --brand-card: 255 255 255;
  --brand-border: 197 220 200;
  --brand-text: 24 47 29;
  --brand-subtext: 70 95 74;
  --brand-muted: 102 128 106;
  --brand-primary: 75 124 79;
  --brand-success: 22 163 74;
  --brand-warning: 202 138 4;
  --brand-danger: 220 38 38;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background:
    radial-gradient(circle at top left, rgb(var(--brand-primary) / 0.12), transparent 28%),
    radial-gradient(circle at top right, rgb(var(--brand-primary) / 0.08), transparent 24%),
    rgb(var(--brand-bg));
  color: rgb(var(--brand-text));
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.dashboard-main {
  background:
    radial-gradient(circle at top right, rgb(var(--brand-primary) / 0.1), transparent 26%),
    linear-gradient(180deg, rgb(var(--brand-bg) / 0.6) 0%, rgb(var(--brand-bg)) 100%);
}

.portrait-bg {
  background: transparent;
}

.portrait-bg::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -40px;
  transform: translateX(-50%);
  width: 70%;
  height: 60px;
  background: radial-gradient(ellipse at center, rgb(var(--brand-primary) / 0.08) 0%, transparent 70%);
  pointer-events: none;
}

* {
  box-sizing: border-box;
}

button,
input,
textarea,
select {
  font: inherit;
}

.dashboard-density {
  font-size: 12px;
}

.dashboard-density .panel-card {
  border-radius: 18px;
}

.dashboard-density .soft-surface {
  border-radius: 16px;
}

.dashboard-density .glass-header {
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.05);
}

.dashboard-density .section-kicker {
  font-size: 0.68rem;
  line-height: 1rem;
}

.dashboard-density .section-title-xl {
  margin-top: 0.35rem;
  font-size: 1.05rem;
  line-height: 1.45rem;
}

.panel-card {
  border-radius: 24px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(var(--brand-border) / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(var(--brand-card) / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
  --tw-shadow-colored: 0 10px 30px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: rgb(var(--brand-panel) / 1);
  --tw-shadow: var(--tw-shadow-colored);
  backdrop-filter: blur(14px);
  background: rgba(255, 255, 255, 0.94);
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--brand-primary) / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.btn-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

.btn-primary {
  box-shadow: 0 10px 24px rgba(37, 99, 235, 0.22);
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(var(--brand-border) / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(var(--brand-text) / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.btn-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}

.btn-secondary {
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04);
}

.btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(var(--brand-border) / var(--tw-border-opacity, 1));
  background-color: transparent;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(var(--brand-subtext) / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.btn-ghost:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}

.input,
.textarea,
.select {
  width: 100%;
  border-radius: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(var(--brand-border) / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(var(--brand-text) / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.input:focus,
.textarea:focus,
.select:focus {
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity, 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(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);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(219 234 254 / var(--tw-ring-opacity, 1));
}

.input,
.textarea,
.select {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), 0 4px 14px rgba(15, 23, 42, 0.03);
}

.textarea {
  min-height: 110px;
  resize: vertical;
}

.choice-card {
  border-radius: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(var(--brand-border) / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.25rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.choice-card:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}

.choice-card {
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.04);
}

.choice-card.active {
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(var(--brand-primary) / var(--tw-text-opacity, 1));
  box-shadow: 0 10px 26px rgba(37, 99, 235, 0.12);
}

.section-kicker {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  --tw-text-opacity: 1;
  color: rgb(var(--brand-muted) / var(--tw-text-opacity, 1));
}

.section-title-xl {
  margin-top: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(var(--brand-text) / var(--tw-text-opacity, 1));
}

.soft-surface {
  border-radius: 22px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(var(--brand-border) / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.75);
}

.assistant-accent {
  color: #5f89f7;
}

.assistant-message-card {
  border: 1px solid #edf2fb;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 251, 255, 0.98) 100%);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

.assistant-action-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid #dbe7fb;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  color: #4d7df3;
  font-size: 13px;
  font-weight: 600;
  box-shadow: 0 6px 18px rgba(77, 125, 243, 0.08);
}

.assistant-action-button:hover {
  background: #f8fbff;
}


.shooting-plan-shell {
  height: calc(100vh - 92px);
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  overflow: hidden;
}

.shooting-plan-toolbar {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border: 1px solid #dce3f1;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
  padding: 12px 16px;
}

.shooting-plan-grid {
  min-height: 0;
  flex: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 14px;
  overflow: hidden;
}

.shooting-script-panel,
.shooting-plan-panel {
  min-height: 0;
  overflow: hidden;
  border: 1px solid #dce3f1;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}

.shooting-script-panel {
  display: flex;
  flex-direction: column;
}

.shooting-plan-panel {
  display: flex;
  flex-direction: column;
}

.shooting-script-header,
.shooting-plan-panel-header {
  min-height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid #e6edf7;
  padding: 14px 18px;
}

.shooting-script-scroll,
.shooting-plan-list {
  min-height: 0;
  flex: 1;
  overflow-y: auto;
  padding: 18px;
}

.shooting-segment {
  width: 100%;
  display: block;
  text-align: left;
  border: 1.5px solid transparent;
  border-radius: 16px;
  background: #fff;
  padding: 16px 18px;
  margin-bottom: 14px;
  transition: border-color .16s ease, background .16s ease, box-shadow .16s ease, transform .16s ease;
}

.shooting-segment:hover {
  border-color: #dbeafe;
  background: #f8fbff;
}

.shooting-segment-active {
  border-color: #b7c9e8;
  background: #f8fbff;
  box-shadow: inset 0 0 0 1px #dbeafe, 0 8px 18px rgba(37, 99, 235, 0.08);
}

.shooting-segment-text {
  white-space: pre-wrap;
  word-break: break-word;
  font-size: 15px;
  line-height: 2.15;
  color: #1f2937;
}

.shooting-mark {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  display: inline;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-radius: 5px;
  padding: 2px 4px;
  margin: 0 1px;
  font: inherit;
  font-weight: 600;
  text-align: left;
}

.shooting-mark-label {
  position: absolute;
  top: -18px;
  right: -8px;
  border-radius: 9999px;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  padding: 4px 6px;
  white-space: nowrap;
  box-shadow: 0 4px 10px rgba(15, 23, 42, 0.12);
}

.shooting-plan-card {
  border: 1px solid #e6edf7;
  border-radius: 16px;
  background: #fff;
  padding: 14px;
  margin-bottom: 12px;
  transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.shooting-plan-card:hover {
  border-color: #cfe0ff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
  transform: translateY(-1px);
}

.glass-header {
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.7);
  background-color: rgb(255 255 255 / 0.8);
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.05);
  backdrop-filter: blur(14px);
}

.badge {
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

.badge-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(var(--brand-primary) / var(--tw-text-opacity, 1));
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

.badge-purple {
  --tw-bg-opacity: 1;
  background-color: rgb(245 243 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(109 40 217 / var(--tw-text-opacity, 1));
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

.badge-green {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

.badge-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

.badge-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 237 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(194 65 12 / var(--tw-text-opacity, 1));
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

.badge-red {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

.script-factory-mode-tabs {
  display: flex;
  flex: 0 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  gap: 4px;
  overflow: visible;
  border: 1px solid #dbe6f5;
  border-radius: 14px;
  background: #ffffff;
  padding: 4px;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.04);
}

.script-factory-mode-tab-wrap {
  position: relative;
}

.script-factory-mode-tab-wrap::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 12px;
}

.script-factory-mode-tab {
  min-width: 124px;
  border-radius: 10px;
  padding: 8px 12px;
  color: #64748b;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition: background .15s ease, color .15s ease, box-shadow .15s ease;
}

.script-factory-mode-tab:hover {
  background: #f5f8ff;
  color: #1f2937;
}

.script-factory-mode-tab.active {
  background: #eff6ff;
  color: #2563eb;
  box-shadow: inset 0 0 0 1px #bfdbfe;
}

.script-factory-submenu {
  position: absolute;
  left: 0;
  top: calc(100% + 8px);
  z-index: 30;
  display: flex;
  min-width: 132px;
  flex-direction: column;
  gap: 4px;
  border: 1px solid #dbe6f5;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.98);
  padding: 6px;
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.12);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-4px);
  transition: opacity .15s ease, transform .15s ease;
}

.script-factory-mode-tab-wrap:hover .script-factory-submenu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.script-factory-submenu-item {
  width: 100%;
  border-radius: 10px;
  padding: 9px 14px;
  color: #64748b;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  transition: background .15s ease, color .15s ease, box-shadow .15s ease;
}

.script-factory-submenu-item:hover {
  background: #f5f8ff;
  color: #1f2937;
}

.script-factory-submenu-item.active {
  background: #eff6ff;
  color: #2563eb;
  box-shadow: inset 0 0 0 1px #bfdbfe;
}

.planner-layout-shell {
  flex: 1 1 auto;
  height: auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 0;
}

.planner-section-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  align-items: start;
  flex: 1;
  min-height: 0;
  flex-basis: 0;
  overflow: hidden;
}

.planner-section-card {
  min-width: 0;
  height: 100%;
  max-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.planner-section-scroll {
  overflow-y: auto;
  padding-right: 4px;
  min-height: 0;
  flex: 1;
}

.planner-library-strip {
  flex: 0 0 222px;
  z-index: 18;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(8px);
  box-shadow: 0 -10px 30px rgba(15, 23, 42, 0.06);
  margin-bottom: 4px;
  min-height: 222px;
  max-height: 222px;
  overflow: hidden;
  padding: 6px 14px 10px;
  transition: flex-basis .2s ease, min-height .2s ease, max-height .2s ease, box-shadow .2s ease;
}

.planner-library-strip-collapsed {
  flex-basis: 38px;
  min-height: 38px;
  max-height: 38px;
  padding-bottom: 6px;
  box-shadow: 0 -6px 18px rgba(15, 23, 42, 0.05);
}

.planner-library-header {
  display: flex;
  min-height: 26px;
  align-items: center;
  gap: 8px;
}

.planner-library-toggle {
  flex: 1 1 auto;
  min-width: 0;
  height: 26px;
  border: 1px solid transparent;
  border-radius: 8px;
  background: transparent;
  color: #1f2937;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 8px;
  text-align: left;
  transition: border-color .15s ease, background .15s ease;
}

.planner-library-toggle:hover {
  border-color: #dbe6f5;
  background: #f5f8ff;
}

.planner-library-toggle-icon {
  width: 16px;
  height: 16px;
  color: #2563eb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 12px;
  line-height: 1;
}

.planner-library-toggle-title {
  font-size: 13px;
  font-weight: 600;
  color: #1f2937;
  line-height: 1;
  flex-shrink: 0;
}

.planner-library-toggle-meta {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex-shrink: 1;
  min-width: 0;
  overflow: hidden;
  gap: 6px;
  color: #64748b;
  font-size: 11px;
  line-height: 1;
  margin-left: 4px;
}

.planner-library-toggle-meta span {
  border-radius: 9999px;
  border: 1px solid #e6edf7;
  background: #f8fafc;
  padding: 3px 7px;
  white-space: nowrap;
}

.planner-library-shell {
  display: block;
  align-items: start;
  height: calc(100% - 32px);
  min-height: 0;
  overflow: hidden;
  margin-top: 4px;
  opacity: 1;
  transform: translateY(0);
  transition: opacity .16s ease, transform .16s ease;
}

.planner-library-strip-collapsed .planner-library-shell {
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
}

.planner-library-side {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: stretch;
}

.planner-library-summary {
  max-width: 260px;
}

.planner-library-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0 2px 4px 0;
  min-width: 0;
  height: 100%;
  max-height: 100%;
  min-height: 0;
  align-content: start;
  scrollbar-width: none;
  overscroll-behavior: contain;
}

.planner-library-cards::-webkit-scrollbar {
  display: none;
}

.reserve-topic-card {
  min-height: 180px;
  max-height: 180px;
  overflow: hidden;
  position: relative;
  transition: border-color .15s ease, background .15s ease, transform .15s ease, box-shadow .15s ease;
  display: flex;
  flex-direction: column;
}

.library-topic-card {
  min-height: 160px;
  max-height: 160px;
}

.reserve-topic-content {
  display: flex;
  flex: 1;
  min-height: 0;
  flex-direction: column;
  overflow: hidden;
}

.reserve-topic-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  overflow: hidden;
}

.reserve-topic-card:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.reserve-topic-title-wrap {
  position: relative;
  min-height: 0;
}

.reserve-topic-title {
  word-break: break-word;
  padding-right: 24px;
}

.reserve-topic-opinion {
  min-height: 44px;
  max-height: 44px;
  resize: none;
  padding-top: 8px;
  padding-bottom: 8px;
  flex: 1;
  scrollbar-width: none;
  text-align: center;
}

.reserve-topic-opinion::-webkit-scrollbar {
  display: none;
}

.reserve-topic-opinion::-moz-placeholder {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}

.reserve-topic-opinion::placeholder {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}

.script-topic-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  position: absolute;
  top: 14px;
  right: 4px;
}

.script-topic-type-badge {
  transform: scale(0.92);
  transform-origin: top center;
}

.reserve-topic-opinion-row {
  display: flex;
  align-items: stretch;
  gap: 8px;
}

.reserve-topic-type-badge {
  flex: 0 0 auto;
  align-self: center;
  white-space: nowrap;
}

.reserve-topic-core {
  flex: 1;
  height: 100%;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  white-space: normal;
  word-break: break-word;
  scrollbar-width: none;
}

.reserve-topic-core::-webkit-scrollbar {
  display: none;
}

.reserve-topic-opinion-block {
  flex-shrink: 0;
}

.reserve-topic-opinion-label {
  line-height: 1.2;
}

.reserve-topic-opinion-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.reserve-topic-action-btn {
  flex: 1;
  min-height: 34px;
  border-radius: 9999px;
  border: 1px solid #cfe0ff;
  background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
  color: #2563eb;
  font-size: 12px;
  font-weight: 600;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}

.reserve-topic-action-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(37, 99, 235, 0.12);
}

.reserve-topic-action-btn-secondary {
  background: #fff;
  border-color: #d7deea;
  color: #64748b;
}

.topic-claim-modal {
  width: min(760px, calc(100vw - 48px));
  max-height: calc(100vh - 72px);
  overflow: auto;
}

.script-topic-card {
  min-height: 180px;
  max-height: 180px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}

.script-topic-content {
  display: flex;
  flex: 1;
  min-height: 0;
  flex-direction: column;
  overflow: hidden;
}

.script-topic-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  overflow: hidden;
}

.script-topic-title {
  padding-right: 52px;
  word-break: break-word;
}

.script-topic-core {
  flex: 1;
  height: 100%;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 52px;
  scrollbar-width: none;
  word-break: break-word;
}

.script-topic-core::-webkit-scrollbar {
  display: none;
}

.script-topic-action-btn {
  width: 28px;
  height: 28px;
  min-width: 28px;
  min-height: 28px;
  font-size: 18px;
}

.script-topic-action-btn-primary,
.script-topic-action-btn-selected,
.script-topic-action-btn-ghost {
  box-shadow: none;
}

.script-topic-action-btn-primary {
  background: linear-gradient(135deg, #1d4ed8 0%, #2563eb 45%, #3b82f6 100%);
  border-color: #1d4ed8;
  color: #fff;
  box-shadow: 0 10px 22px rgba(37, 99, 235, 0.28);
}

.script-topic-action-btn-primary:hover {
  background: linear-gradient(135deg, #1e40af 0%, #2563eb 50%, #60a5fa 100%);
}

.custom-topic-card {
  min-height: 104px;
  height: 100%;
  overflow: hidden;
}

.custom-topic-card-open {
  padding: 12px;
}

.custom-topic-trigger {
  width: 100%;
  height: 100%;
  min-height: 104px;
  border: none;
  background: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.custom-topic-plus {
  width: 42px;
  height: 42px;
  border-radius: 9999px;
  border: 1px solid #cfe0ff;
  background: #fff;
  color: #2563eb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.custom-topic-label {
  font-size: 13px;
  color: #64748b;
}

.topic-variants-modal-mask {
  position: fixed;
  inset: 0;
  z-index: 50;
  background: rgba(15, 23, 42, 0.24);
  display: flex;
  align-items: center;
  justify-content: center;
}

.topic-variants-modal {
  width: min(1080px, calc(100vw - 48px));
  max-height: calc(100vh - 72px);
  overflow: auto;
}

.planner-start-script-btn {
  width: 100%;
  min-height: 72px;
  border-radius: 20px;
  border: 1px solid #cfe0ff;
  background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
  color: #2563eb;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
  box-shadow: 0 8px 24px rgba(37, 99, 235, 0.12);
}

.planner-start-script-btn:hover {
  transform: translateY(-1px);
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
}

.planner-start-script-icon {
  width: 34px;
  height: 34px;
  border-radius: 9999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 1px solid #bfdbfe;
  font-size: 19px;
  line-height: 1;
}

.planner-start-script-text {
  font-size: 12px;
  color: #64748b;
}

.planner-start-script-btn-inline {
  width: auto;
  min-height: 40px;
  flex-direction: row;
  gap: 8px;
  border-radius: 14px;
  padding: 0 14px;
  white-space: nowrap;
}

.planner-start-script-btn-inline .planner-start-script-icon {
  width: 26px;
  height: 26px;
  font-size: 15px;
}

.planner-start-script-btn-inline .planner-start-script-text {
  color: #2563eb;
  font-weight: 700;
}

.planner-script-workbench {
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
  height: 100%;
}

.planner-script-stack {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 0;
  height: 100%;
}

.planner-script-stack-single {
  display: flex;
}

.planner-script-library {
  min-height: 0;
  overflow: hidden;
  flex: 0 0 222px;
  max-height: 222px;
  position: relative;
  display: flex;
  flex-direction: column;
  transition: flex-basis .2s ease, max-height .2s ease;
}

.planner-script-library:has(.planner-library-strip-collapsed) {
  flex-basis: 38px;
  max-height: 38px;
}

.script-topic-action-btn {
  width: 34px;
  height: 34px;
  border-radius: 9999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  font-size: 18px;
  line-height: 1;
  transition: transform .15s ease, background .15s ease, box-shadow .15s ease, border-color .15s ease;
}

.script-topic-action-btn:hover {
  transform: translateY(-1px);
}

.script-topic-action-btn-primary {
  background: linear-gradient(135deg, #1d4ed8 0%, #2563eb 50%, #3b82f6 100%);
  border-color: #1d4ed8;
  color: #ffffff;
  box-shadow: 0 10px 24px rgba(37, 99, 235, 0.28);
}

.script-topic-action-btn-primary:hover {
  background: linear-gradient(135deg, #1e40af 0%, #2563eb 50%, #60a5fa 100%);
}

.script-topic-action-btn-selected {
  background: #dbeafe;
  border-color: #93c5fd;
  color: #2563eb;
}

.script-topic-action-btn-ghost {
  background: #fff;
  border-color: #dbe3f0;
  color: #64748b;
}

.script-topic-action-btn-ghost:hover {
  background: #f8fafc;
}

.planner-script-grid {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 14px;
  height: 100%;
  min-height: 0;
  align-items: stretch;
}

.planner-script-grid-config-collapsed {
  grid-template-columns: 64px minmax(0, 1fr);
}

.planner-script-preview {
  min-height: 0;
  overflow: auto;
  height: 100%;
}

.planner-script-config {
  min-height: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: padding .16s ease;
  overflow: hidden;
}

.planner-script-config-top {
  flex: 0 0 auto;
}

.planner-script-config-body {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  margin-right: -8px;
  padding-right: 8px;
}

.planner-script-config-footer {
  flex: 0 0 auto;
  border-top: 1px solid #e5ebf7;
  padding-top: 12px;
  background: inherit;
}

.planner-script-config-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.rec-category-bar {
  display: flex;
  align-items: center;
  gap: 8px;
}

.rec-category-tabs {
  display: flex;
  gap: 4px;
  padding: 3px;
  background: #f1f5fb;
  border: 1px solid #e1e8f5;
  border-radius: 12px;
  flex: 1 1 auto;
  flex-wrap: nowrap;
  overflow-x: auto;
}

.rec-category-tab {
  flex: 1 1 0;
  min-width: 44px;
  padding: 6px 8px;
  border-radius: 9px;
  font-size: 13px;
  font-weight: 600;
  color: #64748b;
  text-align: center;
  white-space: nowrap;
  transition: background .15s ease, color .15s ease, box-shadow .15s ease;
}

.rec-category-tab:hover {
  background: #ffffff;
  color: #1f2937;
}

.rec-category-tab.active {
  background: #ffffff;
  color: #2563eb;
  box-shadow: 0 4px 10px rgba(37, 99, 235, 0.12);
}

.rec-card-main {
  display: block;
  width: 100%;
  text-align: left;
}

.rec-card-toggle {
  display: inline-flex;
  align-items: center;
  margin-top: 8px;
  font-size: 11px;
  font-weight: 500;
  color: #2563eb;
  line-height: 1;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.rec-card-toggle:hover {
  color: #1d4ed8;
  text-decoration: underline;
}

.rec-card-details {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dashed #e5ebf7;
}

/* ================================ Sidebar mascot + agent thinking bubble ================================ */
.mascot-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 4px;
}

.mascot-row-collapsed {
  flex-direction: column;
  gap: 2px;
}

.mascot-circle {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ffffff 0%, #eef4ff 100%);
  border: 2px solid #ffffff;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.18), 0 2px 4px rgba(15, 23, 42, 0.06), inset 0 0 0 1px #dce6f5;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.mascot-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 22%;
     object-position: center 22%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transform: scale(1.1);
}

.mascot-name {
  display: flex;
  flex-direction: column;
  gap: 3px;
  line-height: 1.2;
  min-width: 0;
}

.mascot-name-tag {
  font-size: 11px;
  letter-spacing: 0.22em;
  color: #94a3b8;
  font-weight: 600;
}

.mascot-name-main {
  font-size: 16px;
  font-weight: 800;
  color: #1f2937;
  letter-spacing: 0.06em;
}

.agent-thinking-anchor {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-height: 0;
  width: 100%;
}

.agent-thinking-card {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 100%;
  animation: agent-thinking-fade-in .22s ease-out;
}

@keyframes agent-thinking-fade-in {
  from { opacity: 0; transform: translateY(4px); }
  to { opacity: 1; transform: translateY(0); }
}

.agent-thinking-pill {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 8px 10px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(239, 246, 255, 0.95) 0%, rgba(255, 255, 255, 0.95) 60%);
  border: 1px solid #d6e3f5;
  box-shadow: 0 8px 18px rgba(37, 99, 235, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.6);
  text-align: left;
  cursor: pointer;
  transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
  position: relative;
}

.agent-thinking-pill:hover:not(:disabled) {
  border-color: #b9cdf2;
  box-shadow: 0 10px 22px rgba(37, 99, 235, 0.14);
  transform: translateY(-1px);
}

.agent-thinking-pill:disabled {
  cursor: default;
}

.agent-thinking-pulse {
  position: relative;
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.agent-thinking-pulse-core {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #5b8cff 0%, #2563eb 100%);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.18);
  position: relative;
  z-index: 2;
}

.agent-thinking-pulse-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: rgba(37, 99, 235, 0.45);
  animation: agent-thinking-pulse-ring 1.4s ease-out infinite;
  z-index: 1;
}

@keyframes agent-thinking-pulse-ring {
  0% { transform: scale(0.6); opacity: 0.7; }
  100% { transform: scale(1.7); opacity: 0; }
}

.agent-thinking-pill-body {
  display: flex;
  flex-direction: column;
  min-width: 0;
  flex: 1 1 auto;
  gap: 1px;
}

.agent-thinking-pill-meta {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 10px;
  letter-spacing: 0.06em;
  font-weight: 600;
  color: #6b7c93;
  text-transform: uppercase;
}

.agent-thinking-pill-label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.agent-thinking-pill-count {
  font-size: 10px;
  color: #94a3b8;
  font-weight: 600;
  flex-shrink: 0;
}

.agent-thinking-pill-text {
  font-size: 12px;
  color: #1f2937;
  font-weight: 500;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.agent-thinking-chev {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #2563eb;
  background: rgba(37, 99, 235, 0.08);
  border-radius: 9999px;
  width: 18px;
  height: 18px;
  transition: transform .2s ease, background .15s ease;
}

.agent-thinking-pill:hover .agent-thinking-chev {
  background: rgba(37, 99, 235, 0.14);
}

.agent-thinking-chev.is-up {
  transform: rotate(180deg);
}

.agent-thinking-timeline {
  background: #ffffff;
  border: 1px solid #e5ebf7;
  border-radius: 14px;
  padding: 10px 10px 8px;
  box-shadow: 0 6px 14px rgba(15, 23, 42, 0.06);
  animation: agent-thinking-fade-in .2s ease-out;
}

.agent-thinking-timeline-header {
  font-size: 10px;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #64748b;
  text-transform: uppercase;
  padding: 0 2px 8px;
  border-bottom: 1px dashed #e5ebf7;
  margin-bottom: 8px;
}

.agent-thinking-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-height: 220px;
  overflow-y: auto;
  scrollbar-width: thin;
}

.agent-thinking-step {
  position: relative;
  display: flex;
  gap: 10px;
  padding-left: 4px;
}

.agent-thinking-step::before {
  content: '';
  position: absolute;
  left: 9px;
  top: 14px;
  bottom: -8px;
  width: 1px;
  background: #e5ebf7;
}

.agent-thinking-step:last-child::before {
  display: none;
}

.agent-thinking-step-marker {
  position: relative;
  width: 11px;
  height: 11px;
  margin-top: 4px;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid #cbd5e1;
  flex-shrink: 0;
  z-index: 1;
}

.agent-thinking-step.is-current .agent-thinking-step-marker {
  border-color: #2563eb;
  background: linear-gradient(135deg, #5b8cff 0%, #2563eb 100%);
}

.agent-thinking-step-marker-pulse {
  position: absolute;
  inset: -3px;
  border-radius: 50%;
  background: rgba(37, 99, 235, 0.35);
  animation: agent-thinking-pulse-ring 1.4s ease-out infinite;
  z-index: -1;
}

.agent-thinking-step-body {
  flex: 1 1 auto;
  min-width: 0;
}

.agent-thinking-step-label {
  font-size: 12px;
  color: #1f2937;
  font-weight: 500;
  line-height: 1.4;
}

.agent-thinking-step.is-current .agent-thinking-step-label {
  color: #1d4ed8;
  font-weight: 600;
}

.agent-thinking-step-detail {
  margin-top: 3px;
  font-size: 11px;
  color: #64748b;
  line-height: 1.5;
  white-space: pre-wrap;
  word-break: break-word;
}

/* ================================ Daily tip card ================================ */
.daily-tip-card {
  position: relative;
  border-radius: 14px;
  padding: 9px 10px 11px;
  background: linear-gradient(135deg, #fff8eb 0%, #fff3d6 60%, #ffe2a4 100%);
  border: 1px solid #f5d990;
  box-shadow: 0 6px 14px rgba(218, 156, 27, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.5);
  overflow: hidden;
}

.daily-tip-card::before {
  content: '';
  position: absolute;
  top: -20px;
  right: -16px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 220, 120, 0.5) 0%, rgba(255, 220, 120, 0) 70%);
  pointer-events: none;
}

.daily-tip-head {
  display: flex;
  align-items: center;
  gap: 5px;
  position: relative;
  z-index: 1;
}

.daily-tip-icon {
  font-size: 13px;
  line-height: 1;
}

.daily-tip-title {
  font-size: 11px;
  font-weight: 700;
  color: #92580d;
  letter-spacing: 0.06em;
  flex-shrink: 0;
}

.daily-tip-tag {
  font-size: 10px;
  color: #b27a16;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 9999px;
  padding: 2px 7px;
  margin-left: 2px;
  flex-shrink: 0;
}

.daily-tip-shuffle {
  margin-left: auto;
  width: 22px;
  height: 22px;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.7);
  color: #b27a16;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  border: none;
  cursor: pointer;
  transition: background .15s ease, color .15s ease, transform .25s ease;
  flex-shrink: 0;
}

.daily-tip-shuffle:hover {
  background: #ffffff;
  color: #92580d;
  transform: rotate(120deg);
}

.daily-tip-body {
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.55;
  color: #5a3d0c;
  font-weight: 500;
  position: relative;
  z-index: 1;
}

.planner-script-config-toggle {
  width: 30px;
  height: 30px;
  border-radius: 9999px;
  border: 1px solid #dbe6f5;
  background: #ffffff;
  color: #2563eb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 8px 18px rgba(37, 99, 235, 0.08);
}

.planner-script-config-toggle:hover {
  border-color: #bfdbfe;
  background: #eff6ff;
}

.planner-script-config-collapsed {
  padding: 12px !important;
  overflow: hidden;
  gap: 0;
}

.planner-script-config-collapsed .planner-script-config-body,
.planner-script-config-collapsed .planner-script-config-footer {
  display: none;
}

.planner-script-config-collapsed .planner-script-config-top {
  flex: 1 1 auto;
  height: 100%;
}

.planner-script-config-collapsed .planner-script-config-top > :not(.planner-script-config-header) {
  display: none;
}

.planner-script-config-collapsed .planner-script-config-header {
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
}

.planner-script-config-collapsed .section-kicker {
  writing-mode: vertical-rl;
  letter-spacing: 0;
  line-height: 1.2;
}

@media (max-width: 1600px) {
  .planner-section-row {
    gap: 16px;
  }

  .planner-library-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.script-editor-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(200px, 220px);
  gap: 12px;
  height: 100%;
  min-height: 0;
}

.planner-script-preview {
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
}

.rewrite-config-panel {
  padding: 18px;
}

.rewrite-reference-textarea {
  min-height: 168px;
  max-height: 240px;
}

.selected-reference-card {
  flex-shrink: 0;
}

.selected-reference-body {
  max-height: 190px;
}

.rewrite-workbench {
  display: flex;
  flex-direction: column;
  gap: 12px;
  overflow: hidden;
}

.rewrite-workbench-header {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 2px;
}

.rewrite-workbench-hint {
  max-width: 280px;
  text-align: right;
  font-size: 12px;
  line-height: 1.5;
  color: #64748b;
}

.rewrite-workbench-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 280px);
  gap: 12px;
  min-height: 0;
  flex: 1 1 auto;
  overflow: hidden;
}

.rewrite-editor-panel {
  height: 100%;
  overflow: hidden;
}

.rewrite-editor-stack {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 0;
  height: 100%;
}

.rewrite-result-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 14px;
  flex: 0 0 auto;
}

.rewrite-result-title {
  margin-top: 6px;
  max-width: 760px;
  color: #1f2937;
  font-size: 19px;
  line-height: 1.45;
  font-weight: 700;
  word-break: break-word;
}

.rewrite-result-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.inline-diff-editor {
  display: flex;
  min-height: 0;
  flex-direction: column;
  background: #ffffff;
}

.inline-diff-body {
  flex: 1 1 auto;
  min-height: 480px;
  height: 100%;
}

.rewrite-editor-stack .inline-diff-editor {
  flex: 1 1 auto;
}

.rewrite-editor-stack .inline-diff-body {
  min-height: 0;
}

.rewrite-editor-stack [class*="diff"] {
  min-height: 0;
}

.rewrite-side-rail {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 0;
  overflow: hidden;
}

.rewrite-action-panel {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  overflow: hidden;
}

.rewrite-instruction-textarea {
  min-height: 104px;
  max-height: 150px;
  flex: 0 0 auto;
}

.revision-chat-panel {
  display: flex;
  flex-direction: column;
  min-height: 0;
  overflow: hidden;
}

.revision-chat-thread {
  flex: 1 1 auto;
  min-height: 120px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border: 1px solid #e6edf7;
  border-radius: 16px;
  background: #f8fafc;
  padding: 12px;
}

.revision-chat-empty {
  margin: auto;
  max-width: 220px;
  text-align: center;
  color: #94a3b8;
  font-size: 12px;
  line-height: 1.7;
}

.revision-chat-bubble {
  max-width: 88%;
  white-space: pre-wrap;
  word-break: break-word;
  border-radius: 16px;
  padding: 10px 12px;
  font-size: 13px;
  line-height: 1.7;
}

.revision-chat-bubble-user {
  align-self: flex-end;
  border-bottom-right-radius: 6px;
  background: #2563eb;
  color: #ffffff;
  box-shadow: 0 8px 18px rgba(37, 99, 235, 0.18);
}

.rewrite-analysis-panel {
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.rewrite-analysis-list {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 0;
  overflow-y: auto;
  padding-right: 2px;
}

.rewrite-analysis-item {
  border-radius: 14px;
  border: 1px solid #e3ebf6;
  background: #f8fafc;
  padding: 10px 12px;
}

.rewrite-analysis-title {
  color: #475467;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
}

.rewrite-analysis-body {
  margin-top: 6px;
  color: #64748b;
  font-size: 13px;
  line-height: 1.65;
}

.rewrite-compliance-panel {
  flex: 0 0 auto;
  max-height: 38%;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.recommendation-refresh-btn {
  width: 30px;
  height: 30px;
  border: 1px solid #dbe6f5;
  border-radius: 9999px;
  background: #ffffff;
  color: #2563eb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 16px;
  line-height: 1;
  transition: transform .15s ease, border-color .15s ease, background .15s ease;
}

.recommendation-refresh-btn:hover {
  transform: rotate(18deg);
  border-color: #bfdbfe;
  background: #eff6ff;
}

.recommendation-empty-card {
  position: relative;
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed #dbe6f5;
  border-radius: 16px;
  background: #f8fafc;
  padding: 32px;
}

.recommendation-empty-card .recommendation-refresh-btn {
  position: absolute;
  top: 14px;
  right: 14px;
}

.compliance-review-workspace {
  min-height: 0;
  height: 100%;
  overflow: hidden;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.compliance-review-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border: 1px solid #e3ebf6;
  border-radius: 16px;
  background: #ffffff;
  padding: 16px 18px;
}

.compliance-review-title-group {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 12px;
}

.compliance-review-icon {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: #eef4ff;
  color: #2563eb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 22px;
  line-height: 1;
}

.compliance-review-title,
.compliance-review-subtitle {
  display: block;
}

.compliance-review-title {
  color: #1f2937;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.35;
}

.compliance-review-subtitle {
  margin-top: 2px;
  color: #64748b;
  font-size: 12px;
  line-height: 1.5;
}

.compliance-review-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.compliance-stat-row {
  flex: 0 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.compliance-stat-card {
  min-height: 88px;
  border: 1px solid #e3ebf6;
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.compliance-stat-card.compliance-status-pass {
  border-color: #bbf7d0;
  background: #ecfdf3;
}

.compliance-stat-card.compliance-status-optimize {
  border-color: #fde68a;
  background: #fffbeb;
}

.compliance-stat-card.compliance-status-modify {
  border-color: #fecaca;
  background: #fef2f2;
}

.compliance-stat-number {
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
}

.compliance-status-pass .compliance-stat-number {
  color: #059669;
}

.compliance-status-optimize .compliance-stat-number {
  color: #d97706;
}

.compliance-status-modify .compliance-stat-number {
  color: #dc2626;
}

.compliance-stat-label {
  margin-top: 8px;
  color: #64748b;
  font-size: 12px;
  font-weight: 700;
}

.compliance-dimension-grid {
  flex: 1 1 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  min-height: 0;
  overflow: hidden;
}

.compliance-dimension-panel {
  min-height: 0;
  border: 1px solid #e3ebf6;
  border-radius: 14px;
  background: #ffffff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.compliance-dimension-legal .compliance-dimension-header {
  background: #eff6ff;
}

.compliance-dimension-promotion .compliance-dimension-header {
  background: #fffbeb;
}

.compliance-dimension-header {
  flex: 0 0 auto;
  border-bottom: 1px solid #e3ebf6;
  padding: 14px 16px;
}

.compliance-dimension-title {
  color: #1f2937;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.4;
}

.compliance-dimension-desc {
  margin-top: 2px;
  color: #64748b;
  font-size: 12px;
  line-height: 1.5;
}

.compliance-check-list {
  min-height: 0;
  flex: 1 1 auto;
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
}

.compliance-check-item {
  border-bottom: 1px solid #edf2fb;
  background: #ffffff;
}

.compliance-check-item:last-child {
  border-bottom: 0;
}

.compliance-check-item summary {
  min-height: 58px;
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 16px;
}

.compliance-check-item summary::-webkit-details-marker {
  display: none;
}

.compliance-check-main {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 10px;
}

.compliance-check-icon {
  width: 18px;
  height: 18px;
  border-radius: 9999px;
  border: 1.5px solid currentColor;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.compliance-status-pass .compliance-check-icon {
  color: #10b981;
}

.compliance-status-optimize .compliance-check-icon {
  color: #f59e0b;
}

.compliance-status-modify .compliance-check-icon {
  color: #ef4444;
}

.compliance-check-title {
  min-width: 0;
  color: #1f2937;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
}

.compliance-check-badge {
  border-radius: 9999px;
  padding: 4px 8px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.compliance-check-badge.compliance-status-pass {
  background: #dcfce7;
  color: #059669;
}

.compliance-check-badge.compliance-status-optimize {
  background: #fef3c7;
  color: #d97706;
}

.compliance-check-badge.compliance-status-modify {
  background: #fee2e2;
  color: #dc2626;
}

.compliance-check-chevron {
  color: #94a3b8;
  font-size: 16px;
  line-height: 1;
}

.compliance-check-detail {
  border-top: 1px solid #edf2fb;
  background: #f8fafc;
  padding: 12px 16px 16px 44px;
  color: #64748b;
  font-size: 12px;
  line-height: 1.7;
}

.compliance-check-detail span,
.compliance-suggestion-box span {
  color: #475467;
  font-weight: 700;
}

.compliance-suggestion-box {
  margin-top: 10px;
  border: 1px solid #e3ebf6;
  border-radius: 10px;
  background: #ffffff;
  padding: 10px 12px;
}

.compliance-suggestion-box p {
  margin-top: 4px;
}

.compliance-empty-check {
  padding: 18px;
  color: #94a3b8;
  font-size: 13px;
}

.compliance-script-selector {
  flex: 0 0 auto;
  min-height: 64px;
  border: 1px solid #e3ebf6;
  border-radius: 14px;
  background: #ffffff;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 16px;
  text-align: left;
  transition: border-color .15s ease, background .15s ease, box-shadow .15s ease;
}

.compliance-script-selector:hover {
  border-color: #bfdbfe;
  background: #f8fbff;
  box-shadow: 0 8px 22px rgba(37, 99, 235, 0.08);
}

.compliance-script-selector-label {
  flex-shrink: 0;
  color: #475467;
  font-size: 13px;
  font-weight: 800;
}

.compliance-script-selector-title {
  min-width: 0;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 9999px;
  background: #f1f5f9;
  color: #64748b;
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 700;
}

.compliance-script-selector-action {
  flex-shrink: 0;
  color: #2563eb;
  font-size: 13px;
  font-weight: 800;
}

.compliance-source-modal {
  width: min(820px, calc(100vw - 48px));
  max-height: min(760px, calc(100vh - 64px));
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 0;
}

.compliance-source-modal-header {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid #edf2fb;
  padding: 20px 22px;
}

.compliance-source-modal-header .topic-remove-btn {
  opacity: 1;
  pointer-events: auto;
  transform: none;
}

.compliance-source-modal-body {
  min-height: 0;
  overflow: auto;
  padding: 18px 22px 22px;
}

.compliance-source-group + .compliance-source-group {
  margin-top: 18px;
}

.compliance-source-group-title {
  margin-bottom: 10px;
  color: #475467;
  font-size: 13px;
  font-weight: 800;
}

.compliance-source-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.compliance-source-row {
  border: 1px solid #e3ebf6;
  border-radius: 14px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 16px;
  text-align: left;
  transition: border-color .15s ease, background .15s ease, box-shadow .15s ease;
}

.compliance-source-row:hover {
  border-color: #bfdbfe;
  background: #f8fbff;
}

.compliance-source-row.active {
  border-color: #bfdbfe;
  background: #eff6ff;
  box-shadow: inset 0 0 0 1px #bfdbfe;
}

.compliance-source-row-main {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.compliance-source-row-title,
.compliance-source-row-preview {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.compliance-source-row-title {
  color: #1f2937;
  font-size: 14px;
  font-weight: 800;
}

.compliance-source-row-preview {
  color: #475467;
  font-size: 12px;
  line-height: 1.5;
}

.compliance-source-row-meta {
  flex-shrink: 0;
  border-radius: 9999px;
  background: #f1f5f9;
  color: #64748b;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 700;
}

.compliance-source-empty-state {
  border: 1px dashed #dbe6f5;
  border-radius: 14px;
  background: #f8fafc;
  padding: 18px;
  color: #94a3b8;
  font-size: 13px;
  text-align: center;
}

.planner-review-split {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 16px;
  min-height: 0;
  height: calc(100% - 32px);
}

.planner-review-script,
.planner-review-panel {
  min-height: 0;
  overflow: auto;
}

.planner-review-panel.revision-chat-panel {
  overflow: hidden;
  padding: 12px !important;
  border-radius: 14px;
}

.planner-review-script-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: 100%;
  min-height: 0;
}

.planner-review-script-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eef2f8;
}

.planner-review-script-title-block {
  display: flex;
  align-items: baseline;
  gap: 10px;
  min-width: 0;
  flex: 1 1 auto;
}

.planner-review-script-title {
  font-size: 16px;
  font-weight: 700;
  color: #1f2937;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
}

.planner-review-script-meta {
  font-size: 12px;
  color: #64748b;
  font-weight: 500;
  flex-shrink: 0;
}

.planner-review-script-meta + .planner-review-script-meta {
  border-left: 1px solid #dce3f1;
  padding-left: 10px;
}

.planner-review-script-cta {
  flex-shrink: 0;
  padding: 6px 12px;
  font-size: 12px;
}

.topic-remove-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  width: 28px;
  height: 28px;
  border-radius: 9999px;
  border: 1px solid #d7deea;
  background: #ffffff;
  color: #64748b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-2px);
  transition: opacity .15s ease, transform .15s ease, background .15s ease, color .15s ease, border-color .15s ease;
  flex-shrink: 0;
}

.reserve-topic-card:hover .topic-remove-btn,
.reserve-topic-card:focus-within .topic-remove-btn {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.topic-remove-btn:hover {
  background: #fef2f2;
  color: #dc2626;
  border-color: #fecaca;
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.role-avatar {
  position: relative;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
  overflow: hidden;
  flex-shrink: 0;
}

.role-avatar-cyan {
  background: linear-gradient(180deg, #e7fbff 0%, #d6f4fb 100%);
}

.role-avatar-purple {
  background: linear-gradient(180deg, #efe8ff 0%, #e4dbff 100%);
}

.role-avatar-amber {
  background: linear-gradient(180deg, #fff2dc 0%, #fde8c5 100%);
}

.avatar-head,
.avatar-body,
.avatar-hair,
.avatar-headset,
.avatar-mic,
.avatar-clip,
.avatar-collar,
.avatar-tie {
  position: absolute;
}

.avatar-head {
  left: 50%;
  top: 8px;
  width: 16px;
  height: 16px;
  margin-left: -8px;
  border-radius: 999px;
  background: #ffe7cc;
  box-shadow: inset 0 -1px 0 rgba(15, 23, 42, 0.08);
}

.avatar-body {
  left: 50%;
  bottom: 4px;
  width: 24px;
  height: 18px;
  margin-left: -12px;
  border-radius: 14px 14px 10px 10px;
  background: #ffffff;
}

.avatar-consultant .avatar-body {
  background: linear-gradient(180deg, #7dd7e8 0%, #4eb9d0 100%);
}

.avatar-creator .avatar-body {
  background: linear-gradient(180deg, #9a7ef5 0%, #7b61df 100%);
}

.avatar-sales .avatar-body {
  background: linear-gradient(180deg, #ffcc87 0%, #f3a536 100%);
}

.avatar-headset {
  left: 8px;
  top: 11px;
  width: 28px;
  height: 14px;
  border: 2px solid #2d5c73;
  border-bottom: 0;
  border-radius: 999px 999px 0 0;
}

.avatar-mic {
  right: 8px;
  top: 20px;
  width: 10px;
  height: 2px;
  background: #2d5c73;
  transform: rotate(18deg);
  transform-origin: right center;
}

.avatar-hair {
  left: 50%;
  top: 5px;
  width: 20px;
  height: 12px;
  margin-left: -10px;
  border-radius: 10px 10px 6px 6px;
  background: #4f2ca4;
}

.avatar-clip {
  right: 10px;
  top: 16px;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #f8bfd5;
}

.avatar-collar {
  left: 50%;
  bottom: 15px;
  width: 18px;
  height: 9px;
  margin-left: -9px;
  border-radius: 0 0 9px 9px;
  background: #fff8ef;
}

.avatar-tie {
  left: 50%;
  bottom: 8px;
  width: 8px;
  height: 12px;
  margin-left: -4px;
  clip-path: polygon(50% 0, 100% 24%, 72% 100%, 28% 100%, 0 24%);
  background: #bf4a2b;
}

.placeholder\:text-muted::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(var(--brand-muted) / var(--tw-text-opacity, 1));
}

.placeholder\:text-muted::placeholder {
  --tw-text-opacity: 1;
  color: rgb(var(--brand-muted) / var(--tw-text-opacity, 1));
}

.placeholder\:text-slate-400::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}

.placeholder\:text-slate-400::placeholder {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}

.last\:border-0:last-child {
  border-width: 0px;
}

.last\:border-r-0:last-child {
  border-right-width: 0px;
}

.last\:pr-0:last-child {
  padding-right: 0px;
}

.hover\:-translate-y-0\.5:hover {
  --tw-translate-y: -0.125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:-translate-y-\[1px\]:hover {
  --tw-translate-y: -1px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:border-\[\#e5ebf7\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(229 235 247 / var(--tw-border-opacity, 1));
}

.hover\:border-blue-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}

.hover\:border-primary\/40:hover {
  border-color: rgb(var(--brand-primary) / 0.4);
}

.hover\:border-slate-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
}

.hover\:bg-\[\#f5f8ff\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 248 255 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#f7faff\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(247 250 255 / var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-50\/40:hover {
  background-color: rgb(239 246 255 / 0.4);
}

.hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

.hover\:bg-danger:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--brand-danger) / var(--tw-bg-opacity, 1));
}

.hover\:bg-green-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity, 1));
}

.hover\:bg-red-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}

.hover\:bg-red-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}

.hover\:bg-slate-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}

.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.hover\:text-blue-700:hover {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-600:hover {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(var(--brand-primary) / var(--tw-text-opacity, 1));
}

.hover\:text-red-600:hover {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.hover\:text-red-700:hover {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}

.hover\:text-text:hover {
  --tw-text-opacity: 1;
  color: rgb(var(--brand-text) / var(--tw-text-opacity, 1));
}

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

.hover\:shadow-panel:hover {
  --tw-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
  --tw-shadow-colored: 0 10px 30px 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\:shadow-soft:hover {
  --tw-shadow: 0 2px 10px rgba(15, 23, 42, 0.04);
  --tw-shadow-colored: 0 2px 10px 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\:shadow-panel:hover {
  --tw-shadow-color: rgb(var(--brand-panel) / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:border-blue-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
}

.focus\:border-primary:focus {
  --tw-border-opacity: 1;
  border-color: rgb(var(--brand-primary) / var(--tw-border-opacity, 1));
}

.focus\:bg-white:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.focus\:ring-4: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(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);
}

.focus\:ring-blue-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(219 234 254 / var(--tw-ring-opacity, 1));
}

.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}

.disabled\:opacity-50:disabled {
  opacity: 0.5;
}

.disabled\:opacity-70:disabled {
  opacity: 0.7;
}

.group:hover .group-hover\:flex {
  display: flex;
}

@media (min-width: 640px) {

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:gap-4 {
    gap: 1rem;
  }
}

@media (min-width: 768px) {

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:block {
    display: block;
  }

  .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-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .md\:grid-cols-\[140px_1fr_120px\] {
    grid-template-columns: 140px 1fr 120px;
  }

  .md\:grid-cols-\[232px_1fr\] {
    grid-template-columns: 232px 1fr;
  }
}

@media (min-width: 1024px) {

  .lg\:grid {
    display: grid;
  }

  .lg\:min-h-0 {
    min-height: 0px;
  }

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

  .lg\:grid-cols-\[250px_minmax\(0\2c 1fr\)\] {
    grid-template-columns: 250px minmax(0,1fr);
  }

  .lg\:flex-row {
    flex-direction: row;
  }
}

@media (min-width: 1280px) {

  .xl\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .xl\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .xl\:block {
    display: block;
  }

  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .xl\:grid-cols-\[1fr_232px\] {
    grid-template-columns: 1fr 232px;
  }

  .xl\:grid-cols-\[1fr_2fr\] {
    grid-template-columns: 1fr 2fr;
  }

  .xl\:gap-4 {
    gap: 1rem;
  }

  .xl\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xl\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:pb-4 {
    padding-bottom: 1rem;
  }

  .xl\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .xl\:pt-1\.5 {
    padding-top: 0.375rem;
  }

  .xl\:pt-3 {
    padding-top: 0.75rem;
  }
}

@media (min-width: 1536px) {

  .\32xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-\[225px_1fr\] {
    grid-template-columns: 225px 1fr;
  }
}

