@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=JetBrains+Mono:wght@400;500;600&display=swap");

*,
::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:
    Inter,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    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;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  background-color: var(--bg);
  color: var(--text-primary);
  font-family:
    "Inter",
    system-ui,
    -apple-system,
    sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

::-moz-selection {
  background: rgba(45, 90, 39, 0.4);
  color: #f0f0f0;
}

::selection {
  background: rgba(45, 90, 39, 0.4);
  color: #f0f0f0;
}

h1,
h2,
h3,
h4 {
  line-height: 1.15;
  letter-spacing: -0.02em;
}

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

img {
  display: block;
  max-width: 100%;
}

/* Glass Card */

.glass-card {
  background: var(--glass-bg);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-card);
  transition:
    border-color var(--transition),
    box-shadow var(--transition),
    transform var(--transition),
    background var(--transition);
}

.glass-card:hover {
  background: var(--glass-bg-hover);
  border-color: var(--glass-border-h);
  box-shadow:
    0 10px 44px rgba(45, 90, 39, 0.18),
    0 0 0 1px rgba(74, 140, 66, 0.08) inset;
  transform: translateY(-5px);
}

/* Buttons */

.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.75rem;
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #e8f5e5;
  background: rgba(45, 90, 39, 0.75);
  border: 1px solid rgba(74, 140, 66, 0.45);
  transition:
    background var(--transition),
    box-shadow var(--transition),
    transform var(--transition);
  cursor: pointer;
}

.btn-primary:hover {
  background: rgba(45, 90, 39, 1);
  box-shadow:
    0 0 28px rgba(45, 90, 39, 0.5),
    0 4px 16px rgba(0, 0, 0, 0.3);
  transform: translateY(-2px);
}

.btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.75rem;
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--text-secondary);
  border: 1px solid var(--glass-border);
  background: transparent;
  transition:
    color var(--transition),
    border-color var(--transition),
    transform var(--transition);
  cursor: pointer;
}

.btn-ghost:hover {
  color: var(--text-primary);
  border-color: var(--glass-border-h);
  transform: translateY(-2px);
}

/* Section label */

.section-label {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--forest-light);
}

.section-label::before {
  content: "";
  display: block;
  width: 2rem;
  height: 1px;
  background: var(--forest-light);
  flex-shrink: 0;
}

.section-label::after {
  content: "";
  display: block;
  width: 2rem;
  height: 1px;
  background: var(--forest-light);
  flex-shrink: 0;
}

/* Skill pill */

.skill-pill {
  display: inline-block;
  padding: 0.3rem 0.85rem;
  border-radius: var(--radius-pill);
  font-size: 0.78rem;
  font-weight: 500;
  color: var(--forest-light);
  background: rgba(45, 90, 39, 0.1);
  border: 1px solid rgba(45, 90, 39, 0.3);
  transition:
    background var(--transition),
    border-color var(--transition),
    color var(--transition);
}

.skill-pill:hover {
  background: rgba(45, 90, 39, 0.22);
  border-color: rgba(74, 140, 66, 0.55);
  color: #c8efc4;
}

/* Tag pill (smaller, used in project cards) */

.tag-pill {
  display: inline-block;
  padding: 0.2rem 0.6rem;
  border-radius: var(--radius-pill);
  font-size: 0.68rem;
  font-weight: 500;
  color: var(--forest-light);
  background: rgba(10, 10, 10, 0.7);
  border: 1px solid rgba(45, 90, 39, 0.4);
  backdrop-filter: blur(6px);
}


/* Navigation link */

.nav-link {
  position: relative;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-secondary);
  transition: color var(--transition);
  padding-bottom: 2px;
}

.nav-link::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--forest-light);
  transition: width var(--transition);
}

.nav-link:hover {
  color: var(--text-primary);
}

.nav-link:hover::after {
  width: 100%;
}

/* Header (transparent → glass on scroll) */

#site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 1.25rem 0;
  transition:
    background var(--transition),
    backdrop-filter var(--transition),
    border-color var(--transition),
    padding var(--transition);
  border-bottom: 1px solid transparent;
}

#site-header.header-scrolled {
  background: rgba(10, 10, 10, 0.82);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom-color: var(--glass-border);
  padding: 0.85rem 0;
}

/* Divider */

.section-divider {
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    var(--glass-border),
    transparent
  );
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.bottom-3 {
  bottom: 0.75rem;
}

.bottom-8 {
  bottom: 2rem;
}

.left-1\/2 {
  left: 50%;
}

.left-3 {
  left: 0.75rem;
}

.right-3 {
  right: 0.75rem;
}

.right-6 {
  right: 1.5rem;
}

.top-3 {
  top: 0.75rem;
}

.top-6 {
  top: 1.5rem;
}

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

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

.mb-0 {
  margin-bottom: 0px;
}

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

.mb-12 {
  margin-bottom: 3rem;
}

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

.mb-2\.5 {
  margin-bottom: 0.625rem;
}

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

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

.mt-28 {
  margin-top: 7rem;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.min-h-screen {
  min-height: 100vh;
}

.w-full {
  width: 100%;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-7xl {
  max-width: 80rem;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.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-1\.5 {
  gap: 0.375rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-2 {
  gap: 0.5rem;
}

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

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

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

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

.overflow-hidden {
  overflow: hidden;
}

.border {
  border-width: 1px;
}

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

.py-28 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

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

.pb-16 {
  padding-bottom: 4rem;
}

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

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

.uppercase {
  text-transform: uppercase;
}

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

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

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

/* Scroll-reveal classes (controlled by IntersectionObserver) */

.reveal {
  opacity: 0;
  transform: translateY(32px);
  transition:
    opacity 0.75s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.75s cubic-bezier(0.4, 0, 0.2, 1);
}

.reveal.revealed {
  opacity: 1;
  transform: translateY(0);
}

.reveal-left {
  opacity: 0;
  transform: translateX(-32px);
  transition:
    opacity 0.75s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.75s cubic-bezier(0.4, 0, 0.2, 1);
}

.reveal-left.revealed {
  opacity: 1;
  transform: translateX(0);
}

.reveal-right {
  opacity: 0;
  transform: translateX(32px);
  transition:
    opacity 0.75s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.75s cubic-bezier(0.4, 0, 0.2, 1);
}

.reveal-right.revealed {
  opacity: 1;
  transform: translateX(0);
}

/* Stagger delay helpers */

/* Gradient text */

.text-gradient {
  background: linear-gradient(135deg, var(--forest-light) 0%, #8fd68a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ─── Design Tokens ──────────────────────────────────────── */

:root {
  --bg: #0a0a0a;
  --forest: #2d5a27;
  --forest-light: #4a8c42;
  --forest-dark: #1a3517;
  --forest-glow: rgba(45, 90, 39, 0.25);
  --forest-glow-lg: rgba(45, 90, 39, 0.12);
  --glass-bg: rgba(255, 255, 255, 0.04);
  --glass-bg-hover: rgba(255, 255, 255, 0.07);
  --glass-border: rgba(45, 90, 39, 0.22);
  --glass-border-h: rgba(74, 140, 66, 0.55);
  --text-primary: #f0f0f0;
  --text-secondary: #a0a0a0;
  --text-muted: #5a5a5a;
  --text-dim: #3a3a3a;
  --radius-card: 14px;
  --radius-pill: 999px;
  --transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ─── Base ───────────────────────────────────────────────── */

/* ─── Components ─────────────────────────────────────────── */

/* ─── Utilities ──────────────────────────────────────────── */

/* Availability badge */

.availability-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 1rem 0.4rem 0.75rem;
  border-radius: var(--radius-pill);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--forest-light);
  background: rgba(45, 90, 39, 0.1);
  border: 1px solid rgba(45, 90, 39, 0.35);
}

.availability-badge svg {
  color: var(--forest-light);
  flex-shrink: 0;
}

/* ─── Code Terminal ──────────────────────────────────────── */

.code-terminal {
  width: 100%;
  max-width: 520px;
  background: rgba(15, 15, 18, 0.85);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(45, 90, 39, 0.25);
  border-radius: 24px;
  overflow: hidden;
  box-shadow:
    0 24px 80px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgba(255, 255, 255, 0.03) inset;
  position: relative;
  z-index: 2;
}

.terminal-bar {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.terminal-dots {
  display: flex;
  gap: 7px;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.dot-red {
  background: #ff5f57;
}

.dot-yellow {
  background: #febc2e;
}

.dot-green {
  background: #28c840;
}

.terminal-filename {
  font-size: 0.72rem;
  color: var(--text-muted);
  font-weight: 500;
  letter-spacing: 0.02em;
}

.terminal-body {
  padding: 1rem 1.25rem 1.25rem;
  font-family:
    "JetBrains Mono", "Fira Code", "SF Mono", "Cascadia Code", "Consolas",
    monospace;
  font-size: 0.78rem;
  line-height: 1.7;
  overflow-x: auto;
}
  @keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
  }

  .terminal-cursor {
    display: inline-block;
    width: 6px;
    height: 1.1rem;
    background: var(--forest-light);
    animation: blink 1s step-end infinite;
  }

  /* Custom Scrollbar */
  .terminal-body::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }

  .terminal-body::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
  }

  .terminal-body::-webkit-scrollbar-thumb {
    background: var(--glass-border);
    border-radius: 10px;
  }

  .terminal-body::-webkit-scrollbar-thumb:hover {
    background: var(--forest-light);
  }

.code-line {
  display: block;
  white-space: nowrap;
  color: var(--text-secondary);
}

.line-num {
  display: inline-block;
  width: 2rem;
  color: var(--text-dim);
  font-size: 0.72rem;
  text-align: right;
  margin-right: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* Syntax highlight tokens */

.syn-keyword {
  color: #c678dd;
}

.syn-type {
  color: #61afef;
}

.syn-string {
  color: #98c379;
}

.syn-method {
  color: #e5c07b;
}

.syn-param {
  color: #e06c75;
}

/* Blinking cursor */

.terminal-cursor {
  display: inline-block;
  width: 8px;
  height: 16px;
  background: var(--forest-light);
  animation: cursorBlink 1.1s step-end infinite;
  vertical-align: middle;
  border-radius: 1px;
}

/* Terminal glow behind */

.terminal-glow {
  position: absolute;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(45, 90, 39, 0.2) 0%,
    transparent 65%
  );
  pointer-events: none;
  z-index: 1;
  animation: glowFloat 8s ease-in-out infinite;
}

/* Terminal floating animation */

.terminal-float {
  animation: terminalFloat 6s ease-in-out infinite;
}

/* ─── Hero backgrounds ───────────────────────────────────── */

.hero-bg {
  background-color: var(--bg);
  background-image:
    radial-gradient(
      ellipse at 8% 40%,
      rgba(45, 90, 39, 0.13) 0%,
      transparent 52%
    ),
    radial-gradient(
      ellipse at 85% 15%,
      rgba(45, 90, 39, 0.07) 0%,
      transparent 42%
    ),
    radial-gradient(
      ellipse at 60% 90%,
      rgba(45, 90, 39, 0.05) 0%,
      transparent 38%
    );
}

.hero-dot-grid {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(
    circle,
    rgba(45, 90, 39, 0.18) 1px,
    transparent 1px
  );
  background-size: 48px 48px;
  pointer-events: none;
}

/* ─── Project card image ─────────────────────────────────── */

.card-img-wrap {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: var(--radius-card) var(--radius-card) 0 0;
}

.card-img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1);
}

.glass-card:hover .card-img-wrap img {
  transform: scale(1.07);
}

.card-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(10, 10, 10, 0.72) 0%,
    rgba(10, 10, 10, 0.08) 60%,
    transparent 100%
  );
}

/* ─── Keyframe Animations ────────────────────────────────── */

@keyframes seedGrow {
  0%,
  100% {
    transform: scale(1) rotate(0deg);
  }

  50% {
    transform: scale(1.06) rotate(4deg);
  }
}

@keyframes glowFloat {
  0%,
  100% {
    transform: translateY(0px);
    opacity: 0.5;
  }

  50% {
    transform: translateY(-18px);
    opacity: 0.9;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(28px);
  }

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

@keyframes terminalFloat {
  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-14px);
  }
}

@keyframes cursorBlink {
  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

@keyframes scrollBounce {
  0%,
  100% {
    transform: translateY(0);
    opacity: 0.5;
  }

  50% {
    transform: translateY(7px);
    opacity: 1;
  }
}

@keyframes lineGrow {
  from {
    transform: scaleX(0);
  }

  to {
    transform: scaleX(1);
  }
}

@keyframes orbitSpin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/* Hero text staggered load */

.hero-label {
  animation: fadeInUp 0.7s ease 0.05s both;
}

.hero-h1 {
  animation: fadeInUp 0.8s ease 0.18s both;
}

.hero-sub {
  animation: fadeInUp 0.8s ease 0.34s both;
}

.hero-ctas {
  animation: fadeInUp 0.8s ease 0.48s both;
}

.hero-stats {
  animation: fadeInUp 0.8s ease 0.62s both;
}

.hero-seed-wrap {
  animation: fadeInUp 0.9s ease 0.3s both;
}

/* Seed SVG animation */

.seed-svg {
  animation: seedGrow 9s ease-in-out infinite;
  transform-origin: center;
}

.seed-glow {
  animation: glowFloat 7s ease-in-out infinite;
}

/* Scroll arrow */

.scroll-arrow {
  display: inline-block; /* Đảm bảo transform có hiệu lực */
  width: 20px;
  height: 20px;
  border-right: 1.5px solid var(--text-muted);
  border-bottom: 1.5px solid var(--text-muted);
  /* Kết hợp rotate vào cùng một dòng nếu có translate */
  transform: rotate(45deg);
  animation: scrollBounce 1.8s ease-in-out infinite;
}

@keyframes scrollBounce {
  0%,
  100% {
    /* Quan trọng: Phải giữ lại rotate trong keyframes để nó không bị mất */
    transform: rotate(45deg) translateY(0);
  }
  50% {
    transform: rotate(45deg) translateY(10px) translateX(10px);
  }
}

/* Mobile nav */

#mobile-menu {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 90;
  background: rgba(10, 10, 10, 0.97);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
}

#mobile-menu.open {
  display: flex;
}

#mobile-menu a {
  font-size: 2rem;
  font-weight: 700;
  color: var(--text-secondary);
  letter-spacing: -0.02em;
  transition: color var(--transition);
}

#mobile-menu a:hover {
  color: var(--forest-light);
}

/* Hamburger icon */

.hamburger {
  cursor: pointer;
  width: 24px;
  height: 18px;
  position: relative;
}

.hamburger span {
  display: block;
  position: absolute;
  height: 1.5px;
  width: 100%;
  background: var(--text-secondary);
  border-radius: 2px;
  transition: all 0.3s ease;
  left: 0;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  top: 8px;
}

.hamburger span:nth-child(3) {
  top: 16px;
}

.hamburger.open span:nth-child(1) {
  top: 8px;
  transform: rotate(45deg);
  background: var(--forest-light);
}

.hamburger.open span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

.hamburger.open span:nth-child(3) {
  top: 8px;
  transform: rotate(-45deg);
  background: var(--forest-light);
}

/* Section background variation */

.about-bg {
  background: radial-gradient(
    ellipse at 90% 50%,
    rgba(45, 90, 39, 0.06) 0%,
    transparent 55%
  );
}

.contact-bg {
  background: radial-gradient(
    ellipse at 50% 30%,
    rgba(45, 90, 39, 0.1) 0%,
    transparent 60%
  );
}

.group:hover .group-hover\:shadow-lg {
  --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);
}

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

  .md\:hidden {
    display: none;
  }

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

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

@media (min-width: 1024px) {
  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:flex {
    display: flex;
  }

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

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

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

  .lg\:gap-16 {
    gap: 4rem;
  }
}

/* ─── Project Detail Layout ───────────────────────────────── */

/* Wrapper: 300px sidebar | 1fr content */
.project-detail-wrapper {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 2rem;
  max-width: 1300px;
  margin: 0 auto;
  padding: 6.5rem 1.5rem 3.5rem;
  min-height: 100vh;
  align-items: start;
}

/* ─── Sidebar ────────────────────────────────────────── */

.project-sidebar.glass-card {
  position: sticky;
  top: 5.5rem; /* clears the fixed header */
  max-height: calc(100vh - 6.5rem);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  /* suppress the card hover lift for stable sidebar */
  transition: border-color var(--transition), box-shadow var(--transition), background var(--transition);
}

.project-sidebar.glass-card:hover {
  transform: none;
}

.sidebar-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}

.sidebar-header {
  padding: 1.5rem 1.5rem 1rem;
  border-bottom: 1px solid var(--glass-border);
  flex-shrink: 0;
}

.sidebar-project-title {
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--text-primary);
  letter-spacing: -0.02em;
  margin-top: 0.5rem;
  line-height: 1.35;
}

/* ─── TOC Navigation ─────────────────────────────────── */

.toc-nav {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0.6rem 0 0.75rem;
}

/* slim custom scrollbar */
.toc-nav::-webkit-scrollbar { width: 3px; }
.toc-nav::-webkit-scrollbar-track { background: transparent; }
.toc-nav::-webkit-scrollbar-thumb {
  background: var(--glass-border);
  border-radius: 10px;
}
.toc-nav::-webkit-scrollbar-thumb:hover { background: var(--forest-light); }

.toc-list {
  list-style: none;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

/* ─── TOC Item Base ──────────────────────────────────── */

.toc-item { margin: 0; }

.toc-root-link {
  margin-bottom: 0.6rem;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid var(--glass-border);
}

.toc-root-link > .toc-link {
  font-family: "JetBrains Mono", monospace;
  font-weight: 700 !important;
  color: var(--text-primary);
  font-size: 0.9rem !important;
  padding-left: 0.85rem !important;
}

.toc-link {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.42rem 1.25rem;
  color: var(--text-secondary);
  font-size: 0.82rem;
  font-weight: 500;
  line-height: 1.4;
  border-left: 2px solid transparent;
  white-space: nowrap;
  overflow: hidden;
  text-decoration: none;
  transition:
    color var(--transition),
    background var(--transition),
    border-color var(--transition),
    transform var(--transition);
}

.toc-link:hover {
  color: var(--text-primary);
  background: rgba(45, 90, 39, 0.15);
  border-left-color: rgba(74, 140, 66, 0.5);
  transform: translateX(3px);
}

/* Active page highlight */
.toc-active > .toc-link {
  color: var(--forest-light) !important;
  background: rgba(45, 90, 39, 0.13);
  border-left-color: var(--forest-light);
  font-weight: 600;
  opacity: 1 !important;
}

/* ─── Depth Levels — indentation + visual hierarchy ─── */

/* depth-1: top-level section heading */
.toc-item.depth-1 > .toc-link {
  padding-left: 1.25rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text-primary);
}

/* depth-2: sub-section */
.toc-item.depth-2 > .toc-link {
  padding-left: 2rem;
  font-size: 0.8rem;
}

/* depth-3: nested sub-section */
.toc-item.depth-3 > .toc-link {
  padding-left: 2.85rem;
  font-size: 0.77rem;
  opacity: 0.82;
}

/* depth-4: deepest level */
.toc-item.depth-4 > .toc-link {
  padding-left: 3.65rem;
  font-size: 0.74rem;
  opacity: 0.68;
}

/* ─── TOC Prefix (from front matter pre param) ───────── */

.toc-pre {
  flex-shrink: 0;
  color: var(--text-muted);
  font-size: 0.78rem;
  line-height: 1;
  font-family: "JetBrains Mono", monospace;
}

.toc-active .toc-pre {
  color: var(--forest-light);
}

/* ─── Marquee (overflow title scroll on hover) ───────── */

/* Container clips the overflowing title text */
.toc-title-wrap {
  flex: 1;
  min-width: 0;
  overflow: hidden;
}

/* The text node — stays nowrap; JS adds marquee-active if overflow detected */
.toc-title {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@keyframes tocMarquee {
  0%   { transform: translateX(0); }
  12%  { transform: translateX(0); }          /* pause at start */
  78%  { transform: translateX(var(--marquee-distance, -60px)); }
  90%  { transform: translateX(var(--marquee-distance, -60px)); } /* pause at end */
  100% { transform: translateX(0); }
}

.toc-link:hover .toc-title.marquee-active {
  animation: tocMarquee 4.5s linear infinite;
  text-overflow: clip;
  overflow: visible;
}

/* ─── Main Content Area ──────────────────────────────── */

.project-content.glass-card {
  min-width: 0; /* prevent grid blowout */
  padding: 2.5rem 3rem;
  /* suppress hover lift for static reading area */
  transition: border-color var(--transition), box-shadow var(--transition), background var(--transition);
}

.project-content.glass-card:hover {
  transform: none;
}

.project-content-header {
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--glass-border);
}

.project-page-title {
  font-size: clamp(1.65rem, 3vw, 2.4rem);
  font-weight: 800;
  color: var(--text-primary);
  letter-spacing: -0.03em;
  margin-top: 0.6rem;
  line-height: 1.18;
}

/* ─── Prose / Markdown Body ──────────────────────────── */

.project-body {
  color: var(--text-secondary);
  font-size: 0.95rem;
  line-height: 1.75;
}

.project-body h1,
.project-body h2,
.project-body h3,
.project-body h4 {
  color: var(--text-primary);
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-top: 2.25rem;
  margin-bottom: 0.75rem;
  line-height: 1.3;
}

.project-body h1 { font-size: 1.75rem; }

.project-body h2 {
  font-size: 1.35rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--glass-border);
}

.project-body h3 { font-size: 1.12rem; }

.project-body h4 {
  font-size: 0.95rem;
  color: var(--text-secondary);
}

.project-body p { margin-bottom: 1.25rem; }

.project-body ul,
.project-body ol {
  padding-left: 1.6rem;
  margin-bottom: 1.25rem;
}

.project-body ul { list-style: disc; }
.project-body ol { list-style: decimal; }
.project-body li { margin-bottom: 0.45rem; }

.project-body a {
  color: var(--forest-light);
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color var(--transition);
}

.project-body a:hover { color: #8fd68a; }

.project-body code {
  font-family: "JetBrains Mono", "Fira Code", "Cascadia Code", "Consolas", monospace;
  font-size: 0.84em;
  background: rgba(45, 90, 39, 0.12);
  color: var(--forest-light);
  padding: 0.15em 0.42em;
  border-radius: 4px;
  border: 1px solid rgba(45, 90, 39, 0.25);
}

.project-body pre {
  background: rgba(12, 12, 15, 0.9);
  border: 1px solid rgba(45, 90, 39, 0.28);
  border-radius: 10px;
  padding: 1.25rem 1.5rem;
  overflow-x: auto;
  margin-bottom: 1.5rem;
}

.project-body pre code {
  background: none;
  border: none;
  padding: 0;
  font-size: 0.82rem;
  color: var(--text-secondary);
}

.project-body blockquote {
  border-left: 3px solid var(--forest-light);
  margin: 1.5rem 0;
  padding: 0.6rem 0 0.6rem 1.3rem;
  color: var(--text-muted);
  font-style: italic;
  background: rgba(45, 90, 39, 0.05);
  border-radius: 0 8px 8px 0;
}

.project-body img {
  border-radius: var(--radius-card);
  margin: 1.5rem 0;
  max-width: 100%;
  border: 1px solid var(--glass-border);
}

.project-body table {
  width: 100%;
  margin-bottom: 1.5rem;
  border-collapse: collapse;
}

.project-body th {
  background: rgba(45, 90, 39, 0.12);
  color: var(--text-primary);
  font-weight: 600;
  font-size: 0.8rem;
  text-align: left;
  padding: 0.6rem 0.9rem;
  border-bottom: 1px solid var(--glass-border);
}

.project-body td {
  padding: 0.6rem 0.9rem;
  font-size: 0.88rem;
  vertical-align: top;
  border-bottom: 1px solid rgba(45, 90, 39, 0.1);
}

.project-body hr {
  border: none;
  height: 1px;
  background: var(--glass-border);
  margin: 2rem 0;
}

/* ─── Responsive Breakpoints ─────────────────────────── */

/* Tablet: collapse to single column */
@media (max-width: 900px) {
  .project-detail-wrapper {
    grid-template-columns: 1fr;
    padding: 5rem 1.25rem 2.5rem;
    gap: 1.25rem;
  }

  /* Sidebar becomes a static block above the content */
  .project-sidebar.glass-card {
    position: static;
    overflow: hidden;
    max-height: none;
  }

  .toc-nav {
    max-height: 260px;
    overflow-y: auto;
    
  }

  .project-content.glass-card {
    padding: 1.75rem 2rem;
  }
}

/* Mobile */
@media (max-width: 640px) {
  .project-detail-wrapper {
    padding: 4.75rem 0.75rem 2rem;
    gap: 1rem;
  }

  .project-content.glass-card {
    padding: 1.25rem 1.25rem;
  }

  .project-page-title {
    font-size: 1.5rem;
  }

  .sidebar-header {
    padding: 1.15rem 1.15rem 0.85rem;
  }
}


/* --- Premium Alerts --- */
.alert {
  display: flex;
  gap: 1rem;
  padding: 1rem 1.25rem;
  margin: 1.5rem 0;
  border-radius: 12px;
  border-left: 5px solid;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}

.alert:hover {
  transform: translateX(5px);
}

.alert-icon {
  flex-shrink: 0;
  margin-top: 0.2rem;
}

.alert-title {
  font-weight: 700;
  margin-bottom: 0.25rem;
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 0.05em;
}

.alert-body {
  font-size: 0.95rem;
  line-height: 1.6;
  opacity: 0.9;
}

.alert-body p { margin: 0; }

.alert-note { border-color: #3b82f6; background: rgba(59, 130, 246, 0.08); }
.alert-note .alert-title, .alert-note .alert-icon { color: #3b82f6; }

.alert-tip { border-color: #10b981; background: rgba(16, 185, 129, 0.08); }
.alert-tip .alert-title, .alert-tip .alert-icon { color: #10b981; }

.alert-important { border-color: #8b5cf6; background: rgba(139, 92, 246, 0.08); }
.alert-important .alert-title, .alert-important .alert-icon { color: #8b5cf6; }

.alert-warning { border-color: #f59e0b; background: rgba(245, 158, 11, 0.08); }
.alert-warning .alert-title, .alert-warning .alert-icon { color: #f59e0b; }

.alert-caution { border-color: #ef4444; background: rgba(239, 68, 68, 0.08); }
.alert-caution .alert-title, .alert-caution .alert-icon { color: #ef4444; }

blockquote {
  margin: 2rem 0;
  padding: 1rem 1.5rem;
  border-left: 4px solid var(--accent-color, #6366f1);
  background: rgba(255, 255, 255, 0.02);
  font-style: italic;
  border-radius: 0 12px 12px 0;
}
