/*!*****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[3]!./src/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.18 | 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;
}

[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
  text-align: inherit;
}

::-webkit-datetime-edit {
  display: inline-flex;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[multiple],[size]:where(select:not([size="1"])) {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
  border-radius: 0px;
}

[type='radio'] {
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {

  [type='checkbox']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {

  [type='radio']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (forced-colors: active)  {

  [type='checkbox']:indeterminate {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}
  :root {
    --background: 0 0% 100%;
    --foreground: 222.2 84% 4.9%;
    --border: 214.3 31.8% 91.4%;
  }

  * {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

  @media (prefers-color-scheme: dark) {

  * {
    --tw-border-opacity: 1;
    border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
  }
}

  body {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

  @media (prefers-color-scheme: dark) {

  body {
    --tw-bg-opacity: 1;
    background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(243 244 246 / var(--tw-text-opacity, 1));
  }
}
.prose {
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}
.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}
.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}
.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "`";
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: none;
}
.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: top;
}
.prose :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  text-align: start;
}
.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: rgb(17 24 39 / 10%);
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}
.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.right-0 {
  right: 0px;
}
.right-3 {
  right: 0.75rem;
}
.right-4 {
  right: 1rem;
}
.right-6 {
  right: 1.5rem;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-3 {
  top: 0.75rem;
}
.top-4 {
  top: 1rem;
}
.top-6 {
  top: 1.5rem;
}
.top-full {
  top: 100%;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-50 {
  z-index: 50;
}
.z-\[10\] {
  z-index: 10;
}
.z-\[30\] {
  z-index: 30;
}
.m-0 {
  margin: 0px;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-\[20px\] {
  margin-left: 20px;
}
.ml-auto {
  margin-left: auto;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.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;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-0 {
  height: 0px;
}
.h-1\.5 {
  height: 0.375rem;
}
.h-10 {
  height: 2.5rem;
}
.h-11 {
  height: 2.75rem;
}
.h-12 {
  height: 3rem;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-24 {
  height: 6rem;
}
.h-32 {
  height: 8rem;
}
.h-4 {
  height: 1rem;
}
.h-48 {
  height: 12rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-8 {
  height: 2rem;
}
.h-\[29px\] {
  height: 29px;
}
.h-\[572px\] {
  height: 572px;
}
.h-\[60px\] {
  height: 60px;
}
.h-\[71px\] {
  height: 71px;
}
.h-\[90vh\] {
  height: 90vh;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-px {
  height: 1px;
}
.h-screen {
  height: 100vh;
}
.max-h-0 {
  max-height: 0px;
}
.max-h-96 {
  max-height: 24rem;
}
.max-h-\[2000px\] {
  max-height: 2000px;
}
.max-h-\[300px\] {
  max-height: 300px;
}
.max-h-\[400px\] {
  max-height: 400px;
}
.max-h-\[90vh\] {
  max-height: 90vh;
}
.max-h-\[calc\(100vh-400px\)\] {
  max-height: calc(100vh - 400px);
}
.max-h-full {
  max-height: 100%;
}
.min-h-0 {
  min-height: 0px;
}
.min-h-\[400px\] {
  min-height: 400px;
}
.min-h-full {
  min-height: 100%;
}
.min-h-screen {
  min-height: 100vh;
}
.w-0 {
  width: 0px;
}
.w-1 {
  width: 0.25rem;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-10 {
  width: 2.5rem;
}
.w-12 {
  width: 3rem;
}
.w-16 {
  width: 4rem;
}
.w-2 {
  width: 0.5rem;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-24 {
  width: 6rem;
}
.w-3\/4 {
  width: 75%;
}
.w-4 {
  width: 1rem;
}
.w-48 {
  width: 12rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-8 {
  width: 2rem;
}
.w-96 {
  width: 24rem;
}
.w-\[239px\] {
  width: 239px;
}
.w-\[240px\] {
  width: 240px;
}
.w-\[280px\] {
  width: 280px;
}
.w-\[300px\] {
  width: 300px;
}
.w-\[301px\] {
  width: 301px;
}
.w-\[330px\] {
  width: 330px;
}
.w-\[376px\] {
  width: 376px;
}
.w-\[380px\] {
  width: 380px;
}
.w-\[640px\] {
  width: 640px;
}
.w-\[768px\] {
  width: 768px;
}
.w-auto {
  width: auto;
}
.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-\[150px\] {
  min-width: 150px;
}
.min-w-\[200px\] {
  min-width: 200px;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-\[240px\] {
  max-width: 240px;
}
.max-w-\[280px\] {
  max-width: 280px;
}
.max-w-\[500px\] {
  max-width: 500px;
}
.max-w-\[600px\] {
  max-width: 600px;
}
.max-w-\[768px\] {
  max-width: 768px;
}
.max-w-\[995px\] {
  max-width: 995px;
}
.max-w-full {
  max-width: 100%;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-none {
  max-width: none;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.border-collapse {
  border-collapse: collapse;
}
.-translate-y-1\/2 {
  --tw-translate-y: -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));
}
.-translate-y-2 {
  --tw-translate-y: -0.5rem;
  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));
}
.translate-x-0 {
  --tw-translate-x: 0px;
  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));
}
.translate-x-full {
  --tw-translate-x: 100%;
  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));
}
.translate-y-0 {
  --tw-translate-y: 0px;
  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));
}
.rotate-180 {
  --tw-rotate: 180deg;
  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 ping {

  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}
.animate-ping {
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}
@keyframes pulse {

  50% {
    opacity: .5;
  }
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.resize-none {
  resize: none;
}
.list-inside {
  list-style-position: inside;
}
.list-decimal {
  list-style-type: decimal;
}
.list-disc {
  list-style-type: disc;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-0 {
  gap: 0px;
}
.gap-0\.5 {
  gap: 0.125rem;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-7 {
  gap: 1.75rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-\[101px\] {
  gap: 101px;
}
.gap-\[60px\] {
  gap: 60px;
}
.space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-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-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-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));
}
.self-start {
  align-self: flex-start;
}
.self-center {
  align-self: center;
}
.self-stretch {
  align-self: stretch;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.scroll-smooth {
  scroll-behavior: smooth;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-normal {
  white-space: normal;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.break-words {
  overflow-wrap: break-word;
}
.break-all {
  word-break: break-all;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-tl-none {
  border-top-left-radius: 0px;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-l-4 {
  border-left-width: 4px;
}
.border-l-8 {
  border-left-width: 8px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-dashed {
  border-style: dashed;
}
.border-none {
  border-style: none;
}
.border-\[\#E5E5E5\] {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
}
.border-\[\#EEF5FC\] {
  --tw-border-opacity: 1;
  border-color: rgb(238 245 252 / 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-500 {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}
.border-blue-600 {
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-green-200 {
  --tw-border-opacity: 1;
  border-color: rgb(187 247 208 / var(--tw-border-opacity, 1));
}
.border-green-500 {
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / 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-500 {
  --tw-border-opacity: 1;
  border-color: rgb(14 165 233 / 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-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}
.border-slate-700 {
  --tw-border-opacity: 1;
  border-color: rgb(51 65 85 / var(--tw-border-opacity, 1));
}
.border-transparent {
  border-color: transparent;
}
.border-yellow-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
}
.border-yellow-500 {
  --tw-border-opacity: 1;
  border-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
}
.bg-\[\#EEF5FC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(238 245 252 / var(--tw-bg-opacity, 1));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.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-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / 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-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}
.bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
}
.bg-orange-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 237 / var(--tw-bg-opacity, 1));
}
.bg-primary-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 249 255 / var(--tw-bg-opacity, 1));
}
.bg-primary-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity, 1));
}
.bg-primary-500\/10 {
  background-color: rgb(14 165 233 / 0.1);
}
.bg-primary-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(2 132 199 / var(--tw-bg-opacity, 1));
}
.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}
.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/30 {
  background-color: rgb(255 255 255 / 0.3);
}
.bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
}
.bg-yellow-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity, 1));
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-none {
  background-image: none;
}
.from-primary-500 {
  --tw-gradient-from: #0ea5e9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 165 233 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-slate-900 {
  --tw-gradient-from: #0f172a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(15 23 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-primary-600 {
  --tw-gradient-to: #0284c7 var(--tw-gradient-to-position);
}
.to-slate-800 {
  --tw-gradient-to: #1e293b var(--tw-gradient-to-position);
}
.fill-current {
  fill: currentColor;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-0 {
  padding: 0px;
}
.p-1 {
  padding: 0.25rem;
}
.p-10 {
  padding: 2.5rem;
}
.p-12 {
  padding: 3rem;
}
.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;
}
.p-\[60px_40px\] {
  padding: 60px 40px;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.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\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pr-10 {
  padding-right: 2.5rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.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;
}
.font-primary {
  font-family: Noto Sans JP, sans-serif;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}
.text-\[14px\] {
  font-size: 14px;
}
.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-extrabold {
  font-weight: 800;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.italic {
  font-style: italic;
}
.leading-\[1\.4\] {
  line-height: 1.4;
}
.leading-\[120\%\] {
  line-height: 120%;
}
.leading-\[140\%\] {
  line-height: 140%;
}
.leading-\[160\%\] {
  line-height: 160%;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-\[-0\.02em\] {
  letter-spacing: -0.02em;
}
.tracking-\[0\.02em\] {
  letter-spacing: 0.02em;
}
.tracking-\[0\.04em\] {
  letter-spacing: 0.04em;
}
.tracking-normal {
  letter-spacing: 0em;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}
.text-blue-800 {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}
.text-blue-900 {
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity, 1));
}
.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / 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-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / 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-inherit {
  color: inherit;
}
.text-orange-500 {
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity, 1));
}
.text-orange-600 {
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity, 1));
}
.text-primary-600 {
  --tw-text-opacity: 1;
  color: rgb(2 132 199 / var(--tw-text-opacity, 1));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
.text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
.text-slate-900 {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity, 1));
}
.text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity, 1));
}
.text-yellow-700 {
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity, 1));
}
.text-yellow-800 {
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity, 1));
}
.text-yellow-900 {
  --tw-text-opacity: 1;
  color: rgb(113 63 18 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.no-underline {
  text-decoration-line: none;
}
.placeholder-gray-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(107 114 128 / var(--tw-placeholder-opacity, 1));
}
.placeholder-gray-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(107 114 128 / var(--tw-placeholder-opacity, 1));
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-70 {
  opacity: 0.7;
}
.opacity-75 {
  opacity: 0.75;
}
.opacity-80 {
  opacity: 0.8;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-2xl {
  --tw-shadow: 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-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px 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-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.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-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);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.ring-0 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.brightness-0 {
  --tw-brightness: brightness(0);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.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-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  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;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.animate-fade-in {
    animation: fadeIn 0.3s ease-in;
  }
@keyframes fadeIn {
    from {
      opacity: 0;
      transform: translateY(10px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
/* スピナーローディングアニメーション */
.spinner {
    width: 80px;
    height: 80px;
    border: 10px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    border-top-color: #0c2e5a;
    animation: spin 1.2s ease-in-out infinite;
  }
@keyframes spin {
    to {
      transform: rotate(360deg);
    }
  }
/* ドット点滅アニメーション（左から順番） - チャットのAI応答待ち用 */
.dots-loading {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 0;
  }
.dots-loading .dot {
    width: 12px;
    height: 12px;
    margin: 0 5px;
    background-color: #0C2E5A;
    border-radius: 50%;
    animation: dot-pulse 1.5s ease-in-out infinite;
  }
.dots-loading .dot:nth-child(1) {
    animation-delay: 0s;
  }
.dots-loading .dot:nth-child(2) {
    animation-delay: 0.2s;
  }
.dots-loading .dot:nth-child(3) {
    animation-delay: 0.4s;
  }
@keyframes dot-pulse {
    0%, 100% {
      transform: scale(0.7);
      opacity: 0.7;
    }
    50% {
      transform: scale(1);
      opacity: 1;
    }
  }
/* 旧アニメーション（互換性のため残す） */
.animate-dot-flashing {
    animation: dotFlashing 1.4s infinite linear;
  }
@keyframes dotFlashing {
    0%, 80%, 100% {
      opacity: 0.2;
      transform: scale(0.8);
    }
    40% {
      opacity: 1;
      transform: scale(1);
    }
  }
.animate-dot-flashing-delay-1 {
    animation: dotFlashing 1.4s infinite linear;
    animation-delay: 0.2s;
  }
.animate-dot-flashing-delay-2 {
    animation: dotFlashing 1.4s infinite linear;
    animation-delay: 0.4s;
  }

.placeholder\:text-gray-500::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.placeholder\:text-gray-500::placeholder {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}

.before\:bottom-0\.5::before {
  content: var(--tw-content);
  bottom: 0.125rem;
}

.before\:left-0\.5::before {
  content: var(--tw-content);
  left: 0.125rem;
}

.before\:h-5::before {
  content: var(--tw-content);
  height: 1.25rem;
}

.before\:w-5::before {
  content: var(--tw-content);
  width: 1.25rem;
}

.before\:rounded-full::before {
  content: var(--tw-content);
  border-radius: 9999px;
}

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

.before\:transition::before {
  content: var(--tw-content);
  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;
}

.before\:duration-200::before {
  content: var(--tw-content);
  transition-duration: 200ms;
}

.before\:content-\[\'\'\]::before {
  --tw-content: '';
  content: var(--tw-content);
}

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

.hover\:border-blue-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
}

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

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

.hover\:bg-blue-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

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

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(3 105 161 / var(--tw-bg-opacity, 1));
}

.hover\:bg-red-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / 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-blue-800:hover {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / 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-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / 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\:underline:hover {
  text-decoration-line: underline;
}

.hover\:opacity-100:hover {
  opacity: 1;
}

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

.hover\:opacity-80:hover {
  opacity: 0.8;
}

.hover\:opacity-90:hover {
  opacity: 0.9;
}

.hover\:shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px 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-md:hover {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow-none:focus {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

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

.focus\:ring-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}

.focus\:ring-gray-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(107 114 128 / var(--tw-ring-opacity, 1));
}

.focus\:ring-primary-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(14 165 233 / var(--tw-ring-opacity, 1));
}

.focus\:ring-red-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1));
}

.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}

.placeholder\:focus\:opacity-0:focus::-moz-placeholder {
  opacity: 0;
}

.placeholder\:focus\:opacity-0:focus::placeholder {
  opacity: 0;
}

.focus-visible\:shadow-none:focus-visible {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-visible\:ring-0:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.active\:scale-\[0\.98\]:active {
  --tw-scale-x: 0.98;
  --tw-scale-y: 0.98;
  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));
}

.active\:border-\[\#041326\]:active {
  --tw-border-opacity: 1;
  border-color: rgb(4 19 38 / var(--tw-border-opacity, 1));
}

.active\:bg-\[\#041326\]:active {
  --tw-bg-opacity: 1;
  background-color: rgb(4 19 38 / var(--tw-bg-opacity, 1));
}

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

.disabled\:text-gray-400:disabled {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.disabled\:no-underline:disabled {
  text-decoration-line: none;
}

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

@media (min-width: 640px) {

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

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

@media (min-width: 768px) {

  .md\:block {
    display: block;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1024px) {

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

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

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

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (prefers-color-scheme: dark) {

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

  .dark\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
  }

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

  .dark\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
  }

  .dark\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
  }

  .dark\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
  }

  .dark\:bg-primary-900\/20 {
    background-color: rgb(12 74 110 / 0.2);
  }

  .dark\:bg-red-900\/20 {
    background-color: rgb(127 29 29 / 0.2);
  }

  .dark\:bg-red-900\/30 {
    background-color: rgb(127 29 29 / 0.3);
  }

  .dark\:bg-yellow-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(113 63 18 / var(--tw-bg-opacity, 1));
  }

  .dark\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgb(209 213 219 / var(--tw-text-opacity, 1));
  }

  .dark\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity, 1));
  }

  .dark\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity, 1));
  }

  .dark\:text-primary-400 {
    --tw-text-opacity: 1;
    color: rgb(56 189 248 / var(--tw-text-opacity, 1));
  }

  .dark\:text-red-400 {
    --tw-text-opacity: 1;
    color: rgb(248 113 113 / var(--tw-text-opacity, 1));
  }

  .dark\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }

  .dark\:text-yellow-100 {
    --tw-text-opacity: 1;
    color: rgb(254 249 195 / var(--tw-text-opacity, 1));
  }

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

  .dark\:hover\:bg-gray-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
  }

  .dark\:hover\:text-gray-300:hover {
    --tw-text-opacity: 1;
    color: rgb(209 213 219 / var(--tw-text-opacity, 1));
  }
}

/*!***************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[3]!./src/app/style.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************/
/* ========================================
   1. CSS変数定義
   ======================================== */

   :root {
    /* Primary Colors */
    --color-primary: #ffffff; /* プライマリー（自由） */
    --color-sokuraku-blue: #072e5a; /* ソクラグ青 */
    --color-white: #ffffff; /* 白 */
    --color-sokuraku-blue-hover: #051d3a; /* ソクラグ青ホバー */

    /* Background Colors */
    --color-background-secondary: #eef5fc; /* 背景補助 */

    /* Text Colors */
    --color-text-primary: #404040; /* 文字色プライマリー */
    --color-text-secondary: #8c8c8c; /* 文字色セカンダリー */
    --color-text-tertiary: #d9d9d9; /* 文字色ターシャリー */

    /* Status Colors */
    --color-error: #db3131; /* Error */
    --color-success: #176fa8; /* Success */

    /* Link Colors */
    --color-link: var(--color-success); /* リンク色 */

    /* Font Families */
    --font-family-primary: "Noto Sans JP", "Hiragino Kaku Gothic ProN",
      "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;

    /* Font Weights */
    --font-weight-normal: 400;
    --font-weight-bold: 700;

    --tenant-image-url: url("/images/tenant-logo-sample.png");
    --user-avatar-url: url("/images/user-avatar-placeholder.svg");

  }

  /* ========================================
     2. カスタムカラークラス
  ======================================== */

  /* Text Colors */
  .text-text-primary {
    color: var(--color-text-primary);
  }

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

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

  /* Background Colors */
  .bg-sokuraku-blue {
    background-color: var(--color-sokuraku-blue);
  }

  .bg-background-secondary {
    background-color: var(--color-background-secondary);
  }

  .bg-primary {
    background-color: var(--color-primary);
  }

  .bg-white {
    background-color: var(--color-white);
  }

  /* Border Colors */
  .border-sokuraku-blue {
    border-color: var(--color-sokuraku-blue);
  }

  .border-text-tertiary {
    border-color: var(--color-text-tertiary);
  }

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

  /* Status Colors */
  .text-success {
    color: var(--color-success);
  }

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

  .bg-success {
    background-color: var(--color-success);
  }

  .bg-error {
    background-color: var(--color-error);
  }

  .border-success {
    border-color: var(--color-success);
  }

  .border-error {
    border-color: var(--color-error);
  }

  /* ========================================
     3. 共通クラス（全ページで使用）
  ======================================== */

  .text-title-hero {
    font-family: var(--font-family-primary);
    letter-spacing: -0.03em;
  }

  .text-title-page {
    font-family: var(--font-family-primary);
    letter-spacing: -0.02em;
  }

  .text-subtitle {
    font-family: var(--font-family-primary);
  }

  .text-heading {
    font-family: var(--font-family-primary);
    letter-spacing: -0.02em;
  }

  .text-body-base {
    font-family: var(--font-family-primary);
    letter-spacing: 0.02em;
  }

  .text-body-strong {
    font-family: var(--font-family-primary);
    letter-spacing: 0.04em;
  }

  .text-body-small {
    font-family: var(--font-family-primary);
    letter-spacing: 0.02em;
  }

  .link {
    color: var(--color-link);
    transition: color 0.2s ease;
  }

  .link:hover {
    color: #051d3a;
  }

  .link.red {
    color: var(--color-error);
  }

  .link.red:hover {
    color: #b82828;
  }

  button.link {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    display: inline-flex;
    align-items: center;
    gap: 4px;
  }


  /* ========================================
     3. ページ別オリジナルクラス
  ======================================== */

  /* ========================================
     3.1 ログイン関連ページ
  ======================================== */

  * {
    box-sizing: border-box;
  }

  body {
    font-family: var(--font-family-primary);
    background-color: var(--color-white);
  }

  .container {
    padding: 20px;
  }

  .form-container {
    width: 376px;
    height: 572px;
    gap: 60px;
  }

  .logo-container {
    width: 300px;
    height: 71px;
  }

  .heading {
    width: 380px;
    height: 29px;
  }

  .form {
    width: 380px;
    gap: 24px;
  }

  .input-field {
    gap: 8px;
  }

  .input {
    padding: 12px 16px;
    transition: border-color 0.2s ease;
  }

  .checkbox-container {
    gap: 12px;
  }

  .checkbox {
    width: 16px;
    height: 16px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    position: relative;
    border-radius: 4px;
    margin-right: 8px;
  }

  .checkbox:checked::after {
    content: "✓";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--color-white);
    font-size: 12px;
  }

  .button-container {
    gap: 8px;
  }

  .submit-button {
    max-width: 280px;
    padding: 8px;
    transition: background-color 0.2s ease, border-color 0.2s ease;
  }

  .submit-button:active {
    background-color: #041326;
    border-color: #041326;
  }

  .tenant-icon {
    width: 100px;
    height: 100px;
    background-color: var(--color-text-tertiary);
    border-radius: 10px;
    overflow: hidden;
  }

  .forgot-password-container {
    margin-top: 8px;
  }

  .forgot-password-link {
    transition: color 0.2s ease;
  }

  /* ========================================
     3.2 ダッシュボード関連ページ
  ======================================== */

  .dashboard-layout {
    overflow-x: hidden;
  }

  .left-navigation {
    position: fixed;
    left: 0;
    top: 0;
    width: 280px;
    height: 100vh;
    z-index: 20;
  }

  .nav-logo-container {
    padding: 0 40px;
    height: 120px;
  }

  .nav-logo {
    width: 100px;
    height: 24px;
  }

  .nav-separator {
    height: 1px;
    background-color: var(--color-text-tertiary);
    margin: 0 40px;
  }

  /* ========================================
     3.3 テナント管理者関連ページ
  ======================================== */

  .settings-menu-main .nav-separator {
    margin: 8px 16px;
  }

  .nav-tenant-info {
    gap: 16px;
    padding: 0 40px;
    height: 88px;
    text-decoration: none;
    color: inherit;
  }

  .nav-tenant-icon {
    width: 40px;
    height: 40px;
    background-color: var(--color-text-tertiary);
    border-radius: 6.4px;
    overflow: hidden;
  }

  .nav-tenant-image {
    max-width: 120px;
    max-height: 32px;
    -o-object-fit: contain;
       object-fit: contain;
  }

  .nav-tenant-details {
    gap: 2px;
    flex: 1;
    min-width: 0;
  }

  .nav-tenant-name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.4;
    max-height: calc(1.4em * 2);
  }

  .nav-menu {
    flex: 1;
    padding-top: 0;
  }

  .nav-menu-item {
    gap: 8px;
    padding: 16px 40px;
    transition: background-color 0.2s ease;
    text-decoration: none;
    color: inherit;
    border: none;
    background: none;
    font: inherit;
  }

  .nav-menu-icon {
    width: 20px;
    height: 20px;
  }

  .tenant-sidebar-container .nav-menu-item:hover {
    background-color: var(--color-background-secondary);
    text-decoration: none;
  }

  .tenant-sidebar-container .nav-menu-item:focus {
    outline: none;
    background-color: var(--color-background-secondary);
  }
  .owner-sidebar-container:hover {
    background-color: var(--color-sokuraku-blue-hover);
  }
  .owner-sidebar-container:focus {
    outline: none;
    background-color: var(--color-sokuraku-blue-hover);
  }


  .header-avatar-image {
    background-image: var(--user-avatar-url);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .nav-tenant-image {
    max-width: 120px;
    max-height: 32px;
    opacity: 1;
    -o-object-fit: contain;
       object-fit: contain;
    border-radius: 6.4px;
    background-image: var(--tenant-image-url);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }

  .nav-tenant-image:not([src]),
  .profile-image-content:not([src]),
  .header-avatar-image:not([src]) {
    background-image: var(--tenant-image-url);
  }

  .header-avatar-image:not([src]) {
    background-image: var(--user-avatar-url);
  }

  .settings-menu-separator {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    padding: 8px 16px;
  }


  /* Dashboard Main Content - カスタムサイズとパディングのみ残す */
  .dashboard-main-content {
    flex: 1;
    padding: 60px 40px;
  }

  .content-section {
    max-width: 768px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  .content-heading {
    color: var(--color-text-primary);
    margin: 0;
  }

  /* Account Form Styles - カスタムサイズとギャップのみ残す */
  .account-form {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  .form-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 64px;
  }

  .profile-image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 200px;
  }

  .profile-image {
    display: block;
    width: 200px;
    height: 200px;
    border-radius: 8px;
    overflow: hidden;
    background-color: var(--color-text-tertiary);
    position: relative;
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none;
  }

  .profile-image:hover {
    background-color: rgba(64, 64, 64, 0.5);
  }

  .profile-image:hover::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 48px;
    height: 48px;
    background-image: url("/icons/camera-icon.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 2;
    pointer-events: none;
  }

  .profile-image-content {
    width: 100%;
    height: 100%;
    max-width: 200px;
    max-height: 200px;
    -o-object-fit: contain;
       object-fit: contain;
  }

  .field-label {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.4;
    color: #404040;
    padding: 8px 0;
    width: 200px;
  }

  .field-input-container {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 330px;
  }

  .field-input {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid var(--color-text-tertiary);
  }

  .field-input-text {
    color: var(--color-text-primary);
    background: none;
    border: none;
    outline: none;
    flex: 1;
    padding: 0;
    font-family: var(--font-family-primary);
    font-weight: var(--font-weight-normal);
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.02em;
  }

  .field-input-text:focus {
    outline: none !important;
    box-shadow: none !important;
  }

  .field-input-text:focus-visible {
    outline: none !important;
    box-shadow: none !important;
  }

  .field-input-text:-moz-read-only {
    cursor: default;
    color: var(--color-text-secondary);
  }

  .field-input-text:read-only {
    cursor: default;
    color: var(--color-text-secondary);
  }

  .field-input-text:disabled {
    cursor: default;
    color: var(--color-text-secondary);
  }

  /* Select要素のフォーカス時スタイル */
  .field-input select {
    outline: none;
    box-shadow: none;
  }

  .field-input select:focus {
    outline: none !important;
    box-shadow: none !important;
  }

  .field-input select:focus-visible {
    outline: none !important;
    box-shadow: none !important;
  }

  .field-edit-icon {
    width: 20px;
    height: 20px;
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.2s ease;
  }

  /* 入力中は鉛筆アイコンを非表示 */
  .field-input:focus-within .field-edit-icon {
    opacity: 0;
  }

  /* フォーカス時は枠線を非表示 */
  .field-input:focus-within {
    border-bottom: 1px solid transparent;
    outline: none;
    box-shadow: none;
  }

  .field-error {
    color: var(--color-error);
    margin-top: 8px;
  }

  .save-button-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  .save-error {
    color: var(--color-error);
  }

  .form-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
  }

  .save-button {
    background-color: var(--color-sokuraku-blue);
    color: var(--color-white);
    border: 1px solid var(--color-sokuraku-blue);
    border-radius: 8px;
    padding: 8px 16px;
    cursor: pointer;
    transition: all 0.2s ease;
    width: 280px;
  }

  .save-button:hover {
    background-color: var(--color-success);
    border-color: var(--color-success);
  }

  /* Modal Styles */
  .modal-overlay {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-color: rgba(0, 0, 0, 0.5) !important;
    display: none !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 40 !important;
    opacity: 0;
    transition: opacity 0.2s ease;
  }

  .modal-overlay.show {
    display: flex !important;
    opacity: 1 !important;
  }

  .modal-content {
    background-color: var(--color-white) !important;
    border: 1px solid var(--color-text-tertiary) !important;
    border-radius: 8px !important;
    width: 600px !important;
    position: relative !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15) !important;
    max-width: 90vw !important;
    max-height: 90vh !important;
    overflow: visible !important;
  }

  .modal-close {
    position: absolute;
    top: -48px;
    right: -48px;
    width: 48px;
    height: 48px;
    cursor: pointer;
    z-index: 41;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .modal-form {
    padding: 24px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 24px !important;
    width: 100% !important;
    box-sizing: border-box !important;
    max-height: calc(90vh - 48px) !important;
    overflow-y: auto !important;
  }

  .modal-title {
    color: var(--color-text-primary) !important;
    margin: 0 !important;
    text-align: left !important;
    font-family: var(--font-family-primary) !important;
    font-weight: var(--font-weight-bold) !important;
    font-size: 24px !important;
    line-height: 120% !important;
    letter-spacing: -0.02em !important;
  }

  .upload-area {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .upload-dropzone {
    border: 3px dashed var(--color-text-tertiary);
    border-radius: 8px;
    padding: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    justify-content: center;
  }

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

  .upload-text {
    color: var(--color-text-primary);
    margin: 0;
  }

  .upload-or {
    gap: 24px;
  }

  .upload-file-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .upload-file-name {
    color: var(--color-text-primary);
    margin: 0;
  }

  .upload-file-error {
    color: var(--color-error);
    margin: 0;
  }

  .upload-button {
    background-color: var(--color-white);
    color: var(--color-text-primary);
    border: 1px solid var(--color-text-secondary);
    border-radius: 8px;
    padding: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
  }

  .upload-button:hover {
    background-color: var(--color-background-secondary);
  }

  .upload-notice {
    color: var(--color-text-secondary);
    text-align: center;
    margin: 0;
  }

  .modal-actions {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 10px !important;
    width: 100% !important;
  }

  .modal-add-container {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 8px !important;
    width: 100% !important;
  }

  .modal-add-button {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 8px !important;
    background-color: var(--color-sokuraku-blue) !important;
    border: 1px solid var(--color-sokuraku-blue) !important;
    border-radius: 8px !important;
    color: var(--color-white) !important;
    font-family: var(--font-family-primary) !important;
    font-weight: var(--font-weight-bold) !important;
    font-size: 14px !important;
    line-height: 140% !important;
    letter-spacing: 0.04em !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    width: 100% !important;
    max-width: 280px !important;
    margin: 0 auto !important;
  }

  .modal-add-button:hover {
    background-color: #051d3a !important;
    border-color: #051d3a !important;
  }

  .modal-add-error {
    color: var(--color-error) !important;
    font-family: var(--font-family-primary) !important;
    font-weight: var(--font-weight-normal) !important;
    font-size: 12px !important;
    line-height: 140% !important;
    letter-spacing: 0.02em !important;
  }

  .modal-upload-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  .modal-upload-error {
    color: var(--color-error);
    margin: 0;
  }

  /* Account Settings Specific Styles */
  .account-settings .content-section {
    max-width: 600px;
  }

  .modal-upload-button {
    background-color: var(--color-sokuraku-blue);
    color: var(--color-white);
    border: 1px solid var(--color-sokuraku-blue);
    border-radius: 8px;
    padding: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    width: 280px;
  }

  .modal-upload-button:hover {
    background-color: var(--color-success);
    border-color: var(--color-success);
  }

  /* Knowledge Registration Modal Styles */
  .knowledge-registration-modal .modal-content {
    width: 768px !important;
    max-width: 90vw !important;
  }

  .knowledge-registration-form {
    display: flex !important;
    flex-direction: column !important;
    gap: 24px !important;
    width: 100% !important;
  }

  .knowledge-registration-modal .knowledge-upload-section {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 8px !important;
    width: 100% !important;
  }

  .knowledge-registration-modal .knowledge-upload-dropzone {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 40px !important;
    border: 3px dashed var(--color-text-tertiary) !important;
    border-radius: 8px !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .knowledge-registration-modal .knowledge-upload-dropzone-content {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 16px !important;
    justify-content: center !important;
  }

  .knowledge-registration-modal .knowledge-upload-icon {
    width: 32px !important;
    height: 32px !important;
    flex-shrink: 0 !important;
  }

  .knowledge-registration-modal .knowledge-upload-text {
    color: var(--color-text-secondary) !important;
    font-family: var(--font-family-primary) !important;
    font-weight: var(--font-weight-normal) !important;
    font-size: 14px !important;
    line-height: 140% !important;
    letter-spacing: 0.02em !important;
    margin: 0 !important;
  }

  .knowledge-registration-modal .knowledge-upload-or {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 40px !important;
    justify-content: center !important;
  }

  .knowledge-registration-modal .knowledge-upload-or-text {
    color: var(--color-text-secondary) !important;
    font-family: var(--font-family-primary) !important;
    font-weight: var(--font-weight-normal) !important;
    font-size: 14px !important;
    line-height: 140% !important;
    letter-spacing: 0.02em !important;
    margin: 0 !important;
  }

  .knowledge-registration-modal .knowledge-file-select-button {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 12px !important;
    background-color: var(--color-text-tertiary) !important;
    border: 1px solid var(--color-text-secondary) !important;
    border-radius: 8px !important;
    color: var(--color-text-primary) !important;
    font-family: var(--font-family-primary) !important;
    font-weight: var(--font-weight-normal) !important;
    font-size: 14px !important;
    line-height: 140% !important;
    letter-spacing: 0.02em !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
  }

  .knowledge-registration-modal .knowledge-file-select-button:hover {
    background-color: var(--color-background-secondary) !important;
  }

  .knowledge-registration-modal .knowledge-base-selection-section {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
    width: 100% !important;
  }

  .knowledge-registration-modal .knowledge-base-selection-title {
    color: var(--color-text-primary) !important;
    font-family: var(--font-family-primary) !important;
    font-weight: var(--font-weight-bold) !important;
    font-size: 14px !important;
    line-height: 140% !important;
    letter-spacing: 0.04em !important;
    margin: 0 !important;
  }

  .knowledge-registration-modal .knowledge-base-options {
    display: flex !important;
    flex-direction: column !important;
    gap: 24px !important;
    padding: 8px 24px !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .knowledge-registration-modal .knowledge-base-option {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    width: 100% !important;
  }

  .knowledge-registration-modal .knowledge-base-option-header {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 8px 0 !important;
    width: 100% !important;
  }

  .knowledge-registration-modal .knowledge-base-radio {
    width: 16px !important;
    height: 16px !important;
    border: 1px solid var(--color-sokuraku-blue) !important;
    border-radius: 50% !important;
    background-color: var(--color-white) !important;
    cursor: pointer !important;
    position: relative !important;
  }

  .knowledge-registration-modal .knowledge-base-radio.selected {
    background-color: var(--color-sokuraku-blue) !important;
  }

  .knowledge-registration-modal .knowledge-base-radio.selected::after {
    content: "" !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 6px !important;
    height: 6px !important;
    background-color: var(--color-white) !important;
    border-radius: 50% !important;
  }

  .knowledge-registration-modal .knowledge-base-name {
    color: var(--color-text-primary) !important;
    font-family: var(--font-family-primary) !important;
    font-weight: var(--font-weight-normal) !important;
    font-size: 14px !important;
    line-height: 140% !important;
    letter-spacing: 0.02em !important;
    margin: 0 !important;
  }

  .knowledge-registration-modal .knowledge-base-description {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 12px !important;
    width: 100% !important;
  }

  .knowledge-base-description-spacer {
    width: 16px !important;
    height: 16px !important;
  }

  .knowledge-base-description-text {
    color: var(--color-text-secondary) !important;
    font-family: var(--font-family-primary) !important;
    font-weight: var(--font-weight-normal) !important;
    font-size: 14px !important;
    line-height: 140% !important;
    letter-spacing: 0.02em !important;
    margin: 0 !important;
  }

  .knowledge-notes-section {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
    width: 100% !important;
  }

  .knowledge-notes-label {
    color: var(--color-text-primary) !important;
    font-family: var(--font-family-primary) !important;
    font-weight: var(--font-weight-normal) !important;
    font-size: 14px !important;
    line-height: 140% !important;
    letter-spacing: 0.02em !important;
    margin: 0 !important;
  }

  .knowledge-notes-textarea {
    width: 100% !important;
    padding: 12px 16px !important;
    border: 1px solid var(--color-text-tertiary) !important;
    border-radius: 8px !important;
    background-color: var(--color-white) !important;
    color: var(--color-text-primary) !important;
    font-family: var(--font-family-primary) !important;
    font-weight: var(--font-weight-normal) !important;
    font-size: 14px !important;
    line-height: 140% !important;
    letter-spacing: 0.02em !important;
    resize: vertical !important;
    min-height: 80px !important;
    box-sizing: border-box !important;
  }

  .knowledge-notes-textarea::-moz-placeholder {
    color: var(--color-text-secondary) !important;
  }

  .knowledge-notes-textarea::placeholder {
    color: var(--color-text-secondary) !important;
  }

  .knowledge-terms-section {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    width: 100% !important;
  }

  .knowledge-terms-checkbox-container {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 12px !important;
    width: 100% !important;
  }

  .knowledge-terms-checkbox {
    width: 16px !important;
    height: 16px !important;
    border: 1px solid var(--color-text-secondary) !important;
    border-radius: 4px !important;
    background-color: var(--color-white) !important;
    cursor: pointer !important;
    position: relative !important;
  }

  .knowledge-terms-checkbox.checked {
    background-color: var(--color-sokuraku-blue) !important;
    border-color: var(--color-sokuraku-blue) !important;
  }

  .knowledge-terms-checkbox.checked::after {
    content: "✓" !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    color: var(--color-white) !important;
    font-size: 12px !important;
    font-weight: bold !important;
  }

  .knowledge-terms-label {
    color: var(--color-text-primary) !important;
    font-family: var(--font-family-primary) !important;
    font-weight: var(--font-weight-normal) !important;
    font-size: 14px !important;
    line-height: 140% !important;
    letter-spacing: 0.02em !important;
    margin: 0 !important;
    cursor: pointer !important;
  }

  .knowledge-notice {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    width: 100% !important;
  }

  .knowledge-notice-text {
    color: var(--color-text-secondary) !important;
    font-family: var(--font-family-primary) !important;
    font-weight: var(--font-weight-normal) !important;
    font-size: 14px !important;
    line-height: 140% !important;
    letter-spacing: 0.02em !important;
    margin: 0 !important;
    text-align: center !important;
  }

  /* ========================================
     3.4 スーパー管理者関連ページ
  ======================================== */

  /* Super Admin Login Page Styles - 差分クラスのみ */
  .super-admin-login .logo {
    filter: brightness(0) invert(1);
  }

  .menu-separator {
    width: 100%;
    height: 1px;
    background-color: var(--color-text-tertiary);
    margin: 0 40px;
  }

  .super-admin-button:hover {
    background-color: var(--color-white);
    color: var(--color-sokuraku-blue);
  }

  /* Tenant Management Page Styles - 差分クラスのみ */
  .super-admin-navigation .nav-logo {
    filter: brightness(0) invert(1);
  }

  .super-admin-navigation .nav-menu {
    margin-top: 24px;
  }

  .super-admin-navigation .nav-menu-text,
  .super-admin-navigation .nav-more-text,
  .super-admin-navigation .nav-menu-item,
  .super-admin-navigation .nav-menu-icon {
    color: var(--color-white);
  }

  .super-admin-navigation .nav-menu-icon {
    filter: brightness(0) invert(1);
  }

  .super-admin-navigation .nav-menu-item:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }

  .nav-super-admin-title {
    color: var(--color-white);
    text-align: center;
    font-family: var(--font-family-primary);
    font-weight: var(--font-weight-normal);
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0.02em;
  }

  /* スーパー管理者メニューのセパレーター */
  .super-admin-navigation .nav-separator {
    background-color: #d9d9d9;
  }

  /* テナントステータスバッジ - 差分クラスのみ */
  .tenant-status-badge.active {
    background-color: #edf2fa;
  }

  .tenant-status-badge.inactive {
    background-color: #d9d9d9;
    border: 1px solid #d9d9d9;
  }

  .tenant-status-badge.active .status-text {
    color: #072e5a;
  }

  .tenant-status-badge.inactive .status-text {
    color: #404040;
  }

  /* ボタンがない場合の中央配置 - 差分クラスのみ */
  .page-header:has(.content-heading:only-child) {
    justify-content: center;
  }

  .add-button:hover {
    background-color: var(--color-background-secondary);
  }

  /* Status Filters - 差分クラスのみ */
  .status-filter.active {
    background-color: var(--color-white);
    border: 2px solid var(--color-sokuraku-blue);
  }

  /* CSS Only Accordion Styles - 差分クラスのみ */
  .tenant-card.accordion-card {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0;
  }

  .accordion-checkbox {
    display: none;
  }

  .tenant-details-expanded {
    display: none;
    flex-direction: column;
    gap: 16px;
    padding: 16px 24px 32px;
    overflow: hidden;
    max-height: 0;
    transition: all 0.3s ease;
  }

  /* テナント情報フォームコンテナ - 差分クラスのみ */
  .tenant-form-container {
    width: 68%;
  }

  .user-count-info {
    gap: 0;
  }

  .field-value-container {
    width: 330px;
  }

  .color-preview {
    width: 20px;
    height: 20px;
    background: #d9d9d9;
    border-radius: 2px;
  }

  /* サービス制御セクション - 差分クラスのみ */
  .service-control-text {
    width: 147px;
  }

  .service-switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px;
  }

  .service-switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }

  .service-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #8c8c8c;
    transition: 0.4s;
    border-radius: 9999px;
    border: 1px solid #8c8c8c;
  }

  .service-slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 2px;
    background-color: white;
    transition: 0.4s;
    border-radius: 50%;
  }

  .service-switch input:checked + .service-slider {
    background-color: #072e5a;
  }

  .service-switch input:checked + .service-slider:before {
    transform: translateX(16px);
  }

  /* 管理者セクション - 差分クラスのみ */
  .admin-section {
    align-self: stretch;
  }

  .admin-title {
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.4;
    color: #404040;
  }

  .admin-divider {
    height: 0;
    border-top: 1px solid #d9d9d9;
    width: 100%;
  }

  .password-reset-button {
    align-self: flex-start;
  }

  /* テナントアクションセクション - 差分クラスのみ */
  .tenant-action-section {
    align-items: flex-end;
  }

  .tenant-settings-button {
    width: 280px;
    height: auto;
  }

  .tenant-settings-button:hover {
    background-color: var(--color-sokuraku-blue);
    color: var(--color-white);
  }

  .tenant-settings-button:hover .button-text {
    color: var(--color-white);
  }

  .tenant-settings-button .button-text {
    color: var(--color-sokuraku-blue);
    transition: color 0.2s ease;
  }

  .tenant-info {
    gap: 2px;
  }

  .tenant-status-info {
    justify-content: flex-end;
  }

  .tenant-status-badge.active {
    background-color: var(--color-background-secondary);
  }

  .tenant-status-badge.inactive {
    background-color: var(--color-white);
    border: 1px solid var(--color-text-tertiary);
  }

  .tenant-status-badge.active .status-text {
    color: var(--color-sokuraku-blue);
  }

  .tenant-status-badge.inactive .status-text {
    color: var(--color-text-primary);
  }

  .tenant-expand-icon .accordion-icon {
    transition: transform 0.2s ease;
  }

  /* Tenant Details Expanded - 差分クラスのみ */
  .tenant-info-section {
    justify-content: space-between;
    align-items: flex-start;
  }

  .tenant-info-item {
    flex: 1;
  }

  .tenant-key-section {
    gap: 101px;
  }

  .tenant-theme-section {
    gap: 99px;
  }

  /* Service Toggle - 差分クラスのみ */
  .service-toggle-label {
    width: 147px;
  }

  .service-toggle-switch {
    width: 40px;
    height: 24px;
    background-color: var(--color-text-tertiary);
    border-radius: 12px;
    position: relative;
    cursor: pointer;
    transition: background-color 0.2s ease;
  }

  .service-toggle-switch.active {
    background-color: var(--color-sokuraku-blue);
  }

  .toggle-slider {
    width: 18px;
    height: 18px;
    background-color: var(--color-white);
    border-radius: 50%;
    position: absolute;
    top: 3px;
    left: 3px;
    transition: transform 0.2s ease;
  }

  .service-toggle-switch.active .toggle-slider {
    transform: translateX(16px);
  }

  /* Tenant Actions - 差分クラスのみ */
  .tenant-actions {
    align-items: flex-end;
  }

  /* Agent Configuration - 差分クラスのみ */
  .agent-section-header {
    align-self: stretch;
  }

  .agent-section-title {
    letter-spacing: 0.04em;
  }

  .agent-category-header:first-of-type {
    border-left-color: var(--color-text-tertiary);
  }

  .agent-category-header:last-of-type {
    border-left-color: var(--color-background-secondary);
  }

  .agent-category-header.common {
    border-left-color: var(--color-background-secondary);
  }


  /* Delete Section - 差分クラスのみ */
  .tenant-delete-section {
    justify-content: flex-end;
  }


  .agent-section {
    margin-bottom: 40px;
  }

  .section-header {
    border-left: 8px solid var(--color-text-tertiary);
  }


  /* Success Page Styles - 共通クラスを使用 */

  /* ========================================
     3.5 その他のページ
  ======================================== */

  /* Chat Layout Styles - カスタムパディングのみ残す */
  .chat-layout {
    display: flex;
    flex-direction: column;
  }

  .chat-main-content {
    flex: 1;
    display: flex;
    justify-content: center;
    padding: 40px;
    overflow-y: auto;
  }

  .agent-info {
    display: flex;
    align-items: center;
    gap: 16px;
  }

  /* Agent Dropdown Styles - カスタムトランジションのみ残す */
  .agent-dropdown {
    position: relative;
    display: inline-block;
  }

  .agent-dropdown-trigger {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    width: -moz-fit-content;
    width: fit-content;
  }

  .agent-dropdown-trigger:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }

  .agent-dropdown-trigger .agent-name {
    color: var(--color-text-primary);
    font-family: var(--font-family-primary);
    font-weight: var(--font-weight-normal);
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.02em;
    width: 100%;
  }

  .agent-dropdown-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    transition: transform 0.2s ease;
  }

  .agent-dropdown-trigger.active .agent-dropdown-icon {
    transform: rotate(180deg);
  }

  .agent-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: var(--color-white);
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    min-width: 200px;
    max-height: 300px;
    overflow-y: auto;
    z-index: 30;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: all 0.2s ease;
    pointer-events: none;
  }

  /* Tailwind クラスによる表示状態 */
  .agent-dropdown-menu.opacity-100 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }

  /* レガシー対応 */
  .agent-dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    width: 100%;
    pointer-events: auto;
  }

  .agent-dropdown-item {
    padding: 8px 12px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    white-space: nowrap;
    color: var(--color-text-primary);
  }

  .agent-dropdown-item:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }

  .agent-dropdown-item.selected,
  .agent-dropdown-item.bg-gray-50 {
    background-color: rgba(0, 0, 0, 0.05);
  }

  .agent-dropdown-item .agent-name {
    color: var(--color-text-primary);
    font-family: var(--font-family-primary);
    font-weight: var(--font-weight-normal);
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.02em;
  }
  /* Navigation Spacer */
  .nav-spacer {
    height: 16px;
    width: 100%;
    flex-shrink: 0;
  }

  /* Terms Page Layout - カスタムパディングのみ残す */
  .terms-main-content {
    flex: 1;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 160px 40px 40px 40px;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .terms-container {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 768px;
    width: 100%;
  }

  .terms-title {
    color: var(--color-text-primary);
    margin: 0;
  }

  .terms-content {
    color: var(--color-text-primary);
    line-height: 1.6;
    white-space: pre-line;
  }

  /* Chat Search Modal - カスタムz-indexのみ残す */
  .chat-search-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    justify-content: center;
    align-items: center;
  }

  .chat-search-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
  }

  .chat-search-modal-container {
    position: relative;
    background: var(--color-white);
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    padding: 40px;
    width: 768px;
    max-width: 90vw;
    max-height: 90vh;
    overflow-y: auto;
  }

  .chat-search-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 24px;
  }

  .chat-search-modal-title {
    color: var(--color-text-primary);
    margin: 0;
  }

  .chat-search-modal-close {
    position: absolute;
    top: 121px;
    right: 48px;
    width: 48px;
    height: 48px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("/images/modal-close-icon.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px 24px;
  }

  .chat-search-modal-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .chat-search-input {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    background: var(--color-white);
    border: 1px solid #d9d9d9;
    border-radius: 9999px;
    width: 100%;
  }

  .chat-search-field {
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    color: var(--color-text-primary);
  }

  .chat-search-field:focus {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
  }

  .chat-search-field:focus-visible {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
  }

  /* Chat Search Modal Input - Hide all focus styles */
  .chat-search-input {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
  }

  .chat-search-input:focus {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
  }

  .chat-search-input:focus-visible {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
  }

  .chat-search-field::-moz-placeholder {
    color: var(--color-text-secondary);
  }

  .chat-search-field::placeholder {
    color: var(--color-text-secondary);
  }

  .chat-search-icon {
    width: 24px;
    height: 24px;
  }

  /* New Chat Layout - Central Alignment - カスタムtransformのみ残す */
  .new-chat-main-content {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(-60px);
    overflow-y: auto;
    overflow-x: hidden;
  }



  .new-chat-title-text {
    text-align: center;
    color: var(--color-text-primary);
  }

  /* New Chat Search Input (Search) - カスタムサイズのみ残す */
  .new-chat-search-input {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 12px 16px;
    background: var(--color-white);
    border: 1px solid #d9d9d9;
    border-radius: 9999px;
    width: 768px;
  }

  .new-chat-search-field {
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    color: var(--color-text-secondary);
  }

  .new-chat-search-field::-moz-placeholder {
    color: var(--color-text-secondary);
  }

  .new-chat-search-field::placeholder {
    color: var(--color-text-secondary);
  }

  .new-chat-search-actions {
    display: flex;
    align-items: center;
    gap: 16px;
  }

  .new-chat-attach-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    cursor: pointer;
  }

  .new-chat-send-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 26px;
    cursor: pointer;
  }

  /* Navigation Menu Extensions for Chat - Removed duplicate classes */

  /* Navigation Sections (Frame 91 & 92) - カスタムパディングのみ残す */
  .nav-favorites-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 16px 40px;
    width: 100%;
  }

  .nav-recent-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 16px 40px;
    width: 100%;
  }

  .nav-favorites-description,
  .nav-recent-description {
    color: var(--color-text-secondary);
    text-align: left;
    padding: 0 40px;
    margin: 0;
    width: 100%;
  }

  /* Menu Section (contains chat items) */
  .nav-menu-section {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
  }

  /* More section */
  .nav-more {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 8px;
    width: 100%;
  }

  .nav-more-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
  }

  .nav-more-text {
    color: var(--color-text-primary);
  }



  .chat-message {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .user-message {
    align-items: flex-end;
  }

  .ai-message {
    align-items: flex-start;
  }

  .message-bubble {
    max-width: 768px;
    padding: 12px;
    border-radius: 8px;
    position: relative;
  }

  .user-bubble {
    background: #eef5fc;
    border: 1px solid #eef5fc;
  }

  .ai-bubble {
    background: var(--color-white);
  }


  /* Message Actions and Sources Container */
  .message-actions-sources {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: flex-start;
  }

  /* Message Sources */
  .message-sources {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    flex-wrap: wrap;
  }


  .hidden-sources {
    display: none;
  }

  .hidden-sources.show {
    display: inline;
  }

  /* Navigation Chat Items */
  .nav-chat-item {
    padding: 4px 8px;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.2s ease;
  }

  .nav-chat-item:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }

  .nav-chat-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .nav-chat-title {
    color: var(--color-text-primary);
  }

  .nav-chat-preview {
    color: var(--color-text-secondary);
  }


  /* Tenant Settings Page */
  .tenant-navigation {
    background-color: #eef5fc;
  }

  .tenant-settings-main-content {
    flex: 1;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 120px 40px 40px 40px;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .tenant-settings-container {
    display: flex;
    flex-direction: column;
    gap: 60px;
    max-width: 600px;
    width: 100%;
  }

  .tenant-settings-title {
    color: var(--color-text-primary);
    margin: 0;
  }

  .tenant-settings-form {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: flex-end;
  }

  .tenant-image-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 64px;
    width: 100%;
  }

  .tenant-image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 200px;
    flex-shrink: 0;
  }

  .tenant-image {
    width: 200px;
    height: 200px;
    border-radius: 8px;
    background-color: #d9d9d9;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .tenant-image-placeholder {
    width: 156px;
    height: 37px;
    opacity: 0.3;
    -o-object-fit: contain;
       object-fit: contain;
  }

  .tenant-info-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    width: 330px;
  }

  .tenant-name-section {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .tenant-name-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid #d9d9d9;
  }

  .tenant-name-label {
    color: var(--color-text-primary);
  }

  .tenant-name-edit {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
  }

  .tenant-key-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 101px;
    width: 100%;
  }

  .tenant-key-header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 0;
    width: 200px;
  }

  .tenant-key-label {
    color: var(--color-text-primary);
  }

  .tenant-key-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 330px;
  }

  .tenant-key-display {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid #d9d9d9;
  }

  .tenant-key-value {
    color: var(--color-text-secondary);
  }

  .tenant-key-note {
    color: var(--color-text-secondary);
  }

  .theme-color-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 99px;
    width: 100%;
  }

  .theme-color-header {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 8px 0;
    width: 200px;
  }

  .theme-color-label {
    color: var(--color-text-primary);
  }

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

  .theme-color-input {
    width: 330px;
  }

  /* テーマカラーピッカーを含むfield-inputの下線を無効化 */
  .field-input:has(.theme-color-picker) {
    border-bottom: none;
    padding: 0;
  }

  .theme-color-picker {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    background-color: var(--color-white);
    width: 100%;
    min-height: 48px;
    box-sizing: border-box;
  }

  .theme-color-preview {
    width: 20px;
    height: 20px;
    background-color: #d9d9d9;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    flex-shrink: 0;
  }

  .theme-color-input-text {
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    color: var(--color-text-primary);
    font-family: var(--font-family-primary);
    font-weight: var(--font-weight-bold);
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0.04em;
    padding: 0;
    margin: 0;
    height: auto;
  }

  .theme-color-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
  }

  .tenant-settings-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .tenant-save-button {
    width: 280px;
    padding: 8px;
    background-color: var(--color-primary);
    color: var(--color-white);
    border: 1px solid var(--color-primary);
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
  }

  .tenant-save-button:hover {
    background-color: #052a52;
    border-color: #052a52;
  }

  /* User Management Page Styles */
  .user-management .content-section {
    max-width: 768px;
    gap: 40px;
  }

  /* .user-management-header は .page-header と同じスタイル */

  /* .add-user-button は .add-button と同じスタイル */
  .user-search-section {
    display: flex;
    align-items: center;
    gap: 40px;
    width: 100%;
  }

  .search-filter {
    display: flex;
    align-items: center;
    gap: 24px;
    width: 100%;
  }


  .sort-options {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .tag-toggle-group {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 0;
    flex-wrap: wrap;
  }

  .tag-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 4px 8px;
    border-radius: 16px;
    cursor: pointer;
    transition: all 0.2s ease;
  }

  .tag-toggle.active {
    background-color: var(--color-sokuraku-blue);
  }

  .tag-toggle:not(.active) {
    background-color: var(--color-white);
  }

  .tag-title {
    color: var(--color-text-primary);
    font-family: var(--font-family-primary);
    font-weight: var(--font-weight-normal);
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.02em;
  }

  .tag-toggle.active .tag-title {
    color: var(--color-white);
  }

  .tag-toggle:not(.active) .tag-title {
    color: var(--color-text-secondary);
  }

  .tag-separator {
    width: 0;
    height: 18px;
    border-left: 1px solid var(--color-text-tertiary);
  }

  .user-count {
    color: var(--color-text-secondary);
    width: 100%;
  }

  .user-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
  }

  .user-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 74px;
    padding: 16px 24px;
    background-color: var(--color-white);
    border: 1px solid var(--color-text-tertiary);
    border-radius: 8px;
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.15),
      0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  }

  .user-info {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .user-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
  }

  .user-avatar-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    background-image: var(--user-avatar-url);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .user-details {
    display: flex;
    flex-direction: column;
    gap: 2px;
    flex: 1;
    min-width: 0;
  }

  .user-name {
    color: var(--color-text-primary);
    font-family: var(--font-family-primary);
    font-weight: var(--font-weight-normal);
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.02em;
  }

  .user-email {
    color: var(--color-text-secondary);
    font-family: var(--font-family-primary);
    font-weight: var(--font-weight-normal);
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0.02em;
  }

  .user-role-section {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 24px;
  }

  .user-role {
    color: var(--color-text-primary);
    font-family: var(--font-family-primary);
    font-weight: var(--font-weight-normal);
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.02em;
  }

  .role-dropdown {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    cursor: pointer;
    transition: transform 0.2s ease;
  }

  .role-dropdown:hover {
    transform: scale(1.1);
  }

  /* CSS Only Accordion Styles */
  .user-card.accordion-card {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0;
  }

  .user-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 74px;
    padding: 16px 24px;
  }

  .user-details-expanded {
    flex-direction: column;
    gap: 16px;
    padding: 16px 24px 32px;
    overflow: hidden;
    transition: all 0.3s ease;
  }

  .accordion-checkbox:checked ~ .user-details-expanded {
    display: flex;
  }

  .accordion-checkbox:checked
    ~ .user-card-header
    .expand-dropdown
    .accordion-icon {
    transform: rotate(180deg);
  }

  .accordion-icon {
    transition: transform 0.3s ease;
  }

  .expand-dropdown {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    cursor: pointer;
    transition: transform 0.2s ease;
  }

  .expand-dropdown:hover {
    transform: scale(1.1);
  }

  .role-dropdown-container {
    position: relative;
  }

  .role-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px;
    border: 1px solid var(--color-text-tertiary);
    border-radius: 8px;
    background-color: var(--color-white);
  }

  .role-text {
    color: var(--color-text-primary);
  }

  .role-dropdown-small {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    cursor: pointer;
    transition: transform 0.2s ease;
  }

  .role-dropdown-small:hover {
    transform: scale(1.1);
  }

  .role-dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    background: var(--color-white);
    border: 1px solid var(--color-text-tertiary);
    border-radius: 0 0 8px 8px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
    min-width: 126px;
    z-index: 10;
    margin-top: -1px;
    display: none;
    overflow: hidden;
  }

  .role-dropdown-container:hover .role-dropdown-menu,
  .role-dropdown-menu.show {
    display: block;
  }

  .role-dropdown-item {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 8px 16px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    border-bottom: 1px solid var(--color-text-tertiary);
  }

  .role-dropdown-item:last-child {
    border-bottom: none;
  }

  .role-dropdown-item:hover {
    background-color: var(--color-background-secondary);
  }

  .role-dropdown-item.selected {
    background-color: var(--color-background-secondary);
  }

  .user-info-section {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    padding: 24px 0;
  }

  .user-info-left {
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: 1;
  }

  .info-item {
    display: flex;
  }

  .info-label {
    color: var(--color-text-primary);
    font-family: var(--font-family-primary);
    font-weight: var(--font-weight-normal);
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.02em;
  }

  .user-info-right {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .account-control {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
  }

  .control-label {
    color: var(--color-text-primary);
    font-family: var(--font-family-primary);
    font-weight: var(--font-weight-normal);
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0.02em;
    text-align: right;
  }

  .switch-container {
    display: flex;
    align-items: center;
  }

  /* Switch Toggle Styles */
  .switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px;
  }

  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }

  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--color-text-tertiary);
    transition: 0.4s;
    border-radius: 24px;
    border: 1px solid var(--color-text-secondary);
  }

  .slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    top: 3px;
    background-color: var(--color-white);
    transition: 0.4s;
    border-radius: 50%;
  }

  input:checked + .slider {
    background-color: var(--color-sokuraku-blue);
    border-color: var(--color-sokuraku-blue);
  }

  input:checked + .slider:before {
    transform: translateX(16px);
  }

  /* Agent Settings Section */
  .agent-settings-section {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 24px 0;
  }

  .section-divider {
    width: 100%;
    height: 1px;
    background-color: var(--color-text-tertiary);
  }

  .agent-category {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .category-header {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 4px 16px;
    border-left: 8px solid var(--color-text-tertiary);
  }

  .category-header.sokuragu {
    border-left-color: var(--color-background-secondary);
  }

  .category-title {
    color: var(--color-text-primary);
    font-family: var(--font-family-primary);
    font-weight: var(--font-weight-normal);
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.02em;
  }

  .agent-card {
    width: 100%;
  }

  .agent-icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
  }

  .agent-icon-placeholder {
    width: 40px;
    height: 40px;
    background-color: var(--color-text-tertiary);
    border-radius: 8px;
    border: 3.5px solid var(--color-text-primary);
  }

  .agent-actions {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    align-self: stretch;
    gap: 8px;
  }

  .delete-button {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 4px 8px;
    background: none;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
  }

  .delete-text {
    color: #db3131;
    font-family: var(--font-family-primary);
    font-weight: var(--font-weight-normal);
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0.02em;
  }

  /* User Management Modal Styles */
  .add-user-button-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 8px;
  }

  .add-user-invite-button {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px;
    background: none;
    border: none;
    cursor: pointer;
    transition: opacity 0.2s ease;
    color: var(--color-text-secondary) !important;
  }

  .add-user-invite-button:hover {
    opacity: 0.7;
  }

  .add-user-invite-button img {
    filter: brightness(0) saturate(100%) invert(55%) sepia(0%) saturate(0%)
      hue-rotate(0deg) brightness(0.55) contrast(0.55) !important;
  }

  .invite-description {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color-text-secondary);
    font-family: var(--font-family-primary);
    font-weight: var(--font-weight-normal);
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.02em;
  }

  /* Add User Form Styles */
  .add-user-form {
    display: flex !important;
    flex-direction: column !important;
    gap: 24px !important;
    width: 100% !important;
  }

  .add-user-form .form-field {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
    width: 100% !important;
  }

  .add-user-form .field-label {
    width: 100% !important;
    color: var(--color-text-primary) !important;
    font-family: var(--font-family-primary) !important;
    font-weight: var(--font-weight-normal) !important;
    font-size: 14px !important;
    line-height: 140% !important;
    letter-spacing: 0.02em !important;
    text-align: left !important;
  }

  .add-user-form .field-input-container {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
    width: 100% !important;
  }

  .add-user-form .field-input {
    display: flex;
    align-items: stretch;
    width: 100%;
    padding: 12px 16px;
    border: 1px solid var(--color-text-tertiary);
    border-radius: 8px;
    background-color: var(--color-white);
  }

  .add-user-form .field-input-text {
    color: var(--color-text-primary);
    background: none;
    border: none;
    outline: none;
    flex: 1;
    padding: 0;
    font-family: var(--font-family-primary);
    font-weight: var(--font-weight-normal);
    font-size: 16px;
    line-height: 1em;
  }

  .add-user-form .field-input-text::-moz-placeholder {
    color: var(--color-text-secondary);
  }

  .add-user-form .field-input-text::placeholder {
    color: var(--color-text-secondary);
  }

  .add-user-form .field-error {
    color: var(--color-error) !important;
    font-family: var(--font-family-primary) !important;
    font-weight: var(--font-weight-normal) !important;
    font-size: 12px !important;
    line-height: 140% !important;
    letter-spacing: 0.02em !important;
    margin-top: 8px !important;
  }

  /* User Actions */
  .user-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 16px;
  }

  .save-section {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    align-self: stretch;
    gap: 40px;
  }

  .save-button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
    width: 280px;
    background-color: var(--color-sokuraku-blue);
    color: var(--color-white);
    border: 1px solid var(--color-sokuraku-blue);
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    font-family: var(--font-family-primary);
    font-weight: var(--font-weight-bold);
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.04em;
    text-align: center;
  }

  .delete-section {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex: 1;
    gap: 40px;
  }

  .user-delete-button {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 4px 8px;
    background: none;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
  }

  .user-delete-button:hover {
    opacity: 0.7;
  }

  /* Pagination Styles */
  .pagination-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 24px 0;
    margin-top: 24px;
  }

  .pagination {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .pagination-button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    background-color: var(--color-white);
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
  }

  .pagination-button:hover {
    background-color: var(--color-background-secondary);
  }

  .pagination-button img {
    filter: brightness(0) saturate(100%) invert(55%) sepia(0%) saturate(0%)
      hue-rotate(0deg) brightness(0.55) contrast(0.55);
  }

  .pagination-text {
    color: var(--color-text-secondary);
    font-family: var(--font-family-primary);
    font-weight: var(--font-weight-normal);
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0.02em;
  }

  .pagination-pages {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .pagination-page {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 12px;
    background-color: var(--color-white);
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
  }

  .pagination-page:hover {
    background-color: var(--color-background-secondary);
  }

  .pagination-page.active {
    background-color: var(--color-background-secondary);
  }

  .pagination-number {
    color: var(--color-text-secondary);
    font-family: var(--font-family-primary);
    font-weight: var(--font-weight-normal);
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0.02em;
  }

  .pagination-gap {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    border-radius: 8px;
  }

  .pagination-dots {
    color: var(--color-text-secondary);
    font-family: var(--font-family-primary);
    font-weight: var(--font-weight-normal);
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0.02em;
  }

  /* Knowledge Management Styles */
  .knowledge-management {
    background-color: var(--color-white);
  }

  .knowledge-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 40px;
  }

  .knowledge-card {
    background-color: var(--color-white);
    border: 1px solid var(--color-text-tertiary);
    border-radius: 8px;
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.15),
      0px 1px 2px 0px rgba(0, 0, 0, 0.3);
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .knowledge-card-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .knowledge-header {
    display: flex;
    gap: 16px;
    align-items: flex-start;
  }

  .knowledge-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
  }

  .knowledge-details {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
  }

  .knowledge-name {
    color: var(--color-text-primary);
    font-family: var(--font-family-primary);
    font-weight: var(--font-weight-bold);
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.04em;
  }

  .knowledge-description {
    color: var(--color-text-secondary);
    font-family: var(--font-family-primary);
    font-weight: var(--font-weight-normal);
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.02em;
  }

  .knowledge-divider {
    width: 100%;
    height: 1px;
    background-color: var(--color-text-tertiary);
  }

  .knowledge-actions {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* Knowledge Management Modal Styles */
  .knowledge-detail-modal {
    max-width: 600px;
    width: 90%;
  }

  /* Agent Add Modal Styles */
  .agent-add-modal .modal-content {
    width: 600px !important;
    max-width: 90vw !important;
  }

  .agent-selection-form {
    display: flex !important;
    flex-direction: column !important;
    gap: 24px !important;
    width: 100% !important;
  }

  .agent-selection-section {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
    width: 100% !important;
  }

  .agent-selection-title {
    color: var(--color-text-primary) !important;
    font-family: var(--font-family-primary) !important;
    font-weight: var(--font-weight-normal) !important;
    font-size: 14px !important;
    line-height: 1.4em !important;
    letter-spacing: 0.02em !important;
    margin: 0 !important;
  }

  .agent-search-filter {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 24px !important;
    width: 224px !important;
  }

  .agent-search-filter .search-field {
    width: 224px !important;
  }

  .agent-list-container {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    max-height: 325px !important;
    overflow-y: auto !important;
    border: 1px solid var(--color-text-tertiary) !important;
    border-radius: 8px !important;
    padding: 24px !important;
    box-sizing: border-box !important;
  }

  .agent-list {
    display: flex !important;
    flex-direction: column !important;
    gap: 24px !important;
    width: 100% !important;
  }

  .agent-list-item {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    width: 100% !important;
  }

  .agent-checkbox-container {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 12px !important;
    width: 100% !important;
  }

  .agent-checkbox {
    width: 16px !important;
    height: 16px !important;
    border: 1px solid var(--color-sokuraku-blue) !important;
    border-radius: 4px !important;
    background-color: var(--color-white) !important;
    cursor: pointer !important;
    position: relative !important;
    flex-shrink: 0 !important;
  }

  .agent-checkbox.selected {
    background-color: var(--color-sokuraku-blue) !important;
  }

  .agent-checkbox.selected::after {
    content: "" !important;
    position: absolute !important;
    top: 2px !important;
    left: 5px !important;
    width: 4px !important;
    height: 8px !important;
    border: solid var(--color-white) !important;
    border-width: 0 2px 2px 0 !important;
    transform: rotate(45deg) !important;
  }

  .agent-checkbox-icon {
    width: 32px !important;
    height: 32px !important;
    flex-shrink: 0 !important;
  }

  .agent-checkbox-name {
    color: var(--color-text-primary) !important;
    font-family: var(--font-family-primary) !important;
    font-weight: var(--font-weight-normal) !important;
    font-size: 14px !important;
    line-height: 1.4em !important;
    letter-spacing: 0.02em !important;
    margin: 0 !important;
  }

  .knowledge-detail-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .knowledge-files-section {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }


  .file-list-detail {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .file-item-detail {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px;
    background-color: var(--color-background-secondary);
    border-radius: 8px;
  }

  .file-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .file-name {
    color: var(--color-text-primary);
    font-family: var(--font-family-primary);
    font-weight: var(--font-weight-normal);
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.02em;
  }

  .file-size {
    color: var(--color-text-secondary);
    font-family: var(--font-family-primary);
    font-weight: var(--font-weight-normal);
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0.02em;
  }

  .file-actions {
    display: flex;
    align-items: center;
  }

  .file-action-button {
    width: 32px;
    height: 32px;
    background: none;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.2s ease;
  }

  .file-action-button:hover {
    background-color: rgba(219, 49, 49, 0.1);
  }

  .knowledge-actions-section {
    display: flex;
    justify-content: center;
  }

  .add-file-button {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background-color: var(--color-text-tertiary);
    border: 1px solid var(--color-text-secondary);
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
  }

  .add-file-button:hover {
    background-color: var(--color-background-secondary);
  }

  /* File Upload Styles */
  .file-upload-area {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .file-upload-button {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background-color: var(--color-text-tertiary);
    border: 1px solid var(--color-text-secondary);
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
  }

  .file-upload-button:hover {
    background-color: var(--color-background-secondary);
  }

  .file-upload-text {
    color: var(--color-text-primary);
    font-family: var(--font-family-primary);
    font-weight: var(--font-weight-normal);
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.02em;
  }

  .file-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .file-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 12px;
    background-color: var(--color-background-secondary);
    border-radius: 6px;
  }

  .file-remove {
    width: 24px;
    height: 24px;
    background: none;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.2s ease;
  }

  .file-remove:hover {
    background-color: rgba(219, 49, 49, 0.1);
  }

  /* Knowledge List Styles */
  .knowledge-list {
    background-color: var(--color-white);
  }

  .knowledge-base-info {
    margin-bottom: 40px;
  }

  .knowledge-base-header {
    display: flex;
    gap: 16px;
    align-items: flex-start;
  }

  .knowledge-base-icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
  }

  .knowledge-base-details {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
  }

  .knowledge-base-name {
    color: var(--color-text-primary);
    font-family: var(--font-family-primary);
    font-weight: var(--font-weight-bold);
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.04em;
  }

  .knowledge-base-description {
    color: var(--color-text-secondary);
    font-family: var(--font-family-primary);
    font-weight: var(--font-weight-normal);
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.02em;
  }

  /* Knowledge File Cards */
  .knowledge-failed-card,
  .knowledge-file-card {
    background-color: var(--color-white);
    border: 1px solid var(--color-text-tertiary);
    border-radius: 8px;
    padding: 8px 24px;
    position: relative;
  }
  .knowledge-uploading-card {
    display: flex;
    align-items: center;
    background-color: var(--color-background-secondary);
    border-radius: 8px;
    padding: 8px 24px;
    position: relative;
  }

  .knowledge-uploading-card .knowledge-file-header {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
  }

  .knowledge-uploading-card .knowledge-file-icon img {
    width: 40px;
    height: 40px;
    filter: brightness(0) saturate(100%) invert(55%) sepia(0%) saturate(0%)
      hue-rotate(0deg) brightness(100%) contrast(100%);
  }

  .knowledge-uploading-card .knowledge-file-name {
    color: var(--color-text-secondary);
  }

  .knowledge-uploading-card .knowledge-file-actions {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
  }

  .knowledge-uploading-card .knowledge-cancel-button {
    display: flex;
    align-items: center;
    gap: 8px;
    background: none;
    border: none;
    cursor: pointer;
  }

  .knowledge-uploading-card .cancel-text {
    color: var(--color-error);
  }

  .knowledge-uploading-card .knowledge-upload-status {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .knowledge-uploading-card .upload-status-text {
    color: var(--color-text-secondary);
  }

  .knowledge-failed-card {
    background-color: var(--color-white);
    border-color: var(--color-text-tertiary);
    display: flex;
    justify-content: stretch;
    align-items: stretch;
    gap: 74px;
    padding: 8px 24px;
    position: relative;
  }

  .knowledge-failed-card .knowledge-file-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    flex: 1;
  }

  .knowledge-failed-card .knowledge-file-header {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
  }

  .knowledge-failed-card .knowledge-file-icon img {
    width: 40px;
    height: 40px;
    filter: brightness(0) saturate(100%) invert(85%) sepia(0%) saturate(0%)
      hue-rotate(0deg) brightness(85%) contrast(85%);
  }

  .knowledge-failed-card .knowledge-file-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
  }

  .knowledge-failed-card .knowledge-file-name,
  .knowledge-failed-card .knowledge-file-size {
    color: var(--color-text-tertiary);
  }

  .knowledge-failed-card .knowledge-file-actions {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
  }

  .knowledge-failed-card .knowledge-cancel-button {
    display: flex;
    align-items: center;
    gap: 8px;
    background: none;
    border: none;
    cursor: pointer;
  }

  .knowledge-failed-card .cancel-text {
    color: var(--color-error);
  }

  .knowledge-file-card {
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.15),
      0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  }

  .knowledge-file-header {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
  }

  .knowledge-file-icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
  }

  .knowledge-file-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
    flex: 1;
  }

  .knowledge-file-name {
    color: var(--color-text-primary);
    font-family: var(--font-family-primary);
    font-weight: var(--font-weight-normal);
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.02em;
  }

  .knowledge-file-size {
    color: var(--color-text-secondary);
    font-family: var(--font-family-primary);
    font-weight: var(--font-weight-normal);
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0.02em;
  }

  .knowledge-file-actions {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .knowledge-cancel-button {
    display: flex;
    align-items: center;
    gap: 8px;
    background: none;
    border: none;
    cursor: pointer;
    transition: opacity 0.2s ease;
  }

  .knowledge-cancel-button:hover {
    opacity: 0.7;
  }

  .cancel-text {
    color: var(--color-error);
    font-family: var(--font-family-primary);
    font-weight: var(--font-weight-normal);
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0.02em;
  }

  .knowledge-file-category {
    display: flex;
    align-items: center;
    gap: 24px;
  }

  .category-text {
    color: var(--color-text-secondary);
    font-family: var(--font-family-primary);
    font-weight: var(--font-weight-normal);
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0.02em;
  }

  .accordion-icon {
    transition: transform 0.3s ease;
  }

  /* Upload Status */
  .knowledge-upload-status {
    position: absolute;
    top: 25px;
    right: 360px;
  }

  .upload-status-text {
    color: var(--color-text-secondary);
    font-family: var(--font-family-primary);
    font-weight: var(--font-weight-bold);
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.04em;
  }

  /* Failed Status */
  .knowledge-failed-status {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .failed-status-text {
    color: var(--color-error);
    font-family: var(--font-family-primary);
    font-weight: var(--font-weight-normal);
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0.02em;
  }

  /* Expanded Knowledge Details */
  .knowledge-details-expanded {
    flex-direction: column;
    gap: 24px;
    padding: 16px 0 24px 0;
    margin-top: 16px;
    border-top: 1px solid var(--color-text-tertiary);
  }

  .accordion-checkbox:checked
    + .knowledge-file-header
    + .knowledge-details-expanded {
    display: flex;
  }

  .knowledge-info-section {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .knowledge-info-item {
    display: flex;
    gap: 0;
  }

  .info-label {
    color: var(--color-text-primary);
    font-family: var(--font-family-primary);
    font-weight: var(--font-weight-normal);
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.02em;
  }

  .info-value {
    color: var(--color-text-primary);
    font-family: var(--font-family-primary);
    font-weight: var(--font-weight-normal);
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.02em;
  }

  /* Preview Section */
  .preview-section {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .preview-label {
    color: var(--color-text-primary);
    font-family: var(--font-family-primary);
    font-weight: var(--font-weight-normal);
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.02em;
  }

  .preview-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 16px;
    background-color: var(--color-background-secondary);
    border-radius: 8px;
    align-self: stretch;
  }

  .preview-tag {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
    width: -moz-fit-content;
    width: fit-content;
  }

  .preview-tag-text {
    color: var(--color-text-primary);
    font-family: var(--font-family-primary);
    font-weight: var(--font-weight-normal);
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0.02em;
  }

  .preview-image {
    width: 100%;
    height: auto;
    border-radius: 0;
    overflow: hidden;
    background-color: transparent;
    border: none;
  }

  .preview-img {
    width: 100%;
    height: 100%;
    max-width: 200px;
    max-height: 200px;
    -o-object-fit: contain;
       object-fit: contain;
  }

  /* Notes Section */
  .notes-section {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .notes-label {
    color: var(--color-text-primary);
    font-family: var(--font-family-primary);
    font-weight: var(--font-weight-normal);
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.02em;
    width: auto;
  }

  /* Knowledge File Actions */
  .knowledge-file-actions {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    align-self: stretch;
    gap: 40px;
  }

  .knowledge-delete-button {
    display: flex;
    align-items: center;
    gap: 8px;
    background: none;
    border: none;
    cursor: pointer;
    transition: opacity 0.2s ease;
  }

  .knowledge-delete-button:hover {
    opacity: 0.7;
  }

  .delete-text {
    color: var(--color-error);
    font-family: var(--font-family-primary);
    font-weight: var(--font-weight-normal);
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0.02em;
  }

  /* Tenant Add Form Styles - Only custom styles that can't be handled by TailwindCSS */

  .profile-image {
    background-color: var(--color-text-tertiary);
  }

  /* ホバー時のみカメラアイコンを表示 */
  .profile-image:hover::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 48px;
    height: 48px;
    background-image: url("/icons/camera-icon.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 1;
    z-index: 2;
    pointer-events: none;
    filter: brightness(0) saturate(100%) invert(55%) sepia(0%) saturate(0%)
      hue-rotate(0deg) brightness(0.55) contrast(0.55);
  }

  /* 画像が設定されている場合はカメラアイコンを非表示 */
  .profile-image.has-image::before {
    display: none;
  }

  /* 画像が設定されていない場合は画像要素を非表示 */
  .profile-image:not(.has-image) .profile-image-content {
    display: none;
  }

  /* 画像が設定されている場合は画像要素を表示 */
  .profile-image.has-image .profile-image-content {
    display: block;
  }

  /* New Chat Message Styles - Figma Design */
  .message-table {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 24px 0;
    margin: 16px 0;
    display: flex;
    flex-direction: column;
    align-self: stretch;
  }

  .table-header {
    display: flex;
    justify-content: stretch;
    align-items: stretch;
    align-self: stretch;
    gap: 16px;
    padding: 16px 0;
    border-bottom: 1px solid #8c8c8c;
  }

  .table-row {
    display: flex;
    justify-content: stretch;
    align-items: stretch;
    align-self: stretch;
    gap: 16px;
    padding: 16px 0;
    border-bottom: 1px solid #d9d9d9;
  }

  .table-cell {
    flex: 1;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #404040;
    text-align: left;
    vertical-align: top;
  }

  .message-graph {
    margin: 16px 0;
    display: flex;
    justify-content: flex-start;
  }

  .message-pdf-preview {
    background-color: #eef5fc;
    border: 1px solid #eef5fc;
    border-radius: 8px;
    padding: 24px;
    margin: 16px 0;
    display: inline-block;
  }

  .pdf-preview-content {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .pdf-icon {
    filter: brightness(0) saturate(100%) invert(55%) sepia(0%) saturate(0%)
      hue-rotate(0deg) brightness(0.55) contrast(0.55);
  }

  .pdf-info {
    display: flex;
    flex-direction: column;
  }

  .pdf-name {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #404040;
  }

  .pdf-size {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #8c8c8c;
  }

  .message-code-block {
    background-color: #404040;
    border-radius: 8px;
    padding: 24px;
    margin: 16px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    gap: 16px;
  }

  .code-header {
    display: flex;
    justify-content: space-between;
    align-self: stretch;
    gap: 16px;
  }

  .code-language {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #8c8c8c;
  }

  .code-copy-icon {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%)
      hue-rotate(0deg) brightness(100%) contrast(100%);
  }

  .code-content {
    font-family: "Roboto Mono", monospace;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #d9d9d9;
    align-self: stretch;
  }

  .code-content pre {
    margin: 0;
    white-space: pre-wrap;
    word-wrap: break-word;
  }

  .code-content code {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
  }

  /* 隠れた参照元の表示/非表示制御 */
  .hidden-sources {
    display: none;
  }

  .show-hidden-sources .hidden-sources {
    display: inline;
  }

  /* チャット入力フィールドのフォーカス時スタイル */
  .chat-input input:focus {
    outline: none !important;
    box-shadow: none !important;
  }

  .chat-input input:focus-visible {
    outline: none !important;
    box-shadow: none !important;
  }

  /* チャット入力フィールドのinput要素 - 全フォーカス状態で枠線非表示 */
  .chat-input input[type="text"] {
    outline: none;
    border: none;
  }

  .chat-input input[type="text"]:focus {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
  }

  .chat-input input[type="text"]:focus-visible {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
  }

  /* テーマカラーピッカーのフォーカス時スタイル */
  .theme-color-picker {
    outline: none;
    border: none;
  }

  .theme-color-picker:focus {
    outline: none !important;
    box-shadow: none !important;
  }

  .theme-color-picker:focus-visible {
    outline: none !important;
    box-shadow: none !important;
  }

  /* チャット入力フィールド全体のフォーカス制御 */
  .chat-input {
    outline: none;
  }

  .chat-input:focus-within {
    outline: none;
    box-shadow: none;
  }

