/* === Base === */
*, ::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: #E8E8E6; /* 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: Lora, Georgia, 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: #A3A3A1; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #A3A3A1; /* 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;
}
/* === Components Layer === */
.container {
  width: 100%;
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}
/* === Third-party Libraries (load first so we can override) === */
.react-grid-layout {
  position: relative;
  transition: height 200ms ease;
}
.react-grid-item {
  transition: all 200ms ease;
  transition-property: left, top, width, height;
}
.react-grid-item img {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.react-grid-item.cssTransforms {
  transition-property: transform, width, height;
}
.react-grid-item.resizing {
  transition: none;
  z-index: 1;
  will-change: width, height;
}
.react-grid-item.react-draggable-dragging {
  transition: none;
  z-index: 3;
  will-change: transform;
}
.react-grid-item.dropping {
  visibility: hidden;
}
.react-grid-item.react-grid-placeholder {
  background: red;
  opacity: 0.2;
  transition-duration: 100ms;
  z-index: 2;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.react-grid-item.react-grid-placeholder.placeholder-resizing {
  transition: none;
}
.react-grid-item > .react-resizable-handle {
  position: absolute;
  width: 20px;
  height: 20px;
}
.react-grid-item > .react-resizable-handle::after {
  content: "";
  position: absolute;
  right: 3px;
  bottom: 3px;
  width: 5px;
  height: 5px;
  border-right: 2px solid rgba(0, 0, 0, 0.4);
  border-bottom: 2px solid rgba(0, 0, 0, 0.4);
}
.react-resizable-hide > .react-resizable-handle {
  display: none;
}
.react-grid-item > .react-resizable-handle.react-resizable-handle-sw {
  bottom: 0;
  left: 0;
  cursor: sw-resize;
  transform: rotate(90deg);
}
.react-grid-item > .react-resizable-handle.react-resizable-handle-se {
  bottom: 0;
  right: 0;
  cursor: se-resize;
}
.react-grid-item > .react-resizable-handle.react-resizable-handle-nw {
  top: 0;
  left: 0;
  cursor: nw-resize;
  transform: rotate(180deg);
}
.react-grid-item > .react-resizable-handle.react-resizable-handle-ne {
  top: 0;
  right: 0;
  cursor: ne-resize;
  transform: rotate(270deg);
}
.react-grid-item > .react-resizable-handle.react-resizable-handle-w,
.react-grid-item > .react-resizable-handle.react-resizable-handle-e {
  top: 50%;
  margin-top: -10px;
  cursor: ew-resize;
}
.react-grid-item > .react-resizable-handle.react-resizable-handle-w {
  left: 0;
  transform: rotate(135deg);
}
.react-grid-item > .react-resizable-handle.react-resizable-handle-e {
  right: 0;
  transform: rotate(315deg);
}
.react-grid-item > .react-resizable-handle.react-resizable-handle-n,
.react-grid-item > .react-resizable-handle.react-resizable-handle-s {
  left: 50%;
  margin-left: -10px;
  cursor: ns-resize;
}
.react-grid-item > .react-resizable-handle.react-resizable-handle-n {
  top: 0;
  transform: rotate(225deg);
}
.react-grid-item > .react-resizable-handle.react-resizable-handle-s {
  bottom: 0;
  transform: rotate(45deg);
}
/* === Scrapbook Component Styles === */
/* ============================================
   BOARD CARDS — EDITORIAL SHARP
   ============================================ */
/* Category color variables */
:root {
  --card-flight: #2D5016;
  --card-place: #B8860B;
  --card-note: #9A8570;
  --card-restaurant: #C4784A;
  --card-reservation: #C4784A;
  --card-photo: #A4697A;
  --card-accommodation: #8B5A6B;
  --card-checklist: #5A7A5A;
  --card-link: #6B7A8B;
  --card-document: #7A7A6B;
  
  /* Brand Colors */
  --cream: #FAF9F7;
  --white: #FFFFFF;
  --black: #1A1A1A;
  --gray-100: #F5F5F3;
  --gray-200: #EBEBEB;
  --gray-300: #D4D4D4;
  --gray-400: #999999;
  --gray-500: #666666;
  
  /* AI */
  --ai: #9B5A9B;
  --ai-light: #F8F2F8;
  --ai-border: #E0D0E0;
}
/* ================================
   BASE CARD
   ================================ */
.card {
  background: var(--white, #FFFFFF) !important;
  border: 1px solid var(--gray-200, #EBEBEB) !important;
  border-left: 3px solid var(--gray-300, #D4D4D4) !important;
  border-radius: 0 !important;
  width: 260px !important;
  min-width: 260px !important;
  max-width: 260px !important;
  box-sizing: border-box !important;
  position: relative;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
  overflow: hidden;
}
.card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1) !important;
  transform: translateY(-2px);
}
.card-body {
  padding: 16px !important;
}
/* ================================
   DRAG HANDLE
   ================================ */
.board-card-drag-handle {
  height: 24px !important;
  background: var(--gray-100, #F5F5F3) !important;
  border-bottom: 1px solid var(--gray-200, #EBEBEB) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: grab !important;
  width: 100% !important;
}
.board-card-drag-handle:active {
  cursor: grabbing !important;
  background: var(--gray-200, #EBEBEB) !important;
}
.board-card-drag-dots {
  display: flex !important;
  gap: 3px !important;
}
.board-card-drag-dots span {
  width: 4px !important;
  height: 4px !important;
  background: var(--gray-400, #999999) !important;
  border-radius: 50% !important;
  display: block !important;
}
/* Legacy drag handle support (for existing CanvasView) */
.drag-handle {
  height: 24px !important;
  background: var(--gray-100, #F5F5F3) !important;
  border-bottom: 1px solid var(--gray-200, #EBEBEB) !important;
  cursor: grab !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 0 !important;
}
.drag-handle:active {
  cursor: grabbing !important;
  background: var(--gray-200, #EBEBEB) !important;
}
.drag-handle svg {
  width: 16px !important;
  height: 16px !important;
  color: var(--gray-400, #999999) !important;
}
/* ================================
   CARD LABEL (Type indicator)
   ================================ */
.card-label {
  font-family: 'Lora', Georgia, serif !important;
  font-size: 10px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.1em !important;
  font-weight: 600 !important;
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  margin-bottom: 10px !important;
  color: var(--gray-400) !important;
}
.card-icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 14px !important;
  height: 14px !important;
  flex-shrink: 0 !important;
}
.card-icon svg {
  width: 14px !important;
  height: 14px !important;
  max-width: 14px !important;
  max-height: 14px !important;
  stroke: currentColor !important;
  stroke-width: 2 !important;
  fill: none !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}
/* ================================
   CARD CONTENT
   ================================ */
.card-title {
  font-family: 'Playfair Display', Georgia, serif !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  color: var(--black) !important;
  margin-bottom: 6px !important;
  line-height: 1.3 !important;
  margin-top: 0 !important;
}
.card-meta {
  font-family: 'Lora', Georgia, serif !important;
  font-size: 13px !important;
  color: var(--gray-500, #666666) !important;
  line-height: 1.5 !important;
}
.card-price {
  font-family: 'Lora', Georgia, serif !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  color: var(--black) !important;
  margin-top: 12px !important;
}
/* ================================
   CATEGORY COLORS (Left Border)
   ================================ */
/* Flight — 4px green border */
.card.flight,
.card.transport,
.card.train,
.card.car_rental {
  border-left-width: 4px !important;
  border-left-color: var(--card-flight) !important;
  background: linear-gradient(90deg, rgba(45, 80, 22, 0.05) 0%, white 20%) !important;
}
.card.accommodation {
  border-left-color: var(--card-accommodation) !important;
}
.card.reservation {
  border-left-color: var(--card-restaurant) !important;
}
.card.place {
  border-left-color: var(--card-place) !important;
}
/* Category-based place styling */
.card.place-accommodations {
  border-left-color: #8B5A6B !important;
}
.card.place-accommodations .card-label {
  color: #8B5A6B !important;
}
.card.place-restaurants-and-food {
  border-left-color: #C4784A !important;
}
.card.place-restaurants-and-food .card-label {
  color: #C4784A !important;
}
.card.place-bars-and-rooftops {
  border-left-color: #C4784A !important;
}
.card.place-bars-and-rooftops .card-label {
  color: #C4784A !important;
}
.card.place-coffee-and-tea {
  border-left-color: #9A8570 !important;
}
.card.place-coffee-and-tea .card-label {
  color: #9A8570 !important;
}
.card.place-cultural-and-artistic-venues {
  border-left-color: #A4697A !important;
}
.card.place-cultural-and-artistic-venues .card-label {
  color: #A4697A !important;
}
.card.place-health-and-wellness {
  border-left-color: #6B8E23 !important;
}
.card.place-health-and-wellness .card-label {
  color: #6B8E23 !important;
}
.card.place-markets-and-shopping {
  border-left-color: #4682B4 !important;
}
.card.place-markets-and-shopping .card-label {
  color: #4682B4 !important;
}
.card.place-bookstores-and-libraries {
  border-left-color: #5F9EA0 !important;
}
.card.place-bookstores-and-libraries .card-label {
  color: #5F9EA0 !important;
}
.card.place-places-to-work {
  border-left-color: #6B7A8B !important;
}
.card.place-places-to-work .card-label {
  color: #6B7A8B !important;
}
/* Custom place styling - warm brown border */
.card.custom-place {
  border-left-color: #9A8570 !important;
  background: linear-gradient(90deg, rgba(154, 133, 112, 0.05) 0%, white 20%) !important;
}
.card.custom-place .card-label {
  color: #9A8570 !important;
}
.card.note {
  border-left-color: var(--card-note) !important;
}
.card.checklist {
  border-left-color: var(--card-checklist) !important;
}
.card.photo {
  border-left-color: var(--card-photo) !important;
}
.card.link {
  border-left-color: var(--card-link) !important;
}
.card.document {
  border-left-color: var(--card-document) !important;
}
/* ================================
   CATEGORY COLORS (Label Text)
   ================================ */
.card.flight .card-label,
.card.transport .card-label,
.card.train .card-label,
.card.car_rental .card-label {
  color: var(--card-flight) !important;
}
.card.accommodation .card-label {
  color: var(--card-accommodation) !important;
}
.card.reservation .card-label {
  color: var(--card-restaurant) !important;
}
.card.place .card-label {
  color: var(--card-place) !important;
}
.card.custom-place .card-label {
  color: #9A8570 !important;
}
.card.note .card-label {
  color: var(--card-note) !important;
}
.card.checklist .card-label {
  color: var(--card-checklist) !important;
}
.card.photo .card-label {
  color: var(--card-photo) !important;
}
.card.link .card-label {
  color: var(--card-link) !important;
}
.card.document .card-label {
  color: var(--card-document) !important;
}
/* ================================
   AI SUGGESTION STATE
   ================================ */
.card.ai-suggestion {
  border: 1px dashed var(--ai) !important;
  border-left-width: 3px !important;
  border-left-style: dashed !important;
  border-left-color: var(--ai) !important;
  background: linear-gradient(135deg, var(--ai-light) 0%, var(--white) 40%) !important;
}
.card.ai-suggestion.flight,
.card.ai-suggestion.transport {
  border-left-width: 4px !important;
}
.card.ai-suggestion .card-label {
  color: var(--ai) !important;
}
.ai-actions {
  display: flex !important;
  gap: 8px !important;
  padding: 12px 16px !important;
  border-top: 1px dashed var(--ai-border) !important;
  background: var(--ai-light) !important;
}
.btn {
  font-family: 'Lora', serif !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  padding: 8px 14px !important;
  border: none !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  transition: all 0.15s ease !important;
}
.btn-accept {
  background: var(--ai) !important;
  color: white !important;
  border-radius: 4px !important;
}
.btn-accept:hover {
  background: #7A4A7A !important;
}
.btn-dismiss {
  background: transparent !important;
  color: var(--gray-500) !important;
  padding: 8px 12px !important;
}
.btn-dismiss:hover {
  color: var(--black) !important;
}
/* ================================
   AI ACCEPTED STATE
   ================================ */
/* Uses category color from above, just adds badge */
.card.ai-accepted {
  /* Border color comes from category class */
}
.ai-badge {
  display: inline-flex !important;
  align-items: center !important;
  gap: 4px !important;
  font-size: 9px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
  padding: 3px 8px !important;
  border-radius: 3px !important;
  background: var(--ai-light) !important;
  color: var(--ai) !important;
  margin-left: auto !important;
}
.ai-badge svg {
  width: 10px !important;
  height: 10px !important;
  fill: currentColor !important;
}
/* AI badge inline in card labels */
.ai-badge-inline {
  display: inline-flex !important;
  align-items: center !important;
  gap: 4px !important;
  margin-left: 8px !important;
  font-size: 9px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
  color: #9B5A9B !important;
  font-weight: 600 !important;
  font-family: 'Lora', Georgia, serif !important;
}
.ai-badge-inline .sparkle {
  font-size: 10px !important;
}
/* ================================
   FLIGHT CARD (Special)
   ================================ */
.card.flight {
  width: 260px !important;
  min-width: 260px !important;
  max-width: 260px !important;
}
.flight-route {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  margin-bottom: 8px !important;
}
.flight-route .code {
  font-family: 'Playfair Display', serif !important;
  font-size: 24px !important;
  font-weight: 500 !important;
  color: var(--black) !important;
}
.flight-route .card-icon {
  width: 24px !important;
  height: 24px !important;
  color: var(--gray-300) !important;
}
.flight-route .card-icon svg {
  width: 24px !important;
  height: 24px !important;
  stroke: currentColor !important;
  stroke-width: 2 !important;
  fill: none !important;
}
.flight-details {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 8px !important;
  margin-top: 12px !important;
  padding-top: 12px !important;
  border-top: 1px solid var(--gray-100) !important;
}
.flight-detail-label {
  font-size: 11px !important;
  color: var(--gray-400) !important;
  margin-bottom: 2px !important;
}
.flight-detail-value {
  font-size: 13px !important;
  color: var(--black) !important;
  font-weight: 500 !important;
}
/* ================================
   DELETE BUTTON
   ================================ */
.card-delete {
  position: absolute !important;
  top: 12px !important;
  right: 12px !important;
  background: transparent !important;
  border: none !important;
  color: var(--gray-400) !important;
  cursor: pointer !important;
  padding: 4px !important;
  opacity: 0 !important;
  transition: opacity 0.2s, color 0.2s !important;
  z-index: 10 !important;
}
.card:hover .card-delete {
  opacity: 1 !important;
}
.card-delete:hover {
  color: #dc2626 !important;
}
.card-delete svg {
  width: 16px !important;
  height: 16px !important;
}
/* ================================
   CHECKLIST ITEMS
   ================================ */
.checklist-items {
  list-style: none !important;
  margin: 8px 0 0 0 !important;
  padding: 0 !important;
}
.checklist-item {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 4px 0 !important;
  font-size: 13px !important;
  color: var(--gray-600, #444444) !important;
}
.checklist-item input[type="checkbox"] {
  width: 16px !important;
  height: 16px !important;
  accent-color: var(--card-flight) !important;
  margin: 0 !important;
}
.checklist-item.done span {
  text-decoration: line-through !important;
  color: var(--gray-400) !important;
}
.checklist-progress {
  font-size: 11px !important;
  color: var(--card-flight) !important;
  margin-top: 10px !important;
  font-weight: 600 !important;
}
/* ================================
   PHOTO CARD
   ================================ */
.card.photo {
  padding: 0 !important;
  overflow: hidden !important;
}
.card.photo .card-body {
  padding: 12px 16px !important;
}
.photo-image {
  height: 140px !important;
  background: var(--gray-100) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  margin: -12px -16px 12px -16px !important;
}
.photo-image img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
.card-caption {
  font-size: 13px !important;
  font-style: italic !important;
  color: var(--gray-500) !important;
}
/* ================================
   LINK CARD
   ================================ */
.card.link {
  padding: 0 !important;
  overflow: hidden !important;
}
.card.link .card-body {
  padding: 12px 16px !important;
}
.link-preview {
  height: 100px !important;
  background: var(--gray-100) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  margin: -12px -16px 12px -16px !important;
}
.link-preview img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
.link-url {
  font-size: 11px !important;
  color: var(--card-link) !important;
  margin-top: 6px !important;
}
/* ================================
   DOCUMENT CARD
   ================================ */
.doc-preview {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  margin-top: 8px !important;
}
.doc-icon-box {
  width: 40px !important;
  height: 48px !important;
  background: var(--gray-100) !important;
  border: 1px solid var(--gray-200) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 10px !important;
  font-weight: 600 !important;
  color: var(--gray-400) !important;
}
.doc-info {
  flex: 1 !important;
}
.doc-size {
  font-size: 11px !important;
  color: var(--gray-400) !important;
}
/* Canvas view with grid pattern */
.canvas-view {
  background: var(--cream, #FAF9F7);
  min-height: 600px;
  position: relative;
  background-image: radial-gradient(circle, var(--gray-300, #D4D4D4) 1px, transparent 1px);
  background-size: 20px 20px;
  padding: 20px;
  border-radius: 0;
}
/* Grid layout styles */
.layout {
  background: transparent;
  min-height: 500px;
}
/* Hide grid item bounding boxes - cards are the only visible elements */
.grid-item {
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  box-shadow: none !important;
}
.grid-item:hover {
  box-shadow: none !important;
}
/* React Grid Layout overrides - hide bounding boxes */
.react-grid-item {
  background: transparent !important;
  border: none !important;
  transition: all 200ms ease !important;
  transition-property: left, top, width, height !important;
}
/* Only show placeholder when dragging */
.react-grid-item.react-grid-placeholder {
  background: rgba(45, 80, 22, 0.1) !important;
  border: 2px dashed #2D5016 !important;
  border-radius: 0 !important;
  opacity: 1 !important;
  transition-duration: 100ms !important;
  z-index: 2 !important;
}
.react-grid-item.resizing {
  transition: none !important;
  z-index: 100 !important;
}
.react-grid-item.static {
  background: transparent !important;
}
/* Drag handle styles */
.drag-handle {
  cursor: grab !important;
  height: 24px !important;
  background: #F5F5F3 !important;
  border-bottom: 1px solid #EBEBEB !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 0 !important;
  margin-bottom: 0 !important;
}
.drag-handle:active {
  cursor: grabbing !important;
  background: #EBEBEB !important;
}
/* Map container */
.map-container {
  width: 100%;
  height: 600px;
  border-radius: 8px;
  overflow: hidden;
}
.map-container .leaflet-container {
  height: 100%;
  width: 100%;
}
/* Responsive grid */
@media (max-width: 768px) {
  .layout {
    padding: 10px;
  }
  
  .map-container {
    height: 400px;
  }
}
.organized-view {
  background: var(--cream);
  min-height: 600px;
  padding: 24px;
}
.category-section {
  margin-bottom: 32px;
  background: var(--white);
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--gray-200);
}
.category-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  background: var(--gray-100);
  border-bottom: 1px solid var(--gray-200);
  cursor: pointer;
  transition: background 0.2s;
}
.category-header:hover {
  background: var(--gray-200);
}
.category-title {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  font-weight: 500;
  color: var(--black);
  flex: 1;
  margin: 0;
}
.category-count {
  font-size: 13px;
  color: var(--gray-500);
  margin-left: auto;
}
.category-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
  padding: 20px;
}
.category-card-wrapper {
  max-width: 100%;
}
/* ===========================================
   CALENDAR VIEW - Board Calendar Styling
   =========================================== */
.calendar-view {
  background: var(--cream, #FAF9F7);
  min-height: 600px;
  padding: 16px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.calendar-header {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 16px;
}
.calendar-view-toggle {
  display: flex;
  gap: 4px;
  background: var(--white, #FFFFFF);
  padding: 4px;
  border-radius: 6px;
  border: 1px solid var(--gray-200, #EBEBEB);
}
.calendar-view-btn {
  padding: 6px 14px;
  border: none;
  background: transparent;
  color: var(--gray-500, #666666);
  font-size: 13px;
  font-weight: 500;
  font-family: 'Lora', serif;
  cursor: pointer;
  border-radius: 4px;
  transition: all 0.2s;
}
.calendar-view-btn:hover {
  background: var(--gray-100, #F5F5F3);
  color: var(--black, #1A1A1A);
}
.calendar-view-btn.active {
  background: var(--green, #2D5016);
  color: var(--white, #FFFFFF);
}
/* ===========================================
   CALENDAR WITH SIDEBAR LAYOUT
   =========================================== */
.calendar-with-sidebar {
  display: flex;
  gap: 16px;
  flex: 1;
  overflow: hidden;
}
/* ===========================================
   UNSCHEDULED ITEMS SIDEBAR
   =========================================== */
.unscheduled-sidebar {
  width: 280px;
  background: var(--white, #FFFFFF);
  border-radius: 8px;
  border: 1px solid var(--gray-200, #EBEBEB);
  padding: 16px;
  overflow-y: auto;
  flex-shrink: 0;
}
.sidebar-title {
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  font-weight: 500;
  color: var(--black, #1A1A1A);
  margin-bottom: 12px;
}
.empty-sidebar-text {
  font-family: 'Lora', serif;
  font-size: 13px;
  color: var(--gray-400, #999999);
  font-style: italic;
  text-align: center;
  padding: 20px;
}
.unscheduled-items {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.unscheduled-item {
  cursor: grab;
  transition: transform 0.2s, opacity 0.2s;
}
.unscheduled-item:hover {
  transform: translateY(-2px);
}
.unscheduled-item:active {
  cursor: grabbing;
  opacity: 0.6;
}
/* ===========================================
   CALENDAR MAIN AREA
   =========================================== */
.calendar-main {
  flex: 1;
  background: var(--white, #FFFFFF);
  border-radius: 8px;
  border: 1px solid var(--gray-200, #EBEBEB);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
/* ===========================================
   WEEK CALENDAR GRID
   =========================================== */
.week-calendar-grid {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}
.week-header {
  display: grid;
  grid-template-columns: 80px repeat(7, 1fr);
  border-bottom: 2px solid var(--gray-200, #EBEBEB);
  background: var(--gray-50, #FAFAF9);
  flex-shrink: 0;
}
.time-column-header {
  padding: 12px;
  border-right: 1px solid var(--gray-200, #EBEBEB);
}
.week-day-header {
  padding: 12px;
  text-align: center;
  border-right: 1px solid var(--gray-200, #EBEBEB);
}
.week-day-header:last-child {
  border-right: none;
}
.day-name {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--gray-500, #666666);
  font-weight: 600;
  margin-bottom: 4px;
  font-family: 'Lora', serif;
}
.day-number {
  font-size: 18px;
  font-weight: 600;
  color: var(--black, #1A1A1A);
  font-family: 'Playfair Display', serif;
}
/* ===========================================
   WEEK BODY WITH TIME SLOTS
   =========================================== */
.week-body {
  display: flex;
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
}
.time-column {
  width: 80px;
  flex-shrink: 0;
  border-right: 1px solid var(--gray-200, #EBEBEB);
  background: var(--gray-50, #FAFAF9);
}
.time-slot-label {
  height: 80px;
  padding: 8px 12px;
  font-size: 11px;
  color: var(--gray-500, #666666);
  font-family: 'Lora', serif;
  border-bottom: 1px solid var(--gray-200, #EBEBEB);
  display: flex;
  align-items: flex-start;
  padding-top: 4px;
}
.calendar-days-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  flex: 1;
}
.calendar-day-column {
  border-right: 1px solid var(--gray-200, #EBEBEB);
}
.calendar-day-column:last-child {
  border-right: none;
}
.calendar-time-slot {
  height: 80px;
  border-bottom: 1px solid var(--gray-100, #F5F5F3);
  padding: 4px;
  position: relative;
  transition: background-color 0.2s;
  min-height: 80px;
}
.calendar-time-slot:hover {
  background-color: var(--gray-50, #FAFAF9);
}
.calendar-time-slot.drag-over {
  background-color: var(--ai-light, #F8F2F8) !important;
  border: 2px dashed var(--ai, #9B5A9B) !important;
  border-radius: 4px;
}
.calendar-item {
  margin-bottom: 4px;
  cursor: pointer;
}
.calendar-item:last-child {
  margin-bottom: 0;
}
.calendar-item .card,
.calendar-item .card.flight {
  width: 100%;
  max-width: 100%;
  margin: 0;
}
/* ===========================================
   DRAG PREVIEW
   =========================================== */
.drag-preview {
  opacity: 0.8;
  transform: rotate(2deg);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  z-index: 9999;
  pointer-events: none;
}
/* ===========================================
   DAY AND MONTH VIEWS (Placeholder)
   =========================================== */
.day-view,
.month-view {
  padding: 40px;
  text-align: center;
  font-family: 'Lora', serif;
  color: var(--gray-500, #666666);
}
/* ===========================================
   RESPONSIVE
   =========================================== */
@media (max-width: 1024px) {
  .calendar-with-sidebar {
    flex-direction: column;
  }
  
  .unscheduled-sidebar {
    width: 100%;
    max-height: 200px;
  }
  
  .week-header {
    grid-template-columns: 60px repeat(7, 1fr);
  }
  
  .time-column {
    width: 60px;
  }
  
  .time-slot-label {
    font-size: 10px;
    padding: 4px 8px;
  }
}
/* ===========================================
   FULLCALENDAR CUSTOMIZATION
   =========================================== */
/* FullCalendar customization */
.fc {
  font-family: 'Lora', serif !important;
}
.fc-toolbar-title {
  font-family: 'Playfair Display', serif !important;
  font-size: 20px !important;
  color: #1F2937 !important;
}
.fc-button {
  background-color: white !important;
  border: 1px solid #E5E7EB !important;
  color: #4B5563 !important;
  font-family: 'Lora', serif !important;
  text-transform: capitalize !important;
  font-size: 13px !important;
  padding: 4px 12px !important;
  border-radius: 6px !important;
}
.fc-button:hover {
  background-color: #F9FAFB !important;
}
.fc-button-active {
  background-color: #2D5016 !important;
  color: white !important;
  border-color: #2D5016 !important;
}
.fc-day-today {
  background-color: rgba(45, 80, 22, 0.05) !important;
}
.fc-daygrid-day,
.fc-timegrid-slot,
.fc-timegrid-col {
  background: #FAF9F7 !important;
}
.fc-scrollgrid {
  background: #FAF9F7;
}
.fc-event {
  border-radius: 4px !important;
  padding: 2px 4px !important;
  cursor: move !important;
  border: none !important;
}
.fc-event:hover {
  opacity: 0.9;
}
.fc-event-dragging {
  opacity: 0.6 !important;
  cursor: grabbing !important;
}
.fc-timegrid-slot {
  height: 3em !important;
}
.fc-col-header-cell {
  font-family: 'Lora', serif !important;
  font-size: 12px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
  color: #6B7280 !important;
  padding: 8px 4px !important;
}
.fc-timegrid-col {
  border-right: 1px solid #E5E7EB !important;
}
.fc-timegrid-slot-label {
  font-family: 'Lora', serif !important;
  font-size: 11px !important;
  color: #9CA3AF !important;
}
/* Draggable items */
.draggable-item {
  cursor: grab !important;
}
.draggable-item:active {
  cursor: grabbing !important;
}
.draggable-item:hover {
  opacity: 0.8;
}
.view-tabs {
  display: flex;
  gap: 0;
  border-bottom: 1px solid var(--gray-200, #EBEBEB);
}
.view-tab {
  font-family: 'Lora', serif;
  font-size: 13px;
  font-weight: 600;
  padding: 12px 20px;
  background: none;
  border: none;
  color: var(--gray-400, #999999);
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: color 0.15s ease;
}
.view-tab:hover {
  color: var(--gray-600, #444444);
}
.view-tab.active {
  color: var(--green, #2D5016);
}
.view-tab.active::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--green, #2D5016);
}
.view-tab svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
  flex-shrink: 0;
}
.view-tab span {
  display: inline-block;
  white-space: nowrap;
}
/* Icon-only variant for compact display */
.view-tabs.icon-only .view-tab {
  padding: 12px 16px;
}
.view-tabs.icon-only .view-tab span {
  display: none;
}
/* ================================
   BOARD LAYOUT WITH SIDEBAR
   ================================ */
.board-with-chat {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 0;
  overflow: hidden;
}
.board-with-chat.chat-collapsed {
  grid-template-columns: 1fr 48px;
}
/* When calendar view has unscheduled sidebar, use 3 columns */
.board-with-chat.with-unscheduled-sidebar {
  grid-template-columns: 280px 1fr 280px;
}
.board-with-chat.with-unscheduled-sidebar.chat-collapsed {
  grid-template-columns: 280px 1fr 48px;
}
.board-main {
  overflow: auto;
  background: var(--cream, #FAF9F7);
}
/* ================================
   CHAT SIDEBAR CONTAINER
   ================================ */
.chat-sidebar {
  display: flex;
  flex-direction: column;
  background: var(--white, #FFFFFF);
  border-left: 1px solid var(--gray-200, #EBEBEB);
  height: 100%;
  overflow: hidden;
}
.chat-sidebar.collapsed {
  width: 48px;
}
.chat-sidebar.collapsed .chat-content,
.chat-sidebar.collapsed .chat-input-area,
.chat-sidebar.collapsed .chat-header-text {
  display: none;
}
/* ================================
   CHAT HEADER
   ================================ */
.chat-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border-bottom: 1px solid var(--gray-200, #EBEBEB);
  background: var(--gray-50, #FAFAF9);
  flex-shrink: 0;
}
.chat-header-icon {
  width: 32px !important;
  height: 32px !important;
  min-width: 32px !important;
  min-height: 32px !important;
  max-width: 32px !important;
  max-height: 32px !important;
  background: var(--ai-light, #F8F2F8);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ai, #9B5A9B);
  flex-shrink: 0;
  overflow: hidden; /* Hide any overflow */
}
.chat-header-icon svg {
  width: 16px !important;
  height: 16px !important;
  max-width: 16px !important;
  max-height: 16px !important;
  min-width: 16px !important;
  min-height: 16px !important;
  flex-shrink: 0;
  fill: currentColor;
}
.chat-header-text {
  flex: 1;
  min-width: 0;
}
.chat-header-text h3 {
  font-family: 'Playfair Display', serif;
  font-size: 14px;
  font-weight: 500;
  color: var(--black, #1A1A1A);
  margin: 0;
}
.chat-header-text p {
  font-family: 'Lora', serif;
  font-size: 11px;
  color: var(--gray-500, #666666);
  margin: 0;
}
.chat-toggle-btn {
  background: none;
  border: none;
  padding: 8px;
  cursor: pointer;
  color: var(--gray-400, #999999);
  border-radius: 4px;
  transition: all 0.15s ease;
}
.chat-toggle-btn:hover {
  background: var(--gray-100, #F5F5F3);
  color: var(--gray-600, #444444);
}
/* ================================
   CHAT MESSAGES AREA
   ================================ */
.chat-content {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 12px 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 0; /* Allows flex child to shrink below content size */
}
/* ================================
   CHAT MESSAGE BUBBLES
   ================================ */
.chat-message {
  display: flex;
  flex-direction: column;
  max-width: 100%;
}
.chat-message.user {
  align-items: flex-end;
}
.chat-message.assistant {
  align-items: flex-start;
}
.chat-message-content {
  font-family: 'Lora', serif;
  font-size: 14px;
  line-height: 1.6;
  color: var(--black, #1A1A1A);
  max-width: 280px; /* Prevent overly long lines */
  word-wrap: break-word;
}
.chat-message.user .chat-message-content {
  background: var(--green, #2D5016);
  color: white;
  padding: 10px 14px;
  border-radius: 16px 16px 4px 16px;
}
.chat-message.assistant .chat-message-content {
  background: var(--gray-100, #F5F5F3);
  padding: 12px 14px;
  border-radius: 16px 16px 16px 4px;
}
.chat-message-content p {
  margin: 0 0 8px 0;
}
.chat-message-content p:last-child {
  margin-bottom: 0;
}
.chat-message-content strong {
  font-weight: 600;
}
/* ================================
   SUGGESTION CHIPS
   ================================ */
.chat-suggestions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}
.suggestion-chip {
  font-family: 'Lora', serif;
  font-size: 12px;
  padding: 6px 12px;
  background: var(--white, #FFFFFF);
  border: 1px solid var(--gray-200, #EBEBEB);
  border-radius: 16px;
  color: var(--gray-600, #444444);
  cursor: pointer;
  transition: all 0.15s ease;
  white-space: nowrap;
}
.suggestion-chip:hover {
  border-color: var(--green, #2D5016);
  color: var(--green, #2D5016);
  background: var(--gray-100, #F5F5F3);
}
/* ================================
   CHAT INPUT AREA
   ================================ */
.chat-input-area {
  padding: 12px 16px 16px;
  border-top: 1px solid var(--gray-200, #EBEBEB);
  background: var(--white, #FFFFFF);
}
.chat-input-row {
  display: flex;
  gap: 8px;
  align-items: flex-end;
}
.chat-input {
  flex: 1;
  font-family: 'Lora', serif;
  font-size: 14px;
  padding: 10px 14px;
  border: 1px solid var(--gray-200, #EBEBEB);
  border-radius: 20px;
  background: var(--gray-50, #FAFAF9);
  color: var(--black, #1A1A1A);
  outline: none;
  transition: border-color 0.15s ease;
  min-height: 40px;
  resize: none;
}
.chat-input:focus {
  border-color: var(--green, #2D5016);
}
.chat-input::-moz-placeholder {
  color: var(--gray-400, #999999);
}
.chat-input::placeholder {
  color: var(--gray-400, #999999);
}
.chat-send-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--green, #2D5016);
  border: none;
  color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s ease;
  flex-shrink: 0;
}
.chat-send-btn:hover {
  background: #3D6A1F;
}
.chat-send-btn:disabled {
  background: var(--gray-300, #D4D4D4);
  cursor: not-allowed;
}
.chat-send-btn svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
}
/* ================================
   TYPING INDICATOR
   ================================ */
.typing-indicator {
  display: flex;
  gap: 4px;
  padding: 12px 14px;
  background: var(--gray-100, #F5F5F3);
  border-radius: 16px 16px 16px 4px;
  width: -moz-fit-content;
  width: fit-content;
}
.typing-indicator span {
  width: 6px;
  height: 6px;
  background: var(--gray-400, #999999);
  border-radius: 50%;
  animation: typing 1.4s infinite ease-in-out;
}
.typing-indicator span:nth-child(2) {
  animation-delay: 0.2s;
}
.typing-indicator span:nth-child(3) {
  animation-delay: 0.4s;
}
@keyframes typing {
  0%, 60%, 100% {
    transform: translateY(0);
    opacity: 0.4;
  }
  30% {
    transform: translateY(-4px);
    opacity: 1;
  }
}
/* ================================
   COLLAPSED STATE (Icon only)
   ================================ */
.chat-sidebar.collapsed {
  width: 48px;
  padding: 12px 0;
}
.chat-sidebar.collapsed .chat-header {
  flex-direction: column;
  padding: 12px 8px;
  border-bottom: none;
}
.chat-sidebar.collapsed .chat-toggle-btn {
  margin-top: 8px;
}
/* ================================
   ERROR MESSAGE
   ================================ */
.chat-error {
  font-family: 'Lora', serif;
  font-size: 12px;
  color: #dc2626;
  background: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 4px;
  padding: 8px 12px;
  margin-bottom: 8px;
}
/* ================================
   EMPTY STATE
   ================================ */
.chat-empty-state {
  text-align: center;
  color: var(--gray-500, #666666);
  padding: 32px 16px;
}
.chat-empty-state p {
  font-family: 'Lora', serif;
  font-size: 14px;
  margin: 0 0 4px 0;
}
.chat-empty-state p:last-child {
  font-size: 12px;
}
/* ================================
   MOBILE RESPONSIVE
   ================================ */
@media (max-width: 768px) {
  .board-with-chat {
    grid-template-columns: 1fr;
  }
  
  .chat-sidebar {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 340px;
    z-index: 100;
    transform: translateX(100%);
    transition: transform 0.3s ease;
  }
  
  .chat-sidebar.open {
    transform: translateX(0);
  }
  
  .chat-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
  }
  
  .chat-overlay.visible {
    opacity: 1;
    pointer-events: auto;
  }
}
/* ================================
   PLACE SUGGESTION CARDS
   ================================ */
.place-suggestion-card {
  background: white;
  border: 1px solid #EBEBEB;
  border-radius: 8px;
  padding: 16px;
  margin-top: 12px;
  transition: all 0.2s ease;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.place-suggestion-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  border-color: #9B5A9B;  /* Purple on hover */
}
.place-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.place-info h4 {
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  font-weight: 600;
  color: #1A1A1A;
  margin: 0;
}
.place-info .category {
  font-family: 'Lora', serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #B8860B;  /* Gold color for places */
  margin: 0;
}
.place-info .summary {
  font-family: 'Lora', serif;
  font-size: 14px;
  line-height: 1.5;
  color: #666666;
  margin: 0;
}
.add-to-board-btn {
  width: 100%;
  padding: 10px 16px;
  background: #2D5016;  /* Forest green */
  color: white;
  border: none;
  border-radius: 6px;
  font-family: 'Lora', serif;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}
.add-to-board-btn:hover:not(:disabled) {
  background: #3D6B1F;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(45, 80, 22, 0.2);
}
.add-to-board-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
/* AI-only place cards in chat */
.place-suggestion-card.ai-only {
  border: 1px solid #9B5A9B !important;
  background: linear-gradient(135deg, #F8F2F8 0%, #FFFFFF 40%) !important;
  position: relative;
}
.place-suggestion-card.ai-only:hover {
  border-color: #9B5A9B !important;
  box-shadow: 0 4px 12px rgba(155, 90, 155, 0.15);
}
.place-suggestion-card.ai-only .category {
  color: #9B5A9B !important;
}
.ai-recommended-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 8px;
  background: rgba(155, 90, 155, 0.1);
  border-radius: 4px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #9B5A9B;
  font-weight: 600;
  margin-bottom: 8px;
  width: -moz-fit-content;
  width: fit-content;
}
.ai-recommended-badge .sparkle-icon {
  font-size: 12px;
}
/* === React Grid Layout Overrides === */
/* React Grid Layout Overrides - !important intentional to override library defaults */
.react-grid-item {
  background: transparent !important;
  border: none !important;
  transition: all 200ms ease !important;
  transition-property: left, top, width, height !important;
}
.react-grid-item.react-grid-placeholder {
  background: rgba(45, 80, 22, 0.1) !important;
  border: 2px dashed #2D5016 !important;
  border-radius: 0 !important;
  opacity: 1 !important;
  transition-duration: 100ms !important;
  z-index: 2 !important;
}
.react-grid-item.resizing {
  transition: none !important;
  z-index: 100 !important;
}
.react-grid-item.static {
  background: transparent !important;
}
/* === Logo Animations === */
/* Logo Animations - "out of office" reveal effect */
/* Stretch variant (horizontal) - shows "ooo" by default, expands to "out of office" on hover */
.logo-stretch {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 18px;
  font-weight: 500;
  font-style: italic;
  color: #2D5016;
  text-decoration: none;
  display: inline-block;
  overflow: visible;
  cursor: pointer;
}
.logo-stretch.inverted {
  color: #FFFFFF;
}
.logo-stretch .o {
  display: inline;
}
/* Hidden by default - only "ooo" shows */
.logo-stretch .reveal {
  display: inline-block;
  max-width: 0;
  opacity: 0;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: baseline;
  transition: max-width 0.6s ease-out, opacity 0.4s ease-out;
}
/* On hover, expand to show full text */
.logo-stretch:hover .reveal {
  max-width: 60px;
  opacity: 1;
}
.logo-stretch:hover .reveal:nth-of-type(1) {
  transition-delay: 0s;
}
.logo-stretch:hover .reveal:nth-of-type(2) {
  transition-delay: 0.1s;
}
.logo-stretch:hover .reveal:nth-of-type(3) {
  transition-delay: 0.2s;
}
/* Space between words - hidden by default */
.logo-stretch .space {
  display: inline-block;
  width: 0;
  transition: width 0.4s ease-out;
}
.logo-stretch:hover .space {
  width: 0.25em;
}
/* Stacked variant (vertical) */
.logo-stacked {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 46px;
  font-weight: 500;
  font-style: italic;
  color: #2D5016;
  text-decoration: none;
  display: inline-flex;
  flex-direction: column;
  line-height: 0.8;
  text-align: left;
  margin-bottom: 24px;
  letter-spacing: -0.02em;
  cursor: pointer;
}
.logo-stacked.large {
  font-size: 64px;
}
.logo-stacked.xl {
  font-size: 80px;
}
.logo-stacked.inverted {
  color: #FFFFFF;
}
.logo-stacked .line {
  display: block;
  overflow: visible;
  white-space: nowrap;
}
.logo-stacked .line .rest {
  display: inline-block;
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
/* On hover, replay animation - slower and more visible */
.logo-stacked:hover .line .rest {
  animation: revealText 1s ease-out forwards;
}
.logo-stacked:hover .line-1 .rest {
  animation-delay: 0s;
}
.logo-stacked:hover .line-2 .rest {
  animation-delay: 0.2s;
}
.logo-stacked:hover .line-3 .rest {
  animation-delay: 0.4s;
}
/* Badge variant */
.logo-badge {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 24px;
  font-weight: 700;
  font-style: italic;
  color: #2D5016;
  text-decoration: none;
  display: inline-block;
}
.logo-badge.small {
  font-size: 18px;
}
.logo-badge.tiny {
  font-size: 14px;
}
.logo-badge.inverted {
  color: #FFFFFF;
}
/* Reveal animation - slower, more visible */
@keyframes revealText {
  0% {
    opacity: 0;
    transform: translateX(-15px);
  }
  30% {
    opacity: 0.4;
    transform: translateX(-8px);
  }
  70% {
    opacity: 0.8;
    transform: translateX(-2px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/* Respect reduced motion preference */
@media (prefers-reduced-motion: reduce) {
  .logo-stretch .reveal,
  .logo-stacked .line .rest {
    animation: none;
    opacity: 1;
    transform: none;
  }
}
/* === Utilities (always wins, no !important needed) === */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.visible {
  visibility: visible;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-2 {
  bottom: 0.5rem;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-4 {
  left: 1rem;
}
.right-0 {
  right: 0px;
}
.right-2 {
  right: 0.5rem;
}
.right-3 {
  right: 0.75rem;
}
.right-4 {
  right: 1rem;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-16 {
  top: 4rem;
}
.top-2 {
  top: 0.5rem;
}
.top-20 {
  top: 5rem;
}
.top-24 {
  top: 6rem;
}
.top-4 {
  top: 1rem;
}
.top-8 {
  top: 2rem;
}
.top-9 {
  top: 2.25rem;
}
.isolate {
  isolation: isolate;
}
.z-10 {
  z-index: 10;
}
.z-50 {
  z-index: 50;
}
.m-0 {
  margin: 0px;
}
.m-4 {
  margin: 1rem;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.-mr-1 {
  margin-right: -0.25rem;
}
.mb-0\.5 {
  margin-bottom: 0.125rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-0\.5 {
  margin-right: 0.125rem;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-auto {
  margin-top: auto;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.\!grid {
  display: grid !important;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.aspect-\[4\/3\] {
  aspect-ratio: 4/3;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-24 {
  height: 6rem;
}
.h-3 {
  height: 0.75rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-64 {
  height: 16rem;
}
.h-8 {
  height: 2rem;
}
.h-96 {
  height: 24rem;
}
.h-\[80vh\] {
  height: 80vh;
}
.h-full {
  height: 100%;
}
.max-h-60 {
  max-height: 15rem;
}
.max-h-64 {
  max-height: 16rem;
}
.max-h-\[60vh\] {
  max-height: 60vh;
}
.max-h-\[80vh\] {
  max-height: 80vh;
}
.max-h-\[90vh\] {
  max-height: 90vh;
}
.min-h-full {
  min-height: 100%;
}
.min-h-screen {
  min-height: 100vh;
}
.w-10 {
  width: 2.5rem;
}
.w-11 {
  width: 2.75rem;
}
.w-12 {
  width: 3rem;
}
.w-16 {
  width: 4rem;
}
.w-2 {
  width: 0.5rem;
}
.w-20 {
  width: 5rem;
}
.w-24 {
  width: 6rem;
}
.w-3 {
  width: 0.75rem;
}
.w-4 {
  width: 1rem;
}
.w-48 {
  width: 12rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-8 {
  width: 2rem;
}
.w-80 {
  width: 20rem;
}
.w-\[40\%\] {
  width: 40%;
}
.w-\[60\%\] {
  width: 60%;
}
.w-full {
  width: 100%;
}
.w-px {
  width: 1px;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-\[120px\] {
  min-width: 120px;
}
.min-w-\[140px\] {
  min-width: 140px;
}
.min-w-full {
  min-width: 100%;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-6xl {
  max-width: 72rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-\[80\%\] {
  max-width: 80%;
}
.max-w-lg {
  max-width: 32rem;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-xl {
  max-width: 36rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink {
  flex-shrink: 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.border-collapse {
  border-collapse: collapse;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-95 {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }
  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}
.animate-bounce {
  animation: bounce 1s infinite;
}
@keyframes pulse {
  50% {
    opacity: .5;
  }
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.cursor-move {
  cursor: move;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.resize-none {
  resize: none;
}
.resize {
  resize: both;
}
.list-inside {
  list-style-position: inside;
}
.list-decimal {
  list-style-type: decimal;
}
.list-disc {
  list-style-type: disc;
}
.list-none {
  list-style-type: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, 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-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-7 {
  gap: 1.75rem;
}
.gap-8 {
  gap: 2rem;
}
.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.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));
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-\[10px\] {
  border-radius: 10px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 12px;
}
.rounded-md {
  border-radius: 8px;
}
.rounded-pill {
  border-radius: 100px;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-2 {
  border-width: 2px;
}
.border-4 {
  border-width: 4px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-l-4 {
  border-left-width: 4px;
}
.border-t {
  border-top-width: 1px;
}
.border-dashed {
  border-style: dashed;
}
.border-none {
  border-style: none;
}
.border-\[\#2D5016\] {
  --tw-border-opacity: 1;
  border-color: rgb(45 80 22 / var(--tw-border-opacity, 1));
}
.border-\[\#2D5016\]\/40 {
  border-color: rgb(45 80 22 / 0.4);
}
.border-\[\#D1D1CF\] {
  --tw-border-opacity: 1;
  border-color: rgb(209 209 207 / var(--tw-border-opacity, 1));
}
.border-\[\#E8EDE5\] {
  --tw-border-opacity: 1;
  border-color: rgb(232 237 229 / var(--tw-border-opacity, 1));
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(28 28 28 / var(--tw-border-opacity, 1));
}
.border-blue-400 {
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
}
.border-blue-600 {
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
}
.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(245 245 243 / var(--tw-border-opacity, 1));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(232 232 230 / var(--tw-border-opacity, 1));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 209 207 / var(--tw-border-opacity, 1));
}
.border-gray-900 {
  --tw-border-opacity: 1;
  border-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}
.border-green-100 {
  --tw-border-opacity: 1;
  border-color: rgb(220 252 231 / var(--tw-border-opacity, 1));
}
.border-green-200 {
  --tw-border-opacity: 1;
  border-color: rgb(187 247 208 / var(--tw-border-opacity, 1));
}
.border-green-300 {
  --tw-border-opacity: 1;
  border-color: rgb(134 239 172 / var(--tw-border-opacity, 1));
}
.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(45 80 22 / var(--tw-border-opacity, 1));
}
.border-primary\/30 {
  border-color: rgb(45 80 22 / 0.3);
}
.border-red-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}
.border-red-300 {
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
}
.border-red-400 {
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
}
.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}
.border-stone-100 {
  --tw-border-opacity: 1;
  border-color: rgb(245 245 244 / var(--tw-border-opacity, 1));
}
.border-stone-200 {
  --tw-border-opacity: 1;
  border-color: rgb(231 229 228 / var(--tw-border-opacity, 1));
}
.border-stone-300 {
  --tw-border-opacity: 1;
  border-color: rgb(214 211 209 / var(--tw-border-opacity, 1));
}
.border-transparent {
  border-color: transparent;
}
.border-t-gray-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}
.bg-\[\#1C1C1C\] {
  --tw-bg-opacity: 1;
  background-color: rgb(28 28 28 / var(--tw-bg-opacity, 1));
}
.bg-\[\#2D5016\] {
  --tw-bg-opacity: 1;
  background-color: rgb(45 80 22 / var(--tw-bg-opacity, 1));
}
.bg-\[\#2D5016\]\/10 {
  background-color: rgb(45 80 22 / 0.1);
}
.bg-\[\#E8EDE5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(232 237 229 / var(--tw-bg-opacity, 1));
}
.bg-amber-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(28 28 28 / var(--tw-bg-opacity, 1));
}
.bg-black\/30 {
  background-color: rgb(28 28 28 / 0.3);
}
.bg-black\/40 {
  background-color: rgb(28 28 28 / 0.4);
}
.bg-black\/50 {
  background-color: rgb(28 28 28 / 0.5);
}
.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}
.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}
.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.bg-butter {
  --tw-bg-opacity: 1;
  background-color: rgb(245 230 200 / var(--tw-bg-opacity, 1));
}
.bg-cream {
  --tw-bg-opacity: 1;
  background-color: rgb(245 243 239 / var(--tw-bg-opacity, 1));
}
.bg-emerald-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 243 / var(--tw-bg-opacity, 1));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(232 232 230 / var(--tw-bg-opacity, 1));
}
.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 209 207 / var(--tw-bg-opacity, 1));
}
.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(163 163 161 / var(--tw-bg-opacity, 1));
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}
.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(115 115 113 / var(--tw-bg-opacity, 1));
}
.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}
.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}
.bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
}
.bg-green-50\/30 {
  background-color: rgb(240 253 244 / 0.3);
}
.bg-green-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity, 1));
}
.bg-green-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(20 83 45 / var(--tw-bg-opacity, 1));
}
.bg-pink-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 72 153 / var(--tw-bg-opacity, 1));
}
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(45 80 22 / var(--tw-bg-opacity, 1));
}
.bg-primary-light {
  --tw-bg-opacity: 1;
  background-color: rgb(61 107 30 / var(--tw-bg-opacity, 1));
}
.bg-purple-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 245 255 / var(--tw-bg-opacity, 1));
}
.bg-purple-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(168 85 247 / var(--tw-bg-opacity, 1));
}
.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.bg-stone-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 244 / var(--tw-bg-opacity, 1));
}
.bg-stone-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 249 / var(--tw-bg-opacity, 1));
}
.bg-stone-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(28 25 23 / var(--tw-bg-opacity, 1));
}
.bg-transparent {
  background-color: transparent;
}
.bg-warm-white {
  --tw-bg-opacity: 1;
  background-color: rgb(250 249 247 / var(--tw-bg-opacity, 1));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-\[\#2D5016\] {
  --tw-gradient-from: #2D5016 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(45 80 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-butter {
  --tw-gradient-from: #F5E6C8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 230 200 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary {
  --tw-gradient-from: #2D5016 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(45 80 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-\[\#3d6b1e\] {
  --tw-gradient-to: #3d6b1e var(--tw-gradient-to-position);
}
.to-primary-light {
  --tw-gradient-to: #3d6b1e var(--tw-gradient-to-position);
}
.fill-amber-400 {
  fill: #fbbf24;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-0 {
  padding: 0px;
}
.p-1 {
  padding: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-7 {
  padding: 1.75rem;
}
.p-8 {
  padding: 2rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pr-12 {
  padding-right: 3rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-8 {
  padding-top: 2rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-body {
  font-family: Lora, Georgia, serif;
}
.font-display {
  font-family: Playfair Display, Georgia, serif;
}
.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.font-serif {
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[9px\] {
  font-size: 9px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
.leading-none {
  line-height: 1;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.text-\[\#2D5016\] {
  --tw-text-opacity: 1;
  color: rgb(45 80 22 / var(--tw-text-opacity, 1));
}
.text-\[\#525250\] {
  --tw-text-opacity: 1;
  color: rgb(82 82 80 / var(--tw-text-opacity, 1));
}
.text-\[\#8B5A6B\] {
  --tw-text-opacity: 1;
  color: rgb(139 90 107 / var(--tw-text-opacity, 1));
}
.text-\[\#9A8570\] {
  --tw-text-opacity: 1;
  color: rgb(154 133 112 / var(--tw-text-opacity, 1));
}
.text-\[\#A4697A\] {
  --tw-text-opacity: 1;
  color: rgb(164 105 122 / var(--tw-text-opacity, 1));
}
.text-\[\#B8860B\] {
  --tw-text-opacity: 1;
  color: rgb(184 134 11 / var(--tw-text-opacity, 1));
}
.text-amber-400 {
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity, 1));
}
.text-amber-500 {
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity, 1));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(28 28 28 / var(--tw-text-opacity, 1));
}
.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}
.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 209 207 / var(--tw-text-opacity, 1));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(163 163 161 / var(--tw-text-opacity, 1));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(115 115 113 / var(--tw-text-opacity, 1));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(82 82 80 / var(--tw-text-opacity, 1));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}
.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}
.text-green-800 {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}
.text-primary {
  --tw-text-opacity: 1;
  color: rgb(45 80 22 / var(--tw-text-opacity, 1));
}
.text-primary-muted {
  --tw-text-opacity: 1;
  color: rgb(92 124 74 / var(--tw-text-opacity, 1));
}
.text-purple-600 {
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity, 1));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
.text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
.text-stone-400 {
  --tw-text-opacity: 1;
  color: rgb(168 162 158 / var(--tw-text-opacity, 1));
}
.text-stone-500 {
  --tw-text-opacity: 1;
  color: rgb(120 113 108 / var(--tw-text-opacity, 1));
}
.text-stone-600 {
  --tw-text-opacity: 1;
  color: rgb(87 83 78 / var(--tw-text-opacity, 1));
}
.text-stone-700 {
  --tw-text-opacity: 1;
  color: rgb(68 64 60 / var(--tw-text-opacity, 1));
}
.text-stone-900 {
  --tw-text-opacity: 1;
  color: rgb(28 25 23 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}
.underline {
  text-decoration-line: underline;
}
.line-through {
  text-decoration-line: line-through;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.placeholder-gray-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(163 163 161 / var(--tw-placeholder-opacity, 1));
}
.placeholder-gray-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(163 163 161 / var(--tw-placeholder-opacity, 1));
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-75 {
  opacity: 0.75;
}
.opacity-80 {
  opacity: 0.8;
}
.opacity-90 {
  opacity: 0.9;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_2px_10px_rgba\(45\2c 80\2c 22\2c 0\.35\)\] {
  --tw-shadow: 0 2px 10px rgba(45,80,22,0.35);
  --tw-shadow-colored: 0 2px 10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 8px 32px rgba(0,0,0,0.08);
  --tw-shadow-colored: 0 8px 32px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 20px rgba(0,0,0,0.06);
  --tw-shadow-colored: 0 4px 20px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0 2px 8px rgba(0,0,0,0.04);
  --tw-shadow-colored: 0 2px 8px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline {
  outline-style: solid;
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  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);
}
.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;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.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-opacity {
  transition-property: opacity;
  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;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-100 {
  transition-duration: 100ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-75 {
  transition-duration: 75ms;
}
.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
/* === Page-specific Styles === */
/* Note: city_guides must load last to override other card styles */
/* ============================================
   DESTINATION PAGE LAYOUT
   ooo.travel - Modern Editorial Design
   ============================================ */
/* ============================================
   PAGE CONTAINER
   ============================================ */
.destination-page {
  max-width: 1400px;
  margin: 0 auto;
  padding: 2rem;
  background: var(--cream, #FAF9F7);
  min-height: 100vh;
}
:root {
  --cream: #FAF9F7;
  --white: #FFFFFF;
  --black: #1A1A1A;
  --green: #2D5016;
  --green-light: #E8F0E3;
  --gray-50: #FAFAF9;
  --gray-100: #F5F5F3;
  --gray-200: #EBEBEB;
  --gray-300: #D4D4D4;
  --gray-400: #999999;
  --gray-500: #666666;
  --gray-600: #444444;
  --font-playfair: 'Playfair Display', Georgia, serif;
  --font-lora: 'Lora', Georgia, serif;
  --font-inter: 'Lora', Georgia, serif;
}
/* ============================================
   HEADER
   ============================================ */
.destination-header {
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e5e5e0;
  text-align: center;
}
.destination-label {
  font-family: 'Lora', Georgia, serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #999999;
  margin: 0 0 12px;
}
.destination-header h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.5rem, 8vw, 4rem);
  font-weight: 400;
  color: #1a1a1a;
  margin: 0 0 0.25rem;
  letter-spacing: -0.02em;
  line-height: 1;
}
.destination-country {
  font-family: 'Lora', serif;
  font-size: 1.1rem;
  color: #666;
  margin: 0 0 0.5rem;
}
.destination-tagline {
  font-family: 'Lora', serif;
  font-size: 1.1rem;
  color: #444;
  margin: 0;
  font-style: italic;
}
/* ============================================
   ROLLUP LAYOUT (Sidebar + Main)
   ============================================ */
.destination-layout {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 3rem;
}
/* ============================================
   SIDEBAR
   ============================================ */
.destination-sidebar {
  position: sticky;
  top: 100px; /* Account for main nav */
  height: -moz-fit-content;
  height: fit-content;
  max-height: calc(100vh - 120px);
  overflow-y: auto;
}
.sidebar-section {
  margin-bottom: 2rem;
}
.sidebar-section:last-child {
  margin-bottom: 0;
}
.sidebar-label {
  display: block;
  font-family: var(--font-lora);
  font-size: 0.65rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #888;
  padding-left: 0.75rem;
  margin-bottom: 0.5rem;
}
.sidebar-link {
  display: block;
  font-family: 'Lora', serif;
  font-size: 0.9rem;
  color: #555;
  text-decoration: none;
  padding: 0.4rem 0.75rem;
  border-left: 2px solid transparent;
  transition: all 0.15s ease;
}
.sidebar-link:hover {
  color: #1a1a1a;
  background: #fafaf8;
}
.sidebar-link.active {
  color: #1a1a1a;
  font-weight: 500;
  border-left-color: #2D5016;
  background: #f5f5f0;
}
/* ============================================
   MAIN CONTENT
   ============================================ */
.destination-main {
  min-width: 0; /* Prevent grid blowout */
}
.destination-single {
  max-width: 1000px;
}
/* ============================================
   CITY SECTIONS
   ============================================ */
.city-section {
  scroll-margin-top: 100px;
  margin-bottom: 3rem;
}
.city-section:last-child {
  margin-bottom: 0;
}
.city-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 1.25rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #e5e5e0;
}
.city-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #1a1a1a;
  margin: 0;
}
.city-count {
  font-family: 'Lora', serif;
  font-size: 0.85rem;
  color: #888;
}
/* ============================================
   NO RESULTS
   ============================================ */
.no-results {
  text-align: center;
  padding: 4rem 2rem;
}
.no-results p {
  font-family: 'Lora', serif;
  font-size: 1rem;
  color: #666;
  margin-bottom: 1rem;
}
.clear-link {
  font-family: 'Lora', serif;
  font-size: 0.9rem;
  color: #2D5016;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.clear-link:hover {
  color: #1a3d0a;
}
/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 1000px) {
  .destination-page {
    padding: 1.5rem;
  }
}
@media (max-width: 800px) {
  .destination-layout {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .destination-sidebar {
    position: static;
    max-height: none;
    overflow: visible;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #e5e5e0;
    margin-bottom: 1.5rem;
  }
  
  .sidebar-section {
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
  }
  
  .sidebar-label {
    width: 100%;
    padding-left: 0;
    margin-bottom: 0.25rem;
  }
  
  .sidebar-link {
    padding: 0.5rem 1rem;
    border: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-radius: 20px;
    font-size: 0.85rem;
  }
  
  .sidebar-link.active {
    border-color: #2D5016;
    background: #f0f5eb;
    border-left-color: #2D5016;
  }
}
@media (max-width: 600px) {
  .destination-page {
    padding: 1rem;
  }
  
  .destination-header h1 {
    font-size: 2rem;
  }
  
  .city-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
  }
}
/* ============================================
   EXPLORE PAGE LAYOUT
   ============================================ */
.explore-page {
  max-width: 1400px;
  margin: 0 auto;
  padding: 2rem 2rem 4rem;
}
.explore-header {
  margin-bottom: 2rem;
}
.explore-header h1 {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  font-weight: 500;
  color: #1a1a1a;
  margin: 0;
}
.explore-layout {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 3rem;
}
/* ============================================
   SIDEBAR
   ============================================ */
.explore-sidebar {
  position: sticky;
  top: 2rem;
  height: -moz-fit-content;
  height: fit-content;
  max-height: calc(100vh - 4rem);
  overflow-y: auto;
}
.vibe-nav {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.vibe-group {
  margin-bottom: 1.5rem;
}
.vibe-group-label {
  font-family: 'Lora', Georgia, serif;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #999999;
  display: block;
  margin-bottom: 0.75rem;
}
.vibe-link {
  display: block;
  font-family: 'Lora', Georgia, serif;
  font-size: 14px;
  color: #666666;
  text-decoration: none;
  padding: 0.5rem 0;
  transition: color 0.2s ease;
}
.vibe-link:hover {
  color: #1a1a1a;
}
.vibe-link.active {
  color: #2D5016;
  font-weight: 600;
}
.vibe-all {
  font-weight: 600;
  margin-bottom: 1rem;
}
/* ============================================
   MAIN CONTENT
   ============================================ */
.explore-main {
  min-width: 0; /* Prevent grid overflow */
}
/* ============================================
   FILTERS
   ============================================ */
.explore-filters {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #E8E8E8;
}
.filters-form {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}
.filter-select-wrapper {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  position: relative;
}
.filter-select-wrapper svg {
  flex-shrink: 0;
  color: var(--gray-500, #999);
  stroke-width: 1.5;
}
.filter-select {
  font-family: 'Lora', Georgia, serif;
  font-size: 14px;
  color: #1a1a1a;
  padding: 0.5rem 0.25rem 0.5rem 0;
  border: none;
  border-bottom: 1px solid transparent;
  background: transparent;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23999' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0 center;
  padding-right: 20px;
  transition: border-color 0.2s ease;
}
.filter-select:hover {
  border-bottom-color: var(--gray-300, #d4d2cf);
}
.filter-select:focus {
  outline: none;
  border-bottom-color: var(--gray-400, #999);
}
.filter-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-left: auto;
}
.filter-link-to-templates {
  font-family: 'Lora', Georgia, serif;
  font-size: 14px;
  color: #666666;
  text-decoration: none;
  transition: color 0.2s ease;
}
.filter-link-to-templates:hover {
  color: #2D5016;
  text-decoration: underline;
}
.filter-count {
  font-family: 'Lora', Georgia, serif;
  font-size: 14px;
  color: #666666;
  margin-left: 8px;
}
/* ============================================
   GRID
   ============================================ */
.explore-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 2rem;
}
/* ============================================
   OLD .explore-destination-card STYLES - REMOVED
   ============================================ */
/* These styles have been removed because explore cards now use the unified 
   borderless card system (.destination-card, .card-media, etc.) defined in 
   city_guides.css. The old .explore-destination-card class with white 
   backgrounds and borders conflicts with the new borderless design.
   
   Updated: app/views/explore/_destination_group_card.html.erb now uses:
   - .destination-card (borderless container)
   - .card-media (image/gradient container)
   - .card-content (text content)
   - .card-title (destination name)
   - .card-meta (country and places count)
   
   See city_guides.css for the unified card system styles.
*/
.explore-empty {
  text-align: center;
  padding: 4rem 2rem;
}
.explore-empty p {
  font-family: 'Lora', Georgia, serif;
  font-size: 16px;
  color: #666666;
  margin-bottom: 1rem;
}
.clear-filters-link {
  font-family: 'Lora', Georgia, serif;
  font-size: 14px;
  color: #2D5016;
  text-decoration: underline;
}
/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 1024px) {
  .explore-layout {
    grid-template-columns: 180px 1fr;
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .explore-page {
    padding: 1.5rem 1rem 3rem;
  }
  
  .explore-layout {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  
  .explore-sidebar {
    position: static;
    max-height: none;
  }
  
  .vibe-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.75rem;
  }
  
  .vibe-group {
    margin-bottom: 0;
  }
  
  .vibe-group-label {
    display: none;
  }
  
  .vibe-link {
    padding: 0.5rem 1rem;
    border: 1px solid #D4D4D4;
    border-radius: 100px;
    background: white;
  }
  
  .vibe-link.active {
    background: #2D5016;
    color: white;
    border-color: #2D5016;
  }
  
  .explore-filters {
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
  }
  
  .filters-form {
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
  }
  
  .filter-select-wrapper {
    width: 100%;
  }
  
  .filter-select {
    width: 100%;
  }
  
  .filter-actions {
    justify-content: center;
  }
  
  .filter-link-to-templates {
    text-align: center;
  }
  
  .filter-count {
    text-align: center;
  }
  
  .explore-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
/* ===========================================
   OLD STYLES (Category Pills & Destination Cards)
   =========================================== */
/* Category Pills */
.category-pill {
  padding: 10px 18px;
  border-radius: 100px;
  font-family: 'Lora', serif;
  font-size: 14px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  border: 1.5px solid #D4D4D4;
  background: transparent;
  color: #666666;
  cursor: pointer;
}
.category-pill:hover:not(.active) {
  border-color: #1A1A1A;
  color: #1A1A1A;
}
.category-pill.active {
  background: #1A1A1A;
  color: #FFFFFF;
  border-color: #1A1A1A;
}
.category-pill.active:hover {
  background: #1A1A1A;
  border-color: #1A1A1A;
}
/* Destination Cards */
/* OLD STYLES - Disabled for new borderless design */
/* These are overridden by city_guides.css new card system */
.destination-card {
  /* Remove old border/background - new system is borderless */
  background: transparent;
  border-radius: 0;
  overflow: visible;
  box-shadow: none;
  transition: none;
}
.destination-card:hover {
  /* Hover effects are on .card-media now */
  box-shadow: none;
  transform: none;
}
.plan-trip-btn {
  display: inline-block;
  color: #2D5016;
  text-decoration: none;
  padding: 4px 0;
  transition: color 200ms ease;
}
.plan-trip-btn:hover {
  color: #3D6A1F;
}
/* Mobile: Always show plan trip button */
@media (max-width: 768px) {
  .plan-trip-btn {
    display: block;
  }
}
/* Desktop: Show on hover */
@media (min-width: 769px) {
  .destination-card:not(:hover) .plan-trip-btn {
    opacity: 0.7;
  }
  
  .destination-card:hover .plan-trip-btn {
    opacity: 1;
  }
}
/* Empty State */
.empty-state {
  text-align: center;
  padding: 64px 32px;
}
.empty-state h3 {
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  color: #1A1A1A;
  margin-bottom: 8px;
}
.empty-state p {
  font-family: 'Lora', serif;
  color: #6B7280;
  max-width: 448px;
  margin: 0 auto 24px;
}
.ai-search-btn {
  font-family: 'Lora', serif;
  font-size: 14px;
  background: #2D5016;
  color: white;
  border-radius: 24px;
  padding: 12px 24px;
  border: none;
  cursor: pointer;
  transition: background 200ms ease;
}
.ai-search-btn:hover {
  background: #3D6A1F;
}
/* Responsive adjustments */
@media (max-width: 768px) {
  .category-pills {
    gap: 8px; /* Reduce gap on mobile for better wrapping */
  }
  
  .category-pill {
    padding: 8px 16px;
    font-size: 13px;
    flex: 0 0 auto; /* Prevent pills from stretching */
  }
  
  .destination-card {
    margin-bottom: 24px;
  }
}
/* Ensure pills wrap on narrow screens */
.category-pills {
  flex-wrap: wrap;
}
/* Templates Section Styles */
.templates-section {
  margin-top: 4rem;
  padding-top: 4rem;
  border-top: 1px solid #EBEBEB;
}
.templates-container {
  padding: 0;
}
.templates-header {
  margin-bottom: 2rem;
}
.templates-title {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  font-weight: 500;
  color: #1a1a1a;
  margin: 0 0 0.5rem 0;
}
.templates-subtitle {
  font-family: 'Lora', Georgia, serif;
  font-size: 1rem;
  color: #666666;
  margin: 0;
}
.templates-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 2rem;
}
.template-card {
  /* Borderless design - all styling handled in city_guides.css */
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  border-width: 0 !important;
  border-style: none !important;
  border-color: transparent !important;
  border-radius: 0;
  overflow: visible;
  transition: none;
  display: block;
  box-shadow: none !important;
  outline: none !important;
}
.template-card:hover {
  /* Hover effects handled by .card-media:hover in city_guides.css */
  transform: none;
  box-shadow: none;
}
.template-card-link {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.template-image-wrapper {
  position: relative;
  aspect-ratio: 16/10;
  background: #F5F5F3;
  overflow: hidden;
}
.template-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.template-card:hover .template-image {
  transform: scale(1.05);
}
.template-image-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #F5F5F3 0%, #EBEBEB 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.template-emoji {
  font-size: 3rem;
}
.template-duration-badge {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
}
.duration-text {
  display: inline-block;
  padding: 0.375rem 0.75rem;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(4px);
  border-radius: 9999px;
  font-family: 'Lora', Georgia, serif;
  font-size: 0.75rem;
  font-weight: 500;
  color: #1a1a1a;
}
.template-content {
  padding: 1.25rem;
}
.template-name {
  font-family: 'Playfair Display', serif;
  font-size: 1.125rem;
  font-weight: 500;
  color: #1a1a1a;
  margin: 0 0 0.5rem 0;
}
.template-description {
  font-family: 'Lora', Georgia, serif;
  font-size: 0.875rem;
  color: #666666;
  margin: 0 0 1rem 0;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.template-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.template-stats {
  font-family: 'Lora', Georgia, serif;
  font-size: 0.75rem;
  color: #999999;
  flex: 1;
}
.template-use-btn {
  padding: 0.375rem 0.75rem;
  background: #2D5016;
  color: white;
  font-family: 'Lora', Georgia, serif;
  font-size: 0.875rem;
  font-weight: 500;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: background-color 0.2s ease;
  white-space: nowrap;
}
.template-use-btn:hover {
  background: #1a3009;
}
.template-use-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.template-signin-link {
  padding: 0.375rem 0.75rem;
  background: #F5F5F3;
  color: #666666;
  font-family: 'Lora', Georgia, serif;
  font-size: 0.875rem;
  font-weight: 500;
  border-radius: 0.5rem;
  text-decoration: none;
  transition: background-color 0.2s ease;
  white-space: nowrap;
}
.template-signin-link:hover {
  background: #EBEBEB;
}
/* Responsive */
@media (max-width: 768px) {
  .templates-container {
    padding: 0 1rem;
  }
  
  .templates-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .templates-title {
    font-size: 1.75rem;
  }
  
  .template-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }
  
  .template-use-btn,
  .template-signin-link {
    width: 100%;
    text-align: center;
  }
}
/* ==========================================
   PRICING PAGE STYLES
   ========================================== */
.pricing-page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
}
.pricing-header {
  text-align: center;
  margin-bottom: 48px;
}
.pricing-header h1 {
  font-family: 'Playfair Display', serif;
  font-size: 48px;
  margin-bottom: 16px;
  color: #1F2937;
}
.pricing-header .subtitle {
  font-size: 18px;
  color: #6B7280;
  margin-bottom: 16px;
}
.trial-badge {
  display: inline-block;
  background: linear-gradient(135deg, #FEF3C7 0%, #FDE68A 100%);
  color: #92400E;
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
}
/* Plan Toggle */
.plan-toggle {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 40px;
  background: #F3F4F6;
  padding: 4px;
  border-radius: 12px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.toggle-btn {
  flex: 1;
  padding: 12px 24px;
  border: none;
  background: transparent;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  color: #6B7280;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
}
.toggle-btn.active {
  background: white;
  color: #2D5016;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.toggle-btn:hover:not(.active) {
  color: #374151;
}
.savings-badge {
  display: inline-block;
  background: #2D5016;
  color: white;
  font-size: 11px;
  padding: 2px 8px;
  border-radius: 10px;
  margin-left: 6px;
  font-weight: 600;
}
/* Pricing Tiers */
.pricing-tiers {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 32px;
  max-width: 900px;
  margin: 0 auto 60px auto;
}
.pricing-tier {
  background: white;
  border: 2px solid #E5DED1;
  border-radius: 16px;
  padding: 40px;
  position: relative;
  transition: all 0.3s;
}
.pricing-tier:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}
.pricing-tier.featured {
  border-color: #2D5016;
  box-shadow: 0 8px 16px rgba(45, 80, 22, 0.1);
}
.pricing-tier .badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: #2D5016;
  color: white;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.pricing-tier h2 {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  margin-bottom: 16px;
  color: #1F2937;
}
.price-display {
  margin-bottom: 24px;
}
.price {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin-bottom: 8px;
}
.price .amount {
  font-size: 48px;
  font-weight: 700;
  color: #2D5016;
}
.price .period {
  font-size: 18px;
  color: #6B7280;
}
.price-savings {
  font-size: 14px;
  color: #059669;
  font-weight: 600;
  margin-bottom: 4px;
}
.trial-note {
  font-size: 14px;
  color: #6B7280;
}
.features {
  list-style: none;
  padding: 0;
  margin: 0 0 32px 0;
}
.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 10px 0;
  font-size: 15px;
  color: #374151;
}
.feature-item .check {
  color: #2D5016;
  font-weight: 700;
  font-size: 18px;
  flex-shrink: 0;
}
.feature-item.featured-item {
  margin-bottom: 8px;
  padding-top: 16px;
  border-top: 1px solid #E5E7EB;
}
.feature-item .coming-soon {
  color: #9CA3AF;
}
.coming-soon-badge {
  display: inline-block;
  background: #F3F4F6;
  color: #6B7280;
  font-size: 11px;
  padding: 2px 8px;
  border-radius: 10px;
  margin-left: 6px;
  font-weight: 600;
}
/* Buttons */
.pricing-tier .btn-primary,
.pricing-tier .btn-secondary,
.pricing-tier .btn-current {
  display: block;
  width: 100%;
  padding: 14px 24px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
}
.pricing-tier .btn-primary {
  background: #2D5016;
  color: white;
}
.pricing-tier .btn-primary:hover {
  background: #1F3A0E;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(45, 80, 22, 0.3);
}
.pricing-tier .btn-secondary {
  background: white;
  color: #2D5016;
  border: 2px solid #2D5016;
}
.pricing-tier .btn-secondary:hover {
  background: #F0F9FF;
}
.pricing-tier .btn-current {
  background: #F3F4F6;
  color: #6B7280;
  cursor: not-allowed;
}
.fine-print {
  text-align: center;
  font-size: 13px;
  color: #9CA3AF;
  margin-top: 12px;
}
/* Trust Signals */
.pricing-trust {
  display: flex;
  justify-content: center;
  gap: 48px;
  margin-bottom: 60px;
  padding: 32px;
  background: #FBF8F3;
  border-radius: 12px;
}
.trust-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: #374151;
}
.trust-item .icon {
  font-size: 24px;
}
/* FAQ */
.pricing-faq {
  max-width: 800px;
  margin: 0 auto;
}
.pricing-faq h3 {
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  text-align: center;
  margin-bottom: 32px;
  color: #1F2937;
}
.faq-item {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #E5E7EB;
}
.faq-item:last-child {
  border-bottom: none;
}
.faq-item h4 {
  font-size: 18px;
  font-weight: 600;
  color: #1F2937;
  margin-bottom: 8px;
}
.faq-item p {
  font-size: 15px;
  color: #6B7280;
  line-height: 1.6;
  margin: 0;
}
/* Utility */
.hidden {
  display: none !important;
}
/* Mobile Responsive */
@media (max-width: 768px) {
  .pricing-header h1 {
    font-size: 36px;
  }

  .pricing-tiers {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .pricing-trust {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }

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

  .plan-toggle {
    max-width: 100%;
  }
}
/* ==========================================
   FEATURES PAGE STYLES
   ========================================== */
/* Set dark body background so footer gap isn't visible */
body.pages.features {
  background: #1a1a1a;
}
.features-hero {
  max-width: 720px;
  margin: 0 auto;
  padding: 4rem 2rem 2rem;
  text-align: center;
  background-color: #FAF7F5;
}
.features-hero-eyebrow {
  font-size: 0.8rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gray-500, #666666);
  margin-bottom: 1.5rem;
}
.features-hero-title {
  font-family: var(--font-playfair, 'Playfair Display', Georgia, serif);
  font-size: clamp(2.25rem, 5vw, 3.25rem);
  font-weight: 500;
  line-height: 1.15;
  margin-bottom: 1.5rem;
  color: var(--black, #1A1A1A);
}
.features-hero-sub {
  font-size: 1.25rem;
  color: var(--gray-600, #444444);
  max-width: 540px;
  margin: 0 auto 2.5rem;
}
.features-hero-cta {
  display: inline-block;
  font-family: var(--font-lora, 'Lora', Georgia, serif);
  font-size: 1rem;
  color: var(--cream, #FAF9F7);
  background-color: var(--green, #2D5016);
  text-decoration: none;
  padding: 1rem 2.5rem;
  border: 1.5px solid var(--green, #2D5016);
  transition: all 0.2s ease;
  cursor: pointer;
}
.features-hero-cta:hover {
  background-color: #3D6A1F;
  border-color: #3D6A1F;
}
.features-hero-note {
  margin-top: 1rem;
  font-size: 0.9rem;
  color: var(--gray-500, #666666);
  font-style: italic;
}
.features-divider {
  width: 78%;
  max-width: 600px;
  height: 1px;
  background-color: var(--gray-200, #EBEBEB);
  margin: 0 auto;
}
.features-problem {
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem 2rem 5rem;
  text-align: center;
  background-color: #FAF7F5;
}
.features-section-label {
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--green, #2D5016);
  margin-bottom: 1rem;
}
.features-section-title {
  font-family: var(--font-playfair, 'Playfair Display', Georgia, serif);
  font-size: clamp(1.5rem, 4vw, 2rem);
  font-weight: 500;
  margin-bottom: 1.5rem;
  color: var(--black, #1A1A1A);
}
.features-problem-text {
  font-size: 1.125rem;
  color: var(--gray-600, #444444);
  max-width: 600px;
  margin: 0 auto;
}
.features-list {
  background: #fff;
  border-top: 1px solid var(--gray-200, #EBEBEB);
  border-bottom: 1px solid var(--gray-200, #EBEBEB);
  padding: 5rem 2rem;
}
.features-list-inner {
  max-width: 900px;
  margin: 0 auto;
}
.features-list-header {
  text-align: center;
  margin-bottom: 3.5rem;
}
.features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem 4rem;
}
.features-item {
  text-align: left;
}
.features-item h3 {
  font-family: var(--font-playfair, 'Playfair Display', Georgia, serif);
  font-size: 1.25rem;
  font-weight: 500;
  font-style: italic;
  color: var(--green, #2D5016);
  margin-bottom: 0.75rem;
}
.features-item p {
  font-size: 1rem;
  color: var(--gray-600, #444444);
  line-height: 1.6;
}
.features-cities {
  max-width: 800px;
  margin: 0 auto;
  padding: 5rem 2rem;
  text-align: center;
}
.features-cities-count {
  font-family: var(--font-playfair, 'Playfair Display', Georgia, serif);
  font-size: 4rem;
  font-weight: 400;
  color: var(--green, #2D5016);
  line-height: 1;
  margin-bottom: 0.5rem;
}
.features-cities-label {
  font-size: 1rem;
  color: var(--gray-600, #444444);
  margin-bottom: 2rem;
}
.features-cities-samples {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.25rem 0;
  font-size: 1rem;
  color: var(--gray-600, #444444);
  max-width: 600px;
  margin: 0 auto;
}
.features-city-name {
  white-space: nowrap;
}
.features-city-name::after {
  content: ' · ';
  color: var(--green, #2D5016);
  opacity: 0.4;
}
.features-city-name:last-child::after {
  content: '';
}
.features-final-cta {
  background: #FAF7F5;
  padding: 5rem 2rem 5rem;
  text-align: center;
  margin-bottom: 0;
}
/* Remove main element background on features page to prevent white gap */
body.pages.features main[style*="background"] {
  background: transparent !important;
}
body.pages.features main {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  background: transparent !important;
}
/* Ensure no gap between final section and footer */
body.pages.features .features-final-cta {
  margin-bottom: 0;
  padding-bottom: 5rem;
}
body.pages.features footer {
  margin-top: 0 !important;
}
.features-final-cta-inner {
  max-width: 540px;
  margin: 0 auto;
}
.features-final-cta .features-section-title {
  margin-bottom: 1rem;
}
.features-final-cta p {
  font-size: 1.125rem;
  color: var(--gray-600, #444444);
  margin-bottom: 2rem;
}
.features-cta-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}
.features-btn-primary {
  display: inline-block;
  font-family: var(--font-lora, 'Lora', Georgia, serif);
  font-size: 1rem;
  color: var(--cream, #FAF9F7);
  background-color: var(--green, #2D5016);
  text-decoration: none;
  padding: 1rem 2rem;
  border: 1.5px solid var(--green, #2D5016);
  transition: all 0.2s ease;
  cursor: pointer;
}
.features-btn-primary:hover {
  background-color: #3D6A1F;
  border-color: #3D6A1F;
}
.features-btn-secondary {
  display: inline-block;
  font-family: var(--font-lora, 'Lora', Georgia, serif);
  font-size: 1rem;
  color: var(--green, #2D5016);
  background-color: transparent;
  text-decoration: none;
  padding: 1rem 2rem;
  border: 1.5px solid var(--green, #2D5016);
  transition: all 0.2s ease;
  cursor: pointer;
}
.features-btn-secondary:hover {
  background-color: var(--green, #2D5016);
  color: var(--cream, #FAF9F7);
}
@media (max-width: 700px) {
  .features-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .features-hero {
    padding: 3rem 1.5rem 4rem;
  }

  .features-cta-buttons {
    flex-direction: column;
  }

  .features-btn-primary,
  .features-btn-secondary {
    width: 100%;
    text-align: center;
  }
}
/* ==========================================
   SETTINGS PAGE STYLES
   ========================================== */
.settings-page {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 20px;
}
.settings-page > h1 {
  font-family: 'Playfair Display', serif;
  font-size: 40px;
  margin-bottom: 40px;
  color: #1F2937;
}
.settings-section {
  background: white;
  border: 1px solid #E5DED1;
  border-radius: 12px;
  padding: 32px;
  margin-bottom: 32px;
}
.settings-section h2 {
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  margin-bottom: 20px;
  color: #1F2937;
}
/* ================================================ */
/* USAGE SECTION */
/* ================================================ */
.usage-section {
  background: #FBF8F3;
  border-color: #E5DED1;
}
.section-header {
  margin-bottom: 24px;
}
.usage-subtitle {
  color: #6B7280;
  font-size: 14px;
  margin-top: 4px;
  margin-bottom: 0;
}
.usage-subtitle .upgrade-link {
  color: #2D5016;
  text-decoration: none;
  font-weight: 600;
}
.usage-subtitle .upgrade-link:hover {
  text-decoration: underline;
}
.trial-status {
  color: #D97706;
  font-weight: 600;
}
.pro-status {
  color: #2D5016;
  font-weight: 600;
}
.usage-bars {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 24px;
}
.usage-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.usage-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.usage-name {
  font-weight: 500;
  color: #374151;
  font-size: 15px;
}
.usage-percentage {
  color: #6B7280;
  font-size: 14px;
  font-weight: 500;
}
.usage-count {
  /* Deprecated - kept for backwards compatibility */
  color: #6B7280;
  font-size: 14px;
}
.usage-bar-container {
  height: 10px;
  background: #E5DED1;
  border-radius: 5px;
  overflow: hidden;
  cursor: help;
  position: relative;
}
.usage-bar-fill {
  height: 100%;
  border-radius: 5px;
  transition: width 0.3s ease, background 0.3s ease;
}
.usage-safe {
  background: #2D5016;
}
.usage-warning {
  background: #F59E0B;
}
.usage-danger {
  background: #DC2626;
}
.usage-unlimited {
  background: linear-gradient(90deg, #2D5016 0%, #4A7C2A 50%, #2D5016 100%);
  background-size: 200% 100%;
  animation: shimmer 2s infinite;
}
@keyframes shimmer {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
.usage-warning-text {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #92400E;
  margin-top: 4px;
}
.warning-icon {
  flex-shrink: 0;
}
.usage-warning-text .warning-link {
  color: #2D5016;
  font-weight: 600;
  text-decoration: none;
}
.usage-warning-text .warning-link:hover {
  text-decoration: underline;
}
.usage-upgrade-banner {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px;
  background: linear-gradient(135deg, #FEF3C7 0%, #FDE68A 100%);
  border: 1px solid #FCD34D;
  border-radius: 10px;
  margin-top: 24px;
}
.banner-icon {
  font-size: 32px;
  flex-shrink: 0;
}
.banner-content {
  flex: 1;
}
.banner-title {
  margin: 0 0 4px 0;
  color: #92400E;
  font-weight: 600;
  font-size: 15px;
}
.banner-text {
  margin: 0;
  color: #92400E;
  font-size: 14px;
}
.banner-cta {
  color: #2D5016;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  font-size: 14px;
}
.banner-cta:hover {
  text-decoration: underline;
}
/* Tooltip */
.tooltip {
  position: fixed;
  background: #1F2937;
  color: white;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 13px;
  max-width: 250px;
  text-align: center;
  pointer-events: none;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  z-index: 10000;
  opacity: 0;
  transition: opacity 0.2s;
}
/* ================================================ */
/* PLAN SECTION */
/* ================================================ */
.plan-section {
  background: white;
}
.current-plan {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-top: 20px;
}
.plan-card {
  border: 2px solid #E5DED1;
  border-radius: 12px;
  padding: 28px;
  position: relative;
}
.pro-card {
  border-color: #2D5016;
  background: linear-gradient(135deg, #F0F9FF 0%, #FBF8F3 100%);
}
.free-card {
  background: #FAFAFA;
}
.plan-badge {
  position: absolute;
  top: -12px;
  left: 24px;
  background: #2D5016;
  color: white;
  padding: 4px 14px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.plan-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  margin: 8px 0 12px 0;
  color: #1F2937;
}
.plan-price {
  font-size: 24px;
  font-weight: 700;
  color: #2D5016;
  margin-bottom: 16px;
}
.plan-price .period {
  font-size: 16px;
  color: #6B7280;
  font-weight: 400;
}
.trial-info {
  margin-bottom: 20px;
}
.trial-info .trial-status {
  font-size: 16px;
  font-weight: 600;
  color: #2D5016;
  margin-bottom: 4px;
}
.trial-info .trial-note {
  font-size: 14px;
  color: #6B7280;
  margin: 0;
}
.plan-features-compact {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: #6B7280;
}
.plan-features-compact li {
  padding: 6px 0;
  padding-left: 20px;
  position: relative;
}
.plan-features-compact li:before {
  content: "\2713";
  position: absolute;
  left: 0;
  color: #2D5016;
  font-weight: 700;
}
.billing-actions {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
}
.btn-secondary {
  padding: 12px 24px;
  background: white;
  color: #2D5016;
  border: 2px solid #2D5016;
  border-radius: 8px;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.2s;
  text-decoration: none;
  text-align: center;
  display: inline-block;
}
.btn-secondary:hover {
  background: #F0F9FF;
  transform: translateY(-1px);
}
.billing-note {
  font-size: 13px;
  color: #6B7280;
  margin: 0;
  text-align: center;
}
/* Upgrade Comparison (for free users) */
.upgrade-comparison {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.upgrade-comparison h4 {
  font-size: 20px;
  color: #2D5016;
  margin-bottom: 8px;
}
.upgrade-intro {
  font-size: 14px;
  color: #6B7280;
  margin-bottom: 20px;
}
.comparison-list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px 0;
}
.upgrade-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  font-size: 14px;
}
.upgrade-item .current {
  color: #9CA3AF;
  min-width: 120px;
}
.upgrade-item .arrow {
  color: #2D5016;
  font-weight: 700;
}
.upgrade-item .pro {
  color: #2D5016;
  font-weight: 600;
}
.upgrade-pricing {
  display: flex;
  gap: 16px;
}
.price-option {
  flex: 1;
  text-align: center;
  padding: 16px;
  border: 2px solid #E5DED1;
  border-radius: 10px;
  position: relative;
}
.price-option.highlighted {
  border-color: #2D5016;
  background: #F0F9FF;
}
.savings-label {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: #2D5016;
  color: white;
  padding: 2px 10px;
  border-radius: 10px;
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
}
.price-option .price-label {
  display: block;
  font-size: 12px;
  color: #6B7280;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}
.price-option .price {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #2D5016;
  margin-bottom: 12px;
}
.btn-primary-small {
  padding: 10px 20px;
  background: #2D5016;
  color: white;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s;
  width: 100%;
}
.btn-primary-small:hover {
  background: #1F3A0E;
  transform: translateY(-1px);
}
/* Archived Boards Notice */
.archived-boards-notice {
  margin-top: 24px;
  padding: 20px;
  background: #FEF3C7;
  border: 1px solid #FCD34D;
  border-radius: 10px;
}
.archived-boards-notice h4 {
  font-size: 16px;
  margin-bottom: 8px;
  color: #92400E;
}
.archived-boards-notice p {
  font-size: 14px;
  color: #92400E;
  margin: 4px 0;
  line-height: 1.5;
}
.archived-boards-notice a {
  color: #2D5016;
  font-weight: 600;
  text-decoration: none;
}
.archived-boards-notice a:hover {
  text-decoration: underline;
}
/* Settings Placeholder */
.settings-placeholder {
  color: #9CA3AF;
  font-style: italic;
}
/* Mobile Responsive */
@media (max-width: 768px) {
  .current-plan {
    grid-template-columns: 1fr;
  }
  
  .upgrade-pricing {
    flex-direction: column;
  }
  
  .usage-upgrade-banner {
    flex-direction: column;
    text-align: center;
  }
  
  .banner-cta {
    align-self: center;
  }
}
/* ==========================================
   PRO UPGRADE BANNERS
   ========================================== */
.pro-banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
  margin-bottom: 24px;
  border-radius: 8px;
  background: #FBF8F3;
  border: 1px solid #E5DED1;
  animation: slideDown 0.3s ease;
}
.pro-banner-content {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
}
.pro-banner-icon {
  font-size: 20px;
  flex-shrink: 0;
}
.pro-banner-text {
  margin: 0;
  font-size: 14px;
  color: #374151;
  flex: 1;
}
.pro-banner-cta {
  color: #2D5016;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.2s;
  padding: 6px 12px;
  border-radius: 6px;
}
.pro-banner-cta:hover {
  background: rgba(45, 80, 22, 0.1);
}
.pro-banner-dismiss {
  background: none;
  border: none;
  font-size: 24px;
  color: #9CA3AF;
  cursor: pointer;
  padding: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: 12px;
  flex-shrink: 0;
  transition: all 0.2s;
  line-height: 1;
}
.pro-banner-dismiss:hover {
  background: rgba(0, 0, 0, 0.05);
  color: #6B7280;
}
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideUp {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-10px);
  }
}
/* Mobile Responsive */
@media (max-width: 640px) {
  .pro-banner {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  
  .pro-banner-content {
    width: 100%;
  }
  
  .pro-banner-dismiss {
    position: absolute;
    top: 12px;
    right: 12px;
  }
  
  .pro-banner-cta {
    align-self: stretch;
    text-align: center;
  }
}
/* ==========================================
   CHECKOUT PAGE STYLES
   ========================================== */
.checkout-page {
  min-height: 100vh;
  background: #FAFAFA;
  padding: 40px 20px;
}
.checkout-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  align-items: start;
}
/* Left Side - Summary */
.checkout-summary {
  position: sticky;
  top: 40px;
}
.checkout-summary h1 {
  font-family: 'Playfair Display', serif;
  font-size: 36px;
  color: #1F2937;
  margin-bottom: 32px;
}
.plan-summary-card {
  background: white;
  border: 2px solid #E5DED1;
  border-radius: 16px;
  padding: 32px;
  margin-bottom: 24px;
}
.plan-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #E5E7EB;
}
.plan-header h2 {
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  color: #1F2937;
  margin: 0;
}
.plan-price {
  display: flex;
  align-items: baseline;
  gap: 4px;
}
.plan-price .amount {
  font-size: 32px;
  font-weight: 700;
  color: #2D5016;
}
.plan-price .interval {
  font-size: 16px;
  color: #6B7280;
}
.checkout-page .savings-badge {
  background: linear-gradient(135deg, #FEF3C7 0%, #FDE68A 100%);
  color: #92400E;
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
}
.trial-notice {
  display: flex;
  gap: 12px;
  padding: 16px;
  background: #F0F9FF;
  border: 1px solid #BAE6FD;
  border-radius: 8px;
  margin-bottom: 24px;
}
.trial-notice .icon {
  font-size: 24px;
  flex-shrink: 0;
}
.trial-notice strong {
  display: block;
  color: #1F2937;
  font-size: 15px;
  margin-bottom: 4px;
}
.trial-notice p {
  margin: 0;
  color: #6B7280;
  font-size: 14px;
  line-height: 1.5;
}
.plan-features {
  list-style: none;
  padding: 0;
  margin: 0;
}
.plan-features li {
  padding: 10px 0;
  color: #374151;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.checkout-footer-links {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: #6B7280;
}
.checkout-footer-links a {
  color: #2D5016;
  text-decoration: none;
}
.checkout-footer-links a:hover {
  text-decoration: underline;
}
.checkout-footer-links .divider {
  color: #D1D5DB;
}
/* Right Side - Form */
.checkout-form-container {
  background: white;
  border: 2px solid #E5DED1;
  border-radius: 16px;
  padding: 48px;
}
.checkout-form {
  max-width: 480px;
}
.form-header {
  margin-bottom: 32px;
}
.form-header h2 {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  color: #1F2937;
  margin-bottom: 8px;
}
.form-header p {
  color: #6B7280;
  font-size: 14px;
  margin: 0;
}
.form-group {
  margin-bottom: 24px;
}
.form-group label {
  display: block;
  font-weight: 600;
  color: #374151;
  margin-bottom: 8px;
  font-size: 15px;
}
.card-element-wrapper {
  padding: 14px 16px;
  border: 2px solid #E5DED1;
  border-radius: 8px;
  background: white;
  transition: border-color 0.2s;
}
.card-element-wrapper:focus-within {
  border-color: #2D5016;
  box-shadow: 0 0 0 3px rgba(45, 80, 22, 0.1);
}
.error-message {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  background: #FEF2F2;
  border: 1px solid #FCA5A5;
  border-radius: 8px;
  color: #991B1B;
  font-size: 14px;
  margin-bottom: 20px;
}
.error-icon {
  flex-shrink: 0;
}
.submit-button {
  width: 100%;
  padding: 16px 24px;
  background: #2D5016;
  color: white;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.submit-button:hover:not(:disabled) {
  background: #1F3A0E;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(45, 80, 22, 0.3);
}
.submit-button:disabled {
  background: #D1D5DB;
  cursor: not-allowed;
  transform: none;
}
.spinner {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top-color: white;
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
}
@keyframes spin {
  to { transform: rotate(360deg); }
}
.form-footer {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #E5E7EB;
}
.security-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #6B7280;
  font-size: 13px;
  margin-bottom: 12px;
}
.security-badge .icon {
  color: #10B981;
}
.charge-notice {
  text-align: center;
  color: #9CA3AF;
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
}
/* Success State */
.checkout-success {
  text-align: center;
  padding: 60px 40px;
}
.success-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 24px;
  background: #D1FAE5;
  color: #059669;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  font-weight: 700;
}
.checkout-success h2 {
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  color: #1F2937;
  margin-bottom: 12px;
}
.checkout-success p {
  color: #6B7280;
  font-size: 16px;
  margin: 8px 0;
}
.redirecting {
  color: #9CA3AF;
  font-size: 14px;
  font-style: italic;
}
/* Success Banner (for plan page) */
.success-banner {
  background: linear-gradient(135deg, #D1FAE5 0%, #A7F3D0 100%);
  border: 2px solid #6EE7B7;
  border-radius: 12px;
  padding: 20px 24px;
  margin-bottom: 32px;
  animation: slideDown 0.3s ease;
}
.success-content {
  display: flex;
  align-items: center;
  gap: 16px;
}
.success-content .success-icon {
  width: 48px;
  height: 48px;
  background: #059669;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: 700;
  flex-shrink: 0;
  margin: 0;
}
.success-content strong {
  display: block;
  color: #065F46;
  font-size: 18px;
  margin-bottom: 4px;
}
.success-content p {
  margin: 0;
  color: #047857;
  font-size: 14px;
  line-height: 1.5;
}
/* Mobile Responsive */
@media (max-width: 968px) {
  .checkout-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .checkout-summary {
    position: static;
  }

  .checkout-form-container {
    padding: 32px 24px;
  }
}
/* ===========================================
   CITY GUIDES - ooo.travel
   Modern Editorial Design
   =========================================== */
/* Place Save Modal and Notifications */
/* Modal Backdrop */
.board-modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  animation: fadeIn 0.2s ease;
}
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
/* Modal */
.board-modal {
  background: #FFFFFF;
  border-radius: 12px;
  width: 90%;
  max-width: 640px;  /* Was 400px, now 60% larger */
  max-height: 80vh;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  animation: slideUp 0.3s ease;
}
@keyframes slideUp {
  from { 
    opacity: 0;
    transform: translateY(20px);
  }
  to { 
    opacity: 1;
    transform: translateY(0);
  }
}
/* Modal Header */
.board-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  border-bottom: 1px solid #E8E8E8;
}
.board-modal-header h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 24px;  /* Was 20px */
  font-weight: 600;
  color: #1A1A1A;
  margin: 0;
}
.board-modal-close {
  background: none;
  border: none;
  padding: 4px;
  cursor: pointer;
  color: #666666;
  transition: color 0.2s ease;
}
.board-modal-close:hover {
  color: #1A1A1A;
}
/* Modal Body */
.board-modal-body {
  padding: 0;
  max-height: calc(80vh - 70px);
  overflow-y: auto;
}
/* Board List */
.board-list {
  padding: 12px;
}
.board-option {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;  /* Was 14px 16px */
  border: 1px solid #E8E8E8;
  border-radius: 8px;
  background: #FFFFFF;
  cursor: pointer;
  margin-bottom: 8px;
  transition: all 0.2s ease;
  text-align: left;
  font-size: 16px;     /* Add this if not present */
}
.board-option:hover {
  border-color: #2D5016;
  background: #F5F9F3;
}
.board-option.recent {
  border-color: #2D5016;
  background: #F5F9F3;
}
.board-name {
  font-family: 'Lora', Georgia, serif;
  font-size: 16px;  /* Was 15px */
  font-weight: 500;
  color: #1A1A1A;
}
.recent-badge {
  font-family: 'Lora', Georgia, serif;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #2D5016;
  background: #E8EDE5;
  padding: 4px 10px;
  border-radius: 12px;
}
/* Create New Board */
.board-create-new {
  width: 80%;           /* 80% width as requested */
  margin: 16px auto;    /* Center it */
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 24px;
  
  /* CTA button styling to match your design system */
  background: #2D5016;  /* Forest green */
  color: #FFFFFF;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  
  font-family: 'Lora', Georgia, serif;
  font-size: 15px;
  font-weight: 600;
  
  transition: all 0.2s ease;
  box-shadow: 0 2px 8px rgba(45, 80, 22, 0.2);
}
.board-create-new:hover {
  background: #3D6B1F;  /* Slightly lighter on hover */
  box-shadow: 0 4px 12px rgba(45, 80, 22, 0.3);
  transform: translateY(-1px);
}
.board-create-new svg {
  stroke: #FFFFFF;  /* White icon */
}
/* Board Create Form */
.board-create-form {
  padding: 24px;
}
.board-name-input {
  width: 100%;
  padding: 14px 16px;
  font-family: 'Lora', Georgia, serif;
  font-size: 16px;
  border: 2px solid #E8E8E8;
  border-radius: 8px;
  margin-bottom: 20px;
  transition: border-color 0.2s ease;
  box-sizing: border-box;
}
.board-name-input:focus {
  outline: none;
  border-color: #2D5016;
}
.board-name-input.error {
  border-color: #C7253E;
  animation: shake 0.3s ease;
}
@keyframes shake {
  0%, 100% { transform: translateX(0); }
  25% { transform: translateX(-8px); }
  75% { transform: translateX(8px); }
}
.board-create-actions {
  display: flex;
  gap: 12px;
}
.board-create-cancel,
.board-create-submit {
  flex: 1;
  padding: 14px 24px;
  font-family: 'Lora', Georgia, serif;
  font-size: 15px;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  border: none;
}
.board-create-cancel {
  background: #F5F5F5;
  color: #666666;
}
.board-create-cancel:hover {
  background: #E8E8E8;
}
.board-create-submit {
  background: #2D5016;
  color: #FFFFFF;
  box-shadow: 0 2px 8px rgba(45, 80, 22, 0.2);
}
.board-create-submit:hover:not(:disabled) {
  background: #3D6B1F;
  box-shadow: 0 4px 12px rgba(45, 80, 22, 0.3);
  transform: translateY(-1px);
}
.board-create-submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
/* Upgrade Prompt */
.upgrade-prompt {
  padding: 32px 24px;
  text-align: center;
}
.upgrade-icon {
  margin: 0 auto 20px;
  width: 48px;
  height: 48px;
}
.upgrade-prompt h4 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 22px;
  font-weight: 600;
  color: #1A1A1A;
  margin: 0 0 12px 0;
}
.upgrade-prompt p {
  font-family: 'Lora', Georgia, serif;
  font-size: 15px;
  color: #666666;
  line-height: 1.6;
  margin: 0 0 24px 0;
}
.upgrade-features {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 24px 0;
  text-align: left;
}
.upgrade-feature {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: 'Lora', Georgia, serif;
  font-size: 15px;
  color: #1A1A1A;
}
.upgrade-feature svg {
  flex-shrink: 0;
}
.upgrade-actions {
  display: flex;
  gap: 12px;
  margin-top: 32px;
}
.upgrade-cancel,
.upgrade-cta {
  flex: 1;
  padding: 14px 24px;
  font-family: 'Lora', Georgia, serif;
  font-size: 15px;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  border: none;
}
.upgrade-cancel {
  background: #F5F5F5;
  color: #666666;
}
.upgrade-cancel:hover {
  background: #E8E8E8;
}
.upgrade-cta {
  background: #2D5016;
  color: #FFFFFF;
  box-shadow: 0 2px 8px rgba(45, 80, 22, 0.2);
}
.upgrade-cta:hover {
  background: #3D6B1F;
  box-shadow: 0 4px 12px rgba(45, 80, 22, 0.3);
  transform: translateY(-1px);
}
/* Save Notification (Sticky Toast) */
.save-notification {
  position: fixed !important;
  bottom: 100px !important;  /* Above the nav bar */
  left: 24px !important;     /* Left corner */
  right: auto !important;    /* Remove centering */
  transform: translateY(100px) !important;  /* Only vertical transform */
  background: #F5F9F3 !important;  /* Light green background - matches your color system */
  color: #1A1A1A !important;       /* Dark text for contrast */
  border: 1px solid #E8EDE5 !important;  /* Subtle border */
  padding: 20px 32px;  /* 40% larger padding */
  border-radius: 8px;  /* Rectangle instead of pill */
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1) !important;  /* Softer shadow */
  display: flex !important;
  align-items: center;
  justify-content: space-between;  /* Board name left, change right */
  gap: 16px;
  font-family: 'Lora', Georgia, serif;
  font-size: 16px;     /* Larger text */
  font-weight: 500;
  min-width: 392px;    /* 280px * 1.4 = 392px (40% wider) */
  max-width: 480px;    /* Add max-width so it doesn't get too wide */
  z-index: 10006 !important; /* Above nav (nav is 10004) */
  transition: transform 0.3s ease;
}
.notification-board-name {
  font-weight: 600;
  flex: 1;
}
.save-notification.show {
  transform: translateY(0) !important;  /* Slide up from bottom */
}
.save-notification.error {
  background: #C7253E;
}
.notification-change {
  background: none !important;
  border: none !important;
  color: #2D5016 !important;  /* Forest green text */
  text-decoration: underline;
  cursor: pointer;
  font-family: 'Lora', Georgia, serif;
  font-size: 14px;
  font-weight: 600;
  padding: 0;
  margin-left: auto;  /* Push to far right */
  flex-shrink: 0;  /* Prevent button from shrinking */
}
.notification-change:hover {
  opacity: 0.7;
}
.notification-link {
  color: #FFFFFF;
  text-decoration: underline;
  font-weight: 600;
}
.notification-link:hover {
  opacity: 0.8;
}
/* Place Card Save Button */
.place-card-save {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  z-index: 10;
}
.place-card-save:hover {
  background: rgba(255, 255, 255, 1);
  transform: scale(1.1);
}
.place-card-save.saved {
  background: #2D5016;
  border-color: #2D5016;
}
.place-card-save svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
  transition: all 0.2s ease;
}
.place-card-save.saved svg {
  fill: #FFFFFF;
  stroke: #FFFFFF;
}
/* Mobile Responsive */
@media (max-width: 768px) {
  .board-modal {
    width: 95%;
    max-width: none;
  }
  
  .save-notification {
    bottom: 80px !important;  /* Adjust for mobile nav height */
    left: 16px !important;
    right: auto !important;
    z-index: 10006 !important;
    transform: translateY(100px) !important;
  }
  
  .save-notification.show {
    transform: translateY(0) !important;
  }
}
/* ==================== CSS VARIABLES ==================== */
:root {
  /* Core Brand */
  --cream: #FAF9F7;
  --white: #FFFFFF;
  --black: #1A1A1A;
  --green: #2D5016;
  --green-light: #E8F0E3;
  
  /* Grays */
  --gray-50: #FAFAF9;
  --gray-100: #F5F5F3;
  --gray-200: #EBEBEB;
  --gray-300: #D4D4D4;
  --gray-400: #999999;
  --gray-500: #666666;
  --gray-600: #444444;
  
  /* Typography */
  --font-playfair: 'Playfair Display', Georgia, serif;
  --font-lora: 'Lora', Georgia, serif;
  --font-inter: 'Lora', Georgia, serif;
  
  /* Card System Gradients */
  --gradient-sand: linear-gradient(145deg, #d4c4b0 0%, #c4b49e 50%, #a89888 100%);
  --gradient-sage: linear-gradient(145deg, #9aab8e 0%, #7d9470 50%, #5f7a52 100%);
  --gradient-mauve: linear-gradient(145deg, #b8a0a8 0%, #9d8490 50%, #826878 100%);
  --gradient-slate: linear-gradient(145deg, #a8b0b8 0%, #8a9298 50%, #6c7478 100%);
}
/* ==================== BREADCRUMBS ==================== */
.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 20px 0;
  font-family: var(--font-lora, 'Lora', Georgia, serif);
  font-size: 14px;
  color: var(--gray-500, #666666);
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}
.breadcrumb-link {
  color: var(--gray-500, #666666);
  text-decoration: none;
  transition: color 0.2s ease;
}
.breadcrumb-link:hover {
  color: var(--green, #2D5016);
}
.breadcrumb-separator {
  color: var(--gray-300, #D4D4D4);
}
.breadcrumb-current {
  color: var(--black, #1A1A1A);
  font-weight: 600;
}
/* Hide tagline */
.destination-tagline,
.city-tagline {
  display: none !important;
}
/* ==================== CARD SYSTEM ==================== */
/* Universal borderless reset - override all conflicting styles */
/* CRITICAL: This must override React card styles and Tailwind utilities */
.board-card,
.template-card,
.flight-deal-card,
.place-card,
.destination-card,
a.board-card,
a.template-card,
a.flight-deal-card,
a.place-card,
a.destination-card {
  background: transparent !important;
  border: none !important;
  border-width: 0 !important;
  border-style: none !important;
  border-color: transparent !important;
  border-top: none !important;
  border-right: none !important;
  border-bottom: none !important;
  border-left: none !important;
  box-shadow: none !important;
  outline: none !important;
}
/* Extra specificity for template cards to override any parent/grid styles */
/* The border rgb(235, 235, 235) = #EBEBEB = --gray-200 is coming from React card styles or Tailwind */
/* Using maximum specificity to override - MUST come after all other card styles */
a.template-card,
article.template-card,
div.template-card,
.template-card[class],
.template-card,
a.template-card[class],
article.template-card[class],
div.template-card[class],
a.template-card.card,
.template-card.card {
  border: none !important;
  border-width: 0 !important;
  border-style: none !important;
  border-color: transparent !important;
  border-top: none !important;
  border-right: none !important;
  border-bottom: none !important;
  border-left: none !important;
  /* Override any Tailwind border utilities */
  border-top-width: 0 !important;
  border-right-width: 0 !important;
  border-bottom-width: 0 !important;
  /* Override React card styles */
  border-left-width: 0 !important;
  box-shadow: none !important;
  outline: none !important;
}
/* Specifically target template card children to remove any inherited borders */
.template-card .card-media,
.template-card .card-content,
a.template-card .card-media,
a.template-card .card-content {
  border: none !important;
  border-width: 0 !important;
  box-shadow: none !important;
  outline: none !important;
}
/* Minimum text size - nothing under 14px */
/* Exception: .card-category can be 12px (0.75rem) for labels */
.card-content,
.card-meta {
  font-size: max(0.875rem, 14px) !important; /* 14px minimum */
}
.card-category {
  font-size: 0.75rem; /* 12px - exception for labels, OK to be under 14px */
}
/* Content spacing */
.card-content {
  padding-top: 12px !important;
  padding-bottom: 0 !important;
}
/* Card base - borderless design */
/* Specific selectors to override components.css .card styles */
.board-card .card-media,
.destination-card .card-media,
.mood-card .card-media,
.place-card .card-media,
.template-card .card-media,
.create-card .card-media,
.flight-deal-card .card-media {
  border-radius: 2px !important;
  overflow: hidden;
  position: relative;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  /* Background explicitly NOT set here - gradient classes will set it */
  /* If no gradient class, fallback rule at end of file sets gray-100 */
}
.board-card .card-media:hover,
.destination-card .card-media:hover,
.mood-card .card-media:hover,
.place-card .card-media:hover,
.template-card .card-media:hover,
.create-card .card-media:hover,
.flight-deal-card .card-media:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
}
/* Dusty rose overlay on all cards with photos */
.board-card .card-media::after,
.destination-card .card-media::after,
.mood-card .card-media::after,
.place-card .card-media::after,
.template-card .card-media:not(.card-create-media)::after,
.flight-deal-card .card-media::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #D4A5A5;
  opacity: 0.15;
  pointer-events: none;
  z-index: 1;
}
.board-card .card-media img,
.destination-card .card-media img,
.mood-card .card-media img,
.place-card .card-media img,
.template-card .card-media img,
.create-card .card-media img,
.flight-deal-card .card-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.board-card .card-content,
.destination-card .card-content,
.mood-card .card-content,
.place-card .card-content,
.template-card .card-content,
.create-card .card-content,
.flight-deal-card .card-content {
  padding: 14px 0 0;
  background: transparent !important;
  text-align: left;
}
/* Place card specific spacing */
.place-card .card-content {
  margin-top: 12px;
}
.board-card .card-category,
.destination-card .card-category,
.mood-card .card-category,
.place-card .card-category,
.template-card .card-category,
.flight-deal-card .card-category,
.place-card-category {
  font-family: var(--font-lora);
  font-size: 0.75rem; /* 12px - exception for labels */
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: 4px;
  display: block;
}
.board-card .card-title,
.destination-card .card-title,
.mood-card .card-title,
.place-card .card-title,
.template-card .card-title,
.flight-deal-card .card-title {
  font-family: var(--font-playfair);
  font-size: 1.125rem; /* 18px */
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 2px;
  color: var(--black);
}
.board-card .card-subtitle,
.destination-card .card-subtitle,
.mood-card .card-subtitle,
.place-card .card-subtitle,
.template-card .card-subtitle,
.flight-deal-card .card-subtitle,
.place-card-neighborhood {
  font-family: var(--font-lora);
  font-size: 0.875rem; /* 14px minimum */
  color: var(--gray-600);
  margin-top: 2px;
  display: block;
}
.board-card .card-meta,
.destination-card .card-meta,
.mood-card .card-meta,
.place-card .card-meta,
.template-card .card-meta,
.flight-deal-card .card-meta,
.place-card-meta {
  font-family: var(--font-lora);
  font-size: 0.875rem; /* 14px minimum */
  color: var(--gray-400);
  margin-top: 4px;
}
/* Fallback letter */
.board-card .card-fallback-letter,
.destination-card .card-fallback-letter,
.mood-card .card-fallback-letter,
.place-card .card-fallback-letter,
.template-card .card-fallback-letter,
.flight-deal-card .card-fallback-letter {
  position: absolute !important;
  bottom: 12px !important;
  left: 16px !important;
  font-family: var(--font-playfair) !important;
  font-size: 64px !important; /* Increased from 48px to 4rem equivalent */
  font-weight: 400 !important;
  color: rgba(255,255,255,0.5) !important; /* Increased from 0.3 to 0.5 for better visibility */
  line-height: 1 !important;
  pointer-events: none !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 2 !important; /* Increased from 1 to ensure visibility */
}
/* Smaller fallback letters for square/strip cards */
.board-card .card-media.aspect-1-1 .card-fallback-letter,
.place-card .card-media.aspect-1-1 .card-fallback-letter,
.board-card .card-media.aspect-3-2 .card-fallback-letter,
.place-card .card-media.aspect-3-2 .card-fallback-letter {
  font-size: 48px !important; /* Increased from 36px for better visibility */
}
/* Ensure fallback letters are visible when image fails or is missing */
.board-card .card-media .card-fallback-letter,
.destination-card .card-media .card-fallback-letter,
.mood-card .card-media .card-fallback-letter,
.place-card .card-media .card-fallback-letter,
.template-card .card-media .card-fallback-letter,
.flight-deal-card .card-media .card-fallback-letter {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
/* Gradients - REMOVED duplicate rules - final override rules at end of file (line ~1567) */
/* These earlier rules were less specific and conflicted with the more specific rules later */
/* Save button */
.card-save-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  background: rgba(255,255,255,0.95);
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.15s ease, background 0.15s ease;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  z-index: 10;
  padding: 0;
}
.card-save-btn:hover {
  transform: scale(1.1);
}
.card-save-btn--active {
  background: var(--green);
  color: white;
}
.card-save-btn--active svg {
  fill: white;
  stroke: white;
}
.card-save-btn svg {
  width: 16px;
  height: 16px;
  stroke: var(--gray-500);
  fill: none;
}
/* Badge */
.card-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-lora);
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--gray-600);
  background: white;
  padding: 8px 16px;
  border-radius: 2px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  z-index: 10;
}
.card-badge svg {
  width: 24px;
  height: 24px;
  stroke: var(--gray-600);
}
/* Create card */
.card-create-media {
  border: 1.5px dashed var(--gray-300);
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  transition: border-color 0.2s ease, background 0.2s ease;
  background: var(--cream);
  cursor: pointer;
}
.card-create-media:hover {
  border-color: var(--gray-500);
  background: var(--gray-50);
}
.card-create-media svg {
  width: 24px;
  height: 24px;
  stroke: var(--gray-400);
}
.card-create-text {
  font-family: var(--font-lora);
  font-size: 0.875rem;
  color: var(--gray-500);
}
/* Aspect ratios */
.aspect-4-3 {
  aspect-ratio: 4/3;
}
.aspect-1-1 {
  aspect-ratio: 1/1;
}
.aspect-16-9 {
  aspect-ratio: 16/9;
}
.aspect-3-2 {
  aspect-ratio: 3/2;
}
/* ==================== CITY GUIDE LAYOUT (SIDEBAR + MAIN) ==================== */
.city-guide-layout {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 48px;
  margin-top: 32px;
}
.category-sidebar {
  position: sticky;
  top: 80px;
  height: -moz-fit-content;
  height: fit-content;
}
.category-sidebar h3 {
  font-family: var(--font-playfair, 'Playfair Display', Georgia, serif);
  font-size: 18px;
  font-weight: 600;
  color: var(--black, #1A1A1A);
  margin: 0 0 16px 0;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--gray-200, #EBEBEB);
}
.category-nav {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.category-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  border-radius: 8px;
  text-decoration: none;
  font-family: var(--font-lora, 'Lora', Georgia, serif);
  font-size: 14px;
  color: var(--gray-500, #666666);
  transition: all 0.15s ease;
}
.category-link:hover {
  background: var(--gray-100, #F5F5F3);
  color: var(--gray-600, #444444);
}
.category-link.active {
  background: var(--green-light, #E8F0E3);
  color: var(--green, #2D5016);
  font-weight: 500;
}
.category-link svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  opacity: 0.7;
}
.category-link.active svg {
  opacity: 1;
}
.category-count {
  margin-left: auto;
  font-size: 12px;
  color: var(--gray-400, #999999);
  font-family: var(--font-inter, 'Lora', Georgia, serif);
}
.category-link.active .category-count {
  color: var(--green, #2D5016);
}
.city-guide-content {
  min-width: 0; /* Prevent grid blowout */
}
/* ==================== PLACES SECTION ==================== */
.places-section {
  margin-bottom: 48px;
}
.places-section:last-child {
  margin-bottom: 0;
}
.places-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--gray-200, #EBEBEB);
}
.places-section h2 {
  font-family: var(--font-playfair, 'Playfair Display', Georgia, serif);
  font-size: 24px;
  font-weight: 600;
  color: var(--black, #1A1A1A);
  margin: 0;
}
.places-controls {
  display: flex;
  gap: 12px;
  align-items: center;
}
.sort-select {
  padding: 8px 32px 8px 12px;
  border: 1px solid var(--gray-200, #EBEBEB);
  border-radius: 6px;
  font-family: var(--font-lora, 'Lora', Georgia, serif);
  font-size: 13px;
  color: var(--gray-600, #444444);
  background: var(--white, #FFFFFF);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23999999' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  cursor: pointer;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  transition: border-color 0.15s ease;
}
.sort-select:hover {
  border-color: var(--gray-300, #D4D4D4);
}
.sort-select:focus {
  outline: none;
  border-color: var(--green, #2D5016);
}
/* Update Before You Go section */
.city-guide-basics,
.before-you-go {
  margin: 60px 0;
  padding: 40px;
  background: #F9F9F9;
  border-radius: 12px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.basics-header,
.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
  padding-bottom: 16px;
  border-bottom: 2px solid #E8E8E8;
}
.basics-header-title,
.section-header h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 32px;
  font-weight: 600;
  color: #1A1A1A;
  margin: 0;
}
.basics-header-toggle,
.toggle-collapse {
  background: none;
  border: none;
  color: #666666;
  font-family: 'Lora', Georgia, serif;
  font-size: 14px;
  cursor: pointer;
  text-decoration: underline;
  display: flex;
  align-items: center;
  gap: 8px;
}
.basics-header-toggle:hover,
.toggle-collapse:hover {
  color: #2D5016;
}
.basics-item {
  /* NO card styling - just clean text blocks */
  padding: 0;
  background: none;
  border: none;
}
.basic-item-header {
  margin-bottom: 12px;
}
.basic-item-title,
.basics-item h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 18px;
  font-weight: 600;
  color: #1A1A1A;
  margin: 0 0 4px 0;
}
.basic-item-short,
.basics-label {
  font-family: 'Lora', Georgia, serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #999999;
  margin: 0 0 12px 0;
  display: block;
}
.basic-item-content p,
.basics-item p {
  font-family: 'Lora', Georgia, serif;
  font-size: 14px;
  line-height: 1.6;
  color: #666666;
  margin: 0 0 12px 0;
}
.basic-item-content p:last-child,
.basics-item p:last-child {
  margin-bottom: 0;
}
/* ==================== HERO SECTION ==================== */
.city-guide {
  background: var(--cream, #FAF9F7);
  min-height: 100vh;
}
.city-guide-hero {
  background: var(--cream, #FAF9F7);
  background-size: cover;
  background-position: center;
  padding: 60px 24px 40px;
  border-bottom: 1px solid var(--gray-200, #EBEBEB);
  position: relative;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.city-guide-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.5) 100%);
  pointer-events: none;
}
.city-guide-hero-content {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}
/* When hero has background image, make text white */
.city-guide-hero[style*="background-image"] .city-guide-label {
  color: rgba(255, 255, 255, 0.85);
}
.city-guide-hero[style*="background-image"] .city-guide-title {
  color: #FFFFFF;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}
.city-guide-hero[style*="background-image"] .city-guide-country {
  color: rgba(255, 255, 255, 0.9);
}
.city-guide-hero[style*="background-image"] .city-guide-nav-pill {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.4);
  color: #FFFFFF;
  backdrop-filter: blur(8px);
}
.city-guide-hero[style*="background-image"] .city-guide-nav-pill:hover {
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.6);
}
/* Photo attribution */
.city-guide-hero-attribution {
  position: absolute;
  bottom: 12px;
  right: 16px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.7);
  z-index: 1;
}
.city-guide-hero-attribution a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: underline;
}
.city-guide-label {
  font-family: var(--font-lora, 'Lora', Georgia, serif);
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--gray-400, #999999);
  margin: 0 0 12px;
}
.city-guide-title {
  font-family: var(--font-playfair, 'Playfair Display', Georgia, serif);
  font-size: clamp(44px, 9vw, 88px);
  font-weight: 400;
  color: var(--black, #1A1A1A);
  margin: 0 0 4px;
  letter-spacing: -0.02em;
  line-height: 1;
}
.city-guide-country {
  font-family: 'Lora', Georgia, serif;
  font-size: 20px;
  color: #666666;
  margin: 0 0 24px;
}
/* Category Jump Pills */
.city-guide-nav {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}
.city-guide-nav-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 18px;
  border-radius: 100px;
  border: 1.5px solid var(--gray-300, #D4D4D4);
  background: transparent;
  font-family: var(--font-lora, 'Lora', Georgia, serif);
  font-size: 16px;
  font-weight: 700;
  color: var(--gray-500, #666666);
  text-decoration: none;
  transition: all 0.15s ease;
}
.city-guide-nav-pill:hover {
  border-color: var(--green, #2D5016);
  background: rgba(45, 80, 22, 0.05);
}
.city-guide-nav-pill svg {
  width: 14px;
  height: 14px;
  stroke-width: 1.5;
}
/* ==================== BEFORE YOU GO SECTION ==================== */
.city-guide-basics,
.before-you-go {
  margin: 64px 0;
  padding: 40px;
  background: var(--gray-50, #FAFAF9);
  border-radius: 16px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.basics-header,
.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--gray-200, #EBEBEB);
  cursor: pointer;
}
.basics-header-title,
.section-header h2 {
  font-family: var(--font-playfair, 'Playfair Display', Georgia, serif);
  font-size: 28px;
  font-weight: 600;
  color: var(--black, #1A1A1A);
  margin: 0;
}
.basics-header-toggle,
.toggle-collapse {
  display: flex;
  align-items: center;
  gap: 8px;
  background: none;
  border: none;
  padding: 0;
  font-family: var(--font-lora, 'Lora', Georgia, serif);
  font-size: 14px;
  color: var(--gray-500, #666666);
  cursor: pointer;
  text-decoration: underline;
  transition: color 0.15s ease;
}
.basics-header-toggle:hover,
.toggle-collapse:hover {
  color: var(--green, #2D5016);
}
.basics-header-toggle svg {
  width: 16px;
  height: 16px;
  stroke-width: 1.5;
  transition: transform 0.3s ease;
}
.basics-header-toggle.expanded svg {
  transform: rotate(180deg);
}
.basics-content {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 32px;
}
/* Dark Callout Block - When to Visit */
.basics-callout {
  background: #1A1A1A;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.basics-callout-label {
  font-family: 'Lora', Georgia, serif;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #9B9B9B;
  margin-bottom: 14px;
}
.basics-callout-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
  color: #F7F3E8;
  margin: 0;
}
/* ==================== BASICS GRID ==================== */
.basics-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 32px;
}
.basic-item,
.basics-item {
  display: flex;
  flex-direction: column;
  /* NO card styling - just clean text blocks */
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
}
.basic-item-header {
  margin-bottom: 8px;
}
.basic-item-title,
.basics-item h3 {
  font-family: var(--font-playfair, 'Playfair Display', Georgia, serif);
  font-size: 16px;
  font-weight: 600;
  color: var(--black, #1A1A1A);
  margin: 0 0 8px 0;
}
.basic-item-short,
.basics-label {
  display: none; /* Remove sublabels as requested */
}
.basic-item-content {
  font-family: var(--font-lora, 'Lora', Georgia, serif);
  font-size: 14px;
  line-height: 1.6;
  color: var(--gray-500, #666666);
  margin: 0;
}
.basics-item {
  display: flex;
  flex-direction: column;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
}
.basic-item-content p,
.basics-item p {
  font-family: var(--font-lora, 'Lora', Georgia, serif);
  font-size: 14px;
  line-height: 1.6;
  color: var(--gray-500, #666666);
  margin: 0;
}
/* Empty state for missing data */
.basics-item p:empty::after {
  content: "Coming soon";
  color: var(--gray-400, #999999);
  font-style: italic;
}
/* ==================== PLACES SECTION ==================== */
.city-guide-places {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px 64px;
}
.category-section {
  margin-bottom: 48px;
}
.category-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 12px;
  margin-bottom: 24px;
}
.category-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 26px;
  font-weight: 400;
  color: #1A1A1A;
  margin: 0;
}
.category-count {
  font-family: 'Lora', Georgia, serif;
  font-size: 16px;
  color: #999999;
}
/* ==================== PLACES GRID ==================== */
.places-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
}
/* ==================== PLACE CARDS ==================== */
/* OLD PLACE CARD STYLES - Disabled for new borderless design */
/* These are kept for backwards compatibility but overridden by new system */
.place-card {
  /* Remove old border/background for new borderless cards */
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  overflow: visible;
  transition: none;
  display: flex;
  flex-direction: column;
  position: relative;
  box-shadow: none !important;
}
/* New place cards using .card-media don't need container styles */
.place-card .card-media {
  /* Override any old styles */
}
.place-card:hover {
  /* Remove hover effects from container - they're on .card-media now */
  border-color: transparent;
  box-shadow: none;
  transform: none;
}
/* Old place-card-image - new system uses .card-media */
.place-card-image {
  /* Keep for backwards compatibility but prefer .card-media */
  aspect-ratio: 4/3;
  width: 100%;
  position: relative;
  overflow: hidden;
  background: var(--gray-100, #F5F5F3);
  isolation: isolate;
}
/* New system overrides - DO NOT set background here to allow gradient classes to work */
.place-card .card-media {
  /* Override old .place-card-image styles */
  aspect-ratio: 1/1 !important; /* Square for place cards */
  border-radius: 2px !important;
  overflow: hidden;
  position: relative;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  /* Background intentionally NOT set here - inherits from general .card-media rule above */
  /* Gradient classes (defined earlier) will override with !important */
}
.place-card .card-media.aspect-4-3 {
  aspect-ratio: 4/3;
}
.place-card .card-media:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
}
.place-card-image img,
.place-card .card-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: none; /* Remove old scale transform */
}
/* Remove old hover scale effect */
.place-card:hover .place-card-image img {
  transform: none;
}
/* Old place-card-content - override for new system */
.place-card-content {
  /* New cards use .card-content which is defined above */
  padding: 0;
  display: flex;
  flex-direction: column;
}
/* New card system uses .card-content */
.place-card .card-content {
  padding: 14px 0 0;
  background: transparent !important;
  border: none !important;
}
/* Old place-card-name - new system uses .card-title */
/* Updated to match standardized typography spec */
.place-card-name,
.place-card .card-title {
  font-family: var(--font-playfair);
  font-size: 1.125rem; /* 18px */
  font-weight: 400;
  line-height: 1.3;
  color: var(--black);
  margin: 0 0 2px 0;
}
/* Place card content - matches standard .card-content */
/* Backward compatibility: map .place-card-content to .card-content styles */
.place-card-content {
  padding-top: 14px;
  background: transparent !important;
  text-align: left;
}
/* Place card category - matches standard .card-category */
/* Backward compatibility: map .place-card-category to .card-category styles */
.place-card-category {
  font-family: var(--font-lora);
  font-size: 0.75rem; /* 12px - exception for labels */
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: 4px;
  display: block;
}
/* Backward compatibility: map .place-card-name to .card-title styles */
.place-card-name {
  font-family: var(--font-playfair);
  font-size: 1.125rem; /* 18px */
  font-weight: 400;
  line-height: 1.3;
  color: var(--black);
  margin: 0 0 2px 0;
}
/* Place card meta - matches standard .card-meta */
.place-card-meta {
  font-family: var(--font-lora);
  font-size: 0.875rem; /* 14px minimum */
  color: var(--gray-400);
  margin-top: 4px;
}
/* Place card image container - matches standard .card-media */
.place-card-image {
  border-radius: 2px !important;
  overflow: hidden;
  position: relative;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  background: var(--gray-100); /* Fallback if no gradient class */
}
/* New system uses .card-title */
.place-card .card-title {
  font-family: var(--font-playfair);
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 2px;
  color: var(--black);
}
/* Old place-card-category - new system uses .card-category */
/* Updated to match standardized typography spec - DUPLICATE REMOVED */
/* See .place-card-category rule at line 1103 */
/* New system uses .card-category */
.place-card .card-category {
  font-family: var(--font-lora);
  font-size: 0.75rem; /* 12px - exception for labels */
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: 4px;
  display: block;
}
/* Category-specific colors */
.place-card[data-category="Accommodations"] .place-card-category {
  color: #8B5A6B;
}
.place-card[data-category="Restaurants and Food"] .place-card-category {
  color: #C4784A;
}
.place-card[data-category="Coffee and Tea"] .place-card-category {
  color: #9A8570;
}
.place-card[data-category="Cultural and Artistic Venues"] .place-card-category {
  color: #A4697A;
}
.place-card[data-category="Bars and Rooftops"] .place-card-category {
  color: #C4784A;
}
.place-card[data-category="Markets and Shopping"] .place-card-category {
  color: #4682B4;
}
.place-card[data-category="Health and Wellness"] .place-card-category {
  color: #6B8E23;
}
.place-card[data-category="Bookstores and Libraries"] .place-card-category {
  color: #5F9EA0;
}
.place-card[data-category="Places to Work"] .place-card-category {
  color: #2D5016;
}
.place-card-description,
.place-card-summary {
  font-family: var(--font-lora, 'Lora', Georgia, serif);
  font-size: 14px;
  line-height: 1.5;
  color: var(--gray-500, #666666);
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/* Gradient Placeholders */
.place-card-image[data-gradient="sage"] {
  background: linear-gradient(145deg, #5C7C4A 0%, #E8EDE5 100%);
}
.place-card-image[data-gradient="forest-butter"] {
  background: linear-gradient(145deg, #2D5016 0%, #F7F3E8 100%);
}
.place-card-image[data-gradient="dusty-rose"] {
  background: linear-gradient(145deg, #8B5A6B 0%, #A4697A 100%);
}
.place-card-image[data-gradient="blush"] {
  background: linear-gradient(145deg, #A4697A 0%, #E0D0E0 100%);
}
.place-card-image[data-gradient="stone"] {
  background: linear-gradient(145deg, #9A8570 0%, #E5DCC6 100%);
}
.place-card-image[data-gradient="butter"] {
  background: linear-gradient(145deg, #E5DCC6 0%, #F7F3E8 100%);
}
/* Heart - No circle background */
.place-card-save {
  position: absolute;
  top: 14px;
  right: 14px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  color: #FFFFFF;
  z-index: 10;
}
.place-card-save svg {
  width: 20px;
  height: 20px;
  stroke-width: 1.5;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
  transition: all 0.2s ease;
}
.place-card-save:hover svg {
  transform: scale(1.1);
}
.place-card-save.saved svg {
  fill: #FFFFFF;
}
.place-card-neighborhood {
  font-family: var(--font-lora, 'Lora', Georgia, serif);
  font-size: 14px;
  color: var(--gray-400, #999999);
  margin: 0;
}
/* Place Card - Feature Variant */
.place-card.feature {
  grid-column: span 2;
  position: relative;
  overflow: hidden;
}
.place-card.feature .place-card-image {
  aspect-ratio: 2 / 1;
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
}
.place-card.feature .place-card-image::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
  background: rgba(26, 26, 26, 0.75);
  z-index: 1;
  pointer-events: none;
}
.place-card.feature .place-card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  padding: 32px;
  z-index: 2;
  pointer-events: none;
}
.place-card.feature .place-card-name {
  color: #F7F3E8 !important;
}
.place-card.feature .place-card-category {
  margin-bottom: 8px;
}
.place-card.feature .place-card-summary {
  display: block !important;
}
.place-card.feature .place-card-save {
  z-index: 11;
}
/* Feature cards use gray text on dark overlay by default */
.place-card.feature:not([data-category="Accommodations"]) .place-card-category {
  color: #9B9B9B;
}
.place-card.feature .place-card-name {
  font-size: 28px;
  font-weight: 400;
  color: #F7F3E8;
  margin-bottom: 12px;
}
.place-card.feature .place-card-summary {
  display: block;
  font-family: 'Lora', Georgia, serif;
  font-size: 16px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}
/* Accommodations category - dark grey text on gradient */
.place-card.feature[data-category="Accommodations"] .place-card-content {
  color: #333333;
}
.place-card.feature[data-category="Accommodations"] .place-card-category {
  color: #8B5A6B !important;
}
.place-card.feature[data-category="Accommodations"] .place-card-name {
  color: #1A1A1A !important;
}
.place-card.feature[data-category="Accommodations"] .place-card-summary {
  color: #4A4A4A !important;
}
.place-card.feature[data-category="Accommodations"] .place-card-image::before {
  background: rgba(255, 255, 255, 0.9);
}
/* ==================== RESPONSIVE ==================== */
/* Category Sidebar - becomes horizontal on tablet/mobile */
@media (max-width: 900px) {
  .city-guide-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  
  .category-sidebar {
    position: relative;
    top: 0;
  }
  
  .category-nav {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
  }
  
  .category-link {
    padding: 8px 16px;
    border: 1px solid var(--gray-200, #EBEBEB);
    border-radius: 100px;
  }
  
  .category-link.active {
    border-color: var(--green, #2D5016);
  }
  
  .category-count {
    display: none;
  }
}
/* Tablet */
@media (max-width: 1024px) {
  .basics-content {
    grid-template-columns: 1fr;
  }

  .places-grid {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  }

  .place-card.feature {
    grid-column: span 2;
  }
}
/* Mobile */
@media (max-width: 768px) {
  .city-guide-hero {
    padding: 32px 20px 24px;
  }

  .city-guide-title {
    font-size: clamp(36px, 10vw, 56px);
  }

  .city-guide-country {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .city-guide-nav {
    gap: 6px;
  }

  .city-guide-nav-pill {
    padding: 8px 14px;
    font-size: 16px;
  }

  .city-guide-basics {
    padding: 40px 20px;
  }

  .basics-header-title {
    font-size: 26px;
  }

  .basics-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .city-guide-places {
    padding: 0 20px 48px;
  }

  .category-title {
    font-size: 22px;
  }

  .places-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .place-card.feature {
    grid-column: span 2;
  }

  .place-card.feature .place-card-image {
    aspect-ratio: 4 / 5;
  }

  .place-card.feature .place-card-image::before {
    width: 100%;
    background: linear-gradient(transparent 40%, rgba(26, 26, 26, 0.85));
  }

  .place-card.feature .place-card-content {
    width: 100%;
    padding: 20px;
  }
}
/* Small Mobile */
@media (max-width: 480px) {
  .places-grid {
    grid-template-columns: 1fr;
  }

  .place-card.feature {
    grid-column: span 1;
  }
}
/* ==================== EMPTY STATE ==================== */
.city-guide-empty {
  text-align: center;
  padding: 64px 24px;
  background: #FFFFFF;
  border: 1px solid #E8E8E8;
  border-radius: 12px;
  margin: 24px 0;
}
.city-guide-empty h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 24px;
  color: #1A1A1A;
  margin: 0 0 8px;
}
.city-guide-empty p {
  font-family: 'Lora', Georgia, serif;
  font-size: 16px;
  color: #666666;
  margin: 0;
}
/* ==================== GRADIENT OVERRIDES - MUST BE LAST ==================== */
/* These rules MUST come after all other .card-media rules to ensure they override */
/* CRITICAL: These must override any background set on .card-media base rule */
/* Adding tag selectors for higher specificity */
.board-card .card-media.gradient-sand,
.destination-card .card-media.gradient-sand,
.mood-card .card-media.gradient-sand,
.place-card .card-media.gradient-sand,
.template-card .card-media.gradient-sand,
.flight-deal-card .card-media.gradient-sand,
a.board-card .card-media.gradient-sand,
a.destination-card .card-media.gradient-sand,
a.template-card .card-media.gradient-sand {
  background: var(--gradient-sand) !important;
  background-color: transparent !important;
  background-image: var(--gradient-sand) !important;
}
.board-card .card-media.gradient-sage,
.destination-card .card-media.gradient-sage,
.mood-card .card-media.gradient-sage,
.place-card .card-media.gradient-sage,
.template-card .card-media.gradient-sage,
.flight-deal-card .card-media.gradient-sage,
a.board-card .card-media.gradient-sage,
a.destination-card .card-media.gradient-sage,
a.template-card .card-media.gradient-sage {
  background: var(--gradient-sage) !important;
  background-color: transparent !important;
  background-image: var(--gradient-sage) !important;
}
.board-card .card-media.gradient-mauve,
.destination-card .card-media.gradient-mauve,
.mood-card .card-media.gradient-mauve,
.place-card .card-media.gradient-mauve,
.template-card .card-media.gradient-mauve,
.flight-deal-card .card-media.gradient-mauve,
a.board-card .card-media.gradient-mauve,
a.destination-card .card-media.gradient-mauve,
a.template-card .card-media.gradient-mauve {
  background: var(--gradient-mauve) !important;
  background-color: transparent !important;
  background-image: var(--gradient-mauve) !important;
}
.board-card .card-media.gradient-slate,
.destination-card .card-media.gradient-slate,
.mood-card .card-media.gradient-slate,
.place-card .card-media.gradient-slate,
.template-card .card-media.gradient-slate,
.flight-deal-card .card-media.gradient-slate,
a.board-card .card-media.gradient-slate,
a.destination-card .card-media.gradient-slate,
a.template-card .card-media.gradient-slate {
  background: var(--gradient-slate) !important;
  background-color: transparent !important;
  background-image: var(--gradient-slate) !important;
}
/* Fallback for cards without gradient class */
.board-card .card-media:not([class*="gradient-"]):not(.gradient-sand):not(.gradient-sage):not(.gradient-mauve):not(.gradient-slate),
.destination-card .card-media:not([class*="gradient-"]):not(.gradient-sand):not(.gradient-sage):not(.gradient-mauve):not(.gradient-slate),
.template-card .card-media:not([class*="gradient-"]):not(.gradient-sand):not(.gradient-sage):not(.gradient-mauve):not(.gradient-slate),
.flight-deal-card .card-media:not([class*="gradient-"]):not(.gradient-sand):not(.gradient-sage):not(.gradient-mauve):not(.gradient-slate) {
  background: var(--gray-100) !important;
}
/* Force transparent background on template cards - must be last to override templates_section.css */
a.template-card,
.template-card {
  background: transparent !important;
  background-color: transparent !important;
}
/* Load last to override old card styles */
.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}
.after\:left-\[2px\]::after {
  content: var(--tw-content);
  left: 2px;
}
.after\:top-\[2px\]::after {
  content: var(--tw-content);
  top: 2px;
}
.after\:h-5::after {
  content: var(--tw-content);
  height: 1.25rem;
}
.after\:w-5::after {
  content: var(--tw-content);
  width: 1.25rem;
}
.after\:rounded-full::after {
  content: var(--tw-content);
  border-radius: 9999px;
}
.after\:border::after {
  content: var(--tw-content);
  border-width: 1px;
}
.after\:border-gray-300::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(209 209 207 / var(--tw-border-opacity, 1));
}
.after\:bg-white::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.after\:transition-all::after {
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}
.last\:border-0:last-child {
  border-width: 0px;
}
.hover\:scale-\[1\.02\]:hover {
  --tw-scale-x: 1.02;
  --tw-scale-y: 1.02;
  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));
}
.hover\:border-\[\#A3A3A1\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(163 163 161 / var(--tw-border-opacity, 1));
}
.hover\:border-gray-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(209 209 207 / var(--tw-border-opacity, 1));
}
.hover\:border-gray-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(163 163 161 / var(--tw-border-opacity, 1));
}
.hover\:border-gray-900:hover {
  --tw-border-opacity: 1;
  border-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}
.hover\:border-stone-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(231 229 228 / var(--tw-border-opacity, 1));
}
.hover\:border-stone-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(214 211 209 / var(--tw-border-opacity, 1));
}
.hover\:border-stone-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(168 162 158 / var(--tw-border-opacity, 1));
}
.hover\:bg-\[\#1a3009\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(26 48 9 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#525250\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 80 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#5C7C4A\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(92 124 74 / var(--tw-bg-opacity, 1));
}
.hover\:bg-black\/70:hover {
  background-color: rgb(28 28 28 / 0.7);
}
.hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 243 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(232 232 230 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(209 209 207 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 80 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}
.hover\:bg-green-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(22 101 52 / var(--tw-bg-opacity, 1));
}
.hover\:bg-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(45 80 22 / var(--tw-bg-opacity, 1));
}
.hover\:bg-primary-muted:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(92 124 74 / var(--tw-bg-opacity, 1));
}
.hover\:bg-red-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
.hover\:bg-red-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}
.hover\:bg-stone-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 244 / var(--tw-bg-opacity, 1));
}
.hover\:bg-stone-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(231 229 228 / var(--tw-bg-opacity, 1));
}
.hover\:bg-stone-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(41 37 36 / var(--tw-bg-opacity, 1));
}
.hover\:text-\[\#5C7C4A\]:hover {
  --tw-text-opacity: 1;
  color: rgb(92 124 74 / var(--tw-text-opacity, 1));
}
.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(28 28 28 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-600:hover {
  --tw-text-opacity: 1;
  color: rgb(82 82 80 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.hover\:text-primary-muted:hover {
  --tw-text-opacity: 1;
  color: rgb(92 124 74 / var(--tw-text-opacity, 1));
}
.hover\:text-red-600:hover {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.hover\:text-red-800:hover {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
.hover\:text-stone-600:hover {
  --tw-text-opacity: 1;
  color: rgb(87 83 78 / var(--tw-text-opacity, 1));
}
.hover\:text-stone-700:hover {
  --tw-text-opacity: 1;
  color: rgb(68 64 60 / var(--tw-text-opacity, 1));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.hover\:shadow-\[0_4px_16px_rgba\(45\2c 80\2c 22\2c 0\.45\)\]:hover {
  --tw-shadow: 0 4px 16px rgba(45,80,22,0.45);
  --tw-shadow-colored: 0 4px 16px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-lg:hover {
  --tw-shadow: 0 8px 32px rgba(0,0,0,0.08);
  --tw-shadow-colored: 0 8px 32px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-md:hover {
  --tw-shadow: 0 4px 20px rgba(0,0,0,0.06);
  --tw-shadow-colored: 0 4px 20px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus\:border-\[\#2D5016\]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(45 80 22 / var(--tw-border-opacity, 1));
}
.focus\:border-black:focus {
  --tw-border-opacity: 1;
  border-color: rgb(28 28 28 / var(--tw-border-opacity, 1));
}
.focus\:border-blue-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}
.focus\:border-gray-900:focus {
  --tw-border-opacity: 1;
  border-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}
.focus\:border-primary:focus {
  --tw-border-opacity: 1;
  border-color: rgb(45 80 22 / var(--tw-border-opacity, 1));
}
.focus\:border-transparent:focus {
  border-color: transparent;
}
.focus\:bg-white:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.focus\:text-black:focus {
  --tw-text-opacity: 1;
  color: rgb(28 28 28 / var(--tw-text-opacity, 1));
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-\[\#2D5016\]:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(45 80 22 / var(--tw-ring-opacity, 1));
}
.focus\:ring-\[\#2D5016\]\/20:focus {
  --tw-ring-color: rgb(45 80 22 / 0.2);
}
.focus\:ring-black:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(28 28 28 / var(--tw-ring-opacity, 1));
}
.focus\:ring-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}
.focus\:ring-gray-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(17 24 39 / var(--tw-ring-opacity, 1));
}
.focus\:ring-primary:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(45 80 22 / var(--tw-ring-opacity, 1));
}
.focus\:ring-stone-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(120 113 108 / var(--tw-ring-opacity, 1));
}
.focus\:ring-stone-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(28 25 23 / var(--tw-ring-opacity, 1));
}
.focus\:ring-opacity-20:focus {
  --tw-ring-opacity: 0.2;
}
.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}
.disabled\:bg-gray-100:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 243 / var(--tw-bg-opacity, 1));
}
.disabled\:opacity-50:disabled {
  opacity: 0.5;
}
.disabled\:hover\:scale-100:hover:disabled {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(115 115 113 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:text-stone-600 {
  --tw-text-opacity: 1;
  color: rgb(87 83 78 / var(--tw-text-opacity, 1));
}
.peer:checked ~ .peer-checked\:bg-\[\#2D5016\] {
  --tw-bg-opacity: 1;
  background-color: rgb(45 80 22 / var(--tw-bg-opacity, 1));
}
.peer:checked ~ .peer-checked\:after\:translate-x-full::after {
  content: var(--tw-content);
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.peer:checked ~ .peer-checked\:after\:border-white::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.peer:focus ~ .peer-focus\:outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.peer:focus ~ .peer-focus\:ring-4 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.peer:focus ~ .peer-focus\:ring-\[\#2D5016\]\/20 {
  --tw-ring-color: rgb(45 80 22 / 0.2);
}
@media (min-width: 640px) {
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:flex-row {
    flex-direction: row;
  }
  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 768px) {
  .md\:block {
    display: block;
  }
  .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;
  }
  .md\:items-center {
    align-items: center;
  }
  .md\:justify-between {
    justify-content: space-between;
  }
  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }
  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .lg\:grid {
    display: grid;
  }
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:gap-8 {
    gap: 2rem;
  }
  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
