*, ::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: Lato, 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;
}
.prose {
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}
.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}
.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}
.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "`";
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: none;
}
.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: top;
}
.prose :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  text-align: start;
}
.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: rgb(17 24 39 / 10%);
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}
.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}
.prose-lg {
  font-size: 1.125rem;
  line-height: 1.7777778;
}
.prose-lg :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}
.prose-lg :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.2222222em;
  line-height: 1.4545455;
  margin-top: 1.0909091em;
  margin-bottom: 1.0909091em;
}
.prose-lg :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  padding-inline-start: 1em;
}
.prose-lg :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 2.6666667em;
  margin-top: 0;
  margin-bottom: 0.8333333em;
  line-height: 1;
}
.prose-lg :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.6666667em;
  margin-top: 1.8666667em;
  margin-bottom: 1.0666667em;
  line-height: 1.3333333;
}
.prose-lg :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.3333333em;
  margin-top: 1.6666667em;
  margin-bottom: 0.6666667em;
  line-height: 1.5;
}
.prose-lg :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}
.prose-lg :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
.prose-lg :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
.prose-lg :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose-lg :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
.prose-lg :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8888889em;
  border-radius: 0.3125rem;
  padding-top: 0.2222222em;
  padding-inline-end: 0.4444444em;
  padding-bottom: 0.2222222em;
  padding-inline-start: 0.4444444em;
}
.prose-lg :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8888889em;
}
.prose-lg :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8666667em;
}
.prose-lg :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.875em;
}
.prose-lg :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8888889em;
  line-height: 1.75;
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: 0.375rem;
  padding-top: 1em;
  padding-inline-end: 1.5em;
  padding-bottom: 1em;
  padding-inline-start: 1.5em;
}
.prose-lg :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-inline-start: 1.5555556em;
}
.prose-lg :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-inline-start: 1.5555556em;
}
.prose-lg :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.6666667em;
  margin-bottom: 0.6666667em;
}
.prose-lg :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.4444444em;
}
.prose-lg :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.4444444em;
}
.prose-lg :where(.prose-lg > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
.prose-lg :where(.prose-lg > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}
.prose-lg :where(.prose-lg > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}
.prose-lg :where(.prose-lg > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}
.prose-lg :where(.prose-lg > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}
.prose-lg :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
.prose-lg :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}
.prose-lg :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}
.prose-lg :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.6666667em;
  padding-inline-start: 1.5555556em;
}
.prose-lg :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 3.1111111em;
  margin-bottom: 3.1111111em;
}
.prose-lg :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-lg :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-lg :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-lg :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-lg :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8888889em;
  line-height: 1.5;
}
.prose-lg :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0.75em;
  padding-bottom: 0.75em;
  padding-inline-start: 0.75em;
}
.prose-lg :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.prose-lg :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.prose-lg :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.75em;
  padding-inline-end: 0.75em;
  padding-bottom: 0.75em;
  padding-inline-start: 0.75em;
}
.prose-lg :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.prose-lg :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.prose-lg :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
.prose-lg :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose-lg :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8888889em;
  line-height: 1.5;
  margin-top: 1em;
}
.prose-lg :where(.prose-lg > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-lg :where(.prose-lg > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}
.btn-primary {
  display: inline-block;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(84 146 79 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.btn-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(68 119 68 / var(--tw-bg-opacity, 1));
}
.card {
  overflow: hidden;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(250 253 250 / var(--tw-bg-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);
}
.card-header {
  --tw-bg-opacity: 1;
  background-color: rgb(84 146 79 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.card-content {
  padding: 1rem;
}
.pricing-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  text-align: center;
}
.fixed {
  position: fixed;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.min-h-screen {
  min-height: 100vh;
}
.w-full {
  width: 100%;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-6xl {
  max-width: 72rem;
}
.max-w-none {
  max-width: none;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  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));
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(84 146 79 / var(--tw-bg-opacity, 1));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.p-5 {
  padding: 1.25rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.text-center {
  text-align: center;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-8xl {
  font-size: 6rem;
  line-height: 1;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.text-blue-100 {
  --tw-text-opacity: 1;
  color: rgb(219 234 254 / var(--tw-text-opacity, 1));
}
.text-muted {
  --tw-text-opacity: 1;
  color: rgb(88 102 103 / var(--tw-text-opacity, 1));
}
.text-primary {
  --tw-text-opacity: 1;
  color: rgb(84 146 79 / var(--tw-text-opacity, 1));
}
.text-primary-dark {
  --tw-text-opacity: 1;
  color: rgb(68 119 68 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.no-underline {
  text-decoration-line: none;
}
.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-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

/* ─── Tailwind component classes (retained for backward compat) ─── */

/* ════════════════════════════════════════════
   MOZQUIZTO REDESIGN — DESIGN TOKENS
   ════════════════════════════════════════════ */

:root {
  --bg:           #F9F8F4;
  --bg2:          #F2F0EA;
  --fg:           #1C1B18;
  --fg2:          #5A584F;
  --accent:       oklch(38% 0.13 155);
  --accent2:      oklch(52% 0.11 155);
  --accent-pale:  oklch(38% 0.13 155 / 0.08);
  --rule:         rgba(28,27,24,0.12);
  --card-bg:      #FFFFFF;
  --card-border:  rgba(28,27,24,0.08);
  --nav-bg:       rgba(249,248,244,0.92);
  --radius:       2px;
  --shadow:       0 1px 3px rgba(0,0,0,0.06), 0 4px 16px rgba(0,0,0,0.04);
  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-body:    'Jost', system-ui, sans-serif;
  --side-pad:     max(2rem, 5vw);
  --content-w:    1100px;
}

/* ─── Base element overrides (non-layered → cascade over @layer base) ─── */
body {
  background: var(--bg);
  color: var(--fg);
  font-family: var(--font-body);
  font-weight: 300;
  line-height: 1.8;
  font-size: 0.97rem;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-display);
  color: var(--fg);
  font-weight: 300;
  font-style: italic;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin: 0;
}

a {
  color: var(--accent);
  text-decoration: none;
  transition: color 0.2s;
}

/* ════════════════════════════════════════════
   NAVIGATION
   ════════════════════════════════════════════ */

.mq-nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  height: 64px;
  background: var(--nav-bg);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--rule);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 var(--side-pad);
}

.mq-nav-logo {
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 300;
  font-style: italic;
  color: var(--fg);
  letter-spacing: -0.01em;
  text-decoration: none;
  flex-shrink: 0;
}
.mq-nav-logo:hover { color: var(--fg); }

.mq-nav-links {
  display: flex;
  align-items: center;
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.mq-nav-links > li > a {
  font-size: 0.85rem;
  font-weight: 400;
  color: var(--fg2);
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: color 0.2s;
  display: flex;
  align-items: center;
  gap: 0.3rem;
  font-style: normal;
}
.mq-nav-links > li > a:hover { color: var(--fg); }

.mq-nav-cta {
  padding: 0.45rem 1.1rem !important;
  border: 1px solid var(--accent) !important;
  border-radius: var(--radius) !important;
  color: var(--accent) !important;
  font-size: 0.82rem !important;
  font-weight: 500 !important;
  transition: background 0.2s, color 0.2s !important;
}
.mq-nav-cta:hover {
  background: var(--accent) !important;
  color: white !important;
}

/* Dropdown */
.mq-dropdown { position: relative; }
.mq-dropdown-menu {
  position: absolute;
  top: calc(100% + 1px);
  left: -1rem;
  min-width: 180px;
  background: var(--card-bg);
  border: 1px solid var(--rule);
  border-top: none;
  border-radius: 0 0 var(--radius) var(--radius);
  box-shadow: var(--shadow);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4px);
  transition: opacity 0.15s, visibility 0.15s, transform 0.15s;
  padding: 0.4rem 0;
  list-style: none;
  margin: 0;
}
.mq-dropdown:hover .mq-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.mq-dropdown-menu a {
  display: block;
  padding: 0.5rem 1.2rem;
  font-size: 0.83rem;
  color: var(--fg2) !important;
  white-space: nowrap;
  transition: color 0.15s, background 0.15s;
  font-weight: 400;
  font-style: normal;
}
.mq-dropdown-menu a:hover {
  color: var(--fg) !important;
  background: var(--bg2);
}

/* Mobile nav */
.mq-hamburger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--fg2);
  padding: 0.5rem;
}
.mq-mobile-menu {
  display: none;
  position: fixed;
  top: 64px;
  left: 0;
  right: 0;
  z-index: 99;
  background: var(--card-bg);
  border-bottom: 1px solid var(--rule);
  box-shadow: var(--shadow);
  padding: 0.5rem var(--side-pad) 1rem;
}
.mq-mobile-menu.open { display: block; }
.mq-mobile-menu a {
  display: block;
  padding: 0.65rem 0;
  font-size: 0.9rem;
  color: var(--fg2);
  border-bottom: 1px solid var(--rule);
  font-style: normal;
  font-weight: 400;
}
.mq-mobile-menu a:last-child { border-bottom: none; }
.mq-mobile-menu a:hover { color: var(--fg); }

@media (max-width: 768px) {
  .mq-nav-links { display: none; }
  .mq-hamburger { display: block; }
}

/* ════════════════════════════════════════════
   PAGE STRUCTURE HELPERS
   ════════════════════════════════════════════ */

.mq-section {
  padding: clamp(4rem, 8vw, 6rem) var(--side-pad);
}

.mq-inner {
  max-width: var(--content-w);
  margin: 0 auto;
}

.mq-section-label {
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--fg2);
  margin-bottom: 1rem;
  font-style: normal;
  display: block;
}

/* ════════════════════════════════════════════
   BUTTONS
   ════════════════════════════════════════════ */

.mq-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.85rem 2rem;
  background: var(--accent);
  color: white !important;
  font-family: var(--font-body);
  font-size: 0.88rem;
  font-weight: 500;
  border-radius: var(--radius);
  border: 1px solid var(--accent);
  letter-spacing: 0.02em;
  transition: opacity 0.2s, transform 0.2s;
  text-decoration: none;
  font-style: normal;
}
.mq-btn-primary:hover { opacity: 0.88; transform: translateY(-1px); }

.mq-btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.85rem 2rem;
  background: transparent;
  color: var(--fg) !important;
  font-family: var(--font-body);
  font-size: 0.88rem;
  font-weight: 400;
  border-radius: var(--radius);
  border: 1px solid var(--rule);
  letter-spacing: 0.02em;
  transition: border-color 0.2s, background 0.2s;
  text-decoration: none;
  font-style: normal;
}
.mq-btn-secondary:hover { border-color: var(--fg2); background: var(--bg2); }

/* ════════════════════════════════════════════
   LANDING — HERO
   ════════════════════════════════════════════ */

.mq-hero {
  padding: calc(64px + clamp(5rem, 12vw, 10rem)) var(--side-pad) clamp(5rem, 10vw, 8rem);
  border-bottom: 1px solid var(--rule);
}

.mq-hero-inner {
  max-width: var(--content-w);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: end;
}

.mq-hero-tag {
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--fg2);
  margin-bottom: 1.5rem;
  font-style: normal;
  display: block;
}

.mq-hero h1 {
  font-size: clamp(3rem, 7vw, 6rem);
  line-height: 1.05;
}

.mq-hero-sub {
  color: var(--fg2);
  font-size: clamp(1rem, 1.8vw, 1.15rem);
  line-height: 1.75;
  margin-top: 1.5rem;
  max-width: 440px;
  font-weight: 300;
}

.mq-hero-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 2.5rem;
}

.mq-hero-aside {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-bottom: 0.5rem;
}

.mq-stat-box {
  border: 1px solid var(--rule);
  padding: 1.5rem;
  background: var(--card-bg);
  border-radius: var(--radius);
}

.mq-stat-box .num {
  font-family: var(--font-display);
  font-size: 2.8rem;
  font-weight: 300;
  font-style: italic;
  color: var(--fg);
  line-height: 1;
  display: block;
  letter-spacing: -0.02em;
}

.mq-stat-box .num.small {
  font-size: 2rem;
}

.mq-stat-box .label {
  font-family: var(--font-body);
  font-size: 0.78rem;
  color: var(--fg2);
  letter-spacing: 0.04em;
  margin-top: 0.35rem;
  font-style: normal;
  font-weight: 300;
  display: block;
}

@media (max-width: 900px) {
  .mq-hero-inner {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .mq-hero-aside {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .mq-stat-box { flex: 1; min-width: 180px; }
  .mq-hero { padding-top: calc(64px + 4rem); }
}

/* ════════════════════════════════════════════
   LANDING — HIGHLIGHTS
   ════════════════════════════════════════════ */

.mq-highlights {
  background: var(--bg2);
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}

.mq-highlights h2 {
  font-size: clamp(1.8rem, 4vw, 3rem);
  margin-bottom: 0;
}

.mq-highlights-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5px;
  background: var(--rule);
  border: 1px solid var(--rule);
  border-radius: var(--radius);
  overflow: hidden;
  margin-top: 3rem;
}

.mq-highlight-card {
  background: var(--card-bg);
  padding: 2.5rem;
  transition: background 0.2s;
}
.mq-highlight-card:hover { background: var(--bg); }

.mq-hc-icon {
  width: 40px;
  height: 40px;
  border-radius: var(--radius);
  background: var(--bg2);
  border: 1px solid var(--rule);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  color: var(--accent);
  flex-shrink: 0;
}
.mq-hc-icon svg { width: 18px; height: 18px; }

.mq-highlight-card h3 {
  font-size: 1.2rem;
  font-weight: 500;
  font-style: italic;
  margin-bottom: 0.75rem;
  color: var(--fg);
  letter-spacing: -0.01em;
}

.mq-highlight-card p {
  font-size: 0.9rem;
  color: var(--fg2);
  line-height: 1.7;
  font-weight: 300;
}

.mq-hc-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 1.2rem;
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--accent);
  letter-spacing: 0.02em;
  transition: gap 0.2s;
  font-style: normal;
  font-family: var(--font-body);
}
.mq-hc-link:hover { gap: 0.7rem; color: var(--accent); }

/* ════════════════════════════════════════════
   LANDING — WHY / FEATURES
   ════════════════════════════════════════════ */

.mq-why-section h2 {
  font-size: clamp(1.8rem, 4vw, 3rem);
}

.mq-why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2.5rem;
  margin-top: 3rem;
}

.mq-why-item h3 {
  font-size: 1.45rem;
  font-weight: 500;
  font-style: italic;
  color: var(--fg);
  margin-bottom: 0.5rem;
  letter-spacing: -0.01em;
}

.mq-why-item p {
  font-size: 0.88rem;
  color: var(--fg2);
  line-height: 1.7;
  font-weight: 300;
}

/* ════════════════════════════════════════════
   LANDING — CTA
   ════════════════════════════════════════════ */

.mq-cta {
  background: var(--bg2);
  border-top: 1px solid var(--rule);
}

.mq-cta-inner {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.mq-cta h2 {
  font-size: clamp(1.8rem, 4vw, 3rem);
}

.mq-cta p {
  color: var(--fg2);
  font-size: 1rem;
  margin-top: 1rem;
  margin-bottom: 2.5rem;
  font-weight: 300;
}

.mq-cta-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
}

/* ════════════════════════════════════════════
   FOOTER
   ════════════════════════════════════════════ */

.mq-footer {
  border-top: 1px solid var(--rule);
  padding: 3rem var(--side-pad);
  background: var(--bg);
}

.mq-footer-inner {
  max-width: var(--content-w);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 3rem;
}

.mq-footer-logo {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 300;
  font-style: italic;
  color: var(--fg);
  letter-spacing: -0.01em;
}

.mq-footer-brand p {
  font-size: 0.82rem;
  color: var(--fg2);
  line-height: 1.7;
  margin-top: 0.75rem;
  max-width: 300px;
  font-weight: 300;
}

.mq-footer-col h4 {
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--fg2);
  margin-bottom: 1rem;
  font-style: normal;
}

.mq-footer-col ul { list-style: none; padding: 0; margin: 0; }
.mq-footer-col li { margin-bottom: 0.5rem; }
.mq-footer-col a {
  font-size: 0.85rem;
  color: var(--fg2);
  text-decoration: none;
  transition: color 0.2s;
  font-weight: 300;
  font-style: normal;
}
.mq-footer-col a:hover { color: var(--fg); }

.mq-footer-bottom {
  max-width: var(--content-w);
  margin: 2rem auto 0;
  padding-top: 1.5rem;
  border-top: 1px solid var(--rule);
  font-size: 0.75rem;
  color: var(--fg2);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 300;
}

@media (max-width: 768px) {
  .mq-footer-inner {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .mq-footer-bottom {
    flex-direction: column;
    gap: 0.5rem;
    text-align: center;
  }
}

/* ════════════════════════════════════════════
   INNER PAGE HERO (blog, om, fragor)
   ════════════════════════════════════════════ */

.mq-page-hero {
  padding: calc(64px + 4rem) var(--side-pad) 3rem;
  border-bottom: 1px solid var(--rule);
}

.mq-page-hero-inner {
  max-width: var(--content-w);
  margin: 0 auto;
}

.mq-page-hero h1 {
  font-size: clamp(2.4rem, 5vw, 4rem);
  line-height: 1.1;
  margin-top: 0.5rem;
}

.mq-page-hero p {
  font-size: 0.95rem;
  color: var(--fg2);
  margin-top: 0.75rem;
  font-weight: 300;
}

/* ════════════════════════════════════════════
   BREADCRUMB
   ════════════════════════════════════════════ */

.mq-breadcrumb {
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--fg2);
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-style: normal;
}
.mq-breadcrumb a { color: var(--accent); }
.mq-breadcrumb a:hover { opacity: 0.75; }
.mq-breadcrumb .sep { color: var(--rule); }

/* ════════════════════════════════════════════
   TAGS
   ════════════════════════════════════════════ */

.mq-tag {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
  background: var(--accent-pale);
  padding: 0.2rem 0.6rem;
  border-radius: var(--radius);
  font-style: normal;
  white-space: nowrap;
}
.mq-tag.uppdateringar { color: oklch(40% 0.10 260); background: oklch(40% 0.10 260 / 0.08); }
.mq-tag.handledning   { color: oklch(42% 0.12 55);  background: oklch(42% 0.12 55  / 0.08); }
.mq-tag.nyborjare     { color: oklch(44% 0.12 20);  background: oklch(44% 0.12 20  / 0.08); }

/* ════════════════════════════════════════════
   PAGE LAYOUT (2fr 1fr grid)
   ════════════════════════════════════════════ */

.mq-page-layout {
  max-width: var(--content-w);
  margin: 0 auto;
  padding: 4rem var(--side-pad) 6rem;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 5rem;
  align-items: start;
}

@media (max-width: 800px) {
  .mq-page-layout {
    grid-template-columns: 1fr;
    gap: 3rem;
    padding-top: 3rem;
  }
}

/* ════════════════════════════════════════════
   FILTER BAR
   ════════════════════════════════════════════ */

.mq-filter-bar {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 2.5rem;
}

.mq-filter-btn {
  padding: 0.4rem 1rem;
  border: 1px solid var(--rule);
  border-radius: var(--radius);
  background: transparent;
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 400;
  color: var(--fg2);
  letter-spacing: 0.04em;
  text-decoration: none;
  display: inline-block;
  transition: border-color 0.15s, color 0.15s, background 0.15s;
  font-style: normal;
}
.mq-filter-btn:hover { border-color: var(--fg2); color: var(--fg); }
.mq-filter-btn.active { background: var(--fg); color: var(--bg); border-color: var(--fg); }

/* ════════════════════════════════════════════
   POST LIST
   ════════════════════════════════════════════ */

.mq-post-list { display: flex; flex-direction: column; }

.mq-post-row { border-bottom: 1px solid var(--rule); }
.mq-post-row:first-child { border-top: 1px solid var(--rule); }

.mq-post-link {
  display: block;
  padding: 2rem 0;
  text-decoration: none;
  color: inherit;
}
.mq-post-row.featured .mq-post-link { padding: 2.5rem 0; }

.mq-post-meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  flex-wrap: wrap;
}

.mq-post-meta time {
  font-family: var(--font-body);
  font-size: 0.78rem;
  color: var(--fg2);
  letter-spacing: 0.02em;
  white-space: nowrap;
  font-style: normal;
  font-weight: 300;
}

.mq-post-h2 {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 300;
  font-style: italic;
  line-height: 1.2;
  letter-spacing: -0.015em;
  color: var(--fg);
  transition: color 0.2s;
  margin-bottom: 0.5rem;
}
.mq-post-row.featured .mq-post-h2 { font-size: 2rem; }
.mq-post-link:hover .mq-post-h2 { color: var(--accent); }

.mq-post-excerpt {
  font-family: var(--font-body);
  font-size: 0.88rem;
  color: var(--fg2);
  line-height: 1.7;
  max-width: 560px;
  font-weight: 300;
  font-style: normal;
}

.mq-read-more {
  display: inline-block;
  margin-top: 0.9rem;
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--accent);
  letter-spacing: 0.03em;
  transition: letter-spacing 0.2s;
  font-style: normal;
}
.mq-post-link:hover .mq-read-more { letter-spacing: 0.07em; }

/* ════════════════════════════════════════════
   PAGINATION
   ════════════════════════════════════════════ */

.mq-pagination {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 3rem;
  font-size: 0.84rem;
  font-style: normal;
  flex-wrap: wrap;
}

.mq-pagination a {
  padding: 0.5rem 1rem;
  border: 1px solid var(--rule);
  border-radius: var(--radius);
  color: var(--fg2);
  transition: border-color 0.15s, color 0.15s;
  font-weight: 400;
  font-family: var(--font-body);
}
.mq-pagination a:hover { border-color: var(--fg2); color: var(--fg); }

.mq-pag-current {
  padding: 0.5rem 1rem;
  border: 1px solid var(--fg);
  border-radius: var(--radius);
  background: var(--fg);
  color: var(--bg);
  font-weight: 400;
  font-family: var(--font-body);
}

/* ════════════════════════════════════════════
   SIDEBAR
   ════════════════════════════════════════════ */

.mq-sidebar {
  position: sticky;
  top: calc(64px + 2rem);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.mq-sidebar-card {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: var(--radius);
  padding: 1.75rem;
  box-shadow: var(--shadow);
}

.mq-sidebar-card h4 {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 400;
  font-style: italic;
  color: var(--fg);
  margin-bottom: 0.75rem;
  letter-spacing: -0.01em;
}

.mq-sidebar-card p {
  font-family: var(--font-body);
  font-size: 0.84rem;
  color: var(--fg2);
  line-height: 1.7;
  margin-bottom: 1rem;
  font-weight: 300;
  font-style: normal;
}

.mq-cat-list { list-style: none; padding: 0; margin: 0; }
.mq-cat-list li { border-bottom: 1px solid var(--rule); }
.mq-cat-list li:last-child { border-bottom: none; }
.mq-cat-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.55rem 0;
  font-family: var(--font-body);
  font-size: 0.85rem;
  color: var(--fg2);
  transition: color 0.2s;
  font-style: normal;
  font-weight: 300;
}
.mq-cat-list a:hover { color: var(--fg); }
.mq-cat-list .count {
  font-family: var(--font-display);
  font-size: 0.9rem;
  color: var(--fg2);
  font-style: italic;
}

.mq-sidebar-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.7rem 1.4rem;
  background: var(--accent);
  color: white !important;
  font-family: var(--font-body);
  font-size: 0.84rem;
  font-weight: 500;
  border-radius: var(--radius);
  border: 1px solid var(--accent);
  letter-spacing: 0.02em;
  width: 100%;
  transition: opacity 0.2s;
  text-decoration: none;
  font-style: normal;
}
.mq-sidebar-btn:hover { opacity: 0.88; }

@media (max-width: 800px) {
  .mq-sidebar { position: static; }
}

/* ════════════════════════════════════════════
   READING PROGRESS BAR
   ════════════════════════════════════════════ */

.mq-progress {
  position: fixed;
  top: 64px; left: 0; right: 0;
  height: 2px;
  background: transparent;
  z-index: 99;
  pointer-events: none;
}
.mq-progress-bar {
  height: 100%;
  background: var(--accent);
  width: 0%;
  transition: width 0.1s linear;
}

/* ════════════════════════════════════════════
   BLOG POST HERO
   ════════════════════════════════════════════ */

.mq-post-hero {
  padding: calc(64px + 4rem) var(--side-pad) 3.5rem;
  border-bottom: 1px solid var(--rule);
}
.mq-post-hero-inner {
  max-width: var(--content-w);
  margin: 0 auto;
}
.mq-post-hero h1 {
  font-size: clamp(2.6rem, 6vw, 4.8rem);
  line-height: 1.08;
  letter-spacing: -0.025em;
  margin: 1rem 0 1.5rem;
  max-width: 800px;
}
.mq-post-meta-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.mq-post-meta-row time {
  font-family: var(--font-body);
  font-size: 0.82rem;
  color: var(--fg2);
  font-style: normal;
  font-weight: 300;
}
.mq-reading-time {
  font-family: var(--font-body);
  font-size: 0.78rem;
  color: var(--fg2);
  padding-left: 1rem;
  border-left: 1px solid var(--rule);
  font-style: normal;
  font-weight: 300;
}

/* ════════════════════════════════════════════
   BLOG POST BODY (prose)
   ════════════════════════════════════════════ */

.mq-post-body { max-width: 660px; }

.mq-post-body h1 {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  margin: 2.5rem 0 1rem;
}
.mq-post-body h2 {
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 300;
  font-style: italic;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin: 2.5rem 0 1rem;
  color: var(--fg);
}
.mq-post-body h3 {
  font-size: 1.3rem;
  font-weight: 400;
  font-style: italic;
  margin: 2rem 0 0.75rem;
  color: var(--fg);
}
.mq-post-body p {
  font-family: var(--font-body);
  font-size: 0.97rem;
  color: var(--fg2);
  line-height: 1.85;
  margin-bottom: 1.25rem;
  font-weight: 300;
  font-style: normal;
}
.mq-post-body p:last-child { margin-bottom: 0; }
.mq-post-body a {
  color: var(--accent);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.mq-post-body a:hover { opacity: 0.8; }
.mq-post-body em { font-style: italic; }
.mq-post-body strong { font-weight: 500; color: var(--fg); }
.mq-post-body ul,
.mq-post-body ol {
  margin: 0.5rem 0 1.25rem 1.5rem;
  color: var(--fg2);
  font-size: 0.97rem;
  line-height: 1.85;
  font-weight: 300;
}
.mq-post-body li { margin-bottom: 0.4rem; }
.mq-post-body blockquote {
  border-left: 2px solid var(--accent);
  padding-left: 1.25rem;
  margin: 1.5rem 0;
  color: var(--fg2);
  font-style: italic;
}
.mq-post-body code {
  font-size: 0.88em;
  background: var(--bg2);
  border: 1px solid var(--rule);
  border-radius: var(--radius);
  padding: 0.1em 0.4em;
  font-family: 'Courier New', monospace;
}
.mq-post-body pre {
  background: var(--bg2);
  border: 1px solid var(--rule);
  border-radius: var(--radius);
  padding: 1.25rem;
  overflow-x: auto;
  margin: 1.25rem 0;
}
.mq-post-body pre code {
  background: none;
  border: none;
  padding: 0;
  font-size: 0.85rem;
}
.mq-post-body hr {
  border: none;
  border-top: 1px solid var(--rule);
  margin: 2rem 0;
}

.mq-post-divider {
  width: 32px;
  height: 1px;
  background: var(--rule);
  margin: 3rem 0;
}

.mq-back-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-family: var(--font-body);
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--fg2);
  transition: color 0.2s, gap 0.2s;
  font-style: normal;
  text-decoration: none;
}
.mq-back-link:hover { color: var(--accent); gap: 0.6rem; }

/* ════════════════════════════════════════════
   RELATED POSTS (blog single sidebar)
   ════════════════════════════════════════════ */

.mq-related-list { list-style: none; padding: 0; margin: 0; }
.mq-related-list li { border-bottom: 1px solid var(--rule); }
.mq-related-list li:last-child { border-bottom: none; }
.mq-related-list a {
  display: block;
  padding: 0.7rem 0;
  text-decoration: none;
}
.mq-related-list .rtitle {
  font-family: var(--font-display);
  font-size: 1rem;
  font-style: italic;
  color: var(--fg);
  transition: color 0.2s;
  display: block;
  line-height: 1.3;
}
.mq-related-list a:hover .rtitle { color: var(--accent); }
.mq-related-list .rdate {
  font-family: var(--font-body);
  font-size: 0.75rem;
  color: var(--fg2);
  margin-top: 0.2rem;
  display: block;
  font-style: normal;
  font-weight: 300;
}

/* ════════════════════════════════════════════
   OM PAGE — HERO (2-column)
   ════════════════════════════════════════════ */

.mq-om-hero {
  padding: calc(64px + 5rem) var(--side-pad) 4rem;
  border-bottom: 1px solid var(--rule);
}
.mq-om-hero-inner {
  max-width: var(--content-w);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: end;
}
.mq-om-hero h1 {
  font-size: clamp(2.4rem, 5vw, 4.2rem);
  line-height: 1.1;
  margin-top: 0.75rem;
}
.mq-om-hero-desc {
  color: var(--fg2);
  font-size: 1rem;
  line-height: 1.75;
  padding-bottom: 0.5rem;
  font-weight: 300;
  font-style: normal;
}

@media (max-width: 800px) {
  .mq-om-hero-inner { grid-template-columns: 1fr; gap: 1.5rem; }
}

/* ════════════════════════════════════════════
   OM PAGE — MAIN LAYOUT
   ════════════════════════════════════════════ */

.mq-om-layout {
  max-width: var(--content-w);
  margin: 0 auto;
  padding: 5rem var(--side-pad) 6rem;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 5rem;
  align-items: start;
}

@media (max-width: 800px) {
  .mq-om-layout { grid-template-columns: 1fr; gap: 3rem; padding-top: 3rem; }
}

/* ════════════════════════════════════════════
   OM PAGE — CONTENT BODY
   ════════════════════════════════════════════ */

.mq-content-body h2 {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 300;
  font-style: italic;
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin-bottom: 1.25rem;
  color: var(--fg);
  padding-top: 3.5rem;
  margin-top: 3.5rem;
  border-top: 1px solid var(--rule);
}
.mq-content-body h2:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}
.mq-content-body h3 {
  font-size: 1.3rem;
  font-weight: 400;
  font-style: italic;
  color: var(--fg);
  letter-spacing: -0.01em;
  margin-top: 2rem;
  margin-bottom: 0.6rem;
}
.mq-content-body p {
  font-family: var(--font-body);
  font-size: 0.95rem;
  color: var(--fg2);
  line-height: 1.8;
  margin-bottom: 1rem;
  font-weight: 300;
  font-style: normal;
}
.mq-content-body p:last-child { margin-bottom: 0; }
.mq-content-body ul {
  list-style: none;
  margin: 1.25rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.mq-content-body li {
  font-family: var(--font-body);
  font-size: 0.9rem;
  color: var(--fg2);
  padding-left: 1.2rem;
  position: relative;
  line-height: 1.6;
  font-weight: 300;
}
.mq-content-body li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--accent);
  opacity: 0.6;
}
.mq-content-body a {
  color: var(--accent);
  text-decoration: none;
  font-weight: 500;
  font-size: 0.82rem;
  letter-spacing: 0.03em;
  transition: gap 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}
.mq-content-body a:hover { gap: 0.55rem; }
/* Links inside <p> stay inline, not flex */
.mq-content-body p a {
  display: inline;
  font-size: inherit;
  letter-spacing: inherit;
}

/* ════════════════════════════════════════════
   OM PAGE — SIDEBAR EXTRAS
   ════════════════════════════════════════════ */

.mq-stat-row {
  display: flex;
  align-items: baseline;
  gap: 0.4rem;
  margin-bottom: 0.5rem;
}
.mq-stat-row .num {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 300;
  font-style: italic;
  color: var(--fg);
  line-height: 1;
}
.mq-stat-row .unit {
  font-family: var(--font-body);
  font-size: 0.78rem;
  color: var(--fg2);
  font-style: normal;
  font-weight: 300;
}

.mq-sidebar-nav { list-style: none; padding: 0; margin: 0; }
.mq-sidebar-nav li { border-bottom: 1px solid var(--rule); }
.mq-sidebar-nav li:last-child { border-bottom: none; }
.mq-sidebar-nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.65rem 0;
  font-family: var(--font-body);
  font-size: 0.86rem;
  color: var(--fg2);
  transition: color 0.2s;
  font-style: normal;
  font-weight: 300;
  text-decoration: none;
}
.mq-sidebar-nav a:hover { color: var(--fg); }
.mq-sidebar-nav svg { width: 14px; height: 14px; opacity: 0.4; flex-shrink: 0; }

.mq-sidebar-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1.4rem;
  background: transparent;
  color: var(--fg) !important;
  font-family: var(--font-body);
  font-size: 0.84rem;
  font-weight: 400;
  border-radius: var(--radius);
  border: 1px solid var(--rule);
  letter-spacing: 0.02em;
  width: 100%;
  transition: border-color 0.2s, background 0.2s;
  text-decoration: none;
  font-style: normal;
  margin-top: 0.5rem;
}
.mq-sidebar-btn-secondary:hover { border-color: var(--fg2); background: var(--bg2); }

/* ════════════════════════════════════════════
   FRÅGOR — TYPE CARDS GRID
   ════════════════════════════════════════════ */

.mq-types-wrap {
  padding: 4rem var(--side-pad) 6rem;
}
.mq-types-grid {
  max-width: var(--content-w);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 1.5px;
  background: var(--rule);
  border: 1px solid var(--rule);
  border-radius: var(--radius);
  overflow: hidden;
}
.mq-type-card {
  display: flex;
  flex-direction: column;
  padding: 2.5rem;
  background: var(--bg);
  transition: background 0.2s;
  text-decoration: none;
  color: inherit;
}
.mq-type-card:hover { background: var(--card-bg); }
.mq-type-card:hover .mq-tc-h2 { color: var(--accent); }

.mq-tc-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}
.mq-tc-icon {
  width: 40px; height: 40px;
  border: 1px solid var(--rule);
  border-radius: var(--radius);
  display: flex; align-items: center; justify-content: center;
  color: var(--accent);
  background: var(--bg2);
  flex-shrink: 0;
}
.mq-tc-icon i { font-size: 16px; }
.mq-tc-num {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 300;
  font-style: italic;
  color: var(--fg2);
  opacity: 0.5;
}
.mq-tc-h2 {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 300;
  font-style: italic;
  line-height: 1.2;
  letter-spacing: -0.015em;
  margin-bottom: 0.75rem;
  transition: color 0.2s;
  color: var(--fg);
}
.mq-type-card p {
  font-family: var(--font-body);
  font-size: 0.88rem;
  color: var(--fg2);
  line-height: 1.75;
  flex: 1;
  font-weight: 300;
  font-style: normal;
}
.mq-tc-link {
  display: inline-block;
  margin-top: 1.25rem;
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--accent);
  letter-spacing: 0.03em;
  font-style: normal;
}

@media (max-width: 600px) {
  .mq-types-grid { grid-template-columns: 1fr; }
}

/* ── Fragor single page ── */
.mq-post-body video {
  width: 100%;
  display: block;
  border-radius: var(--radius);
  background: var(--fg);
  aspect-ratio: 16 / 9;
  margin: 1.5rem 0 0.5rem;
}

.mq-video-caption {
  font-family: var(--font-body);
  font-size: 0.8rem;
  color: var(--muted);
  text-align: center;
  margin-bottom: 2rem;
}

/* Type navigator sidebar */
.mq-type-nav {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.mq-type-nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.6rem 0;
  border-bottom: 1px solid var(--border);
  font-family: var(--font-body);
  font-size: 0.9rem;
  font-weight: 400;
  color: var(--body);
  text-decoration: none;
  transition: color 0.18s;
}

.mq-type-nav a:first-child { border-top: 1px solid var(--border); }
.mq-type-nav a:hover { color: var(--accent); }
.mq-type-nav a.active { color: var(--accent); font-weight: 600; }

.mq-type-nav a svg {
  width: 14px;
  height: 14px;
  opacity: 0.4;
  flex-shrink: 0;
}

.mq-type-nav a.active svg { opacity: 1; }

/* Prev/next pagination */
.mq-type-pagination {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 1.5rem;
  border-top: 1px solid var(--border);
  margin-top: 3rem;
  padding-top: 2rem;
}

.mq-type-pag-link {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  text-decoration: none;
  max-width: 48%;
}

.mq-type-pag-link.next { text-align: right; margin-left: auto; }

.mq-type-pag-link .pag-dir {
  font-family: var(--font-body);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
}

.mq-type-pag-link .pag-title {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 300;
  color: var(--fg2);
  line-height: 1.3;
  transition: color 0.18s;
}

.mq-type-pag-link:hover .pag-title { color: var(--accent); }

/* ── Produkter / pricing cards ── */
.mq-produkter-wrap {
  max-width: var(--content-w);
  margin: 0 auto;
  padding: 3rem var(--side-pad) 5rem;
}

.mq-produkter-content {
  font-family: var(--font-body);
  font-size: 1rem;
  color: var(--body);
  line-height: 1.7;
}

.mq-produkter-content p { max-width: 68ch; margin-bottom: 1rem; }

.mq-produkter-content h2 {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 2.5vw, 2rem);
  font-weight: 300;
  font-style: italic;
  color: var(--fg);
  margin: 3rem 0 1rem;
  padding-top: 3rem;
  border-top: 1px solid var(--rule);
}

.mq-produkter-content h2:first-child { margin-top: 0; padding-top: 0; border-top: none; }

.mq-produkter-content a { color: var(--accent); }
.mq-produkter-content a:hover { text-decoration: underline; }

.mq-pricing-card {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--card-bg);
}

.mq-pricing-header {
  padding: 1rem 1.25rem;
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 300;
  font-style: italic;
  color: var(--fg);
  border-bottom: 1px solid var(--border);
  background: var(--bg2);
}

.mq-pricing-header.dark {
  background: var(--fg);
  color: var(--bg);
  border-bottom-color: transparent;
}

.mq-pricing-items {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.mq-pricing-item {
  padding: 0.55rem 1.25rem;
  font-family: var(--font-body);
  font-size: 0.88rem;
  color: var(--body);
  border-bottom: 1px solid var(--rule);
}

.mq-pricing-item:last-child { border-bottom: none; }

.mq-pricing-item strong {
  font-weight: 600;
  color: var(--fg2);
}

.mq-pricing-footer {
  padding: 1rem 1.25rem;
  border-top: 1px solid var(--border);
  background: var(--bg2);
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: stretch;
}

.mq-pricing-price {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 300;
  color: var(--accent);
  text-align: center;
}

.mq-pricing-footer .mq-sidebar-btn { text-align: center; }

.mq-pricing-note {
  font-family: var(--font-body);
  font-size: 0.8rem;
  color: var(--muted);
  text-align: center;
}

.hover\:bg-blue-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary-dark:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(68 119 68 / var(--tw-bg-opacity, 1));
}

.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(84 146 79 / var(--tw-text-opacity, 1));
}

.hover\:shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.prose-headings\:text-primary-dark :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(68 119 68 / var(--tw-text-opacity, 1));
}

.prose-a\:text-primary :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(84 146 79 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {

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

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

@media (min-width: 1024px) {

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