/*
! tailwindcss v3.0.24 | 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: #e5e5e5; /* 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.
*/

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: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}

/*
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. 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-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 */
  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: #a3a3a3; /* 2 */
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #a3a3a3; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #a3a3a3; /* 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;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}
  body {
  --tw-text-opacity: 1;
  color: rgb(99 115 129 / var(--tw-text-opacity));
    font-family: Inter, Arial, "sans-serif";
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    background: #FFFFFF;
}

  hr {
  --tw-text-opacity: 1;
  color: rgb(232 233 235 / var(--tw-text-opacity));
}

  h2 {
  font-size: 26px;
  font-weight: 600;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(33 43 53 / var(--tw-text-opacity));
}

  @media (max-width: 575px) {

  h2 {
    font-size: 20px;
    line-height: 26px;
  }
}

  * {
    scrollbar-color: hsla(0deg, 0%, 53.3%, 0.4) rgba(0, 0, 0, 0);
    scrollbar-width: thin;
    /* this gets the whole scrollbar including the scrollbar area */
    /* webkit scrollbar thumb is the part of the scrollbar which we hold to scroll  */
  }
  * ::-webkit-scrollbar {
    background: transparent;
    width: 7px;
  }
  * ::-webkit-scrollbar-thumb {
    background: #606060;
    /* we got the background now lets make it round */
    border-radius: 100px;
  }

  *::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(152 160 174 / var(--tw-text-opacity));
}

  *:-ms-input-placeholder {
  --tw-text-opacity: 1;
  color: rgb(152 160 174 / var(--tw-text-opacity));
}

  *::placeholder {
  --tw-text-opacity: 1;
  color: rgb(152 160 174 / var(--tw-text-opacity));
}

  input:not([class*=hidden]):not([type=checkbox]):not([type=radio]):not([type=image]), textarea, select {
  border-radius: 6px;
  font-size: 13px;
  line-height: 18px;
    border: 1px solid #CAD0DB;
    background: #fff;
    padding: 12px 16px 13px 16px;
    display: block;
    width: 100%;
}
  input:not([class*=hidden]):not([type=checkbox]):not([type=radio]):not([type=image]):focus::-moz-placeholder, textarea:focus::-moz-placeholder, select:focus::-moz-placeholder {
    color: transparent;
  }
  input:not([class*=hidden]):not([type=checkbox]):not([type=radio]):not([type=image]):focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder, select:focus:-ms-input-placeholder {
    color: transparent;
  }
  input:not([class*=hidden]):not([type=checkbox]):not([type=radio]):not([type=image]):focus::placeholder, textarea:focus::placeholder, select:focus::placeholder {
    color: transparent;
  }

  input[type=text], input[type=password], input[type=email] {
    height: 44px;
  }

*, ::before, ::after {
  --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:  ;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 100%) {

  .container {
    max-width: 100%;
  }
}
@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1100px) {

  .container {
    max-width: 1100px;
  }
}
.error {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(217 63 33 / var(--tw-text-opacity));
}
.user-avatar {
  position: relative;
  border-radius: 9999px;
  border-width: 5px;
  --tw-border-opacity: 1;
  border-color: rgb(232 233 235 / var(--tw-border-opacity));
  padding: 0.25rem;
}
.user-avatar .avatar {
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 9999px;
  -o-object-fit: cover;
     object-fit: cover;
}
.user-avatar .user-online-status {
  position: absolute;
  bottom: 0px;
  right: 15px;
  height: 28px;
  width: 28px;
  border-radius: 9999px;
  border-width: 7px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.user-avatar .user-online-status.user-online {
    background: #87CA4C;
  }
.user-avatar .user-online-status.user-offline {
  --tw-bg-opacity: 1;
  background-color: rgb(232 233 235 / var(--tw-bg-opacity));
}
.modal {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 50;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
    background: rgba(0, 22, 48, 0.6);
}
.modal .modal-body {
  position: relative;
  max-height: 90%;
  overflow-y: auto;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.modal .close-modal {
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
  }
@media (max-width: 1279px) {

  .container {
    max-width: 100%;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}
@media (max-width: 575px) {

  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.border {
    border-color: #E8E9EB;
  }
.invalid-feedback {
    color: #da4a4a;
  }
.btn {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-weight: 500;
    height: 44px;
    transition: all 0.15s ease;
    color: #666;
}
.btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
  }
.btn.btn-icon {
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 10px;
  }
.btn.btn-default {
    border-color: #E8E9EB;
    border-width: 1px;
    border-color: #e5e5e5;
    background: #fafafa;
  }
.btn.btn-default:hover {
    background: #f0f0f0;
    border-color: #d4d4d4;
  }
.btn.btn-sm {
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 13px;
  line-height: 18px;
    height: 36px;
}
.btn:hover img {
    filter: brightness(0) invert(1);
  }
.btn.btn-primary {
    color: #0066FF;
    border: 1px solid #0066FF;
    background: transparent;
  }
.btn.btn-primary:hover {
    background: #0066FF;
    color: white;
  }
.btn.btn-primary-filled {
    background: #0066FF;
    color: white;
    border: none;
    font-weight: 600;
  }
.btn.btn-primary-filled:hover {
    background: #0052CC;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 102, 255, 0.3);
  }
.btn.btn-danger {
    border-color: #E8E9EB;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(217 63 33 / var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgb(217 63 33 / var(--tw-text-opacity));
  }
.btn.btn-danger:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(217 63 33 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn.btn-success, .compact-mode .item-row.list .item-row-col-actions .row-actions-buttons .btn.btn-add-to-list.btn-default {
    color: #10B981;
    border: 1px solid #10B981;
    background: transparent;
  }
.btn.btn-success:hover, .compact-mode .item-row.list .item-row-col-actions .row-actions-buttons .btn.btn-add-to-list.btn-default:hover {
    background: #10B981;
    color: white;
  }
.btn.btn-success-filled {
    background: #10B981;
    color: white;
    border: none;
  }
.btn.btn-success-filled:hover {
    background: #059669;
  }
.btn.btn-link {
  border-width: 0px;
  --tw-text-opacity: 1;
  color: rgb(33 43 53 / var(--tw-text-opacity));
    background: transparent;
}
.btn.btn-link:hover {
    background: #f5f5f5;
  }
.alert {
    padding: 15px;
  }
.alert.alert-danger {
  --tw-bg-opacity: 1;
  background-color: rgb(217 63 33 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.alert.alert-warning {
  --tw-bg-opacity: 1;
  background-color: rgb(217 63 33 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.alert.alert-success {
  --tw-bg-opacity: 1;
  background-color: rgb(0 191 179 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.alert.alert-info {
  --tw-bg-opacity: 1;
  background-color: rgb(0 191 179 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.base-shadow {
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.06);
  }
.page-head-title {
  font-size: 24px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(33 43 53 / var(--tw-text-opacity));
}
@media (min-width: 768px) {

  .page-head-title {
    font-size: 26px;
  }
}
@media (min-width: 992px) {

  .page-head-title {
    font-size: 32px;
  }
}
.page-head-title {
    line-height: 36px;
  }
.item-row {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-radius: 16px;
}
@media (min-width: 992px) {

  .item-row {
    flex-wrap: nowrap;
  }
}
.item-row {
    background: #fff;
    margin: 16px 0;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
    border: 1px solid #f0f0f0;
  }
.item-row:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
  }
.item-row .item-title {
  margin-bottom: 0.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: -0.01em;
}
.item-row:not(.single) {
    padding: 24px;
  }
.item-row.single .item-title {
  font-size: 32px;
}
.item-row h2 {
    margin-bottom: 8px;
  }
.item-row .item-row-col-image {
  order: 1;
  width: 14rem;
  flex-shrink: 0;
  text-align: center;
}
@media (max-width: 575px) {

  .item-row .item-row-col-image {
    width: 100%;
  }
}
@media (min-width: 992px) {

  .item-row .item-row-col-image {
    width: 180px;
  }
}
.item-row .item-row-col-image img.item-image {
  margin-bottom: 0.5rem;
  display: inline-block;
  border-radius: 10px;
}
.item-row.has-logo .item-row-col-image {
  width: 5rem;
}
@media (min-width: 992px) {

  .item-row.has-logo .item-row-col-image {
    width: 80px;
  }
}
.item-row.has-logo .item-row-col-image img.item-image {
  height: 4rem;
  width: 4rem;
  border-radius: 10px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 992px) {

  .item-row.has-logo .item-row-col-image img.item-image {
    height: 64px;
    width: 64px;
  }
}
.item-row .item-row-col-content {
  order: 3;
}
@media (min-width: 992px) {

  .item-row .item-row-col-content {
    order: 2;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.item-row .item-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}
.item-row .item-row-col-actions {
  order: 2;
  display: flex;
  flex-shrink: 0;
  gap: 1rem;
  text-align: center;
}
@media (max-width: 575px) {

  .item-row .item-row-col-actions {
    margin-top: 1.25rem;
    margin-bottom: 1.75rem;
    display: flex;
    width: 100%;
    justify-content: center;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {

  .item-row .item-row-col-actions {
    order: 3;
  }
}
.item-row .item-row-col-actions {
    width: 140px;
  }
.item-row .description {
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
    font-size: 14px;
    line-height: 1.6;
    margin-top: 8px;
}
.item-row .all-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  font-weight: 500;
}
@media (max-width: 575px) {

  .item-row .all-tags {
    justify-content: center;
  }
}
.item-row .all-tags {
    font-size: 12px;
    line-height: 20px;
  }
.item-row .all-tags .tag {
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
    background: #f5f5f5;
    padding: 4px 12px;
    border-radius: 6px;
    transition: background 0.15s ease;
}
.item-row .all-tags .tag:hover {
    background: #ebebeb;
  }
.item-row .all-tags .tag.key-tag {
    background: #e8f0ff;
    color: #0066FF;
  }
@media (max-width: 575px) {
    .item-row .all-tags .tag:nth-child(n+4) {
      display: none;
    }
  }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.visible {
  visibility: visible;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.bottom-2 {
  bottom: 0.5rem;
}
.left-2 {
  left: 0.5rem;
}
.top-1\.5 {
  top: 0.375rem;
}
.right-1\.5 {
  right: 0.375rem;
}
.top-1 {
  top: 0.25rem;
}
.right-1 {
  right: 0.25rem;
}
.top-4 {
  top: 1rem;
}
.right-4 {
  right: 1rem;
}
.left-0 {
  left: 0px;
}
.right-0 {
  right: 0px;
}
.top-0 {
  top: 0px;
}
.top-2 {
  top: 0.5rem;
}
.right-2 {
  right: 0.5rem;
}
.z-0 {
  z-index: 0;
}
.z-50 {
  z-index: 50;
}
.z-10 {
  z-index: 10;
}
.col-auto {
  grid-column: auto;
}
.m-0 {
  margin: 0px;
}
.m-auto {
  margin: auto;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.-mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.-my-2 {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.-ml-px {
  margin-left: -1px;
}
.mr-1\.5 {
  margin-right: 0.375rem;
}
.mr-1 {
  margin-right: 0.25rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.ml-4 {
  margin-left: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-9 {
  margin-bottom: 2.25rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.ml-3\.5 {
  margin-left: 0.875rem;
}
.ml-auto {
  margin-left: auto;
}
.-mr-2 {
  margin-right: -0.5rem;
}
.mt-2\.5 {
  margin-top: 0.625rem;
}
.mt-0 {
  margin-top: 0px;
}
.mt-12 {
  margin-top: 3rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.h-5 {
  height: 1.25rem;
}
.h-full {
  height: 100%;
}
.h-\[100px\] {
  height: 100px;
}
.h-3 {
  height: 0.75rem;
}
.h-7 {
  height: 1.75rem;
}
.h-10 {
  height: 2.5rem;
}
.h-6 {
  height: 1.5rem;
}
.h-screen {
  height: 100vh;
}
.h-14 {
  height: 3.5rem;
}
.h-16 {
  height: 4rem;
}
.h-4 {
  height: 1rem;
}
.min-h-screen {
  min-height: 100vh;
}
.w-5 {
  width: 1.25rem;
}
.w-full {
  width: 100%;
}
.w-4 {
  width: 1rem;
}
.w-\[100px\] {
  width: 100px;
}
.w-3 {
  width: 0.75rem;
}
.w-48 {
  width: 12rem;
}
.w-7 {
  width: 1.75rem;
}
.w-10 {
  width: 2.5rem;
}
.w-6 {
  width: 1.5rem;
}
.w-screen {
  width: 100vw;
}
.w-14 {
  width: 3.5rem;
}
.w-auto {
  width: auto;
}
.w-8\/12 {
  width: 66.666667%;
}
.w-1\/2 {
  width: 50%;
}
.w-9\/12 {
  width: 75%;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-\[20px\] {
  min-width: 20px;
}
.min-w-\[42px\] {
  min-width: 42px;
}
.min-w-full {
  min-width: 100%;
}
.max-w-\[1100px\] {
  max-width: 1100px;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-lg {
  max-width: 32rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-\[1280px\] {
  max-width: 1280px;
}
.max-w-\[500px\] {
  max-width: 500px;
}
.max-w-6xl {
  max-width: 72rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-auto {
  flex: 1 1 auto;
}
.flex-\[2\] {
  flex: 2;
}
.flex-\[10\] {
  flex: 10;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.origin-top-left {
  transform-origin: top left;
}
.origin-top {
  transform-origin: top;
}
.origin-top-right {
  transform-origin: top right;
}
.translate-y-2 {
  --tw-translate-y: 0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-0 {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-full {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-45 {
  --tw-rotate: 45deg;
  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-95 {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  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-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  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-y-90 {
  --tw-scale-y: .9;
  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-y-100 {
  --tw-scale-y: 1;
  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));
}
@-webkit-keyframes bounce {

  0%, 100% {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}
@keyframes bounce {

  0%, 100% {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}
.animate-bounce {
  -webkit-animation: bounce 1s infinite;
          animation: bounce 1s infinite;
}
@-webkit-keyframes spin {

  to {
    transform: rotate(360deg);
  }
}
@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}
.cursor-default {
  cursor: default;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.list-inside {
  list-style-position: inside;
}
.list-disc {
  list-style-type: disc;
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.content-center {
  align-content: center;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-items-center {
  justify-items: center;
}
.gap-4 {
  gap: 1rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-8 {
  gap: 2rem;
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.625rem * var(--tw-space-x-reverse));
  margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-divide-opacity));
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.break-all {
  word-break: break-all;
}
.rounded-md {
  border-radius: 6px;
}
.rounded-xl {
  border-radius: 16px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-lg {
  border-radius: 10px;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-l-md {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.rounded-r-md {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-l-4 {
  border-left-width: 4px;
}
.border-t {
  border-top-width: 1px;
}
.border-dotted {
  border-style: dotted;
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
}
.border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity));
}
.border-transparent {
  border-color: transparent;
}
.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity));
}
.border-blue-100 {
  --tw-border-opacity: 1;
  border-color: rgb(219 234 254 / var(--tw-border-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-red {
  --tw-bg-opacity: 1;
  background-color: rgb(217 63 33 / var(--tw-bg-opacity));
}
.bg-green {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity));
}
.bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(1 118 255 / var(--tw-bg-opacity));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
}
.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}
.bg-\[\#a0a0a2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(160 160 162 / var(--tw-bg-opacity));
}
.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}
.bg-\[\#acafb6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(172 175 182 / var(--tw-bg-opacity));
}
.bg-blue-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}
.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 212 / var(--tw-bg-opacity));
}
.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity));
}
.bg-border {
  --tw-bg-opacity: 1;
  background-color: rgb(202 208 219 / var(--tw-bg-opacity));
}
.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity));
}
.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity));
}
.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.bg-\[\#f8f9fb\] {
  --tw-bg-opacity: 1;
  background-color: rgb(248 249 251 / var(--tw-bg-opacity));
}
.bg-\[\#7c3aed\] {
  --tw-bg-opacity: 1;
  background-color: rgb(124 58 237 / var(--tw-bg-opacity));
}
.bg-\[\#10b981\] {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity));
}
.bg-\[\#5046e5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(80 70 229 / var(--tw-bg-opacity));
}
.bg-\[\#3b82f6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}
.bg-\[\#06b6d4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(6 182 212 / var(--tw-bg-opacity));
}
.bg-blue-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity));
}
.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(163 163 163 / var(--tw-bg-opacity));
}
.bg-navy {
  --tw-bg-opacity: 1;
  background-color: rgb(0 191 179 / var(--tw-bg-opacity));
}
.bg-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(255 178 28 / var(--tw-bg-opacity));
}
.bg-purple-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity));
}
.bg-amber-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity));
}
.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}
.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity));
}
.bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(64 64 64 / var(--tw-bg-opacity));
}
.bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}
.bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}
.fill-current {
  fill: currentColor;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-3 {
  padding: 0.75rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-10 {
  padding: 2.5rem;
}
.p-4 {
  padding: 1rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.pl-0\.5 {
  padding-left: 0.125rem;
}
.pl-0 {
  padding-left: 0px;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.align-middle {
  vertical-align: middle;
}
.font-sans {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.text-sm {
  font-size: 13px;
  line-height: 18px;
}
.text-xl {
  font-size: 20px;
  line-height: 28px;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-2xl {
  font-size: 24px;
  line-height: 32px;
}
.text-lg {
  font-size: 17px;
  line-height: 26px;
}
.text-base {
  font-size: 15px;
  line-height: 24px;
}
.text-\[32px\] {
  font-size: 32px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[11px\] {
  font-size: 11px;
}
.text-xs {
  font-size: 12px;
  line-height: 16px;
}
.text-3xl {
  font-size: 30px;
  line-height: 36px;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.font-normal {
  font-weight: 400;
}
.font-bold {
  font-weight: 700;
}
.font-thin {
  font-weight: 100;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-tight {
  line-height: 1.25;
}
.leading-3 {
  line-height: .75rem;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}
.text-blue {
  --tw-text-opacity: 1;
  color: rgb(1 118 255 / var(--tw-text-opacity));
}
.text-red {
  --tw-text-opacity: 1;
  color: rgb(217 63 33 / var(--tw-text-opacity));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
}
.text-green {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity));
}
.text-dark-grey {
  --tw-text-opacity: 1;
  color: rgb(232 233 235 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(33 43 53 / var(--tw-text-opacity));
}
.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
}
.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity));
}
.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity));
}
.text-\[\#121217\] {
  --tw-text-opacity: 1;
  color: rgb(18 18 23 / var(--tw-text-opacity));
}
.text-\[\#5B616E\] {
  --tw-text-opacity: 1;
  color: rgb(91 97 110 / var(--tw-text-opacity));
}
.text-\[\#5046e5\] {
  --tw-text-opacity: 1;
  color: rgb(80 70 229 / var(--tw-text-opacity));
}
.text-\[\#0B67FF\] {
  --tw-text-opacity: 1;
  color: rgb(11 103 255 / var(--tw-text-opacity));
}
.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 229 229 / var(--tw-text-opacity));
}
.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity));
}
.text-green-400 {
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity));
}
.text-purple-800 {
  --tw-text-opacity: 1;
  color: rgb(107 33 168 / var(--tw-text-opacity));
}
.text-purple-700 {
  --tw-text-opacity: 1;
  color: rgb(126 34 206 / var(--tw-text-opacity));
}
.text-green-800 {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity));
}
.text-blue-800 {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity));
}
.text-amber-800 {
  --tw-text-opacity: 1;
  color: rgb(146 64 14 / var(--tw-text-opacity));
}
.text-amber-600 {
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity));
}
.text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity));
}
.text-text-grey {
  --tw-text-opacity: 1;
  color: rgb(99 115 129 / var(--tw-text-opacity));
}
.text-gray-100 {
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity));
}
.text-blue-900 {
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity));
}
.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-75 {
  opacity: 0.75;
}
.shadow-sm {
  --tw-shadow: 0 1px 2px rgba(0,0,0,0.04);
  --tw-shadow-colored: 0 1px 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);
}
.shadow-lg {
  --tw-shadow: 0 4px 16px rgba(0,0,0,0.12);
  --tw-shadow-colored: 0 4px 16px 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 {
  --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 2px 8px rgba(0,0,0,0.08);
  --tw-shadow-colored: 0 2px 8px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-gray-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(212 212 212 / var(--tw-ring-opacity));
}
.ring-black {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(33 43 53 / var(--tw-ring-opacity));
}
.ring-opacity-5 {
  --tw-ring-opacity: 0.05;
}
.ring-offset-4 {
  --tw-ring-offset-width: 4px;
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-75 {
  transition-duration: 75ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.duration-1000 {
  transition-duration: 1000ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.material-symbols-outlined {
  font-family: "Material Symbols Outlined", sans-serif;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
  overflow: hidden;
  width: 24px;
  height: 24px;
}
.toggle-selector {
  position: relative;
  height: 1.25rem;
  width: 2.25rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(202 208 219 / var(--tw-bg-opacity));
}
.toggle-selector::after {
    border-color: #E8E9EB;
    position: absolute;
    top: 2px;
    left: 2px;
    height: 1rem;
    width: 1rem;
    border-radius: 9999px;
    border-width: 1px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    --tw-content: "";
    content: var(--tw-content);
  }
.peer:checked ~ .toggle-selector {
  --tw-bg-opacity: 1;
  background-color: rgb(1 118 255 / var(--tw-bg-opacity));
}

.item-row.list * {
  transition: all 0.7s ease-out;
}

.compact-mode .item-row.list {
  align-items: center;
  padding: 1rem;
}
.compact-mode .item-row.list .btn, .compact-mode .item-row.list .btn * {
  transition: none;
}
.compact-mode .item-row.list:hover {
  transform: none;
}
.compact-mode .item-row.list .item-row-col-image {
  width: 72px;
}
.compact-mode .item-row.list .item-row-col-image img {
  max-height: 56px;
  border-radius: 8px;
}
.compact-mode .item-row.list h2.item-title {
  margin-right: 1rem;
  margin-bottom: 0px;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
}
.compact-mode .item-row.list .item-row-tags, .compact-mode .item-row.list .all-tags {
  display: inline;
}
.compact-mode .item-row.list .all-tags {
  margin-top: 0 !important;
}
.compact-mode .item-row.list .tag {
  margin-right: 0.5rem;
  display: inline-block;
  font-size: 11px;
  font-weight: 500;
  padding: 2px 8px;
}
.compact-mode .item-row.list .tag:nth-child(n+4) {
  display: none;
}
.compact-mode .item-row.list .item-image {
  margin-bottom: 0 !important;
}
.compact-mode .item-row.list .item-row-col-content {
  padding-left: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 575px) {
  .compact-mode .item-row.list .item-row-col-content {
    padding-left: 0px;
  }
}
.compact-mode .item-row.list .item-row-col-content .description {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 8px;
  font-size: 13px;
}
.compact-mode .item-row.list .item-row-col-actions {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  width: auto;
}
.compact-mode .item-row.list .item-row-col-actions .row-actions-buttons {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  gap: 0.5rem;
}
.compact-mode .item-row.list .item-row-col-actions .row-actions-buttons .btn-edit {
  padding: 0px;
}
.compact-mode .item-row.list .item-row-col-actions .row-actions-buttons .btn-edit .btn-icon {
  height: 40px;
  width: auto;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.compact-mode .item-row.list .item-row-col-actions .row-actions-buttons .btn-edit img {
  display: none !important;
}
.compact-mode .item-row.list .item-row-col-actions .row-actions-buttons .btn-edit span {
  display: inline-block !important;
}
.compact-mode .item-row.list .item-row-col-actions .row-actions-buttons .btn-add-to-list {
  align-items: center;
}
.compact-mode .item-row.list .item-row-col-actions .row-actions-buttons .btn-add-to-list.btn-icon {
  height: 40px;
  width: auto;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.compact-mode .item-row.list .item-row-col-actions .row-actions-buttons .btn-add-to-list .add-to-list-text {
  display: inline-block !important;
}
.compact-mode .item-row.list .item-row-col-actions .row-actions-buttons .btn-add-to-list .add-to-list-icon {
  display: none;
}
.compact-mode .item-row.list .item-row-col-actions .row-actions-buttons .btn-add-to-list .add-to-list-icon-compact-mode {
  display: inline !important;
}
.compact-mode .item-row.list .pie-wrapper {
  height: 52px;
  width: 52px;
}
.compact-mode .item-row.list .pie-wrapper .pie {
  height: 103%;
  width: 103%;
}
.compact-mode .item-row.list .pie-wrapper .pie:before {
  height: 40px;
  width: 40px;
}
.compact-mode .item-row.list .pie-wrapper .label {
  font-size: 20px !important;
}
.compact-mode .item-row.list .pie-wrapper .label .sub-text {
  display: none !important;
}

.auth-modal-content {
  width: 100%;
  --padding: $padding;
  padding: 40px 40px 25px;
}
.auth-modal-content .bottom {
  position: relative;
  padding-top: 20px;
  margin-top: 40px;
}
.auth-modal-content .bottom:before {
  content: "";
  position: absolute;
  top: 0;
  left: -40px;
  width: calc(100% + 80px);
  height: 1px;
  background: #E8E9EB;
}
.auth-modal-content .social-links .btn {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(33 43 53 / var(--tw-text-opacity));
  font-size: 15px;
  margin-bottom: 15px;
}
.auth-modal-content .social-links .btn:hover img {
  filter: none;
}
.auth-modal-content .social-links .btn img {
  margin-right: 0.875rem;
  height: 1.5rem;
  width: 1.5rem;
}
.auth-modal-content .login-btn {
  margin-top: 25px;
  display: block;
  width: 100%;
  font-size: 15px;
  font-weight: 600;
}
.auth-modal-content .title {
  margin-bottom: 30px;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(33 43 53 / var(--tw-text-opacity));
}
.auth-modal-content .or {
  margin-top: 30px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  font-size: 15px;
}
.auth-modal-content .or hr {
  flex-grow: 1;
}
.auth-modal-content form label {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(33 43 53 / var(--tw-text-opacity));
}
.auth-modal-content form label input {
  margin-top: 0.25rem;
  margin-bottom: 1rem;
}

.x-switch {
  margin: 0px;
  font-size: 16px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(33 43 53 / var(--tw-text-opacity));
}

.sort-items-menu {
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.875rem;
  font-size: 13px;
  line-height: 18px;
}

@media (max-width: 575px) {

  .sort-items-menu {
    width: 100%;
  }
}
.sort-items-menu .sort-items {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 80px;
  --tw-bg-opacity: 1;
  background-color: rgb(232 233 235 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(99 115 129 / var(--tw-text-opacity));
}
.sort-items-menu .sort-items .sort-item {
  cursor: pointer;
  border-radius: 80px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.sort-items-menu .sort-items .sort-item.active {
  --tw-bg-opacity: 1;
  background-color: rgb(1 118 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.sort-items-menu .menu-dropdown {
  position: absolute;
  left: 50%;
  z-index: 10;
  --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));
  border-radius: 6px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(33 43 53 / var(--tw-text-opacity));
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: 230px;
  top: 40px;
}
.sort-items-menu .menu-dropdown:after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -6px;
  width: 0;
  height: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
}
@media all and (max-width: 1500px) {
  .sort-items-menu .menu-dropdown {
    right: 0;
    left: auto;
    transform: translateX(0);
  }
  .sort-items-menu .menu-dropdown:after {
    left: auto;
    right: 0;
  }
}
.sort-items-menu .menu-dropdown li {
  display: block;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(232 233 235 / var(--tw-border-opacity));
  text-align: center;
}
.sort-items-menu .menu-dropdown li:last-child {
  border: none;
}
.sort-items-menu .menu-dropdown label {
  display: flex;
  justify-content: space-between;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .sort-items-menu .sort-items {
    flex-grow: 1;
    cursor: pointer;
    padding-right: 1rem;
    background: url("/svg/triangle-reverse.svg") calc(100% - 10px) 50% no-repeat #E8E9EB;
  }
  .sort-items-menu .sort-items .sort-item {
    display: none;
  }
  .sort-items-menu .sort-items .sort-item.active {
    background-color: transparent;
    color: inherit;
    display: block;
  }
}

.pagination {
  margin-top: 1.75rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
}
.pagination .page-item.active .page-link {
  --tw-bg-opacity: 1;
  background-color: rgb(1 118 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.pagination .page-item .page-link {
  border-radius: 0.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

#item-form-block {
  padding: 25px;
  border-radius: 10px;
  background: #fff;
  margin-top: 25px;
}
#item-form-block .list-checkbox-row {
  margin-bottom: 0.75rem;
  font-size: 15px;
}
#item-form-block .list-checkbox-row * {
  cursor: pointer;
}
#item-form-block .list-checkbox-row label {
  margin-left: 2px;
}
#item-form-block .tags-input-row {
  border-radius: 6px;
  --tw-shadow: 0 1px 2px rgba(0,0,0,0.04);
  --tw-shadow-colored: 0 1px 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);
  border: 1px solid #CAD0DB;
  background: #fff;
  padding: 12px 16px 13px 16px;
  width: 100%;
}
#item-form-block .tags-input-row .tags-input-text {
  padding: 0;
  border: none;
  margin-left: 8px;
  box-shadow: none;
  display: inline;
  width: auto;
}
#item-form-block .tags-input-row .all-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
}
#item-form-block .tags-input-row .all-tags > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
#item-form-block .tags-input-row .all-tags {
  font-weight: 500;
  font-size: 12px;
  line-height: 22px;
}
#item-form-block .tags-input-row .all-tags .tag {
  display: flex;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(245 246 248 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(99 115 129 / var(--tw-text-opacity));
  padding: 3px 14px;
  border-radius: 80px;
  margin-left: 0 !important;
}
#item-form-block .tags-input-row .all-tags .tags-input-remove {
  --tw-text-opacity: 1;
  color: rgb(33 43 53 / var(--tw-text-opacity));
  font-size: 1.3rem;
  line-height: 10.9px;
  margin-top: -2px;
  margin-right: -1px;
}
#item-form-block .tags-input-row .all-tags .tags-input-remove:first-child {
  margin-right: 0.25rem;
}
#item-form-block .tags-input-row .all-tags .tags-input-remove:last-child {
  margin-left: 0.25rem;
}
#item-form-block .tags-input-row .all-tags .tags-input-remove:focus {
  outline: 0;
}
#item-form-block .item-form-row {
  display: flex;
  flex-wrap: wrap;
  padding: 15px 0 25px;
  border-bottom: 1px solid #E8E9EB;
}
#item-form-block .item-form-row:first-of-type {
  padding-top: 0;
}
#item-form-block .item-form-row .item-form-row-col-left {
  width: 100%;
  padding-right: 1rem;
}
@media (min-width: 768px) {

  #item-form-block .item-form-row .item-form-row-col-left {
    width: 33.333333%;
  }
}
@media (min-width: 992px) {

  #item-form-block .item-form-row .item-form-row-col-left {
    width: 33.333333%;
  }
}
#item-form-block .item-form-row .item-form-row-col-left .item-form-row-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}
#item-form-block .item-form-row .item-form-row-col-left .item-form-row-description {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
}
#item-form-block .item-form-row .item-form-row-col-right {
  margin-top: 1rem;
  width: 100%;
}
@media (min-width: 768px) {

  #item-form-block .item-form-row .item-form-row-col-right {
    margin-top: 0px;
    width: 66.666667%;
  }
}
@media (min-width: 992px) {

  #item-form-block .item-form-row .item-form-row-col-right {
    width: 66.666667%;
  }
}
#item-form-block .item-form-row #dropzone {
  margin-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(33 43 53 / var(--tw-text-opacity));
}
#item-form-block .item-form-row #dropzone label {
  display: flex;
  width: 100%;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background: rgba(1, 118, 255, 0.05);
  border: 1px dashed #0176FF;
}

.logo {
  margin-right: 3rem;
  display: flex;
  align-items: center;
}

@media (min-width: 992px) {

  .logo {
    margin-right: 6rem;
  }
}

.logo {
  gap: 6px !important;
}
.logo img.logo-icon {
  width: 20px;
  height: 20px;
  margin-right: 0 !important;
}
@media (min-width: 768px) {
  .logo img.logo-icon {
    width: 24px;
    height: 24px;
  }
}
.logo img.logo-text {
  height: 18px;
  width: auto;
}
@media (min-width: 768px) {
  .logo img.logo-text {
    height: 22px;
  }
}
.logo img.logo-full {
  height: 28px;
  width: auto;
}
@media (min-width: 768px) {
  .logo img.logo-full {
    height: 32px;
  }
}
.logo span {
  font-size: 24px;
  font-weight: 800;
  color: #252d37 !important;
  line-height: 1;
}
@media (min-width: 768px) {
  .logo span {
    font-size: 36px;
  }
}

.stitch-logo {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  transition: opacity 0.2s;
}
.stitch-logo:hover {
  opacity: 0.8;
}

.stitch-logo-icon {
  width: 28px;
  height: 28px;
  color: var(--stitch-text-main, #0d0d1c);
  flex-shrink: 0;
}
.stitch-logo-icon svg {
  width: 100%;
  height: 100%;
}

.stitch-logo-text {
  font-size: 22px;
  font-weight: 700;
  color: var(--stitch-text-main, #0d0d1c);
  line-height: 1.2;
  letter-spacing: -0.015em;
}

*:focus {
  outline: none;
}

[x-cloak] {
  display: none !important;
}

main > :first-child:not(.page-page) {
  padding-top: 40px;
}

.reviews-box {
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 25px;
  padding-top: 47px;
}
.reviews-box.item-reviews-box {
  padding-top: 25px;
}
.reviews-box .add-comment-box {
  --tw-text-opacity: 1;
  color: rgb(33 43 53 / var(--tw-text-opacity));
}
.reviews-box .review-comments-title {
  font-size: 26px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(33 43 53 / var(--tw-text-opacity));
}
.reviews-box .item-image-avatar {
  position: relative;
  height: 90px;
  width: 90px;
  border-radius: 9999px;
  border-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(232 233 235 / var(--tw-border-opacity));
  padding: 0.25rem;
}
.reviews-box .item-image-avatar img {
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 9999px;
  -o-object-fit: cover;
     object-fit: cover;
}
.reviews-box .global-rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  font-size: 13px;
  line-height: 18px;
}
.reviews-box .global-rating img {
  height: 20px;
  width: 21px;
}
.reviews-box .global-rating .val {
  font-size: 26px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(33 43 53 / var(--tw-text-opacity));
}
.reviews-box .global-recommend {
  margin-top: 1rem;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  font-size: 13px;
  line-height: 18px;
}
.reviews-box .global-recommend .val {
  font-size: 22px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(33 43 53 / var(--tw-text-opacity));
}
.reviews-box .sorting {
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.reviews-box .sorting .sort-items {
  position: relative;
  cursor: pointer;
  align-items: center;
  border-radius: 80px;
  --tw-bg-opacity: 1;
  background-color: rgb(232 233 235 / var(--tw-bg-opacity));
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  padding-left: 0.75rem;
  padding-right: 2rem;
  --tw-text-opacity: 1;
  color: rgb(99 115 129 / var(--tw-text-opacity));
  background: url("/svg/triangle-reverse.svg") calc(100% - 10px) 50% no-repeat #E8E9EB;
}
.reviews-box .sorting .sort-items .sort-item {
  display: none;
}
.reviews-box .sorting .sort-items .sort-item.active {
  background-color: transparent;
  color: inherit;
  display: block;
}
.reviews-box .item {
  display: flex;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(232 233 235 / var(--tw-border-opacity));
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.reviews-box .item .user-info {
  width: 8rem;
  flex-shrink: 0;
  padding-right: 1.25rem;
  text-align: center;
}
.reviews-box .item .actions {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 576px) {

  .reviews-box .item .actions {
    gap: 10px;
  }
}
.reviews-box .item .actions .btn:hover {
  background: #F9FAFB;
}
.reviews-box .item .actions .btn:hover img {
  filter: none;
}
.reviews-box .item .item-content .title {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(33 43 53 / var(--tw-text-opacity));
}
.reviews-box .item .item-content .rating {
  margin-bottom: 0.5rem;
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(33 43 53 / var(--tw-text-opacity));
}

.related-block {
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 25px;
  padding-top: 25px;
}
.related-block .block-title {
  padding-bottom: 25px;
  font-size: 26px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(33 43 53 / var(--tw-text-opacity));
}
.related-block .related-items .related-item {
  margin-bottom: 15px;
}
.related-block .related-items .related-item a {
  color: #0176FF;
}
.related-block .related-items .related-item .title {
  font-weight: 700;
  font-size: 15px;
}
.related-block .related-items .related-item img {
  display: block;
  max-height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 6px;
}
.related-block .related-items .related-item .image {
  position: relative;
  width: 112px;
  height: 78px;
}

.items-list-short-block-create-edit-form .block-title {
  padding-bottom: 25px;
  font-size: 26px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(33 43 53 / var(--tw-text-opacity));
}
.items-list-short-block-create-edit-form .items-list-short-block-items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}
.items-list-short-block-create-edit-form .items-list-short-block-items .items-list-short-item {
  flex: 6;
  cursor: pointer;
}
.items-list-short-block-create-edit-form .items-list-short-block-items .items-list-short-item.items-list-short-item--checked {
  background: #ebf1ff;
}
.items-list-short-block-create-edit-form .items-list-short-block-items .items-list-short-item a {
  color: #0176FF;
}
.items-list-short-block-create-edit-form .items-list-short-block-items .items-list-short-item .title {
  font-weight: 700;
  font-size: 15px;
}
.items-list-short-block-create-edit-form .items-list-short-block-items .items-list-short-item img {
  display: block;
  max-height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 6px;
}
.items-list-short-block-create-edit-form .items-list-short-block-items .items-list-short-item .image {
  position: relative;
  width: 112px;
  height: 78px;
}

.items-list-related .block-title {
  padding-bottom: 25px;
  font-size: 26px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(33 43 53 / var(--tw-text-opacity));
}
.items-list-related .items-list-related-items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}
@media (max-width: 575px) {

  .items-list-related .items-list-related-items {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {

  .items-list-related .items-list-related-items {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.items-list-related .items-list-related-items .items-list-related-item {
  flex: 6;
  cursor: pointer;
}
.items-list-related .items-list-related-items .items-list-related-item:hover {
  background: #f5f5f5;
}
.items-list-related .items-list-related-items .items-list-related-item .block-title {
  padding-bottom: 5px;
}
.items-list-related .items-list-related-items .items-list-related-item a {
  color: #0176FF;
}
.items-list-related .items-list-related-items .items-list-related-item .title {
  font-weight: 700;
  font-size: 15px;
}
.items-list-related .items-list-related-items .items-list-related-item img {
  display: block;
  max-height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 6px;
}
.items-list-related .items-list-related-items .items-list-related-item .image {
  position: relative;
  width: 100px;
  max-height: 100px;
}

.item-comments .reviews-box .reviews-box {
  padding: 35px 0 0;
}
.item-comments .reviews-box .reviews-box .global-recommend {
  margin-bottom: 35px;
}

.download-pdf-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: transparent;
  border: none;
  color: #94a3b8;
  cursor: pointer;
  padding: 0;
  margin-top: 4px;
  transition: color 0.2s ease;
}
.download-pdf-btn:hover {
  color: #0176FF;
}
.download-pdf-btn svg {
  width: 20px;
  height: 20px;
}

.download-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 22, 48, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 50;
  padding: 1rem;
}

.download-modal-content {
  position: relative;
  background: #fff;
  border-radius: 16px;
  width: 100%;
  max-width: 400px;
  padding: 32px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.download-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: #f1f5f9;
  border-radius: 8px;
  color: #64748b;
  cursor: pointer;
  transition: all 0.2s ease;
  padding: 0;
}
.download-modal-close:hover {
  background: #e2e8f0;
  color: #334155;
}

.download-modal-header {
  text-align: center;
  margin-bottom: 24px;
}
.download-modal-header .header-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 16px;
  background: linear-gradient(135deg, #ebf4ff 0%, #dbeafe 100%);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.download-modal-header .header-icon svg {
  width: 28px;
  height: 28px;
  color: #0176FF;
}
.download-modal-header h3 {
  font-size: 20px;
  font-weight: 700;
  color: #1e293b;
  margin: 0 0 8px;
}
.download-modal-header p {
  font-size: 14px;
  color: #64748b;
  margin: 0;
  line-height: 1.5;
}

.download-modal-form .form-group {
  margin-bottom: 16px;
}
.download-modal-form .form-group input[type=email] {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  font-size: 15px;
  transition: all 0.2s ease;
}
.download-modal-form .form-group input[type=email]:focus {
  outline: none;
  border-color: #0176FF;
  box-shadow: 0 0 0 3px rgba(1, 118, 255, 0.1);
}
.download-modal-form .form-group input[type=email]::-moz-placeholder {
  color: #94a3b8;
}
.download-modal-form .form-group input[type=email]:-ms-input-placeholder {
  color: #94a3b8;
}
.download-modal-form .form-group input[type=email]::placeholder {
  color: #94a3b8;
}
.download-modal-form .checkbox-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
  cursor: pointer;
}
.download-modal-form .checkbox-row input[type=checkbox] {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  flex-shrink: 0;
  border: 2px solid #cbd5e1;
  border-radius: 4px;
  cursor: pointer;
  accent-color: #0176FF;
}
.download-modal-form .checkbox-row span {
  font-size: 14px;
  color: #475569;
  line-height: 1.5;
}
.download-modal-form .checkbox-row span a {
  color: #0176FF;
  text-decoration: none;
}
.download-modal-form .checkbox-row span a:hover {
  text-decoration: underline;
}
.download-modal-form .error-text {
  display: block;
  color: #ef4444;
  font-size: 13px;
  margin: 4px 0 8px 28px;
}
.download-modal-form .submit-btn {
  width: 100%;
  padding: 14px 20px;
  margin-top: 20px;
  background: #0176FF;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.download-modal-form .submit-btn:hover {
  background: #005FCF;
}
.download-modal-form .submit-btn:disabled, .download-modal-form .submit-btn.loading {
  opacity: 0.6;
  cursor: wait;
}

.download-modal-success {
  text-align: center;
  padding: 20px 0;
}
.download-modal-success .success-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 20px;
  background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.download-modal-success .success-icon svg {
  width: 32px;
  height: 32px;
  color: #059669;
}
.download-modal-success h3 {
  font-size: 20px;
  font-weight: 700;
  color: #1e293b;
  margin: 0 0 8px;
}
.download-modal-success p {
  font-size: 14px;
  color: #64748b;
  margin: 0;
  line-height: 1.5;
}

@media print {
  .item-block {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
}
header {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #fff;
  font-size: 1rem;
  z-index: 5;
}
header .top-menu {
  min-width: 230px;
  justify-content: flex-end;
}
header .top-menu .btn {
  white-space: nowrap;
  font-size: 15px;
  font-weight: 600;
  height: 44px;
}
header .top-menu .menu-dropdown {
  position: absolute;
  left: 50%;
  z-index: 10;
  --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));
  border-radius: 6px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(33 43 53 / var(--tw-text-opacity));
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: 110px;
  top: 63px;
}
header .top-menu .menu-dropdown:after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -6px;
  width: 0;
  height: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
}
header .top-menu .menu-dropdown a {
  display: block;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
header .top-menu .menu-dropdown a span {
  display: block;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(232 233 235 / var(--tw-border-opacity));
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
header .top-menu .menu-dropdown li:last-child a span {
  border: none;
}
header .avatar-button img {
  margin-top: 5px;
  border-radius: 100%;
  width: 44px;
  height: 44px;
}
header .main-menu a {
  color: #212B35;
}
header .main-menu ul {
  display: flex;
  flex-wrap: wrap;
  font-weight: 500;
  align-items: center;
}
header .menu-desktop .main-menu {
  padding-left: 0;
}
header .menu-desktop .main-menu li {
  margin-right: 40px;
  padding-bottom: 10px;
  border-bottom: 3px solid transparent;
}
header .menu-desktop .main-menu li a:hover {
  color: #0176FF;
}
header .menu-desktop .main-menu li.active {
  border-bottom-color: #0176FF;
}
header .menu-desktop .main-menu li.active a {
  color: #0176FF;
}
header .menu-mobile-block .menu-mobile-open {
  margin-right: 0.75rem;
  width: 1.25rem;
}
header .menu-mobile-overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 50;
  height: 100%;
  width: 100%;
  overflow-y: auto;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 85px;
  background: #fff;
}
header .menu-mobile-overlay .menu-mobile-close {
  position: absolute;
  left: 0.5rem;
  top: 1rem;
  width: 2rem;
}
header .menu-mobile-overlay .top-menu {
  flex-wrap: wrap;
  justify-content: center;
}
header .menu-mobile-overlay .main-menu a:hover {
  color: #0176FF;
}
header .menu-mobile-overlay .main-menu ul {
  flex-direction: column;
  align-items: flex-start;
}
header .menu-mobile-overlay .main-menu ul li {
  padding: 10px 0;
  display: block;
  width: 100%;
  margin: 0;
  border-bottom: 1px solid #F5F6F8;
}

.search-form {
  position: relative;
  order: 5;
  margin-top: 1rem;
  flex-wrap: wrap;
}

@media (min-width: 768px) {

  .search-form {
    order: 2;
    margin-right: 1.5rem;
    margin-top: 0px;
  }
}

.search-form {
  width: 100%;
  position: relative;
  flex-shrink: 1000;
}
.search-form input[type=image] {
  box-shadow: none;
  width: auto;
  height: 22px;
  position: absolute;
  border: none;
  padding: 0;
  background: none;
  right: 17px;
  top: 12px;
}
.search-form.search-form-position-header {
  max-width: 320px;
}
.search-form.search-form-position-header #search-input {
  border-radius: 6px;
  --tw-bg-opacity: 1;
  background-color: rgb(245 246 248 / var(--tw-bg-opacity));
  padding: 10px 18px;
  display: block;
  width: 100%;
  border: none;
  font-size: 14px;
}
.search-form.search-form-position-header #search-input:focus {
  border: 1px solid #CAD0DB;
}
.search-form.search-form-position-globe #search-input {
  border-radius: 6px;
  font-size: 16px;
  line-height: 1.25rem;
  font-weight: 500;
  color: #ACAFB6;
  border: 1px solid rgba(198, 201, 207, 0.5019607843);
  background: #fff;
  padding: 20px 24px;
  display: block;
  width: 100%;
  height: 58px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.0588235294);
}
.search-form.search-form-position-globe input[type=image] {
  right: 23px;
  top: 17px;
}
.search-form .autocomplete-items {
  position: absolute;
  left: 0px;
  top: 55px;
  width: 100%;
  border-radius: 6px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(33 43 53 / var(--tw-text-opacity));
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-align: left;
}
.search-form .autocomplete-items .item {
  cursor: pointer;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(232 233 235 / var(--tw-border-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.search-form .autocomplete-items .item:last-of-type {
  border-style: none;
}
.search-form .autocomplete-items .item.active, .search-form .autocomplete-items .item:hover {
  --tw-text-opacity: 1;
  color: rgb(1 118 255 / var(--tw-text-opacity));
}

footer {
  width: 100%;
  margin-top: 60px;
  padding-top: 40px;
  background: #fff;
  border-top: 1px solid var(--stitch-border, #e5e5e5);
}
footer .container {
  max-width: var(--stitch-max-width, 900px);
  margin: 0 auto;
  padding: 0 24px;
}
@media (min-width: 1024px) {
  footer .container {
    padding: 0 40px;
  }
}
footer .footer-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 2.5rem;
}
@media (min-width: 768px) {

  footer .footer-bottom {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {

  footer .footer-bottom {
    flex-wrap: wrap;
    text-align: center;
  }
}
footer .footer-bottom {
  width: 100%;
}
@media (max-width: 767px) {

  footer .footer-bottom > * {
    margin-bottom: 2.25rem;
    width: 100%;
  }
}
footer .footer-title {
  --tw-text-opacity: 1;
  color: rgb(33 43 53 / var(--tw-text-opacity));
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 25px;
  text-transform: uppercase;
}
footer li {
  --tw-text-opacity: 1;
  color: rgb(33 43 53 / var(--tw-text-opacity));
  margin-bottom: 10px;
}
@media (max-width: 767px) {

  footer li a {
    justify-content: center;
  }

  footer .logo {
    justify-content: center;
  }
}
footer .logo {
  margin: 0;
}
footer .copyright {
  display: flex;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-weight: 400;
}
@media (min-width: 768px) {

  footer .copyright {
    justify-content: space-between;
  }
}
@media (max-width: 767px) {

  footer .copyright {
    flex-wrap: wrap;
    justify-content: center;
  }

  footer .copyright > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }

  footer .copyright {
    text-align: center;
  }

  footer .copyright > * {
    width: 100%;
  }
}
footer .copyright .privacy-line {
  display: flex;
  gap: 1rem;
}
@media (max-width: 767px) {

  footer .copyright .privacy-line {
    justify-content: center;
  }
}

.user-page .hero {
  margin-top: -40px;
  --tw-bg-opacity: 1;
  background-color: rgb(33 43 53 / var(--tw-bg-opacity));
}
.user-page .hero img {
  max-height: 230px;
  min-height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.7;
}
.user-page .main {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 40px;
}
.user-page .main .subtitle {
  margin-bottom: 0.625rem;
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(33 43 53 / var(--tw-text-opacity));
}
.user-page .main .user-card {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  gap: 30px;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 25px;
  padding-top: 40px;
}
@media (min-width: 768px) {

  .user-page .main .user-card {
    flex: 3;
    --tw-translate-y: -4rem;
    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));
  }
}
@media (max-width: 767px) {

  .user-page .main .user-card {
    width: 100%;
  }
}
.user-page .main .user-card .user-card-header {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.user-page .main .user-card .user-card-header .user-avatar {
  margin-bottom: 1.5rem;
  height: 160px;
  width: 160px;
}
.user-page .main .user-card .user-card-header .user-name {
  font-size: 26px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(33 43 53 / var(--tw-text-opacity));
}
.user-page .main .user-card .user-card-header .user-level {
  margin-top: 0.5rem;
  margin-bottom: 0.75rem;
  font-size: 17px;
  line-height: 26px;
}
.user-page .main .user-card .user-info {
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
}
.user-page .main .user-card .user-info .user-info-row {
  display: flex;
  justify-content: space-between;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(232 233 235 / var(--tw-border-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.625rem;
}
.user-page .main .user-card .user-info .user-info-row:last-of-type {
  border: none;
}
.user-page .main .user-card .user-info .user-info-row .value {
  --tw-text-opacity: 1;
  color: rgb(33 43 53 / var(--tw-text-opacity));
}
.user-page .main .user-card .user-tags-wrapper .user-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  font-weight: 500;
  font-size: 12px;
  line-height: 22px;
}
.user-page .main .user-card .user-tags-wrapper .user-tags .tag {
  --tw-bg-opacity: 1;
  background-color: rgb(245 246 248 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(99 115 129 / var(--tw-text-opacity));
  padding: 3px 14px;
  border-radius: 80px;
}
.user-page .main .user-data {
  flex-grow: 1;
  padding-top: 2.5rem;
}
@media (min-width: 768px) {

  .user-page .main .user-data {
    flex: 9;
  }
}
.user-page .main .user-data .user-tabs {
  width: 100%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(232 233 235 / var(--tw-border-opacity));
  font-weight: 500;
}
.user-page .main .user-data .user-tabs ul {
  display: flex;
  gap: 40px;
  font-size: 17px;
  line-height: 26px;
  --tw-text-opacity: 1;
  color: rgb(152 160 174 / var(--tw-text-opacity));
}
.user-page .main .user-data .user-tabs ul li {
  cursor: pointer;
  padding-bottom: 0.625rem;
}
.user-page .main .user-data .user-tabs ul li:hover {
  --tw-text-opacity: 1;
  color: rgb(1 118 255 / var(--tw-text-opacity));
}
.user-page .main .user-data .user-tabs ul li.active {
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(1 118 255 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(1 118 255 / var(--tw-text-opacity));
}
.user-page .main .user-data .data-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(33 43 53 / var(--tw-text-opacity));
}
.user-page .main .user-data .item-image-avatar {
  position: relative;
  height: 90px;
  width: 90px;
  border-radius: 9999px;
  border-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(232 233 235 / var(--tw-border-opacity));
  padding: 0.25rem;
}
.user-page .main .user-data .item-image-avatar img {
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 9999px;
  -o-object-fit: cover;
     object-fit: cover;
}
.user-page .main .user-data .data-box {
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 25px;
  padding-bottom: 25px;
}
.user-page .main .user-data .data-box .title {
  font-size: 26px;
  font-weight: 600;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(33 43 53 / var(--tw-text-opacity));
}
.user-page .main .user-data .data-box .items {
  margin-top: 1.25rem;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1.25rem;
}
@media (max-width: 575px) {

  .user-page .main .user-data .data-box .items {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.user-page .main .user-data .data-box .items .item {
  text-align: center;
}
.user-page .main .user-data .data-box .items .item .item-image {
  --height: 160px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .user-page .main .user-data .data-box .items .item .item-image {
    height: calc(var(--height) * 0.75 - 20px);
  }
}
@media (min-width: 992px) {
  .user-page .main .user-data .data-box .items .item .item-image {
    height: calc(var(--height) * 0.75);
  }
}
.user-page .main .user-data .data-box .items .item .item-image img {
  border-radius: 0.25rem;
  display: inline;
  max-height: calc(var(--height) * 0.75);
}
.user-page .main .user-data .data-box .items .item .item-title {
  margin-top: 0.75rem;
  margin-bottom: 0.5rem;
  font-size: 13px;
  line-height: 18px;
  white-space: pre;
  overflow: hidden;
  text-overflow: ellipsis;
}
.user-page .main .user-data .data-box .items .item .item-status {
    border-color: #E8E9EB;
    display: inline-block;
    height: 1.5rem;
    border-radius: 6px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(94 122 255 / var(--tw-border-opacity));
    background-color: #5E7AFF1A;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    --tw-text-opacity: 1;
    color: rgb(94 122 255 / var(--tw-text-opacity));
  line-height: 22px;
  }
.user-page .main .user-data .user-friends-data, .user-page .main .user-data .user-list-data, .user-page .main .user-data .user-reviews-data {
  gap: 30px;
}
.user-page .main .user-data .user-tab-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.user-page .main .user-data .user-tab-header .btn {
  font-weight: 600;
  font-size: 15px;
}
.user-page .main .user-data .user-friends-data .items {
  margin: 0;
}

.profile-modal {
  --tw-text-opacity: 1;
  color: rgb(33 43 53 / var(--tw-text-opacity));
  padding: 40px;
}
.profile-modal .title {
  margin-bottom: 1.25rem;
  margin-top: 3rem;
  font-size: 26px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(33 43 53 / var(--tw-text-opacity));
}
.profile-modal .title:first-of-type {
  margin-top: 0px;
}
.profile-modal label {
  margin-bottom: 0.5rem;
  display: block;
  font-weight: 500;
}
.profile-modal .update-avatar {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.profile-modal .update-avatar .user-avatar {
  height: 86px;
  width: 86px;
}
.profile-modal .update-avatar img {
  border-radius: 9999px;
}

.pie-wrapper {
  flex-shrink: 0;
  border-radius: 9999px;
  padding: 1rem;
}

@media (min-width: 576px) {

  .pie-wrapper {
    height: 100px;
    width: 100px;
  }
}

@media (max-width: 575px) {

  .pie-wrapper {
    height: 44px;
    width: 44px;
  }
}

.pie-wrapper {
  border-radius: 100%;
  position: relative;
}
@media (min-width: 576px) {

  .pie-wrapper .pie {
    height: 102%;
    width: 102%;
  }
}
@media (max-width: 575px) {

  .pie-wrapper .pie {
    height: 105%;
    width: 104%;
  }
}
.pie-wrapper .pie {
  border-radius: 100%;
  position: absolute;
  left: -1px;
  top: -1px;
  content: "";
  display: block;
  transform: rotate(0deg);
}
@media (min-width: 576px) {

  .pie-wrapper .pie:before {
    height: 76px;
    width: 76px;
  }
}
@media (max-width: 575px) {

  .pie-wrapper .pie:before {
    height: 29px;
    width: 29px;
  }
}
.pie-wrapper .pie:before {
  background: #ffffff;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "";
  display: block;
}
.pie-wrapper .pie .label {
  transform: rotate(0deg);
  top: 32px;
  font-size: 20px;
  font-weight: 600;
}
@media (min-width: 576px) {

  .pie-wrapper .pie .label {
    font-size: 1.4rem;
  }
}
@media (max-width: 575px) {

  .pie-wrapper .pie .label {
    top: 12px;
    font-size: 15px;
  }
}
.pie-wrapper .pie .label {
  background: #212B35;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  left: 0.46rem;
  line-height: 2.4rem;
  font-size: 2rem;
  position: absolute;
  right: 0.4rem;
  text-align: center;
  background: none;
  color: #212B35;
}
@media (max-width: 573px) {
  .pie-wrapper .pie .label {
    font-size: 1rem;
    line-height: 1.3rem;
    top: 0.8rem;
  }
}
.pie-wrapper .pie .label div {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #637381;
}

.premium-mode .search-form, .premium-mode .main-menu, .premium-mode .type-tag, .premium-mode .comments-list, .premium-mode .author {
  display: none;
}
@media (max-width: 575px) {
  .premium-mode .item-row.list .item-title {
    text-align: center;
  }
  .premium-mode .item-row.list .item-row-col-actions {
    justify-content: center;
    margin-bottom: 20px;
  }
  .premium-mode .item-row.list .item-row-col-actions .row-actions-buttons {
    display: none;
  }
  .premium-mode .item-row.list .item-row-col-actions .x-rating-and-buy-now {
    justify-content: center;
    gap: 30px;
  }
}

.infinite-scroll-sentinel {
  height: 1px;
  visibility: hidden;
}

.infinite-scroll-loading {
  display: flex;
  justify-content: center;
  padding: 32px 0;
}
.infinite-scroll-loading .loading-spinner {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #64748b;
  font-size: 14px;
}
.infinite-scroll-loading .loading-spinner svg {
  width: 24px;
  height: 24px;
  color: #0176FF;
}

.infinite-scroll-end {
  text-align: center;
  padding: 24px 0;
  color: #94a3b8;
  font-size: 14px;
  border-top: 1px solid #e2e8f0;
  margin-top: 16px;
}

.infinite-scroll-empty {
  text-align: center;
  padding: 48px 24px;
  color: #64748b;
  font-size: 15px;
  background: #f8fafc;
  border-radius: 12px;
  margin-top: 16px;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}

.list-page-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 992px) {

  .list-page-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.list-page-container {
  max-width: 1240px;
  background: #f8f8fc;
  min-height: calc(100vh - 60px);
}

.list-hero {
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 992px) {

  .list-hero {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.list-hero .list-hero-content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  max-width: 48rem;
}
.list-hero .list-hero-title-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}
.list-hero .list-hero-title {
  font-weight: 900;
  letter-spacing: -0.025em;
  font-size: 24px;
  line-height: 1.2;
  color: #0d0d1c;
}
@media (min-width: 992px) {
  .list-hero .list-hero-title {
    font-size: 30px;
  }
}
.list-hero .list-hero-badge {
    border-color: #E8E9EB;
    display: none;
    height: 1.25rem;
    align-items: center;
    gap: 0.25rem;
    border-radius: 9999px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(187 247 208 / var(--tw-border-opacity));
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    --tw-text-opacity: 1;
    color: rgb(21 128 61 / var(--tw-text-opacity));
  }
@media (min-width: 576px) {

  .list-hero .list-hero-badge {
    display: inline-flex;
  }
}
.list-hero .list-hero-badge {
  background: #dcfce7;
  font-size: 10px;
}
.list-hero .list-hero-badge svg {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}
.list-hero .list-hero-subtitle {
  font-size: 14px;
  line-height: 1.6;
  color: #49499c;
}
@media (min-width: 992px) {
  .list-hero .list-hero-subtitle {
    font-size: 16px;
  }
}
.list-hero .list-hero-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  row-gap: 0.5rem;
  font-size: 12px;
  margin-top: 2px;
}
.list-hero .list-hero-meta .meta-item {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  font-weight: 500;
  color: #49499c;
}
.list-hero .list-hero-meta .meta-item svg {
  opacity: 0.8;
}
.list-hero .list-hero-meta .meta-dot {
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity));
}
.list-hero .list-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  display: none;
}

.list-filter-bar {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
  z-index: 40;
  background: #f8f8fc;
  transition: all 0.2s ease;
}
.list-filter-bar .filter-buttons {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  overflow-x: auto;
  padding-bottom: 0.25rem;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.list-filter-bar .filter-buttons::-webkit-scrollbar {
  display: none;
}
.list-filter-bar .filter-buttons .sort-dropdown, .list-filter-bar .filter-buttons select, .list-filter-bar .filter-buttons .btn {
    border-color: #E8E9EB;
    display: flex;
    align-items: center;
    gap: 0.375rem;
    white-space: nowrap;
    border-radius: 0.25rem;
    border-width: 1px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-weight: 500;
  border-color: #cecee8;
  color: #0d0d1c;
  font-size: 12px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  }
.list-filter-bar .filter-buttons .sort-dropdown:hover, .list-filter-bar .filter-buttons select:hover, .list-filter-bar .filter-buttons .btn:hover {
  border-color: #0d0df2;
  color: #0d0df2;
}
.list-filter-bar .filter-results-count {
  display: none;
  align-items: center;
  font-weight: 500;
}
@media (min-width: 576px) {

  .list-filter-bar .filter-results-count {
    display: flex;
  }
}
.list-filter-bar .filter-results-count {
  font-size: 11px;
  color: #49499c;
}

.list-section-header {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.list-section-header .section-label {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 11px;
  color: #49499c;
}
.list-section-header .section-line {
  flex: 1 1 0%;
  height: 1px;
  background: #e7e7f4;
}

.related-lists-section {
  margin-bottom: 2rem;
  margin-top: 0.5rem;
}
.related-lists-section .related-lists-title {
  margin-bottom: 1rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
  font-size: 18px;
}
.related-lists-section .related-lists-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}
.related-lists-section .related-list-card {
    border-color: #E8E9EB;
    display: flex;
    align-items: center;
    gap: 1rem;
    border-radius: 16px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(245 245 245 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding: 1rem;
  transition: all 0.2s ease;
  }
.related-lists-section .related-list-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
  border-color: #e5e5e5;
}
.related-lists-section .related-list-card .related-list-image {
  height: 3.5rem;
  width: 3.5rem;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.related-lists-section .related-list-card .related-list-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.related-lists-section .related-list-card .related-list-info {
  display: flex;
  flex-direction: column;
}
.related-lists-section .related-list-card .related-list-name {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
  font-size: 15px;
}
.related-lists-section .related-list-card .related-list-item-count {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
  font-size: 13px;
}

.items-list-section {
  margin-bottom: 2rem;
}

.list-faq-section {
  margin-top: 2rem;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.list-faq-section .list-faq-title {
  margin-bottom: 2rem;
  text-align: center;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
  font-size: 28px;
}
.list-faq-section .list-faq-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  max-width: 900px;
  margin: 0 auto;
}
.list-faq-section .list-faq-item {
    border-color: #E8E9EB;
    border-radius: 16px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(245 245 245 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding: 1.5rem;
  }
.list-faq-section .list-faq-item h3 {
  margin-bottom: 0.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
  font-size: 16px;
}
.list-faq-section .list-faq-item p {
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
  font-size: 14px;
  line-height: 1.7;
}

.item-card {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.75rem;
}

@media (min-width: 768px) {

  .item-card {
    flex-direction: row;
    align-items: center;
  }
}

.item-card {
  border: 1px solid #e7e7f4;
  transition: all 0.2s ease;
}
.item-card:hover {
  border-color: rgba(13, 13, 242, 0.4);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.item-card + .item-card {
  margin-top: 8px;
}

.item-card-logo {
  flex-shrink: 0;
}
.item-card-logo a {
  display: block;
}
.item-card-logo .item-logo-img {
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 0.25rem;
  -o-object-fit: contain;
     object-fit: contain;
  border: 1px solid #f0f0f5;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.15s, border-color 0.15s;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}
.item-card-logo .item-logo-img:hover {
  background: #e8e8f0;
  border-color: #d0d0e0;
  color: var(--stitch-text);
}
.item-card-logo .item-logo-placeholder {
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
}

.item-card-content {
  min-width: 0px;
  flex: 1 1 0%;
  padding-right: 1rem;
}

.item-card-title-row {
  margin-bottom: 0.125rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.item-card-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
}

@media (min-width: 992px) {

  .item-card-title {
    font-size: 15px;
    line-height: 24px;
  }
}

.item-card-title {
  color: #0d0d1c;
  text-decoration: none;
  transition: color 0.15s ease;
}
.item-card-title:hover {
  color: #0d0df2;
}

.item-rank-badge {
  display: inline-flex;
  height: 1rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  font-weight: 700;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-size: 9px;
  background: white;
  color: #0d0d1c;
  border: 1px solid #e5e5e5;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.item-rank-badge.rank-1 {
  background: #0d0d1c;
  color: white;
  border-color: #333;
}

.item-card-description {
  margin-bottom: 0.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  line-height: 16px;
  color: #49499c;
  max-width: 90%;
}

.item-card-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  font-size: 11px;
}

.item-best-for {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-weight: 500;
  color: #0d0d1c;
}
.item-best-for svg {
  color: #0d0df2;
}

.item-meta-dot {
  height: 0.25rem;
  width: 0.25rem;
  border-radius: 9999px;
  background: #d4d4d4;
}

.item-tag-pill {
  display: inline-flex;
  align-items: center;
  border-radius: 0.25rem;
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  padding-top: 0px;
  padding-bottom: 0px;
  font-weight: 500;
  font-size: 10px;
  background: #f0f0f5;
  color: #49499c;
  border: 1px solid #e5e5e5;
}

.item-card-actions {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

@media (min-width: 768px) {

  .item-card-actions {
    width: auto;
    justify-content: flex-end;
    padding-left: 0.75rem;
  }
}

.item-card-actions {
  border-left: none;
}
@media (min-width: 768px) {
  .item-card-actions {
    border-left: 1px solid #f0f0f5;
  }
}

.item-score-group {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.item-score {
  border-radius: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-weight: 900;
  line-height: 1;
  font-size: 16px;
}

.item-confidence {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.125rem;
}
.item-confidence .confidence-label {
  font-weight: 700;
  line-height: 1;
  font-size: 10px;
}
.item-confidence .confidence-text {
  font-size: 10px;
  color: #49499c;
  line-height: 1;
  border-bottom: 1px dotted rgba(73, 73, 156, 0.5);
}

.item-action-buttons {
  margin-left: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.item-visit-btn {
  height: 1.75rem;
  border-radius: 0.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  background: #0d0df2;
  box-shadow: 0 1px 3px rgba(13, 13, 242, 0.3);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.15s ease;
}
.item-visit-btn:hover {
  background: rgba(13, 13, 242, 0.9);
}

.items-list-section .section-label {
  margin-bottom: 0.5rem;
  margin-top: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 11px;
  font-weight: 700;
  color: #49499c;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.items-list-section .section-label::after {
  content: "";
  height: 1px;
  flex: 1 1 0%;
  background: #e7e7f4;
}

.item-detail-hero {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 992px) {

  .item-detail-hero {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.item-detail-hero .hero-content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 1.5rem;
}
@media (min-width: 992px) {

  .item-detail-hero .hero-content {
    flex-wrap: nowrap;
    gap: 2rem;
  }
}
.item-detail-hero .hero-image {
  flex-shrink: 0;
}
.item-detail-hero .hero-image .item-logo {
  height: 5rem;
  width: 5rem;
  border-radius: 16px;
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
  -o-object-fit: contain;
     object-fit: contain;
  padding: 0.5rem;
}
@media (min-width: 992px) {

  .item-detail-hero .hero-image .item-logo {
    height: 7rem;
    width: 7rem;
  }
}
.item-detail-hero .hero-image .item-logo {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.item-detail-hero .hero-info {
  min-width: 0px;
  flex-grow: 1;
}
.item-detail-hero .hero-title {
  margin-bottom: 0.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
@media (min-width: 1024px) {
  .item-detail-hero .hero-title {
    font-size: 36px;
  }
}
.item-detail-hero .hero-title a {
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
  text-decoration: none;
  transition: color 0.15s ease;
}
.item-detail-hero .hero-title a:hover {
  color: #0066FF;
}
.item-detail-hero .hero-tags {
  margin-bottom: 1rem;
}
.item-detail-hero .hero-actions {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.item-detail-hero .hero-score {
  flex-shrink: 0;
  text-align: center;
}
@media (min-width: 992px) {

  .item-detail-hero .hero-score {
    margin-left: auto;
  }
}
@media (max-width: 1023px) {
  .item-detail-hero .hero-score {
    margin-top: 1rem;
    display: flex;
    width: 100%;
    align-items: center;
    gap: 1rem;
  }
}

.item-quick-info {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.item-quick-info .info-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  border-radius: 9999px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
}
.item-quick-info .info-badge svg {
  flex-shrink: 0;
}
.item-quick-info .free-badge {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity));
}
.item-quick-info .price-badge {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity));
}
.item-quick-info .best-for-badge {
  --tw-bg-opacity: 1;
  background-color: rgb(250 245 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(126 34 206 / var(--tw-text-opacity));
}

.item-detail-content {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 992px) {

  .item-detail-content {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.item-detail-content {
  background: #fafafa;
}
.item-detail-content .detail-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
@media (min-width: 992px) {

  .item-detail-content .detail-grid {
    flex-wrap: nowrap;
  }
}
.item-detail-content .detail-main {
  min-width: 0px;
  flex-grow: 1;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .item-detail-content .detail-main {
    max-width: calc(100% - 340px);
  }
}
.item-detail-content .detail-sidebar {
  display: flex;
  width: 100%;
  flex-shrink: 0;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 992px) {

  .item-detail-content .detail-sidebar {
    width: 20rem;
  }
}

.section-title {
  margin-bottom: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
  font-size: 20px;
  letter-spacing: -0.01em;
}

.item-description-section {
  margin-bottom: 1.5rem;
  border-radius: 16px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.5rem;
}

@media (min-width: 992px) {

  .item-description-section {
    padding: 2rem;
  }
}

.item-description-section {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}
.item-description-section .description-content {
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
  font-size: 15px;
  line-height: 1.8;
}
.item-description-section .description-content p {
  margin-bottom: 1rem;
}
.item-description-section .description-content p:last-child {
  margin-bottom: 0px;
}
.item-description-section .description-content a {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}
.item-description-section .description-content a:hover {
  text-decoration: underline;
}
.item-description-section .description-content ul, .item-description-section .description-content ol {
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}
.item-description-section .description-content li {
  margin-bottom: 0.5rem;
}

.item-features-section {
  margin-bottom: 1.5rem;
  border-radius: 16px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.5rem;
}

@media (min-width: 992px) {

  .item-features-section {
    padding: 2rem;
  }
}

.item-features-section {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}
.item-features-section .features-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
.item-features-section .feature-item {
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
  padding: 1rem;
}
.item-features-section .feature-header {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.item-features-section .feature-name {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
  font-size: 14px;
}
.item-features-section .feature-score {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
  font-size: 13px;
}
.item-features-section .feature-bar {
  height: 0.5rem;
  overflow: hidden;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
}
.item-features-section .feature-bar-fill {
  height: 100%;
  border-radius: 9999px;
  background: linear-gradient(90deg, #0066FF, #3B82F6);
  transition: width 0.5s ease;
}

.item-pros-cons-section {
  margin-bottom: 1.5rem;
  border-radius: 16px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.5rem;
}

@media (min-width: 992px) {

  .item-pros-cons-section {
    padding: 2rem;
  }
}

.item-pros-cons-section {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}
.item-pros-cons-section .pros-cons-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}
.item-pros-cons-section .pros-column, .item-pros-cons-section .cons-column {
  border-radius: 10px;
  padding: 1.25rem;
}
.item-pros-cons-section .pros-column {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity));
}
.item-pros-cons-section .cons-column {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
}
.item-pros-cons-section .column-header {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
  font-size: 15px;
}
.item-pros-cons-section .pros-header {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity));
}
.item-pros-cons-section .cons-header {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}
.item-pros-cons-section .pros-list > :not([hidden]) ~ :not([hidden]), .item-pros-cons-section .cons-list > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.item-pros-cons-section .pros-list, .item-pros-cons-section .cons-list {
  padding-left: 0px;
  list-style: none;
}
.item-pros-cons-section .pros-list li, .item-pros-cons-section .cons-list li {
  position: relative;
  padding-left: 1.25rem;
  font-size: 14px;
  line-height: 1.6;
}
.item-pros-cons-section .pros-list li::before, .item-pros-cons-section .cons-list li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0.5rem;
  height: 0.375rem;
  width: 0.375rem;
  border-radius: 9999px;
}
.item-pros-cons-section .pros-list li {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity));
}
.item-pros-cons-section .pros-list li::before {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity));
}
.item-pros-cons-section .cons-list li {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity));
}
.item-pros-cons-section .cons-list li::before {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}

.sidebar-card {
  border-radius: 16px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.25rem;
}

@media (min-width: 992px) {

  .sidebar-card {
    padding: 1.5rem;
  }
}

.sidebar-card {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}
.sidebar-card .sidebar-card-header {
  margin-bottom: 1rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity));
  padding-bottom: 0.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
  font-size: 15px;
}

.reviews-summary .stars-display {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.reviews-summary .stars-value {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
  font-size: 18px;
}
.reviews-summary .reviews-count {
  margin-bottom: 0.75rem;
  font-size: 13px;
  line-height: 18px;
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}
.reviews-summary .recommend-percent {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
  font-size: 14px;
  font-weight: 500;
}

.related-items-list > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.related-items-list .related-item {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  border-radius: 10px;
  padding: 0.5rem;
  text-decoration: none;
  transition: background-color 0.15s ease;
}
.related-items-list .related-item:hover {
  background-color: #f9fafb;
}
.related-items-list .related-item-image {
  height: 2.5rem;
  width: 2.5rem;
  flex-shrink: 0;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
  -o-object-fit: contain;
     object-fit: contain;
}
.related-items-list .related-item-info {
  min-width: 0px;
  flex-grow: 1;
}
.related-items-list .related-item-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
  font-size: 14px;
}
.related-items-list .related-item-score {
  font-size: 13px;
  line-height: 18px;
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity));
}

.item-reviews-section {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #ffffff;
}
.item-reviews-section .reviews-box {
  border-radius: 16px;
  padding: 1.5rem;
}
@media (min-width: 992px) {

  .item-reviews-section .reviews-box {
    padding: 2rem;
  }
}
.item-reviews-section .review-comments-title {
  margin-bottom: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
  font-size: 22px;
}

:root {
  --stitch-primary: #0d0df2;
  --stitch-primary-light: #4040f5;
  --stitch-bg-light: #f8f8fc;
  --stitch-bg-dark: #101022;
  --stitch-text-main: #0d0d1c;
  --stitch-text-secondary: #49499c;
  --stitch-border: #e7e7f4;
  --stitch-border-dark: #cecee8;
  --stitch-input-bg: #f0f0f5;
  --stitch-max-width: 900px;
}

body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.stitch-header-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--stitch-border);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.stitch-header {
  width: 100%;
}

.stitch-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  white-space: nowrap;
  padding: 10px 24px;
  max-width: var(--stitch-max-width);
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 1024px) {
  .stitch-header-inner {
    padding: 10px 40px;
  }
}

.stitch-header-left {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-shrink: 0;
}

.stitch-header-center {
  flex: 1;
  display: flex;
  justify-content: center;
  padding: 0 24px;
}

.stitch-logo {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.2s;
}
.stitch-logo:hover {
  opacity: 0.8;
}

.stitch-logo-icon {
  width: 28px;
  height: 28px;
  color: var(--stitch-text-main);
}

.stitch-logo-text {
  color: var(--stitch-text-main);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.015em;
}

.stitch-search-wrapper {
  width: 100%;
  max-width: 400px;
  position: relative;
  z-index: 100;
}

.stitch-search-form {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  border-radius: 12px;
  background: #f5f5f5;
  border: 1px solid transparent;
  transition: all 0.2s ease;
}
.stitch-search-form:focus-within {
  background: #ffffff;
  border-color: #e0e0e0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.stitch-search-icon {
  position: absolute;
  left: 10px;
  color: var(--stitch-text-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
}
.stitch-search-icon .material-symbols-outlined {
  font-size: 16px;
}

.stitch-search-input {
  width: 100%;
  background: transparent !important;
  border: none !important;
  outline: none !important;
  font-size: 14px !important;
  color: var(--stitch-text-main) !important;
  padding: 0 16px 0 32px !important;
  height: 32px !important;
}
.stitch-search-input::-moz-placeholder {
  color: var(--stitch-text-secondary) !important;
}
.stitch-search-input:-ms-input-placeholder {
  color: var(--stitch-text-secondary) !important;
}
.stitch-search-input::placeholder {
  color: var(--stitch-text-secondary) !important;
}
.stitch-search-input:focus {
  box-shadow: none !important;
  ring: 0 !important;
}

.stitch-autocomplete {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.04);
  z-index: 9999;
  overflow: hidden;
  max-height: 320px;
  overflow-y: auto;
}

.stitch-autocomplete-item {
  padding: 12px 16px;
  font-size: 14px;
  color: #1a1a1a;
  cursor: pointer;
  transition: background 0.1s ease;
  border-bottom: 1px solid #f5f5f5;
}
.stitch-autocomplete-item:last-child {
  border-bottom: none;
}
.stitch-autocomplete-item:hover, .stitch-autocomplete-item.active {
  background: #f8f9fa;
}

.stitch-header-right {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (min-width: 1024px) {
  .stitch-header-right {
    gap: 28px;
  }
}

.stitch-header-nav {
  display: none;
  align-items: center;
  gap: 20px;
}
@media (min-width: 768px) {
  .stitch-header-nav {
    display: flex;
  }
}

.stitch-nav-link {
  color: var(--stitch-text-main);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s;
}
.stitch-nav-link:hover {
  color: var(--stitch-primary);
}

.stitch-login-link {
  color: var(--stitch-text-main);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s;
}
.stitch-login-link:hover {
  color: var(--stitch-primary);
}

.stitch-cta-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  padding: 0 16px;
  background: var(--stitch-primary);
  color: white;
  font-size: 14px;
  font-weight: 700;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.2s;
  box-shadow: 0 2px 8px rgba(13, 13, 242, 0.3);
}
.stitch-cta-btn:hover {
  background: var(--stitch-primary-light);
  color: white;
}

.stitch-avatar-btn {
  width: 32px;
  height: 32px;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  border-radius: 50%;
  overflow: hidden;
}

.stitch-avatar-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.stitch-header-auth {
  position: relative;
}

.stitch-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 8px;
  background: white;
  border: 1px solid var(--stitch-border);
  border-radius: 8px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  min-width: 160px;
  z-index: 100;
}
.stitch-dropdown a {
  display: block;
  padding: 10px 16px;
  font-size: 14px;
  color: var(--stitch-text-main);
  text-decoration: none;
  transition: background 0.15s;
}
.stitch-dropdown a:hover {
  background: var(--stitch-input-bg);
}
.stitch-dropdown a:first-child {
  border-radius: 8px 8px 0 0;
}
.stitch-dropdown a:last-child {
  border-radius: 0 0 8px 8px;
}

.stitch-mobile-menu-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: none;
  background: none;
  cursor: pointer;
  color: var(--stitch-text-main);
}
@media (min-width: 768px) {
  .stitch-mobile-menu-btn {
    display: none;
  }
}

.stitch-type-menu-wrapper {
  width: 100%;
  border-bottom: 1px solid var(--stitch-border);
  background: white;
}

.stitch-type-menu-inner {
  max-width: var(--stitch-max-width);
  margin: 0 auto;
  padding: 0 24px;
}
@media (min-width: 1024px) {
  .stitch-type-menu-inner {
    padding: 0 40px;
  }
}

.stitch-type-nav {
  display: flex;
  gap: 24px;
}

.stitch-type-link {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 8px 0;
  text-decoration: none;
  cursor: pointer;
}
.stitch-type-link .stitch-type-text {
  color: var(--stitch-text-secondary);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: color 0.2s;
}
.stitch-type-link .stitch-type-indicator {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: transparent;
  border-radius: 2px 2px 0 0;
  transition: background 0.2s;
}
.stitch-type-link:hover .stitch-type-text {
  color: var(--stitch-primary);
}
.stitch-type-link:hover .stitch-type-indicator {
  background: rgba(13, 13, 242, 0.3);
}
.stitch-type-link.active .stitch-type-text {
  color: var(--stitch-primary);
  font-weight: 700;
}
.stitch-type-link.active .stitch-type-indicator {
  background: var(--stitch-primary);
}

.stitch-mobile-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
}

.stitch-mobile-menu {
  position: absolute;
  top: 0;
  right: 0;
  width: 280px;
  height: 100%;
  background: white;
  padding: 24px;
  overflow-y: auto;
}

.stitch-mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
}
.stitch-mobile-nav a {
  font-size: 16px;
  font-weight: 500;
  color: var(--stitch-text-main);
  text-decoration: none;
  padding: 8px 0;
}
.stitch-mobile-nav a:hover {
  color: var(--stitch-primary);
}

.stitch-page-wrapper {
  width: 100%;
  min-height: calc(100vh - 60px);
  background: #f8f9fb;
}

.stitch-main {
  flex: 1;
  width: 100%;
  max-width: var(--stitch-max-width);
  margin: 0 auto;
  padding: 12px 24px 24px;
  background: transparent;
}
@media (min-width: 1024px) {
  .stitch-main {
    padding: 12px 40px 24px;
  }
}

.stitch-hero {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 4px;
  padding-top: 8px;
}

.stitch-hero-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 768px;
}

.stitch-hero-title-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.stitch-hero-title {
  color: var(--stitch-text-main);
  font-size: 24px;
  font-weight: 900;
  letter-spacing: -0.02em;
  margin: 0;
  line-height: 1.2;
}
@media (min-width: 1024px) {
  .stitch-hero-title {
    font-size: 30px;
  }
}

.stitch-hero-badge {
  display: none;
  height: 20px;
  align-items: center;
  padding: 0 8px;
  border-radius: 9999px;
  background: #dcfce7;
  color: #15803d;
  font-size: 10px;
  font-weight: 700;
  border: 1px solid #bbf7d0;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
@media (min-width: 640px) {
  .stitch-hero-badge {
    display: inline-flex;
  }
}

.stitch-hero-subtitle {
  color: var(--stitch-text-secondary);
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}
@media (min-width: 1024px) {
  .stitch-hero-subtitle {
    font-size: 16px;
  }
}

.stitch-hero-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  font-size: 12px;
  margin-top: 4px;
}

.stitch-meta-item {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--stitch-text-secondary);
  font-weight: 500;
}
.stitch-meta-item .material-symbols-outlined {
  font-size: 16px;
}

.stitch-meta-dot {
  color: #d1d5db;
}

.stitch-methodology {
  position: relative;
}
.stitch-methodology[open] {
  z-index: 150;
}

.stitch-methodology-toggle {
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 4px;
  color: var(--stitch-primary);
  font-weight: 700;
  list-style: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.stitch-methodology-toggle:hover {
  text-decoration: underline;
}
.stitch-methodology-toggle .material-symbols-outlined {
  font-size: 16px;
}
.stitch-methodology-toggle .stitch-methodology-arrow {
  font-size: 14px;
  transition: transform 0.2s;
}
.stitch-methodology-toggle::-webkit-details-marker {
  display: none;
}

.stitch-methodology[open] .stitch-methodology-arrow {
  transform: rotate(180deg);
}

.stitch-methodology-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 8px;
  width: 288px;
  padding: 12px;
  background: white;
  border: 1px solid var(--stitch-border);
  border-radius: 8px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  z-index: 100;
  font-size: 12px;
  color: var(--stitch-text-secondary);
  line-height: 1.5;
  font-weight: 400;
}

.stitch-filter-bar {
  position: -webkit-sticky;
  position: sticky;
  top: 88px;
  z-index: 40;
  background: transparent;
  padding: 8px 0;
  margin-bottom: 8px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.stitch-filter-buttons {
  display: flex;
  align-items: center;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 4px;
}
.stitch-filter-buttons::-webkit-scrollbar {
  display: none;
}

.stitch-filter-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  background: white;
  border: 1px solid var(--stitch-border-dark);
  border-radius: 6px;
  color: var(--stitch-text-main);
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
  cursor: pointer;
  transition: border-color 0.2s, color 0.2s, background 0.2s;
}
.stitch-filter-btn:hover {
  border-color: var(--stitch-primary);
  color: var(--stitch-primary);
  background: rgba(13, 13, 242, 0.04);
}
.stitch-filter-btn .material-symbols-outlined {
  font-size: 16px;
}

.stitch-filter-divider {
  height: 20px;
  width: 1px;
  background: var(--stitch-border-dark);
  margin: 0 4px;
}

.stitch-more-filters {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 4px 8px;
  background: none;
  border: none;
  color: var(--stitch-text-secondary);
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
  cursor: pointer;
  transition: color 0.2s;
}
.stitch-more-filters:hover {
  color: var(--stitch-primary);
}
.stitch-more-filters .material-symbols-outlined {
  font-size: 16px;
}

.stitch-filter-results {
  display: none;
  align-items: center;
  font-size: 11px;
  color: var(--stitch-text-secondary);
  font-weight: 500;
}
@media (min-width: 640px) {
  .stitch-filter-results {
    display: flex;
  }
}

.stitch-section-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  margin-top: 8px;
}

.stitch-section-label {
  font-size: 11px;
  font-weight: 700;
  color: var(--stitch-text-secondary);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.stitch-section-line {
  flex: 1;
  height: 1px;
  background: var(--stitch-border);
}

.stitch-items-section {
  margin-bottom: 24px;
}

.stitch-items-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.stitch-items-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.stitch-items-list > div {
  margin-bottom: 0;
}

.stitch-item-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: white;
  border: 1px solid var(--stitch-border);
  border-radius: 12px;
  padding: 16px 20px;
  gap: 12px;
  transition: border-color 0.2s, box-shadow 0.2s;
}
@media (min-width: 768px) {
  .stitch-item-card {
    flex-direction: row;
    align-items: center;
    padding: 20px 24px;
  }
}
.stitch-item-card:hover {
  border-color: rgba(13, 13, 242, 0.4);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.stitch-item-card:last-child {
  margin-bottom: 0;
}

.stitch-item-logo {
  display: flex;
  align-items: center;
  gap: 12px;
}
.stitch-item-logo a {
  display: block;
}

.stitch-logo-img {
  width: 44px;
  height: 44px;
  border-radius: 6px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #f0f0f5;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.15s, border-color 0.15s;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}
.stitch-logo-img:hover {
  background: #e8e8f0;
  border-color: #d0d0e0;
  color: var(--stitch-text);
}

.stitch-logo-placeholder {
  width: 44px;
  height: 44px;
  border-radius: 6px;
  background: linear-gradient(135deg, #667eea, #764ba2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 700;
  font-size: 15px;
  border: 1px solid #f0f0f5;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.15s, border-color 0.15s;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}
.stitch-logo-placeholder:hover {
  background: #e8e8f0;
  border-color: #d0d0e0;
  color: var(--stitch-text);
}

.stitch-item-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
  min-width: 0;
  padding-right: 16px;
}

.stitch-item-title-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.stitch-item-title {
  font-size: 15px;
  font-weight: 700;
  color: var(--stitch-text-main);
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 0.2s;
}
@media (min-width: 1024px) {
  .stitch-item-title {
    font-size: 17px;
  }
}
.stitch-item-title:hover {
  color: var(--stitch-primary);
}

.stitch-rank-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 16px;
  padding: 0 6px;
  border-radius: 4px;
  background: white;
  color: var(--stitch-text-main);
  font-size: 9px;
  font-weight: 700;
  border: 1px solid #e5e7eb;
  line-height: 1;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}
.stitch-rank-badge.rank-first {
  background: #111111;
  color: white;
  border-color: #374151;
}

.stitch-item-desc {
  font-size: 13px;
  color: var(--stitch-text-secondary);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 90%;
  margin: 0;
}

.stitch-item-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 2px;
  font-size: 12px;
  color: var(--stitch-text-secondary);
}

.stitch-best-for {
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 500;
  color: var(--stitch-text-main);
}
.stitch-best-for .material-symbols-outlined {
  font-size: 13px;
  color: var(--stitch-primary);
}

.stitch-meta-separator {
  width: 4px;
  height: 4px;
  background: #d1d5db;
  border-radius: 50%;
}

.stitch-tag-pill {
  display: inline-flex;
  align-items: center;
  padding: 0 6px;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 500;
  background: #fff5eb;
  color: #9a5c27;
  border: 1px solid #fde5d0;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.15s, border-color 0.15s;
}
.stitch-tag-pill:hover {
  background: #ffe8d6;
  border-color: #f5d4b8;
  color: #7a4a20;
}

.stitch-item-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
}
@media (min-width: 768px) {
  .stitch-item-actions {
    justify-content: flex-end;
    width: auto;
    flex-shrink: 0;
  }
}

.stitch-score-group {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 110px;
}
.stitch-score-group .stitch-quality-label {
  min-width: 65px;
  text-align: left;
  margin-top: 0;
}

.stitch-score {
  font-size: 18px;
  font-weight: 900;
  padding: 5px 10px;
  border-radius: 4px;
  line-height: 1;
  min-width: 46px;
  text-align: center;
}

.stitch-confidence {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}

.stitch-confidence-label {
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}

.stitch-confidence-text {
  font-size: 10px;
  color: var(--stitch-text-secondary);
  line-height: 1;
  border-bottom: 1px dotted rgba(73, 73, 156, 0.5);
  cursor: help;
}

.stitch-action-btns {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: 12px;
  padding-left: 12px;
  border-left: 1px solid #e5e7eb;
}

.stitch-feedback-btn {
  font-size: 11px;
  font-weight: 500;
  color: var(--stitch-text-secondary);
  background: none;
  border: none;
  padding: 4px;
  cursor: pointer;
  white-space: nowrap;
  transition: color 0.2s;
}
.stitch-feedback-btn:hover {
  color: var(--stitch-primary);
}

.stitch-visit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  padding: 0 12px;
  background: var(--stitch-primary);
  color: white;
  font-size: 12px;
  font-weight: 700;
  border-radius: 4px;
  text-decoration: none;
  box-shadow: 0 1px 3px rgba(13, 13, 242, 0.2);
  transition: background 0.2s;
  white-space: nowrap;
}
.stitch-visit-btn:hover {
  background: var(--stitch-primary-light);
  color: white;
}

.stitch-related-section {
  margin-bottom: 24px;
}

.stitch-related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 12px;
}

.stitch-related-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  background: white;
  border: 1px solid var(--stitch-border);
  border-radius: 8px;
  text-decoration: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.stitch-related-card:hover {
  border-color: var(--stitch-primary);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.stitch-related-image {
  width: 48px;
  height: 48px;
  border-radius: 6px;
  overflow: hidden;
  flex-shrink: 0;
}
.stitch-related-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.stitch-related-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.stitch-related-name {
  font-size: 14px;
  font-weight: 600;
  color: var(--stitch-text-main);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.stitch-related-count {
  font-size: 12px;
  color: var(--stitch-text-secondary);
}

.stitch-faq-section {
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid var(--stitch-border);
}

.stitch-faq-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--stitch-text-main);
  margin: 0 0 24px 0;
}

.stitch-faq-grid {
  display: grid;
  gap: 24px;
}
@media (min-width: 768px) {
  .stitch-faq-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.stitch-faq-item h3 {
  font-size: 15px;
  font-weight: 600;
  color: var(--stitch-text-main);
  margin: 0 0 8px 0;
}
.stitch-faq-item p {
  font-size: 14px;
  color: var(--stitch-text-secondary);
  line-height: 1.6;
  margin: 0;
}

.stitch-header-wrapper ~ .menu-desktop,
.stitch-header-wrapper ~ .menu-mobile-block {
  display: none !important;
}

.stitch-detail-container {
  max-width: var(--stitch-max-width);
  margin: 0 auto;
  padding: 0 24px 48px;
}
@media (min-width: 1024px) {
  .stitch-detail-container {
    padding: 0 40px 48px;
  }
}

.stitch-detail-hero {
  padding: 32px 0;
  border-bottom: 1px solid var(--stitch-border);
  margin-bottom: 32px;
}

.stitch-detail-hero-main {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 768px) {
  .stitch-detail-hero-main {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
}

.stitch-detail-identity {
  flex: 1;
  min-width: 0;
}

.stitch-detail-title-row {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 16px;
}

.stitch-detail-logo {
  flex-shrink: 0;
}
.stitch-detail-logo a {
  display: block;
}

.stitch-detail-logo-img {
  width: 64px;
  height: 64px;
  border-radius: 12px;
  -o-object-fit: contain;
     object-fit: contain;
  background: #f9f9fb;
  border: 1px solid var(--stitch-border);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.stitch-detail-logo-placeholder {
  width: 64px;
  height: 64px;
  border-radius: 12px;
  background: linear-gradient(135deg, #667eea, #764ba2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 700;
  font-size: 20px;
}

.stitch-detail-title-info {
  flex: 1;
  min-width: 0;
}

.stitch-detail-title-with-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
}

.stitch-title-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: 12px;
}

.stitch-action-btn,
.stitch-action-btn .btn-add-to-list,
.stitch-action-btn button {
  width: 36px !important;
  height: 36px !important;
  min-width: 36px !important;
  min-height: 36px !important;
  padding: 0 !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 8px !important;
  background: #fff !important;
  transition: all 0.2s ease !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none;
}
.stitch-action-btn .material-symbols-outlined,
.stitch-action-btn .btn-add-to-list .material-symbols-outlined,
.stitch-action-btn button .material-symbols-outlined {
  font-size: 18px;
  color: #6b7280;
}
.stitch-action-btn .add-to-list-star,
.stitch-action-btn .btn-add-to-list .add-to-list-star,
.stitch-action-btn button .add-to-list-star {
  font-size: 18px !important;
  color: #6b7280;
}
.stitch-action-btn .add-to-list-text,
.stitch-action-btn .btn-add-to-list .add-to-list-text,
.stitch-action-btn button .add-to-list-text {
  display: none !important;
}
.stitch-action-btn:hover,
.stitch-action-btn .btn-add-to-list:hover,
.stitch-action-btn button:hover {
  border-color: #0037ff !important;
  background: rgba(0, 55, 255, 0.05) !important;
}
.stitch-action-btn:hover .material-symbols-outlined,
.stitch-action-btn:hover .add-to-list-star,
.stitch-action-btn .btn-add-to-list:hover .material-symbols-outlined,
.stitch-action-btn .btn-add-to-list:hover .add-to-list-star,
.stitch-action-btn button:hover .material-symbols-outlined,
.stitch-action-btn button:hover .add-to-list-star {
  color: #0037ff;
}

.stitch-action-btn.btn-add-to-list--active,
.stitch-action-btn .btn-add-to-list--active {
  border-color: #f59e0b !important;
  background: rgba(245, 158, 11, 0.1) !important;
}
.stitch-action-btn.btn-add-to-list--active .add-to-list-star,
.stitch-action-btn .btn-add-to-list--active .add-to-list-star {
  color: #f59e0b !important;
}

.stitch-detail-title {
  font-size: 24px;
  font-weight: 800;
  color: var(--stitch-text-main);
  margin: 0;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .stitch-detail-title {
    font-size: 28px;
  }
}
.stitch-detail-title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s;
}
.stitch-detail-title a:hover {
  color: var(--stitch-primary);
}

.stitch-verified-badge {
  color: var(--stitch-primary);
  font-size: 20px;
  flex-shrink: 0;
}

.stitch-detail-subtitle {
  font-size: 14px;
  color: var(--stitch-text-secondary);
  margin: 0;
  line-height: 1.5;
}

.stitch-detail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}

.stitch-detail-tag {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 500;
  color: #6b7280;
  text-decoration: none;
  transition: border-color 0.2s, color 0.2s, background 0.2s;
}
.stitch-detail-tag:hover {
  background: #e5e7eb;
  border-color: #d1d5db;
  color: #4b5563;
}
.stitch-detail-tag.stitch-tag-primary {
  background: #fff5eb;
  border: 1px solid #fde5d0;
  color: #9a5c27;
}
.stitch-detail-tag.stitch-tag-primary:hover {
  background: #ffe8d6;
  border-color: #f5d4b8;
  color: #7a4a20;
}

.stitch-detail-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.stitch-detail-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 40px;
  padding: 0 20px;
  background: var(--stitch-primary);
  color: white;
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(13, 13, 242, 0.25);
  transition: background 0.2s, transform 0.2s;
}
.stitch-detail-btn-primary:hover {
  background: var(--stitch-primary-light);
  color: white;
  transform: translateY(-1px);
}
.stitch-detail-btn-primary .material-symbols-outlined {
  font-size: 18px;
}

.stitch-detail-btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 40px;
  padding: 0 20px;
  background: white;
  color: var(--stitch-text-main);
  font-size: 14px;
  font-weight: 600;
  border: 1px solid var(--stitch-border-dark);
  border-radius: 8px;
  text-decoration: none;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
}
.stitch-detail-btn-secondary:hover {
  border-color: var(--stitch-primary);
  background: rgba(13, 13, 242, 0.04);
}

.stitch-detail-btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: white;
  border: 1px solid var(--stitch-border-dark);
  border-radius: 8px;
  color: var(--stitch-text-secondary);
  text-decoration: none;
  transition: border-color 0.2s, color 0.2s;
}
.stitch-detail-btn-icon:hover {
  border-color: var(--stitch-primary);
  color: var(--stitch-primary);
}
.stitch-detail-btn-icon .material-symbols-outlined {
  font-size: 20px;
}

.stitch-detail-score-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .stitch-detail-score-wrapper {
    align-items: flex-end;
  }
}

.stitch-score-with-star,
.stitch-score-with-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.stitch-edit-btn-small {
  padding: 10px !important;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #fff;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.stitch-edit-btn-small .material-symbols-outlined {
  font-size: 20px;
  color: #6b7280;
  transition: color 0.2s ease;
}
.stitch-edit-btn-small:hover {
  border-color: #0037ff;
  background: rgba(0, 55, 255, 0.05);
}
.stitch-edit-btn-small:hover .material-symbols-outlined {
  color: #0037ff;
}

.stitch-star-btn,
.stitch-star-btn .btn-add-to-list,
.stitch-star-btn button {
  padding: 10px !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 8px !important;
  background: #fff !important;
  transition: all 0.2s ease !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.stitch-star-btn img,
.stitch-star-btn .btn-add-to-list img,
.stitch-star-btn button img {
  width: 20px !important;
  height: 20px !important;
  margin: 0 !important;
  filter: grayscale(100%) brightness(0.7);
  transition: filter 0.2s ease;
}
.stitch-star-btn .add-to-list-text,
.stitch-star-btn .btn-add-to-list .add-to-list-text,
.stitch-star-btn button .add-to-list-text {
  display: none !important;
}
.stitch-star-btn .add-to-list-icon-compact-mode,
.stitch-star-btn .btn-add-to-list .add-to-list-icon-compact-mode,
.stitch-star-btn button .add-to-list-icon-compact-mode {
  display: none !important;
}
.stitch-star-btn .add-to-list-icon,
.stitch-star-btn .btn-add-to-list .add-to-list-icon,
.stitch-star-btn button .add-to-list-icon {
  display: block !important;
}
.stitch-star-btn .add-to-list-star,
.stitch-star-btn .btn-add-to-list .add-to-list-star,
.stitch-star-btn button .add-to-list-star {
  font-size: 20px;
  color: #9ca3af;
  transition: color 0.2s ease;
}
.stitch-star-btn .add-to-list-star.filled,
.stitch-star-btn .btn-add-to-list .add-to-list-star.filled,
.stitch-star-btn button .add-to-list-star.filled {
  color: #f59e0b;
}
.stitch-star-btn:hover,
.stitch-star-btn .btn-add-to-list:hover,
.stitch-star-btn button:hover {
  border-color: #fbbf24 !important;
  background: #fffbeb !important;
}
.stitch-star-btn:hover img,
.stitch-star-btn .btn-add-to-list:hover img,
.stitch-star-btn button:hover img {
  filter: grayscale(0%) brightness(1);
  filter: sepia(1) saturate(3) brightness(1.1) hue-rotate(10deg);
}
.stitch-star-btn:hover .add-to-list-star,
.stitch-star-btn .btn-add-to-list:hover .add-to-list-star,
.stitch-star-btn button:hover .add-to-list-star {
  color: #fbbf24;
}
.stitch-star-btn.btn-add-to-list--active,
.stitch-star-btn .btn-add-to-list.btn-add-to-list--active,
.stitch-star-btn button.btn-add-to-list--active {
  border-color: #f59e0b !important;
  background: #fef3c7 !important;
}
.stitch-star-btn.btn-add-to-list--active .add-to-list-star,
.stitch-star-btn .btn-add-to-list.btn-add-to-list--active .add-to-list-star,
.stitch-star-btn button.btn-add-to-list--active .add-to-list-star {
  color: #f59e0b;
}
.stitch-star-btn.btn-add-to-list--active:hover,
.stitch-star-btn .btn-add-to-list.btn-add-to-list--active:hover,
.stitch-star-btn button.btn-add-to-list--active:hover {
  background: #fde68a !important;
}

.stitch-detail-score {
  min-width: 80px;
  padding: 16px 20px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
}

.stitch-detail-score-value {
  font-size: 42px;
  line-height: 1;
  letter-spacing: -0.02em;
}

.stitch-detail-score-label {
  text-align: center;
}
@media (min-width: 768px) {
  .stitch-detail-score-label {
    text-align: right;
  }
}

.stitch-score-label-text {
  font-size: 14px;
  font-weight: 700;
  margin: 0;
}
.stitch-score-label-text.text-purple {
  color: #7c3aed;
}
.stitch-score-label-text.text-green {
  color: #059669;
}

.stitch-score-label-count {
  font-size: 12px;
  color: var(--stitch-text-secondary);
  margin: 2px 0 0;
}

.stitch-detail-layout {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
}
@media (min-width: 1024px) {
  .stitch-detail-layout {
    flex-direction: row;
  }
}

.stitch-detail-main {
  flex: 1;
  min-width: 0;
}

.stitch-detail-sidebar {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 1024px) {
  .stitch-detail-sidebar {
    width: 320px;
    flex-shrink: 0;
  }
}

.stitch-detail-tabs {
  display: flex;
  gap: 4px;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--stitch-border);
  overflow-x: auto;
}
.stitch-detail-tabs::-webkit-scrollbar {
  display: none;
}

.stitch-tab {
  padding: 8px 16px;
  background: transparent;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  color: var(--stitch-text-secondary);
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s, color 0.2s;
}
.stitch-tab:hover {
  background: var(--stitch-input-bg);
  color: var(--stitch-text-main);
}
.stitch-tab.active {
  background: var(--stitch-primary);
  color: white;
}

.stitch-detail-card {
  background: white;
  border: 1px solid var(--stitch-border);
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 24px;
}
.stitch-detail-card:last-child {
  margin-bottom: 0;
}

.stitch-detail-card-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--stitch-text-main);
  margin: 0 0 16px;
}

.stitch-detail-description {
  font-size: 15px;
  line-height: 1.7;
  color: var(--stitch-text-secondary);
}
.stitch-detail-description p {
  margin: 0 0 16px;
}
.stitch-detail-description p:last-child {
  margin-bottom: 0;
}
.stitch-detail-description a {
  color: var(--stitch-primary);
  text-decoration: none;
}
.stitch-detail-description a:hover {
  text-decoration: underline;
}
.stitch-detail-description ul, .stitch-detail-description ol {
  margin: 16px 0;
  padding-left: 24px;
}
.stitch-detail-description li {
  margin-bottom: 8px;
}

.stitch-detail-section-title {
  font-size: 15px;
  font-weight: 600;
  color: var(--stitch-text-main);
  margin: 24px 0 16px;
}

.stitch-capabilities-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.stitch-capability-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px;
  background: var(--stitch-input-bg);
  border-radius: 8px;
  font-size: 14px;
  color: var(--stitch-text-main);
}

.stitch-check-icon {
  color: #10b981;
  font-size: 18px;
  flex-shrink: 0;
}

.stitch-pros-cons-grid {
  display: grid;
  gap: 24px;
}
@media (min-width: 640px) {
  .stitch-pros-cons-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.stitch-pros-column,
.stitch-cons-column {
  padding: 20px;
  border-radius: 12px;
}

.stitch-pros-column {
  background: #f0fdf4;
}

.stitch-cons-column {
  background: #fef2f2;
}

.stitch-column-header {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 16px;
}
.stitch-column-header .material-symbols-outlined {
  font-size: 20px;
}

.stitch-pros-header {
  color: #15803d;
}

.stitch-cons-header {
  color: #dc2626;
}

.stitch-pros-list,
.stitch-cons-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.stitch-pros-list li,
.stitch-cons-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 12px;
}
.stitch-pros-list li:last-child,
.stitch-cons-list li:last-child {
  margin-bottom: 0;
}
.stitch-pros-list li .material-symbols-outlined,
.stitch-cons-list li .material-symbols-outlined {
  font-size: 16px;
  flex-shrink: 0;
  margin-top: 2px;
}

.stitch-pros-list li {
  color: #166534;
}
.stitch-pros-list li .stitch-check-icon {
  color: #22c55e;
}

.stitch-cons-list li {
  color: #991b1b;
}

.stitch-x-icon {
  color: #ef4444;
  font-size: 16px;
}

.stitch-sidebar-card {
  background: white;
  border: 1px solid var(--stitch-border);
  border-radius: 12px;
  padding: 20px;
}

.stitch-sidebar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.stitch-sidebar-title {
  font-size: 15px;
  font-weight: 600;
  color: var(--stitch-text-main);
  margin: 0;
}

.stitch-sidebar-link {
  font-size: 12px;
  font-weight: 500;
  color: var(--stitch-primary);
  text-decoration: none;
}
.stitch-sidebar-link:hover {
  text-decoration: underline;
}

.stitch-reviews-summary {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.stitch-reviews-score {
  font-size: 32px;
  font-weight: 800;
  color: var(--stitch-text-main);
  line-height: 1;
}

.stitch-reviews-stars-wrapper {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.stitch-reviews-stars {
  display: flex;
  gap: 2px;
}

.stitch-star {
  font-size: 16px;
  color: #e5e7eb;
}
.stitch-star.filled {
  color: #fbbf24;
}

.stitch-reviews-count {
  font-size: 12px;
  color: var(--stitch-text-secondary);
}

.stitch-recommend {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px;
  background: #f0fdf4;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
  color: #15803d;
  margin-bottom: 16px;
}

.stitch-recommend-icon {
  color: #22c55e;
  font-size: 18px;
}

.stitch-write-review-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  background: var(--stitch-input-bg);
  border: 1px solid var(--stitch-border);
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  color: var(--stitch-text-main);
  text-decoration: none;
  transition: border-color 0.2s, background 0.2s;
}
.stitch-write-review-btn:hover {
  border-color: var(--stitch-primary);
  background: rgba(13, 13, 242, 0.04);
}

.stitch-similar-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.stitch-similar-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px;
  margin: 0;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.2s;
}
.stitch-similar-item:hover {
  background: var(--stitch-input-bg);
}

.stitch-similar-logo {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
  background: var(--stitch-input-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--stitch-border);
}
.stitch-similar-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.stitch-similar-logo span {
  font-size: 12px;
  font-weight: 700;
  color: var(--stitch-text-secondary);
}

.stitch-similar-info {
  flex: 1;
  min-width: 0;
}

.stitch-similar-title {
  font-size: 14px;
  font-weight: 600;
  color: var(--stitch-text-main);
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.stitch-similar-category {
  font-size: 12px;
  color: var(--stitch-text-secondary);
  margin: 2px 0 0;
}

.stitch-similar-score {
  font-size: 14px;
  font-weight: 700;
  padding: 4px 8px;
  border-radius: 4px;
  flex-shrink: 0;
  color: var(--stitch-text-main);
  background: var(--stitch-input-bg);
}
.stitch-similar-score.score-gold {
  color: #92400e;
  background: linear-gradient(135deg, #fef3c7 0%, #fcd34d 100%);
  border: 1px solid #f59e0b;
}
.stitch-similar-score.score-green-dark {
  color: #065f46;
  background: #d1fae5;
}
.stitch-similar-score.score-green {
  color: #047857;
  background: #ecfdf5;
}
.stitch-similar-score.score-green-light {
  color: #059669;
  background: #f0fdf4;
}
.stitch-similar-score.score-yellow {
  color: #92400e;
  background: #fef3c7;
}
.stitch-similar-score.score-gray {
  color: #6b7280;
  background: #f3f4f6;
}

.stitch-reviews-section {
  margin-top: 32px;
}

.stitch-quality-label {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin-top: 8px;
  display: block;
  width: 100%;
}

.stitch-dashboard {
  max-width: var(--stitch-max-width);
  margin: 0 auto;
  padding: 32px 16px;
}
@media (min-width: 768px) {
  .stitch-dashboard {
    padding: 40px 24px;
  }
}

.stitch-dashboard-header {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .stitch-dashboard-header {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

.stitch-dashboard-title {
  font-size: 28px;
  font-weight: 900;
  color: var(--stitch-text);
  letter-spacing: -0.03em;
  margin: 0;
}
@media (min-width: 768px) {
  .stitch-dashboard-title {
    font-size: 36px;
  }
}

.stitch-dashboard-subtitle {
  color: var(--stitch-muted);
  font-size: 15px;
  margin: 4px 0 0 0;
}

.stitch-dashboard-actions {
  display: flex;
  gap: 12px;
}

.stitch-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 20px;
  background: var(--stitch-primary);
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.15s, transform 0.1s;
  box-shadow: 0 2px 8px rgba(13, 13, 242, 0.2);
}
.stitch-btn-primary:hover {
  background: #0a0ac7;
  transform: translateY(-1px);
}
.stitch-btn-primary .material-symbols-outlined {
  font-size: 18px;
}

.stitch-btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 20px;
  background: #fff;
  color: var(--stitch-text);
  font-weight: 600;
  font-size: 14px;
  border-radius: 8px;
  border: 1px solid var(--stitch-border);
  text-decoration: none;
  transition: background 0.15s, border-color 0.15s;
}
.stitch-btn-secondary:hover {
  background: var(--stitch-bg);
  border-color: #d0d0d8;
}

.stitch-btn-small {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  background: var(--stitch-bg);
  color: var(--stitch-text);
  font-weight: 600;
  font-size: 12px;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.15s;
  white-space: nowrap;
}
.stitch-btn-small:hover {
  background: #e8e8f0;
}

.stitch-dashboard-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media (min-width: 1024px) {
  .stitch-dashboard-grid {
    grid-template-columns: 1fr 340px;
  }
}

.stitch-dashboard-main {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.stitch-dashboard-sidebar {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.stitch-dashboard-section {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.stitch-section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.stitch-section-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--stitch-text);
  margin: 0;
}

.stitch-section-link {
  color: var(--stitch-primary);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
.stitch-section-link:hover {
  text-decoration: underline;
}

.stitch-activity-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.stitch-activity-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  background: #fff;
  border-radius: 12px;
  border: 1px solid transparent;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  text-decoration: none;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.stitch-activity-card:hover {
  border-color: rgba(13, 13, 242, 0.2);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.stitch-activity-card:hover .stitch-activity-title {
  color: var(--stitch-primary);
}

.stitch-activity-icon {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.stitch-activity-icon .material-symbols-outlined {
  font-size: 22px;
}

.stitch-activity-comment {
  background: #eff6ff;
  color: #2563eb;
}

.stitch-activity-list {
  background: #f0fdf4;
  color: #16a34a;
}

.stitch-activity-save {
  background: #faf5ff;
  color: #9333ea;
}

.stitch-activity-content {
  flex: 1;
  min-width: 0;
}

.stitch-activity-title {
  font-weight: 700;
  color: var(--stitch-text);
  font-size: 15px;
  margin: 0 0 4px 0;
  transition: color 0.15s;
}

.stitch-activity-meta {
  color: var(--stitch-muted);
  font-size: 13px;
  margin: 0;
}

.stitch-activity-image {
  width: 96px;
  height: 64px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
  display: none;
}
@media (min-width: 640px) {
  .stitch-activity-image {
    display: block;
  }
}
.stitch-activity-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.stitch-empty-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 20px;
  background: #fff;
  border-radius: 12px;
  text-align: center;
}
.stitch-empty-state .material-symbols-outlined {
  font-size: 48px;
  color: #d1d5db;
  margin-bottom: 12px;
}
.stitch-empty-state p {
  color: var(--stitch-muted);
  margin: 0 0 12px 0;
}

.stitch-link {
  color: var(--stitch-primary);
  text-decoration: none;
  font-weight: 500;
}
.stitch-link:hover {
  text-decoration: underline;
}

.stitch-trending-featured {
  position: relative;
  display: block;
  border-radius: 16px;
  overflow: hidden;
  height: 260px;
  text-decoration: none;
}
.stitch-trending-featured:hover .stitch-trending-bg {
  transform: scale(1.05);
}

.stitch-trending-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2), transparent);
  z-index: 1;
}

.stitch-trending-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.5s;
}

.stitch-trending-gradient {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.stitch-trending-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px;
  z-index: 2;
}

.stitch-trending-badges {
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
}

.stitch-badge-primary {
  background: rgba(13, 13, 242, 0.9);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.stitch-badge-score {
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 20px;
}

.stitch-trending-title {
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  margin: 0 0 8px 0;
}
@media (min-width: 768px) {
  .stitch-trending-title {
    font-size: 28px;
  }
}

.stitch-trending-desc {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  margin: 0;
  max-width: 600px;
}

.stitch-trending-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 16px;
}
@media (min-width: 640px) {
  .stitch-trending-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.stitch-trending-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 12px;
  background: #fff;
  border-radius: 12px;
  border: 1px solid var(--stitch-border);
  text-decoration: none;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.stitch-trending-card:hover {
  border-color: var(--stitch-primary);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.stitch-trending-card:hover .stitch-trending-card-title {
  color: var(--stitch-primary);
}

.stitch-trending-card-image {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 8px;
  overflow: hidden;
  background: var(--stitch-bg);
}
.stitch-trending-card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.stitch-trending-card-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 700;
  color: var(--stitch-muted);
  background: var(--stitch-bg);
}

.stitch-trending-card-info {
  flex: 1;
}

.stitch-trending-card-title {
  font-weight: 700;
  font-size: 14px;
  color: var(--stitch-text);
  margin: 0;
  transition: color 0.15s;
}

.stitch-trending-card-category {
  font-size: 12px;
  color: var(--stitch-muted);
  margin: 2px 0 0 0;
}

.stitch-trending-card-score {
  font-size: 13px;
  font-weight: 700;
  color: var(--stitch-primary);
}

.stitch-categories-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.stitch-category-pill {
  display: inline-flex;
  padding: 10px 20px;
  background: #fff;
  border: 1px solid var(--stitch-border);
  border-radius: 24px;
  font-size: 14px;
  font-weight: 500;
  color: var(--stitch-text);
  text-decoration: none;
  transition: border-color 0.15s, color 0.15s, background 0.15s;
}
.stitch-category-pill:hover {
  border-color: var(--stitch-primary);
  color: var(--stitch-primary);
  background: #f5f5ff;
}

.stitch-recent-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.stitch-recent-card {
  display: flex;
  gap: 16px;
  padding: 20px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.stitch-recent-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  border: 1px solid var(--stitch-border);
  background: var(--stitch-bg);
}
.stitch-recent-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.stitch-recent-icon span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-weight: 700;
  color: var(--stitch-muted);
}

.stitch-recent-content {
  flex: 1;
  min-width: 0;
}

.stitch-recent-header {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 12px;
}
@media (min-width: 640px) {
  .stitch-recent-header {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}

.stitch-recent-text {
  font-size: 15px;
  color: var(--stitch-text);
  margin: 0;
}

.stitch-recent-desc {
  font-size: 13px;
  color: var(--stitch-muted);
  margin: 0;
  padding: 12px;
  background: var(--stitch-bg);
  border-radius: 8px;
  border: 1px solid var(--stitch-border);
}

.stitch-sidebar-card {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.stitch-sidebar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.stitch-sidebar-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--stitch-text);
  margin: 0;
}

.stitch-sidebar-link {
  font-size: 12px;
  font-weight: 600;
  color: var(--stitch-primary);
  text-decoration: none;
}
.stitch-sidebar-link:hover {
  text-decoration: underline;
}

.stitch-quick-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 12px;
}

.stitch-quick-action {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border-radius: 8px;
  text-decoration: none;
  color: var(--stitch-text);
  font-weight: 500;
  font-size: 14px;
  transition: background 0.15s;
}
.stitch-quick-action:hover {
  background: var(--stitch-bg);
  color: var(--stitch-primary);
}
.stitch-quick-action .material-symbols-outlined {
  font-size: 20px;
  color: var(--stitch-muted);
}

.stitch-lists-preview {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.stitch-list-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.15s;
}
.stitch-list-item:hover {
  background: var(--stitch-bg);
}
.stitch-list-item:hover .stitch-list-name {
  color: var(--stitch-primary);
}

.stitch-list-icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: var(--stitch-bg);
  display: flex;
  align-items: center;
  justify-content: center;
}
.stitch-list-icon .material-symbols-outlined {
  font-size: 18px;
  color: var(--stitch-muted);
}

.stitch-list-info {
  flex: 1;
  min-width: 0;
}

.stitch-list-name {
  font-weight: 600;
  font-size: 14px;
  color: var(--stitch-text);
  margin: 0;
  transition: color 0.15s;
}

.stitch-list-count {
  font-size: 12px;
  color: var(--stitch-muted);
  margin: 0;
}

.stitch-saved-items {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.stitch-saved-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.15s;
}
.stitch-saved-item:hover {
  background: var(--stitch-bg);
}
.stitch-saved-item:hover .stitch-saved-name {
  color: var(--stitch-primary);
}

.stitch-saved-icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
  border: 1px solid var(--stitch-border);
  background: var(--stitch-bg);
}
.stitch-saved-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.stitch-saved-icon span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-weight: 700;
  font-size: 14px;
  color: var(--stitch-muted);
}

.stitch-saved-info {
  flex: 1;
  min-width: 0;
}

.stitch-saved-name {
  font-weight: 600;
  font-size: 14px;
  color: var(--stitch-text);
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 0.15s;
}

.stitch-saved-category {
  font-size: 12px;
  color: var(--stitch-muted);
  margin: 0;
}

.stitch-saved-score {
  font-size: 12px;
  font-weight: 700;
  padding: 4px 8px;
  border-radius: 6px;
  flex-shrink: 0;
}

.stitch-stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 12px;
}

.stitch-stat-item {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.stitch-stat-value {
  font-size: 24px;
  font-weight: 700;
  color: var(--stitch-text);
}

.stitch-stat-label {
  font-size: 12px;
  color: var(--stitch-muted);
  margin-top: 2px;
}

.stitch-error-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 60vh;
  text-align: center;
  padding: 48px 24px;
}

.stitch-error-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f0f0f0 0%, #e5e5e5 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
.stitch-error-icon .material-symbols-outlined {
  font-size: 40px;
  color: var(--stitch-muted);
}
.stitch-error-icon.stitch-error-icon-warning {
  background: linear-gradient(135deg, #fff3e0 0%, #ffe0b2 100%);
}
.stitch-error-icon.stitch-error-icon-warning .material-symbols-outlined {
  color: #f57c00;
}

.stitch-error-code {
  font-size: 96px;
  font-weight: 800;
  line-height: 1;
  color: #f0f0f0;
  margin-bottom: 16px;
  letter-spacing: -4px;
}

.stitch-error-title {
  font-size: 28px;
  font-weight: 700;
  color: var(--stitch-text);
  margin: 0 0 12px 0;
}

.stitch-error-message {
  font-size: 16px;
  color: var(--stitch-muted);
  max-width: 400px;
  margin: 0 0 32px 0;
  line-height: 1.6;
}

.stitch-error-search {
  display: flex;
  gap: 12px;
  width: 100%;
  max-width: 480px;
  margin-bottom: 24px;
}
@media (max-width: 480px) {
  .stitch-error-search {
    flex-direction: column;
  }
}

.stitch-search-input-wrap {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
}
.stitch-search-input-wrap .material-symbols-outlined {
  position: absolute;
  left: 14px;
  font-size: 20px;
  color: var(--stitch-muted);
}

.stitch-search-input {
  width: 100%;
  padding: 12px 16px 12px 44px !important;
  border: 1px solid var(--stitch-border) !important;
  border-radius: 10px !important;
  font-size: 14px;
  background: #fff;
  transition: all 0.2s ease;
}
.stitch-search-input:focus {
  outline: none;
  border-color: var(--stitch-primary) !important;
  box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.1);
}

.stitch-error-links,
.stitch-error-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 32px;
}

.stitch-btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  color: var(--stitch-muted);
  background: transparent;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
}
.stitch-btn-ghost .material-symbols-outlined {
  font-size: 18px;
}
.stitch-btn-ghost:hover {
  background: #f5f5f5;
  color: var(--stitch-text);
}

.stitch-error-categories {
  margin-top: 16px;
  padding-top: 24px;
  border-top: 1px solid var(--stitch-border);
}

.stitch-error-categories-title {
  font-size: 13px;
  font-weight: 500;
  color: var(--stitch-muted);
  margin: 0 0 12px 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.stitch-error-categories-list {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
}

.stitch-error-status {
  display: flex;
  gap: 16px;
  padding: 20px;
  background: #fafafa;
  border-radius: 12px;
  max-width: 480px;
  text-align: left;
  margin-top: 8px;
}

.stitch-error-status-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #e8f4fd;
  display: flex;
  align-items: center;
  justify-content: center;
}
.stitch-error-status-icon .material-symbols-outlined {
  font-size: 20px;
  color: #2196f3;
}

.stitch-error-status-content {
  flex: 1;
}

.stitch-error-status-title {
  font-size: 14px;
  font-weight: 600;
  color: var(--stitch-text);
  margin: 0 0 4px 0;
}

.stitch-error-status-text {
  font-size: 13px;
  color: var(--stitch-muted);
  margin: 0;
  line-height: 1.5;
}
.stitch-error-status-text a {
  color: var(--stitch-primary);
  text-decoration: none;
}
.stitch-error-status-text a:hover {
  text-decoration: underline;
}

.stitch-auth-modal {
  width: 100%;
  padding: 40px;
}

.stitch-auth-form {
  width: 100%;
}

.stitch-auth-header {
  text-align: center;
  margin-bottom: 28px;
}

.stitch-auth-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: linear-gradient(135deg, #f5f5f5 0%, #ebebeb 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}
.stitch-auth-icon .material-symbols-outlined {
  font-size: 28px;
  color: var(--stitch-text);
}

.stitch-auth-title {
  font-size: 22px;
  font-weight: 700;
  color: var(--stitch-text);
  margin: 0 0 8px 0;
  line-height: 1.3;
}

.stitch-auth-subtitle {
  font-size: 14px;
  color: var(--stitch-muted);
  margin: 0;
}

.stitch-social-auth {
  margin-bottom: 20px;
}

.stitch-btn-google {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 12px 20px;
  background: #fff;
  border: 1px solid var(--stitch-border);
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  color: var(--stitch-text);
  text-decoration: none;
  transition: all 0.2s ease;
  cursor: pointer;
}
.stitch-btn-google img {
  width: 20px;
  height: 20px;
}
.stitch-btn-google:hover {
  background: #fafafa;
  border-color: #d4d4d4;
}

.stitch-auth-divider {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 20px 0;
}
.stitch-auth-divider::before, .stitch-auth-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--stitch-border);
}
.stitch-auth-divider span {
  padding: 0 12px;
  font-size: 12px;
  color: var(--stitch-muted);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.stitch-form {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.stitch-form-group {
  margin-bottom: 16px;
}

.stitch-label {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: var(--stitch-text);
  margin-bottom: 6px;
}

.stitch-label-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
}
.stitch-label-row .stitch-label {
  margin-bottom: 0;
}

.stitch-link-muted {
  font-size: 13px;
  color: var(--stitch-muted);
  text-decoration: none;
  transition: color 0.2s ease;
}
.stitch-link-muted:hover {
  color: var(--stitch-primary);
}

.stitch-input {
  width: 100%;
  padding: 11px 14px !important;
  border: 1px solid var(--stitch-border) !important;
  border-radius: 10px !important;
  font-size: 14px !important;
  color: var(--stitch-text);
  background: #fff !important;
  transition: all 0.2s ease;
  height: auto !important;
}
.stitch-input::-moz-placeholder {
  color: #a0a0a0;
}
.stitch-input:-ms-input-placeholder {
  color: #a0a0a0;
}
.stitch-input::placeholder {
  color: #a0a0a0;
}
.stitch-input:focus {
  outline: none;
  border-color: var(--stitch-primary) !important;
  box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.1);
}

.stitch-checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  cursor: pointer;
}
.stitch-checkbox input[type=checkbox] {
  width: 18px !important;
  height: 18px !important;
  padding: 0 !important;
  border: 1px solid var(--stitch-border) !important;
  border-radius: 4px !important;
  cursor: pointer;
  accent-color: var(--stitch-primary);
}

.stitch-checkbox-label {
  font-size: 13px;
  color: var(--stitch-muted);
}

.stitch-btn-full {
  width: 100%;
  justify-content: center;
}

.stitch-alert {
  margin-top: 16px;
  padding: 12px 16px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
}

.stitch-alert-error {
  background: #fef2f2;
  color: #dc2626;
  border: 1px solid #fecaca;
}

.stitch-alert-success {
  background: #f0fdf4;
  color: #16a34a;
  border: 1px solid #bbf7d0;
}

.stitch-auth-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid var(--stitch-border);
  font-size: 14px;
}
.stitch-auth-footer span:first-child {
  color: var(--stitch-muted);
}

.stitch-link {
  color: var(--stitch-primary);
  text-decoration: none;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: opacity 0.2s ease;
}
.stitch-link .material-symbols-outlined {
  font-size: 18px;
}
.stitch-link:hover {
  opacity: 0.8;
}

.stitch-static-page {
  padding: 48px 0 80px;
}

.stitch-page-header {
  text-align: center;
  margin-bottom: 48px;
}

.stitch-page-icon {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: linear-gradient(135deg, #f5f5f5 0%, #ebebeb 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}
.stitch-page-icon .material-symbols-outlined {
  font-size: 32px;
  color: var(--stitch-primary);
}

.stitch-page-title {
  font-size: 32px;
  font-weight: 700;
  color: var(--stitch-text);
  margin: 0 0 12px 0;
}

.stitch-page-subtitle {
  font-size: 16px;
  color: var(--stitch-muted);
  margin: 0;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.stitch-content-card {
  background: #fff;
  border: 1px solid var(--stitch-border);
  border-radius: 16px;
  padding: 40px;
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .stitch-content-card {
    padding: 24px;
    border-radius: 12px;
  }
}

.stitch-prose {
  font-size: 15px;
  line-height: 1.8;
  color: var(--stitch-text);
}
.stitch-prose h1 {
  font-size: 24px;
  font-weight: 700;
  color: var(--stitch-text);
  margin: 32px 0 16px 0;
}
.stitch-prose h1:first-child {
  margin-top: 0;
}
.stitch-prose h2 {
  font-size: 20px;
  font-weight: 600;
  color: var(--stitch-text);
  margin: 28px 0 12px 0;
}
.stitch-prose h3 {
  font-size: 17px;
  font-weight: 600;
  color: var(--stitch-text);
  margin: 24px 0 10px 0;
}
.stitch-prose p {
  margin: 0 0 16px 0;
}
.stitch-prose p:last-child {
  margin-bottom: 0;
}
.stitch-prose a {
  color: var(--stitch-primary);
  text-decoration: none;
}
.stitch-prose a:hover {
  text-decoration: underline;
}
.stitch-prose strong, .stitch-prose b {
  font-weight: 600;
  color: var(--stitch-text);
}
.stitch-prose ul, .stitch-prose ol {
  margin: 16px 0;
  padding-left: 24px;
}
.stitch-prose li {
  margin-bottom: 10px;
}

.stitch-contact-form {
  max-width: 500px;
  margin: 0 auto;
}

.stitch-contact-info {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin-bottom: 40px;
}

.stitch-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
  background: #fafafa;
  border-radius: 12px;
}
.stitch-contact-item .stitch-contact-item-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 1px solid var(--stitch-border);
}
.stitch-contact-item .stitch-contact-item-icon .material-symbols-outlined {
  font-size: 20px;
  color: var(--stitch-primary);
}
.stitch-contact-item .stitch-contact-item-content p {
  margin: 0;
}
.stitch-contact-item .stitch-contact-item-content .stitch-contact-item-label {
  font-size: 12px;
  color: var(--stitch-muted);
  margin-bottom: 2px;
}
.stitch-contact-item .stitch-contact-item-content .stitch-contact-item-value {
  font-size: 14px;
  font-weight: 500;
  color: var(--stitch-text);
}

.stitch-faq-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.stitch-faq-item {
  background: #fafafa;
  border-radius: 12px;
  padding: 20px 24px;
  transition: all 0.2s ease;
}
.stitch-faq-item:hover {
  background: #f5f5f5;
}

.stitch-faq-question {
  font-size: 15px;
  font-weight: 600;
  color: var(--stitch-text);
  margin: 0 0 8px 0;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.stitch-faq-question .material-symbols-outlined {
  font-size: 20px;
  color: var(--stitch-primary);
  flex-shrink: 0;
  margin-top: 1px;
}

.stitch-faq-answer {
  font-size: 14px;
  color: var(--stitch-muted);
  line-height: 1.6;
  margin: 0;
  padding-left: 32px;
}
.stitch-faq-answer a {
  color: var(--stitch-primary);
  text-decoration: none;
}
.stitch-faq-answer a:hover {
  text-decoration: underline;
}

.g-recaptcha {
  margin-bottom: 16px;
}

.stitch-comments-section {
  margin-top: 48px;
}

.stitch-comments-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  flex-wrap: wrap;
  gap: 16px;
}

.stitch-comments-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--stitch-text);
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.stitch-comments-title span {
  background: #f5f5f5;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  color: var(--stitch-muted);
}

.stitch-comments-sort {
  display: flex;
  align-items: center;
  gap: 8px;
}

.stitch-sort-label {
  font-size: 13px;
  color: var(--stitch-muted);
}

.stitch-sort-tabs {
  display: flex;
  background: #f5f5f5;
  border-radius: 8px;
  padding: 3px;
}

.stitch-sort-tab {
  padding: 6px 14px;
  font-size: 13px;
  font-weight: 500;
  color: var(--stitch-muted);
  background: transparent;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.stitch-sort-tab:hover {
  color: var(--stitch-text);
}
.stitch-sort-tab.active {
  background: #fff;
  color: var(--stitch-text);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.stitch-comments-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.stitch-comment {
  background: #fff;
  border: 1px solid var(--stitch-border);
  border-radius: 12px;
  padding: 20px;
  transition: all 0.2s ease;
}
.stitch-comment:hover {
  border-color: #d4d4d4;
}

.stitch-comment-header {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
}

.stitch-comment-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.stitch-comment-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.stitch-comment-meta {
  flex: 1;
}

.stitch-comment-author {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.stitch-comment-name {
  font-size: 14px;
  font-weight: 600;
  color: var(--stitch-text);
  text-decoration: none;
}
.stitch-comment-name:hover {
  color: var(--stitch-primary);
}

.stitch-comment-rank {
  font-size: 11px;
  padding: 2px 8px;
  background: #f5f5f5;
  border-radius: 20px;
  color: var(--stitch-muted);
}

.stitch-comment-date {
  font-size: 12px;
  color: var(--stitch-muted);
  margin-top: 2px;
}

.stitch-comment-rating {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.stitch-stars {
  display: flex;
  gap: 2px;
}
.stitch-stars img {
  width: 16px;
  height: 16px;
}

.stitch-rating-value {
  font-size: 14px;
  font-weight: 600;
  color: #f59e0b;
}

.stitch-comment-text {
  font-size: 14px;
  line-height: 1.7;
  color: var(--stitch-text);
  margin: 0;
}

.stitch-comment-item-link {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 13px;
  color: var(--stitch-primary);
  text-decoration: none;
}
.stitch-comment-item-link:hover {
  text-decoration: underline;
}

.stitch-comment-actions {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--stitch-border);
  flex-wrap: wrap;
}

.stitch-comment-action {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 500;
  color: var(--stitch-muted);
  background: transparent;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
}
.stitch-comment-action .material-symbols-outlined {
  font-size: 18px;
}
.stitch-comment-action:hover {
  background: #f5f5f5;
  color: var(--stitch-text);
}
.stitch-comment-action.active {
  color: var(--stitch-primary);
}
.stitch-comment-action.stitch-report {
  margin-left: auto;
}
.stitch-comment-action.stitch-report:hover {
  color: #dc2626;
}

.stitch-add-comment {
  margin-top: 32px;
  margin-bottom: 32px;
}

.stitch-add-comment-trigger {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 24px;
  background: #f5f5f5;
  border: 2px dashed var(--stitch-border);
  border-radius: 12px;
  font-size: 14px;
  font-weight: 500;
  color: var(--stitch-muted);
  cursor: pointer;
  transition: all 0.2s ease;
  width: 100%;
}
.stitch-add-comment-trigger .material-symbols-outlined {
  font-size: 20px;
}
.stitch-add-comment-trigger:hover {
  border-color: var(--stitch-primary);
  color: var(--stitch-primary);
  background: rgba(99, 102, 241, 0.05);
}

.stitch-comment-form-card {
  background: #fafafa;
  border: 1px solid var(--stitch-border);
  border-radius: 12px;
  padding: 24px;
}

.stitch-comment-form-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--stitch-text);
  margin: 0 0 16px 0;
}

.stitch-comment-textarea {
  width: 100%;
  min-height: 120px;
  padding: 14px !important;
  border: 1px solid var(--stitch-border) !important;
  border-radius: 10px !important;
  font-size: 14px;
  resize: vertical;
  background: #fff !important;
}
.stitch-comment-textarea:focus {
  outline: none;
  border-color: var(--stitch-primary) !important;
  box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.1);
}

.stitch-comment-rating-selector {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 16px 0;
}

.stitch-rating-label {
  font-size: 13px;
  color: var(--stitch-muted);
}

.stitch-rating-stars {
  display: flex;
  gap: 4px;
}
.stitch-rating-stars img {
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: transform 0.2s ease;
}
.stitch-rating-stars img:hover {
  transform: scale(1.1);
}

.stitch-comment-form-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 16px;
}

.stitch-guest-prompt {
  text-align: center;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid var(--stitch-border);
}
.stitch-guest-prompt p {
  font-size: 14px;
  color: var(--stitch-muted);
  margin: 0;
}
.stitch-guest-prompt p a {
  color: var(--stitch-primary);
  text-decoration: none;
  font-weight: 500;
}
.stitch-guest-prompt p a:hover {
  text-decoration: underline;
}

.stitch-comments-count {
  font-size: 14px;
  color: var(--stitch-muted);
  font-weight: 500;
}

.stitch-sort-tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--stitch-border);
}

.stitch-sort-tab {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  color: var(--stitch-muted);
  background: transparent;
  border: 1px solid var(--stitch-border);
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.stitch-sort-tab .material-symbols-outlined {
  font-size: 18px;
}
.stitch-sort-tab:hover {
  background: #f5f5f5;
  color: var(--stitch-text);
}
.stitch-sort-tab.active {
  background: var(--stitch-primary);
  color: #fff;
  border-color: var(--stitch-primary);
}

.stitch-comment-body {
  font-size: 15px;
  line-height: 1.7;
  color: var(--stitch-text);
  margin: 16px 0;
  white-space: pre-wrap;
}

.stitch-stars {
  display: flex;
  gap: 2px;
}
.stitch-stars .material-symbols-outlined {
  font-size: 18px;
  color: #d4d4d4;
}
.stitch-stars .material-symbols-outlined.filled {
  color: #fbbf24;
  font-variation-settings: "FILL" 1;
}

.stitch-rating-value {
  font-size: 13px;
  font-weight: 600;
  color: var(--stitch-text);
  margin-left: 8px;
}

.stitch-comment-rating {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.stitch-like-btn.liked {
  color: var(--stitch-primary);
}
.stitch-like-btn.liked .material-symbols-outlined {
  font-variation-settings: "FILL" 1;
}
.stitch-like-btn:disabled {
  cursor: default;
}

.stitch-like-count {
  font-weight: 600;
}

.stitch-comment-action-report {
  margin-left: auto;
}
.stitch-comment-action-report:hover {
  color: #dc2626 !important;
}

.stitch-comment-form-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--stitch-border);
}
.stitch-comment-form-header h4 {
  font-size: 18px;
  font-weight: 600;
  color: var(--stitch-text);
  margin: 0;
}

.stitch-comment-form-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: transparent;
  border: none;
  border-radius: 8px;
  color: var(--stitch-muted);
  cursor: pointer;
  transition: all 0.2s ease;
}
.stitch-comment-form-close:hover {
  background: #f5f5f5;
  color: var(--stitch-text);
}

.stitch-comment-form-guest {
  text-align: center;
  padding: 32px 20px;
}
.stitch-comment-form-guest > .material-symbols-outlined {
  font-size: 48px;
  color: var(--stitch-muted);
  margin-bottom: 16px;
}
.stitch-comment-form-guest p {
  font-size: 16px;
  color: var(--stitch-text);
  margin: 0 0 20px 0;
}

.stitch-comment-form-guest-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.stitch-comment-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.stitch-form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.stitch-label {
  font-size: 14px;
  font-weight: 500;
  color: var(--stitch-text);
}

.stitch-form-error {
  font-size: 13px;
  color: #dc2626;
  margin-top: 4px;
}

.stitch-rating-input {
  display: flex;
  align-items: center;
  gap: 12px;
}

.stitch-stars-input {
  display: flex;
  gap: 4px;
}

.stitch-star-input {
  font-size: 28px;
  color: #d4d4d4;
  cursor: pointer;
  transition: all 0.15s ease;
}
.stitch-star-input:hover, .stitch-star-input.hover {
  color: #fbbf24;
  transform: scale(1.1);
}
.stitch-star-input.filled {
  color: #fbbf24;
  font-variation-settings: "FILL" 1;
}

.stitch-comment-form-footer {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid var(--stitch-border);
}

.stitch-reviews-section {
  margin-top: 48px;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}

.stitch-reviews-header {
  margin-bottom: 24px;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.stitch-reviews-title {
  font-size: 24px;
  font-weight: 700;
  color: var(--stitch-text, #1a1a1a);
  letter-spacing: -0.02em;
}

.stitch-reviews-count {
  font-weight: 400;
  color: #9ca3af;
}

.stitch-review-form-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 24px;
  margin-bottom: 24px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}

.stitch-review-form-title {
  font-size: 18px;
  font-weight: 600;
  color: var(--stitch-text, #1a1a1a);
  margin: 0 0 24px 0;
}

.stitch-review-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.stitch-review-rating-group {
  margin-bottom: 0;
}

.stitch-review-rating-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.stitch-review-rating-label {
  font-size: 14px;
  font-weight: 500;
  color: #374151;
}

.stitch-review-rating-badge {
  background: #1a1a1a;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 4px;
  transition: background-color 0.2s ease;
}
.stitch-review-rating-badge.badge-excellent {
  background: #059669;
}
.stitch-review-rating-badge.badge-very-good {
  background: #10b981;
}
.stitch-review-rating-badge.badge-good {
  background: #3b82f6;
}
.stitch-review-rating-badge.badge-mediocre {
  background: #f59e0b;
}
.stitch-review-rating-badge.badge-average {
  background: #f97316;
}
.stitch-review-rating-badge.badge-poor {
  background: #ef4444;
}

.stitch-review-slider-wrapper {
  position: relative;
  height: 24px;
  display: flex;
  align-items: center;
}

.stitch-review-slider-fill {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 4px;
  background: #0037ff;
  border-radius: 999px 0 0 999px;
  pointer-events: none;
  z-index: 1;
}

.stitch-review-slider {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  height: 4px;
  background: #e5e7eb;
  border-radius: 999px;
  outline: none;
  position: relative;
  z-index: 2;
}
.stitch-review-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  border: 4px solid #0037ff;
  cursor: pointer;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.stitch-review-slider::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  border: 4px solid #0037ff;
  cursor: pointer;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.stitch-review-slider-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  padding: 0 4px;
}
.stitch-review-slider-labels span {
  font-size: 12px;
  color: #9ca3af;
}

.stitch-review-stars-row {
  display: flex;
  align-items: center;
  gap: 2px;
}

.stitch-review-star-btn {
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  transition: transform 0.1s ease;
}
.stitch-review-star-btn:hover {
  transform: scale(1.1);
}

.stitch-review-star {
  font-size: 24px;
  color: #d1d5db;
  transition: all 0.15s ease;
  font-variation-settings: "FILL" 0;
}
.stitch-review-star.filled {
  color: #f97316;
  font-variation-settings: "FILL" 1;
}
.stitch-review-star.half-filled {
  font-variation-settings: "FILL" 1;
  background: linear-gradient(90deg, #f97316 50%, #d1d5db 50%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.stitch-review-star.hover {
  color: #fb923c;
  transform: scale(1.05);
}

.stitch-review-rating-hint {
  font-size: 12px;
  color: #9ca3af;
  margin-top: 8px;
  text-align: center;
}

.stitch-review-textarea-group {
  margin-bottom: 0;
}

.stitch-review-textarea {
  width: 100%;
  min-height: 128px;
  padding: 16px;
  font-size: 14px;
  line-height: 1.6;
  color: var(--stitch-text, #1a1a1a);
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  resize: none;
  transition: all 0.2s ease;
}
.stitch-review-textarea::-moz-placeholder {
  color: #9ca3af;
}
.stitch-review-textarea:-ms-input-placeholder {
  color: #9ca3af;
}
.stitch-review-textarea::placeholder {
  color: #9ca3af;
}
.stitch-review-textarea:focus {
  outline: none;
  border-color: #0037ff;
  box-shadow: 0 0 0 3px rgba(0, 55, 255, 0.1);
  background: #fff;
}

.stitch-review-submit {
  box-shadow: 0 4px 14px rgba(0, 55, 255, 0.25);
}

.stitch-review-form-guest {
  text-align: center;
  padding: 24px 0;
}
.stitch-review-form-guest .material-symbols-outlined {
  font-size: 48px;
  color: #d4d4d4;
  margin-bottom: 16px;
}
.stitch-review-form-guest p {
  color: #6b7280;
  margin-bottom: 16px;
}

.stitch-review-form-reviewed {
  text-align: center;
  padding: 24px 0;
}
.stitch-review-form-reviewed .material-symbols-outlined {
  font-size: 48px;
  color: #10b981;
  margin-bottom: 16px;
}
.stitch-review-form-reviewed p {
  color: #374151;
  margin-bottom: 8px;
  font-weight: 500;
}
.stitch-review-form-reviewed .stitch-review-form-reviewed-hint {
  font-size: 13px;
  color: #9ca3af;
  font-weight: 400;
}

.stitch-reviews-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
}

.stitch-filter-pill {
  padding: 10px 20px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #e5e7eb;
  background: #ffffff;
  color: #6b7280;
  cursor: pointer;
  transition: all 0.2s ease;
}
.stitch-filter-pill:hover {
  background: #f9fafb;
}
.stitch-filter-pill.active {
  background: #1a1a1a;
  color: #fff;
  border-color: #1a1a1a;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.stitch-reviews-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.stitch-reviews-items {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.stitch-review-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}

.stitch-review-header {
  margin-bottom: 12px;
}

.stitch-review-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.stitch-review-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 0 0 0 2px #fff, 0 0 0 3px #e5e7eb;
}
.stitch-review-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.stitch-review-author-info {
  flex: 1;
}

.stitch-review-author-name-row {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.stitch-review-author-name {
  font-size: 14px;
  font-weight: 600;
  color: var(--stitch-text, #1a1a1a);
  text-decoration: none;
}
.stitch-review-author-name:hover {
  color: #0037ff;
}

.stitch-review-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 2px 8px;
  background: #f3f4f6;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 500;
  color: #6b7280;
}
.stitch-review-badge .material-symbols-outlined {
  font-size: 12px;
  color: #9ca3af;
}

.stitch-review-date {
  font-size: 12px;
  color: #9ca3af;
  margin-top: 2px;
}

.stitch-review-score {
  margin-bottom: 12px;
}

.stitch-review-score-value {
  font-size: 20px;
  font-weight: 700;
  color: var(--stitch-text, #1a1a1a);
}

.stitch-review-score-max {
  font-size: 16px;
  font-weight: 400;
  color: #9ca3af;
}

.stitch-review-body {
  font-size: 14px;
  line-height: 1.7;
  color: #4b5563;
  margin: 0 0 24px 0;
}

.stitch-review-item-link {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #0037ff;
  margin-bottom: 12px;
}
.stitch-review-item-link a {
  color: inherit;
  text-decoration: none;
}
.stitch-review-item-link a:hover {
  text-decoration: underline;
}
.stitch-review-item-link .material-symbols-outlined {
  font-size: 16px;
}

.stitch-review-actions {
  display: flex;
  align-items: center;
  gap: 24px;
}

.stitch-review-action {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: #6b7280;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: color 0.2s ease;
}
.stitch-review-action .material-symbols-outlined {
  font-size: 18px;
}
.stitch-review-action:hover {
  color: #0037ff;
}
.stitch-review-action.liked {
  color: #0037ff;
}

.stitch-review-replies {
  margin-top: 24px;
  padding-left: 16px;
  border-left: 2px solid #f3f4f6;
}
@media (min-width: 768px) {
  .stitch-review-replies {
    padding-left: 24px;
  }
}

.stitch-review-reply {
  background: rgba(249, 250, 251, 0.5);
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 12px;
}
.stitch-review-reply:last-child {
  margin-bottom: 0;
}

.stitch-review-reply-header {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 8px;
}

.stitch-review-reply-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.stitch-review-reply-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.stitch-review-reply-info {
  flex: 1;
}

.stitch-review-reply-name {
  font-size: 14px;
  font-weight: 600;
  color: var(--stitch-text, #1a1a1a);
  text-decoration: none;
}
.stitch-review-reply-name:hover {
  color: #0037ff;
}

.stitch-review-reply-date {
  font-size: 11px;
  color: #9ca3af;
  display: block;
}

.stitch-review-reply-body {
  font-size: 14px;
  line-height: 1.6;
  color: #4b5563;
  margin: 0 0 12px 0;
}

.stitch-review-reply-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.stitch-review-reply-action {
  font-size: 12px;
  color: #6b7280;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
  transition: color 0.2s ease;
}
.stitch-review-reply-action .material-symbols-outlined {
  font-size: 14px;
}
.stitch-review-reply-action:hover {
  color: #0037ff;
}

.stitch-reviews-empty {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 48px 24px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}

.stitch-reviews-empty-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 16px;
  background: #eff6ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.stitch-reviews-empty-icon .material-symbols-outlined {
  font-size: 32px;
  color: #0037ff;
}

.stitch-reviews-empty-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--stitch-text, #1a1a1a);
  margin: 0 0 8px 0;
}

.stitch-reviews-empty-text {
  font-size: 14px;
  color: #6b7280;
  max-width: 320px;
  margin: 0 auto;
}

.stitch-categories-wrapper {
  padding: 60px 0;
  background: linear-gradient(180deg, #fafafa 0%, #fff 100%);
}

.stitch-categories-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.stitch-categories-header {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 40px;
}

.stitch-categories-title {
  font-size: 28px;
  font-weight: 700;
  color: var(--stitch-text-main, #0d0d1c);
  margin: 0;
  white-space: nowrap;
}

.stitch-categories-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, #e5e7eb 0%, transparent 100%);
}

.stitch-categories-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 1024px) {
  .stitch-categories-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .stitch-categories-grid {
    grid-template-columns: 1fr;
  }
}

.stitch-category-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: all 0.2s ease;
  overflow: hidden;
  min-width: 0;
}
.stitch-category-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  border-color: #d1d5db;
}

.stitch-category-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #f3f4f6;
}

.stitch-category-title-link {
  text-decoration: none;
  flex: 1;
  min-width: 0;
}
.stitch-category-title-link:hover .stitch-category-title {
  color: #0037ff;
}

.stitch-category-title {
  font-size: 18px;
  font-weight: 600;
  color: var(--stitch-text-main, #0d0d1c);
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.stitch-category-view-all {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  font-weight: 500;
  color: #0037ff;
  text-decoration: none;
  transition: gap 0.2s ease;
}
.stitch-category-view-all .material-symbols-outlined {
  font-size: 16px;
  transition: transform 0.2s ease;
}
.stitch-category-view-all:hover {
  gap: 8px;
}
.stitch-category-view-all:hover .material-symbols-outlined {
  transform: translateX(2px);
}

.stitch-category-items {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.stitch-category-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border-radius: 12px;
  text-decoration: none;
  transition: background 0.2s ease;
}
.stitch-category-item:hover {
  background: #f9fafb;
}

.stitch-category-item-logo {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
  background: #f3f4f6;
  display: flex;
  align-items: center;
  justify-content: center;
}
.stitch-category-item-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.stitch-category-item-logo span {
  font-size: 14px;
  font-weight: 600;
  color: #6b7280;
}

.stitch-category-item-info {
  flex: 1;
  min-width: 0;
}

.stitch-category-item-title {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: var(--stitch-text-main, #0d0d1c);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.stitch-category-item-meta {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  color: #9ca3af;
  margin-top: 2px;
}

.stitch-category-rank {
  font-weight: 600;
  color: #0037ff;
}

.stitch-category-item-score {
  font-size: 14px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 8px;
  flex-shrink: 0;
  color: #10b981;
  background: #ecfdf5;
}
.stitch-category-item-score.score-gold {
  color: #92400e;
  background: linear-gradient(135deg, #fef3c7 0%, #fcd34d 100%);
  border: 1px solid #f59e0b;
}
.stitch-category-item-score.score-green-dark {
  color: #065f46;
  background: #d1fae5;
}
.stitch-category-item-score.score-green {
  color: #047857;
  background: #ecfdf5;
}
.stitch-category-item-score.score-green-light {
  color: #059669;
  background: #f0fdf4;
}
.stitch-category-item-score.score-yellow {
  color: #92400e;
  background: #fef3c7;
}
.stitch-category-item-score.score-gray {
  color: #6b7280;
  background: #f3f4f6;
}

.stitch-categories-more {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}

.stitch-btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 500;
  color: #374151;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.stitch-btn-secondary .material-symbols-outlined {
  font-size: 20px;
  transition: transform 0.2s ease;
}
.stitch-btn-secondary:hover {
  background: #f9fafb;
  border-color: #d1d5db;
}
.stitch-btn-secondary:hover .material-symbols-outlined {
  transform: translateY(2px);
}

.stitch-profile {
  max-width: var(--stitch-max-width);
  margin: 0 auto;
  padding: 0 16px;
}
@media (min-width: 768px) {
  .stitch-profile {
    padding: 0 24px;
  }
}

.stitch-profile-header {
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  border-radius: 16px;
  padding: 24px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .stitch-profile-header {
    padding: 32px;
  }
}

.stitch-profile-header-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .stitch-profile-header-content {
    flex-direction: row;
    align-items: flex-start;
    gap: 32px;
  }
}

.stitch-profile-avatar-section {
  display: flex;
  justify-content: center;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .stitch-profile-avatar-section {
    justify-content: flex-start;
  }
}

.stitch-profile-avatar {
  position: relative;
  width: 100px;
  height: 100px;
}
@media (min-width: 768px) {
  .stitch-profile-avatar {
    width: 120px;
    height: 120px;
  }
}
.stitch-profile-avatar .stitch-avatar-img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 4px solid #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.stitch-online-indicator {
  position: absolute;
  bottom: 6px;
  right: 6px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 3px solid #fff;
}
.stitch-online-indicator.online {
  background: #10b981;
}
.stitch-online-indicator.offline {
  background: #9ca3af;
}

.stitch-profile-info {
  flex: 1;
  text-align: center;
}
@media (min-width: 768px) {
  .stitch-profile-info {
    text-align: left;
  }
}

.stitch-profile-name-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .stitch-profile-name-row {
    justify-content: flex-start;
  }
}

.stitch-profile-name {
  font-size: 26px;
  font-weight: 800;
  color: var(--stitch-text-main, #0d0d1c);
  letter-spacing: -0.02em;
  margin: 0;
}
@media (min-width: 768px) {
  .stitch-profile-name {
    font-size: 32px;
  }
}

.stitch-profile-badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background: linear-gradient(135deg, var(--stitch-primary) 0%, #4f46e5 100%);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.stitch-profile-bio {
  color: var(--stitch-muted, #666);
  font-size: 15px;
  line-height: 1.5;
  margin: 0 0 16px 0;
  max-width: 500px;
}
@media (min-width: 768px) {
  .stitch-profile-bio {
    margin-left: 0;
    margin-right: auto;
  }
}

.stitch-profile-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
@media (min-width: 768px) {
  .stitch-profile-meta {
    justify-content: flex-start;
  }
}

.stitch-profile-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--stitch-muted, #666);
  font-size: 14px;
}
.stitch-profile-meta-item .material-symbols-outlined {
  font-size: 18px;
  color: #9ca3af;
}

.stitch-profile-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}
@media (min-width: 768px) {
  .stitch-profile-actions {
    justify-content: flex-start;
    margin-left: auto;
  }
}

.stitch-profile-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 32px;
}
@media (min-width: 640px) {
  .stitch-profile-stats {
    grid-template-columns: repeat(4, 1fr);
  }
}

.stitch-stat-card {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  border: 1px solid var(--stitch-border, #e5e5e5);
  transition: border-color 0.2s, box-shadow 0.2s;
}
.stitch-stat-card:hover {
  border-color: rgba(13, 13, 242, 0.2);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}
.stitch-stat-card.stitch-stat-highlight {
  background: linear-gradient(135deg, #fef3c7 0%, #fcd34d 40%);
  border: 1px solid #f59e0b;
}
.stitch-stat-card.stitch-stat-highlight .stitch-stat-value {
  color: #92400e;
}
.stitch-stat-card.stitch-stat-highlight .stitch-stat-label {
  color: #b45309;
}

.stitch-stat-value {
  font-size: 28px;
  font-weight: 800;
  color: var(--stitch-text-main, #0d0d1c);
  letter-spacing: -0.02em;
  margin-bottom: 4px;
}

.stitch-stat-label {
  font-size: 13px;
  color: var(--stitch-muted, #666);
  font-weight: 500;
}

.stitch-profile-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media (min-width: 1024px) {
  .stitch-profile-grid {
    grid-template-columns: 1fr 340px;
  }
}

.stitch-profile-main {
  min-width: 0;
}

.stitch-profile-sidebar {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 1023px) {
  .stitch-profile-sidebar {
    order: -1;
  }
}

.stitch-tabs {
  background: #fff;
  border-radius: 16px;
  border: 1px solid var(--stitch-border, #e5e5e5);
  overflow: hidden;
}

.stitch-tabs-nav {
  display: flex;
  overflow-x: auto;
  border-bottom: 1px solid var(--stitch-border, #e5e5e5);
  background: #fafafa;
  scrollbar-width: none;
}
.stitch-tabs-nav::-webkit-scrollbar {
  display: none;
}

.stitch-tab {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 20px;
  font-size: 14px;
  font-weight: 500;
  color: var(--stitch-muted, #666);
  text-decoration: none;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
  transition: color 0.2s, border-color 0.2s;
}
.stitch-tab .material-symbols-outlined {
  font-size: 20px;
}
.stitch-tab:hover {
  color: var(--stitch-text-main, #0d0d1c);
}
.stitch-tab.active {
  color: var(--stitch-primary);
  border-bottom-color: var(--stitch-primary);
  background: #fff;
}

.stitch-tab-content {
  padding: 24px;
}
@media (min-width: 768px) {
  .stitch-tab-content {
    padding: 32px;
  }
}

.stitch-sidebar-card {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  border: 1px solid var(--stitch-border, #e5e5e5);
}

.stitch-sidebar-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--stitch-text-main, #0d0d1c);
  margin: 0 0 16px 0;
}

.stitch-about-text {
  color: var(--stitch-muted, #666);
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

.stitch-details-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.stitch-detail-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 12px;
  border-bottom: 1px solid #f3f4f6;
}
.stitch-detail-row:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.stitch-detail-label {
  font-size: 13px;
  color: var(--stitch-muted, #666);
}

.stitch-detail-value {
  font-size: 14px;
  font-weight: 500;
  color: var(--stitch-text-main, #0d0d1c);
}

.stitch-tags-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.stitch-interest-tag {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  background: #f3f4f6;
  color: var(--stitch-text-main, #0d0d1c);
  font-size: 13px;
  font-weight: 500;
  border-radius: 20px;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}
.stitch-interest-tag:hover {
  background: var(--stitch-primary);
  color: #fff;
}

.stitch-activity-mini {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.stitch-activity-mini-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  background: #f9fafb;
  border-radius: 8px;
}
.stitch-activity-mini-item .material-symbols-outlined {
  font-size: 18px;
  color: var(--stitch-primary);
  flex-shrink: 0;
}

.stitch-activity-mini-content {
  flex: 1;
  min-width: 0;
  font-size: 13px;
}
.stitch-activity-mini-content span {
  color: var(--stitch-muted, #666);
}
.stitch-activity-mini-content a {
  display: block;
  color: var(--stitch-text-main, #0d0d1c);
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
}
.stitch-activity-mini-content a:hover {
  color: var(--stitch-primary);
}

.stitch-activity-mini-time {
  font-size: 12px;
  color: #9ca3af;
  flex-shrink: 0;
}

.stitch-tab-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.stitch-tab-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--stitch-text-main, #0d0d1c);
  margin: 0;
}

.stitch-empty-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 48px 24px;
  text-align: center;
}
.stitch-empty-state .material-symbols-outlined {
  font-size: 48px;
  color: #d1d5db;
  margin-bottom: 16px;
}
.stitch-empty-state p {
  font-size: 16px;
  font-weight: 500;
  color: var(--stitch-text-main, #0d0d1c);
  margin: 0 0 8px 0;
}

.stitch-empty-hint {
  font-size: 14px;
  color: var(--stitch-muted, #666);
}

.stitch-lists-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.stitch-list-card {
  background: #f9fafb;
  border-radius: 12px;
  padding: 16px;
  transition: background 0.2s;
}
.stitch-list-card:hover {
  background: #f3f4f6;
}
.stitch-list-card.stitch-list-card-private {
  border: 1px dashed #d1d5db;
}

.stitch-list-card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
}

.stitch-list-card-info {
  flex: 1;
  min-width: 0;
}

.stitch-list-card-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  color: var(--stitch-text-main, #0d0d1c);
  text-decoration: none;
}
.stitch-list-card-title:hover {
  color: var(--stitch-primary);
}

.stitch-private-icon {
  font-size: 16px;
  color: #9ca3af;
}

.stitch-list-card-count {
  display: block;
  font-size: 13px;
  color: var(--stitch-muted, #666);
  margin-top: 4px;
}

.stitch-list-card-actions {
  display: flex;
  gap: 8px;
}

.stitch-btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid var(--stitch-border, #e5e5e5);
  color: var(--stitch-muted, #666);
  text-decoration: none;
  transition: all 0.2s;
}
.stitch-btn-icon .material-symbols-outlined {
  font-size: 18px;
}
.stitch-btn-icon:hover {
  background: #f3f4f6;
  color: var(--stitch-text-main, #0d0d1c);
}
.stitch-btn-icon.stitch-btn-icon-primary {
  background: var(--stitch-primary);
  border-color: var(--stitch-primary);
  color: #fff;
}
.stitch-btn-icon.stitch-btn-icon-primary:hover {
  background: #0a0ac7;
}

.stitch-list-items-preview {
  display: flex;
  gap: 8px;
  margin-top: 16px;
  overflow-x: auto;
  scrollbar-width: none;
}
.stitch-list-items-preview::-webkit-scrollbar {
  display: none;
}

.stitch-list-item-thumb {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
  background: #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: center;
}
.stitch-list-item-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.stitch-list-item-thumb .material-symbols-outlined {
  font-size: 20px;
  color: #9ca3af;
}

.stitch-list-more {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background: #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
  color: var(--stitch-muted, #666);
  text-decoration: none;
  flex-shrink: 0;
}
.stitch-list-more:hover {
  background: #d1d5db;
}

.stitch-recent-section {
  margin-bottom: 32px;
}
.stitch-recent-section:last-child {
  margin-bottom: 0;
}

.stitch-section-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--stitch-text-main, #0d0d1c);
  margin: 0 0 16px 0;
}

.stitch-recent-items-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
@media (min-width: 480px) {
  .stitch-recent-items-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 768px) {
  .stitch-recent-items-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.stitch-recent-item-card {
  display: flex;
  flex-direction: column;
  background: #f9fafb;
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
}
.stitch-recent-item-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.stitch-recent-item-image {
  aspect-ratio: 1;
  background: #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: center;
}
.stitch-recent-item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.stitch-recent-item-image .material-symbols-outlined {
  font-size: 32px;
  color: #9ca3af;
}

.stitch-recent-item-info {
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}

.stitch-recent-item-title {
  font-size: 13px;
  font-weight: 500;
  color: var(--stitch-text-main, #0d0d1c);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
}

.stitch-recent-item-score {
  font-size: 12px;
  font-weight: 700;
  color: #10b981;
  background: #ecfdf5;
  padding: 2px 6px;
  border-radius: 4px;
}

.stitch-recent-lists-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
@media (min-width: 640px) {
  .stitch-recent-lists-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.stitch-recent-list-card {
  display: flex;
  flex-direction: column;
  background: #f9fafb;
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
}
.stitch-recent-list-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.stitch-recent-list-preview {
  position: relative;
  aspect-ratio: 16/10;
  background: #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: center;
}
.stitch-recent-list-preview img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.stitch-recent-list-preview .material-symbols-outlined {
  font-size: 32px;
  color: #9ca3af;
}

.stitch-recent-list-overlay {
  position: absolute;
  bottom: 8px;
  right: 8px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  padding: 4px 8px;
  border-radius: 4px;
}

.stitch-recent-list-info {
  padding: 10px;
}

.stitch-recent-list-title {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: var(--stitch-text-main, #0d0d1c);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.stitch-recent-list-meta {
  display: block;
  font-size: 12px;
  color: var(--stitch-muted, #666);
  margin-top: 2px;
}

.stitch-reviews-summary {
  background: linear-gradient(135deg, #fef3c7 0%, #fcd34d 100%);
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 24px;
}

.stitch-reviews-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.stitch-reviews-avg {
  font-size: 48px;
  font-weight: 800;
  color: #92400e;
  line-height: 1;
}

.stitch-reviews-stars {
  display: flex;
  gap: 4px;
  margin: 8px 0;
}
.stitch-reviews-stars .material-symbols-outlined {
  font-size: 24px;
  color: #d97706;
}
.stitch-reviews-stars .material-symbols-outlined.filled {
  font-variation-settings: "FILL" 1;
}

.stitch-reviews-count {
  font-size: 14px;
  color: #b45309;
}

.stitch-reviews-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.stitch-review-card {
  background: #f9fafb;
  border-radius: 12px;
  padding: 16px;
}

.stitch-review-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
}

.stitch-review-item-link {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  flex: 1;
  min-width: 0;
}

.stitch-review-item-image {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
  background: #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: center;
}
.stitch-review-item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.stitch-review-item-image .material-symbols-outlined {
  font-size: 20px;
  color: #9ca3af;
}

.stitch-review-item-info {
  flex: 1;
  min-width: 0;
}

.stitch-review-item-title {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: var(--stitch-text-main, #0d0d1c);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.stitch-review-item-link:hover .stitch-review-item-title {
  color: var(--stitch-primary);
}

.stitch-review-date {
  display: block;
  font-size: 12px;
  color: var(--stitch-muted, #666);
  margin-top: 2px;
}

.stitch-review-rating {
  display: flex;
  align-items: center;
  gap: 4px;
  background: #ecfdf5;
  padding: 6px 10px;
  border-radius: 8px;
  flex-shrink: 0;
}
.stitch-review-rating .material-symbols-outlined {
  font-size: 16px;
  color: #10b981;
  font-variation-settings: "FILL" 1;
}

.stitch-review-score {
  font-size: 14px;
  font-weight: 700;
  color: #10b981;
}

.stitch-review-text {
  margin: 12px 0 0 0;
  font-size: 14px;
  line-height: 1.6;
  color: var(--stitch-text-main, #0d0d1c);
}

.stitch-friends-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
@media (min-width: 480px) {
  .stitch-friends-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 768px) {
  .stitch-friends-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.stitch-friend-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px;
  background: #f9fafb;
  border-radius: 12px;
  text-decoration: none;
  transition: background 0.2s;
}
.stitch-friend-card:hover {
  background: #f3f4f6;
}

.stitch-friend-avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 12px;
}
.stitch-friend-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.stitch-friend-info {
  text-align: center;
}

.stitch-friend-name {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: var(--stitch-text-main, #0d0d1c);
}

.stitch-friend-level {
  display: block;
  font-size: 12px;
  color: var(--stitch-muted, #666);
  margin-top: 2px;
}

.hover\:border-gray-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
}

.hover\:border-\[\#0B67FF\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(11 103 255 / var(--tw-border-opacity));
}

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

.hover\:bg-blue-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity));
}

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

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

.hover\:bg-\[\#0B67FF\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(11 103 255 / var(--tw-bg-opacity));
}

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

.hover\:bg-gray-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(163 163 163 / var(--tw-bg-opacity));
}

.hover\:bg-gray-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 82 / var(--tw-bg-opacity));
}

.hover\:text-gray-500:hover {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}

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

.hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
}

.hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}

.hover\:text-gray-800:hover {
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
}

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

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

.hover\:text-red-800:hover {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity));
}

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

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

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

.focus\:border-gray-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
}

.focus\:bg-gray-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

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

.focus\:text-gray-700:focus {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}

.focus\:text-gray-800:focus {
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
}

.focus\:text-gray-500:focus {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}

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

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

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

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

.focus\:ring-opacity-50:focus {
  --tw-ring-opacity: 0.5;
}

.active\:bg-gray-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.active\:text-gray-700:active {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}

.active\:text-gray-500:active {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-\[\#5046e5\] {
  --tw-text-opacity: 1;
  color: rgb(80 70 229 / var(--tw-text-opacity));
}

.peer:checked ~ .peer-checked\:after\:translate-x-full::after {
  content: var(--tw-content);
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.peer:checked ~ .peer-checked\:after\:border-white::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

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

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

@media (min-width: 576px) {

  .sm\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .sm\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

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

  .sm\:ml-10 {
    margin-left: 2.5rem;
  }

  .sm\:ml-6 {
    margin-left: 1.5rem;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

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

  .sm\:max-w-md {
    max-width: 28rem;
  }

  .sm\:flex-1 {
    flex: 1 1 0%;
  }

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

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

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

  .sm\:rounded-lg {
    border-radius: 10px;
  }

  .sm\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

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

  .sm\:pt-0 {
    padding-top: 0px;
  }

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

@media (max-width: 575px) {

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

  .sm-max\:flex {
    display: flex;
  }

  .sm-max\:hidden {
    display: none;
  }

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

  .sm-max\:gap-2 {
    gap: 0.5rem;
  }
}

@media (min-width: 768px) {

  .md\:w-1\/2 {
    width: 50%;
  }

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

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

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

@media (max-width: 767px) {

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

@media (min-width: 992px) {

  .lg\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

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

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

/*# sourceMappingURL=app.css.map*/