/*
! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  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;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.contents-inner {
  margin-left: auto;
  margin-right: auto;
  min-width: 20rem;
  max-width: 89.6rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (max-width: 64rem) {

  .contents-inner {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 48rem) {

  .contents-inner {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 36rem) {

  .contents-inner {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
.item-card {
  margin-left: -1.5rem;
  display: flex;
}
.item-card>li {
  margin-left: 1.5rem;
}
.item-card h2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
@media (max-width: 64rem) {

  .item-card {
    margin-left: -1rem;
  }

  .item-card>li {
    margin-left: 1rem;
  }
}
@media (max-width: 48rem) {

  .item-card h2 {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media (max-width: 36rem) {

  .item-card {
    margin-left: -0.75rem;
  }

  .item-card>li {
    margin-left: 0.75rem;
  }

  .item-card h2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-size: 0.8125rem;
  }
}
.item-card-horizontal-scroll {
  margin-right: -1.5rem;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding-bottom: 1.25rem;
}
.item-card-horizontal-scroll>li:last-child {
  margin-right: 1rem;
}
.item-card-horizontal-scroll>li {
  width: 14rem;
  flex-shrink: 0;
}
.item-card-horizontal-scroll .item-card-contents {
  padding-top: 0.75rem;
}
@media (max-width: 48rem) {

  .item-card-horizontal-scroll>li {
    width: 13rem;
  }
}
@media (max-width: 36rem) {

  .item-card-horizontal-scroll>li {
    width: 11rem;
  }
}
@media (max-width: 64rem) {

  .item-card-horizontal-scroll {
    margin-right: -1rem;
  }

  .item-card-horizontal-scroll>li:last-child {
    margin-right: 1rem;
  }
}
@media (max-width: 36rem) {

  .item-card-horizontal-scroll {
    margin-right: -0.75rem;
  }

  .item-card-horizontal-scroll>li {
    margin-right: 0.75rem;
  }
}
.item-card-landscape {
  flex-wrap: wrap;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.item-card-landscape>li {
  position: relative;
  margin-bottom: 1.5rem;
  width: calc(50% - 1.5rem);
  border-style: none;
  padding-left: 120px;
}
.item-card-landscape .item-card-content {
  padding-right: 0px;
}
.item-card-landscape .item-card-image {
  position: absolute;
  left: 0px;
  top: 50%;
  margin-right: 0.75rem;
  width: 120px;
  flex: 100px 0 0;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.item-card-landscape a {
  display: flex;
  align-items: center;
}
.item-card-landscape h2 {
  margin-top: 0.5rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (max-width: 48rem) {

  .item-card-landscape>li {
    width: calc(100% - 1.5rem);
  }
}
@media (max-width: 36rem) {

  .item-card-landscape>li {
    width: calc(100% - 1rem);
  }
}
.item-card-default {
  flex-wrap: wrap;
}
.item-card-default>li {
  margin-bottom: 1.5rem;
}
.item-card-default .item-card-contents {
  padding-top: 0.75rem;
}
.item-card-default>li {
  width: calc(20% - 1.5rem);
}
@media (max-width: 80rem) {

  .item-card-default>li {
    width: calc(25% - 1.5rem);
  }
}
@media (max-width: 64rem) {

  .item-card-default>li {
    margin-bottom: 1rem;
    width: calc(33.333% - 1rem);
  }
}
.item-card-default {
    /* @apply lg:[&>li]:w-[calc(33.333%_-_1rem)]; */
  }
@media (max-width: 36rem) {

  .item-card-default>li {
    width: calc(50% - 0.75rem);
    border-radius: 0.375rem;
  }
}
.item-card-default {
    /* @apply md:w-[calc(100%_+_2rem)] md:[&>li]:w-[50%] md:[&>li]:m-0 md:[&>li]:border-none md:[&>li]:rounded-none; */
  }
.item-single-detail {
  line-height: 2;
}
.item-single-detail h2 {
  margin-top: 1.75rem;
  margin-bottom: 1.25rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  color: var(--outline);
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  line-height: 1.375;
}
@media (max-width: 64rem) {

  .item-single-detail h2 {
    font-size: 1.375rem;
  }
}
@media (max-width: 48rem) {

  .item-single-detail h2 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.item-single-detail h2 {
  border-bottom-width: 1px;
  border-color: var(--outline-variant);
  padding-bottom: 1.5rem;
}
@media (max-width: 64rem) {

  .item-single-detail h2 {
    padding-bottom: 1.25rem;
  }
}
@media (max-width: 48rem) {

  .item-single-detail h2 {
    padding-bottom: 1rem;
  }
}
.item-single-detail h3 {
  margin-top: 1.75rem;
  margin-bottom: 1.25rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  color: var(--outline);
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  line-height: 1.375;
}
@media (max-width: 64rem) {

  .item-single-detail h3 {
    font-size: 1.375rem;
  }
}
@media (max-width: 48rem) {

  .item-single-detail h3 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.item-single-detail h4 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  color: var(--outline);
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.375;
}
@media (max-width: 64rem) {

  .item-single-detail h4 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (max-width: 48rem) {

  .item-single-detail h4 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.item-single-detail h5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  color: var(--outline);
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 1.375;
}
@media (max-width: 64rem) {

  .item-single-detail h5 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (max-width: 48rem) {

  .item-single-detail h5 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.item-single-detail h6 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  color: var(--outline);
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  line-height: 1.375;
}
.item-single-detail ul {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  list-style-type: disc;
  padding-left: 1rem;
}
.item-single-detail ul li {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.item-single-detail ul p {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.item-single-detail ul ul {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  list-style-type: circle;
}
.item-single-detail ul {
  color: var(--outline);
}
.item-single-detail ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  list-style-type: decimal;
  padding-left: 1rem;
}
.item-single-detail ol li {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.item-single-detail ol p {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.item-single-detail ol ul {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.item-single-detail ol {
  color: var(--outline);
}
.item-single-detail p {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  color: var(--outline);
}
.item-single-detail blockquote {
  border-left-width: 4px;
  border-color: var(--surface-variant);
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 1.5rem;
  padding-right: 0.5rem;
}
.item-single-detail blockquote p {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.item-single-detail blockquote {
  color: var(--outline);
}
.item-single-detail hr {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.item-single-detail a {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  font-weight: 700;
  color: var(--article);
}
.item-single-detail a:hover {
  color: var(--article-active);
  text-decoration-line: underline;
}
.item-single-detail strong {
    /* @apply bg-gradient-to-t from-cyan-500 to-blue-500; */
    font-weight: 700;
  }
.item-single-detail table {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.item-single-detail table table {
  width: 100%;
  border-collapse: collapse;
}
.item-single-detail table th {
  border-width: 1px;
  border-color: var(--outline-variant);
  background-color: var(--surface-variant);
  padding: 0.75rem;
  font-weight: 700;
  color: var(--on-surface-variant);
}
.item-single-detail table td {
  border-width: 1px;
  border-color: var(--outline-variant);
  padding: 0.75rem;
}
.item-single-detail table:hover tr {
  background-color: var(--surface);
}
@media (max-width: 36rem) {

  .item-single-detail table {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .item-single-detail table td {
    padding: 0.5rem;
  }

  .item-single-detail table th {
    padding: 0.5rem;
  }
}
.item-single-detail table {
  display: table;
}
.item-single-detail {
  display: block;
}
.item-single-detail pre {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.item-single-detail {
  overflow-wrap: break-word;
}
.code-block {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (max-width: 80rem) {

  .code-block {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (max-width: 54rem) {

  .code-block {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.code-block {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
@media (max-width: 36rem) {

  .code-block {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
.code-block {
  margin-left: -2rem;
  width: calc(100% + 4rem);
  max-width: calc(100% + 4rem);
}
@media (max-width: 80rem) {

  .code-block {
    margin-left: -1.5rem;
    width: calc(100% + 3rem);
    max-width: calc(100% + 3rem);
  }
}
@media (max-width: 54rem) {

  .code-block {
    margin-left: -1rem;
    width: calc(100% + 2rem);
    max-width: calc(100% + 2rem);
  }
}
@media (max-width: 36rem) {

  .code-block {
    margin-left: -0.75rem;
    width: calc(100% + 1.5rem);
    max-width: calc(100% + 1.5rem);
  }
}
.code-block {
  position: relative;
  display: block;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.75rem;
  overflow-x: auto;
}
@media (max-width: 36rem) {

  .code-block {
    font-size: 0.75rem;
    line-height: 1.5rem;
  }
}
.code-header {
  margin-left: -2rem;
  width: calc(100% + 4rem);
  max-width: calc(100% + 4rem);
}
@media (max-width: 80rem) {

  .code-header {
    margin-left: -1.5rem;
    width: calc(100% + 3rem);
    max-width: calc(100% + 3rem);
  }
}
@media (max-width: 54rem) {

  .code-header {
    margin-left: -1rem;
    width: calc(100% + 2rem);
    max-width: calc(100% + 2rem);
  }
}
@media (max-width: 36rem) {

  .code-header {
    margin-left: -0.75rem;
    width: calc(100% + 1.5rem);
    max-width: calc(100% + 1.5rem);
  }
}
.code-header {
  position: relative;
  display: block;
  height: 2rem;
  background-color: var(--on-surface-variant);
}
.code-language {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (max-width: 80rem) {

  .code-language {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (max-width: 54rem) {

  .code-language {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.code-language {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
@media (max-width: 36rem) {

  .code-language {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
.code-language {
  position: absolute;
  top: 0px;
  left: 0px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  color: var(--on-primary);
}
.code-inline {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  display: inline-block;
  border-radius: 0.125rem;
  background-color: var(--surface);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: .85rem;
}
.code-copy-button {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (max-width: 80rem) {

  .code-copy-button {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (max-width: 54rem) {

  .code-copy-button {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.code-copy-button {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
@media (max-width: 36rem) {

  .code-copy-button {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
.code-copy-button {
  position: absolute;
  right: 0px;
  top: 0px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  color: var(--on-primary);
}
.twoColumun {
  margin-left: auto;
  margin-right: auto;
  min-width: 20rem;
  max-width: 89.6rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (max-width: 64rem) {

  .twoColumun {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 48rem) {

  .twoColumun {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 36rem) {

  .twoColumun {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
.twoColumun {
  position: relative;
  display: flex;
}
@media (max-width: 64rem) {

  .twoColumun {
    display: block;
  }
}
@media (max-width: 48rem) {

  .twoColumun {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
  }
}
.twoColumun-right {
  position: relative;
  top: 0px;
  height: auto;
  width: 300px;
    /* @apply ; */
}
@media (max-width: 64rem) {

  .twoColumun-right {
    position: static;
    width: 100%;
  }
}
/* @apply 2xl:px-6;
  @apply lg:px-4; */
.twoColumun-left {
  margin-right: -300px;
  width: 100%;
  padding-right: 328px;
}
@media (max-width: 80rem) {

  .twoColumun-left {
    padding-right: 320px;
  }
}
@media (max-width: 64rem) {

  .twoColumun-left {
    padding-right: 0px;
  }
}
.item-single-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 56rem;
}
.item-single {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (max-width: 80rem) {

  .item-single {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (max-width: 54rem) {

  .item-single {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.item-single {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
@media (max-width: 36rem) {

  .item-single {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
.item-single {
  border-radius: 0.375rem;
  border-width: 1px;
  border-color: var(--surface-variant);
  background-color: var(--on-primary);
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
@media (max-width: 54rem) {

  .item-single {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media (max-width: 48rem) {

  .item-single {
    border-radius: 0px;
    border-style: none;
  }
}
@media (max-width: 36rem) {

  .item-single {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}
.item-w-100 {
  margin-left: -2rem;
  width: calc(100% + 4rem);
  max-width: calc(100% + 4rem);
}
@media (max-width: 80rem) {

  .item-w-100 {
    margin-left: -1.5rem;
    width: calc(100% + 3rem);
    max-width: calc(100% + 3rem);
  }
}
@media (max-width: 54rem) {

  .item-w-100 {
    margin-left: -1rem;
    width: calc(100% + 2rem);
    max-width: calc(100% + 2rem);
  }
}
@media (max-width: 36rem) {

  .item-w-100 {
    margin-left: -0.75rem;
    width: calc(100% + 1.5rem);
    max-width: calc(100% + 1.5rem);
  }
}
.headding1 {
  margin-top: 1.75rem;
  margin-bottom: 1.25rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  color: var(--outline);
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  line-height: 1.375;
}
@media (max-width: 64rem) {

  .headding1 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (max-width: 48rem) {

  .headding1 {
    font-size: 1.375rem;
  }
}
.headding1-article {
  margin-top: 1.75rem;
  margin-bottom: 1.25rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  color: var(--outline);
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  line-height: 1.375;
}
@media (max-width: 64rem) {

  .headding1-article {
    font-size: 1.375rem;
  }
}
@media (max-width: 48rem) {

  .headding1-article {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.headding1-article {
  border-bottom-width: 1px;
  border-color: var(--outline-variant);
  padding-bottom: 1.5rem;
}
@media (max-width: 64rem) {

  .headding1-article {
    padding-bottom: 1.25rem;
  }
}
@media (max-width: 48rem) {

  .headding1-article {
    padding-bottom: 1rem;
  }
}
.headding2 {
  margin-top: 1.75rem;
  margin-bottom: 1.25rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  color: var(--outline);
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  line-height: 1.375;
}
@media (max-width: 64rem) {

  .headding2 {
    font-size: 1.375rem;
  }
}
@media (max-width: 48rem) {

  .headding2 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.headding3 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  color: var(--outline);
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.375;
}
@media (max-width: 64rem) {

  .headding3 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (max-width: 48rem) {

  .headding3 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.headding4 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  color: var(--outline);
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 1.375;
}
@media (max-width: 64rem) {

  .headding4 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (max-width: 48rem) {

  .headding4 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.duration {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.link {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  font-weight: 700;
  color: var(--article);
}
.link:hover {
  color: var(--article-active);
  text-decoration-line: underline;
}
.blank {
  margin-left: 0.25rem;
  display: inline-block;
  width: 1rem;
  vertical-align: -0.1rem;
}
.on-link {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  color: var(--background);
}
.on-link:hover {
  color: var(--on-primary);
}
.button {
  border-radius: 1.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.button:disabled {
  background-color: var(--surface-variant);
  color: var(--outline-variant);
}
.button-min {
  border-radius: 1.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.button-min:disabled {
  background-color: var(--surface-variant);
  color: var(--outline-variant);
}
.button-min {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.75rem;
  line-height: 1rem;
}
@media (max-width: 36rem) {

  .button-min {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    font-size: 0.6875rem;
  }
}
.button-icon {
  border-radius: 1.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.button-icon:disabled {
  background-color: var(--surface-variant);
  color: var(--outline-variant);
}
.button-icon {
  border-radius: 0.125rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.link-card {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.link-card-link {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 0.375rem;
  border-width: 1px;
  border-color: var(--outline-variant);
}
.link-card-link:hover {
  background-color: var(--surface);
  text-decoration-line: none !important;
}
.link-card-left {
  width: 220px;
  flex: 0 0 220px;
}
@media (max-width: 36rem) {

  .link-card-left {
    width: 160px;
    flex: 0 0 160px;
  }
}
.link-card-right {
  width: 100%;
}
.link-card-copy p {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.link-card-copy span {
  font-weight: 400;
}
.link-card-copy {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-weight: 700;
  line-height: 1.5rem;
}
@media (max-width: 36rem) {

  .link-card-copy {
    margin-left: 1rem;
    margin-right: 1rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
.link-card-caption {
  position: absolute;
  bottom: 0.5rem;
  right: 0px;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  padding-left: 1.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
}
.link-card-icon {
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.review-card {
  margin-left: -2rem;
  width: calc(100% + 4rem);
  max-width: calc(100% + 4rem);
}
@media (max-width: 80rem) {

  .review-card {
    margin-left: -1.5rem;
    width: calc(100% + 3rem);
    max-width: calc(100% + 3rem);
  }
}
@media (max-width: 54rem) {

  .review-card {
    margin-left: -1rem;
    width: calc(100% + 2rem);
    max-width: calc(100% + 2rem);
  }
}
@media (max-width: 36rem) {

  .review-card {
    margin-left: -0.75rem;
    width: calc(100% + 1.5rem);
    max-width: calc(100% + 1.5rem);
  }
}
.review-card {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  background-color: var(--on-surface-variant);
}
.review-card p {
  margin-top: 0px;
  margin-bottom: 0px;
}
.review-card-left {
  width: 28%;
  flex: 0 0 28%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
@media (max-width: 48rem) {

  .review-card-left {
    width: 32%;
    flex: 0 0 32%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}
.review-card-left img {
  margin-left: 0px;
  width: 100%;
  max-width: none;
}
.review-card-right {
  margin-right: 1.25rem;
  width: 100%;
  color: var(--on-tertiary);
}
.review-card-right h3 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  color: var(--on-tertiary);
}
.review-card-right ul {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  list-style-type: none;
  padding-left: 0px;
}
.review-card-right ul li {
  margin: 0px;
  margin-right: 0.75rem;
}
@media (max-width: 48rem) {

  .review-card-right h3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .review-card-right ul {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
}
.review-card-button {
  display: flex;
}
.review-card-button a {
  display: block;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.review-card-button:hover a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.button-article {
  border-radius: 1.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.button-article:disabled {
  background-color: var(--surface-variant);
  color: var(--outline-variant);
}
.button-article {
  background-color: var(--article);
}
.button-article:hover {
  background-color: var(--article-active);
}
.button-review {
  border-radius: 1.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.button-review:disabled {
  background-color: var(--surface-variant);
  color: var(--outline-variant);
}
.button-review {
  background-color: var(--review);
}
.button-review:hover {
  background-color: var(--review-active);
}
.button-blog {
  border-radius: 1.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.button-blog:disabled {
  background-color: var(--surface-variant);
  color: var(--outline-variant);
}
.button-blog {
  background-color: var(--blog);
}
.button-blog:hover {
  background-color: var(--blog-active);
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.-right-2 {
  right: -0.5rem;
}
.-top-0 {
  top: -0px;
}
.-top-0\.5 {
  top: -0.125rem;
}
.-top-2 {
  top: -0.5rem;
}
.-top-9 {
  top: -2.25rem;
}
.-top-\[1px\] {
  top: -1px;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-14 {
  bottom: 3.5rem;
}
.bottom-2 {
  bottom: 0.5rem;
}
.bottom-20 {
  bottom: 5rem;
}
.bottom-28 {
  bottom: 7rem;
}
.bottom-4 {
  bottom: 1rem;
}
.bottom-5 {
  bottom: 1.25rem;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-2 {
  left: 0.5rem;
}
.left-3 {
  left: 0.75rem;
}
.left-4 {
  left: 1rem;
}
.left-5 {
  left: 1.25rem;
}
.left-6 {
  left: 1.5rem;
}
.left-\[180px\] {
  left: 180px;
}
.right-0 {
  right: 0px;
}
.right-2 {
  right: 0.5rem;
}
.right-3 {
  right: 0.75rem;
}
.right-4 {
  right: 1rem;
}
.right-5 {
  right: 1.25rem;
}
.right-6 {
  right: 1.5rem;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-12 {
  top: 3rem;
}
.top-16 {
  top: 4rem;
}
.top-2 {
  top: 0.5rem;
}
.top-3 {
  top: 0.75rem;
}
.top-32 {
  top: 8rem;
}
.top-4 {
  top: 1rem;
}
.top-5 {
  top: 1.25rem;
}
.top-\[10px\] {
  top: 10px;
}
.top-\[280px\] {
  top: 280px;
}
.top-\[7px\] {
  top: 7px;
}
.z-10 {
  z-index: 10;
}
.-m-2 {
  margin: -0.5rem;
}
.m-auto {
  margin: auto;
}
.-mx-\[4px\] {
  margin-left: -4px;
  margin-right: -4px;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.-ml-2 {
  margin-left: -0.5rem;
}
.-mt-2 {
  margin-top: -0.5rem;
}
.-mt-4 {
  margin-top: -1rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-\[calc\(50\%-50vw\)\] {
  margin-left: calc(50% - 50vw);
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-8 {
  margin-right: 2rem;
}
.mr-auto {
  margin-right: auto;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.h-12 {
  height: 3rem;
}
.h-20 {
  height: 5rem;
}
.h-3 {
  height: 0.75rem;
}
.h-4 {
  height: 1rem;
}
.h-40 {
  height: 10rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-7 {
  height: 1.75rem;
}
.h-8 {
  height: 2rem;
}
.h-80 {
  height: 20rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[250px\] {
  height: 250px;
}
.h-\[48px\] {
  height: 48px;
}
.h-\[calc\(100\%_\+_32px\)\] {
  height: calc(100% + 32px);
}
.h-\[calc\(100\%_-_64px\)\] {
  height: calc(100% - 64px);
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.max-h-\[488px\] {
  max-height: 488px;
}
.\!w-\[300px\] {
  width: 300px !important;
}
.w-1\/2 {
  width: 50%;
}
.w-24 {
  width: 6rem;
}
.w-3 {
  width: 0.75rem;
}
.w-36 {
  width: 9rem;
}
.w-4 {
  width: 1rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-60 {
  width: 15rem;
}
.w-8 {
  width: 2rem;
}
.w-\[136px\] {
  width: 136px;
}
.w-\[284px\] {
  width: 284px;
}
.w-\[300px\] {
  width: 300px;
}
.w-\[40\%\] {
  width: 40%;
}
.w-full {
  width: 100%;
}
.w-lvw {
  width: 100lvw;
}
.min-w-\[100px\] {
  min-width: 100px;
}
.min-w-\[300px\] {
  min-width: 300px;
}
.min-w-\[72px\] {
  min-width: 72px;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-\[25\%\] {
  max-width: 25%;
}
.max-w-\[50\%\] {
  max-width: 50%;
}
.max-w-full {
  max-width: 100%;
}
.max-w-xl {
  max-width: 36rem;
}
.\!flex-\[4rem_0_0\] {
  flex: 4rem 0 0 !important;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-\[0_0_140px\] {
  flex: 0 0 140px;
}
.flex-\[0_0_200px\] {
  flex: 0 0 200px;
}
.flex-\[200px_0_0\] {
  flex: 200px 0 0;
}
.flex-\[212px_0_0\] {
  flex: 212px 0 0;
}
.flex-\[400px_0_0\] {
  flex: 400px 0 0;
}
.flex-\[420px_0_0\] {
  flex: 420px 0 0;
}
.flex-\[56px_0_0\] {
  flex: 56px 0 0;
}
.flex-\[96px_0_0\] {
  flex: 96px 0 0;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.border-separate {
  border-collapse: separate;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.\!cursor-pointer {
  cursor: pointer !important;
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.scroll-smooth {
  scroll-behavior: smooth;
}
.whitespace-normal {
  white-space: normal;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.break-words {
  overflow-wrap: break-word;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-\[18px\] {
  border-radius: 18px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-tl {
  border-top-left-radius: 0.25rem;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-4 {
  border-width: 4px;
}
.border-b-4 {
  border-bottom-width: 4px;
}
.border-b-\[6px\] {
  border-bottom-width: 6px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-dotted {
  border-style: dotted;
}
.\!border-none {
  border-style: none !important;
}
.border-article {
  border-color: var(--article);
}
.border-background {
  border-color: var(--background);
}
.border-blog {
  border-color: var(--blog);
}
.border-label {
  border-color: var(--label);
}
.border-lang {
  border-color: var(--lang);
}
.border-on-background {
  border-color: var(--on-background);
}
.border-outline-variant {
  border-color: var(--outline-variant);
}
.border-product {
  border-color: var(--product);
}
.border-review {
  border-color: var(--review);
}
.border-secondary {
  border-color: var(--secondary);
}
.border-surface {
  border-color: var(--surface);
}
.border-surface-variant {
  border-color: var(--surface-variant);
}
.border-tag {
  border-color: var(--tag);
}
.border-tech {
  border-color: var(--tech);
}
.\!bg-surface {
  background-color: var(--surface) !important;
}
.bg-article {
  background-color: var(--article);
}
.bg-background {
  background-color: var(--background);
}
.bg-blog {
  background-color: var(--blog);
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-label {
  background-color: var(--label);
}
.bg-lang {
  background-color: var(--lang);
}
.bg-on-background {
  background-color: var(--on-background);
}
.bg-on-primary {
  background-color: var(--on-primary);
}
.bg-on-surface-variant {
  background-color: var(--on-surface-variant);
}
.bg-primary {
  background-color: var(--primary);
}
.bg-product {
  background-color: var(--product);
}
.bg-review {
  background-color: var(--review);
}
.bg-secondary-container {
  background-color: var(--secondary-container);
}
.bg-surface {
  background-color: var(--surface);
}
.bg-surface-variant {
  background-color: var(--surface-variant);
}
.bg-tag {
  background-color: var(--tag);
}
.bg-tech {
  background-color: var(--tech);
}
.bg-tertiary {
  background-color: var(--tertiary);
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.fill-primary {
  fill: var(--primary);
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-1 {
  padding: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-2\.5 {
  padding: 0.625rem;
}
.p-3 {
  padding: 0.75rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-\[10px\] {
  padding-bottom: 10px;
}
.pb-\[53\.2\%\] {
  padding-bottom: 53.2%;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-8 {
  padding-top: 2rem;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-2sm {
  font-size: 0.8125rem;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-2xs {
  font-size: 0.6875rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-8xl {
  font-size: 6rem;
  line-height: 1;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-base-sm {
  font-size: 0.9125rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-normal {
  font-weight: 400;
}
.leading-7 {
  line-height: 1.75rem;
}
.text-article {
  color: var(--article);
}
.text-background {
  color: var(--background);
}
.text-blog {
  color: var(--blog);
}
.text-error {
  color: var(--error);
}
.text-label {
  color: var(--label);
}
.text-lang {
  color: var(--lang);
}
.text-on-primary {
  color: var(--on-primary);
}
.text-on-secondary {
  color: var(--on-secondary);
}
.text-on-surface-variant {
  color: var(--on-surface-variant);
}
.text-on-tertiary {
  color: var(--on-tertiary);
}
.text-outline {
  color: var(--outline);
}
.text-outline-variant {
  color: var(--outline-variant);
}
.text-product {
  color: var(--product);
}
.text-review {
  color: var(--review);
}
.text-surface {
  color: var(--surface);
}
.text-surface-variant {
  color: var(--surface-variant);
}
.text-tag {
  color: var(--tag);
}
.text-tech {
  color: var(--tech);
}
.text-tertiary {
  color: var(--tertiary);
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-70 {
  opacity: 0.7;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline {
  outline-style: solid;
}
.outline-2 {
  outline-width: 2px;
}
.outline-error {
  outline-color: var(--error);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

:root {
  --primary: #fc9c2b;
  --on-primary: #ffffff;
  --primary-container: #ffbc6f;
  --on-primary-container: #e2861d;
  --secondary: #fff996;
  --on-secondary: #ffffff;
  --secondary-container: #fffce8;
  --on-secondary-container: rgb(219, 197, 0);
  --tertiary: #526483;
  --on-tertiary: #ffffff;
  --tertiary-container: #bfe9f9;
  --on-tertiary-container: #001f28;
  --error: #ba1a1a;
  --error-container: #ffdad6;
  --on-error: #ffffff;
  --on-error-container: #410002;
  --background: #f6f6f6;
  --on-background: #2a313a;
  --surface: #f0f0f0;
  --on-surface: #191c1a;
  --surface-variant: #ebebeb;
  --on-surface-variant: #313c4f;
  --outline: #445168;
  --inverse-on-surface: #eff1ed;
  --inverse-surface: #2e312e;
  --inverse-primary: #ffcd94;
  --shadow: #000000;
  --surface-tint: #fc9c2b;
  --outline-variant: #d8d8d8;
  --scrim: #000000;
  --article: rgba(64, 151, 232, 0.8);
  --article-active: rgba(41, 123, 200, 0.8);
  --review: rgba(248, 175, 28, 0.8);
  --review-active: rgba(203, 124, 13, 0.8);
  --blog: rgba(132, 191, 80, 0.8);
  --blog-active: rgba(102, 167, 46, 0.8);
  --label: rgba(253, 96, 96, 0.8);
  --label-active: rgba(231, 71, 71, 0.8);
  --tech: rgba(0, 194, 136, 0.8);
  --tech-active: rgba(4, 151, 104, 0.8);
  --product: rgba(96, 106, 253, 0.8);
  --product-active: rgba(71, 76, 231, 0.8);
  --tag: rgba(168, 196, 11, 0.8);
  --tag-active: rgba(117, 155, 4, 0.8);
}
/*
@media (prefers-color-scheme: dark) {
  :root {
    --primary: #74daa4;
    --on-primary: #003822;
    --primary-container: #005233;
    --on-primary-container: #90f7be;
    --secondary: #b5ccbb;
    --on-secondary: #203529;
    --secondary-container: #374b3e;
    --on-secondary-container: #d0e8d7;
    --tertiary: #a4cddc;
    --on-tertiary: #043542;
    --tertiary-container: #224c59;
    --on-tertiary-container: #bfe9f9;
    --error: #ffb4ab;
    --error-container: #93000a;
    --on-error: #690005;
    --on-error-container: #ffdad6;
    --background: #191c1a;
    --on-background: #e1e3df;
    --surface: #191c1a;
    --on-surface: #e1e3df;
    --surface-variant: #404943;
    --on-surface-variant: #c0c9c0;
    --outline: #8a938b;
    --inverse-on-surface: #191c1a;
    --inverse-surface: #e1e3df;
    --inverse-primary: #006c45;
    --shadow: #000000;
    --surface-tint: #74daa4;
    --outline-variant: #404943;
    --scrim: #000000;
  }
} */
html,
body {
  height: 100%;
}
body {
  font-family: -apple-system, 'BlinkMacSystemFont',
    'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo,
    sans-serif, 'Segoe UI Emoji';
}

::-moz-selection {
  background-color: var(--tertiary);
  color: var(--on-tertiary);
}

::selection {
  background-color: var(--tertiary);
  color: var(--on-tertiary);
}

:focus {
  outline-color: var(--tertiary);
}

.header-search::-webkit-search-cancel-button {
  -webkit-mask: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 24 24"><path fill="%23000000" d="M19,6.41L17.59,5L12,10.59L6.41,5L5,6.41L10.59,12L5,17.59L6.41,19L12,13.41L17.59,19L19,17.59L13.41,12L19,6.41Z" /></svg>')
    no-repeat center center;
          mask: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 24 24"><path fill="%23000000" d="M19,6.41L17.59,5L12,10.59L6.41,5L5,6.41L10.59,12L5,17.59L6.41,19L12,13.41L17.59,19L19,17.59L13.41,12L19,6.41Z" /></svg>')
    no-repeat center center;
  display: block;
  height: 1.25rem;
  width: 1.25rem;
  -webkit-appearance: none;
          appearance: none;
  background-color: var(--surface);
}

@media (max-width: 48rem) {
  .lg\:contents-inner {
    margin-left: auto;
    margin-right: auto;
    min-width: 20rem;
    max-width: 89.6rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  @media (max-width: 64rem) {

    .lg\:contents-inner {
      padding-left: 1rem;
      padding-right: 1rem;
    }
  }
  @media (max-width: 48rem) {

    .lg\:contents-inner {
      padding-left: 1rem;
      padding-right: 1rem;
    }
  }
  @media (max-width: 36rem) {

    .lg\:contents-inner {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
    }
  }
}

.hover\:border-article:hover {
  border-color: var(--article);
}

.hover\:border-blog:hover {
  border-color: var(--blog);
}

.hover\:border-label:hover {
  border-color: var(--label);
}

.hover\:border-lang:hover {
  border-color: var(--lang);
}

.hover\:border-product:hover {
  border-color: var(--product);
}

.hover\:border-review:hover {
  border-color: var(--review);
}

.hover\:border-tag:hover {
  border-color: var(--tag);
}

.hover\:border-tech:hover {
  border-color: var(--tech);
}

.hover\:\!bg-surface-variant:hover {
  background-color: var(--surface-variant) !important;
}

.hover\:bg-article:hover {
  background-color: var(--article);
}

.hover\:bg-article-active:hover {
  background-color: var(--article-active);
}

.hover\:bg-blog:hover {
  background-color: var(--blog);
}

.hover\:bg-blog-active:hover {
  background-color: var(--blog-active);
}

.hover\:bg-label:hover {
  background-color: var(--label);
}

.hover\:bg-label-active:hover {
  background-color: var(--label-active);
}

.hover\:bg-lang:hover {
  background-color: var(--lang);
}

.hover\:bg-lang-active:hover {
  background-color: var(--lang-active);
}

.hover\:bg-on-primary-container:hover {
  background-color: var(--on-primary-container);
}

.hover\:bg-on-tertiary-container:hover {
  background-color: var(--on-tertiary-container);
}

.hover\:bg-outline:hover {
  background-color: var(--outline);
}

.hover\:bg-outline-variant:hover {
  background-color: var(--outline-variant);
}

.hover\:bg-product:hover {
  background-color: var(--product);
}

.hover\:bg-product-active:hover {
  background-color: var(--product-active);
}

.hover\:bg-review:hover {
  background-color: var(--review);
}

.hover\:bg-review-active:hover {
  background-color: var(--review-active);
}

.hover\:bg-surface-variant:hover {
  background-color: var(--surface-variant);
}

.hover\:bg-tag:hover {
  background-color: var(--tag);
}

.hover\:bg-tag-active:hover {
  background-color: var(--tag-active);
}

.hover\:bg-tech:hover {
  background-color: var(--tech);
}

.hover\:bg-tech-active:hover {
  background-color: var(--tech-active);
}

.hover\:text-article:hover {
  color: var(--article);
}

.hover\:text-background:hover {
  color: var(--background);
}

.hover\:text-blog:hover {
  color: var(--blog);
}

.hover\:text-label:hover {
  color: var(--label);
}

.hover\:text-lang:hover {
  color: var(--lang);
}

.hover\:text-product:hover {
  color: var(--product);
}

.hover\:text-review:hover {
  color: var(--review);
}

.hover\:text-surface-variant:hover {
  color: var(--surface-variant);
}

.hover\:text-tag:hover {
  color: var(--tag);
}

.hover\:text-tech:hover {
  color: var(--tech);
}

.hover\:enabled\:\!bg-surface-variant:enabled:hover {
  background-color: var(--surface-variant) !important;
}

.disabled\:text-outline-variant:disabled {
  color: var(--outline-variant);
}

@media (max-width: 80rem) {

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

@media (max-width: 64rem) {

  .\32xl\:left-\[160px\] {
    left: 160px;
  }

  .\32xl\:mr-6 {
    margin-right: 1.5rem;
  }

  .\32xl\:flex-\[340px_0_0\] {
    flex: 340px 0 0;
  }

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

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

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

@media (max-width: 60rem) {

  .\31xl\:static {
    position: static;
  }

  .\31xl\:ml-0 {
    margin-left: 0px;
  }

  .\31xl\:flex-\[300px_0_0\] {
    flex: 300px 0 0;
  }

  .\31xl\:text-center {
    text-align: center;
  }
}

@media (max-width: 54rem) {

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

  .xl\:mr-4 {
    margin-right: 1rem;
  }

  .xl\:block {
    display: block;
  }

  .xl\:w-full {
    width: 100%;
  }

  .xl\:flex-\[280px_0_0\] {
    flex: 280px 0 0;
  }

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

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

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

@media (max-width: 48rem) {

  .lg\:mt-2 {
    margin-top: 0.5rem;
  }

  .lg\:flex-\[240px_0_0\] {
    flex: 240px 0 0;
  }

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

  .lg\:text-2sm {
    font-size: 0.8125rem;
  }

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

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

@media (max-width: 36rem) {

  .md\:static {
    position: static;
  }

  .md\:top-\[8px\] {
    top: 8px;
  }

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

  .md\:-ml-1 {
    margin-left: -0.25rem;
  }

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

  .md\:ml-0 {
    margin-left: 0px;
  }

  .md\:ml-1 {
    margin-left: 0.25rem;
  }

  .md\:ml-auto {
    margin-left: auto;
  }

  .md\:mt-2 {
    margin-top: 0.5rem;
  }

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-5 {
    height: 1.25rem;
  }

  .md\:w-5 {
    width: 1.25rem;
  }

  .md\:w-\[120px\] {
    width: 120px;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:flex-\[180px_0_0\] {
    flex: 180px 0 0;
  }

  .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-3 {
    gap: 0.75rem;
  }

  .md\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

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

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

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

  .md\:pt-2 {
    padding-top: 0.5rem;
  }

  .md\:text-2sm {
    font-size: 0.8125rem;
  }

  .md\:text-2xs {
    font-size: 0.6875rem;
  }

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

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

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

@media (max-width: 28rem) {

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

  .sm\:block {
    display: block;
  }

  .sm\:w-48 {
    width: 12rem;
  }

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

.\[\&\>div\]\:border-none>div {
  border-style: none;
}

.\[\&\>span\]\:py-1>span {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.\[\&\>span\]\:text-2xs>span {
  font-size: 0.6875rem;
}

