/*
! tailwindcss v3.2.4 | 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)
*/

@font-face {
  font-family: "TmoneyRoundWindRegular";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_20-07@1.0/TmoneyRoundWindRegular.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root {
  --tt-font-body:
    "TmoneyRoundWindRegular", "Apple SD Gothic Neo", "Malgun Gothic",
    sans-serif;
}

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

/* macOS style code block */
#article .codeblock-mac {
  min-height: 0 !important;
  margin: 1.25rem 0;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 18px;
  overflow: hidden;
  background: #0f172a;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.16);
}

#article .codeblock-mac__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.65rem 1rem;
  background: linear-gradient(180deg, #303544 0%, #232733 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

#article .codeblock-mac__dots {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  flex-shrink: 0;
}

#article .codeblock-mac__dot {
  width: 12px;
  height: 12px;
  border-radius: 9999px;
  display: inline-block;
}

#article .codeblock-mac__dot.red {
  background: #ff5f57;
}

#article .codeblock-mac__dot.yellow {
  background: #febc2e;
}

#article .codeblock-mac__dot.green {
  background: #28c840;
}

#article .codeblock-mac__label {
  color: rgba(226, 232, 240, 0.88);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#article .codeblock-mac pre {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0.9rem 1.25rem 0 !important;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-inline: contain;
  scrollbar-color: #7c8494 #111620;
  scrollbar-gutter: stable;
  scrollbar-width: thin;
  background: #0f172a;
}

#article .codeblock-mac code,
#article .codeblock-mac .hljs {
  display: block;
  height: auto !important;
  min-height: 0 !important;
  margin: 0;
  padding: 0 0 0.9rem !important;
  background: transparent !important;
  color: #e2e8f0;
  font-family: "D2Coding", "Consolas", "Menlo", monospace;
  font-size: 0.92rem;
  line-height: 1.75;
}

#article .codeblock-mac pre::-webkit-scrollbar {
  width: 14px;
  height: 14px;
  background: #111620;
}

#article .codeblock-mac pre::-webkit-scrollbar-track {
  border-top: 1px solid rgba(226, 232, 240, 0.08);
  background: #111620;
}

#article .codeblock-mac pre::-webkit-scrollbar-thumb {
  min-width: 44px;
  border: 4px solid transparent;
  border-radius: 9999px;
  background: #7c8494;
  background-clip: padding-box;
}

#article .codeblock-mac pre::-webkit-scrollbar-thumb:hover {
  background: #a8b0bf;
  background-clip: padding-box;
}

#article .codeblock-mac pre::-webkit-scrollbar-corner {
  background: #111620;
}

.dark #article .codeblock-mac {
  border-color: rgba(148, 163, 184, 0.2);
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.35);
}

@media (max-width: 767px) {
  #article .codeblock-mac {
    border-radius: 14px;
  }

  #article .codeblock-mac__top {
    padding: 0.6rem 0.8rem;
  }

  #article .codeblock-mac pre {
    padding: 0.8rem 1rem 0 !important;
  }

  #article .codeblock-mac code,
  #article .codeblock-mac .hljs {
    padding-bottom: 0.8rem !important;
    font-size: 0.86rem;
  }

  #article .codeblock-mac pre::-webkit-scrollbar {
    width: 12px;
    height: 12px;
  }

  #article .codeblock-mac pre::-webkit-scrollbar-thumb {
    border-width: 3px;
  }
}

/* Global rising water droplets */
.global-droplets {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100dvh;
  min-height: 100vh;
  z-index: 20;
  overflow: hidden;
  contain: strict;
  pointer-events: none;
}

body.has-permalink-page .global-droplets,
body:has(#permalink) .global-droplets {
  display: none;
}

.global-droplet {
  position: absolute;
  bottom: -18vh;
  left: var(--drop-left);
  width: var(--drop-size);
  height: var(--drop-size);
  border: 1.5px solid rgba(54, 154, 239, 0.78);
  border-radius: 48% 52% 58% 42% / 42% 46% 54% 58%;
  background:
    radial-gradient(circle at 30% 24%, rgba(255, 255, 255, 0.94) 0 11%, transparent 25%),
    linear-gradient(145deg, rgba(151, 215, 255, 0.86), rgba(41, 125, 226, 0.46));
  box-shadow:
    inset 0 1px 3px rgba(255, 255, 255, 0.74),
    0 7px 20px rgba(41, 125, 226, 0.3);
  filter: saturate(1.2);
  opacity: 0;
  animation: tt-droplet-rise var(--drop-duration) linear var(--drop-delay) infinite;
  will-change: transform, opacity;
}

.dark .global-droplet {
  border-color: rgba(130, 190, 255, 0.72);
  background:
    radial-gradient(circle at 30% 24%, rgba(225, 242, 255, 0.88) 0 11%, transparent 25%),
    linear-gradient(145deg, rgba(90, 180, 245, 0.72), rgba(55, 121, 215, 0.38));
  box-shadow:
    inset 0 1px 3px rgba(226, 241, 255, 0.54),
    0 7px 22px rgba(55, 134, 226, 0.28);
}

@keyframes tt-droplet-rise {
  0% {
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(1.08) rotate(0deg);
  }

  7% {
    opacity: 0.68;
  }

  88% {
    opacity: 0.52;
  }

  100% {
    opacity: 0;
    transform: translate3d(var(--drop-drift), -136vh, 0) scale(1.46) rotate(28deg);
  }
}

/* Permalink metadata actions */
#permalink > header .article-meta-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.45rem;
  opacity: 1 !important;
}

#permalink > header .article-meta-actions .admin,
#permalink > header .article-meta-actions s_ad_div {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

#permalink > header .article-meta-actions s_ad_div {
  display: contents;
}

#permalink > header .article-meta-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0.34rem 0.72rem;
  border: 1px solid rgba(248, 249, 255, 0.24);
  border-radius: 999px;
  background: rgba(17, 19, 24, 0.62);
  color: #f8f9ff !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px) saturate(130%);
  -webkit-backdrop-filter: blur(10px) saturate(130%);
  font-size: 0.76rem;
  font-variant-numeric: tabular-nums;
  font-weight: 680;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

#permalink > header a.article-meta-chip {
  cursor: pointer;
  transition: background-color 170ms ease, border-color 170ms ease, transform 170ms ease;
}

#permalink > header .article-meta-chip.is-category {
  border-color: rgba(169, 188, 255, 0.56);
  background: rgba(41, 86, 215, 0.82);
}

#permalink > header a.article-meta-chip:hover {
  border-color: rgba(248, 249, 255, 0.62);
  background: #2956d7;
}

#permalink > header a.article-meta-chip:active {
  transform: translateY(1px) scale(0.98);
}

@media (max-width: 767px) {
  #permalink > header .article-meta-actions {
    gap: 0.35rem;
  }

  #permalink > header .article-meta-chip {
    min-height: 30px;
    padding: 0.3rem 0.58rem;
    font-size: 0.7rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .global-droplets {
    display: none;
  }
}

@media (prefers-reduced-transparency: reduce) {
  #permalink > header .article-meta-chip {
    background: #20242d;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  #permalink > header .article-meta-chip.is-category {
    background: #2956d7;
  }
}

::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` TmoneyRoundWindExtraBold by default.
5. Use the user's configured `sans` font-feature-settings by default.
*/

html {
  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: var(--tt-font-body) !important;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
}

/*
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 */
  font-family: var(--tt-font-body) !important;
}

body,
button,
input,
select,
textarea {
  font-family: var(--tt-font-body) !important;
}

/*
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 */
  margin: 10px auto !important;
}

/*
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. Correct the odd `em` font sizing in all browsers.
*/

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

/*
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-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: 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,
[type="button"],
[type="reset"],
[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;
}

/*
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] {
  display: none;
}

*,
::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-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: ;
}

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

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.bottom-3 {
  bottom: 0.75rem;
}

.top-0 {
  top: 0px;
}

.left-0 {
  left: 0px;
}

.-left-\[calc\(theme\(width\.s\)\)\] {
  left: calc(calc(16rem) * -1);
}

.right-0 {
  right: 0px;
}

.top-\[calc\(theme\(spacing\.14\)\+theme\(spacing\.1\)\)\] {
  top: calc(3.5rem + 0.25rem);
}

.top-\[calc\(100\%\+theme\(spacing\.6\)\)\] {
  top: calc(100% + 1.5rem);
}

.left-\[calc\(100\%\/2\)\] {
  left: calc(100% / 2);
}

.-top-\[1px\] {
  top: -1px;
}

.top-4 {
  top: 1rem;
}

.top-20 {
  top: 5rem;
}

.top-2 {
  top: 0.5rem;
}

.right-4 {
  right: 1rem;
}

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

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

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

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

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

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

.-z-\[1\] {
  z-index: -1;
}

.m-0 {
  margin: 0px;
}

.my-14 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.mr-auto {
  margin-right: auto;
}

.mt-9 {
  margin-top: 2.25rem;
}

.mr-1\.5 {
  margin-right: 0.375rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.box-border {
  box-sizing: border-box;
}

.block {
  display: block;
}

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

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-10 {
  height: 2.5rem;
}

.h-screen {
  height: 100vh;
}

.h-14 {
  height: 3.5rem;
}

.h-0\.5 {
  height: 0.125rem;
}

.h-0 {
  height: 0px;
}

.h-full {
  height: 100%;
}

.h-9 {
  height: 2.25rem;
}

.h-5 {
  height: 1.25rem;
}

.h-64 {
  height: 16rem;
}

.h-12 {
  height: 3rem;
}

.h-8 {
  height: 2rem;
}

.h-11 {
  height: 2.75rem;
}

.h-32 {
  height: 8rem;
}

.h-auto {
  height: auto;
}

.h-20 {
  height: 5rem;
}

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

.max-h-\[calc\(100vh-theme\(spacing\.20\)-theme\(spacing\.10\)-theme\(spacing\.3\)-2rem\)\] {
  max-height: calc(100vh - 5rem - 2.5rem - 0.75rem - 2rem);
}

.max-h-\[inherit\] {
  max-height: inherit;
}

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

.w-full {
  width: 100%;
}

.w-10 {
  width: 2.5rem;
}

.w-screen {
  width: 100vw;
}

.w-14 {
  width: 3.5rem;
}

.w-0 {
  width: 0px;
}

.w-s {
  width: 16rem;
}

.w-\[calc\(theme\(width\.s\)\+theme\(spacing\.8\)\)\] {
  width: calc(16rem + 2rem);
}

.w-64 {
  width: 16rem;
}

.w-9 {
  width: 2.25rem;
}

.w-0\.5 {
  width: 0.125rem;
}

.w-8 {
  width: 2rem;
}

.w-16 {
  width: 4rem;
}

.w-48 {
  width: 12rem;
}

.w-\[calc\(100\%\+theme\(spacing\.10\)\)\] {
  width: calc(100% + 2.5rem);
}

.w-auto {
  width: auto;
}

.w-56 {
  width: 14rem;
}

.w-\[calc\(theme\(spacing\.56\)\+theme\(spacing\.5\)\)\] {
  width: calc(14rem + 1.25rem);
}

.w-20 {
  width: 5rem;
}

.max-w-\[calc\(80vw-152px\)\] {
  max-width: calc(80vw - 152px);
}

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

.rotate-90 {
  --tw-rotate: 90deg;
  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));
}

.scale-75 {
  --tw-scale-x: 0.75;
  --tw-scale-y: 0.75;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.animate-loading {
  animation: loading 1s linear infinite;
}

.cursor-pointer {
  cursor: pointer;
}

.resize-none {
  resize: none;
}

.list-inside {
  list-style-position: inside;
}

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

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

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

.flex-wrap {
  flex-wrap: wrap;
}

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

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

.justify-end {
  justify-content: flex-end;
}

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

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

.gap-6 {
  gap: 1.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-x-3 {
  -moz-column-gap: 0.75rem;
  column-gap: 0.75rem;
}

.gap-y-6 {
  row-gap: 1.5rem;
}

.gap-x-1 {
  -moz-column-gap: 0.25rem;
  column-gap: 0.25rem;
}

.gap-y-10 {
  row-gap: 2.5rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

.gap-y-2 {
  row-gap: 0.5rem;
}

.gap-y-24 {
  row-gap: 6rem;
}

.gap-x-2 {
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
}

.gap-y-3 {
  row-gap: 0.75rem;
}

.gap-x-4 {
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}

.gap-y-5 {
  row-gap: 1.25rem;
}

.gap-y-1 {
  row-gap: 0.25rem;
}

.gap-x-5 {
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
}

.overflow-hidden {
  overflow: hidden;
}

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

.overflow-y-scroll {
  overflow-y: scroll;
}

.scroll-smooth {
  scroll-behavior: smooth;
}

.whitespace-normal {
  white-space: normal;
}

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

.rounded-full {
  border-radius: 9999px;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.border-2 {
  border-width: 2px;
}

.border-0 {
  border-width: 0px;
}

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

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

.border-l-2 {
  border-left-width: 2px;
}

.border-t {
  border-top-width: 1px;
}

.border-solid {
  border-style: solid;
}

.border-dashed {
  border-style: dashed;
}

.border-dotted {
  border-style: dotted;
}

.border-none {
  border-style: none;
}

.border-h-500\/20 {
  border-color: rgb(102 102 110 / 0.2);
}

.border-h-400 {
  --tw-border-opacity: 1;
  border-color: rgb(153 153 161 / var(--tw-border-opacity));
}

.border-h-300 {
  --tw-border-opacity: 1;
  border-color: rgb(230 230 233 / var(--tw-border-opacity));
}

.border-l-h-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(102 102 110 / var(--tw-border-opacity));
}

.border-b-h-200 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(244 244 246 / var(--tw-border-opacity));
}

.bg-h-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-h-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 246 / var(--tw-bg-opacity));
}

.bg-h-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-h-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 31 33 / var(--tw-bg-opacity));
}

.bg-h-900\/50 {
  background-color: rgb(0 0 0 / 0.5);
}

.bg-h-100\/50 {
  background-color: rgb(255 255 255 / 0.5);
}

.bg-h-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(230 230 233 / var(--tw-bg-opacity));
}

.bg-h-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(53 54 56 / var(--tw-bg-opacity));
}

.bg-h-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(41 42 45 / var(--tw-bg-opacity));
}

.bg-transparent {
  background-color: transparent;
}

.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.p-0 {
  padding: 0px;
}

.p-10 {
  padding: 2.5rem;
}

.p-5 {
  padding: 1.25rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

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

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pl-0 {
  padding-left: 0px;
}

.pb-14 {
  padding-bottom: 3.5rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pr-5 {
  padding-right: 1.25rem;
}

.pl-16 {
  padding-left: 4rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pt-7 {
  padding-top: 1.75rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pr-1 {
  padding-right: 0.25rem;
}

.pt-9 {
  padding-top: 2.25rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

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

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

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

.font-sans {
  font-family: var(--tt-font-body);
}

.font-\[initial\] {
  font-family: var(--tt-font-body);
}

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

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

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

.text-\[0\] {
  font-size: 0;
}

.font-bold {
  font-weight: 700;
}

.font-semibold {
  font-weight: 600;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-8 {
  line-height: 2rem;
}

.leading-none {
  line-height: 1;
}

.leading-loose {
  line-height: 2;
}

.text-h-900 {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-h-500 {
  --tw-text-opacity: 1;
  color: rgb(102 102 110 / var(--tw-text-opacity));
}

.text-h-800 {
  --tw-text-opacity: 1;
  color: rgb(30 31 33 / var(--tw-text-opacity));
}

.text-h-400 {
  --tw-text-opacity: 1;
  color: #6b7280;
}

.text-h-600 {
  --tw-text-opacity: 1;
  color: rgb(53 54 56 / var(--tw-text-opacity));
}

.text-h-200 {
  --tw-text-opacity: 1;
  color: rgb(244 244 246 / var(--tw-text-opacity));
}

.text-h-orange {
  --tw-text-opacity: 1;
  color: rgb(255 85 68 / var(--tw-text-opacity));
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

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

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

.outline-0 {
  outline-width: 0px;
}

.backdrop-blur {
  --tw-backdrop-blur: blur(8px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
    var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
    var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
    var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
    var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
    var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
    var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
    var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
    var(--tw-backdrop-sepia);
}

.transition {
  transition-property:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke,
    opacity,
    box-shadow,
    transform,
    filter,
    -webkit-backdrop-filter;
  transition-property:
    color, background-color, border-color, text-decoration-color, fill, stroke,
    opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke,
    opacity,
    box-shadow,
    transform,
    filter,
    backdrop-filter,
    -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-\[left\] {
  transition-property: left;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-linear {
  transition-timing-function: linear;
}

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

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

.text-hidden {
  position: absolute !important;
  margin: -1px !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
}

.text-overflow-hidden {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.font-awesome {
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  line-height: 1;
}

.fa-chevron-right {
  font-weight: 700;
  --tw-content: "\f105";
  content: var(--tw-content);
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  line-height: 1;
}

.fa-tag {
  font-weight: 700;
  --tw-content: "\f02b";
  content: var(--tw-content);
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  line-height: 1;
}

.fa-star {
  --tw-content: "\f005";
  content: var(--tw-content);
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  line-height: 1;
}

.menu_toolbar {
  display: none;
}

a,
button {
  pointer-events: auto !important;
}

/* https://github.com/aFarkas/lazysizes#css-api */
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}

.lazyload,
.lazyloading {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  --tw-bg-opacity: 1;
  background-color: rgb(230 230 233 / var(--tw-bg-opacity));
}

.dark .lazyload,
.dark .lazyloading {
  --tw-bg-opacity: 1;
  background-color: rgb(41 42 45 / var(--tw-bg-opacity));
}

.lazyloaded {
  animation: none;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.lazyload:not([src]) {
  visibility: hidden;
}

/* https://swiperjs.com/demos#navigation */
.swiper-button-next,
.swiper-button-prev {
  --swiper-navigation-size: 1.5rem;
  --swiper-navigation-color: rgba(255, 255, 255, 0.6);
}

@media not all and (min-width: 1100px) {
  .swiper-button-next,
  .swiper-button-prev {
    display: none !important;
  }
}

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

.before\:right-0::before {
  content: var(--tw-content);
  right: 0px;
}

.before\:top-0::before {
  content: var(--tw-content);
  top: 0px;
}

.before\:left-\[calc\(theme\(spacing\.12\)\/2\)\]::before {
  content: var(--tw-content);
  left: calc(3rem / 2);
}

.before\:top-16::before {
  content: var(--tw-content);
  top: 4rem;
}

.before\:z-10::before {
  content: var(--tw-content);
  z-index: 10;
}

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

.before\:h-screen::before {
  content: var(--tw-content);
  height: 100vh;
}

.before\:h-\[calc\(100\%-65px\)\]::before {
  content: var(--tw-content);
  height: calc(100% - 65px);
}

.before\:w-full::before {
  content: var(--tw-content);
  width: 100%;
}

.before\:w-\[1px\]::before {
  content: var(--tw-content);
  width: 1px;
}

.before\:bg-h-900\/50::before {
  content: var(--tw-content);
  background-color: rgb(0 0 0 / 0.5);
}

.before\:bg-h-900\/20::before {
  content: var(--tw-content);
  background-color: rgb(0 0 0 / 0.2);
}

.before\:bg-h-300::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(230 230 233 / var(--tw-bg-opacity));
}

.before\:text-h-500::before {
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(102 102 110 / var(--tw-text-opacity));
}

.before\:backdrop-blur::before {
  content: var(--tw-content);
  --tw-backdrop-blur: blur(8px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
    var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
    var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
    var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
    var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
    var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
    var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
    var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
    var(--tw-backdrop-sepia);
}

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

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

.first\:mt-20:first-child {
  margin-top: 5rem;
}

.empty\:my-10:empty {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.empty\:mt-0:empty {
  margin-top: 0px;
}

.hover\:bg-h-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(230 230 233 / var(--tw-bg-opacity));
}

.hover\:bg-h-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(53 54 56 / var(--tw-bg-opacity));
}

.hover\:text-h-800:hover {
  --tw-text-opacity: 1;
  color: rgb(30 31 33 / var(--tw-text-opacity));
}

.hover\:text-h-200:hover {
  --tw-text-opacity: 1;
  color: rgb(244 244 246 / var(--tw-text-opacity));
}

.hover\:text-h-600:hover {
  --tw-text-opacity: 1;
  color: dodgerblue;
}

.dark .dark\:border-h-100\/20 {
  border-color: rgb(255 255 255 / 0.2);
}

.dark .dark\:border-h-400 {
  --tw-border-opacity: 1;
  border-color: rgb(153 153 161 / var(--tw-border-opacity));
}

.dark .dark\:border-h-200 {
  --tw-border-opacity: 1;
  border-color: rgb(244 244 246 / var(--tw-border-opacity));
}

.dark .dark\:border-l-h-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.dark .dark\:border-b-h-700 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(41 42 45 / var(--tw-border-opacity));
}

.dark .dark\:bg-h-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 31 33 / var(--tw-bg-opacity));
}

.dark .dark\:bg-h-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(41 42 45 / var(--tw-bg-opacity));
}

.dark .dark\:bg-h-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 246 / var(--tw-bg-opacity));
}

.dark .dark\:bg-h-800\/80 {
  background-color: rgb(30 31 33 / 0.8);
}

.dark .dark\:bg-h-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(53 54 56 / var(--tw-bg-opacity));
}

.dark .dark\:text-h-200 {
  --tw-text-opacity: 1;
  color: rgb(244 244 246 / var(--tw-text-opacity));
}

.dark .dark\:text-h-400 {
  --tw-text-opacity: 1;
  color: rgb(153 153 161 / var(--tw-text-opacity));
}

.dark .dark\:text-h-300 {
  --tw-text-opacity: 1;
  color: rgb(230 230 233 / var(--tw-text-opacity));
}

.dark .dark\:text-h-blue {
  --tw-text-opacity: 1;
  color: rgb(93 176 215 / var(--tw-text-opacity));
}

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

.dark .dark\:before\:bg-h-400::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(153 153 161 / var(--tw-bg-opacity));
}

.dark .dark\:before\:text-h-200::before {
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(244 244 246 / var(--tw-text-opacity));
}

.dark .dark\:hover\:bg-h-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(53 54 56 / var(--tw-bg-opacity));
}

.dark .dark\:hover\:text-h-200:hover {
  --tw-text-opacity: 1;
  color: rgb(244 244 246 / var(--tw-text-opacity));
}

@media not all and (min-width: 1820px) {
  .max-2xl\:fixed {
    position: fixed;
  }

  .max-2xl\:right-4 {
    right: 1rem;
  }

  .max-2xl\:-right-60 {
    right: -15rem;
  }

  .max-2xl\:top-20 {
    top: 5rem;
  }

  .max-2xl\:z-40 {
    z-index: 40;
  }

  .max-2xl\:rounded-xl {
    border-radius: 0.75rem;
  }

  .max-2xl\:bg-h-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(244 244 246 / var(--tw-bg-opacity));
  }

  .max-2xl\:p-6 {
    padding: 1.5rem;
  }

  .max-2xl\:pt-8 {
    padding-top: 2rem;
  }

  .max-2xl\:pr-14 {
    padding-right: 3.5rem;
  }

  .max-2xl\:transition-\[right\] {
    transition-property: right;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .max-2xl\:duration-200 {
    transition-duration: 200ms;
  }

  .dark .max-2xl\:dark\:bg-h-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(41 42 45 / var(--tw-bg-opacity));
  }
}

@media not all and (min-width: 1100px) {
  .max-lg\:w-full {
    width: 100%;
  }
}

@media (min-width: 640px) {
  .sm\:h-72 {
    height: 18rem;
  }

  .sm\:h-64 {
    height: 16rem;
  }

  .sm\:w-64 {
    width: 16rem;
  }

  .sm\:grow {
    flex-grow: 1;
  }

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

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

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

  .sm\:justify-end {
    justify-content: flex-end;
  }

  .sm\:gap-x-6 {
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }

  .sm\:border-t {
    border-top-width: 1px;
  }

  .sm\:border-solid {
    border-style: solid;
  }

  .sm\:border-h-300 {
    --tw-border-opacity: 1;
    border-color: rgb(230 230 233 / var(--tw-border-opacity));
  }
}

@media (min-width: 768px) {
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .md\:gap-8 {
    gap: 2rem;
  }
}

@media (min-width: 1100px) {
  .lg\:top-\[calc\(100\%\+theme\(spacing\.6\)\)\] {
    top: calc(100% + 1.5rem);
  }

  .lg\:left-\[calc\(theme\(\'screens\.lg\'\)\/2\)\] {
    left: calc(1100px / 2);
  }

  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:mt-40 {
    margin-top: 10rem;
  }

  .lg\:mb-16 {
    margin-bottom: 4rem;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:mt-20 {
    margin-top: 5rem;
  }

  .lg\:h-16 {
    height: 4rem;
  }

  .lg\:h-\[calc\(theme\(spacing\.72\)\+theme\(spacing\.7\)\)\] {
    height: calc(18rem + 1.75rem);
  }

  .lg\:h-48 {
    height: 12rem;
  }

  .lg\:w-idx {
    width: 1100px;
  }

  .lg\:w-pem {
    width: var(--h-width);
  }

  .lg\:w-\[calc\(theme\(spacing\.96\)\+theme\(spacing\.20\)\+theme\(spacing\.3\)\)\] {
    width: calc(24rem + 5rem + 0.75rem);
  }

  .lg\:w-32 {
    width: 8rem;
  }

  .lg\:max-w-screen-lg {
    max-width: 1100px;
  }

  .lg\:-translate-y-6 {
    --tw-translate-y: -1.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));
  }

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

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

  .lg\:p-16 {
    padding: 4rem;
  }

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:first\:mt-40:first-child {
    margin-top: 10rem;
  }
}

@media (min-width: 1400px) {
  .xl\:invisible {
    visibility: hidden;
  }

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

  .xl\:left-0 {
    left: 0px;
  }

  .xl\:w-c {
    width: calc(100% - 16rem);
  }

  .xl\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xl\:pl-64 {
    padding-left: 16rem;
  }
}

@media (min-width: 1820px) {
  .\32xl\:absolute {
    position: absolute;
  }

  .\32xl\:sticky {
    position: sticky;
  }

  .\32xl\:top-0 {
    top: 0px;
  }

  .\32xl\:top-20 {
    top: 5rem;
  }

  .\32xl\:ml-\[calc\(\(\(1100px\+theme\(width\.pem\)\)\/2\)\+theme\(spacing\.5\)\)\] {
    margin-left: calc(((1100px + var(--h-width)) / 2) + 1.25rem);
  }

  .\32xl\:block {
    display: block;
  }

  .\32xl\:hidden {
    display: none;
  }

  .\32xl\:h-full {
    height: 100%;
  }

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

.\[\&\+\.description\]\:text-h-200 + .description {
  --tw-text-opacity: 1;
  color: rgb(244 244 246 / var(--tw-text-opacity));
}

.\[\&_img\]\:hidden img {
  display: none;
}

.\[\&\>div\]\:before\:hidden > div::before {
  content: var(--tw-content);
  display: none;
}

.\[\&\:last-child\>div\]\:before\:hidden:last-child > div::before {
  content: var(--tw-content);
  display: none;
}

#comments .tt_more_preview_comments_wrap {
  margin-top: 1rem;

  margin-bottom: 1rem;

  border-radius: 0.75rem;

  --tw-bg-opacity: 1;

  background-color: rgb(41 42 45 / var(--tw-bg-opacity));

  padding-top: 0.75rem;

  padding-bottom: 0.75rem;

  padding-left: 1rem;

  padding-right: 1rem;

  font-size: 0.875rem;

  line-height: 1.25rem;

  --tw-text-opacity: 1;

  color: rgb(244 244 246 / var(--tw-text-opacity));

  transition-duration: 200ms;
}

#comments .tt_more_preview_comments_wrap:hover {
  --tw-bg-opacity: 1;

  background-color: rgb(53 54 56 / var(--tw-bg-opacity));
}

#comments .tt_more_preview_comments_wrap::after {
  margin-left: 0.5rem;

  font-weight: 700;

  --tw-content: "\f0ab";

  content: var(--tw-content);

  display: inline-block;

  font-family: "Font Awesome 6 Free";

  font-style: normal;

  line-height: 1;
}

#comments .tt-txt-mention {
  display: none;
}

#comments .tistoryProfileLayerTrigger {
  display: none;
}

#content .container_postbtn .btn_subscription {
  margin-left: 0.5rem;

  margin-right: 0px;

  border-width: 0px;
}

#content .container_postbtn .btn_subscription .txt_state {
  position: absolute !important;

  margin: -1px !important;

  height: 1px !important;

  width: 1px !important;

  overflow: hidden !important;
}

#content .container_postbtn .btn_subscription .txt_tool_id,
#content .container_postbtn .btn_subscription .ico_check_type1 {
  display: none;
}

#content .container_postbtn .btn_subscription::before {
  font-size: 0.875rem;

  line-height: 1.25rem;

  font-weight: 700;

  --tw-content: "\f005";

  content: var(--tw-content);

  display: inline-block;

  font-family: "Font Awesome 6 Free";

  font-style: normal;

  line-height: 1;
}

#content .contents_style {
  padding: 0px;

  text-align: left;

  line-height: 2;

  font-family: var(--tt-font-body);

  --tw-text-opacity: 1;

  color: rgb(53 54 56 / var(--tw-text-opacity));
}

.dark #content .contents_style {
  --tw-text-opacity: 1;

  color: rgb(244 244 246 / var(--tw-text-opacity));
}

/* Force raw HTML post content to inherit the blog body font. */
#article > div {
  font-family: var(--tt-font-body) !important;
}

#article > div * {
  font-family: inherit !important;
}

#article > div pre,
#article > div code,
#article > div kbd,
#article > div samp,
#article > div pre *,
#article > div code *,
#article > div kbd *,
#article > div samp * {
  font-family:
    D2Coding, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace !important;
}

#article > div .fa,
#article > div .fas,
#article > div .far,
#article > div .fa-solid,
#article > div .fa-regular,
#article > div .font-awesome,
#article > div [class^="fa-"],
#article > div [class*=" fa-"] {
  font-family: "Font Awesome 6 Free" !important;
}

#article > div .fab,
#article > div .fa-brands {
  font-family: "Font Awesome 6 Brands" !important;
}

#content .contents_style a {
  --tw-text-opacity: 1;

  color: rgb(255 85 68 / var(--tw-text-opacity));

  text-decoration-thickness: 0px;
}

.dark #content .contents_style a {
  --tw-text-opacity: 1;

  color: rgb(93 176 215 / var(--tw-text-opacity));
}

#content .contents_style h2,
#content .contents_style h3,
#content .contents_style h4 {
  margin-top: 1.25rem;

  margin-bottom: 1.25rem;

  scroll-margin-top: 5rem;

  font-weight: 500;
}

#content .contents_style h2 a,
#content .contents_style h3 a,
#content .contents_style h4 a {
  --tw-text-opacity: 1;

  color: rgb(53 54 56 / var(--tw-text-opacity));
}

.dark #content .contents_style h2 a,
.dark #content .contents_style h3 a,
.dark #content .contents_style h4 a {
  --tw-text-opacity: 1;

  color: rgb(244 244 246 / var(--tw-text-opacity));
}

#content .contents_style h2 {
  font-size: 1.25rem;

  line-height: 1.75rem;
}

@media (min-width: 1100px) {
  #content .contents_style h2 {
    font-size: 1.5rem;

    line-height: 2rem;
  }
}

#content .contents_style h3 {
  font-size: 1.125rem;

  line-height: 1.75rem;
}

@media (min-width: 1100px) {
  #content .contents_style h3 {
    font-size: 1.25rem;

    line-height: 1.75rem;
  }
}

#content .contents_style h4 {
  font-size: 1rem;

  line-height: 1.5rem;
}

@media (min-width: 1100px) {
  #content .contents_style h4 {
    font-size: 1.125rem;

    line-height: 1.75rem;
  }
}

#content .contents_style ol[data-ke-list-type],
#content .contents_style ul[data-ke-list-type] {
  margin-top: 1.25rem;

  margin-bottom: 1.25rem;

  display: flex;

  list-style-position: inside;

  flex-direction: column;

  row-gap: 0.25rem;
}

#content .contents_style ol[data-ke-list-type] ol[data-ke-list-type],
#content .contents_style ol[data-ke-list-type] ul[data-ke-list-type],
#content .contents_style ul[data-ke-list-type] ol[data-ke-list-type],
#content .contents_style ul[data-ke-list-type] ul[data-ke-list-type] {
  margin-top: 0px;

  margin-bottom: 0px;

  margin-left: 1.5rem;
}

#content .contents_style p,
#content .contents_style ol[data-ke-list-type],
#content .contents_style ul[data-ke-list-type],
#content .contents_style table[data-ke-align],
#content .contents_style blockquote[data-ke-style="style2"],
#content .contents_style blockquote[data-ke-style="style3"] {
  --tw-text-opacity: 1;

  color: rgb(53 54 56 / var(--tw-text-opacity));
}

.dark #content .contents_style p,
.dark #content .contents_style ol[data-ke-list-type],
.dark #content .contents_style ul[data-ke-list-type],
.dark #content .contents_style table[data-ke-align],
.dark #content .contents_style blockquote[data-ke-style="style2"],
.dark #content .contents_style blockquote[data-ke-style="style3"] {
  --tw-text-opacity: 1;

  color: rgb(230 230 233 / var(--tw-text-opacity));
}

#content .contents_style p b,
#content .contents_style p strong,
#content .contents_style ol[data-ke-list-type] b,
#content .contents_style ol[data-ke-list-type] strong,
#content .contents_style ul[data-ke-list-type] b,
#content .contents_style ul[data-ke-list-type] strong,
#content .contents_style table[data-ke-align] b,
#content .contents_style table[data-ke-align] strong,
#content .contents_style blockquote[data-ke-style="style2"] b,
#content .contents_style blockquote[data-ke-style="style2"] strong,
#content .contents_style blockquote[data-ke-style="style3"] b,
#content .contents_style blockquote[data-ke-style="style3"] strong {
  font-family: inherit !important;
  font-weight: 800 !important;
}

#content .contents_style p a,
#content .contents_style ol[data-ke-list-type] a,
#content .contents_style ul[data-ke-list-type] a,
#content .contents_style table[data-ke-align] a,
#content .contents_style blockquote[data-ke-style="style2"] a,
#content .contents_style blockquote[data-ke-style="style3"] a {
  display: inline-block;

  --tw-text-opacity: 1;

  color: rgb(255 85 68 / var(--tw-text-opacity));
}

.dark #content .contents_style p a,
.dark #content .contents_style ol[data-ke-list-type] a,
.dark #content .contents_style ul[data-ke-list-type] a,
.dark #content .contents_style table[data-ke-align] a,
.dark #content .contents_style blockquote[data-ke-style="style2"] a,
.dark #content .contents_style blockquote[data-ke-style="style3"] a {
  --tw-text-opacity: 1;

  color: rgb(93 176 215 / var(--tw-text-opacity));
}

#content .contents_style p code,
#content .contents_style ol[data-ke-list-type] code,
#content .contents_style ul[data-ke-list-type] code,
#content .contents_style table[data-ke-align] code,
#content .contents_style blockquote[data-ke-style="style2"] code,
#content .contents_style blockquote[data-ke-style="style3"] code {
  position: relative;

  top: -1px;

  white-space: normal;

  --tw-bg-opacity: 1;

  background-color: rgb(244 244 246 / var(--tw-bg-opacity));

  padding-left: 0.5rem;

  padding-right: 0.5rem;

  padding-top: 0.125rem;

  padding-bottom: 0.125rem;

  font-family: var(--tt-font-body);

  font-size: 0.875rem;

  line-height: 1.25rem;

  --tw-text-opacity: 1;

  color: rgb(53 54 56 / var(--tw-text-opacity));
}

.dark #content .contents_style p code,
.dark #content .contents_style ol[data-ke-list-type] code,
.dark #content .contents_style ul[data-ke-list-type] code,
.dark #content .contents_style table[data-ke-align] code,
.dark #content .contents_style blockquote[data-ke-style="style2"] code,
.dark #content .contents_style blockquote[data-ke-style="style3"] code {
  --tw-bg-opacity: 1;

  background-color: rgb(41 42 45 / var(--tw-bg-opacity));

  --tw-text-opacity: 1;

  color: rgb(230 230 233 / var(--tw-text-opacity));
}

#content .contents_style figure,
#content .contents_style pre,
#content .contents_style table[data-ke-align],
#content .contents_style [data-ke-type="moreLess"] {
  margin-top: 1.25rem;

  margin-bottom: 1.25rem;
}

.dark #content .contents_style hr {
  --tw-brightness: brightness(0);

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

#content .contents_style table[data-ke-align] td,
#content .contents_style table[data-ke-align] th {
  box-sizing: border-box;

  border-width: 0px;

  border-bottom-width: 1px;

  border-style: solid;

  --tw-border-opacity: 1;

  border-color: rgb(153 153 161 / var(--tw-border-opacity));

  background-color: transparent;

  padding-left: 0.75rem;

  padding-right: 0.75rem;

  padding-top: 1rem;

  padding-bottom: 1rem;

  font-size: 0.875rem;

  line-height: 1.25rem;

  line-height: 2;

  --tw-text-opacity: 1;

  color: rgb(53 54 56 / var(--tw-text-opacity));
}

.dark #content .contents_style table[data-ke-align] td,
.dark #content .contents_style table[data-ke-align] th {
  --tw-text-opacity: 1;

  color: rgb(244 244 246 / var(--tw-text-opacity));
}

#content .contents_style figure figcaption {
  text-align: center;

  font-size: 0.875rem;

  line-height: 1.25rem;

  line-height: 2;

  --tw-text-opacity: 1;

  color: rgb(153 153 161 / var(--tw-text-opacity));
}

@media not all and (min-width: 1100px) {
  #content .contents_style figure.imageblock.alignCenter,
  #content .contents_style figure.imagegridblock {
    width: 100% !important;
  }
}

#content .contents_style figure.imageblock span,
#content .contents_style figure.imageblock a,
#content .contents_style figure.imagegridblock span,
#content .contents_style figure.imagegridblock a {
  position: relative;

  display: block;

  height: auto;

  max-height: 100%;

  width: auto;

  max-width: 100%;
}

#content .contents_style figure.imageblock span::after,
#content .contents_style figure.imageblock a::after,
#content .contents_style figure.imagegridblock span::after,
#content .contents_style figure.imagegridblock a::after {
  display: block;

  height: 0px;

  width: 100%;

  --tw-content: "";

  content: var(--tw-content);
}

#content .contents_style figure.imageblock span img,
#content .contents_style figure.imageblock a img,
#content .contents_style figure.imagegridblock span img,
#content .contents_style figure.imagegridblock a img {
  position: absolute;

  top: 0px;

  left: 0px;

  display: block;

  height: 100%;

  width: 100%;
}

#content .contents_style figure.imageslideblock .image-container {
  height: auto !important;

  max-height: 100% !important;

  min-height: 0px !important;

  width: auto !important;

  max-width: 100% !important;
}

#content .contents_style figure.imageslideblock .image-container::after {
  display: block;

  height: 0px;

  width: 100%;

  --tw-content: "";

  content: var(--tw-content);
}

#content .contents_style figure.imageslideblock .image-container .selected {
  position: absolute;

  top: 0px;

  left: 0px;

  display: flex;

  height: 100%;

  max-height: 100%;

  width: 100%;

  max-width: 100%;

  align-items: center;

  justify-content: center;
}

#content .contents_style figure.imageslideblock .image-container .selected img {
  display: block;

  height: auto;

  width: auto;
}

#content .contents_style figure[data-ke-type="opengraph"] a {
  border-width: 0px;
}

#content .contents_style figure[data-ke-type="opengraph"] a .og-image {
  overflow: hidden;

  border-right-width: 0px;
}

#content .contents_style figure[data-ke-type="opengraph"] .og-text {
  --tw-bg-opacity: 1;

  background-color: rgb(244 244 246 / var(--tw-bg-opacity));
}

.dark #content .contents_style figure[data-ke-type="opengraph"] .og-text {
  --tw-bg-opacity: 1;

  background-color: rgb(41 42 45 / var(--tw-bg-opacity));
}

#content .contents_style figure[data-ke-type="opengraph"] .og-text .og-title,
#content .contents_style figure[data-ke-type="opengraph"] .og-text .og-desc,
#content .contents_style figure[data-ke-type="opengraph"] .og-text .og-host {
  font-family: var(--tt-font-body);

  --tw-text-opacity: 1;

  color: rgb(102 102 110 / var(--tw-text-opacity));
}

.dark
  #content
  .contents_style
  figure[data-ke-type="opengraph"]
  .og-text
  .og-title,
.dark
  #content
  .contents_style
  figure[data-ke-type="opengraph"]
  .og-text
  .og-desc,
.dark
  #content
  .contents_style
  figure[data-ke-type="opengraph"]
  .og-text
  .og-host {
  --tw-text-opacity: 1;

  color: rgb(244 244 246 / var(--tw-text-opacity));
}

#content .contents_style figure[data-ke-type="opengraph"] .og-text .og-title {
  font-weight: 700;

  --tw-text-opacity: 1;

  color: rgb(53 54 56 / var(--tw-text-opacity));
}

#content .contents_style figure.fileblock {
  border-width: 0px;

  --tw-bg-opacity: 1;

  background-color: rgb(244 244 246 / var(--tw-bg-opacity));
}

.dark #content .contents_style figure.fileblock {
  --tw-bg-opacity: 1;

  background-color: rgb(41 42 45 / var(--tw-bg-opacity));
}

#content .contents_style figure.fileblock .filename {
  margin-top: 0.75rem;
}

#content .contents_style figure.fileblock .filename .name {
  height: auto;
}

.dark #content .contents_style figure.fileblock .filename,
.dark #content .contents_style figure.fileblock .size {
  --tw-text-opacity: 1;

  color: rgb(244 244 246 / var(--tw-text-opacity));
}

.dark #content .contents_style figure.fileblock .image,
.dark #content .contents_style figure.fileblock a::after {
  --tw-brightness: brightness(0);

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

#content .contents_style [data-ke-type="moreLess"] {
  position: relative;
}

#content .contents_style [data-ke-type="moreLess"]::before {
  position: absolute;

  top: 1rem;

  right: 0px;

  z-index: -1;

  height: 0px;

  width: 100%;

  border-bottom-width: 1px;

  border-style: dashed;

  --tw-border-opacity: 1;

  border-color: rgb(153 153 161 / var(--tw-border-opacity));

  --tw-content: "";

  content: var(--tw-content);
}

#content
  .contents_style
  [data-ke-type="moreLess"].open
  .btn-toggle-moreless::before {
  font-weight: 700;

  --tw-content: "\f0ab";

  content: var(--tw-content);

  display: inline-block;

  font-family: "Font Awesome 6 Free";

  font-style: normal;

  line-height: 1;
}

#content .contents_style [data-ke-type="moreLess"] .btn-toggle-moreless {
  display: inline-block;

  border-radius: 0.375rem;

  --tw-bg-opacity: 1;

  background-color: rgb(41 42 45 / var(--tw-bg-opacity));

  padding-left: 0.75rem;

  padding-right: 0.75rem;

  padding-top: 0.5rem;

  padding-bottom: 0.5rem;

  font-size: 0.75rem;

  line-height: 1rem;

  font-weight: 700;

  --tw-text-opacity: 1;

  color: rgb(244 244 246 / var(--tw-text-opacity));
}

#content
  .contents_style
  [data-ke-type="moreLess"]
  .btn-toggle-moreless::before {
  margin-right: 0.375rem;

  font-weight: 700;

  --tw-content: "\f0a9";

  content: var(--tw-content);

  display: inline-block;

  font-family: "Font Awesome 6 Free";

  font-style: normal;

  line-height: 1;
}

#content .contents_style [data-ke-type="moreLess"] .moreless-content {
  margin-top: 1.5rem;
}

#content .contents_style blockquote[data-ke-style] {
  margin-top: 1rem;

  margin-bottom: 1rem;

  font-family: var(--tt-font-body);

  --tw-text-opacity: 1;

  color: rgb(53 54 56 / var(--tw-text-opacity));
}

.dark #content .contents_style blockquote[data-ke-style] {
  --tw-text-opacity: 1;

  color: rgb(244 244 246 / var(--tw-text-opacity));
}

#content .contents_style blockquote[data-ke-style][data-ke-style="style1"] {
  padding-top: 1.75rem;

  font-size: 1.25rem;

  line-height: 1.75rem;

  font-weight: 500;

  line-height: 2;

  --tw-text-opacity: 1;

  color: rgb(53 54 56 / var(--tw-text-opacity));
}

.dark
  #content
  .contents_style
  blockquote[data-ke-style][data-ke-style="style1"] {
  --tw-text-opacity: 1;

  color: rgb(244 244 246 / var(--tw-text-opacity));
}

#content .contents_style blockquote[data-ke-style][data-ke-style="style2"] {
  border-left-width: 2px;

  border-style: solid;

  --tw-border-opacity: 1;

  border-color: rgb(230 230 233 / var(--tw-border-opacity));

  padding-left: 0.75rem;

  padding-right: 0.25rem;

  text-align: left;

  font-size: 0.875rem;

  line-height: 1.25rem;

  line-height: 2;

  --tw-text-opacity: 1;

  color: rgb(153 153 161 / var(--tw-text-opacity));
}

.dark
  #content
  .contents_style
  blockquote[data-ke-style][data-ke-style="style2"] {
  --tw-border-opacity: 1;

  border-color: rgb(153 153 161 / var(--tw-border-opacity));
}

#content .contents_style blockquote[data-ke-style][data-ke-style="style3"] {
  border-width: 0px;

  --tw-bg-opacity: 1;

  background-color: rgb(244 244 246 / var(--tw-bg-opacity));

  line-height: 2;

  --tw-text-opacity: 1;

  color: rgb(153 153 161 / var(--tw-text-opacity));
}

.dark
  #content
  .contents_style
  blockquote[data-ke-style][data-ke-style="style3"] {
  --tw-bg-opacity: 1;

  background-color: rgb(41 42 45 / var(--tw-bg-opacity));

  --tw-text-opacity: 1;

  color: rgb(153 153 161 / var(--tw-text-opacity));
}

#content .contents_style pre code {
  padding-left: 1rem;

  padding-right: 1rem;

  line-height: 1.5;
}

#content .container_postbtn {
  padding: 0px;

  padding-top: 2.25rem;

  --tw-text-opacity: 1;

  color: rgb(53 54 56 / var(--tw-text-opacity));
}

.dark #content .container_postbtn {
  --tw-text-opacity: 1;

  color: rgb(244 244 246 / var(--tw-text-opacity));
}

#content
  .container_postbtn
  .postbtn_like
  > .wrap_btn:not([id^="reaction-"])
  > button,
#content .container_postbtn .btn_subscription {
  display: inline-block;

  height: 2.25rem;

  width: 2.25rem;

  cursor: pointer;

  border-radius: 0.375rem;

  --tw-bg-opacity: 1;

  background-color: rgb(244 244 246 / var(--tw-bg-opacity));

  padding: 0px;

  font-size: 0;

  line-height: 1;

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

  outline-width: 0px;

  transition-duration: 200ms;
}

#content
  .container_postbtn
  .postbtn_like
  > .wrap_btn:not([id^="reaction-"])
  > button::before,
#content .container_postbtn .btn_subscription::before {
  content: var(--tw-content);

  --tw-text-opacity: 1;

  color: rgb(102 102 110 / var(--tw-text-opacity));
}

#content
  .container_postbtn
  .postbtn_like
  > .wrap_btn:not([id^="reaction-"])
  > button:hover,
#content .container_postbtn .btn_subscription:hover {
  --tw-bg-opacity: 1;

  background-color: rgb(230 230 233 / var(--tw-bg-opacity));
}

.dark
  #content
  .container_postbtn
  .postbtn_like
  > .wrap_btn:not([id^="reaction-"])
  > button,
.dark #content .container_postbtn .btn_subscription {
  --tw-bg-opacity: 1;

  background-color: rgb(41 42 45 / var(--tw-bg-opacity));
}

.dark
  #content
  .container_postbtn
  .postbtn_like
  > .wrap_btn:not([id^="reaction-"])
  > button::before,
.dark #content .container_postbtn .btn_subscription::before {
  content: var(--tw-content);

  --tw-text-opacity: 1;

  color: rgb(244 244 246 / var(--tw-text-opacity));
}

.dark
  #content
  .container_postbtn
  .postbtn_like
  > .wrap_btn:not([id^="reaction-"])
  > button:hover,
.dark #content .container_postbtn .btn_subscription:hover {
  --tw-bg-opacity: 1;

  background-color: rgb(53 54 56 / var(--tw-bg-opacity));
}

#content .container_postbtn .postbtn_like {
  display: flex;

  -moz-column-gap: 0.5rem;

  column-gap: 0.5rem;

  border-width: 0px;

  padding: 0px;
}

#content .container_postbtn .postbtn_like .wrap_btn {
  display: inline-block;

  border-width: 0px;
}

#content .container_postbtn .postbtn_like .wrap_btn button::before,
#content
  .container_postbtn
  .postbtn_like
  .wrap_btn
  button[data-entry-id]::before,
#content .container_postbtn .postbtn_like .wrap_btn .uoc-count::before {
  font-size: 0.875rem;

  line-height: 1.25rem;

  font-weight: 700;
}

#content .container_postbtn .postbtn_like .wrap_btn .ico_like,
#content .container_postbtn .postbtn_like .wrap_btn .ico_share,
#content .container_postbtn .postbtn_like .wrap_btn .ico_statistics,
#content .container_postbtn .postbtn_like .wrap_btn .ico_etc {
  background-image: none;

  position: absolute !important;

  margin: -1px !important;

  height: 1px !important;

  width: 1px !important;

  overflow: hidden !important;
}

#content .container_postbtn .postbtn_like .wrap_btn[id^="reaction-"] button {
  height: 2.25rem;

  width: 4rem;

  border-radius: 0.375rem;

  --tw-bg-opacity: 1;

  background-color: rgb(41 42 45 / var(--tw-bg-opacity));
}

#content
  .container_postbtn
  .postbtn_like
  .wrap_btn[id^="reaction-"]
  button:hover {
  --tw-bg-opacity: 1;

  background-color: rgb(53 54 56 / var(--tw-bg-opacity));
}

#content
  .container_postbtn
  .postbtn_like
  .wrap_btn[id^="reaction-"]
  button
  .uoc-icon {
  --tw-text-opacity: 1;

  color: rgb(244 244 246 / var(--tw-text-opacity));
}

#content
  .container_postbtn
  .postbtn_like
  .wrap_btn[id^="reaction-"]
  button
  .uoc-count {
  font-weight: 700;

  line-height: 1;
}

#content
  .container_postbtn
  .postbtn_like
  .wrap_btn[id^="reaction-"]
  button
  .uoc-count::before {
  margin-right: 0.375rem;

  font-size: 0.875rem;

  line-height: 1.25rem;

  font-weight: 700;

  --tw-content: "\f004";

  content: var(--tw-content);

  display: inline-block;

  font-family: "Font Awesome 6 Free";

  font-style: normal;

  line-height: 1;
}

#content
  .container_postbtn
  .postbtn_like
  .wrap_btn.wrap_btn_share
  .btn_share::before {
  font-weight: 700;

  --tw-content: "\f1e0";

  content: var(--tw-content);

  display: inline-block;

  font-family: "Font Awesome 6 Free";

  font-style: normal;

  line-height: 1;
}

#content
  .container_postbtn
  .postbtn_like
  .wrap_btn
  button[data-entry-id]::before {
  font-weight: 700;

  --tw-content: "\f200";

  content: var(--tw-content);

  display: inline-block;

  font-family: "Font Awesome 6 Free";

  font-style: normal;

  line-height: 1;
}

#content
  .container_postbtn
  .postbtn_like
  .wrap_btn.wrap_btn_etc
  .btn_etc1::before {
  font-weight: 700;

  --tw-content: "\f0ad";

  content: var(--tw-content);

  display: inline-block;

  font-family: "Font Awesome 6 Free";

  font-style: normal;

  line-height: 1;
}

#content
  .container_postbtn
  .postbtn_like
  .wrap_btn.wrap_btn_etc
  .btn_etc2::before {
  font-weight: 700;

  --tw-content: "\f141";

  content: var(--tw-content);

  display: inline-block;

  font-family: "Font Awesome 6 Free";

  font-style: normal;

  line-height: 1;
}

#tistoryCclLayer {
  border-radius: 0.375rem;

  border-width: 0px;

  --tw-bg-opacity: 1;

  background-color: rgb(244 244 246 / var(--tw-bg-opacity));

  --tw-text-opacity: 1;

  color: rgb(153 153 161 / var(--tw-text-opacity));

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

.dark #tistoryCclLayer {
  --tw-bg-opacity: 1;

  background-color: rgb(41 42 45 / var(--tw-bg-opacity));

  --tw-text-opacity: 1;

  color: rgb(230 230 233 / var(--tw-text-opacity));
}

#tistoryCclLayer span {
  --tw-text-opacity: 1;

  color: rgb(153 153 161 / var(--tw-text-opacity));
}

#tistoryCclLayer .ico_arrbt {
  display: none;
}

#tistorySnsLayer,
#tistoryEtcLayer {
  border-radius: 0.375rem;

  --tw-bg-opacity: 1;

  background-color: rgb(244 244 246 / var(--tw-bg-opacity));

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

.dark #tistorySnsLayer,
.dark #tistoryEtcLayer {
  --tw-bg-opacity: 1;

  background-color: rgb(41 42 45 / var(--tw-bg-opacity));
}

#tistorySnsLayer .btn_mark,
#tistoryEtcLayer .btn_mark {
  --tw-text-opacity: 1;

  color: rgb(153 153 161 / var(--tw-text-opacity));
}

.dark #tistorySnsLayer .btn_mark,
.dark #tistoryEtcLayer .btn_mark {
  --tw-text-opacity: 1;

  color: rgb(230 230 233 / var(--tw-text-opacity));
}

#tistorySnsLayer .btn_mark:hover,
#tistoryEtcLayer .btn_mark:hover {
  --tw-bg-opacity: 1;

  background-color: rgb(230 230 233 / var(--tw-bg-opacity));
}

.dark #tistorySnsLayer .btn_mark:hover,
.dark #tistoryEtcLayer .btn_mark:hover {
  --tw-bg-opacity: 1;

  background-color: rgb(53 54 56 / var(--tw-bg-opacity));

  --tw-text-opacity: 1;

  color: rgb(244 244 246 / var(--tw-text-opacity));
}

#tistorySnsLayer .ico_arrbt,
#tistoryEtcLayer .ico_arrbt {
  display: none;
}

#tistorySnsLayer .bundle_post a,
#tistoryEtcLayer .bundle_post a {
  --tw-text-opacity: 1;

  color: rgb(153 153 161 / var(--tw-text-opacity));

  text-decoration-line: none;
}

.dark #tistorySnsLayer .bundle_post a,
.dark #tistoryEtcLayer .bundle_post a {
  --tw-text-opacity: 1;

  color: rgb(230 230 233 / var(--tw-text-opacity));
}

.another_category {
  display: none;
}

#tags a {
  margin-top: 0.75rem;

  border-radius: 0.375rem;

  --tw-bg-opacity: 1;

  background-color: rgb(244 244 246 / var(--tw-bg-opacity));

  padding-top: 0.5rem;

  padding-bottom: 0.5rem;

  padding-left: 1rem;

  padding-right: 1rem;

  font-size: 0.875rem;

  line-height: 1.25rem;

  --tw-text-opacity: 1;

  color: rgb(102 102 110 / var(--tw-text-opacity));
}

.dark #tags a {
  --tw-bg-opacity: 1;

  background-color: rgb(41 42 45 / var(--tw-bg-opacity));

  --tw-text-opacity: 1;

  color: rgb(244 244 246 / var(--tw-text-opacity));
}

#tags a:hover {
  --tw-bg-opacity: 1;

  background-color: rgb(53 54 56 / var(--tw-bg-opacity));

  --tw-text-opacity: 1;

  color: rgb(244 244 246 / var(--tw-text-opacity));
}

#tags a:first-of-type::before {
  margin-right: 0.5rem;

  font-weight: 700;

  --tw-content: "\f02b";

  content: var(--tw-content);

  display: inline-block;

  font-family: "Font Awesome 6 Free";

  font-style: normal;

  line-height: 1;
}

div[data-tistory-react-app="Namecard"] {
  display: none;
}

[data-mode="list"] .list {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
}

@media (min-width: 640px) {
  [data-mode="list"] .list {
    row-gap: 0px;
  }
}

[data-mode="list"] .post {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}

@media (min-width: 640px) {
  [data-mode="list"] .post {
    height: 18rem;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
    border-top-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(230 230 233 / var(--tw-border-opacity));
  }

  .dark [data-mode="list"] .post {
    --tw-border-opacity: 1;
    border-color: rgb(153 153 161 / var(--tw-border-opacity));
  }
}

[data-mode="list"] .post .thumbnail img {
  width: 100%;
  max-width: none;
}

@media (min-width: 640px) {
  [data-mode="list"] .post .thumbnail img {
    height: 16rem;
    width: 16rem;
  }
}

[data-mode="list"] .post .description {
  row-gap: 0.5rem;
}

@media (min-width: 640px) {
  [data-mode="list"] .post .description {
    flex-grow: 1;
  }
}

[data-mode="list"] .post .description .title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}

@media (min-width: 1100px) {
  [data-mode="list"] .post .description .title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

[data-mode="list"] .post .description .summary {
  margin-top: 0.25rem;
  max-height: 5rem;
}

[data-mode="list"] .post .description .summary::after {
  top: calc(3.5rem + 0.25rem);
}

[data-mode="grid"] .list {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}

@media (min-width: 768px) {
  [data-mode="grid"] .list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
  }
}

@media (min-width: 1100px) {
  [data-mode="grid"] .list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 3rem;
  }
}

[data-mode="grid"] .post {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  border-radius: 1.5rem;
  border-width: 1px;
  border-color: #d7d7d7;
}

[data-mode="grid"] .post:hover {
  border-color: transparent;
  transition: transform 0.6s;
  transform: translateY(-8px);
  box-shadow: 0 10px 20px 0 rgb(0 0 0 / 20%);
}

[data-mode="grid"] .post .thumbnail img {
  height: 16rem;
  width: 100%;
  border-radius: 1.5rem 1.5rem 0 0;
}

[data-mode="grid"] .post .description {
  row-gap: 0.5rem;
  padding: 0rem 1.5rem 1.5rem 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

[data-mode="grid"] .post .description .title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}

[data-mode="grid"] .post .description .summary {
  margin-top: 0.25rem;
  max-height: 3.5rem;
}

[data-mode="grid"] .post .description .summary::after {
  top: 1.75rem;
}

[data-mode="zigzag"] .list {
  display: flex;
  flex-direction: column;
  row-gap: 6rem;
}

@media (min-width: 1100px) {
  [data-mode="zigzag"] .list {
    row-gap: 7rem;
  }
}

[data-mode="zigzag"] .post {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}

@media (min-width: 1100px) {
  [data-mode="zigzag"] .post {
    flex-direction: row;
  }
}

[data-mode="zigzag"] .post:last-child::before {
  display: none;
}

[data-mode="zigzag"] .post::before {
  position: absolute;
  top: calc(100% + 1.5rem);
  left: calc(100% / 2);
  height: 3rem;
  width: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(230 230 233 / var(--tw-bg-opacity));
  --tw-content: "";
  content: var(--tw-content);
}

.dark [data-mode="zigzag"] .post::before {
  --tw-bg-opacity: 1;
  background-color: rgb(53 54 56 / var(--tw-bg-opacity));
}

@media (min-width: 1100px) {
  [data-mode="zigzag"] .post::before {
    top: calc(100% + 1.5rem);
    left: calc(1100px / 2);
    height: 4rem;
  }
}

[data-mode="zigzag"] .post .thumbnail img {
  position: relative;
  z-index: 10;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 1100px) {
  [data-mode="zigzag"] .post .thumbnail img {
    height: calc(18rem + 1.75rem);
    width: calc(24rem + 5rem + 0.75rem);
    max-width: none;
  }
}

[data-mode="zigzag"] .post .description {
  justify-content: center;
  row-gap: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 246 / var(--tw-bg-opacity));
  padding: 2.5rem;
}

.dark [data-mode="zigzag"] .post .description {
  --tw-bg-opacity: 1;
  background-color: rgb(41 42 45 / var(--tw-bg-opacity));
}

@media (min-width: 1100px) {
  [data-mode="zigzag"] .post .description {
    padding: 4rem;
  }
}

[data-mode="zigzag"] .post .description .title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}

@media (min-width: 1100px) {
  [data-mode="zigzag"] .post .description .title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

[data-mode="zigzag"] .post .description .summary {
  margin-top: 0.25rem;
  max-height: 5rem;
}

[data-mode="zigzag"] .post .description .summary::after {
  top: calc(3.5rem + 0.25rem);
}

@media (min-width: 1100px) {
  [data-mode="zigzag"] .post:nth-child(2n + 1) img {
    --tw-translate-y: -1.5rem;
    --tw-translate-x: 1.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));
  }

  [data-mode="zigzag"] .post:nth-child(2n) {
    flex-direction: row-reverse;
  }

  [data-mode="zigzag"] .post:nth-child(2n) img {
    --tw-translate-y: -1.5rem;
    --tw-translate-x: -1.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));
  }
}

[data-mode="slideshow"] .post {
  display: flex;

  align-items: center;

  justify-content: center;
}

[data-mode="slideshow"] .post::before {
  position: absolute;

  right: 0px;

  top: 0px;

  z-index: 10;

  height: 100vh;

  width: 100%;

  content: var(--tw-content);

  background-color: rgb(0 0 0 / 0.2);
}

[data-mode="slideshow"] .post .thumbnail img {
  height: 100vh;

  width: 100vw;

  -o-object-fit: cover;

  object-fit: cover;
}

[data-mode="slideshow"] .post .description {
  position: absolute;

  z-index: 20;

  display: flex;

  height: 100vh;

  width: 100vw;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  row-gap: 0.5rem;

  text-align: center;
}

[data-mode="slideshow"] .post .description .title {
  padding-left: 1rem;

  padding-right: 1rem;
}

[data-mode="slideshow"] .post .description .title a {
  font-size: 1.875rem;

  line-height: 2.25rem;

  font-weight: 700;

  --tw-text-opacity: 1;

  color: rgb(244 244 246 / var(--tw-text-opacity));
}

[data-mode="slideshow"] .post .description .metainfo a,
[data-mode="slideshow"] .post .description .metainfo time {
  --tw-text-opacity: 1;

  color: rgb(244 244 246 / var(--tw-text-opacity));
}

[data-mode="slideshow"] .post .description .summary {
  display: none;
}

#paging a {
  display: inline-block;
}

#paging span {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

#paging i,
#paging span {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  height: 2rem;
  width: 2rem;
  text-align: center;
  font-size: 1rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(30 31 33 / var(--tw-text-opacity));
}

.dark #paging i,
.dark #paging span {
  --tw-text-opacity: 1;
  color: rgb(230 230 233 / var(--tw-text-opacity));
}

#paging span:not(.selected) {
  display: none;
}

@media (min-width: 1100px) {
  #paging span:not(.selected) {
    display: inline-block;
  }
}

#paging .selected {
  display: inline-block;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(53 54 56 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(244 244 246 / var(--tw-text-opacity));
}

#sidebar #counter .title {
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(153 153 161 / var(--tw-text-opacity));
}

#sidebar #counter .count {
  --tw-text-opacity: 1;
  color: rgb(53 54 56 / var(--tw-text-opacity));
}

.dark #sidebar #counter .count {
  --tw-text-opacity: 1;
  color: rgb(244 244 246 / var(--tw-text-opacity));
}

#sidebar #category .tt_category .link_tit img,
#sidebar #category .tt_category .link_item img,
#sidebar #category .tt_category .link_sub_item img {
  display: none;
}

#sidebar #category .tt_category .link_tit .c_cnt,
#sidebar #category .tt_category .link_item .c_cnt,
#sidebar #category .tt_category .link_sub_item .c_cnt {
  font-size: 0.75rem;
  line-height: 1rem;
  color: red;
}

#sidebar #category .tt_category .link_tit {
  margin-bottom: 1.2rem;
  display: inline-block;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  transition: all 0.2s ease-in-out;
  -webkit-animation: textAnim 5s ease-out infinite;
  color: rgba(0, 0, 0, 0.7);
  background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
  background-size: 250% 500%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.dark #sidebar #category .tt_category .link_tit {
  --tw-text-opacity: 1;
  color: rgb(244 244 246 / var(--tw-text-opacity));
}

#sidebar #category .tt_category ul {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-top: 7px;
}

#sidebar #category .tt_category ul li {
  position: relative;
  margin-top: 10px;
}

#sidebar #category .tt_category ul li i {
  position: absolute;
  right: 0px;
  cursor: pointer;
  font-size: 0.75rem;
  line-height: 1.25rem;
}

#sidebar #category .tt_category .sub_category_list li .link_sub_item::before {
  margin-right: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(153 153 161 / var(--tw-text-opacity));
  font-weight: 700;
  --tw-content: "\f105";
  content: var(--tw-content);
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  line-height: 1;
}

.category_list li a {
  font-size: 0.9rem;
}

#sidebar #blogmenu ul {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

#sidebar .sidebar-element {
  width: 16rem;

  padding-left: 1.25rem;

  padding-right: 1.25rem;
}

#sidebar .sidebar-element h2 {
  margin-bottom: 1.25rem;

  font-size: 0.875rem;

  line-height: 1.25rem;

  font-weight: 700;

  --tw-text-opacity: 1;

  color: rgb(30 31 33 / var(--tw-text-opacity));
}

.dark #sidebar .sidebar-element h2 {
  --tw-text-opacity: 1;

  color: rgb(244 244 246 / var(--tw-text-opacity));
}

#sidebar .sidebar-element i {
  --tw-text-opacity: 1;

  color: rgb(153 153 161 / var(--tw-text-opacity));
}

#sidebar .sidebar-element a:not(.link_tit) {
  --tw-text-opacity: 1;

  color: black;
}

#sidebar .sidebar-element a:not(.link_tit):hover {
  --tw-text-opacity: 1;

  color: dodgerblue;
}

.dark #sidebar .sidebar-element a:not(.link_tit):hover {
  --tw-text-opacity: 1;

  color: rgb(244 244 246 / var(--tw-text-opacity));
}

#bottom a,
#bottom button {
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 246 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(102 102 110 / var(--tw-text-opacity));
  outline-width: 0px;
}

#bottom a:hover,
#bottom button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(230 230 233 / var(--tw-bg-opacity));
}

.dark #bottom a,
.dark #bottom button {
  --tw-bg-opacity: 1;
  background-color: rgb(41 42 45 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(244 244 246 / var(--tw-text-opacity));
}

.dark #bottom a:hover,
.dark #bottom button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(53 54 56 / var(--tw-bg-opacity));
}

.blogername {
  color: rgba(0, 0, 0, 1);
}

.sidebar {
  box-shadow:
    0 2px 5px 0 rgb(0 0 0 / 16%),
    0 2px 10px 0 rgb(0 0 0 / 2%);
}

.blogmenu-title {
  margin-bottom: 1.5rem;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  transition: all 0.2s ease-in-out;
  -webkit-animation: textAnim 5s ease-out infinite;
  color: rgba(0, 0, 0, 0.7);
  background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
  background-size: 250% 500%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.searchBar {
  box-shadow:
    0 2px 5px 0 rgb(0 0 0 / 16%),
    0 2px 10px 0 rgb(0 0 0 / 2%);
  background-color: #fff;
  border-radius: 10px;
}

.whitecolor {
  background-color: #fff;
}

.header-container {
  background-image: linear-gradient(135deg, #d1f0fe 0%, #f9fed6 100%);
}

.index-box {
  box-shadow:
    0 2px 5px 0 rgb(0 0 0 / 16%),
    0 2px 10px 0 rgb(0 0 0 / 2%);
}

.index-main {
  background-color: dodgerblue;
  border-radius: 10px 10px 0px 0px;
  color: #fff;
  padding: 0.8rem 1.2rem;
}

.index-item {
  padding: 0.8rem 1.2rem;
  background-color: #fff;
  color: #514040;
}

.hljs {
  padding: 1em !important;
  border-radius: 10px;
}

pre {
  position: relative;
}

pre::after {
  content: attr(data-ke-language);
  position: absolute;
  bottom: 8px;
  right: 12px;
  color: #cfd2d1;
  font-size: 12px;
}

/*
 * Editorial refresh
 * Shape rule: content surfaces 16px, controls 12px, action buttons pill-shaped.
 * Accent rule: cobalt is the only interactive accent in both themes.
 */
:root {
  --tt-font-body: "TmoneyRoundWindRegular", "SUIT", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  --tt-bg: #f7f8fb;
  --tt-surface: #ffffff;
  --tt-surface-soft: #eef1f7;
  --tt-surface-strong: #e4e8f0;
  --tt-text: #191b20;
  --tt-text-soft: #5f6673;
  --tt-text-faint: #69717d;
  --tt-line: #dce1ea;
  --tt-accent: #2956d7;
  --tt-accent-strong: #1e43ad;
  --tt-accent-soft: #e8edff;
  --tt-shadow: 0 18px 48px rgba(44, 57, 82, 0.11);
  --tt-radius: 16px;
  --tt-control-radius: 12px;
}

.dark {
  --tt-bg: #111318;
  --tt-surface: #191c23;
  --tt-surface-soft: #20242d;
  --tt-surface-strong: #2a2f3a;
  --tt-text: #eceef3;
  --tt-text-soft: #b8bfcb;
  --tt-text-faint: #9199a7;
  --tt-line: #303541;
  --tt-accent: #82a0ff;
  --tt-accent-strong: #a9bcff;
  --tt-accent-soft: #242f53;
  --tt-shadow: 0 22px 54px rgba(0, 0, 0, 0.3);
}

html {
  background: var(--tt-bg);
  color: var(--tt-text);
  font-family: var(--tt-font-body) !important;
  scrollbar-color: var(--tt-text-faint) var(--tt-bg);
}

body {
  background: var(--tt-bg) !important;
  color: var(--tt-text) !important;
  font-family: var(--tt-font-body) !important;
  font-kerning: normal;
  letter-spacing: -0.012em;
  text-rendering: optimizeLegibility;
}

::selection {
  background: var(--tt-accent);
  color: #f8f9ff;
}

:where(a, button, input, textarea):focus-visible {
  outline: 3px solid color-mix(in srgb, var(--tt-accent) 48%, transparent);
  outline-offset: 3px;
}

#main {
  min-height: 100dvh;
}

/* Loading state */
#loader {
  min-height: 100dvh;
  height: 100dvh !important;
  background: var(--tt-bg) !important;
}

.loader-mark {
  width: min(280px, calc(100vw - 48px));
}

.loader-mark__name {
  display: block;
  margin-bottom: 14px;
  overflow: hidden;
  color: var(--tt-text);
  font-size: 1rem;
  font-weight: 750;
  letter-spacing: -0.025em;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.loader-mark__bar {
  display: block;
  width: 100%;
  height: 3px;
  overflow: hidden;
  border-radius: 999px;
  background: var(--tt-surface-strong);
}

.loader-mark__bar::after {
  display: block;
  width: 42%;
  height: 100%;
  border-radius: inherit;
  background: var(--tt-accent);
  content: "";
  animation: tt-loader 1s cubic-bezier(0.65, 0, 0.35, 1) infinite alternate;
}

@keyframes tt-loader {
  from { transform: translateX(0); }
  to { transform: translateX(140%); }
}

/* Reading progress and compact top navigation */
[x-data="indicator"] > div > div {
  height: 3px !important;
  border-radius: 0 999px 999px 0 !important;
  background: var(--tt-accent) !important;
}

[x-data="top"] {
  min-height: 64px;
  height: 64px !important;
  border-bottom: 1px solid color-mix(in srgb, var(--tt-line) 82%, transparent);
  background: color-mix(in srgb, var(--tt-bg) 88%, transparent) !important;
  backdrop-filter: blur(18px) saturate(135%);
  -webkit-backdrop-filter: blur(18px) saturate(135%);
}

[x-data="top"] img {
  border: 1px solid var(--tt-line);
  box-shadow: 0 4px 14px color-mix(in srgb, var(--tt-text) 10%, transparent);
}

.subscription {
  background: var(--tt-accent-soft) !important;
  color: var(--tt-accent) !important;
  transition: transform 180ms ease, background-color 180ms ease;
}

.subscription:hover {
  background: color-mix(in srgb, var(--tt-accent-soft) 76%, var(--tt-accent)) !important;
}

.subscription:active,
#bottom a:active {
  transform: translateY(1px) scale(0.97);
}

/* Sidebar */
#sidebar {
  border-right: 1px solid var(--tt-line);
  background: var(--tt-surface) !important;
  box-shadow: 16px 0 44px rgba(43, 55, 79, 0.09);
}

.dark #sidebar {
  background: var(--tt-surface) !important;
  box-shadow: 16px 0 44px rgba(0, 0, 0, 0.24);
}

#sidebar > div {
  gap: 1.9rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  scrollbar-width: thin;
  scrollbar-color: var(--tt-line) transparent;
}

#sidebar .sidebar-element {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

#sidebar .sidebar-element:first-child img {
  width: 88px;
  height: 88px;
  border: 1px solid var(--tt-line);
  border-radius: var(--tt-radius);
  object-fit: cover;
  box-shadow: var(--tt-shadow);
}

.blogername {
  color: var(--tt-text) !important;
  font-size: 1.08rem;
  font-weight: 760 !important;
  letter-spacing: -0.03em;
}

#sidebar .text-h-400,
#sidebar #counter .title {
  color: var(--tt-text-faint) !important;
}

#sidebar #counter {
  padding-top: 1rem;
  border-top: 1px solid var(--tt-line);
}

#sidebar #counter .count {
  margin-top: 0.3rem;
  color: var(--tt-text) !important;
  font-size: 1rem;
  font-variant-numeric: tabular-nums;
  font-weight: 700;
}

.searchBar {
  border: 1px solid var(--tt-line);
  border-radius: var(--tt-control-radius);
  background: var(--tt-bg) !important;
  box-shadow: none;
  color: var(--tt-text-soft) !important;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.searchBar:focus-within {
  border-color: var(--tt-accent);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--tt-accent) 15%, transparent);
}

.searchBar input {
  width: 100%;
  background: transparent !important;
  color: var(--tt-text) !important;
}

.searchBar input::placeholder {
  color: var(--tt-text-faint);
  opacity: 1;
}

#sidebar #category .tt_category .link_tit,
.blogmenu-title {
  margin-bottom: 1.1rem;
  background: none;
  color: var(--tt-text) !important;
  -webkit-animation: none;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: currentColor;
  animation: none;
  font-size: 0.92rem;
  font-weight: 760;
}

#sidebar #category .tt_category ul,
#sidebar #blogmenu ul {
  gap: 0.3rem;
  margin-top: 0;
}

#sidebar #category .tt_category ul li {
  margin-top: 0;
}

#sidebar .sidebar-element a:not(.link_tit) {
  display: inline-block;
  color: var(--tt-text-soft) !important;
  transition: color 160ms ease, transform 160ms ease;
}

#sidebar .sidebar-element a:not(.link_tit):hover {
  color: var(--tt-accent) !important;
  transform: translateX(2px);
}

#sidebar #category .tt_category .link_tit .c_cnt,
#sidebar #category .tt_category .link_item .c_cnt,
#sidebar #category .tt_category .link_sub_item .c_cnt {
  color: var(--tt-text-faint);
  font-variant-numeric: tabular-nums;
}

#copyright {
  padding-top: 1.25rem;
  border-top: 1px solid var(--tt-line);
  color: var(--tt-text-faint) !important;
}

#copyright a {
  color: var(--tt-text-soft) !important;
}

/* Page and category headers */
.header-container {
  background: var(--tt-surface-soft);
}

#permalink > header,
#page > header,
section[data-mode] > header {
  position: relative;
  min-height: 300px;
  height: auto !important;
  margin-bottom: 3.75rem !important;
  overflow: hidden;
  border-bottom: 1px solid var(--tt-line) !important;
  background: var(--tt-surface-soft);
}

#permalink > header > .description,
#page > header > .description,
section[data-mode] > header > .description {
  width: min(760px, calc(100% - 48px));
  align-items: flex-start !important;
  margin: 0 auto !important;
  text-align: left !important;
}

#permalink > header .thumbnail::before,
#page > header .thumbnail::before,
section[data-mode] > header .thumbnail::before {
  height: 100% !important;
  background: linear-gradient(90deg, rgba(13, 18, 29, 0.82), rgba(13, 18, 29, 0.38)) !important;
  backdrop-filter: none !important;
}

#permalink > header .thumbnail,
#permalink > header .thumbnail img,
#page > header .thumbnail,
#page > header .thumbnail img,
section[data-mode] > header .thumbnail,
section[data-mode] > header .thumbnail img {
  height: 100% !important;
}

#permalink > header h1,
#page > header h1,
section[data-mode] > header h1 {
  max-width: 18ch;
  color: inherit;
  font-size: clamp(2rem, 4.8vw, 3.55rem) !important;
  font-weight: 780 !important;
  letter-spacing: -0.055em;
  line-height: 1.12;
  text-wrap: balance;
}

#permalink > header .description > div,
#page > header .description > div,
section[data-mode] > header .description > span {
  color: currentColor;
  font-size: 0.88rem;
  opacity: 0.76;
}

/* Cover titles and post collections */
section[data-mode] > .text-3xl {
  align-self: stretch;
  margin-top: 5.5rem !important;
  margin-bottom: 2.5rem !important;
  color: var(--tt-text) !important;
  font-size: clamp(2rem, 4vw, 3.25rem) !important;
  font-weight: 780 !important;
  letter-spacing: -0.05em;
  line-height: 1.1;
  text-align: left;
}

[data-mode="list"] .list {
  gap: 0;
}

[data-mode="list"] .post {
  border-color: var(--tt-line) !important;
}

[data-mode="list"] .post .thumbnail {
  flex: 0 0 auto;
  overflow: hidden;
  border-radius: var(--tt-radius);
  background: var(--tt-surface-soft);
}

[data-mode="list"] .post .thumbnail img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 420ms cubic-bezier(0.16, 1, 0.3, 1);
}

[data-mode="list"] .post:hover .thumbnail img {
  transform: scale(1.025);
}

[data-mode] .post .description .title a {
  color: var(--tt-text) !important;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

[data-mode] .post .description .title a:hover {
  color: var(--tt-accent) !important;
}

[data-mode] .post .description .metainfo,
[data-mode] .post .description .metainfo a,
[data-mode] .post .description .metainfo time,
[data-mode] .post .description .summary {
  color: var(--tt-text-faint) !important;
}

[data-mode="grid"] .list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3.5rem 2rem;
}

[data-mode="grid"] .post {
  gap: 1.2rem;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
}

[data-mode="grid"] .post:first-child {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr);
  align-items: center;
  gap: 2rem;
  padding-bottom: 3.5rem;
  border-bottom: 1px solid var(--tt-line);
}

[data-mode="grid"] .post:hover {
  transform: none;
  border-color: transparent;
  box-shadow: none;
}

[data-mode="grid"] .post .thumbnail {
  display: block;
  overflow: hidden;
  border-radius: var(--tt-radius);
  background: var(--tt-surface-soft);
}

[data-mode="grid"] .post .thumbnail img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  border-radius: 0;
  object-fit: cover;
  transition: transform 420ms cubic-bezier(0.16, 1, 0.3, 1);
}

[data-mode="grid"] .post:hover .thumbnail img {
  transform: scale(1.025);
}

[data-mode="grid"] .post .description {
  align-items: flex-start;
  justify-content: flex-start;
  height: auto;
  padding: 0;
  text-align: left;
}

[data-mode="grid"] .post .description .summary {
  max-height: 3.8rem;
}

[data-mode="zigzag"] .list {
  gap: 5rem;
}

[data-mode="zigzag"] .post::before {
  display: none;
}

[data-mode="zigzag"] .post {
  overflow: hidden;
  border: 1px solid var(--tt-line);
  border-radius: var(--tt-radius);
  background: var(--tt-surface);
}

[data-mode="zigzag"] .post .thumbnail,
[data-mode="zigzag"] .post .thumbnail img {
  min-height: 100%;
}

[data-mode="zigzag"] .post .thumbnail img {
  object-fit: cover;
}

[data-mode="zigzag"] .post .description {
  background: var(--tt-surface) !important;
}

@media (min-width: 1100px) {
  [data-mode="zigzag"] .post:nth-child(n) img {
    transform: none;
  }
}

[data-mode="slideshow"] .swiper,
[data-mode="slideshow"] .post,
[data-mode="slideshow"] .post::before,
[data-mode="slideshow"] .post .thumbnail img,
[data-mode="slideshow"] .post .description {
  min-height: 100dvh;
  height: 100dvh;
}

[data-mode="slideshow"] .post::before {
  background: linear-gradient(90deg, rgba(10, 14, 23, 0.72), rgba(10, 14, 23, 0.24));
}

[data-mode="slideshow"] .post .description {
  align-items: flex-start;
  width: min(1100px, calc(100vw - 48px));
  left: 50%;
  transform: translateX(-50%);
  text-align: left;
}

[data-mode="slideshow"] .post .description .title {
  padding: 0;
}

[data-mode="slideshow"] .post .description .title a {
  display: block;
  max-width: 16ch;
  color: #f3f5fa !important;
  font-size: clamp(2.3rem, 5vw, 4.5rem);
  font-weight: 780;
  letter-spacing: -0.055em;
  line-height: 1.08;
}

/* Article reading surface */
#permalink > div,
#page > div {
  max-width: 1000px !important;
}

@media (min-width: 1100px) {
  #permalink > div,
  #page > div {
    width: min(1000px, calc(100% - 48px)) !important;
  }
}

#content .contents_style,
#article > div {
  color: var(--tt-text) !important;
  font-size: 1.04rem;
  line-height: 1.92;
  word-break: keep-all;
  overflow-wrap: break-word;
}

#content .contents_style p,
#content .contents_style ol[data-ke-list-type],
#content .contents_style ul[data-ke-list-type],
#content .contents_style table[data-ke-align],
#content .contents_style blockquote[data-ke-style="style2"],
#content .contents_style blockquote[data-ke-style="style3"] {
  color: var(--tt-text-soft);
}

#content .contents_style h2,
#content .contents_style h3,
#content .contents_style h4 {
  margin-top: 2.8em;
  margin-bottom: 0.8em;
  color: var(--tt-text);
  font-weight: 760;
  letter-spacing: -0.04em;
  line-height: 1.35;
}

#content .contents_style h2 {
  font-size: clamp(1.55rem, 3vw, 2rem);
}

#content .contents_style h3 {
  font-size: clamp(1.3rem, 2.5vw, 1.6rem);
}

#content .contents_style a {
  color: var(--tt-accent);
  text-decoration: underline;
  text-decoration-color: color-mix(in srgb, var(--tt-accent) 38%, transparent);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.22em;
}

#content .contents_style blockquote {
  margin: 2rem 0;
  padding: 1.25rem 1.4rem;
  border-left: 3px solid var(--tt-accent);
  border-radius: 0 var(--tt-control-radius) var(--tt-control-radius) 0;
  background: var(--tt-surface-soft);
}

#TOC,
.index-box {
  overflow: hidden;
  border: 1px solid var(--tt-line);
  border-radius: var(--tt-radius) !important;
  background: var(--tt-surface) !important;
  box-shadow: none;
  color: var(--tt-text-soft) !important;
}

#TOC .index-main,
#TOC > strong {
  border-color: var(--tt-line) !important;
  border-radius: 0;
  background: var(--tt-surface-soft);
  color: var(--tt-text) !important;
}

#TOC .index-item,
#TOC li a {
  background: transparent;
  color: var(--tt-text-soft) !important;
}

#TOC a:hover {
  color: var(--tt-accent) !important;
}

#article .codeblock-mac {
  border-color: #303847;
  border-radius: var(--tt-radius);
  background: #151923;
  box-shadow: 0 20px 44px rgba(20, 27, 42, 0.18);
}

#article .codeblock-mac pre {
  background: #151923;
}

#content footer > div {
  border-bottom: 0 !important;
  border-color: var(--tt-line) !important;
}

/* Tags, pagination and floating action */
#tag-cloud li {
  border: 1px solid var(--tt-line);
  border-radius: var(--tt-control-radius);
  background: var(--tt-surface) !important;
  color: var(--tt-text-soft) !important;
}

#tag-cloud li:hover {
  border-color: var(--tt-accent);
  background: var(--tt-accent-soft) !important;
  color: var(--tt-accent) !important;
}

#paging i,
#paging span {
  color: var(--tt-text-soft);
}

#paging .selected {
  background: var(--tt-accent);
  color: #f8f9ff;
}

#bottom a,
#bottom button {
  width: 44px;
  height: 44px;
  border: 1px solid var(--tt-line);
  background: color-mix(in srgb, var(--tt-surface) 92%, transparent) !important;
  color: var(--tt-text-soft) !important;
  box-shadow: 0 10px 28px color-mix(in srgb, var(--tt-text) 12%, transparent);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition: transform 180ms ease, color 180ms ease, border-color 180ms ease;
}

#bottom a:hover,
#bottom button:hover {
  border-color: var(--tt-accent);
  background: var(--tt-surface) !important;
  color: var(--tt-accent) !important;
}

/* Guestbook and protected article forms */
#guestbook textarea,
#guestbook input,
#protected input {
  color: var(--tt-text) !important;
}

#guestbook > div,
#guestbook textarea,
#protected input {
  border-color: var(--tt-line);
  border-radius: var(--tt-control-radius);
  background: var(--tt-surface-soft) !important;
}

#guestbook textarea::placeholder,
#protected input::placeholder {
  color: var(--tt-text-faint);
  opacity: 1;
}

/* Responsive collapse */
@media (max-width: 1099px) {
  #permalink > header,
  #page > header,
  section[data-mode] > header {
    min-height: 270px;
  }
}

@media (max-width: 767px) {
  [x-data="top"] {
    min-height: 58px;
    height: 58px !important;
  }

  #permalink > header,
  #page > header,
  section[data-mode] > header {
    min-height: 240px;
    margin-bottom: 2.5rem !important;
  }

  #permalink > header > .description,
  #page > header > .description,
  section[data-mode] > header > .description {
    width: calc(100% - 32px);
  }

  #permalink > header h1,
  #page > header h1,
  section[data-mode] > header h1 {
    max-width: 16ch;
    font-size: clamp(1.8rem, 9vw, 2.55rem) !important;
  }

  section[data-mode] > .text-3xl {
    margin-top: 4rem !important;
    margin-bottom: 2rem !important;
  }

  [data-mode="grid"] .list {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  [data-mode="grid"] .post:first-child {
    grid-column: auto;
    display: flex;
    gap: 1.2rem;
    padding-bottom: 2.5rem;
  }

  [data-mode="zigzag"] .list {
    gap: 2.5rem;
  }

  [data-mode="zigzag"] .post .description {
    padding: 1.5rem;
  }

  [data-mode="slideshow"] .post .description {
    width: calc(100vw - 32px);
  }

  #content .contents_style,
  #article > div {
    font-size: 1rem;
    line-height: 1.85;
  }
}

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

  .loader-mark__bar::after,
  [data-mode] .post .thumbnail img {
    transform: none !important;
  }
}

@media (prefers-reduced-transparency: reduce) {
  [x-data="top"],
  #bottom a,
  #bottom button {
    background: var(--tt-surface) !important;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}

/* Category-led sidebar and post cards */
:root {
  --tt-font-body: "TmoneyRoundWindRegular", "SUIT", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  --tt-count: #2956d7;
  --tt-count-soft: #eaf3ff;
  --tt-card-shadow: 0 12px 32px rgba(44, 57, 82, 0.08);
}

.dark {
  --tt-count: #a9bcff;
  --tt-count-soft: #223056;
  --tt-card-shadow: 0 16px 36px rgba(0, 0, 0, 0.22);
}

html,
body,
button,
input,
select,
textarea {
  font-family: var(--tt-font-body) !important;
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

#sidebar > div {
  gap: 0;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.sidebar-profile,
.sidebar-counter {
  display: block;
}

.sidebar-profile {
  order: 1;
}

.sidebar-counter {
  order: 2;
}

.sidebar-category {
  order: 4;
  margin-top: 1.55rem;
}

.sidebar-search {
  order: 3;
  margin-top: 1.35rem;
}

.sidebar-blogmenu {
  order: 5;
  margin-top: 1.8rem;
}

.sidebar-credit {
  order: 6;
  margin-top: auto;
  padding-top: 2rem;
}

#sidebar .sidebar-element {
  width: 16rem;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

#sidebar .sidebar-profile > div {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: 0.8rem;
  row-gap: 0.1rem;
  margin: 0;
  text-align: left;
}

#sidebar .sidebar-element.sidebar-profile img {
  grid-column: 1;
  grid-row: 1 / 3;
  width: 54px;
  height: 54px;
  border: 1px solid var(--tt-line);
  border-radius: 999px;
  object-fit: cover;
  box-shadow: 0 8px 20px color-mix(in srgb, var(--tt-text) 10%, transparent);
}

#sidebar .sidebar-profile > div > div:nth-of-type(1) {
  grid-column: 2;
  grid-row: 1;
  align-self: end;
  min-width: 0;
}

#sidebar .sidebar-profile .blogername {
  display: block;
  overflow: hidden;
  padding: 0;
  color: var(--tt-text) !important;
  font-size: 0.98rem;
  font-weight: 700 !important;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#sidebar .sidebar-profile > div > div:nth-of-type(2) {
  grid-column: 2;
  grid-row: 2;
  align-self: start;
  overflow: hidden;
  color: var(--tt-text-faint) !important;
  font-size: 0.75rem;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#sidebar .sidebar-counter {
  margin-top: 1.15rem;
}

#sidebar .sidebar-counter #counter {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  min-height: 66px;
  gap: 0.25rem;
  padding: 0.7rem 0.8rem;
  border: 1px solid var(--tt-line);
  border-radius: 999px;
  background: var(--tt-surface);
  box-shadow: 0 8px 24px color-mix(in srgb, var(--tt-text) 10%, transparent);
}

#sidebar .sidebar-counter #counter .counter-stat {
  min-width: 0;
  text-align: center;
}

#sidebar .sidebar-counter #counter .title {
  color: var(--tt-text-faint) !important;
  font-size: 0.66rem;
  font-weight: 500;
  line-height: 1.25;
}

#sidebar .sidebar-counter #counter .count {
  margin-top: 0.16rem;
  color: var(--tt-text) !important;
  font-size: 0.9rem;
  font-variant-numeric: tabular-nums;
  font-weight: 760;
  line-height: 1.25;
}

#sidebar .sidebar-counter #counter .counter-stat:first-child .count {
  color: var(--tt-accent) !important;
}

#category .tt_category,
#category .category_list,
#category .sub_category_list {
  margin: 0;
  padding: 0;
  list-style: none;
}

#sidebar #category .tt_category {
  display: block;
}

#sidebar #category .tt_category > li {
  margin: 0;
}

#sidebar #category .tt_category .link_tit {
  display: flex;
  align-items: baseline;
  gap: 0.35rem;
  width: 100%;
  margin: 0 0 1.6rem;
  color: var(--tt-accent) !important;
  font-size: 0.94rem;
  font-weight: 760;
  letter-spacing: -0.01em;
  line-height: 1.3;
}

#sidebar #category .tt_category .link_tit .c_cnt {
  color: color-mix(in srgb, var(--tt-accent) 72%, var(--tt-text-soft));
  font-size: 0.9rem;
  font-weight: 720;
}

#sidebar #category .category_list {
  display: flex;
  flex-direction: column;
  gap: 1.45rem;
}

#sidebar #category .category_list > li {
  margin: 0;
}

#sidebar #category .category_list > li:not(.category-leaf) > .link_item {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 0.65rem;
  color: var(--tt-text-faint) !important;
  font-size: 0.76rem;
  font-weight: 520;
  letter-spacing: 0.01em;
  transform: none;
}

#sidebar #category .category_list > li:not(.category-leaf) > .link_item::before {
  color: color-mix(in srgb, var(--tt-text-faint) 58%, transparent);
  content: "...";
  font-family: var(--tt-font-body);
  font-size: 0.72rem;
  font-weight: 760;
  letter-spacing: 0.08em;
}

#sidebar #category .category_list > li:not(.category-leaf) > .link_item .c_cnt,
#sidebar #category .category_list > li:not(.category-leaf) > i {
  display: none;
}

#sidebar #category .sub_category_list {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

#sidebar #category .sub_category_list > li,
#sidebar #category .category_list > .category-leaf {
  margin: 0;
}

#sidebar #category .link_sub_item,
#sidebar #category .category-leaf > .link_item {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) auto 10px;
  align-items: center;
  gap: 0.62rem;
  width: 100%;
  min-height: 48px;
  padding: 4px 5px 4px 0;
  border-radius: var(--tt-control-radius);
  color: var(--tt-text-soft) !important;
  font-size: 0.87rem;
  font-weight: 540;
  letter-spacing: -0.01em;
  line-height: 1.25;
  transform: none !important;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

#sidebar #category .link_sub_item:hover,
#sidebar #category .category-leaf > .link_item:hover {
  background: var(--tt-accent-soft);
  color: var(--tt-text) !important;
  transform: translateX(2px) !important;
}

#sidebar #category .link_sub_item::before,
#sidebar #category .category-leaf > .link_item::before {
  display: grid;
  grid-column: 1;
  width: 36px;
  height: 36px;
  margin: 0;
  place-items: center;
  border-radius: 999px;
  background: var(--tt-surface-soft);
  color: var(--tt-text-faint);
  content: attr(data-category-icon);
  font-family: "Font Awesome 6 Free";
  font-size: 0.82rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  transition: background-color 180ms ease, color 180ms ease;
}

#sidebar #category .link_sub_item:hover::before,
#sidebar #category .category-leaf > .link_item:hover::before {
  background: color-mix(in srgb, var(--tt-accent-soft) 78%, var(--tt-surface));
  color: var(--tt-accent);
}

#sidebar #category .link_sub_item.has-category-emoji::before,
#sidebar #category .category-leaf > .link_item.has-category-emoji::before {
  content: attr(data-category-emoji);
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

#sidebar #category .link_sub_item::after,
#sidebar #category .category-leaf > .link_item::after {
  grid-column: 4;
  color: var(--tt-accent);
  content: "›";
  font-family: var(--tt-font-body);
  font-size: 1.12rem;
  font-weight: 650;
  line-height: 1;
  text-align: center;
}

#sidebar #category .link_sub_item .c_cnt,
#sidebar #category .category-leaf > .link_item .c_cnt {
  display: inline-flex;
  grid-column: 3;
  align-items: center;
  justify-content: center;
  min-width: 1.55rem;
  height: 1.28rem;
  padding: 0 0.42rem;
  border: 1px solid color-mix(in srgb, var(--tt-count) 58%, transparent);
  border-radius: 999px;
  background: var(--tt-count-soft);
  color: var(--tt-count) !important;
  font-size: 0.7rem;
  font-variant-numeric: tabular-nums;
  font-weight: 760;
  line-height: 1;
}

#sidebar #category .category-leaf > i {
  display: none;
}

#sidebar .searchBar {
  min-height: 44px;
  padding-top: 0.65rem;
  padding-bottom: 0.65rem;
}

#sidebar .blogmenu-title {
  margin-bottom: 0.75rem;
  color: var(--tt-text-faint) !important;
  font-size: 0.76rem;
  font-weight: 600;
}

#sidebar #blogmenu ul {
  gap: 0.2rem;
}

#sidebar #blogmenu li a {
  width: 100%;
  padding: 0.55rem 0.65rem;
  border-radius: 10px;
}

#sidebar #blogmenu li a:hover {
  background: var(--tt-accent-soft);
  transform: none;
}

/* Horizontal list cards */
[data-mode="list"] .list {
  gap: 1.25rem;
}

[data-mode="list"] .post {
  min-height: 220px;
  height: auto;
  gap: 1.4rem;
  padding: 0.9rem;
  overflow: hidden;
  border: 1px solid var(--tt-line) !important;
  border-radius: var(--tt-radius);
  background: var(--tt-surface);
  box-shadow: var(--tt-card-shadow);
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms cubic-bezier(0.16, 1, 0.3, 1);
}

[data-mode="list"] .post:hover {
  border-color: color-mix(in srgb, var(--tt-accent) 38%, var(--tt-line)) !important;
  box-shadow: 0 18px 42px color-mix(in srgb, var(--tt-accent) 11%, transparent);
  transform: translateY(-3px);
}

[data-mode="list"] .post .thumbnail {
  align-self: stretch;
  border-radius: 12px;
}

[data-mode="list"] .post .thumbnail img {
  width: 100%;
  height: 100%;
  min-height: 200px;
  aspect-ratio: 4 / 3;
}

[data-mode="list"] .post .description {
  justify-content: center;
  gap: 0.55rem;
  padding: 0.75rem 0.65rem;
}

[data-mode="list"] .post .description .title {
  font-size: clamp(1.22rem, 2.5vw, 1.55rem);
  line-height: 1.35;
}

/* Two-column cards */
[data-mode="grid"] .list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

[data-mode="grid"] .post,
[data-mode="grid"] .post:first-child {
  grid-column: auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1rem;
  padding: 0.9rem;
  overflow: hidden;
  border: 1px solid var(--tt-line);
  border-radius: var(--tt-radius);
  background: var(--tt-surface);
  box-shadow: var(--tt-card-shadow);
  transition: box-shadow 220ms ease, transform 220ms cubic-bezier(0.16, 1, 0.3, 1);
}

[data-mode="grid"] .post:hover,
[data-mode="grid"] .post:first-child:hover {
  border-color: var(--tt-line);
  box-shadow:
    0 22px 48px color-mix(in srgb, var(--tt-text) 16%, transparent),
    0 6px 16px color-mix(in srgb, var(--tt-text) 8%, transparent);
  transform: translateY(-4px);
}

[data-mode="grid"] .post:hover .thumbnail img,
[data-mode="grid"] .post:first-child:hover .thumbnail img {
  transform: none;
}

[data-mode="grid"] .post .thumbnail {
  border-radius: 12px;
}

[data-mode="grid"] .post .description,
[data-mode="grid"] .post:first-child .description {
  flex: 1;
  gap: 0.5rem;
  padding: 0.4rem 0.45rem 0.65rem;
}

[data-mode="grid"] .post .description .title {
  font-size: 1.22rem;
  line-height: 1.4;
}

[data-mode="grid"] .post .description .summary {
  max-height: 3.6rem;
}

@media (min-width: 640px) {
  [data-mode="list"] .post {
    flex-direction: row-reverse;
  }

  [data-mode="list"] .post .thumbnail {
    width: min(38%, 270px);
  }

  [data-mode="list"] .post .thumbnail img {
    min-height: 200px;
  }
}

@media (max-width: 767px) {
  [data-mode="grid"] .list {
    grid-template-columns: 1fr;
    gap: 1.1rem;
  }

  [data-mode="grid"] .post:first-child {
    padding-bottom: 0.9rem;
  }

  [data-mode="list"] .post {
    min-height: 0;
    padding: 0.75rem;
  }

  [data-mode="list"] .post .thumbnail img {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

  [data-mode="list"] .post .description {
    padding: 0.5rem 0.4rem 0.65rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-mode="list"] .post:hover,
  [data-mode="grid"] .post:hover,
  #sidebar #category .link_sub_item:hover,
  #sidebar #category .category-leaf > .link_item:hover {
    transform: none !important;
  }
}

@media (min-width: 1100px) {
  [data-mode="grid"] .list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (prefers-reduced-motion: no-preference) {
  [data-mode="grid"] .post.card-reveal {
    opacity: 0;
    transform: translateY(-28px);
    transition:
      opacity 520ms cubic-bezier(0.16, 1, 0.3, 1),
      transform 620ms cubic-bezier(0.16, 1, 0.3, 1),
      box-shadow 220ms ease;
    transition-delay: calc(var(--card-order, 0) * 70ms);
    will-change: opacity, transform;
  }

  [data-mode="grid"] .post.card-reveal.is-card-visible {
    opacity: 1;
    transform: translateY(0);
    will-change: auto;
  }

  [data-mode="grid"] .post.card-reveal.is-card-visible:hover {
    transform: translateY(-4px);
    transition-delay: 0ms;
  }
}

/* Card content hierarchy */
[data-mode="grid"] .post .description,
[data-mode="grid"] .post:first-child .description {
  align-items: center;
  text-align: center;
}

[data-mode="grid"] .post .description .title,
[data-mode="grid"] .post:first-child .description .title {
  width: 100%;
  text-align: center;
}

[data-mode="grid"] .post .description .summary,
[data-mode="grid"] .post:first-child .description .summary {
  display: none !important;
}

[data-mode="grid"] .post .description .metainfo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.4rem;
  width: 100%;
}

[data-mode="grid"] .post .description .metainfo .category-badge {
  order: 1;
}

[data-mode="grid"] .post .description .metainfo time {
  order: 2;
}

[data-mode="grid"] .post .description .metainfo .category-badge {
  display: inline-flex;
  align-items: center;
  min-height: 1.55rem;
  padding: 0.18rem 0.58rem;
  border: 1px solid color-mix(in srgb, var(--tt-accent) 24%, transparent);
  border-radius: 999px;
  background: var(--tt-accent-soft);
  color: var(--tt-accent) !important;
  font-size: 0.72rem;
  font-weight: 760;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
}

[data-mode="grid"] .post .description .metainfo .category-badge:hover {
  border-color: var(--tt-accent);
  background: color-mix(in srgb, var(--tt-accent-soft) 80%, var(--tt-accent));
}

/* Category title aligned to the card grid */
section[data-mode] > header > .description {
  width: min(1100px, calc(100% - 48px));
  max-width: none;
  align-items: flex-start !important;
  text-align: left !important;
}

section[data-mode] > header h1 {
  width: 100%;
  max-width: none;
  text-align: left;
}

/* Stronger article heading underline */
#content .contents_style h2,
#content .contents_style h2 a,
#content .contents_style h3,
#content .contents_style h3 a {
  text-decoration-line: underline;
  text-decoration-color: color-mix(in srgb, var(--tt-accent) 72%, transparent);
  text-decoration-thickness: 3px;
  text-underline-offset: 0.32em;
  text-decoration-skip-ink: auto;
}

/* macOS code header and copy action */
#article .codeblock-mac__top {
  position: relative;
  min-height: 48px;
}

#article .codeblock-mac__label {
  position: absolute;
  left: 50%;
  max-width: 45%;
  transform: translateX(-50%);
  text-align: center;
}

#article .codeblock-mac__copy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.38rem;
  min-width: 4.2rem;
  min-height: 30px;
  margin-left: auto;
  padding: 0.32rem 0.65rem;
  border: 1px solid rgba(226, 232, 240, 0.18);
  border-radius: 8px;
  background: rgba(226, 232, 240, 0.08);
  color: #e2e8f0;
  cursor: pointer;
  font-family: var(--tt-font-body) !important;
  font-size: 0.72rem;
  font-weight: 760;
  line-height: 1;
  white-space: nowrap;
  transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

#article .codeblock-mac__copy:hover {
  border-color: rgba(226, 232, 240, 0.34);
  background: rgba(226, 232, 240, 0.15);
}

#article .codeblock-mac__copy:active {
  transform: translateY(1px) scale(0.98);
}

#article .codeblock-mac__copy.is-copied {
  border-color: #2956d7;
  background: #2956d7;
  color: #f8f9ff;
}

#article .codeblock-mac pre::after {
  display: none;
}

@media (max-width: 767px) {
  section[data-mode] > header > .description {
    width: calc(100% - 32px);
  }

  #article .codeblock-mac__label {
    max-width: 34%;
    font-size: 0.7rem;
  }

  #article .codeblock-mac__copy {
    min-width: 3.7rem;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}

/* Compact icon navigation near the top of the sidebar */
.sidebar-profile {
  order: 1;
}

.sidebar-blogmenu {
  order: 2;
  margin-top: 1.1rem;
}

.sidebar-counter {
  order: 3;
}

.sidebar-search {
  order: 4;
}

.sidebar-category {
  order: 5;
}

.sidebar-credit {
  order: 6;
}

#sidebar .blogmenu-title {
  display: none;
}

#sidebar #blogmenu ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.3rem;
  margin: 0;
  padding: 0.4rem;
  border: 1px solid var(--tt-line);
  border-radius: 999px;
  background: var(--tt-surface);
  box-shadow: 0 8px 24px color-mix(in srgb, var(--tt-text) 10%, transparent);
  list-style: none;
}

#sidebar #blogmenu li {
  margin: 0;
}

#sidebar #blogmenu li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  width: 100%;
  min-height: 54px;
  padding: 0.4rem 0.15rem;
  border-radius: 999px;
  color: var(--tt-text-faint) !important;
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1.1;
  white-space: nowrap;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

#sidebar #blogmenu li a::before {
  color: currentColor;
  content: attr(data-menu-icon);
  font-family: "Font Awesome 6 Free";
  font-size: 1rem;
  font-style: normal;
  font-weight: 900;
}

#sidebar #blogmenu li a:hover {
  background: var(--tt-accent-soft);
  color: var(--tt-accent) !important;
  transform: translateY(-1px);
}

#sidebar #blogmenu li a:active {
  transform: scale(0.96);
}

/* The full post card follows the primary article link */
[data-mode="grid"] .post.is-clickable-card {
  cursor: pointer;
}

[data-mode="grid"] .post.is-clickable-card:active {
  transform: translateY(-1px) scale(0.995);
}

/* Automatically numbered article headings */
#article a.article-link[href] {
  position: relative;
  z-index: 2;
  cursor: pointer !important;
  pointer-events: auto !important;
  touch-action: manipulation;
}

#article a.article-auto-link {
  overflow-wrap: anywhere;
}

/* Article images share the same rounded frame as macOS code blocks */
#content .contents_style figure.imageblock:not(.imagegridblock):not(.imageslideblock) img {
  border-radius: var(--tt-radius) !important;
  object-fit: contain !important;
  object-position: center !important;
  transform: none !important;
}

#content .contents_style figure.imageblock:not(.imagegridblock):not(.imageslideblock) span,
#content .contents_style figure.imageblock:not(.imagegridblock):not(.imageslideblock) a,
#content .contents_style figure.imagegridblock .image-container,
#content .contents_style figure.imageslideblock .image-container {
  overflow: hidden;
  border-radius: var(--tt-radius);
}

#content .contents_style figure.imagegridblock .image-container img {
  border-radius: 0 !important;
}

#content .contents_style figure.imageslideblock .image-container img {
  border-radius: var(--tt-radius) !important;
}

@media (max-width: 767px) {
  #content .contents_style figure.imageblock:not(.imagegridblock):not(.imageslideblock) img,
  #content .contents_style figure.imageblock:not(.imagegridblock):not(.imageslideblock) span,
  #content .contents_style figure.imageblock:not(.imagegridblock):not(.imageslideblock) a,
  #content .contents_style figure.imagegridblock .image-container,
  #content .contents_style figure.imageslideblock .image-container,
  #content .contents_style figure.imageslideblock .image-container img {
    border-radius: 14px !important;
  }
}

#content .contents_style .is-empty-article-heading {
  display: none !important;
}

#content .contents_style .numbered-article-heading {
  display: flex;
  align-items: center;
  gap: 0.62rem;
  width: fit-content;
  max-width: 100%;
  box-sizing: border-box;
  margin-top: 2.8em;
  margin-bottom: 1em;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--tt-text) !important;
  font-weight: 800;
  text-decoration: none !important;
}

#content .contents_style h3.numbered-article-heading {
  background: transparent;
}

#content .contents_style .numbered-article-heading,
#content .contents_style .numbered-article-heading a,
.dark #content .contents_style .numbered-article-heading a,
#content .contents_style .numbered-article-heading * {
  color: var(--tt-text) !important;
}

#content .contents_style .article-heading-number {
  display: inline-grid;
  flex: 0 0 auto;
  min-width: 1.9rem;
  height: 1.9rem;
  padding: 0;
  border: 0;
  place-items: center;
  border-radius: 7px;
  background: var(--tt-accent);
  color: #ffffff !important;
  font-size: 0.88rem;
  font-variant-numeric: tabular-nums;
  font-weight: 800;
  line-height: 1;
}

#content .contents_style .article-heading-text,
#content .contents_style .article-heading-text a,
.dark #content .contents_style .article-heading-text a {
  color: var(--tt-text) !important;
  background-color: transparent !important;
  background-image: none !important;
  text-decoration-line: underline !important;
  text-decoration-color: color-mix(in srgb, var(--tt-accent) 78%, transparent) !important;
  text-decoration-thickness: 3px !important;
  text-underline-offset: 0.32em;
  text-decoration-skip-ink: auto;
}

#content .contents_style .article-heading-text * {
  background-color: transparent !important;
  background-image: none !important;
}

#TOC a > div,
#scrollspy a {
  display: flex;
  align-items: center;
  min-width: 0;
}

.toc-heading-number {
  display: inline-grid;
  flex: 0 0 auto;
  min-width: 1.45rem;
  height: 1.45rem;
  margin-right: 0.5rem;
  padding: 0 0.25rem;
  place-items: center;
  border-radius: 6px;
  background: var(--tt-accent);
  color: #ffffff !important;
  font-size: 0.7rem;
  font-variant-numeric: tabular-nums;
  font-weight: 800;
  line-height: 1;
}

/* Scissor and dashed-line article divider */
#article .article-separator {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  width: 100%;
  margin: 3rem 0;
  color: color-mix(in srgb, var(--tt-accent) 72%, var(--tt-text-faint));
}

#article .article-separator i {
  flex: 0 0 auto;
  font-size: 1rem;
  line-height: 1;
}

#article .article-separator span {
  flex: 1 1 auto;
  height: 0;
  border-top: 2px dashed color-mix(in srgb, var(--tt-accent) 24%, var(--tt-line));
}

@media (max-width: 767px) {
  #content .contents_style .numbered-article-heading {
    gap: 0.52rem;
    padding: 0;
  }

  #content .contents_style .article-heading-number {
    min-width: 1.65rem;
    height: 1.65rem;
    border-radius: 6px;
    font-size: 0.72rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  #sidebar #blogmenu li a,
  [data-mode="grid"] .post.is-clickable-card {
    transition: none;
  }
}

/* Guestbook composer */
#guestbook .guestbook-composer {
  height: auto !important;
  min-height: 220px;
  padding: 0 !important;
  border: 1px solid var(--tt-line);
  border-radius: var(--tt-radius) !important;
  background: var(--tt-surface) !important;
  box-shadow: var(--tt-card-shadow);
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

#guestbook .guestbook-composer:focus-within {
  border-color: color-mix(in srgb, var(--tt-accent) 52%, var(--tt-line));
  box-shadow:
    0 0 0 4px color-mix(in srgb, var(--tt-accent-soft) 82%, transparent),
    var(--tt-card-shadow);
}

#guestbook .guestbook-composer__body {
  min-height: 220px;
  gap: 0;
}

#guestbook .guestbook-composer__textarea {
  width: 100% !important;
  min-height: 154px;
  height: 154px !important;
  margin: 0;
  padding: 1.2rem 1.3rem !important;
  overflow-y: auto;
  border: 0 !important;
  border-radius: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  color: var(--tt-text) !important;
  caret-color: var(--tt-accent);
  font-size: 0.95rem;
  line-height: 1.75;
  resize: none;
}

#guestbook .guestbook-composer__textarea:focus,
#guestbook .guestbook-composer__textarea:focus-visible {
  outline: 0 !important;
  box-shadow: none !important;
}

#guestbook .guestbook-composer__textarea::placeholder {
  color: var(--tt-text-faint);
}

#guestbook .guestbook-composer__footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 66px;
  gap: 0.8rem;
  padding: 0.72rem 1rem;
  border-top: 1px solid var(--tt-line);
  background: var(--tt-surface-soft);
}

#guestbook .guestbook-composer__identity {
  align-items: center;
  gap: 0.65rem;
}

#guestbook .guestbook-composer__identity > div {
  align-items: center;
  gap: 0.45rem;
  min-height: 38px;
  padding: 0 0.7rem;
  border: 1px solid var(--tt-line);
  border-radius: 10px;
  background: var(--tt-surface);
}

#guestbook .guestbook-composer__identity label {
  color: var(--tt-text-faint);
  font-size: 0.72rem;
  font-weight: 700;
}

#guestbook .guestbook-composer__identity input {
  min-width: 5rem;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  font-size: 0.78rem;
}

#guestbook .guestbook-composer__actions {
  align-items: center;
  gap: 0.5rem;
}

#guestbook #secret-label,
#guestbook .guestbook-composer__submit {
  display: inline-grid;
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid var(--tt-line);
  border-radius: 10px;
  cursor: pointer;
  line-height: 1;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

#guestbook #secret-label {
  background: var(--tt-surface);
  color: var(--tt-text-faint);
}

#guestbook #secret:checked + #secret-label,
#guestbook #secret-label:hover {
  border-color: color-mix(in srgb, var(--tt-accent) 45%, var(--tt-line));
  background: var(--tt-accent-soft);
  color: var(--tt-accent);
}

#guestbook .guestbook-composer__submit {
  border-color: var(--tt-accent);
  background: var(--tt-accent);
  color: #ffffff !important;
}

#guestbook .guestbook-composer__submit:hover {
  border-color: var(--tt-accent-strong);
  background: var(--tt-accent-strong);
  color: #ffffff !important;
  transform: translateY(-1px);
}

#guestbook #secret-label i,
#guestbook .guestbook-composer__submit i {
  color: currentColor !important;
  font-size: 0.9rem;
}

#guestbook #comments > ol {
  gap: 0.85rem;
}

#guestbook #comments {
  border: 0;
  border-radius: 0;
  background: transparent !important;
}

#guestbook #comments > ol > li {
  padding: 1.15rem !important;
  border: 1px solid var(--tt-line) !important;
  border-radius: var(--tt-radius);
  background: var(--tt-surface);
  box-shadow: 0 8px 24px color-mix(in srgb, var(--tt-text) 7%, transparent);
}

#guestbook #comments img {
  border: 1px solid var(--tt-line);
}

#guestbook #comments a {
  color: var(--tt-text-faint) !important;
}

#guestbook #comments a:hover {
  color: var(--tt-accent) !important;
}

/* Compact tag chips */
#tag-cloud ul {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem !important;
}

#tag-cloud li {
  width: auto !important;
  max-width: 100%;
  min-height: 0;
  overflow: visible;
  padding: 0 !important;
  border: 1px solid var(--tt-line);
  border-radius: 999px !important;
  background: var(--tt-surface) !important;
  box-shadow: none;
  color: var(--tt-text-soft) !important;
  transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

#tag-cloud li a {
  display: block;
  padding: 0.62rem 0.92rem;
  color: inherit !important;
  font-size: 0.82rem !important;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
}

#tag-cloud li a::before {
  margin-right: 0.22rem;
  color: var(--tt-accent);
  content: "#";
  font-weight: 800;
}

#tag-cloud li:hover {
  border-color: color-mix(in srgb, var(--tt-accent) 48%, var(--tt-line));
  background: var(--tt-accent-soft) !important;
  color: var(--tt-accent) !important;
  transform: translateY(-1px);
}

@media (max-width: 767px) {
  #guestbook .guestbook-composer,
  #guestbook .guestbook-composer__body {
    min-height: 250px;
  }

  #guestbook .guestbook-composer__textarea {
    min-height: 140px;
    height: 140px !important;
    padding: 1rem !important;
  }

  #guestbook .guestbook-composer__footer {
    flex-wrap: wrap;
  }

  #guestbook .guestbook-composer__identity {
    width: 100%;
    margin-right: 0;
  }

  #guestbook .guestbook-composer__identity > div {
    flex: 1 1 0;
    min-width: 0;
  }

  #guestbook .guestbook-composer__identity input {
    width: 100% !important;
    min-width: 0;
  }

  #guestbook .guestbook-composer__actions {
    margin-left: auto;
  }

  #tag-cloud ul {
    gap: 0.5rem !important;
  }

  #tag-cloud li a {
    padding: 0.55rem 0.75rem;
    font-size: 0.76rem !important;
  }
}

/* Adaptive permalink title sizing */
#permalink > header > .description {
  width: min(1100px, calc(100% - 48px));
  align-items: center !important;
  text-align: center !important;
}

#permalink > header h1 {
  width: 100%;
  max-width: 20em;
  margin-right: auto;
  margin-left: auto;
  font-size: clamp(2.15rem, 4.6vw, 3.55rem) !important;
  line-height: 1.12;
  text-align: center;
  text-wrap: balance;
  word-break: keep-all;
  overflow-wrap: break-word;
}

#permalink > header h1.is-long-title {
  max-width: 24em;
  font-size: clamp(2rem, 3.8vw, 3rem) !important;
  letter-spacing: -0.045em;
  line-height: 1.16;
}

#permalink > header h1.is-extra-long-title {
  max-width: 26em;
  font-size: clamp(1.85rem, 3.35vw, 2.65rem) !important;
  line-height: 1.2;
}

#permalink > header .article-meta-actions {
  justify-content: center;
}

@media (max-width: 767px) {
  #permalink > header > .description {
    width: calc(100% - 32px);
  }

  #permalink > header h1,
  #permalink > header h1.is-long-title,
  #permalink > header h1.is-extra-long-title {
    max-width: 100%;
    font-size: clamp(1.65rem, 8vw, 2.35rem) !important;
    line-height: 1.18;
  }
}

/* Tistory content blocks: letter, tip and water space */
#content .contents_style blockquote[data-ke-style] {
  position: relative;
  isolation: isolate;
  box-sizing: border-box;
  width: 100%;
  margin: 2.2rem 0 !important;
  overflow: hidden;
  color: var(--tt-text-soft) !important;
  font-family: var(--tt-font-body) !important;
  font-size: 1rem !important;
  font-style: normal;
  font-weight: 500;
  line-height: 1.9;
  text-align: left !important;
}

#content .contents_style blockquote[data-ke-style] p {
  margin: 0;
  color: inherit !important;
  font: inherit !important;
}

#content .contents_style blockquote[data-ke-style] p + p {
  margin-top: 0.65rem;
}

/* Style 1: warm letter paper */
#content .contents_style blockquote[data-ke-style="style1"] {
  min-height: 0;
  padding: 1.35rem 2rem 0.75rem 4.4rem !important;
  border: 1px solid #e6dcc7 !important;
  border-radius: 10px;
  background:
    linear-gradient(90deg, transparent 0 3.15rem, rgba(224, 113, 113, 0.34) 3.15rem calc(3.15rem + 1px), transparent calc(3.15rem + 1px)),
    repeating-linear-gradient(to bottom, #fffdf7 0, #fffdf7 calc(1.9rem - 1px), #dce7f2 calc(1.9rem - 1px), #dce7f2 1.9rem) !important;
  box-shadow: 0 14px 36px rgba(82, 67, 43, 0.08);
}

#content .contents_style blockquote[data-ke-style="style1"]::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.75rem;
  width: 1rem;
  background-image: radial-gradient(circle, #d5c9b4 1.5px, transparent 1.8px);
  background-position: center 0.45rem;
  background-size: 1rem 1.35rem;
  content: "";
  opacity: 0.7;
}

#content .contents_style blockquote[data-ke-style="style1"]::after {
  position: absolute;
  top: 0.8rem;
  right: 1.1rem;
  color: #ad9c7e;
  content: "LETTER";
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}

/* Style 2: compact tip panel */
#content .contents_style blockquote[data-ke-style="style2"],
#content .contents_style blockquote[data-ke-style="normal"] {
  padding: 3.7rem 1.55rem 1.45rem !important;
  border: 1px solid #bcdcff !important;
  border-radius: 16px;
  background: linear-gradient(135deg, #f5faff, #eaf5ff) !important;
  box-shadow: 0 12px 30px rgba(40, 109, 190, 0.08);
}

#content .contents_style blockquote[data-ke-style="style2"]::before,
#content .contents_style blockquote[data-ke-style="normal"]::before {
  position: absolute;
  top: 1rem;
  left: 1.25rem;
  display: grid;
  width: 2rem;
  height: 2rem;
  place-items: center;
  border-radius: 999px;
  background: var(--tt-accent);
  color: #ffffff;
  content: "\f0eb";
  font-family: "Font Awesome 6 Free";
  font-size: 0.82rem;
  font-weight: 900;
}

#content .contents_style blockquote[data-ke-style="style2"]::after,
#content .contents_style blockquote[data-ke-style="normal"]::after {
  position: absolute;
  top: 1.25rem;
  left: 3.75rem;
  color: var(--tt-accent);
  content: "TIP";
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

/* Style 3: airy water-drop space */
#content .contents_style blockquote[data-ke-style="style3"],
#content .contents_style blockquote[data-ke-style="box"] {
  min-height: 9.5rem;
  padding: 2.2rem 2.35rem !important;
  border: 1px solid rgba(98, 180, 238, 0.42) !important;
  border-radius: 30px 30px 30px 10px;
  background:
    radial-gradient(circle at 12% 22%, rgba(255, 255, 255, 0.9) 0 3px, transparent 4px),
    radial-gradient(circle at 82% 72%, rgba(255, 255, 255, 0.72) 0 5px, transparent 6px),
    linear-gradient(145deg, rgba(239, 250, 255, 0.98), rgba(207, 235, 255, 0.86)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    0 16px 40px rgba(41, 126, 196, 0.1);
}

#content .contents_style blockquote[data-ke-style="style3"]::before,
#content .contents_style blockquote[data-ke-style="box"]::before {
  position: absolute;
  z-index: -1;
  top: -2.5rem;
  right: 6%;
  width: 7.5rem;
  height: 7.5rem;
  border: 1px solid rgba(91, 173, 232, 0.24);
  border-radius: 48% 52% 58% 42% / 42% 46% 54% 58%;
  background: rgba(255, 255, 255, 0.24);
  content: "";
  transform: rotate(18deg);
}

#content .contents_style blockquote[data-ke-style="style3"]::after,
#content .contents_style blockquote[data-ke-style="box"]::after {
  position: absolute;
  z-index: -1;
  right: 16%;
  bottom: 1.1rem;
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid rgba(65, 153, 219, 0.3);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.44);
  content: "";
}

.dark #content .contents_style blockquote[data-ke-style="style1"] {
  border-color: #554c3d !important;
  background:
    linear-gradient(90deg, transparent 0 3.15rem, rgba(196, 99, 99, 0.32) 3.15rem calc(3.15rem + 1px), transparent calc(3.15rem + 1px)),
    repeating-linear-gradient(to bottom, #24231f 0, #24231f calc(1.9rem - 1px), #3c4248 calc(1.9rem - 1px), #3c4248 1.9rem) !important;
}

.dark #content .contents_style blockquote[data-ke-style="style2"],
.dark #content .contents_style blockquote[data-ke-style="normal"] {
  border-color: rgba(91, 168, 230, 0.4) !important;
  background: linear-gradient(135deg, #182431, #1b2d3d) !important;
}

.dark #content .contents_style blockquote[data-ke-style="style3"],
.dark #content .contents_style blockquote[data-ke-style="box"] {
  border-color: rgba(91, 168, 230, 0.34) !important;
  background:
    radial-gradient(circle at 12% 22%, rgba(255, 255, 255, 0.16) 0 3px, transparent 4px),
    radial-gradient(circle at 82% 72%, rgba(255, 255, 255, 0.12) 0 5px, transparent 6px),
    linear-gradient(145deg, #162938, #1b3447) !important;
}

@media (max-width: 640px) {
  #content .contents_style blockquote[data-ke-style="style1"] {
    padding: 2rem 1.1rem 0.9rem 3.5rem !important;
    background:
      linear-gradient(90deg, transparent 0 2.55rem, rgba(224, 113, 113, 0.34) 2.55rem calc(2.55rem + 1px), transparent calc(2.55rem + 1px)),
      repeating-linear-gradient(to bottom, #fffdf7 0, #fffdf7 calc(1.9rem - 1px), #dce7f2 calc(1.9rem - 1px), #dce7f2 1.9rem) !important;
  }

  #content .contents_style blockquote[data-ke-style="style3"],
  #content .contents_style blockquote[data-ke-style="box"] {
    padding: 1.75rem 1.35rem !important;
    border-radius: 24px 24px 24px 8px;
  }

  .dark #content .contents_style blockquote[data-ke-style="style1"] {
    background:
      linear-gradient(90deg, transparent 0 2.55rem, rgba(196, 99, 99, 0.32) 2.55rem calc(2.55rem + 1px), transparent calc(2.55rem + 1px)),
      repeating-linear-gradient(to bottom, #24231f 0, #24231f calc(1.9rem - 1px), #3c4248 calc(1.9rem - 1px), #3c4248 1.9rem) !important;
  }
}
