*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*/

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

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

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

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

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: var(--font-noto-sans-sc, "Noto Sans SC"), PingFang SC, Microsoft YaHei, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--foreground);
  background: var(--background);
  font-family: var(--font-noto-sans-sc, "Noto Sans SC"), "PingFang SC", "Microsoft YaHei", sans-serif;
  -webkit-font-smoothing: antialiased;
}

a,
  button,
  summary {
  cursor: pointer;
}

:focus-visible {
  outline: 2px solid var(--brand);
  outline-offset: 2px;
}

::-moz-selection {
  background: color-mix(in srgb, var(--brand) 28%, white);
  color: var(--foreground);
}

::selection {
  background: color-mix(in srgb, var(--brand) 28%, white);
  color: var(--foreground);
}

.page-shell {
  min-height: 100vh;
  min-height: 100dvh;
  background: var(--page-wash);
  overflow-x: clip;
}

.site-container {
  width: 100%;
  max-width: 100rem;
  margin-inline: auto;
  --site-gutter: clamp(1rem, 2.8vw, 3.5rem);
  padding-inline: var(--site-gutter);
}

.full-bleed {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  border-radius: 0.375rem;
  background-color: var(--brand);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition: background-color 0.3s cubic-bezier(0.16, 1, 0.3, 1), transform 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.btn-primary:hover {
  background-color: var(--brand-dark);
}

.btn-primary:active {
  transform: scale(0.98);
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  border-radius: 0.375rem;
  border-width: 1px;
  border-color: var(--border);
  background-color: var(--surface);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: var(--foreground);
  transition: border-color 0.3s cubic-bezier(0.16, 1, 0.3, 1), color 0.3s cubic-bezier(0.16, 1, 0.3, 1),
      transform 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.btn-secondary:hover {
  border-color: var(--brand);
  color: var(--brand);
}

.btn-secondary:active {
  transform: scale(0.98);
}

/* Arrbid lintBox / card: white, 4px radius, blue-tint shadow, no hard border */

.panel {
  border-radius: var(--radius);
  background-color: var(--surface);
  box-shadow: var(--shadow-sm);
}

/* Vertical rhythm between sibling info blocks */

.stack-blocks {
  display: flex;
  flex-direction: column;
  gap: var(--block-gap);
}

.block-gap {
  margin-top: var(--block-gap);
}

.block-gap-b {
  margin-bottom: var(--block-gap);
}

.field-label {
  margin-bottom: 0.375rem;
  display: block;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  letter-spacing: 0.025em;
  color: var(--muted-foreground);
}

.field {
  width: 100%;
  border-radius: 0.375rem;
  border-width: 1px;
  border-color: var(--border);
  background-color: var(--surface);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--foreground);
}

.field::-moz-placeholder {
  color: var(--muted-foreground);
}

.field::placeholder {
  color: var(--muted-foreground);
}

.field {
  min-height: 2.625rem;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.65);
  transition: border-color 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s cubic-bezier(0.16, 1, 0.3, 1),
      background-color 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.field:hover {
  border-color: color-mix(in srgb, var(--brand) 35%, var(--border));
  background-color: color-mix(in srgb, var(--brand-soft) 35%, var(--surface));
}

.field:focus {
  outline: none;
  border-color: var(--brand);
  background-color: var(--surface);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.65), 0 0 0 3px color-mix(in srgb, var(--brand) 18%, transparent);
}

/* Native select: custom chevron, consistent height */

.field-select {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  padding-right: 2.5rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%236b5e54' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.75' d='M4.25 6.25 8 10l3.75-3.75'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 1rem;
  cursor: pointer;
}

.field-select:hover,
  .field-select:focus {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%23006deb' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.75' d='M4.25 6.25 8 10l3.75-3.75'/%3E%3C/svg%3E");
}

/* Native date: tinted calendar affordance */

.field-date {
  position: relative;
  padding-right: 2.5rem;
  color-scheme: light;
  cursor: pointer;
}

.field-date::-webkit-calendar-picker-indicator {
  position: absolute;
  inset: 0 0 0 auto;
  width: 2.5rem;
  height: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer;
  opacity: 0.55;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Crect x='2.25' y='3.25' width='11.5' height='10.5' rx='1.5' stroke='%236b5e54' stroke-width='1.5'/%3E%3Cpath stroke='%236b5e54' stroke-linecap='round' stroke-width='1.5' d='M5 1.75v2.5M11 1.75v2.5M2.25 6.5h11.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1rem;
}

.field-date:hover::-webkit-calendar-picker-indicator,
  .field-date:focus::-webkit-calendar-picker-indicator {
  opacity: 1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Crect x='2.25' y='3.25' width='11.5' height='10.5' rx='1.5' stroke='%23006deb' stroke-width='1.5'/%3E%3Cpath stroke='%23006deb' stroke-linecap='round' stroke-width='1.5' d='M5 1.75v2.5M11 1.75v2.5M2.25 6.5h11.5'/%3E%3C/svg%3E");
}

.field-date::-webkit-datetime-edit {
  padding: 0.125rem 0;
}

.field-date:focus {
  color: var(--foreground);
}

/* Compact select inside composite search bars */

.field-select-inline {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border: 0;
  border-right: 1px solid var(--border);
  background-color: color-mix(in srgb, var(--muted) 55%, var(--surface));
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%236b5e54' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.75' d='M4.25 6.25 8 10l3.75-3.75'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.65rem center;
  background-size: 0.85rem;
  padding: 0.875rem 2rem 0.875rem 0.875rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--foreground);
  cursor: pointer;
  transition: background-color 0.3s cubic-bezier(0.16, 1, 0.3, 1), color 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.field-select-inline:hover,
  .field-select-inline:focus,
  .field-select-inline:focus-visible {
  outline: none;
  color: var(--brand);
  background-color: var(--brand-soft);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%23006deb' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.75' d='M4.25 6.25 8 10l3.75-3.75'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.65rem center;
  background-size: 0.85rem;
}

.channel-link {
  display: inline-flex;
  min-height: 2.75rem;
  cursor: pointer;
  touch-action: manipulation;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: var(--foreground);
}

@media (min-width: 640px) {
  .channel-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

.channel-link {
  transition: background-color 0.2s cubic-bezier(0.16, 1, 0.3, 1), color 0.2s cubic-bezier(0.16, 1, 0.3, 1),
      transform 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.channel-link:hover {
  background-color: var(--brand-soft);
  color: var(--brand);
}

.channel-link:active {
  transform: scale(0.97);
}

.type-row {
  display: flex;
  min-height: 2.75rem;
  cursor: pointer;
  touch-action: manipulation;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  border-radius: 0.375rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

@media (min-width: 640px) {
  .type-row {
    min-height: 3.25rem;
    padding-left: 0.875rem;
    padding-right: 0.875rem;
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }
}

.type-row {
  transition: background-color 0.2s cubic-bezier(0.16, 1, 0.3, 1), transform 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.type-row:hover {
  background-color: color-mix(in srgb, var(--brand-soft) 70%, var(--surface));
}

.type-row:active {
  transform: scale(0.995);
}

.panel-cta {
  display: inline-flex;
  min-height: 2.75rem;
  cursor: pointer;
  touch-action: manipulation;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  color: var(--brand);
}

@media (min-width: 640px) {
  .panel-cta {
    min-height: 2.5rem;
  }
}

.panel-cta {
  transition: color 0.2s cubic-bezier(0.16, 1, 0.3, 1), gap 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.panel-cta:hover {
  color: var(--brand-dark);
  gap: 0.35rem;
}

.skip-link {
  border: 0;
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.skip-link:focus {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
  position: fixed;
  left: 1rem;
  top: 1rem;
  z-index: 100;
  border-radius: 0.375rem;
  background-color: var(--brand);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.region-switcher {
  flex-shrink: 0;
}

/* Spec §4.2: containing block is the header site-container so the panel
     cannot overflow the viewport / get clipped by .page-shell overflow-x: clip.
     Size to content and align with the logo (content gutter), not the padding edge. */

header .site-container {
  position: relative;
}

.region-switcher > summary {
  list-style: none;
}

.region-switcher > summary::-webkit-details-marker {
  display: none;
}

.region-switcher-trigger {
  display: inline-flex;
  min-height: 2.75rem;
  cursor: pointer;
  align-items: center;
  gap: 0.25rem;
  padding-inline: 0.5rem;
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--brand);
  touch-action: manipulation;
}

.region-switcher-chevron {
  width: 0.9rem;
  height: 0.9rem;
  flex-shrink: 0;
}

.region-switcher[open] .region-switcher-chevron {
  transform: rotate(180deg);
}

.region-switcher-panel {
  position: absolute;
  left: var(--site-gutter);
  top: 100%;
  z-index: 40;
  width: -moz-max-content;
  width: max-content;
  max-width: calc(100% - 2 * var(--site-gutter));
  max-height: min(24rem, 70vh);
  overflow: auto;
  padding: 1rem 1.1rem 1.1rem;
  border-top: 0.35rem solid transparent;
  border-radius: var(--radius);
  background: var(--surface);
  background-clip: padding-box;
  box-shadow: var(--shadow-sm);
}

@media (prefers-reduced-motion: reduce) {
  .region-switcher-chevron {
    transform: none;
  }
}

@keyframes band-rise {
  from {
    opacity: 0.72;
    transform: translateY(10px);
    filter: blur(2px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

@keyframes panel-in {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.motion-band {
  animation: band-rise 0.7s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.motion-panel {
  animation: panel-in 0.55s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.motion-panel-delay-1 {
  animation-delay: 0.08s;
}

.motion-panel-delay-2 {
  animation-delay: 0.16s;
}

.motion-panel-delay-3 {
  animation-delay: 0.24s;
}

@media (prefers-reduced-motion: reduce) {
  .motion-band,
    .motion-panel {
    animation: none;
  }
}

.hero-search {
  display: flex;
  width: 100%;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
}

.hero-search:focus-within {
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--brand) 18%, transparent),
      var(--shadow-sm);
}

.hero-search select,
  .hero-search input {
  height: auto;
  border: 0;
  color: var(--foreground);
}

.hero-search input {
  flex: 1;
  min-width: 0;
  padding: 0.875rem 1rem;
  font-size: 1rem;
  background: transparent;
}

.hero-search input:focus,
  .hero-search input:focus-visible,
  .hero-search select:focus-visible,
  .hero-search button:focus,
  .hero-search button:focus-visible {
  outline: none;
}

.hero-search input::-moz-placeholder {
  color: var(--muted-foreground);
}

.hero-search input::placeholder {
  color: var(--muted-foreground);
}

.hero-search button[type="submit"] {
  display: inline-flex;
  min-height: 3rem;
  min-width: 3rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0 1rem;
  background: var(--brand);
  color: #fff;
  font-weight: 600;
  border: 0;
  font-size: 1rem;
}

.hero-search button[type="submit"]:hover {
  background: var(--brand-dark);
}

.hero-search button[type="submit"]:active {
  transform: scale(0.98);
}

@media (min-width: 640px) {
  .hero-search button[type="submit"] {
    min-width: 0;
    padding: 0 1.75rem;
  }
}

.facet-row {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 8px 12px;
  padding: 10px 0;
  border-top: 1px solid var(--border);
  font-size: 0.875rem;
}

.facet-label {
  padding-top: 8px;
  color: var(--muted-foreground);
  font-weight: 500;
}

.facet-values {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 6px;
}

.facet-link {
  display: inline-flex;
  min-height: 2.5rem;
  align-items: center;
  padding: 0 10px;
  color: var(--foreground);
  border-radius: var(--radius);
}

.facet-link:hover {
  color: var(--brand);
  background: var(--brand-soft);
}

.facet-link.is-active {
  color: var(--brand);
  font-weight: 600;
  background: var(--brand-soft);
}

.panel:has(.cat-mega-bar) {
  overflow: visible;
}

.cat-mega-bar {
  position: relative;
  z-index: 20;
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 8px 12px;
  align-items: start;
  padding: 4px 0 0;
}

.cat-mega-label {
  padding-top: 18px;
  color: var(--muted-foreground);
  font-weight: 500;
}

.cat-mega-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
}

.cat-mega-chip {
  display: flex;
  min-width: 4.5rem;
  min-height: 4.5rem;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 0.375rem;
  padding: 0.5rem 0.375rem 0.25rem;
  color: var(--foreground);
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.2;
  border-radius: var(--radius);
  cursor: pointer;
  transition: background-color 0.2s cubic-bezier(0.16, 1, 0.3, 1), color 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.cat-icon {
  display: flex;
  width: 2.25rem;
  height: 2.25rem;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #5a534c;
}

.cat-mega {
  position: static;
}

.cat-mega-panel {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 50;
  background: var(--surface);
  box-shadow: var(--shadow-md);
  border: 1px solid var(--border);
  padding: 0.5rem 0.75rem 0.75rem 1.25rem;
}

.cat-mega-panel::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -1.5rem;
  height: 1.5rem;
}

.cat-mega:hover .cat-mega-panel,
  .cat-mega:focus-within .cat-mega-panel,
  .cat-mega.is-open .cat-mega-panel {
  display: block;
}

.cat-mega:hover .cat-mega-chip,
  .cat-mega:focus-within .cat-mega-chip,
  .cat-mega.is-open .cat-mega-chip,
  .cat-mega-chip:hover {
  background-color: var(--brand-soft);
  color: var(--brand);
}

.cat-mega:hover .cat-icon,
  .cat-mega:focus-within .cat-icon,
  .cat-mega.is-open .cat-icon,
  .cat-mega-chip:hover .cat-icon,
  .cat-mega-chip.is-active .cat-icon {
  color: var(--brand);
}

.cat-mega-list {
  max-height: min(19.25rem, 60vh);
  overflow-y: auto;
  padding-right: 0.5rem;
}

.cat-mega-group {
  display: grid;
  grid-template-columns: 8rem 1fr;
  gap: 0.15rem 0.75rem;
  padding: 0.75rem 0 0.5rem;
  border-bottom: 1px solid var(--border);
}

.cat-mega-group:last-child {
  border-bottom: 0;
}

.cat-mega-group:not(:has(.cat-mega-leaf)) {
  grid-template-columns: 1fr;
}

.cat-mega-group-title {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--brand);
  cursor: pointer;
}

.cat-mega-leaves {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  min-width: 0;
}

.cat-mega-leaf {
  font-size: 0.75rem;
  line-height: 1.35;
  color: var(--muted-foreground);
  cursor: pointer;
  margin-top: 0.35rem;
  padding: 0 0.625rem;
  border-left: 1px solid var(--border);
  transition: color 0.15s cubic-bezier(0.16, 1, 0.3, 1);
}

.cat-mega-leaf:first-child {
  padding-left: 0;
  border-left: 0;
}

.cat-mega-leaf:hover,
  .cat-mega-group-title:hover {
  color: var(--brand-dark);
}

@media (max-width: 639px) {
  .cat-mega-group {
    grid-template-columns: 1fr;
    gap: 0.15rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .channel-link,
    .cat-mega-chip,
    .cat-mega-leaf,
    .cat-mega-group-title {
    transition: none;
  }
}

.cat-mega-chip.is-active {
  background: var(--brand-soft);
  color: var(--brand);
  font-weight: 600;
}

.chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 8px;
}

.filter-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 28px;
  padding: 0 10px;
  color: var(--brand);
  background: var(--surface);
  border: 1px solid var(--brand);
  border-radius: var(--radius);
  font-size: 12px;
  line-height: 1;
  text-decoration: none;
  transition: background-color 0.15s ease, color 0.15s ease;
}

.filter-chip:hover {
  background: var(--brand-soft);
}

.list-search {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.list-search-field {
  display: flex;
  align-items: center;
  height: 36px;
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
}

.list-search-field:focus-within {
  border-color: var(--brand);
}

.list-search-field input {
  width: 9.5rem;
  height: 100%;
  padding: 0 10px;
  border: 0;
  background: transparent;
  color: var(--foreground);
  font-size: 0.75rem;
}

.list-search-field input:focus,
  .list-search-field input:focus-visible,
  .list-search-field button:focus,
  .list-search-field button:focus-visible {
  outline: none;
}

.list-search-field input::-moz-placeholder {
  color: var(--muted-foreground);
}

.list-search-field input::placeholder {
  color: var(--muted-foreground);
}

.list-search-field button {
  display: inline-flex;
  width: 36px;
  height: 100%;
  align-items: center;
  justify-content: center;
  color: var(--muted-foreground);
  cursor: pointer;
}

.list-search-field button:hover {
  color: var(--brand);
}

.table-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px 16px;
  padding: 14px 16px;
  border-bottom: 1px solid var(--border);
  background: var(--surface);
}

.data-table {
  width: 100%;
  min-width: 56rem;
  border-collapse: collapse;
  font-size: 0.875rem;
}

.data-table th {
  padding: 12px 10px;
  background: var(--muted);
  color: var(--muted-foreground);
  font-weight: 500;
  text-align: left;
  border-bottom: 1px solid var(--border);
  white-space: nowrap;
}

.data-table td {
  padding: 12px 10px;
  border-bottom: 1px solid var(--border);
  vertical-align: middle;
}

.data-table tbody tr:hover {
  background: var(--brand-soft);
}

.th-sort {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: inherit;
  text-decoration: none;
}

.th-sort:hover {
  color: var(--brand);
}

.th-sort-icons {
  display: inline-flex;
  flex-direction: column;
  line-height: 0;
}

.th-sort-icons i {
  display: block;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}

.th-sort-icons .up {
  border-bottom: 5px solid #c5cdd6;
  margin-bottom: 2px;
}

.th-sort-icons .down {
  border-top: 5px solid #c5cdd6;
}

.th-sort.is-asc .up {
  border-bottom-color: var(--brand);
}

.th-sort.is-desc .down {
  border-top-color: var(--brand);
}

.pager {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 16px 0 8px;
}

.sr-only {
  border: 0;
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.pointer-events-none {
  pointer-events: none;
}

.pointer-events-auto {
  pointer-events: auto;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.bottom-5 {
  bottom: 1.25rem;
}

.right-5 {
  right: 1.25rem;
}

.top-0 {
  top: 0px;
}

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

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

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

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

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

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

.mb-1\.5 {
  margin-bottom: 0.375rem;
}

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

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

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

.mt-0\.5 {
  margin-top: 0.125rem;
}

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

.mt-1\.5 {
  margin-top: 0.375rem;
}

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

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

.mt-2\.5 {
  margin-top: 0.625rem;
}

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

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

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

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

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

.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

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

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-11 {
  height: 2.75rem;
}

.h-14 {
  height: 3.5rem;
}

.h-3\.5 {
  height: 0.875rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-8 {
  height: 2rem;
}

.h-9 {
  height: 2.25rem;
}

.h-full {
  height: 100%;
}

.min-h-11 {
  min-height: 2.75rem;
}

.min-h-9 {
  min-height: 2.25rem;
}

.w-11 {
  width: 2.75rem;
}

.w-24 {
  width: 6rem;
}

.w-3\.5 {
  width: 0.875rem;
}

.w-36 {
  width: 9rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-8 {
  width: 2rem;
}

.w-full {
  width: 100%;
}

.w-px {
  width: 1px;
}

.min-w-0 {
  min-width: 0px;
}

.min-w-11 {
  min-width: 2.75rem;
}

.min-w-\[5\.5rem\] {
  min-width: 5.5rem;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-lg {
  max-width: 32rem;
}

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

.flex-shrink {
  flex-shrink: 1;
}

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

.border-collapse {
  border-collapse: collapse;
}

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

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

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

.cursor-default {
  cursor: default;
}

.cursor-pointer {
  cursor: pointer;
}

.touch-manipulation {
  touch-action: manipulation;
}

.scroll-mt-32 {
  scroll-margin-top: 8rem;
}

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

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

.grid-cols-\[3rem_auto\] {
  grid-template-columns: 3rem auto;
}

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

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

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

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

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

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

.gap-0\.5 {
  gap: 0.125rem;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-1\.5 {
  gap: 0.375rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-2\.5 {
  gap: 0.625rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-8 {
  gap: 2rem;
}

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

.overscroll-x-contain {
  overscroll-behavior-x: contain;
}

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

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

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.border {
  border-width: 1px;
}

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

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

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

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

.border-white\/15 {
  border-color: rgb(255 255 255 / 0.15);
}

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

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

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

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

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

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

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

.p-4 {
  padding: 1rem;
}

.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

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

.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

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

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

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

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

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

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

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

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

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

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

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

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

.pb-12 {
  padding-bottom: 3rem;
}

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

.pb-2\.5 {
  padding-bottom: 0.625rem;
}

.pt-2\.5 {
  padding-top: 0.625rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

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

.font-sans {
  font-family: var(--font-noto-sans-sc, "Noto Sans SC"), PingFang SC, Microsoft YaHei, sans-serif;
}

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

.text-\[1\.875rem\] {
  font-size: 1.875rem;
}

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

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

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

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

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

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

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

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

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

.tabular-nums {
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.leading-\[1\.15\] {
  line-height: 1.15;
}

.leading-relaxed {
  line-height: 1.625;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

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

.text-brand-dark {
  color: var(--brand-dark);
}

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

.text-muted-foreground {
  color: var(--muted-foreground);
}

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

.text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}

.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}

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

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-50 {
  opacity: 0.5;
}

.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-soft {
  --tw-shadow: var(--shadow-sm);
  --tw-shadow-colored: var(--shadow-sm);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[var\(--shadow-header\)\] {
  --tw-shadow-color: var(--shadow-header);
  --tw-shadow: var(--tw-shadow-colored);
}

.outline {
  outline-style: solid;
}

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

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

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

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

.\[-ms-overflow-style\:none\] {
  -ms-overflow-style: none;
}

.\[scrollbar-width\:none\] {
  scrollbar-width: none;
}

:root {
  /* Arrbid-aligned: cool gray canvas, blue brand, orange only for deadline urgency */
  --background: #f7f7f7;
  --foreground: #181e2a;
  --surface: #ffffff;
  --muted: #f0f0f0;
  --muted-foreground: #62666f;
  --border: #eeeeee;
  --brand: #006deb;
  --brand-dark: #0055c4;
  --brand-soft: #e9f4ff;
  --brand-mid: #3e81f5;
  --accent: #c2410c;
  --accent-soft: #fff7f3;
  --success: #047857;
  /* Arrbid card / header shadows */
  --shadow-sm: 0 5px 12px rgb(98 129 187 / 0.13);
  --shadow-md: 0 5px 15px rgb(167 167 167 / 0.13);
  --shadow-header: 0 5px 12px rgb(189 189 189 / 0.13);
  --page-wash: #f7f7f7;
  --band-wash: linear-gradient(180deg, #ffffff 0%, #f5f9ff 55%, #f7f7f7 100%);
  --radius: 4px;
  --block-gap: 1.25rem;
  /* 20px — arrbid module spacing */
  --measure: 72ch;
}

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

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

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

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

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

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

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

.hover\:text-white\/90:hover {
  color: rgb(255 255 255 / 0.9);
}

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

.focus\:not-sr-only:focus {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.focus\:fixed:focus {
  position: fixed;
}

.focus\:left-4:focus {
  left: 1rem;
}

.focus\:top-4:focus {
  top: 1rem;
}

.focus\:z-\[100\]:focus {
  z-index: 100;
}

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

.focus\:bg-brand:focus {
  background-color: var(--brand);
}

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

.focus\:py-2\.5:focus {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

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

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

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

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

@media (min-width: 640px) {
  .sm\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

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

  .sm\:mt-16 {
    margin-top: 4rem;
  }

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

  .sm\:line-clamp-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }

  .sm\:block {
    display: block;
  }

  .sm\:inline {
    display: inline;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-9 {
    height: 2.25rem;
  }

  .sm\:h-\[4\.25rem\] {
    height: 4.25rem;
  }

  .sm\:h-auto {
    height: auto;
  }

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

  .sm\:min-h-\[3\.25rem\] {
    min-height: 3.25rem;
  }

  .sm\:w-44 {
    width: 11rem;
  }

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

  .sm\:w-9 {
    width: 2.25rem;
  }

  .sm\:scroll-mt-24 {
    scroll-margin-top: 6rem;
  }

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

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

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

  .sm\:grid-cols-\[3\.5rem_auto\] {
    grid-template-columns: 3.5rem auto;
  }

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

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

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

  .sm\:gap-3 {
    gap: 0.75rem;
  }

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

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

  .sm\:overflow-visible {
    overflow: visible;
  }

  .sm\:p-5 {
    padding: 1.25rem;
  }

  .sm\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

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

  .sm\:px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .sm\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .sm\:py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .sm\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

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

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

  .sm\:pb-0 {
    padding-bottom: 0px;
  }

  .sm\:pb-12 {
    padding-bottom: 3rem;
  }

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

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

  .sm\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

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

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

@media (min-width: 768px) {
  .md\:inline {
    display: inline;
  }

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

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

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

  .lg\:grid-cols-\[minmax\(0\2c 1\.35fr\)_minmax\(0\2c 1fr\)\] {
    grid-template-columns: minmax(0,1.35fr) minmax(0,1fr);
  }

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

@media (min-width: 1280px) {
  .xl\:max-w-4xl {
    max-width: 56rem;
  }

  .xl\:py-\[4\.25rem\] {
    padding-top: 4.25rem;
    padding-bottom: 4.25rem;
  }

  .xl\:text-\[3\.75rem\] {
    font-size: 3.75rem;
  }

  .xl\:leading-\[1\.08\] {
    line-height: 1.08;
  }
}

.\[\&\:\:-webkit-scrollbar\]\:hidden::-webkit-scrollbar {
  display: none;
}
