@charset "UTF-8";
/*!
Theme Name: vibe
Theme URI: http://underscores.me/
Author: henry
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vibe
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

vibe is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
:root {
  /* ── Vibe V2 Palette ── */
  --v2-orange: #FF5C1A;
  --v2-orange-glow: rgba(255, 92, 26, .2);
  --v2-lime: #C8F04A;
  --v2-bg: #FDF8F3;
  --v2-bg2: #F5EEE6;
  --v2-charcoal: #16120E;
  --v2-mid: #7A6A5E;
  --v2-soft: #B5A89C;
  --v2-white: #FFFFFF;
  --v2-border: rgba(22, 18, 14, .08);
  --v2-shadow-sm: 0 2px 16px rgba(0, 0, 0, .06), 0 1px 3px rgba(0, 0, 0, .04);
  --v2-shadow-md: 0 8px 40px rgba(0, 0, 0, .11), 0 2px 8px rgba(0, 0, 0, .05);
  --v2-r-lg: 24px;
  --v2-r-xl: 32px;
  --v2-font-base: 'Be Vietnam Pro', sans-serif;
  --v2-font-heading: 'Bricolage Grotesque', sans-serif;
  /* ── Legacy / V1 Palette ── */
  --ink: #09090d;
  --ink2: #10101a;
  --ink3: #16161f;
  --ink4: #1c1c28;
  --accent: #6c5ce7;
  --accent2: #a29bfe;
  --accent3: #7d6ff0;
  --green: #00cba9;
  --green2: #00ffd0;
  --bd: #242433;
  --bd2: #2e2e42;
  --td: #ededf5;
  --td2: #9090aa;
  --td3: #525268;
  /* ── Light section palette ── */
  --orange: #ff6b35;
  --orange2: #ff8c5a;
  --bg: #f6f5ef;
  --bg2: #efede7;
  --bg3: #e6e4dc;
  --white: #ffffff;
  --txt: #0d0d12;
  --txt2: #4a4858;
  --txt3: #8a889a;
  --border: #dddbd3;
  --border2: #c9c7bf;
  --r: 10px;
  --r2: 14px;
  --r3: 20px;
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * 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;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-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;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-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;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

@font-face {
  font-family: "BeVietnam";
  src: url("assets/fonts/be-vietnam/BeVietnam-Regular.ttf");
}
@font-face {
  font-family: "BeVietnam medium";
  src: url("assets/fonts/be-vietnam/BeVietnam-Medium.ttf");
}
@font-face {
  font-family: "BeVietnam bold";
  src: url("assets/fonts/be-vietnam/BeVietnam-Bold.ttf");
}
@font-face {
  font-family: "BeVietnam semibold";
  src: url("assets/fonts/be-vietnam/BeVietnam-SemiBold.ttf");
}
@font-face {
  font-family: "BeVietnam thin";
  src: url("assets/fonts/be-vietnam/BeVietnam-Thin.ttf");
}
@font-face {
  font-family: "BeVietnam light";
  src: url("assets/fonts/be-vietnam/BeVietnam-Light.ttf");
}
@font-face {
  font-family: "Brygada_1918";
  src: url("assets/fonts/Brygada_1918/Brygada1918-Regular.ttf");
}
@font-face {
  font-family: "Brygada_1918 medium";
  src: url("assets/fonts/Brygada_1918/Brygada1918-Medium.ttf");
}
@font-face {
  font-family: "Brygada_1918 semibold";
  src: url("assets/fonts/Brygada_1918/Brygada1918-SemiBold.ttf");
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}
a:visited {
  color: #800080;
}
a:hover, a:focus, a:active {
  color: #191970;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/* ── Utility Classes ──────────────────────────────── */
.u-hide {
  display: none !important;
}

.u-flex {
  display: flex !important;
}

.u-flex-center {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.u-full-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.u-circle {
  border-radius: 50% !important;
}

/* Common margins */
.u-mt-12 {
  margin-top: 12px !important;
}

.u-mt-24 {
  margin-top: 24px !important;
}

.u-mt-32 {
  margin-top: 32px !important;
}

.u-mb-24 {
  margin-bottom: 24px !important;
}

.u-mr-8 {
  margin-right: 8px !important;
}

.u-z-high {
  z-index: 9999 !important;
}

.u-text-center {
  text-align: center !important;
}

.u-p-28 {
  padding: 28px !important;
}

.u-color-soft {
  color: var(--v2-soft) !important;
}

.u-fs-13 {
  font-size: 13px !important;
}

.u-fs-12 {
  font-size: 12px !important;
}

.u-w-36 {
  width: 36px !important;
}

.u-hide {
  display: none !important;
}

.u-flex {
  display: flex !important;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.v2-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 48px;
  background: rgba(253, 248, 243, 0.88);
  backdrop-filter: blur(20px) saturate(160%);
  border-bottom: 1px solid var(--v2-border);
}
.v2-nav .logo {
  font-family: "Bricolage Grotesque", ui-rounded, "Helvetica Neue", Arial, sans-serif;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.5px;
  color: var(--v2-charcoal);
  text-decoration: none;
}
@media (max-width: 480px) {
  .v2-nav .logo {
    font-size: 17px;
  }
}
.v2-nav .logo .dot {
  color: var(--v2-orange);
}
.v2-nav .nav-right {
  display: flex;
  align-items: center;
  gap: 6px;
}
.v2-nav .nav-link {
  color: var(--v2-mid);
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 99px;
  transition: color 0.2s, background 0.2s;
}
@media (max-width: 480px) {
  .v2-nav .nav-link {
    padding: 8px 10px;
    font-size: 12px;
  }
}
.v2-nav .nav-link:hover {
  color: var(--v2-charcoal);
  background: var(--v2-bg2);
}
.v2-nav .v2-nav-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0;
}
.v2-nav .v2-nav-menu .menu-item a {
  color: var(--v2-mid);
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 99px;
  transition: color 0.2s, background 0.2s;
  display: block;
}
.v2-nav .v2-nav-menu .menu-item a:hover {
  color: var(--v2-charcoal);
  background: var(--v2-bg2);
}
.v2-nav .v2-nav-menu .menu-item.current-menu-item a {
  color: var(--v2-charcoal);
  background: var(--v2-bg2);
}
.v2-nav .nav-btn {
  background: var(--v2-charcoal);
  color: var(--v2-white);
  border: none;
  border-radius: 99px;
  padding: 0 22px;
  height: 40px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  line-height: 1;
}
@media (max-width: 480px) {
  .v2-nav .nav-btn {
    padding: 0 12px;
    height: 32px;
    font-size: 12px;
  }
}
.v2-nav .nav-btn:hover {
  background: var(--v2-orange);
  transform: translateY(-1px);
}
.v2-nav .notif-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--v2-bg);
  border: 1px solid var(--v2-border);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  transition: all 0.2s;
  margin-left: 12px;
  color: var(--v2-mid);
}
@media (max-width: 480px) {
  .v2-nav .notif-btn {
    margin-left: 0;
  }
}
.v2-nav .notif-btn:hover {
  background: var(--v2-bg2);
  transform: translateY(-1px);
  color: var(--v2-charcoal);
}
.v2-nav .notif-btn .notif-dot {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 8px;
  height: 8px;
  background: var(--v2-orange);
  border-radius: 50%;
  border: 2px solid var(--v2-bg);
}
.v2-nav .v2-avatar {
  position: relative;
  margin-left: 12px;
}
@media (max-width: 480px) {
  .v2-nav .v2-avatar {
    margin-left: 0;
  }
}
.v2-nav .v2-avatar__trigger {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border-color 0.2s;
}
.v2-nav .v2-avatar__trigger img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.v2-nav .v2-avatar__trigger:hover {
  border-color: var(--v2-orange);
}
.v2-nav .v2-avatar__dropdown {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  width: 240px;
  background: #ffffff;
  backdrop-filter: blur(12px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
  padding: 12px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px) scale(0.95);
  transition: all 0.25s cubic-bezier(0.22, 0.68, 0, 1.28);
  z-index: 100;
}
.v2-nav .v2-avatar__dropdown::before {
  content: "";
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  height: 15px;
}
.v2-nav .v2-avatar__dropdown.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}
.v2-nav .v2-avatar:hover .v2-nav .v2-avatar__dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}
.v2-nav .v2-avatar__header {
  padding: 8px 12px 12px;
}
.v2-nav .v2-avatar__name {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: var(--v2-charcoal);
}
.v2-nav .v2-avatar__meta {
  font-size: 12px;
  color: var(--v2-soft);
  margin-top: 2px;
}
.v2-nav .v2-avatar__divider {
  height: 1px;
  background: var(--v2-border);
  margin: 8px 0;
  list-style: none;
}
.v2-nav .v2-avatar__menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.v2-nav .v2-avatar__menu li {
  margin-bottom: 2px;
}
.v2-nav .v2-avatar__menu li:last-child {
  margin-bottom: 0;
}
.v2-nav .v2-avatar__menu li a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 12px;
  color: var(--v2-mid);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s;
}
.v2-nav .v2-avatar__menu li a:hover {
  background: rgba(22, 18, 14, 0.05);
  color: var(--v2-charcoal);
  transform: translateX(4px);
}
.v2-nav .v2-avatar__icon {
  font-size: 16px;
  width: 20px;
  text-align: center;
}
.v2-nav .v2-avatar__logout a:hover {
  background: rgba(239, 68, 68, 0.08) !important;
  color: #EF4444 !important;
}

@media (max-width: 860px) {
  .v2-nav {
    padding: 14px 15px;
  }
}
.v2-footer {
  background: var(--v2-charcoal);
  padding: clamp(20px, 3vw, 36px) clamp(20px, 5vw, 80px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.v2-footer .footer-logo {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: var(--v2-white);
  text-decoration: none;
}
.v2-footer .footer-logo .dot {
  color: var(--v2-orange);
}
.v2-footer .footer-copy {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.35);
}
.v2-footer .footer-links {
  display: flex;
  gap: 24px;
}
.v2-footer .footer-links a {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.45);
  text-decoration: none;
  transition: color 0.2s;
}
.v2-footer .footer-links a:hover {
  color: var(--v2-orange);
}

@media (max-width: 640px) {
  .v2-footer {
    flex-direction: column;
    text-align: center;
    padding-bottom: 110px;
  }
  .v2-footer .footer-links {
    justify-content: center;
  }
}
/* Login Page V2 Migration */
.login-page {
  background: var(--v2-bg);
  color: var(--v2-charcoal);
  font-family: var(--v2-font-body);
}
.login-page .page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 115px 24px 40px;
  background: #FEFAF6;
  position: relative;
}
@media (max-width: 480px) {
  .login-page .page {
    padding: 115px 15px 40px;
  }
}
.login-page .card {
  width: 100%;
  max-width: 440px;
  background: var(--v2-white);
  border-radius: 32px;
  padding: 48px 40px;
  box-shadow: var(--v2-shadow-lg);
  text-align: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 480px) {
  .login-page .card {
    padding: 48px 20px;
  }
}
.login-page .card-header {
  margin-bottom: 20px;
  background: transparent;
  border-bottom: 0;
}
.login-page .card-title {
  font-family: var(--v2-font-heading);
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.5px;
  color: var(--v2-charcoal);
  margin-bottom: 4px;
  margin-top: 0;
  text-align: center;
}
.login-page .card-title span {
  color: var(--v2-orange);
}
.login-page {
  /* ─── TABS ───────────────────────────────────── */
}
.login-page .auth-tabs {
  display: flex;
  background: var(--v2-bg2);
  border-radius: 99px;
  padding: 4px;
  gap: 4px;
  margin-bottom: 28px;
}
.login-page .auth-tabs .auth-tab {
  flex: 1;
  border: none;
  background: transparent;
  border-radius: 99px;
  padding: 9px 0;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--v2-mid);
  cursor: pointer;
  transition: all 0.2s;
}
.login-page .auth-tabs .auth-tab.active {
  background: var(--v2-white);
  color: var(--v2-charcoal);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.08);
}
.login-page .card-sub {
  font-size: 15px;
  color: var(--v2-mid);
  margin-bottom: 0;
}
.login-page .form-group {
  text-align: left;
  margin-bottom: 20px;
}
.login-page .form-group label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: var(--v2-mid);
  margin-bottom: 6px;
}
.login-page .form-group input {
  width: 100%;
  background: var(--v2-bg2);
  border: 1.5px solid var(--v2-border);
  border-radius: 14px;
  padding: 12px 16px;
  font-size: 15px;
  outline: none;
  transition: all 0.2s;
}
.login-page .form-group input:focus {
  border-color: var(--v2-orange);
  background: var(--v2-white);
  box-shadow: 0 0 0 4px rgba(255, 160, 144, 0.1);
}
.login-page .btn-cta {
  background: var(--v2-charcoal);
  color: var(--v2-white);
  border: none;
  border-radius: 99px;
  padding: 14px 28px;
  font-weight: 700;
  font-size: 16px;
  width: 100%;
  cursor: pointer;
  transition: all 0.2s;
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.login-page .btn-cta:hover {
  background: var(--v2-orange);
  transform: translateY(-1px);
}
.login-page .form-note {
  margin-top: 24px;
  font-size: 14px;
  color: var(--v2-mid);
}
.login-page .form-note a {
  color: var(--v2-orange);
  font-weight: 700;
  text-decoration: none;
}

/* Profile Page V2 Migration */
.profile-page {
  /* Main container is already flex from .dashboard-page if we use that structure */
}

.db-card--profile {
  background: var(--v2-white);
  border: 1px solid var(--v2-border);
  border-radius: 24px;
  padding: 32px;
  margin-bottom: 24px;
  box-shadow: var(--v2-shadow-sm);
}
.db-card--profile .card-title {
  font-family: var(--v2-font-heading);
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--v2-charcoal);
}
.db-card--profile .card-title .edit-btn {
  font-size: 13px;
  font-weight: 700;
  color: var(--v2-orange);
  cursor: pointer;
  padding: 6px 14px;
  border-radius: 99px;
  background: var(--v2-bg2);
  transition: all 0.2s;
}
.db-card--profile .card-title .edit-btn:hover {
  background: var(--v2-orange);
  color: var(--v2-white);
  transform: translateY(-1px);
}

/* Unified Buttons */
.prof-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  padding: 0 20px;
  border-radius: 99px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s;
  border: none;
  font-family: var(--v2-font-body);
  text-decoration: none;
  gap: 8px;
}
.prof-btn.is-primary {
  background: var(--v2-orange);
  color: var(--v2-white);
}
.prof-btn.is-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(255, 92, 26, 0.25);
}
.prof-btn.is-secondary {
  background: var(--v2-bg2);
  color: var(--v2-charcoal);
  border: 1px solid var(--v2-border);
}
.prof-btn.is-secondary:hover {
  background: #ece4da;
  transform: translateY(-1px);
}
.prof-btn.is-ghost {
  background: transparent;
  color: var(--v2-orange);
  border: 1px solid transparent;
}
.prof-btn.is-ghost:hover {
  border-color: var(--v2-orange);
  background: #FFF9F7;
}

/* Hero / Avatar Section */
.profile-hero {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-bottom: 40px;
}
.profile-hero__avatar-wrap {
  position: relative;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 4px solid var(--v2-white);
  box-shadow: var(--v2-shadow-md);
  overflow: hidden;
  cursor: pointer;
}
.profile-hero__avatar-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.profile-hero__avatar-wrap:hover img {
  transform: scale(1.05);
}
.profile-hero__avatar-wrap .avatar-overlay {
  position: absolute;
  inset: 0;
  background: rgba(22, 18, 14, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.2s;
  color: var(--v2-white);
}
.profile-hero__avatar-wrap:hover .avatar-overlay {
  opacity: 1;
}
.profile-hero__info {
  flex: 1;
}
.profile-hero__info .name-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}
.profile-hero__info .name-row h1 {
  font-family: var(--v2-font-heading);
  font-size: 32px;
  font-weight: 800;
  letter-spacing: -1px;
}
.profile-hero__info .bio-text {
  font-size: 16px;
  color: var(--v2-mid);
  line-height: 1.6;
  max-width: 600px;
}

/* Info Grid */
.info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
}
.info-grid__item {
  background: var(--v2-bg2);
  padding: 16px 20px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid var(--v2-border);
  transition: transform 0.2s;
}
.info-grid__item:hover {
  transform: translateY(-2px);
  border-color: var(--v2-orange);
}
.info-grid__item .icon {
  font-size: 20px;
}
.info-grid__item .content .lbl {
  font-size: 11px;
  font-weight: 700;
  color: var(--v2-mid);
  text-transform: uppercase;
  margin-bottom: 2px;
}
.info-grid__item .content .val {
  font-size: 15px;
  font-weight: 600;
  color: var(--v2-charcoal);
}

/* Social Grid */
.social-grid {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.social-grid__item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px 20px;
  background: var(--v2-white);
  border: 1px solid var(--v2-border);
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.2s;
}
.social-grid__item .icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-grid__item .name {
  font-weight: 600;
  font-size: 14px;
  color: var(--v2-charcoal);
  flex: 1;
}
.social-grid__item .val {
  font-size: 13px;
  color: var(--v2-mid);
}
.social-grid__item:hover {
  border-color: var(--v2-orange);
  background: var(--v2-bg2);
  transform: translateX(4px);
}

/* Editing State */
.profile-editing .val, .profile-editing .name-row h1, .profile-editing .bio-text {
  border-bottom: 2px dashed var(--v2-orange);
  background: #FFF9F7;
  padding: 4px 8px;
  border-radius: 4px;
  cursor: text;
}

@media (max-width: 600px) {
  .profile-hero {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
}
/* ── Profile Page Layout Utils ───────────────── */
.profile-two-col {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 24px;
  align-items: start;
}
@media (max-width: 991px) {
  .profile-two-col {
    grid-template-columns: 1fr;
  }
}

.db-sidebar__nav-item.is-logout {
  color: #FFA090 !important;
}

.hero-edit-actions,
.card-actions .profile__content__details__wrapper--action {
  display: none;
  gap: 8px;
}

.topbar-left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.hero-info-header {
  display: flex;
  align-items: center;
  gap: 12px;
}

.bio-edit-btn {
  height: auto !important;
  padding: 4px 0 !important;
}

/**
 * 404 Page Styles - Vibe V2 Migration
 */
body.error404 {
  background: var(--v2-bg);
  color: var(--v2-charcoal);
}

.vibe-404-page {
  min-height: calc(100vh - 102px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 120px 24px 80px;
  position: relative;
  overflow: hidden;
  background: var(--v2-bg);
  /* Gradient blobs */
}
.vibe-404-page::before {
  content: "";
  position: absolute;
  top: -10%;
  left: -12%;
  width: 58%;
  height: 72%;
  background: radial-gradient(ellipse, rgba(255, 165, 130, 0.28) 0%, rgba(255, 110, 70, 0.08) 45%, transparent 68%);
  border-radius: 50%;
  animation: bDrift 12s ease-in-out infinite alternate;
  pointer-events: none;
}
.vibe-404-page::after {
  content: "";
  position: absolute;
  bottom: -15%;
  right: -10%;
  width: 62%;
  height: 68%;
  background: radial-gradient(ellipse, rgba(190, 155, 255, 0.22) 0%, rgba(130, 90, 255, 0.07) 45%, transparent 68%);
  border-radius: 50%;
  animation: bDrift 15s ease-in-out 1s infinite alternate-reverse;
  pointer-events: none;
}
.vibe-404-page .blob-y {
  position: absolute;
  top: 8%;
  right: 8%;
  width: 280px;
  height: 280px;
  background: radial-gradient(ellipse, rgba(255, 215, 100, 0.18) 0%, transparent 65%);
  border-radius: 50%;
  pointer-events: none;
  animation: bDrift 10s ease-in-out 2s infinite alternate;
}
@keyframes bDrift {
  from {
    transform: translate(0, 0) scale(1);
  }
  to {
    transform: translate(3%, 4%) scale(1.08);
  }
}
.vibe-404-page {
  /* Content */
}
.vibe-404-page .inner {
  position: relative;
  z-index: 2;
  max-width: 560px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}
.vibe-404-page {
  /* Big 404 display */
}
.vibe-404-page .num {
  font-family: var(--v2-font-heading);
  font-size: clamp(100px, 20vw, 180px);
  font-weight: 800;
  letter-spacing: -8px;
  line-height: 1;
  color: var(--v2-charcoal);
  user-select: none;
  display: flex;
  align-items: center;
  gap: 0;
}
.vibe-404-page .num .zero {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 1em;
}
.vibe-404-page .num .zero .bg-zero {
  color: var(--v2-bg2);
}
.vibe-404-page .num .zero .emoji-404 {
  position: absolute;
  font-size: 0.46em;
  line-height: 1;
  animation: bobble 4s ease-in-out infinite;
}
.vibe-404-page .num .hl {
  position: relative;
  color: var(--v2-orange);
  font-style: italic;
}
.vibe-404-page .num .hl::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 8px;
  right: 0;
  height: 6px;
  background: var(--v2-orange);
  border-radius: 3px;
  opacity: 0.2;
}
@keyframes bobble {
  0%, 100% {
    transform: translateY(0) rotate(-3deg);
  }
  50% {
    transform: translateY(-10px) rotate(3deg);
  }
}
.vibe-404-page h1 {
  font-family: var(--v2-font-heading);
  font-size: clamp(22px, 4vw, 32px);
  font-weight: 800;
  letter-spacing: -1px;
  line-height: 1.15;
  margin-bottom: 14px;
  color: var(--v2-charcoal);
}
.vibe-404-page .sub {
  font-size: clamp(14px, 1.6vw, 16px);
  color: var(--v2-mid);
  line-height: 1.75;
  max-width: 400px;
  margin: 0 auto 36px;
}
.vibe-404-page .btns {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}
.vibe-404-page .btn-primary {
  background: var(--v2-orange);
  color: var(--v2-white);
  border: none;
  border-radius: 99px;
  padding: 0 32px;
  height: 50px;
  font-family: inherit;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 4px 24px rgba(255, 92, 26, 0.2);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.vibe-404-page .btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 36px rgba(255, 92, 26, 0.35);
  color: var(--v2-white);
}
.vibe-404-page {
  /* Responsive */
}
@media (max-width: 600px) {
  .vibe-404-page .num {
    letter-spacing: -4px;
  }
  .vibe-404-page .btns {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .vibe-404-page .btn-primary {
    width: 100%;
    max-width: 280px;
  }
  .vibe-404-page .sub {
    font-size: 15px;
  }
}

.post-details {
  /* Dark theme variables — scoped to .post-details only */
  --ink4: #1e1e2c;
  --ink5: #252535;
  --red: #ff5e7d;
  --amber: #f0a500;
  --bd: #1e1e2c;
  --bd2: #2a2a3c;
  --bd3: #353548;
  --txt: #ededf5;
  --txt2: #b8b8cc;
  /* brighter than before */
  --txt3: #6a6a82;
  --r3: 18px;
}

.post-details {
  background: var(--ink);
  color: var(--txt);
  font-family: "Onest", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  overflow-x: hidden;
}
.post-details .page {
  max-width: 1180px;
  margin: 0 auto;
  padding: calc(2.5rem + 62px) 2rem 6rem;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.post-details {
  /* Top row: 2-col grid
  Row 1: hero-media (left) | follower-box (right) — same height
  Row 2: thumb-strip (left) | empty (right)        */
}
.post-details .top-row {
  display: grid;
  grid-template-columns: 1fr 336px;
  grid-template-rows: auto auto;
  gap: 0 2rem;
}
.post-details .top-row .hero-media {
  grid-column: 1;
  grid-row: 1;
  margin-bottom: 0;
  /* remove default margin; gap handled by padding below */
  border-radius: var(--r3);
}
.post-details .top-row .follower-box {
  grid-column: 2;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  /* stretch to exact height of hero-media */
}
.post-details .thumb-strip-row {
  grid-column: 1;
  grid-row: 2;
  padding-top: 0.75rem;
}
.post-details .hero-wrap {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.post-details {
  /* Bottom layout: main content + sidebar */
}
.post-details .layout {
  display: grid;
  grid-template-columns: 1fr 336px;
  gap: 2rem;
  align-items: start;
}
.post-details .main-col {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  min-width: 0;
}
.post-details .side-col {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  position: sticky;
  top: 78px;
}
.post-details {
  /* ══════════════════════════════
     HERO VIDEO
  ══════════════════════════════ */
}
.post-details .hero-media {
  position: relative;
  border-radius: var(--r3);
  overflow: hidden;
  border: 1px solid var(--bd);
  aspect-ratio: 16/9;
}
.post-details .hero-media-bg {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(ellipse 80% 60% at 50% 40%, rgba(108, 92, 231, 0.22) 0%, transparent 65%), radial-gradient(ellipse 50% 40% at 20% 80%, rgba(0, 203, 169, 0.1) 0%, transparent 55%), linear-gradient(160deg, #0d0d18 0%, #141025 50%, #0d1a20 100%);
  position: relative;
}
.post-details .hero-grid {
  position: absolute;
  inset: 0;
  opacity: 0.03;
  background-image: linear-gradient(var(--bd2) 1px, transparent 1px), linear-gradient(90deg, var(--bd2) 1px, transparent 1px);
  background-size: 48px 48px;
}
.post-details .hero-label {
  position: absolute;
  bottom: 1.25rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 11px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.45);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: rgba(9, 9, 13, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 4px 14px;
}
.post-details .play-btn {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: rgba(108, 92, 231, 0.75);
  border: 1px solid rgba(162, 155, 254, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.2s, background 0.2s;
  box-shadow: 0 0 40px rgba(108, 92, 231, 0.3);
  position: relative;
  z-index: 2;
}
.post-details .play-btn:hover {
  transform: scale(1.08);
  background: var(--accent);
}
.post-details .play-icon {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 0 13px 22px;
  border-color: transparent transparent transparent #fff;
  margin-left: 4px;
}
.post-details .thumb-strip {
  display: flex;
  gap: 0.625rem;
  overflow-x: auto;
  scrollbar-width: none;
}
.post-details .thumb-strip::-webkit-scrollbar {
  display: none;
}
.post-details .thumb {
  width: 80px;
  height: 52px;
  border-radius: 8px;
  background: var(--ink3);
  border: 1.5px solid var(--bd);
  cursor: pointer;
  overflow: hidden;
  transition: border-color 0.2s;
  flex-shrink: 0;
}
.post-details .thumb:hover:not(.active) {
  border-color: var(--bd3);
}
.post-details .thumb.active {
  border-color: var(--accent2);
}
.post-details .thumb-inner {
  width: 100%;
  height: 100%;
}
.post-details {
  /* ══════════════════════════════
     PROJECT HEADER CARD
  ══════════════════════════════ */
}
.post-details .project-header {
  background: var(--ink2);
  border: 1px solid var(--bd);
  border-radius: var(--r3);
  padding: 1.75rem;
}
.post-details .project-tags {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 0.875rem;
}
.post-details .tag {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 20px;
  border: 1px solid var(--bd2);
  color: var(--txt2);
}
.post-details .tag.accent {
  background: rgba(108, 92, 231, 0.15);
  border-color: rgba(108, 92, 231, 0.35);
  color: var(--accent2);
}
.post-details .tag.green {
  background: rgba(0, 203, 169, 0.1);
  border-color: rgba(0, 203, 169, 0.3);
  color: var(--green);
}
.post-details .project-title {
  font-weight: 700;
  font-size: clamp(22px, 4vw, 32px);
  letter-spacing: -0.025em;
  line-height: 1.2;
  margin-bottom: 0.875rem;
}
.post-details .project-subtitle {
  font-size: 16px;
  color: var(--txt2);
  line-height: 1.8;
  font-weight: 400;
}
.post-details {
  /* read more */
}
.post-details .read-more-btn {
  font-size: 14px;
  font-weight: 700;
  color: var(--accent2);
  cursor: pointer;
  margin-top: 1rem;
  display: inline-block;
  background: none;
  border: none;
  padding: 0;
  transition: color 0.2s;
}
.post-details .read-more-btn:hover {
  color: var(--accent3);
}
.post-details .extra-text {
  display: none;
}
.post-details .extra-text.open {
  display: block;
}
.post-details {
  /* ══════════════════════════════
     CONTENT CARD — mini-nav + all panels always visible
  ══════════════════════════════ */
}
.post-details .content-card {
  background: var(--ink2);
  border: 1px solid var(--bd);
  border-radius: var(--r3);
  overflow: hidden;
}
.post-details .mini-nav {
  display: flex;
  border-bottom: 1px solid var(--bd);
  overflow-x: auto;
  scrollbar-width: none;
  background: var(--ink2);
}
.post-details .mini-nav::-webkit-scrollbar {
  display: none;
}
.post-details .mini-tab {
  font-size: 17px;
  font-weight: 600;
  padding: 14px 1.25rem 12px;
  cursor: pointer;
  white-space: nowrap;
  color: var(--txt2);
  border: none;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  background: transparent;
  transition: color 0.2s, border-color 0.2s;
  flex-shrink: 0;
  line-height: 1;
}
.post-details .mini-tab.active {
  color: var(--txt);
  border-bottom-color: var(--accent2);
}
.post-details .mini-tab:hover:not(.active) {
  color: var(--txt);
}
.post-details .tab-badge {
  font-size: 12px;
  font-weight: 500;
  color: var(--txt3);
  margin-left: 4px;
}
.post-details {
  /* All panels always visible — separated by dividers */
}
.post-details .tab-panel {
  padding: 2rem 1.75rem;
  scroll-margin-top: 80px;
}
.post-details .tab-panel + .tab-panel {
  border-top: 1px solid var(--bd);
}
.post-details {
  /* section label */
}
.post-details .panel-label {
  display: none;
}
.post-details {
  /* ══════════════════════════════
     UPDATES
  ══════════════════════════════ */
}
.post-details .update-item {
  display: flex;
  gap: 1rem;
  padding: 1.1rem 0;
  border-bottom: 1px solid var(--bd);
}
.post-details .update-item:first-child {
  padding-top: 0;
}
.post-details .update-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.post-details .update-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--accent);
  margin-top: 6px;
  flex-shrink: 0;
}
.post-details .update-date {
  font-size: 12px;
  color: var(--txt3);
  margin-bottom: 4px;
}
.post-details .update-title {
  font-size: 15px;
  font-weight: 700;
  color: var(--txt);
  margin-bottom: 5px;
}
.post-details .update-body {
  font-size: 15px;
  color: var(--txt2);
  line-height: 1.7;
  font-weight: 400;
}
.post-details {
  /* ══════════════════════════════
     POLL
  ══════════════════════════════ */
}
.post-details .poll-q {
  font-size: 17px;
  font-weight: 600;
  color: var(--txt);
  margin-bottom: 1.25rem;
  line-height: 1.45;
}
.post-details .poll-opt {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  cursor: pointer;
}
.post-details .poll-opt + .poll-opt {
  margin-top: 0.875rem;
}
.post-details .poll-radio {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1.5px solid var(--bd2);
  flex-shrink: 0;
  transition: border-color 0.2s, background 0.2s;
  position: relative;
}
.post-details .poll-opt.voted .poll-radio {
  border-color: var(--accent);
  background: var(--accent);
}
.post-details .poll-opt.voted .poll-radio::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
}
.post-details .poll-bar-wrap {
  flex: 1;
  height: 40px;
  background: var(--ink3);
  border-radius: 9px;
  overflow: hidden;
  position: relative;
  border: 1px solid var(--bd);
}
.post-details .poll-bar {
  height: 100%;
  border-radius: 9px;
  transition: width 0.6s ease;
}
.post-details .poll-opt-label {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  color: var(--txt);
}
.post-details .poll-pct {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  font-weight: 700;
  color: var(--txt);
}
.post-details .poll-meta {
  font-size: 14px;
  color: var(--txt2);
  margin-top: 1rem;
  font-weight: 500;
}
.post-details {
  /* ══════════════════════════════
     REWARD — flat, no box
  ══════════════════════════════ */
}
.post-details .reward-plan {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent2);
  margin-bottom: 0.75rem;
}
.post-details .reward-price {
  font-weight: 700;
  font-size: 44px;
  letter-spacing: -0.03em;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.post-details .reward-price span {
  font-size: 20px;
  font-weight: 400;
  color: var(--txt2);
  letter-spacing: 0;
  margin-left: 4px;
}
.post-details .reward-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0.625rem;
}
.post-details .reward-desc {
  font-size: 15px;
  color: var(--txt2);
  line-height: 1.7;
  margin-bottom: 1.5rem;
  font-weight: 400;
}
.post-details .reward-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 1.75rem;
}
.post-details .reward-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 15px;
  color: var(--txt2);
  font-weight: 400;
}
.post-details .reward-check {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(0, 203, 169, 0.15);
  color: var(--green);
  font-size: 10px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}
.post-details .reward-divider {
  border: none;
  height: 1px;
  background: var(--bd);
  margin-bottom: 1.5rem;
}
.post-details .btn-reward-cta {
  width: 100%;
  padding: 1rem;
  background: var(--accent);
  color: #fff;
  border: none;
  border-radius: var(--r2);
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.post-details .btn-reward-cta:hover {
  background: var(--accent3);
  transform: translateY(-1px);
}
.post-details .reward-countdown {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--bd);
}
.post-details .reward-countdown-stat {
  text-align: center;
}
.post-details .reward-countdown-stat .cval {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -0.01em;
  color: var(--txt);
  line-height: 1;
}
.post-details .reward-countdown-stat .clbl {
  font-size: 11px;
  color: var(--txt3);
  margin-top: 3px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.post-details .reward-countdown-sep {
  font-size: 20px;
  color: var(--bd3);
  font-weight: 300;
  margin-top: -4px;
}
.post-details {
  /* ══════════════════════════════
     COMMENTS
  ══════════════════════════════ */
}
.post-details .comment-item {
  display: flex;
  gap: 1rem;
  padding: 1.1rem 0;
  border-bottom: 1px solid var(--bd);
}
.post-details .comment-item:first-child {
  padding-top: 0;
}
.post-details .comment-item:last-of-type {
  border-bottom: none;
}
.post-details .comment-av {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 13px;
}
.post-details .comment-av img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.post-details .comment-meta {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  margin-bottom: 5px;
}
.post-details .comment-author {
  font-size: 15px;
  font-weight: 700;
}
.post-details .comment-time {
  font-size: 12px;
  color: var(--txt3);
}
.post-details .comment-text {
  font-size: 15px;
  color: var(--txt2);
  line-height: 1.65;
  font-weight: 400;
}
.post-details .comment-actions {
  display: flex;
  gap: 1rem;
  margin-top: 7px;
}
.post-details .c-action {
  background: none;
  border: none;
  font-size: 12px;
  color: var(--txt3);
  cursor: pointer;
  transition: color 0.2s;
  padding: 0;
}
.post-details .c-action:hover {
  color: var(--accent2);
}
.post-details {
  /* reply thread */
}
.post-details .reply-thread {
  margin-top: 0.75rem;
  padding-left: 1.25rem;
  border-left: 2px solid var(--bd2);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.post-details .reply-item {
  display: flex;
  gap: 0.75rem;
}
.post-details .reply-av {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 10px;
}
.post-details .reply-av img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.post-details .reply-author {
  font-size: 13px;
  font-weight: 700;
  color: var(--txt);
}
.post-details .reply-time {
  font-size: 11px;
  color: var(--txt3);
  margin-left: 0.4rem;
}
.post-details .reply-text {
  font-size: 14px;
  color: var(--txt2);
  line-height: 1.6;
  margin-top: 3px;
  font-weight: 400;
}
.post-details .reply-actions {
  display: flex;
  gap: 0.875rem;
  margin-top: 5px;
}
.post-details .reply-input-row {
  display: flex;
  gap: 0.625rem;
  align-items: flex-end;
  margin-top: 0.75rem;
}
.post-details .reply-input {
  flex: 1;
  background: var(--ink3);
  border: 1px solid var(--bd2);
  border-radius: 8px;
  padding: 0.6rem 0.875rem;
  color: var(--txt);
  font-size: 14px;
  outline: none;
  transition: border-color 0.2s;
  resize: none;
  min-height: 38px;
  font-family: "Onest", sans-serif;
  line-height: 1.5;
}
.post-details .reply-input:focus {
  border-color: var(--accent3);
}
.post-details .reply-input::placeholder {
  color: var(--txt3);
}
.post-details .btn-reply-post {
  background: var(--ink4);
  border: 1px solid var(--bd2);
  color: var(--txt2);
  font-weight: 700;
  font-size: 12px;
  padding: 0.6rem 1rem;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s;
  flex-shrink: 0;
}
.post-details .btn-reply-post:hover {
  border-color: var(--accent2);
  color: var(--accent2);
}
.post-details .show-reply-btn {
  background: none;
  border: none;
  font-size: 12px;
  color: var(--txt3);
  cursor: pointer;
  padding: 0;
  transition: color 0.2s;
  margin-top: 6px;
}
.post-details .show-reply-btn:hover {
  color: var(--accent2);
}
.post-details .comment-input-row {
  display: flex;
  gap: 0.75rem;
  margin-top: 1.1rem;
  padding-top: 1.1rem;
  border-top: 1px solid var(--bd);
  align-items: flex-end;
}
.post-details .me-av {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  flex-shrink: 0;
  background: var(--ink4);
  border: 1px solid var(--bd2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  color: var(--txt3);
}
.post-details .anon-av {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  flex-shrink: 0;
  background: var(--ink4);
  border: 1px solid var(--bd2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  color: var(--txt3);
}
.post-details .me-av.logged-in {
  background: linear-gradient(135deg, var(--accent), var(--orange));
  font-size: 13px;
  color: #fff;
  font-weight: 700;
}
.post-details .comment-input {
  flex: 1;
  background: var(--ink3);
  border: 1px solid var(--bd2);
  border-radius: 10px;
  padding: 0.75rem 1rem;
  color: var(--txt);
  font-size: 15px;
  outline: none;
  transition: border-color 0.2s;
  resize: none;
  min-height: 44px;
  font-family: "Onest", sans-serif;
  line-height: 1.5;
}
.post-details .comment-input:focus {
  color: #fff;
  border-color: var(--accent3);
}
.post-details .comment-input::placeholder {
  color: var(--txt3);
}
.post-details .btn-post {
  background: var(--accent);
  border: none;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  padding: 0.75rem 1.25rem;
  border-radius: 10px;
  cursor: pointer;
  transition: background 0.2s;
  flex-shrink: 0;
}
.post-details .btn-post:hover {
  background: var(--accent3);
}
.post-details {
  /* anon comment form */
}
.post-details .anon-comment-wrap {
  margin-top: 1.1rem;
  padding-top: 1.1rem;
  border-top: 1px solid var(--bd);
}
.post-details .anon-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.875rem;
}
.post-details .anon-av {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  flex-shrink: 0;
  background: var(--ink4);
  border: 1px solid var(--bd2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: var(--txt3);
}
.post-details .anon-name-badge {
  font-size: 13px;
  font-weight: 600;
  color: var(--txt3);
  background: var(--ink3);
  border: 1px solid var(--bd2);
  border-radius: 20px;
  padding: 3px 12px;
}
.post-details .anon-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.625rem;
  margin-bottom: 0.75rem;
}
.post-details .anon-input {
  background: var(--ink3);
  border: 1px solid var(--bd2);
  border-radius: 10px;
  padding: 0.65rem 1rem;
  color: var(--txt);
  font-size: 14px;
  outline: none;
  transition: border-color 0.2s;
  font-family: "Onest", sans-serif;
  width: 100%;
}
.post-details .anon-input:focus {
  border-color: var(--accent3);
}
.post-details .anon-input::placeholder {
  color: var(--txt3);
}
.post-details .anon-textarea-row {
  display: flex;
  gap: 0.75rem;
  align-items: flex-end;
}
.post-details .anon-sign-prompt {
  margin-top: 0.875rem;
  font-size: 13px;
  color: var(--txt3);
  text-align: center;
}
.post-details .anon-sign-prompt a {
  color: var(--accent2);
  cursor: pointer;
  font-weight: 600;
}
.post-details .anon-sign-prompt a:hover {
  color: var(--accent3);
}
.post-details {
  /* ══════════════════════════════
     SIDEBAR
  ══════════════════════════════ */
}
.post-details .side-section {
  background: var(--ink2);
  border: 1px solid var(--bd);
  border-radius: var(--r3);
  padding: 1.5rem;
}
.post-details .side-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--txt3);
  margin-bottom: 1.1rem;
}
.post-details {
  /* followers */
}
.post-details .f-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0.5rem;
}
.post-details .f-count {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -0.02em;
  color: var(--txt);
  line-height: 1;
}
.post-details .f-count span {
  font-size: 15px;
  font-weight: 400;
  color: var(--txt2);
  margin-left: 4px;
}
.post-details .f-goal {
  font-size: 13px;
  color: var(--txt2);
  margin-top: 3px;
}
.post-details .f-pct {
  font-weight: 700;
  font-size: 16px;
  color: var(--green);
}
.post-details .progress-track {
  height: 7px;
  background: var(--ink3);
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--bd);
  margin-bottom: 0.625rem;
}
.post-details .progress-fill {
  height: 100%;
  border-radius: 20px;
  background: linear-gradient(90deg, var(--accent), var(--green));
  transition: width 0.8s ease;
}
.post-details .f-sub {
  font-size: 15px;
  color: var(--txt);
  margin-bottom: 1.25rem;
  font-weight: 600;
}
.post-details {
  /* action buttons: Follow (top), Notify, Like (bottom) */
}
.post-details .action-btns {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.post-details .btn-follow {
  background: var(--accent);
  color: #fff;
  border: none;
  border-radius: var(--r2);
  padding: 0.95rem 1rem;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  transition: background 0.2s, transform 0.15s;
}
.post-details .btn-follow:hover {
  background: var(--accent3);
  transform: translateY(-1px);
}
.post-details .btn-follow.following {
  background: var(--ink4);
  border: 1px solid var(--accent2);
  color: var(--accent2);
}
.post-details .btn-outline {
  background: transparent;
  color: var(--txt);
  border: 1px solid var(--bd2);
  border-radius: var(--r2);
  padding: 0.95rem 1rem;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  transition: border-color 0.2s, background 0.2s, transform 0.15s;
}
.post-details .btn-outline:hover {
  border-color: var(--accent2);
  background: var(--ink3);
  transform: translateY(-1px);
}
.post-details .btn-like {
  background: transparent;
  color: var(--txt);
  border: 1px solid var(--bd2);
  border-radius: var(--r2);
  padding: 0.95rem 1rem;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  transition: all 0.2s;
}
.post-details .btn-like:hover {
  border-color: var(--red);
  color: var(--red);
}
.post-details .btn-like.liked {
  border-color: var(--red);
  color: var(--red);
  background: rgba(255, 94, 125, 0.08);
}
.post-details .notif-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  animation: glow 2s infinite;
  flex-shrink: 0;
}
.post-details .like-count {
  font-size: 13px;
  color: var(--txt3);
  text-align: center;
  margin-top: 0.5rem;
}
.post-details {
  /* builder */
}
.post-details .builder-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-bottom: 1.1rem;
  border-bottom: 1px solid var(--bd);
  margin-bottom: 1.1rem;
}
.post-details .builder-av {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--green));
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  margin-bottom: 0.875rem;
  box-shadow: 0 0 24px rgba(108, 92, 231, 0.25);
  flex-shrink: 0;
}
.post-details .builder-av-img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 0.875rem;
  box-shadow: 0 0 24px rgba(108, 92, 231, 0.25);
  flex-shrink: 0;
  border: 2px solid rgba(255, 255, 255, 0.08);
}
.post-details .builder-top {
  text-decoration: none;
  color: inherit;
}
.post-details .builder-top:hover .builder-name {
  color: var(--accent2);
}
.post-details .builder-top:hover .builder-av-img {
  border-color: rgba(162, 155, 254, 0.4);
}
.post-details .builder-name {
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 4px;
}
.post-details .builder-role {
  font-size: 14px;
  color: var(--txt2);
  margin-bottom: 2px;
}
.post-details .builder-company {
  font-size: 13px;
  color: var(--txt3);
}
.post-details .builder-bio {
  font-size: 14px;
  color: var(--txt2);
  line-height: 1.7;
  text-align: center;
  margin-bottom: 1.1rem;
  padding-bottom: 1.1rem;
  border-bottom: 1px solid var(--bd);
}
.post-details .builder-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.625rem;
  margin-bottom: 1.1rem;
}
.post-details .b-stat {
  background: var(--ink3);
  border: 1px solid var(--bd);
  border-radius: 10px;
  padding: 0.75rem;
  text-align: center;
}
.post-details .b-stat .val {
  font-weight: 500;
  font-size: 22px;
  letter-spacing: -0.01em;
  color: var(--txt);
  line-height: 1;
}
.post-details .b-stat .lbl {
  font-size: 11px;
  color: var(--txt3);
  margin-top: 3px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.post-details .btn-follow-builder {
  width: 100%;
  padding: 0.8rem;
  background: transparent;
  border: 1px solid var(--bd2);
  border-radius: var(--r2);
  font-weight: 700;
  font-size: 14px;
  color: var(--txt2);
  cursor: pointer;
  transition: all 0.2s;
  margin-bottom: 0.625rem;
}
.post-details .btn-follow-builder:hover {
  border-color: var(--accent2);
  color: var(--accent2);
}
.post-details .btn-view-projects {
  width: 100%;
  padding: 0.8rem;
  background: transparent;
  border: 1px solid var(--bd);
  border-radius: var(--r2);
  font-weight: 600;
  font-size: 14px;
  color: var(--txt3);
  cursor: pointer;
  transition: all 0.2s;
}
.post-details .btn-view-projects:hover {
  border-color: var(--bd2);
  color: var(--txt2);
}
.post-details {
  /* similar */
}
.post-details .similar-item {
  display: flex;
  gap: 0.875rem;
  align-items: center;
  padding: 0.875rem 0;
  border-bottom: 1px solid var(--bd);
  cursor: pointer;
  transition: opacity 0.2s;
}
.post-details .similar-item:hover {
  opacity: 0.75;
}
.post-details .similar-item:first-child {
  padding-top: 0;
}
.post-details .similar-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.post-details .similar-thumb {
  width: 44px;
  height: 44px;
  border-radius: 9px;
  border: 1px solid var(--bd);
  flex-shrink: 0;
}
.post-details .similar-name {
  font-size: 15px;
  font-weight: 600;
  color: var(--txt);
}
.post-details .similar-meta {
  font-size: 12px;
  color: var(--txt3);
  margin-top: 2px;
}
.post-details .sim-badge {
  font-size: 10px;
  font-weight: 700;
  border-radius: 20px;
  padding: 2px 8px;
}
.post-details .sim-pre {
  background: rgba(108, 92, 231, 0.15);
  color: var(--accent2);
}
.post-details .sim-beta {
  background: rgba(240, 165, 0, 0.12);
  color: var(--amber);
}
.post-details .sim-live {
  background: rgba(0, 203, 169, 0.12);
  color: var(--green);
}
.post-details {
  /* ══════════════════════════════
     AUTH MODAL
  ══════════════════════════════ */
}
.post-details .modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 500;
  background: rgba(9, 9, 13, 0.85);
  backdrop-filter: blur(8px);
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}
.post-details .modal-overlay.open {
  display: flex;
}
.post-details .modal {
  background: var(--ink2);
  border: 1px solid var(--bd2);
  border-radius: var(--r3);
  padding: 2rem;
  width: 100%;
  max-width: 380px;
  text-align: center;
  position: relative;
}
.post-details .modal h2 {
  font-weight: 700;
  font-size: 21px;
  letter-spacing: -0.02em;
  margin-bottom: 0.5rem;
}
.post-details .modal p {
  font-size: 15px;
  color: var(--txt2);
  margin-bottom: 1.75rem;
  line-height: 1.65;
}
.post-details .modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  color: var(--txt3);
  font-size: 22px;
  cursor: pointer;
  line-height: 1;
  transition: color 0.2s;
}
.post-details .modal-close:hover {
  color: var(--txt);
}
.post-details .modal-btns {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.post-details .btn-sign-up-modal {
  background: var(--accent);
  border: none;
  border-radius: var(--r2);
  padding: 1rem;
  font-weight: 700;
  font-size: 15px;
  color: #fff;
  cursor: pointer;
  transition: background 0.2s;
}
.post-details .btn-sign-up-modal:hover {
  background: var(--accent3);
}
.post-details .btn-sign-in-modal {
  background: transparent;
  border: 1px solid var(--bd2);
  border-radius: var(--r2);
  padding: 1rem;
  font-weight: 600;
  font-size: 15px;
  color: var(--txt2);
  cursor: pointer;
  transition: all 0.2s;
}
.post-details .btn-sign-in-modal:hover {
  border-color: var(--accent2);
  color: var(--txt);
}
.post-details .modal-note {
  font-size: 12px;
  color: var(--txt3);
  margin-top: 1rem;
}
.post-details {
  /* ══════════════════════════════
     TOAST
  ══════════════════════════════ */
}
.post-details .toast {
  position: fixed;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%) translateY(80px);
  background: var(--ink3);
  border: 1px solid var(--bd2);
  border-radius: 12px;
  padding: 0.875rem 1.5rem;
  font-size: 14px;
  font-weight: 500;
  color: var(--txt);
  z-index: 600;
  transition: transform 0.35s ease, opacity 0.35s ease;
  opacity: 0;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  white-space: nowrap;
}
.post-details .toast.show {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
}

/* ══════════════════════════════
   RESPONSIVE — TABLET ≤ 1024px
══════════════════════════════ */
@media (max-width: 1024px) {
  .top-row {
    grid-template-columns: 1fr 290px;
  }
  .layout {
    grid-template-columns: 1fr 290px;
    gap: 1.5rem;
  }
  .mini-tab {
    font-size: 15px;
    padding: 13px 1rem 11px;
  }
}
/* ══════════════════════════════
   RESPONSIVE — MOBILE ≤ 768px
   Stack: hero → follower-box → project-header → content-card → builder → similar
══════════════════════════════ */
@media (max-width: 768px) {
  nav {
    padding: 0 1.25rem;
  }
  .nav-links {
    display: none;
  }
  .page {
    padding: 1rem 1rem 4rem;
    gap: 1.25rem;
  }
  /* top-row: stack vertically on mobile */
  .top-row {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .top-row .hero-media {
    border-radius: var(--r2);
    width: 100%;
  }
  .thumb-strip-row {
    padding-top: 0.75rem;
    width: 100%;
  }
  .top-row .follower-box {
    width: 100%;
    margin-top: 1.25rem;
  }
  /* bottom layout: single column */
  .layout {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
  }
  .main-col {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    width: 100%;
  }
  .side-col {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    width: 100%;
    position: static;
  }
  .side-section {
    box-sizing: border-box;
    width: 100%;
  }
  .progress-track {
    width: 100%;
    min-width: 0;
  }
  .f-count {
    font-size: 20px;
  }
  .similar-item {
    width: 100%;
    min-width: 0;
  }
  .mini-tab {
    font-size: 16px;
    padding: 12px 0.875rem 10px;
  }
  .mini-nav {
    background: var(--ink2);
  }
  .project-title {
    font-size: clamp(20px, 5vw, 26px);
  }
  .hero-media {
    border-radius: var(--r2);
  }
  .play-btn {
    width: 54px;
    height: 54px;
  }
  .play-icon {
    border-width: 10px 0 10px 17px;
  }
  .tab-panel {
    padding: 1.5rem 1.25rem;
  }
  .builder-stats {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .page {
    padding: 0.875rem 0.875rem 4rem;
  }
  .mini-tab {
    font-size: 14px;
    padding: 11px 0.625rem 9px;
  }
  .reward-price {
    font-size: 36px;
  }
  .poll-opt-label {
    font-size: 13px;
  }
  .poll-pct {
    font-size: 13px;
  }
  .reward-countdown {
    gap: 0.875rem;
  }
  .reward-countdown-stat .cval {
    font-size: 18px;
  }
  .f-count {
    font-size: 18px;
  }
  .f-count span {
    font-size: 13px;
  }
  .anon-fields {
    grid-template-columns: 1fr;
  }
}
/* ── Policy/Terms Pages (V2 Migration) ────────── */
.login-page.policy-page .card {
  max-width: 800px !important;
  text-align: left !important;
}
.login-page.policy-page .v2-article-content {
  font-size: 16px;
  line-height: 1.8;
  color: var(--v2-mid);
  text-align: left;
}
.login-page.policy-page .v2-article-content h3 {
  color: var(--v2-charcoal);
  margin: 32px 0 16px;
  font-family: var(--v2-font-heading);
  font-size: 20px;
}
.login-page.policy-page .v2-article-content ul {
  padding-left: 20px;
  list-style: disc;
  margin-bottom: 16px;
}
.login-page.policy-page .v2-article-content p {
  margin-bottom: 16px;
}
.login-page.policy-page .divider {
  margin-top: 40px;
}
.login-page.policy-page .form-note {
  margin-top: 0;
  text-align: center;
}

/* ─── PROJECT CARD (event-card style) ─────── */
.project-card {
  background: transparent;
  border: none;
  box-shadow: none;
  cursor: pointer;
  animation: v2-fadeUp 0.4s ease both;
  display: flex;
  flex-direction: column;
  gap: 0;
  text-decoration: none;
  color: inherit;
}
.project-card:hover {
  text-decoration: none;
  color: inherit;
}
.project-card:hover .project-card__img-bg, .project-card:hover .project-card__img-photo {
  transform: scale(1.04);
}
.project-card {
  /* ── Square image ── */
}
.project-card__img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1/1;
  width: 100%;
  border-radius: 16px;
  background: #e8e0d8;
}
.project-card__img-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--c1, #FF5C1A) 0%, var(--c2, #FFB088) 100%);
  transition: transform 0.4s ease;
}
.project-card__img-photo {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.4s ease;
}
.project-card__img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, 0.28) 100%);
}
.project-card__img-emoji {
  position: relative;
  z-index: 1;
  font-size: 48px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.project-card {
  /* ── Category label pill inside image ── */
}
.project-card__label {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(8px);
  border-radius: 99px;
  padding: 3px 10px;
  font-size: 12px;
  font-weight: 700;
  color: var(--v2-charcoal);
  letter-spacing: 0.03em;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}
.project-card__label.is-linked {
  cursor: pointer;
}
.project-card__label.is-linked:hover {
  background: rgba(255, 255, 255, 0.98);
  color: var(--v2-orange);
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}
.project-card {
  /* ── Info below image — no box ── */
}
.project-card__info {
  display: contents;
}
.project-card__body {
  padding: 0;
  flex: 1;
}
.project-card {
  /* ── Top row: date (left) + countdown (right) ── */
}
.project-card__top-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  margin: 9px 0 4px;
}
.project-card__date {
  font-size: 13px;
  font-weight: 700;
  color: var(--v2-orange);
  letter-spacing: 0.01em;
}
.project-card {
  /* ── Countdown badge ── */
}
.project-card__urgent {
  border-radius: 99px;
  padding: 2px 8px;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
  flex-shrink: 0;
}
.project-card__urgent.cd-today {
  background: rgba(255, 30, 30, 0.1);
  color: #D00;
}
.project-card__urgent.cd-soon {
  background: rgba(255, 92, 26, 0.1);
  color: var(--v2-orange);
}
.project-card__urgent.cd-week {
  background: rgba(22, 18, 14, 0.07);
  color: var(--v2-mid);
}
.project-card__urgent.cd-past {
  background: rgba(22, 18, 14, 0.1);
  color: var(--v2-mid);
}
.project-card {
  /* ── Title ── */
}
.project-card__name {
  font-family: var(--v2-font-heading), sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: var(--v2-charcoal);
  line-height: 1.25;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 5px;
}
.project-card__name:hover {
  color: var(--v2-orange);
}
.project-card {
  /* ── Location row ── */
}
.project-card__meta {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  line-height: 1.25;
  color: var(--v2-mid);
  font-weight: 400;
}
.project-card {
  /* ── Price row ── */
}
.project-card__footer {
  padding: 4px 0 0;
  border: none;
  display: flex;
  align-items: center;
}
.project-card__price {
  font-size: 14px;
  line-height: 1.25;
  font-weight: 400;
  color: var(--v2-mid);
}

/* ── Responsive: single-column horizontal cards ── */
@media (max-width: 640px) {
  .project-card {
    flex-direction: row;
    align-items: center;
    gap: 14px;
  }
  .project-card__img {
    width: 33.333%;
    flex-shrink: 0;
    aspect-ratio: 1/1;
  }
  .project-card__label {
    display: none;
  }
  .project-card__info {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 0;
    justify-content: center;
  }
  .project-card__body {
    flex: none;
    padding-top: 0;
  }
  .project-card__top-row {
    margin: 0 0 4px;
  }
  .project-card__footer {
    padding: 4px 0 0;
  }
  .project-card__date {
    font-size: 14px;
  }
  .project-card__urgent {
    font-size: 14px;
  }
  .project-card__name {
    font-size: 17px;
    -webkit-line-clamp: 2;
    margin-bottom: 3px;
  }
  .project-card__meta {
    font-size: 15px;
  }
  .project-card__price {
    font-size: 15px;
  }
}
@media (max-width: 400px) {
  .project-card__date {
    font-size: 13px;
  }
  .project-card__urgent {
    font-size: 13px;
  }
  .project-card__name {
    font-size: 16px;
  }
  .project-card__meta {
    font-size: 14px;
  }
  .project-card__price {
    font-size: 14px;
  }
}
@keyframes v2-fadeUp {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ── Auth Components ────────────────────────────── */
.btn-google {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  height: 52px;
  border: 1px solid var(--v2-border);
  border-radius: 99px;
  background: var(--v2-white);
  color: var(--v2-charcoal);
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s;
}
.btn-google:hover {
  background: var(--v2-bg2);
  border-color: rgba(22, 18, 14, 0.15);
}
.btn-google svg {
  width: 18px;
  height: 18px;
}

.auth-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: -12px 0 24px;
}
.auth-divider span:first-child, .auth-divider span:last-child {
  flex: 1;
  height: 1px;
  background: var(--v2-border, rgba(22, 18, 14, 0.08));
}
.auth-divider span:nth-child(2) {
  font-size: 12px;
  color: var(--v2-soft, #B5A89C);
  font-weight: 500;
}

/* Onboarding Popup V2 Styles */
.onboarding-modal {
  max-width: 440px !important;
}
.onboarding-modal .welcome-modal-body {
  padding: 32px 24px;
  text-align: center;
}
.onboarding-modal .modal-title {
  font-size: 24px;
  margin-bottom: 6px;
  font-family: var(--v2-font-heading, "Bricolage Grotesque"), sans-serif;
  font-weight: 800;
  color: var(--v2-charcoal, #16120E);
  text-align: center;
  margin-top: 12px;
}
.onboarding-modal .modal-sub {
  margin-bottom: 24px;
}
.onboarding-modal .onboarding-form {
  text-align: left;
}
.onboarding-modal .onboarding-form .field {
  margin-bottom: 16px;
}
.onboarding-modal .onboarding-form .field.is-avatar-field {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 24px;
}
.onboarding-modal .onboarding-form .field.is-city-field {
  margin-bottom: 24px;
}
.onboarding-modal .onboarding-form .field label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: var(--v2-charcoal);
  margin-bottom: 6px;
  letter-spacing: 0.03em;
}
.onboarding-modal .onboarding-form .field label .req {
  color: var(--v2-orange);
}
.onboarding-modal .onboarding-form .avatar-label-text {
  font-size: 13px;
  color: var(--v2-mid);
  margin-top: 8px;
  font-weight: 500;
}
.onboarding-modal .onboarding-form .ob-avatar-wrap {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  border: 2px dashed var(--v2-border);
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--v2-bg2);
}
.onboarding-modal .onboarding-form .ob-avatar-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
}
.onboarding-modal .onboarding-form .ob-avatar-wrap img.is-preview {
  opacity: 1;
}
.onboarding-modal .onboarding-form .ob-avatar-wrap .avatar-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  opacity: 0;
  transition: opacity 0.2s;
}
.onboarding-modal .onboarding-form .ob-avatar-wrap:hover .avatar-overlay {
  opacity: 1;
}
.onboarding-modal .onboarding-form .profile-input {
  width: 100%;
  height: 44px;
  padding: 0 14px;
  border: 1.5px solid var(--v2-border);
  border-radius: 12px;
  font-family: inherit;
  font-size: 15px;
  color: var(--v2-charcoal);
  background: var(--v2-bg);
  transition: border-color 0.2s;
}
.onboarding-modal .onboarding-form .profile-input:focus {
  outline: none;
  border-color: var(--v2-orange);
}
.onboarding-modal .onboarding-form select.profile-input {
  appearance: none;
}
.onboarding-modal .onboarding-form .profile-select-wrap {
  position: relative;
}
.onboarding-modal .onboarding-form .profile-select-wrap .select-icon {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: var(--v2-mid);
}
.onboarding-modal .onboarding-form .alert-box {
  display: none;
  padding: 12px;
  background: rgba(255, 92, 26, 0.1);
  color: var(--v2-orange);
  border-radius: 8px;
  font-size: 14px;
  margin-bottom: 16px;
  text-align: center;
  font-weight: 500;
}
.onboarding-modal .onboarding-form .submit-btn {
  width: 100%;
  justify-content: center;
  height: 48px;
}

.ob-loading {
  opacity: 0.5;
  pointer-events: none;
}

.v2-btn-primary {
  background: var(--v2-orange);
  color: var(--v2-white);
  border: none;
  border-radius: 99px;
  padding: 0 34px;
  height: 52px;
  font-family: var(--v2-font-base);
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 4px 24px var(--v2-orange-glow);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  line-height: 1;
  max-width: 225px;
}
.v2-btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 36px rgba(255, 92, 26, 0.35);
  color: var(--v2-white);
  text-decoration: none;
}
.v2-btn-primary:visited {
  color: var(--v2-white);
}

.v2-btn-ghost {
  background: rgba(255, 255, 255, 0.72);
  color: var(--v2-charcoal);
  border: 2px solid rgba(22, 18, 14, 0.12);
  border-radius: 99px;
  padding: 0 28px;
  height: 52px;
  font-family: var(--v2-font-base);
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  line-height: 1;
}
@media (max-width: 640px) {
  .v2-btn-ghost.btn-ghost-hide {
    display: none;
  }
}
.v2-btn-ghost:hover {
  border-color: var(--v2-charcoal);
  background: rgba(255, 255, 255, 0.9);
  color: var(--v2-charcoal);
  text-decoration: none;
}
.v2-btn-ghost:visited {
  color: var(--v2-charcoal);
}

.hero {
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 130px 24px 100px;
  position: relative;
  overflow: hidden;
  background: var(--v2-bg);
}
@media (max-width: 640px) {
  .hero {
    min-height: 0;
    padding: 116px 20px 52px;
  }
}
.hero__mesh {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}
.hero__mesh::before {
  content: "";
  position: absolute;
  top: -10%;
  left: -12%;
  width: 58%;
  height: 72%;
  background: radial-gradient(ellipse, rgba(255, 165, 130, 0.28) 0%, rgba(255, 110, 70, 0.08) 45%, transparent 68%);
  border-radius: 50%;
  animation: v2-bDrift 12s ease-in-out infinite alternate;
}
.hero__mesh::after {
  content: "";
  position: absolute;
  bottom: -15%;
  right: -10%;
  width: 62%;
  height: 68%;
  background: radial-gradient(ellipse, rgba(190, 155, 255, 0.22) 0%, rgba(130, 90, 255, 0.07) 45%, transparent 68%);
  border-radius: 50%;
  animation: v2-bDrift 15s ease-in-out 1s infinite alternate-reverse;
}
.hero__blob {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.hero__blob--yellow {
  top: 5%;
  right: 6%;
  width: 340px;
  height: 340px;
  background: radial-gradient(ellipse, rgba(255, 215, 100, 0.18) 0%, transparent 65%);
  animation: v2-bDrift 10s ease-in-out 2s infinite alternate;
}
.hero__blob--lime {
  bottom: 14%;
  left: 5%;
  width: 250px;
  height: 250px;
  background: radial-gradient(ellipse, rgba(200, 240, 74, 0.15) 0%, transparent 65%);
  animation: v2-bDrift 13s ease-in-out 0.5s infinite alternate-reverse;
}
.hero__float-label {
  position: absolute;
  z-index: 3;
  background: rgba(255, 255, 255, 0.82);
  border: 1.5px solid rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(12px);
  border-radius: 99px;
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 600;
  color: var(--v2-charcoal);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.09);
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 8px;
  user-select: none;
}
@media (max-width: 640px) {
  .hero__float-label {
    display: none;
  }
}
.hero__float-label--1 {
  top: 15%;
  left: 7%;
  animation: v2-fA 5s ease-in-out infinite;
}
.hero__float-label--2 {
  top: 28%;
  right: 6%;
  animation: v2-fB 6.2s ease-in-out 0.9s infinite;
}
.hero__float-label--3 {
  bottom: 32%;
  left: 13%;
  animation: v2-fC 5s ease-in-out 1.4s infinite;
}
.hero__float-label--4 {
  bottom: 18%;
  right: 9%;
  animation: v2-fD 4.8s ease-in-out 0.3s infinite;
}
.hero__float-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--v2-orange);
  flex-shrink: 0;
}
.hero__inner {
  position: relative;
  z-index: 2;
  max-width: 760px;
  margin: 0 auto;
}
.hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.78);
  border: 1.5px solid rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(8px);
  border-radius: 99px;
  padding: 6px 16px;
  font-size: 13px;
  font-weight: 600;
  color: var(--v2-mid);
  margin: 0;
  box-shadow: var(--v2-shadow-sm);
}
.hero__badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--v2-lime);
  box-shadow: 0 0 0 3px rgba(200, 240, 74, 0.3);
  animation: v2-pLime 2s ease-in-out infinite;
  flex-shrink: 0;
}
.hero__title {
  font-family: var(--v2-font-heading), sans-serif;
  font-size: clamp(40px, 6.5vw, 76px);
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: -2.5px;
  color: var(--v2-charcoal);
  margin-bottom: 24px;
}
.hero__title .hl {
  position: relative;
  display: inline-block;
  color: var(--v2-orange);
  font-style: italic;
  padding: 0 4px;
}
.hero__title .hl::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  right: 0;
  height: 5px;
  background: var(--orange);
  border-radius: 3px;
  opacity: 0.2;
}
.hero__sub {
  font-size: clamp(15px, 1.8vw, 18px);
  font-weight: 400;
  color: var(--v2-mid);
  line-height: 1.75;
  margin: 0 auto 40px;
  max-width: 450px;
}
@media (max-width: 480px) {
  .hero__sub {
    max-width: 275px;
  }
}
.hero__actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}
.hero__stats {
  display: flex;
  gap: 48px;
  justify-content: center;
  margin-top: 64px;
  position: relative;
  z-index: 2;
}
@media (max-width: 640px) {
  .hero__stats {
    display: none;
  }
}
.hero__stat {
  text-align: center;
}
.hero__stat-num {
  font-family: var(--v2-font-heading), sans-serif;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 800;
  color: var(--v2-charcoal);
  letter-spacing: -1px;
}
.hero__stat-lbl {
  font-size: 12px;
  color: var(--v2-soft);
  margin-top: 2px;
  font-weight: 500;
}

.ticker {
  background: var(--v2-charcoal);
  padding: 13px 0;
  overflow: hidden;
}
.ticker__track {
  display: flex;
  gap: 56px;
  animation: v2-ticker 26s linear infinite;
  white-space: nowrap;
  will-change: transform;
}
.ticker__item {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  font-weight: 500;
}
.ticker__star {
  color: var(--v2-orange);
  font-size: 10px;
}

.events {
  padding: 80px clamp(20px, 5vw, 80px);
  background: var(--v2-bg);
}
.events__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.events__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 36px;
  gap: 20px;
  flex-wrap: wrap;
}
.events__eyebrow {
  font-size: 12px;
  font-weight: 700;
  color: var(--v2-orange);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}
.events__title {
  font-family: var(--v2-font-heading), sans-serif;
  font-size: clamp(24px, 4vw, 38px);
  font-weight: 800;
  letter-spacing: -1px;
  color: var(--v2-charcoal);
  margin: 0;
}
.events__tabs {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.events__tab {
  background: transparent;
  border: 1.5px solid var(--v2-border);
  border-radius: 99px;
  padding: 8px 18px;
  font-family: var(--v2-font-base);
  font-size: 14px;
  font-weight: 600;
  color: var(--v2-mid);
  cursor: pointer;
  transition: all 0.2s;
  white-space: nowrap;
}
.events__tab:hover {
  border-color: rgba(255, 92, 26, 0.4);
  color: var(--v2-orange);
}
.events__tab.active {
  background: var(--v2-charcoal);
  color: var(--v2-white);
  border-color: var(--v2-charcoal);
}
.events__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 1000px) {
  .events__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .events__grid {
    grid-template-columns: 1fr;
  }
}
.events__stats {
  display: flex;
  gap: 48px;
  justify-content: center;
  margin-top: 64px;
  position: relative;
  z-index: 2;
}
@media (max-width: 640px) {
  .events__stats {
    display: none;
  }
}
.events__float-label {
  position: absolute;
  z-index: 3;
  /* ... (rest of styles) */
}
@media (max-width: 640px) {
  .events__float-label {
    display: none;
  }
}
.events__see-more {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.events__see-more .v2-btn-seemore {
  background: var(--white);
  color: var(--charcoal);
  border: 2px solid rgba(22, 18, 14, 0.12);
  border-radius: 99px;
  padding: 0 36px;
  height: 48px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: var(--shadow-sm);
  line-height: 1;
}
.events__see-more .v2-btn-seemore:hover {
  border-color: var(--orange);
  color: var(--orange);
  transform: translateY(-2px);
}

.cta-organize {
  position: relative;
  overflow: hidden;
  padding: 80px clamp(20px, 5vw, 80px);
}
.cta-organize::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(ellipse 80% 80% at 0% 0%, rgba(255, 155, 120, 0.5) 0%, transparent 55%), radial-gradient(ellipse 65% 65% at 100% 0%, rgba(185, 145, 255, 0.45) 0%, transparent 55%), radial-gradient(ellipse 70% 60% at 100% 100%, rgba(130, 205, 255, 0.4) 0%, transparent 55%), radial-gradient(ellipse 60% 70% at 0% 100%, rgba(255, 195, 230, 0.4) 0%, transparent 55%), radial-gradient(ellipse 50% 50% at 50% 50%, rgba(255, 235, 185, 0.3) 0%, transparent 60%);
  background-color: #F2EBF8;
}
.cta-organize::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='14' cy='14' r='1' fill='%23000' fill-opacity='0.03'/%3E%3C/svg%3E");
}
.cta-organize__inner {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.cta-organize__card {
  border-radius: var(--v2-r-xl);
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 400px;
  box-shadow: 0 12px 60px rgba(0, 0, 0, 0.14), 0 2px 10px rgba(0, 0, 0, 0.06);
}
@media (max-width: 860px) {
  .cta-organize__card {
    grid-template-columns: 1fr;
  }
}
.cta-organize__left {
  background: var(--v2-charcoal);
  padding: clamp(36px, 5vw, 64px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
@media (max-width: 860px) {
  .cta-organize__left {
    padding: 44px 36px;
    text-align: center;
    align-items: center;
  }
}
.cta-organize__left::before {
  content: "";
  position: absolute;
  top: -80px;
  left: -60px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(255, 92, 26, 0.24) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}
.cta-organize__left::after {
  content: "";
  position: absolute;
  bottom: -60px;
  right: -40px;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(200, 240, 74, 0.11) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}
.cta-organize__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 92, 26, 0.15);
  color: var(--v2-orange);
  border-radius: 99px;
  padding: 5px 14px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  width: fit-content;
}
.cta-organize__title {
  font-family: var(--v2-font-heading), sans-serif;
  font-size: clamp(26px, 3.2vw, 42px);
  font-weight: 800;
  letter-spacing: -1px;
  color: var(--v2-white);
  line-height: 1.1;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}
.cta-organize__desc {
  font-size: clamp(14px, 1.4vw, 16px);
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.75;
  max-width: 320px;
  margin-bottom: 32px;
  position: relative;
  z-index: 1;
}
@media (max-width: 860px) {
  .cta-organize__desc {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cta-organize__right {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 36px;
  min-height: 340px;
}
@media (max-width: 860px) {
  .cta-organize__right {
    display: none;
  }
}
.cta-organize__right::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 60% at 10% 15%, rgba(255, 160, 100, 0.9) 0%, transparent 55%), radial-gradient(ellipse 60% 70% at 85% 10%, rgba(200, 150, 255, 0.85) 0%, transparent 55%), radial-gradient(ellipse 65% 55% at 90% 85%, rgba(120, 200, 255, 0.8) 0%, transparent 55%), radial-gradient(ellipse 60% 60% at 10% 90%, rgba(255, 210, 240, 0.85) 0%, transparent 55%), radial-gradient(ellipse 50% 50% at 50% 50%, rgba(255, 240, 160, 0.6) 0%, transparent 60%);
  background-color: #FFDFC0;
}
.cta-organize__right::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.06'/%3E%3C/svg%3E");
  opacity: 0.5;
  pointer-events: none;
}
.cta-organize__sticker-scene {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 300px;
  height: 330px;
}
.cta-organize__sticker {
  position: absolute;
  background: rgba(255, 255, 255, 0.93);
  backdrop-filter: blur(10px);
  border-radius: 18px;
  padding: 14px 16px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.16), 0 2px 6px rgba(0, 0, 0, 0.08);
  font-family: var(--v2-font-base);
}
.cta-organize__sticker--a {
  width: 185px;
  top: 0;
  left: 8px;
  transform: rotate(-5deg);
  animation: v2-sFloat 6s ease-in-out infinite;
  --deg: -5deg;
}
.cta-organize__sticker--b {
  width: 205px;
  top: 78px;
  right: -8px;
  transform: rotate(3.5deg);
  z-index: 3;
  animation: v2-sFloat 5s ease-in-out 0.8s infinite;
  --deg: 3.5deg;
}
.cta-organize__sticker--c {
  width: 172px;
  bottom: 8px;
  left: 14px;
  transform: rotate(-2.5deg);
  animation: v2-sFloat 7s ease-in-out 1.6s infinite;
  --deg: -2.5deg;
}
.cta-organize__sticker .st-em {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 6px;
  display: block;
}
.cta-organize__sticker .st-lbl {
  font-size: 10px;
  font-weight: 700;
  color: var(--v2-orange);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 4px;
}
.cta-organize__sticker .st-title {
  font-family: var(--v2-font-heading), sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: var(--v2-charcoal);
  line-height: 1.2;
  margin-bottom: 5px;
}
.cta-organize__sticker .st-meta {
  font-size: 11px;
  color: var(--v2-mid);
}
.cta-organize__sticker .st-zalo {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: #0068FF;
  color: white;
  border-radius: 99px;
  padding: 3px 8px;
  font-size: 10px;
  font-weight: 700;
  margin-top: 6px;
}
.cta-organize__deco {
  position: absolute;
  z-index: 4;
  line-height: 1;
  user-select: none;
  pointer-events: none;
  animation: v2-decoFloat 4s ease-in-out infinite;
}
.cta-organize__deco--1 {
  top: 10px;
  left: 6px;
  font-size: 26px;
  animation-delay: 0s;
}
.cta-organize__deco--2 {
  top: 18px;
  right: 22px;
  font-size: 22px;
  animation-delay: 0.7s;
}
.cta-organize__deco--3 {
  bottom: 60px;
  right: 8px;
  font-size: 22px;
  animation-delay: 1.3s;
}
.cta-organize__deco--4 {
  bottom: 18px;
  right: 36px;
  font-size: 18px;
  animation-delay: 1.9s;
}
.cta-organize__deco--5 {
  top: 47%;
  left: 2px;
  font-size: 18px;
  animation-delay: 0.4s;
}

@keyframes v2-bDrift {
  from {
    transform: translate(0, 0) scale(1);
  }
  to {
    transform: translate(3%, 4%) scale(1.08);
  }
}
@keyframes v2-fA {
  0%, 100% {
    transform: translateY(0) rotate(-1.5deg);
  }
  50% {
    transform: translateY(-12px) rotate(1deg);
  }
}
@keyframes v2-fB {
  0%, 100% {
    transform: translateY(0) rotate(2deg);
  }
  50% {
    transform: translateY(-9px) rotate(-1deg);
  }
}
@keyframes v2-fC {
  0%, 100% {
    transform: translateY(0) rotate(-1deg);
  }
  50% {
    transform: translateY(-14px) rotate(1.5deg);
  }
}
@keyframes v2-fD {
  0%, 100% {
    transform: translateY(0) rotate(1.5deg);
  }
  50% {
    transform: translateY(-8px) rotate(-1deg);
  }
}
@keyframes v2-pLime {
  0%, 100% {
    box-shadow: 0 0 0 3px rgba(200, 240, 74, 0.3);
  }
  50% {
    box-shadow: 0 0 0 7px rgba(200, 240, 74, 0.12);
  }
}
@keyframes v2-ticker {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes v2-sFloat {
  0%, 100% {
    transform: rotate(var(--deg, 0deg)) translateY(0);
  }
  50% {
    transform: rotate(var(--deg, 0deg)) translateY(-9px);
  }
}
@keyframes v2-decoFloat {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-10px) rotate(14deg);
  }
}
/* ─── AUTH MODAL & WELCOME POPUP ─────────────────────────── */
.modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 500;
  background: rgba(22, 18, 14, 0.45);
  backdrop-filter: blur(6px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease;
}

.modal-overlay.open {
  opacity: 1;
  pointer-events: all;
}

.modal {
  display: block;
  background: var(--v2-bg, #FDF8F3);
  border-radius: 28px;
  width: 100%;
  max-width: 420px;
  height: auto;
  padding: 0;
  position: relative;
  transform: translateY(18px) scale(0.97);
  transition: transform 0.25s cubic-bezier(0.34, 1.4, 0.64, 1), opacity 0.22s ease;
  opacity: 0;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.18), 0 4px 16px rgba(0, 0, 0, 0.08);
}

.modal-overlay.open .modal {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: none;
  background: var(--v2-bg2, #F5EEE6);
  color: var(--v2-mid, #7A6A5E);
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  transition: background 0.2s, color 0.2s;
}

.modal-close:hover {
  background: var(--v2-border, rgba(22, 18, 14, 0.08));
  color: var(--v2-charcoal, #16120E);
}

.welcome-modal {
  padding: 0;
  overflow: hidden;
  max-width: 380px;
  height: 340px;
}

.welcome-modal-header {
  height: 6px;
  background: linear-gradient(90deg, var(--v2-orange, #FF5C1A) 0%, #FFB088 50%, #C8A4FF 100%);
}

.welcome-modal-body {
  padding: 32px 34px 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.welcome-modal-body .onboarding-form {
  width: 100%;
}
.welcome-modal-body .onboarding-form .v2-btn-primary {
  width: 100%;
  max-width: unset;
}

.welcome-modal .modal-close {
  top: 14px;
  right: 14px;
  padding: 0;
  z-index: 2;
}

.welcome-emoji {
  font-size: 44px;
  line-height: 1;
  animation: v2-welcFloat 3s ease-in-out infinite;
}

@keyframes v2-welcFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}
.welcome-modal .modal-title {
  font-size: 22px;
  margin-bottom: 6px;
  font-family: var(--v2-font-heading, "Bricolage Grotesque"), sans-serif;
  font-weight: 800;
  color: var(--v2-charcoal, #16120E);
  text-align: center;
  margin-top: 12px;
}

.welcome-modal .modal-sub {
  margin-bottom: 24px;
  font-size: 16px;
  color: var(--v2-mid, #7A6A5E);
  text-align: center;
}

.btn-google-welcome {
  font-size: 15px;
}

.auth-switch {
  text-align: center;
  font-size: 13px;
  color: var(--v2-mid, #7A6A5E);
  margin-top: 14px;
}

.auth-switch a {
  color: var(--v2-orange, #FF5C1A);
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}

.auth-switch a:hover {
  text-decoration: underline;
}

@media (max-width: 480px) {
  .welcome-modal .modal-title {
    font-size: 20px;
  }
  .welcome-modal .modal-sub {
    font-size: 15px;
  }
  .modal {
    padding: 0;
    border-radius: 22px;
  }
}
.project-detail {
  padding-top: 40px;
  min-height: 100vh;
  background: var(--v2-bg);
}
.project-detail .hero-area {
  display: grid;
  grid-template-columns: 390px 1fr;
  max-width: 1080px;
  margin: 0 auto;
  padding: 48px clamp(16px, 4vw, 48px) 80px;
  align-items: start;
  gap: 0;
}
.project-detail {
  /* LEFT — sticky */
}
.project-detail .left-col {
  position: sticky;
  top: 100px;
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 120px);
  overflow-y: auto;
  scrollbar-width: none;
  padding-right: 40px;
}
.project-detail .left-col::-webkit-scrollbar {
  display: none;
}
.project-detail .cover-frame {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: var(--v2-r-xl);
  overflow: hidden;
  position: relative;
  background: var(--v2-bg2);
  box-shadow: var(--v2-shadow-md);
  flex-shrink: 0;
}
.project-detail .cover-photo {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.5s ease;
}
.project-detail .cover-frame:hover .cover-photo {
  transform: scale(1.04);
}
.project-detail {
  /* Host Details */
}
.project-detail .host-section {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid var(--v2-border);
}
.project-detail .host-section.host-mobile {
  display: none;
}
.project-detail .host-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.project-detail .host-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  flex-shrink: 0;
  background: linear-gradient(135deg, #6366F1 0%, #A5B4FC 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  overflow: hidden;
}
.project-detail .host-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project-detail .host-name {
  font-family: var(--v2-font-heading);
  font-size: 17px;
  font-weight: 700;
  color: var(--v2-charcoal);
  margin: 0;
}
.project-detail .host-bio {
  font-size: 14px;
  color: var(--v2-mid);
  line-height: 1.6;
  margin-bottom: 12px;
}
.project-detail .host-socials {
  display: flex;
  align-items: center;
  gap: 6px;
}
.project-detail .social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: var(--v2-bg2);
  color: var(--v2-mid);
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}
.project-detail .social-link:hover {
  background: var(--v2-border);
}
.project-detail .social-link.fb:hover {
  color: #1877F2;
  background: rgba(24, 119, 242, 0.1);
}
.project-detail .social-link.ig:hover {
  color: #E1306C;
  background: rgba(225, 48, 108, 0.1);
}
.project-detail .social-link.li:hover {
  color: #0A66C2;
  background: rgba(10, 102, 194, 0.1);
}
.project-detail .social-link.web:hover {
  color: var(--v2-charcoal);
  background: var(--v2-bg2);
}
.project-detail .soc-sep {
  color: var(--v2-soft);
  font-size: 12px;
}
.project-detail {
  /* RIGHT COLUMN */
}
.project-detail .right-col {
  padding-left: 40px;
  border-left: 1px solid var(--v2-border);
}
.project-detail .back-link {
  display: none;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 600;
  color: var(--v2-mid);
  text-decoration: none;
  margin-bottom: 22px;
  transition: color 0.2s;
}
.project-detail .back-link:hover {
  color: var(--v2-charcoal);
}
.project-detail .event-title {
  font-family: var(--v2-font-heading);
  font-size: clamp(28px, 3.6vw, 46px);
  font-weight: 800;
  letter-spacing: -1.8px;
  color: var(--v2-charcoal);
  line-height: 1.05;
  margin-bottom: 13px;
  margin-top: 0;
}
.project-detail .venue-line {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 600;
  color: #53463B;
  margin-bottom: 5px;
}
.project-detail .date-line {
  font-family: var(--v2-font-heading);
  font-size: 17px;
  line-height: 1.2;
  font-weight: 700;
  color: var(--v2-orange);
  margin-bottom: 18px;
  letter-spacing: -0.2px;
}
.project-detail {
  /* Stats */
}
.project-detail .stats-inline {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
  line-height: 1.25;
}
@media (max-width: 480px) {
  .project-detail .stats-inline {
    gap: 10px;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.project-detail .stat-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 15px;
  color: var(--v2-mid);
  font-weight: 500;
}
@media (max-width: 600px) {
  .project-detail .stat-item {
    font-size: 14px;
  }
}
.project-detail .stat-item svg {
  color: var(--v2-soft);
  flex-shrink: 0;
}
.project-detail .stat-item .si-val {
  font-weight: 700;
  color: var(--v2-charcoal);
}
.project-detail .stat-item.cd svg,
.project-detail .stat-item.cd .si-val {
  color: var(--v2-orange);
}
.project-detail .btn-save {
  display: flex;
  align-items: center;
  font-family: "Be Vietnam Pro";
  font-size: 15px;
  line-height: 1.25;
  border: none;
  background: transparent;
  outline: none;
  gap: 6px;
  padding: 0;
}
@media (max-width: 600px) {
  .project-detail .btn-save {
    font-size: 14px;
  }
}
.project-detail .btn-save:focus {
  outline: none;
}
.project-detail .btn-save .bookmark {
  fill: white;
}
.project-detail .btn-save .bookmark path {
  stroke: #B5A89C;
}
.project-detail .btn-save .btn-text {
  font-family: "Be Vietnam Pro", sans-serif;
  color: #7A6A5E;
  font-weight: 500;
}
.project-detail .btn-save.saved .bookmark {
  fill: #FF5C1A;
}
.project-detail .btn-save.saved .bookmark path {
  stroke: #FF5C1A;
}
.project-detail .btn-save.saved .btn-text {
  color: #FF5C1A;
}
.project-detail .stat-dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--v2-soft);
}
@media (max-width: 480px) {
  .project-detail .stat-dot {
    display: none;
  }
}
.project-detail {
  /* Ticket Box */
}
.project-detail .ticket-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 24px;
  background: #2C2118;
  border-radius: var(--v2-r-lg);
  margin-bottom: 28px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 640px) {
  .project-detail .ticket-row {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    border-radius: 0;
    z-index: 999;
    margin: 0;
  }
}
.project-detail .ticket-row::before {
  content: "";
  position: absolute;
  top: -30px;
  right: -20px;
  width: 120px;
  height: 120px;
  background: radial-gradient(circle, rgba(255, 92, 26, 0.18) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}
.project-detail .tr-price {
  font-family: var(--v2-font-heading);
  font-size: 26px;
  font-weight: 800;
  color: var(--v2-white);
  letter-spacing: -0.5px;
  line-height: 1;
}
@media (max-width: 640px) {
  .project-detail .tr-price {
    font-size: 24px;
  }
}
.project-detail .btn-join {
  background: var(--v2-orange);
  color: var(--v2-white);
  border: none;
  border-radius: 99px;
  padding: 0 26px;
  height: 44px;
  font-family: var(--v2-font-base);
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  box-shadow: 0 4px 18px var(--v2-orange-glow);
  position: relative;
  z-index: 1;
  white-space: nowrap;
  flex-shrink: 0;
}
@media (max-width: 640px) {
  .project-detail .btn-join {
    border-radius: 12px;
    max-width: 170px;
  }
}
.project-detail .btn-join:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 26px rgba(255, 92, 26, 0.45);
}
.project-detail .btn-join.joined {
  background: var(--v2-charcoal);
  box-shadow: none;
  transform: none;
  padding: 0 20px;
}
.project-detail .btn-join.is-past, .project-detail .btn-join[disabled] {
  background: var(--v2-soft);
  color: var(--v2-white);
  box-shadow: none;
  cursor: not-allowed;
  transform: none;
  opacity: 0.7;
  pointer-events: none;
}
.project-detail .btn-join.is-past:hover, .project-detail .btn-join[disabled]:hover {
  transform: none;
  box-shadow: none;
}
.project-detail {
  /* Content Blocks */
}
.project-detail .sec-head {
  font-family: var(--v2-font-heading);
  font-size: 19px;
  line-height: 22.5px;
  font-weight: 700;
  letter-spacing: -0.3px;
  color: var(--v2-charcoal);
  margin-bottom: 14px;
}
.project-detail .sec-head + *, .project-detail .sec-head ~ .agenda-list, .project-detail .sec-head ~ .loc-name {
  margin-top: 0;
}
.project-detail .agenda-block-wrap,
.project-detail .location-block-wrap,
.project-detail .content-block {
  margin-bottom: 32px;
}
.project-detail .about-block {
  margin-bottom: 32px;
}
@media (max-width: 600px) {
  .project-detail .about-block {
    border-top: 1px solid var(--border);
    padding-top: 24px;
  }
}
.project-detail .about-text {
  font-size: 16px;
  line-height: 1.85;
  color: #5B493C;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.project-detail .about-text.expanded {
  -webkit-line-clamp: unset;
}
.project-detail .read-more {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 700;
  color: var(--v2-charcoal);
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  transition: color 0.2s;
}
.project-detail .read-more:hover {
  color: var(--v2-orange);
}
.project-detail {
  /* Agenda */
}
.project-detail .agenda-list {
  display: flex;
  flex-direction: column;
}
.project-detail .agenda-item {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid var(--v2-border);
}
.project-detail .agenda-item:first-child {
  border-top: 1px solid var(--v2-border);
}
.project-detail .ag-time {
  font-size: 16px;
  font-weight: 700;
  color: var(--v2-orange);
  padding-top: 2px;
}
.project-detail .ag-name {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: var(--v2-charcoal);
  margin-bottom: 2px;
}
.project-detail .ag-detail {
  font-size: 14px;
  color: var(--v2-mid);
  line-height: 19px;
}
.project-detail {
  /* Location */
}
.project-detail .loc-name {
  font-size: 16px;
  font-weight: 700;
  color: var(--v2-charcoal);
  margin-bottom: 4px;
}
.project-detail .loc-sub {
  font-size: 15px;
  color: var(--v2-mid);
  margin-bottom: 16px;
}
.project-detail .map-shell {
  border-radius: var(--v2-r-lg);
  overflow: hidden;
  background: var(--v2-bg2);
  height: 260px;
  border: 1.5px solid var(--v2-border);
  box-shadow: var(--v2-shadow-sm);
  margin-top: 14px;
}
.project-detail .map-shell iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.project-detail .map-link-overlay {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  font-size: 14px;
  font-weight: 700;
  color: var(--v2-orange);
  transition: opacity 0.2s;
}
.project-detail .map-link-overlay:hover {
  opacity: 0.8;
}
.project-detail {
  /* Slider */
}
.project-detail .slider-track {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.42s cubic-bezier(0.4, 0, 0.2, 1);
}
.project-detail .slide {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: transform 0.5s ease;
}
.project-detail .slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(8px);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  padding: 0;
  transition: background 0.2s, transform 0.15s;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
}
.project-detail .slider-arrow:hover {
  background: #fff;
  transform: translateY(-50%) scale(1.08);
}
.project-detail .slider-arrow.prev {
  left: 10px;
}
.project-detail .slider-arrow.next {
  right: 10px;
}
.project-detail .slider-dots {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 6px;
  z-index: 10;
}
.project-detail .slider-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: background 0.2s, transform 0.2s;
}
.project-detail .slider-dot.active {
  background: #fff;
  transform: scale(1.25);
}
.project-detail {
  /* Related events area */
}
.project-detail .related-area,
.project-detail .below-fold {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 clamp(16px, 4vw, 48px) 80px;
}
.project-detail .related-area .related-grid,
.project-detail .below-fold .related-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 0;
}
@media (max-width: 860px) {
  .project-detail .related-area .related-grid,
  .project-detail .below-fold .related-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.project-detail .rel-card {
  cursor: pointer;
  text-decoration: none;
  display: block;
}
.project-detail .rel-card:hover .rel-photo {
  transform: scale(1.05);
}
.project-detail .rel-img-wrap {
  aspect-ratio: 1/1;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  background: var(--v2-bg2);
  margin-bottom: 10px;
}
.project-detail .rel-photo {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.4s ease;
}
.project-detail .rel-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, 0.22) 100%);
}
.project-detail .rel-badge {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 2;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(6px);
  border-radius: 99px;
  padding: 3px 10px;
  font-size: 10px;
  font-weight: 700;
  color: var(--v2-charcoal);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}
.project-detail .rel-badge.is-linked {
  cursor: pointer;
}
.project-detail .rel-badge.is-linked:hover {
  background: rgba(255, 255, 255, 0.98);
  color: var(--v2-orange);
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}
.project-detail .rel-top-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  margin-bottom: 3px;
}
.project-detail .rel-date {
  font-size: 13px;
  font-weight: 700;
  color: var(--v2-orange);
}
.project-detail .rel-past-badge {
  font-size: 12px;
  font-weight: 600;
  color: var(--v2-mid);
  background: rgba(22, 18, 14, 0.1);
  border-radius: 99px;
  padding: 2px 8px;
  white-space: nowrap;
  flex-shrink: 0;
}
.project-detail .rel-name {
  font-family: var(--v2-font-heading);
  font-size: 15px;
  font-weight: 700;
  color: var(--v2-charcoal);
  line-height: 1.25;
  margin-bottom: 3px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.project-detail .rel-name:hover {
  color: var(--v2-orange);
}
.project-detail .rel-loc {
  font-size: 13px;
  color: var(--v2-mid);
}
.project-detail {
  /* Floating mobile ticket CTA */
}
.project-detail .floating-cta {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 190;
  background: #2C2118;
  padding: 14px 20px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.project-detail .floating-price {
  font-family: var(--v2-font-heading);
  font-size: 22px;
  font-weight: 800;
  color: var(--v2-white);
  letter-spacing: -0.5px;
  line-height: 1;
  flex-shrink: 0;
}
.project-detail .floating-btn {
  background: var(--v2-orange);
  color: var(--v2-white);
  border: none;
  border-radius: 12px;
  height: 46px;
  padding: 0 24px;
  font-family: var(--v2-font-base);
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
  box-shadow: 0 4px 16px var(--v2-orange-glow);
  transition: opacity 0.2s, transform 0.15s;
}
.project-detail .floating-btn:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}
.project-detail .floating-btn.cancelled {
  background: var(--v2-charcoal);
  box-shadow: none;
}
.project-detail .floating-btn.is-past, .project-detail .floating-btn[disabled] {
  background: var(--v2-soft);
  box-shadow: none;
  cursor: not-allowed;
  opacity: 0.7;
  pointer-events: none;
}
.project-detail .floating-btn.is-past:hover, .project-detail .floating-btn[disabled]:hover {
  opacity: 0.7;
  transform: none;
}
.project-detail {
  /* Animations */
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.project-detail .a1 {
  animation: fadeUp 0.45s ease 0.05s both;
}
.project-detail .a2 {
  animation: fadeUp 0.45s ease 0.12s both;
}
.project-detail .a3 {
  animation: fadeUp 0.45s ease 0.2s both;
}
.project-detail .a4 {
  animation: fadeUp 0.45s ease 0.28s both;
}
.project-detail .a5 {
  animation: fadeUp 0.45s ease 0.36s both;
}
.project-detail {
  /* Comments Area */
}
.project-detail .comments-area {
  margin-top: 24px;
}
.project-detail .comments-area .comments-title {
  display: none;
}
.project-detail .comments-area .comment-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.project-detail .comments-area .comment {
  padding: 24px 0;
  border-bottom: 1px solid var(--v2-border);
}
.project-detail .comments-area .comment:last-child {
  border-bottom: none;
}
.project-detail .comments-area .comment .comment-body {
  display: flex;
  gap: 16px;
}
.project-detail .comments-area .comment .vcard {
  display: flex;
  gap: 12px;
  margin-bottom: 8px;
}
.project-detail .comments-area .comment .vcard img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
}
.project-detail .comments-area .comment .vcard .fn {
  font-family: var(--v2-font-heading);
  font-weight: 700;
  color: var(--v2-charcoal);
}
.project-detail .comments-area .comment .comment-metadata {
  font-size: 13px;
  color: var(--v2-mid);
  margin-bottom: 8px;
}
.project-detail .comments-area .comment .comment-metadata a {
  color: inherit;
  text-decoration: none;
}
.project-detail .comments-area .comment .comment-content {
  font-size: 15px;
  line-height: 1.6;
  color: var(--v2-mid);
}
.project-detail .comments-area .comment .comment-content p {
  margin: 0;
}
.project-detail .comments-area .comment .reply {
  margin-top: 12px;
}
.project-detail .comments-area .comment .reply a {
  font-size: 13px;
  font-weight: 700;
  color: var(--v2-orange);
  text-decoration: none;
  text-transform: uppercase;
}
.project-detail .comments-area .comment .children {
  list-style: none;
  padding-left: 48px;
  margin-top: 24px;
  border-left: 2px solid var(--v2-bg2);
}
.project-detail .comments-area {
  /* Form */
}
.project-detail .comments-area #respond {
  margin-top: 40px;
  background: var(--v2-bg2);
  padding: 32px;
  border-radius: var(--v2-r-lg);
}
.project-detail .comments-area #respond .comment-reply-title {
  font-family: var(--v2-font-heading);
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
.project-detail .comments-area #respond .comment-form {
  display: grid;
  gap: 16px;
}
.project-detail .comments-area #respond .comment-form label {
  display: none;
}
.project-detail .comments-area #respond .comment-form input[type=text],
.project-detail .comments-area #respond .comment-form input[type=email],
.project-detail .comments-area #respond .comment-form textarea {
  width: 100%;
  padding: 14px 18px;
  border-radius: 14px;
  border: 1.5px solid var(--v2-border);
  background: var(--v2-white);
  font-family: var(--v2-font-base);
  font-size: 15px;
}
.project-detail .comments-area #respond .comment-form input[type=text]:focus,
.project-detail .comments-area #respond .comment-form input[type=email]:focus,
.project-detail .comments-area #respond .comment-form textarea:focus {
  outline: none;
  border-color: var(--v2-orange);
}
.project-detail .comments-area #respond .comment-form .form-submit {
  margin-top: 8px;
}
.project-detail .comments-area #respond .comment-form .form-submit #submit {
  background: var(--v2-charcoal);
  color: var(--v2-white);
  border: none;
  border-radius: 99px;
  padding: 12px 32px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s;
}
.project-detail .comments-area #respond .comment-form .form-submit #submit:hover {
  background: var(--v2-orange);
  transform: translateY(-1px);
}

/* RESPONSIVE */
@media (max-width: 960px) {
  .project-detail .hero-area {
    grid-template-columns: 1fr;
    padding-top: 24px;
  }
  .project-detail .left-col {
    position: static;
    max-height: none;
    padding-right: 0;
    margin-bottom: 10px;
  }
  .project-detail .right-col {
    padding-left: 0;
    border-left: none;
    border-top: 1px solid var(--v2-border);
    padding-top: 40px;
  }
  .project-detail .host-section.host-desktop {
    display: none;
  }
  .project-detail .host-section.host-mobile {
    display: block;
    margin-top: 32px;
    padding-top: 24px;
  }
}
@media (max-width: 640px) {
  .project-detail .event-title {
    font-size: 28px;
  }
  .project-detail .ticket-row {
    align-items: center;
    padding: 24px 15px;
  }
  .project-detail .btn-join {
    width: 100%;
    justify-content: center;
  }
}
/* ── MESSENGER POPUP ── */
.fb-modal-bg {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 600;
  background: rgba(22, 18, 14, 0.45);
  backdrop-filter: blur(8px);
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.fb-modal-bg.open {
  display: flex;
}

.fb-modal {
  background: var(--bg, #FDF8F3);
  border-radius: 24px;
  width: 100%;
  max-width: 420px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
  animation: modalIn 0.28s cubic-bezier(0.22, 0.68, 0, 1.2) both;
}

.fb-modal-top {
  padding: 40px 28px 0;
  text-align: center;
}

.fb-modal-headline {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.4px;
  color: var(--charcoal, #16120E);
  line-height: 1.5;
}

.fb-modal-headline strong {
  color: var(--orange, #FF5C1A);
}

.fb-modal-body {
  padding: 24px 28px 36px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.fb-msg-box {
  background: var(--bg2, #F5EEE6);
  border: 1.5px solid var(--border, rgba(22, 18, 14, 0.09));
  border-radius: 16px;
  padding: 18px 20px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 15px;
  line-height: 1.75;
  color: #53463B;
  cursor: pointer;
  text-align: center;
  user-select: all;
  transition: border-color 0.2s, background 0.2s;
  position: relative;
}

.fb-msg-box:hover {
  border-color: var(--orange, #FF5C1A);
  background: #EDE4D8;
}

.fb-copy-hint {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.fb-copy-hint__icon {
  font-size: 18px;
  flex-shrink: 0;
  margin-top: 1px;
  line-height: 1;
}

.fb-copy-hint__text {
  font-size: 13px;
  color: #B5A89C;
  font-style: italic;
  line-height: 1.6;
}

.fb-copy-hint__text strong {
  color: var(--charcoal, #16120E);
}

.fb-cta-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  height: 54px;
  background: var(--orange, #FF5C1A);
  color: #fff;
  border: none;
  border-radius: 14px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 6px 24px rgba(255, 92, 26, 0.28);
  transition: opacity 0.18s, transform 0.15s, box-shadow 0.18s;
}

.fb-cta-btn:hover {
  opacity: 0.92;
  transform: translateY(-2px);
  box-shadow: 0 10px 32px rgba(255, 92, 26, 0.4);
}

.fb-cta-btn:active {
  transform: translateY(0);
}

/* User Dashboard V2 */
.dashboard-page {
  display: flex;
  min-height: 100vh;
  background: var(--v2-bg);
  color: var(--v2-charcoal);
  /* Hide default header/footer if class is applied to body */
}
.dashboard-page ~ .site-header, .dashboard-page ~ .site-footer {
  display: none !important;
}

.db-sidebar {
  width: 260px;
  flex-shrink: 0;
  background: var(--v2-charcoal);
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 100;
  transition: transform 0.3s cubic-bezier(0.22, 0.68, 0, 1.1);
}
.db-sidebar__logo {
  padding: 24px 22px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  margin-bottom: 6px;
}
.db-sidebar__logo a {
  font-family: var(--v2-font-heading);
  font-size: 22px;
  font-weight: 800;
  color: var(--v2-white);
  text-decoration: none;
  letter-spacing: -0.5px;
}
.db-sidebar__logo .dot {
  color: var(--v2-orange);
}
.db-sidebar__label {
  font-size: 11px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.25);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 16px 22px 6px;
}
.db-sidebar__nav {
  flex: 1;
  padding: 0 10px;
}
.db-sidebar__nav-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  margin: 2px 0;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  transition: all 0.2s;
}
.db-sidebar__nav-item svg {
  opacity: 0.6;
  transition: opacity 0.2s;
}
.db-sidebar__nav-item:hover {
  background: rgba(255, 255, 255, 0.07);
  color: var(--v2-white);
}
.db-sidebar__nav-item:hover svg {
  opacity: 1;
}
.db-sidebar__nav-item.is-active {
  background: rgba(255, 92, 26, 0.16);
  color: var(--v2-orange);
  font-weight: 700;
}
.db-sidebar__nav-item.is-active svg {
  color: var(--v2-orange);
  opacity: 1;
}
.db-sidebar__bottom {
  padding: 20px;
}
.db-sidebar__upgrade {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 16px;
  margin-bottom: 4px;
}
.db-sidebar__upgrade .lbl {
  font-size: 11px;
  font-weight: 700;
  color: #C8F04A;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.db-sidebar__upgrade .days {
  font-family: var(--v2-font-heading);
  font-size: 20px;
  font-weight: 800;
  color: var(--v2-white);
  margin-bottom: 12px;
}
.db-sidebar__upgrade .bar {
  height: 4px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 99px;
  overflow: hidden;
}
.db-sidebar__upgrade .bar .fill {
  height: 100%;
  width: 37%;
  background: #C8F04A;
}
.db-sidebar__upgrade-btn {
  width: 100%;
  margin-top: 12px;
  background: var(--v2-orange);
  color: var(--v2-white);
  border: none;
  border-radius: 12px;
  height: 42px;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  transition: opacity 0.2s;
}
.db-sidebar__upgrade-btn:hover {
  opacity: 0.85;
}

.db-main {
  margin-left: 260px;
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.db-topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 40px;
  background: rgba(253, 248, 243, 0.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--v2-border);
}
.db-topbar__greet {
  font-size: 12px;
  color: var(--v2-mid);
  font-weight: 500;
  margin-bottom: 2px;
}
.db-topbar__name {
  font-family: var(--v2-font-heading);
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.5px;
}
.db-topbar__right {
  display: flex;
  align-items: center;
  gap: 8px;
}
.db-topbar {
  /* specific mockup styles */
}
.db-topbar .notif-btn {
  width: 40px;
  height: 40px;
  border-radius: 99px;
  background: #F4EDE4;
  border: 1px solid var(--v2-border);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  transition: all 0.2s;
  color: var(--v2-mid);
}
.db-topbar .notif-btn:hover {
  background: #ece4da;
  transform: translateY(-1px);
  color: var(--v2-charcoal);
}
.db-topbar .notif-btn .notif-dot {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 8px;
  height: 8px;
  background: var(--v2-orange);
  border: 2px solid #FDF8F3;
  border-radius: 50%;
}
.db-topbar .create-btn {
  background: var(--v2-charcoal);
  color: var(--v2-white);
  border: none;
  border-radius: 99px;
  padding: 0 20px;
  height: 40px;
  font-family: var(--v2-font-body);
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}
.db-topbar .create-btn:hover {
  background: var(--v2-orange);
  transform: translateY(-1px);
}
.db-topbar .create-btn svg {
  width: 14px;
  height: 14px;
}
.db-topbar {
  /* 1:1 Sync with Header v2-avatar styles */
}
.db-topbar .v2-avatar {
  position: relative;
}
.db-topbar .v2-avatar__trigger.tb-avatar {
  width: 40px;
  height: 40px;
  border-radius: 99px;
  background: linear-gradient(135deg, var(--v2-orange), #FFB088);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 800;
  color: var(--v2-white);
  font-family: var(--v2-font-heading);
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.2s;
  margin-left: 12px;
}
.db-topbar .v2-avatar__trigger.tb-avatar:hover {
  border-color: var(--v2-orange);
  transform: translateY(-1px);
}
.db-topbar .v2-avatar__dropdown {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  width: 240px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
  padding: 12px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px) scale(0.95);
  transition: all 0.25s cubic-bezier(0.22, 0.68, 0, 1.28);
  z-index: 100;
}
.db-topbar .v2-avatar__dropdown.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}
.db-topbar .v2-avatar__dropdown::before {
  content: "";
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  height: 15px;
}
.db-topbar .v2-avatar__header {
  padding: 8px 12px 12px;
}
.db-topbar .v2-avatar__name {
  font-family: var(--v2-font-heading);
  font-size: 16px;
  font-weight: 700;
  color: var(--v2-charcoal);
}
.db-topbar .v2-avatar__meta {
  font-size: 12px;
  color: var(--v2-soft);
  margin-top: 2px;
}
.db-topbar .v2-avatar__divider {
  height: 1px;
  background: var(--v2-border);
  margin: 8px 0;
  list-style: none;
}
.db-topbar .v2-avatar__menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.db-topbar .v2-avatar__menu li {
  margin-bottom: 2px;
}
.db-topbar .v2-avatar__menu li:last-child {
  margin-bottom: 0;
}
.db-topbar .v2-avatar__menu li a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 12px;
  color: var(--v2-mid);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s;
}
.db-topbar .v2-avatar__menu li a:hover {
  background: rgba(22, 18, 14, 0.05);
  color: var(--v2-charcoal);
  transform: translateX(4px);
}
.db-topbar .v2-avatar__icon {
  font-size: 16px;
  width: 20px;
  text-align: center;
}
.db-topbar .v2-avatar__logout a:hover {
  background: rgba(239, 68, 68, 0.08) !important;
  color: #EF4444 !important;
}
.db-topbar .v2-avatar {
  /* Explicitly disable hover trigger to match click-only behavior */
}
.db-topbar .v2-avatar:hover .db-topbar .v2-avatar__dropdown:not(.is-active) {
  opacity: 0;
  visibility: hidden;
}

.db-content {
  padding: 32px 40px;
  flex: 1;
}

/* Stats Cards */
.db-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 40px;
}
.db-stats__card {
  background: var(--v2-white);
  border: 1px solid var(--v2-border);
  border-radius: 20px;
  padding: 24px;
  box-shadow: var(--v2-shadow-sm);
}
.db-stats__icon {
  font-size: 24px;
  margin-bottom: 12px;
}
.db-stats__val {
  font-family: var(--v2-font-heading);
  font-size: 36px;
  font-weight: 800;
  color: var(--v2-charcoal);
  line-height: 1;
}
.db-stats__lbl {
  font-size: 14px;
  font-weight: 500;
  color: var(--v2-mid);
  margin-top: 6px;
}
.db-stats__delta {
  font-size: 12px;
  font-weight: 600;
  margin-top: 4px;
}
.db-stats__delta.up {
  color: #0F8F55;
}
.db-stats__delta.warn {
  color: var(--v2-orange);
}

/* Tables */
.db-sec-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.db-sec-head h2 {
  font-family: var(--v2-font-heading);
  font-size: 18px;
  font-weight: 800;
}
.db-sec-head .link {
  font-size: 14px;
  font-weight: 700;
  color: var(--v2-orange);
  text-decoration: none;
}

.db-card {
  background: var(--v2-white);
  border: 1px solid var(--v2-border);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--v2-shadow-sm);
  margin-bottom: 40px;
}

table.db-table {
  width: 100%;
  border-collapse: collapse;
}
table.db-table th {
  padding: 12px 20px;
  text-align: left;
  font-size: 11px;
  font-weight: 700;
  color: var(--v2-mid);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  background: rgba(22, 18, 14, 0.02);
  border-bottom: 1px solid var(--v2-border);
}
table.db-table td {
  padding: 16px 20px;
  font-size: 14px;
  border-bottom: 1px solid var(--v2-border);
  vertical-align: middle;
}
table.db-table tr:last-child td {
  border-bottom: none;
}
table.db-table tbody tr:hover {
  background: rgba(22, 18, 14, 0.015);
  cursor: pointer;
}

.db-topbar__menu-btn {
  display: none;
}
@media (max-width: 960px) {
  .db-topbar__menu-btn {
    display: block !important;
  }
}

.db-sidebar-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(2px);
}
.db-sidebar-overlay.is-open {
  display: block;
}

.ev-name {
  font-weight: 700;
  font-family: var(--v2-font-heading);
}

.ev-sub {
  font-size: 12px;
  color: var(--v2-mid);
  margin-top: 2px;
}

.pill {
  display: inline-flex;
  padding: 2px 10px;
  border-radius: 99px;
  font-size: 11px;
  font-weight: 700;
}
.pill.is-open {
  background: rgba(15, 143, 85, 0.1);
  color: #0F8F55;
}
.pill.is-closed {
  background: rgba(122, 106, 94, 0.1);
  color: var(--v2-mid);
}

/* Responsive */
@media (max-width: 960px) {
  .db-sidebar {
    transform: translateX(-100%);
  }
  .db-sidebar.is-open {
    transform: translateX(0);
  }
  .db-main {
    margin-left: 0;
  }
  .db-stats {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .db-stats {
    grid-template-columns: 1fr;
  }
  .db-topbar {
    padding: 14px 20px;
  }
  .db-content {
    padding: 24px 20px;
  }
}
/* User Dashboard V2 - Consolidated from dashboard-page.php */
body.dashboard-v2 {
  font-family: "Be Vietnam Pro", sans-serif;
  background: var(--v2-bg);
  color: var(--v2-charcoal);
  -webkit-font-smoothing: antialiased;
  display: flex;
  min-height: 100vh;
  margin: 0;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
/* SIDEBAR */
.sidebar {
  width: 248px;
  flex-shrink: 0;
  background: var(--v2-charcoal);
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 100;
  transition: transform 0.28s cubic-bezier(0.22, 0.68, 0, 1.1);
}
@media (max-width: 860px) {
  .sidebar {
    transform: translateX(-100%);
    width: 248px !important;
  }
  .sidebar.mob-open {
    transform: translateX(0);
  }
}

.sb-logo {
  padding: 24px 22px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  margin-bottom: 6px;
}
.sb-logo a {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.5px;
  color: var(--v2-white);
  text-decoration: none;
}
.sb-logo .dot {
  color: var(--v2-orange);
}

.sb-label {
  font-size: 10px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.25);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 14px 22px 5px;
}

.nav-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 10px;
  margin: 1px 10px;
  border-radius: 11px;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: all 0.18s;
  text-decoration: none;
}
.nav-item:hover {
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.88);
}
.nav-item.active {
  background: rgba(255, 92, 26, 0.16);
  color: var(--v2-orange);
  font-weight: 600;
}
.nav-item.is-logout {
  color: rgba(255, 100, 80, 0.65);
}
.nav-item.is-logout:hover {
  color: rgb(255, 100, 80);
  background: rgba(255, 80, 60, 0.08);
}

.sb-spacer {
  flex: 1;
}

.sb-bottom {
  padding: 12px 10px 20px;
}

.trial-box {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 14px 16px;
  margin-bottom: 10px;
}

.trial-lbl {
  font-size: 10px;
  font-weight: 700;
  color: var(--v2-lime);
  text-transform: uppercase;
  letter-spacing: 0.07em;
  margin-bottom: 4px;
}

.trial-days {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 22px;
  font-weight: 800;
  color: var(--v2-white);
  letter-spacing: -0.5px;
}

.trial-sub {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.32);
  margin-top: 2px;
  margin-bottom: 10px;
}

.trial-bar {
  height: 3px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 99px;
  overflow: hidden;
}

.trial-fill {
  height: 100%;
  width: 37%;
  background: var(--v2-lime);
  border-radius: 99px;
}

.upgrade-btn {
  width: 100%;
  background: var(--v2-orange);
  color: var(--v2-white);
  border: none;
  border-radius: 11px;
  height: 40px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: opacity 0.18s;
}
.upgrade-btn:hover {
  opacity: 0.85;
}

/* MAIN */
.main {
  margin-left: 248px;
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
@media (max-width: 860px) {
  .main {
    margin-left: 0;
  }
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 36px;
  background: rgba(253, 248, 243, 0.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--v2-border);
  gap: 16px;
}
@media (max-width: 860px) {
  .topbar {
    display: none;
  }
}
@media (max-width: 600px) {
  .topbar {
    padding: 14px 20px;
  }
}

.topbar-greet {
  font-size: 12px;
  color: var(--v2-soft);
  font-weight: 500;
}

.topbar-name {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 19px;
  font-weight: 800;
  letter-spacing: -0.4px;
}

.topbar-right {
  display: flex;
  align-items: center;
  gap: 8px;
}

.notif-btn {
  width: 36px;
  height: 36px;
  border-radius: 99px;
  background: var(--v2-bg2);
  border: 1px solid var(--v2-border);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  transition: background 0.15s;
}
.notif-btn:hover {
  background: #ece4da;
}
.notif-btn .notif-dot {
  position: absolute;
  top: 7px;
  right: 7px;
  width: 7px;
  height: 7px;
  background: var(--v2-orange);
  border-radius: 50%;
  border: 2px solid var(--v2-bg);
}

.tb-avatar {
  width: 36px;
  height: 36px;
  border-radius: 99px;
  background: linear-gradient(135deg, #FF5C1A, #FFB088);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 800;
  color: var(--v2-white);
  font-family: "Bricolage Grotesque", sans-serif;
  cursor: pointer;
}

.create-btn {
  background: var(--v2-charcoal);
  color: var(--v2-white);
  border: none;
  border-radius: 99px;
  padding: 0 18px;
  height: 36px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.18s;
  display: flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
}
.create-btn:hover {
  background: var(--v2-orange);
}

.v2-avatar {
  position: relative;
}
.v2-avatar__dropdown {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  width: 220px;
  background: var(--v2-white);
  border-radius: 16px;
  box-shadow: var(--v2-shadow-md);
  padding: 18px;
  display: none;
  z-index: 100;
  border: 1px solid var(--v2-border);
  animation: fadeUp 0.2s ease;
}
.v2-avatar__dropdown.is-active {
  display: block;
}
.v2-avatar__header {
  margin-bottom: 12px;
  border-bottom: 1px solid var(--v2-border);
  padding-bottom: 12px;
}
.v2-avatar__name {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 16px;
  font-weight: 800;
  color: var(--v2-charcoal);
}
.v2-avatar__meta {
  font-size: 12px;
  color: var(--v2-soft);
  margin-top: 2px;
}
.v2-avatar__menu {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.v2-avatar__menu li {
  list-style: none !important;
  margin: 0 !important;
}
.v2-avatar__menu li a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
  color: var(--v2-charcoal);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: color 0.15s;
}
.v2-avatar__menu li a:hover {
  color: var(--v2-orange);
}
.v2-avatar__icon {
  font-size: 16px;
  width: 20px;
  text-align: center;
}
.v2-avatar__divider {
  height: 1px;
  background: var(--v2-border);
  margin: 8px 0;
  list-style: none !important;
}
.v2-avatar__logout a {
  color: var(--v2-soft) !important;
}
.v2-avatar__logout a:hover {
  color: var(--v2-orange) !important;
}

.content {
  padding: 32px 36px;
  flex: 1;
}
@media (max-width: 860px) {
  .content {
    padding: 20px 16px;
  }
}
@media (max-width: 600px) {
  .content {
    padding: 24px 20px;
  }
}

/* ZALO BANNER */
.zalo-banner {
  background: var(--v2-charcoal);
  border-radius: 18px;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 36px;
  position: relative;
  overflow: hidden;
  animation: fadeUp 0.3s ease both;
}
.zalo-banner::before {
  content: "";
  position: absolute;
  top: -60px;
  right: 100px;
  width: 240px;
  height: 240px;
  background: radial-gradient(circle, rgba(255, 92, 26, 0.16) 0%, transparent 70%);
  pointer-events: none;
}

.zalo-text {
  position: relative;
  z-index: 1;
}

.zalo-eyebrow {
  font-size: 11px;
  font-weight: 700;
  color: var(--v2-orange);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 4px;
}

.zalo-title {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 17px;
  font-weight: 800;
  color: var(--v2-white);
  letter-spacing: -0.3px;
  margin-bottom: 3px;
}

.zalo-sub {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.55;
  max-width: 480px;
}

.zalo-ctas {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}

.zalo-btn {
  background: var(--v2-orange);
  color: var(--v2-white);
  border: none;
  border-radius: 10px;
  padding: 0 18px;
  height: 36px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: opacity 0.18s;
  white-space: nowrap;
}
.zalo-btn:hover {
  opacity: 0.85;
}

.zalo-dismiss {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  background: none;
  border: none;
  font-family: "Be Vietnam Pro", sans-serif;
  transition: color 0.15s;
  white-space: nowrap;
}
.zalo-dismiss:hover {
  color: rgba(255, 255, 255, 0.6);
}

/* STATS */
.stats-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: 36px;
}
@media (max-width: 1000px) {
  .stats-row {
    grid-template-columns: 1fr 1fr;
  }
}

.stat-card {
  background: var(--v2-white);
  border: 1px solid var(--v2-border);
  border-radius: 18px;
  padding: 20px 22px;
  box-shadow: var(--v2-shadow-sm);
  animation: fadeUp 0.4s ease both;
}

.stat-icon {
  font-size: 20px;
  margin-bottom: 10px;
}

.stat-num {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 32px;
  font-weight: 800;
  letter-spacing: -1.5px;
  color: var(--v2-charcoal);
  line-height: 1;
}
@media (max-width: 600px) {
  .stat-num {
    font-size: 26px;
  }
}

.stat-lbl {
  font-size: 13px;
  color: var(--v2-soft);
  font-weight: 500;
  margin-top: 5px;
}

.stat-delta {
  font-size: 12px;
  font-weight: 600;
  margin-top: 4px;
}
.stat-delta.up {
  color: #0F8F55;
}
.stat-delta.warn {
  color: var(--v2-orange);
}

/* SECTION HEADER */
.sec-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.sec-title {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -0.3px;
}

.sec-link {
  font-size: 13px;
  font-weight: 600;
  color: var(--v2-orange);
  text-decoration: none;
  cursor: pointer;
}
.sec-link:hover {
  text-decoration: underline;
}

/* TABLES */
.events-wrap {
  margin-bottom: 40px;
  animation: fadeUp 0.35s 0.05s ease both;
}

table.ev-table,
table.leads-table {
  width: 100%;
  border-collapse: collapse;
}
@media (max-width: 600px) {
  table.ev-table,
  table.leads-table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
  }
}
table.ev-table thead th,
table.leads-table thead th {
  padding: 9px 14px;
  text-align: left;
  font-size: 11px;
  font-weight: 700;
  color: var(--v2-soft);
  text-transform: uppercase;
  letter-spacing: 0.07em;
  border-bottom: 1px solid var(--v2-border);
  white-space: nowrap;
}
table.ev-table thead th:first-child,
table.leads-table thead th:first-child {
  padding-left: 0;
}
table.ev-table tbody tr,
table.leads-table tbody tr {
  border-bottom: 1px solid var(--v2-border);
  transition: background 0.15s;
  cursor: pointer;
  animation: fadeUp 0.3s var(--delay, 0s) ease both;
}
table.ev-table tbody tr:hover,
table.leads-table tbody tr:hover {
  background: rgba(22, 18, 14, 0.025);
}
table.ev-table tbody td,
table.leads-table tbody td {
  padding: 13px 14px;
  font-size: 14px;
  vertical-align: middle;
}
table.ev-table tbody td:first-child,
table.leads-table tbody td:first-child {
  padding-left: 0;
}

.ev-name {
  font-weight: 700;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 14px;
}

.ev-sub {
  font-size: 12px;
  color: var(--v2-soft);
  margin-top: 2px;
}

.ev-leads {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 16px;
  font-weight: 800;
}
.ev-leads.is-filterable {
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.sp {
  display: inline-flex;
  align-items: center;
  border-radius: 99px;
  padding: 3px 12px;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}
.sp-open {
  background: rgba(22, 165, 100, 0.1);
  color: #0F8F55;
}
.sp-closed {
  background: rgba(22, 18, 14, 0.06);
  color: var(--v2-soft);
}
.sp-private {
  background: #F3F4F6;
  color: #6B7280;
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
}

.ev-edit-btn {
  border: 1px solid var(--v2-border);
  background: transparent;
  border-radius: 8px;
  padding: 4px 12px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: var(--v2-mid);
  cursor: pointer;
  transition: all 0.15s;
  white-space: nowrap;
  text-decoration: none;
}
.ev-edit-btn:hover {
  border-color: var(--v2-charcoal);
  color: var(--v2-charcoal);
}

.leads-wrap {
  animation: fadeUp 0.35s 0.1s ease both;
}

.leads-filters {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
@media (max-width: 600px) {
  .leads-filters {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}

.search-wrap {
  display: flex;
  align-items: center;
  gap: 7px;
  background: var(--v2-white);
  border: 1px solid var(--v2-border);
  border-radius: 9px;
  padding: 7px 12px;
}
.search-wrap input {
  border: none;
  background: transparent;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 13px;
  color: var(--v2-charcoal);
  outline: none;
  width: 180px;
}

.f-select {
  border: 1px solid var(--v2-border);
  background: var(--v2-white);
  border-radius: 9px;
  padding: 7px 10px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 13px;
  color: var(--v2-charcoal);
  outline: none;
  cursor: pointer;
}

.lead-name-cell {
  display: flex;
  align-items: center;
  gap: 10px;
}

.lead-av {
  width: 28px;
  height: 28px;
  border-radius: 99px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 800;
  color: var(--v2-white);
  font-family: "Bricolage Grotesque", sans-serif;
  background: var(--av-gradient, #ccc);
}

.lead-name {
  font-weight: 600;
}

.new-pill {
  background: rgba(255, 92, 26, 0.1);
  color: var(--v2-orange);
  border-radius: 99px;
  padding: 1px 7px;
  font-size: 10px;
  font-weight: 700;
  margin-left: 5px;
}

.contact-val {
  color: var(--v2-charcoal);
}

.time-text {
  font-size: 12px;
  color: var(--v2-soft);
}

.status-select {
  appearance: none;
  border: none;
  background: transparent;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  padding: 4px 22px 4px 10px;
  border-radius: 99px;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='currentColor' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 7px center;
  transition: all 0.18s;
  outline: none;
}
.status-select.confirmed {
  background-color: rgba(22, 165, 100, 0.1);
  color: #0F8F55;
}
.status-select.pending {
  background-color: rgba(22, 18, 14, 0.06);
  color: var(--v2-soft);
}

/* DRAWER */
.drawer-bg {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 300;
  background: rgba(22, 18, 14, 0.25);
  backdrop-filter: blur(3px);
}
.drawer-bg.open {
  display: block;
}

.drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 301;
  width: 360px;
  background: var(--v2-white);
  box-shadow: -4px 0 32px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.3s cubic-bezier(0.22, 0.68, 0, 1.1);
}
.drawer.open {
  transform: none;
}

.dw-head {
  padding: 20px 22px;
  border-bottom: 1px solid var(--v2-border);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dw-title {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 16px;
  font-weight: 800;
}

.dw-close {
  width: 30px;
  height: 30px;
  border-radius: 99px;
  background: var(--v2-bg2);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: var(--v2-mid);
}

.dw-body {
  padding: 22px;
  flex: 1;
  overflow-y: auto;
}

.dw-av-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
}

.dw-avatar {
  width: 50px;
  height: 50px;
  border-radius: 99px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  font-weight: 800;
  color: var(--v2-white);
  font-family: "Bricolage Grotesque", sans-serif;
  background: var(--av-gradient, #ccc);
}

.dw-name {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 2px;
}

.dw-since {
  font-size: 12px;
  color: var(--v2-soft);
}

.dw-sec {
  font-size: 10px;
  font-weight: 700;
  color: var(--v2-soft);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 18px 0 8px;
}

.dw-row {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 10px 0;
  border-bottom: 1px solid var(--v2-border);
}

.dw-row-label {
  font-size: 11px;
  color: var(--v2-soft);
  font-weight: 500;
}

.dw-row-val {
  font-size: 14px;
  font-weight: 500;
  color: var(--v2-charcoal);
}

.dw-ev-item {
  padding: 10px 0;
  border-bottom: 1px solid var(--v2-border);
  display: flex;
  align-items: center;
  gap: 10px;
}

.dw-ev-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--v2-orange);
  flex-shrink: 0;
}

.dw-ev-name {
  font-size: 13px;
  font-weight: 600;
  flex: 1;
}

.dw-ev-date {
  font-size: 11px;
  color: var(--v2-soft);
}

.dw-foot {
  padding: 14px 22px;
  border-top: 1px solid var(--v2-border);
  display: flex;
  gap: 8px;
}

.dw-action {
  flex: 1;
  border-radius: 11px;
  height: 40px;
  border: none;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: opacity 0.15s;
}
.dw-action.pri {
  background: var(--v2-charcoal);
  color: var(--v2-white);
}
.dw-action.ghost {
  background: var(--v2-bg2);
  color: var(--v2-charcoal);
}

/* MOBILE TOPBAR */
.mob-topbar {
  display: none;
  position: sticky;
  top: 0;
  z-index: 150;
  background: var(--v2-charcoal);
  padding: 14px 18px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
@media (max-width: 860px) {
  .mob-topbar {
    display: flex;
  }
}

.mob-logo {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 18px;
  font-weight: 800;
  color: var(--v2-white);
  text-decoration: none;
  letter-spacing: -0.4px;
}
.mob-logo .dot {
  color: var(--v2-orange);
}

.mob-right {
  display: flex;
  align-items: center;
  gap: 8px;
}

.mob-menu-btn {
  width: 36px;
  height: 36px;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.08);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
}
.mob-menu-btn span {
  display: block;
  width: 16px;
  height: 2px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 2px;
}

.mob-create-btn {
  background: var(--v2-orange);
  color: var(--v2-white);
  border: none;
  border-radius: 99px;
  padding: 0 14px;
  height: 34px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
  text-decoration: none;
}

.sidebar-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 199;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(2px);
}
.sidebar-overlay.open {
  display: block;
}

#city-suggest {
  margin: 0;
  position: absolute;
  padding: 0;
  width: 100%;
  top: 90px;
  right: 0;
  background: #182B48;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.25);
  list-style-type: none;
  max-height: 200px;
  overflow-y: auto;
  z-index: 10;
}
#city-suggest li {
  padding: 10px 15px;
  text-decoration: none;
  color: #fff;
  display: block;
  cursor: pointer;
}
#city-suggest li:hover {
  transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  background-color: rgba(21.6, 38.7, 64.8, 0.8);
}
#city-suggest li + * {
  border-top: 1px solid rgba(213, 234, 255, 0.2);
}

/* Waitlist Page V2 Migration */
.waitlist {
  background: var(--v2-bg);
  color: var(--v2-charcoal);
  font-family: var(--v2-font-body);
}
.waitlist .page {
  min-height: 100vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 120px 24px 80px;
  background: #FEFAF6;
  position: relative;
}
.waitlist .card {
  width: 100%;
  max-width: 600px;
  background: var(--v2-white);
  border: 1px solid var(--v2-border);
  border-radius: 32px;
  padding: 48px;
  box-shadow: var(--v2-shadow-lg);
  position: relative;
  z-index: 2;
}
.waitlist .card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 48px;
  right: 48px;
  height: 4px;
  border-radius: 0 0 4px 4px;
  background: var(--v2-orange);
}
.waitlist .card-header {
  margin-bottom: 20px;
}
.waitlist .card-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--v2-bg2);
  padding: 6px 16px;
  border-radius: 99px;
  border: 1px solid var(--v2-border);
  font-size: 11px;
  font-weight: 700;
  color: var(--v2-mid);
  text-transform: uppercase;
  margin-bottom: 24px;
}
.waitlist .badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--v2-orange);
}
.waitlist .card-title {
  font-family: var(--v2-font-heading);
  font-size: 36px;
  font-weight: 800;
  letter-spacing: -1.5px;
  margin-bottom: 12px;
  color: var(--v2-charcoal);
}
.waitlist .card-title span {
  color: var(--v2-orange);
}
.waitlist .card-sub {
  font-size: 16px;
  color: var(--v2-mid);
  margin-bottom: 32px;
}
.waitlist .divider {
  height: 1px;
  background: var(--v2-border);
  margin-bottom: 32px;
}
.waitlist .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}
.waitlist .form-group {
  margin-bottom: 20px;
}
.waitlist .form-group label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: var(--v2-mid);
  margin-bottom: 6px;
}
.waitlist .form-group input,
.waitlist .form-group select {
  width: 100%;
  background: var(--v2-bg2);
  border: 1.5px solid var(--v2-border);
  border-radius: 14px;
  padding: 12px 16px;
  font-size: 15px;
  outline: none;
  transition: all 0.2s;
}
.waitlist .form-group input:focus,
.waitlist .form-group select:focus {
  border-color: var(--v2-orange);
  background: var(--v2-white);
  box-shadow: 0 0 0 4px rgba(255, 160, 144, 0.1);
}
.waitlist {
  /* Intent options */
}
.waitlist .intent-label {
  display: block;
  font-weight: 700;
  font-size: 13px;
  color: var(--v2-mid);
  margin-bottom: 12px;
}
.waitlist .intent-options {
  display: grid;
  gap: 12px;
}
.waitlist .intent-option {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  background: var(--v2-bg2);
  border: 1.5px solid var(--v2-border);
  border-radius: 16px;
  cursor: pointer;
  transition: all 0.2s;
}
.waitlist .intent-option:hover {
  border-color: var(--v2-orange);
  background: var(--v2-white);
}
.waitlist .intent-option.is-active {
  border-color: var(--v2-orange);
  background: #FFF9F7;
}
.waitlist .intent-option .intent-radio {
  width: 20px;
  height: 200px;
  /* wait, intent radio should be smaller */
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid var(--v2-border);
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--v2-white);
}
.waitlist .intent-option .intent-radio .intent-radio-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--v2-orange);
  opacity: 0;
  transition: opacity 0.2s;
}
.waitlist .intent-option.is-active .intent-radio {
  border-color: var(--v2-orange);
}
.waitlist .intent-option.is-active .intent-radio .intent-radio-dot {
  opacity: 1;
}
.waitlist .intent-option .intent-title {
  font-weight: 700;
  font-size: 15px;
  color: var(--v2-charcoal);
}
.waitlist .intent-option .intent-desc {
  font-size: 13px;
  color: var(--v2-mid);
}
.waitlist .btn-cta {
  background: var(--v2-charcoal);
  color: var(--v2-white);
  border: none;
  border-radius: 99px;
  padding: 16px 32px;
  font-weight: 700;
  font-size: 16px;
  width: 100%;
  cursor: pointer;
  transition: all 0.2s;
  margin-top: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.waitlist .btn-cta:hover {
  background: var(--v2-orange);
  transform: translateY(-1px);
}
.waitlist {
  /* Success state */
}
.waitlist .success-state {
  display: none;
  text-align: center;
  padding: 40px 0;
}
.waitlist .success-state.is-active {
  display: block;
}
.waitlist .success-state .success-icon {
  font-size: 48px;
  margin-bottom: 24px;
}
.waitlist .success-state .success-title {
  font-family: var(--v2-font-heading);
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 12px;
}
.waitlist .success-state .success-sub {
  font-size: 16px;
  color: var(--v2-mid);
}

@media (max-width: 600px) {
  .waitlist .page {
    padding: 80px 16px;
  }
  .waitlist .card {
    padding: 32px 24px;
  }
  .waitlist .form-row {
    grid-template-columns: 1fr;
  }
}
.create-event {
  background: var(--v2-bg);
  min-height: 100vh;
}
.create-event .page {
  padding-top: 66px;
  min-height: 100vh;
}
.create-event .form-wrap {
  max-width: 680px;
  margin: 0 auto;
  padding: 44px 24px 80px;
}
.create-event .ce-login-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 40px;
  box-shadow: var(--shadow-sm);
  max-width: 400px;
  margin: 100px auto;
  text-align: center;
}
.create-event .ce-login-card .ce-login-btn {
  margin-top: 20px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.create-event .ce-login-card__badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  background: var(--v2-bg2);
  border-radius: 99px;
  font-size: 11px;
  font-weight: 600;
  color: var(--v2-mid);
  margin-bottom: 16px;
}
.create-event .ce-login-card__dot {
  width: 6px;
  height: 6px;
  background: var(--v2-orange);
  border-radius: 50%;
}
.create-event .ce-login-card__title {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 28px;
  font-weight: 800;
  color: var(--v2-charcoal);
  margin-bottom: 8px;
}
.create-event .ce-login-card__title span {
  color: var(--v2-orange);
}
.create-event .ce-login-card__sub {
  font-size: 14px;
  color: var(--v2-mid);
}
.create-event .form-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}
.create-event .form-section-head label {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  color: var(--v2-mid);
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.create-event .form-section-head label .opt {
  color: var(--v2-soft);
  font-weight: 500;
  text-transform: none;
  margin-left: 4px;
}
.create-event .agenda-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 12px;
}
.create-event .price-input-wrap {
  position: relative;
  display: flex;
  align-items: center;
}
.create-event .price-input-wrap .price-prefix {
  display: block;
  position: absolute;
  left: 14px;
  color: var(--v2-mid);
  font-size: 14px;
  pointer-events: none;
}
.create-event .price-input-wrap input {
  padding-left: 34px !important;
}
.create-event .field-row.u-mt-12 {
  margin-top: 12px;
}
.create-event .field-row.u-mt-16 {
  margin-top: 16px;
}
.create-event .field.u-mt-12 {
  margin-top: 12px;
}
.create-event .field.u-mt-16 {
  margin-top: 16px;
}
.create-event .recur-panel.visible {
  display: block;
}
.create-event .recur-panel label {
  margin-bottom: 8px;
  display: block;
}
.create-event .recur-panel .recur-hint {
  margin-top: 7px;
  font-size: 12px;
  color: var(--v2-mid);
}
.create-event .toggle-row.is-disabled {
  opacity: 0.55;
  cursor: default;
  pointer-events: none;
}
.create-event .toggle-row .badge-soon {
  font-size: 11px;
  font-weight: 700;
  color: var(--v2-orange);
  background: rgba(255, 92, 26, 0.1);
  border-radius: 99px;
  padding: 3px 10px;
  white-space: nowrap;
  letter-spacing: 0.03em;
}
.create-event .submit-bar .btn-publish svg {
  margin-right: 7px;
}
.create-event {
  /* ── LOADING STATE FOR BUTTONS ── */
}
@keyframes ce-dot-bounce {
  0%, 60%, 100% {
    transform: translateY(0);
    opacity: 0.45;
  }
  30% {
    transform: translateY(-5px);
    opacity: 1;
  }
}
@keyframes ce-shimmer {
  0% {
    background-position: -300% center;
  }
  100% {
    background-position: 300% center;
  }
}
.create-event .btn.is-loading,
.create-event .btn-outline.is-loading {
  pointer-events: none;
  position: relative;
  overflow: hidden;
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
  /* shimmer sweep across button */
}
.create-event .btn.is-loading::after,
.create-event .btn-outline.is-loading::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, transparent 30%, rgba(255, 255, 255, 0.22) 50%, transparent 70%);
  background-size: 300% 100%;
  animation: ce-shimmer 1.6s ease-in-out infinite;
}
.create-event .btn.is-loading .btn-dots,
.create-event .btn-outline.is-loading .btn-dots {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
}
.create-event .btn.is-loading .btn-dots span,
.create-event .btn-outline.is-loading .btn-dots span {
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: currentColor;
  animation: ce-dot-bounce 1s ease-in-out infinite;
}
.create-event .btn.is-loading .btn-dots span:nth-child(1),
.create-event .btn-outline.is-loading .btn-dots span:nth-child(1) {
  animation-delay: 0s;
}
.create-event .btn.is-loading .btn-dots span:nth-child(2),
.create-event .btn-outline.is-loading .btn-dots span:nth-child(2) {
  animation-delay: 0.15s;
}
.create-event .btn.is-loading .btn-dots span:nth-child(3),
.create-event .btn-outline.is-loading .btn-dots span:nth-child(3) {
  animation-delay: 0.3s;
}
.create-event {
  /* ── COVER INLINE BUTTON ── */
}
.create-event .cover-trigger {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  background: var(--v2-bg2);
  border: 1.5px solid var(--v2-border);
  border-radius: 10px;
  padding: 9px 14px;
  cursor: pointer;
  position: relative;
  transition: border-color 0.2s, background 0.2s;
  margin-bottom: 16px;
}
.create-event .cover-trigger:hover {
  border-color: rgba(255, 92, 26, 0.5);
  background: rgba(255, 92, 26, 0.04);
}
.create-event .cover-trigger.has-images {
  border-color: var(--v2-orange);
  background: rgba(255, 92, 26, 0.05);
}
.create-event .cover-trigger-icon {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--v2-orange);
  flex-shrink: 0;
  box-shadow: var(--v2-shadow-sm);
}
.create-event .cover-trigger-title {
  font-size: 13px;
  font-weight: 700;
  color: var(--v2-charcoal);
  margin-bottom: 1px;
}
.create-event .cover-trigger-sub {
  font-size: 11px;
  color: var(--v2-soft);
}
.create-event .cover-trigger input[type=file] {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}
.create-event {
  /* Thumbnail strip */
}
.create-event .cover-strip {
  display: none;
  gap: 7px;
  margin-bottom: 16px;
  align-items: center;
  flex-wrap: wrap;
}
.create-event .cover-strip.visible {
  display: flex;
}
.create-event .cover-strip .cover-thumb-wrap {
  position: relative;
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  transition: transform 0.2s;
}
.create-event .cover-strip .cover-thumb-wrap.active .cover-thumb {
  border-color: var(--v2-orange);
}
.create-event .cover-strip .cover-thumb-wrap.drag-over {
  border-right: 3px solid var(--v2-orange);
  transform: translateX(-3px);
}
.create-event .cover-strip .cover-thumb-wrap:hover .cover-thumb-del {
  opacity: 1;
}
.create-event .cover-strip .cover-thumb {
  width: 52px;
  height: 52px;
  border-radius: 8px;
  object-fit: cover;
  cursor: pointer;
  border: 2.5px solid transparent;
  transition: border-color 0.2s, transform 0.15s;
  display: block;
}
.create-event .cover-strip .cover-thumb:hover {
  transform: scale(1.06);
}
.create-event .cover-strip .cover-thumb-del {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 18px;
  height: 18px;
  background: var(--v2-charcoal);
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.2s, background 0.2s;
  z-index: 5;
  padding: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.create-event .cover-strip .cover-thumb-del:hover {
  background: var(--v2-orange);
}
.create-event .cover-strip .cover-thumb-add {
  width: 52px;
  height: 52px;
  border-radius: 8px;
  border: 2px dashed rgba(22, 18, 14, 0.18);
  background: var(--v2-bg2);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  color: var(--v2-soft);
  font-size: 20px;
  line-height: 1;
  transition: border-color 0.2s, color 0.2s, background 0.2s;
  position: relative;
}
.create-event .cover-strip .cover-thumb-add:hover {
  border-color: var(--v2-orange);
  color: var(--v2-orange);
  background: rgba(255, 92, 26, 0.04);
}
.create-event .cover-strip .cover-thumb-add input[type=file] {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}
.create-event {
  /* ── FORM PAGE TITLE ── */
}
.create-event .page-title {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 800;
  letter-spacing: -1px;
  color: var(--v2-charcoal);
  margin-bottom: 24px;
}
.create-event {
  /* ── DIVIDERS ── */
}
.create-event .form-divider {
  height: 1px;
  background: var(--v2-border);
  margin: 24px 0;
}
.create-event {
  /* ── FIELDS ── */
}
.create-event .field {
  margin-bottom: 16px;
}
.create-event .field:last-child {
  margin-bottom: 0;
}
.create-event .field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.create-event .field-row .field {
  margin-bottom: 0;
}
.create-event label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: var(--v2-mid);
  margin-bottom: 6px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.create-event label .req {
  color: var(--v2-orange);
  margin-left: 2px;
}
.create-event label .opt {
  color: var(--v2-soft);
  font-weight: 500;
  font-size: 12px;
  margin-left: 4px;
  text-transform: none;
}
.create-event input[type=text],
.create-event input[type=number],
.create-event input[type=url],
.create-event input[type=time],
.create-event input[type=datetime-local],
.create-event select {
  width: 100%;
  background: var(--v2-bg2);
  border: 1.5px solid var(--v2-border);
  border-radius: 10px;
  padding: 13px 14px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 15px;
  color: var(--v2-charcoal);
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
  -webkit-appearance: none;
  appearance: none;
}
.create-event input[type=text]::placeholder,
.create-event input[type=number]::placeholder,
.create-event input[type=url]::placeholder,
.create-event input[type=time]::placeholder,
.create-event input[type=datetime-local]::placeholder,
.create-event select::placeholder {
  color: var(--v2-soft);
}
.create-event input[type=text]:focus,
.create-event input[type=number]:focus,
.create-event input[type=url]:focus,
.create-event input[type=time]:focus,
.create-event input[type=datetime-local]:focus,
.create-event select:focus {
  border-color: var(--v2-orange);
  box-shadow: 0 0 0 3px var(--v2-orange-glow);
  background: var(--white);
}
.create-event select {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23B5A89C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-color: var(--v2-bg2);
  padding-right: 36px;
  cursor: pointer;
}
.create-event .char-count {
  font-size: 11px;
  color: var(--v2-soft);
  text-align: right;
  margin-top: 4px;
  font-variant-numeric: tabular-nums;
}
.create-event {
  /* ── RICH EDITOR ── */
}
.create-event .editor-wrap {
  border: 1.5px solid var(--v2-border);
  border-radius: 10px;
  background: var(--v2-bg2);
  overflow: hidden;
  transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
}
.create-event .editor-wrap:focus-within {
  border-color: var(--v2-orange);
  box-shadow: 0 0 0 3px var(--v2-orange-glow);
  background: var(--white);
}
.create-event .editor-wrap .editor-toolbar {
  display: flex;
  align-items: center;
  gap: 2px;
  padding: 7px 8px;
  border-bottom: 1px solid rgba(22, 18, 14, 0.07);
  background: rgba(255, 255, 255, 0.5);
  flex-wrap: wrap;
}
.create-event .editor-wrap .editor-toolbar .tb-btn {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  border: none;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--v2-mid);
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 13px;
  font-weight: 700;
  flex-shrink: 0;
}
.create-event .editor-wrap .editor-toolbar .tb-btn:hover {
  background: var(--v2-bg2);
  color: var(--v2-charcoal);
}
.create-event .editor-wrap .editor-toolbar .tb-sep {
  width: 1px;
  height: 16px;
  background: var(--v2-border);
  margin: 0 3px;
  flex-shrink: 0;
}
.create-event .editor-wrap .editor-toolbar .tb-img-btn {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 0 9px;
  width: auto;
  font-size: 12px;
  font-weight: 700;
  border-radius: 6px;
  color: var(--v2-mid);
}
.create-event .editor-wrap .editor-toolbar .tb-img-btn:hover {
  background: var(--v2-bg2);
  color: var(--v2-orange);
}
.create-event .editor-wrap .editor-body {
  min-height: 60px;
  max-height: 180px;
  overflow-y: auto;
  padding: 11px 14px;
  outline: none;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 15px;
  color: var(--v2-charcoal);
  line-height: 1.75;
}
.create-event .editor-wrap .editor-body:empty::before {
  content: attr(data-placeholder);
  color: var(--v2-soft);
  pointer-events: none;
}
.create-event .editor-wrap .editor-body img {
  width: 100%;
  max-width: 100%;
  border-radius: 8px;
  margin: 6px 0;
  display: block;
}
.create-event .editor-wrap .editor-body strong {
  font-weight: 700;
}
.create-event .editor-wrap .editor-body em {
  font-style: italic;
}
.create-event .editor-wrap .editor-body ul,
.create-event .editor-wrap .editor-body ol {
  padding-left: 20px;
  margin: 4px 0;
}
.create-event {
  /* ── DATETIME PAIR ── */
}
.create-event .datetime-group {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: end;
  gap: 10px;
}
.create-event .datetime-group .dt-arrow {
  color: var(--v2-soft);
  font-size: 16px;
  padding-bottom: 11px;
  text-align: center;
  user-select: none;
}
.create-event {
  /* ── LOCATION TYPE ── */
}
.create-event .loc-type-row {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
}
.create-event .loc-type-row .loc-type-btn {
  flex: 1;
  border: 1.5px solid var(--v2-border);
  border-radius: 10px;
  padding: 10px 8px;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s;
  background: var(--v2-bg2);
}
.create-event .loc-type-row .loc-type-btn input {
  display: none;
}
.create-event .loc-type-row .loc-type-btn.selected {
  border-color: var(--v2-orange);
  background: rgba(255, 92, 26, 0.06);
}
.create-event .loc-type-row .loc-type-btn.selected .lt-name {
  color: var(--v2-orange);
}
.create-event .loc-type-row .loc-type-btn.disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.create-event .loc-type-row .loc-type-btn.disabled:hover {
  border-color: var(--v2-border);
  background: var(--v2-bg2);
}
.create-event .loc-type-row .loc-type-btn .lt-icon {
  font-size: 17px;
  margin-bottom: 2px;
}
.create-event .loc-type-row .loc-type-btn .lt-name {
  font-size: 12px;
  font-weight: 700;
  color: var(--v2-charcoal);
}
.create-event .loc-type-row .loc-type-btn .lt-coming {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  color: var(--v2-soft);
  letter-spacing: 0.03em;
  margin-top: 3px;
  text-transform: uppercase;
}
.create-event {
  /* ── PRICE ── */
}
.create-event .price-input-wrap {
  position: relative;
  display: flex;
  align-items: center;
}
.create-event .price-input-wrap .price-prefix {
  position: absolute;
  left: 14px;
  font-size: 14px;
  font-weight: 600;
  color: var(--v2-mid);
  pointer-events: none;
  z-index: 1;
}
.create-event {
  /* ── SEGMENT CONTROL (1 lần / Lặp lại) ── */
}
.create-event .seg-control {
  display: flex;
  background: var(--v2-bg2);
  border-radius: 10px;
  padding: 3px;
  gap: 2px;
}
.create-event .seg-control .seg-btn {
  flex: 1;
  border: none;
  background: transparent;
  border-radius: 8px;
  padding: 8px 12px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: var(--v2-mid);
  cursor: pointer;
  transition: all 0.2s;
  white-space: nowrap;
}
.create-event .seg-control .seg-btn.active {
  background: var(--white);
  color: var(--v2-charcoal);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.09);
}
.create-event {
  /* ── RECURRING PANEL ── */
}
.create-event .recur-panel {
  background: var(--v2-bg2);
  border-radius: 10px;
  padding: 14px;
  margin-top: 12px;
  margin-bottom: 16px;
  display: none;
  flex-direction: column;
  gap: 12px;
}
.create-event .recur-panel.visible {
  display: flex;
}
.create-event .recur-panel .recur-freq-row {
  display: flex;
  gap: 8px;
}
.create-event .recur-panel .recur-freq-row .freq-btn {
  flex: 1;
  border: 1.5px solid var(--v2-border);
  border-radius: 8px;
  padding: 8px 6px;
  background: var(--white);
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: var(--v2-mid);
  cursor: pointer;
  transition: all 0.2s;
  text-align: center;
}
.create-event .recur-panel .recur-freq-row .freq-btn.active {
  border-color: var(--v2-orange);
  color: var(--v2-orange);
  background: rgba(255, 92, 26, 0.06);
}
.create-event .recur-panel .day-chips {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.create-event .recur-panel .day-chips .day-chip {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1.5px solid var(--v2-border);
  background: var(--white);
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: var(--v2-mid);
  cursor: pointer;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.create-event .recur-panel .day-chips .day-chip:hover {
  border-color: var(--v2-orange);
  color: var(--v2-orange);
}
.create-event .recur-panel .day-chips .day-chip.active {
  background: var(--v2-orange);
  border-color: var(--v2-orange);
  color: #fff;
}
.create-event .recur-panel .recur-hint {
  font-size: 11px;
  color: var(--v2-soft);
  line-height: 1.5;
}
.create-event {
  /* ── TOGGLES ── */
}
.create-event .toggle-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 0;
  border-bottom: 1px solid var(--v2-border);
  gap: 16px;
}
.create-event .toggle-row:first-child {
  padding-top: 0;
}
.create-event .toggle-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.create-event .toggle-row .toggle-name {
  font-size: 16px;
  font-weight: 600;
  color: var(--v2-charcoal);
  margin-bottom: 1px;
}
.create-event .toggle-row .toggle-desc {
  font-size: 14px;
  color: var(--v2-soft);
  line-height: 1.5;
}
.create-event .toggle-row .toggle {
  position: relative;
  flex-shrink: 0;
  width: 42px;
  height: 24px;
}
.create-event .toggle-row .toggle input {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}
.create-event .toggle-row .toggle .toggle-slider {
  position: absolute;
  inset: 0;
  background: #d9d0c8;
  border-radius: 99px;
  cursor: pointer;
  transition: background 0.25s;
}
.create-event .toggle-row .toggle .toggle-slider::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  transition: transform 0.25s;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.create-event .toggle-row .toggle input:checked + .toggle-slider {
  background: var(--v2-orange);
}
.create-event .toggle-row .toggle input:checked + .toggle-slider::before {
  transform: translateX(18px);
}
.create-event {
  /* ── AGENDA EDITOR ── */
}
.create-event .agenda-row {
  display: grid;
  grid-template-columns: 110px 1fr 1fr 36px;
  gap: 8px;
  align-items: center;
}
.create-event .agenda-row input {
  background: var(--v2-bg2);
  border: 1.5px solid transparent;
  border-radius: 10px;
  padding: 10px 12px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  color: var(--v2-charcoal);
  outline: none;
  width: 100%;
  transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
  -webkit-appearance: none;
  appearance: none;
}
.create-event .agenda-row input::placeholder {
  color: var(--v2-soft);
}
.create-event .agenda-row input:focus {
  border-color: var(--v2-orange);
  box-shadow: 0 0 0 3px var(--v2-orange-glow);
  background: var(--white);
}
.create-event .agenda-row .agenda-time-input {
  font-weight: 600;
  color: var(--v2-charcoal) !important;
  cursor: pointer;
}
.create-event .agenda-row .agenda-time-input::-webkit-calendar-picker-indicator {
  opacity: 0.35;
  cursor: pointer;
}
.create-event .agenda-row .agenda-remove {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--v2-soft);
  transition: background 0.2s, color 0.2s;
  flex-shrink: 0;
  padding: 0;
}
.create-event .agenda-row .agenda-remove:hover {
  background: rgba(229, 62, 62, 0.08);
  color: #E53E3E;
}
.create-event .btn-add-agenda {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: transparent;
  border: 1.5px dashed rgba(22, 18, 14, 0.2);
  border-radius: 10px;
  padding: 9px 16px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--v2-mid);
  cursor: pointer;
  transition: all 0.2s;
}
.create-event .btn-add-agenda:hover {
  border-color: var(--v2-orange);
  color: var(--v2-orange);
  background: rgba(255, 92, 26, 0.04);
}
.create-event {
  /* ── SUBMIT BAR ── */
}
.create-event .submit-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
}
.create-event .submit-bar .btn-publish {
  background: var(--v2-orange);
  color: var(--white);
  border: none;
  border-radius: 99px;
  padding: 0 32px;
  height: 46px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 4px 20px var(--v2-orange-glow);
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.create-event .submit-bar .btn-publish:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(255, 92, 26, 0.35);
}
.create-event .submit-bar .btn-draft {
  background: transparent;
  color: var(--v2-mid);
  border: 1.5px solid var(--v2-border);
  border-radius: 99px;
  padding: 0 20px;
  height: 46px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: border-color 0.2s, color 0.2s;
}
.create-event .submit-bar .btn-draft:hover {
  border-color: var(--v2-charcoal);
  color: var(--v2-charcoal);
}
.create-event {
  /* ── ANIMATIONS ── */
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.create-event .form-wrap > * {
  animation: fadeUp 0.35s ease both;
}
.create-event .form-wrap > *:nth-child(1) {
  animation-delay: 0.03s;
}
.create-event .form-wrap > *:nth-child(2) {
  animation-delay: 0.07s;
}
.create-event .form-wrap > *:nth-child(3) {
  animation-delay: 0.11s;
}
.create-event .form-wrap > *:nth-child(4) {
  animation-delay: 0.15s;
}
.create-event .form-wrap > *:nth-child(5) {
  animation-delay: 0.19s;
}
.create-event .form-wrap > *:nth-child(6) {
  animation-delay: 0.23s;
}

/* ── MODALS (Moved to Top Level) ── */
.ce-modal-bg {
  position: fixed;
  inset: 0;
  z-index: 500;
  background: rgba(22, 18, 14, 0.45);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s;
  padding: 20px;
}
.ce-modal-bg.open {
  opacity: 1;
  pointer-events: all;
}
.ce-modal-bg.open .ce-modal {
  animation: modalIn 0.28s cubic-bezier(0.34, 1.4, 0.64, 1) both;
}

@keyframes modalIn {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.97);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes welcFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}
.ce-modal {
  background: var(--v2-bg);
  border-radius: 28px;
  width: 100%;
  max-width: 420px;
  position: relative;
  box-shadow: var(--v2-shadow-md);
  overflow: hidden;
  transition: transform 0.25s;
}
.ce-modal.success-modal {
  max-width: 420px;
}
.ce-modal {
  /* ── SUCCESS POPUP SPECIFIC ── */
}
.ce-modal-accent {
  height: 6px;
  background: linear-gradient(90deg, var(--v2-orange) 0%, #FFB088 50%, #C8A4FF 100%);
}
.ce-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: none;
  background: var(--v2-bg2);
  color: var(--v2-mid);
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  transition: background 0.2s, color 0.2s;
}
.ce-modal-close:hover {
  background: rgba(22, 18, 14, 0.12);
  color: var(--v2-charcoal);
}
.ce-modal-body {
  padding: 32px 36px 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.ce-modal-emoji {
  font-size: 48px;
  line-height: 1;
  margin-bottom: 16px;
  display: block;
  animation: welcFloat 3s ease-in-out infinite;
}
.ce-modal-title {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.5px;
  color: var(--v2-charcoal);
  margin-bottom: 10px;
  line-height: 1.25;
}
.ce-modal-sub {
  font-size: 16px;
  color: var(--v2-mid);
  line-height: 1.7;
  margin-bottom: 28px;
  max-width: 340px;
}
.ce-modal-ctas {
  display: flex;
  gap: 10px;
  width: 100%;
}
.ce-modal-ctas .btn-primary {
  flex: 1;
  min-width: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--v2-orange);
  color: var(--white);
  border: none;
  border-radius: 99px;
  height: 46px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 4px 16px var(--v2-orange-glow);
  transition: transform 0.15s, box-shadow 0.15s, filter 0.15s;
  white-space: nowrap;
}
.ce-modal-ctas .btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(255, 92, 26, 0.35);
  filter: brightness(1.05);
}
.ce-modal-ctas .btn-secondary {
  flex: 1;
  min-width: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: var(--v2-charcoal);
  border: 1.5px solid rgba(22, 18, 14, 0.18);
  border-radius: 99px;
  height: 46px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  transition: border-color 0.2s, background 0.2s;
  white-space: nowrap;
}
.ce-modal-ctas .btn-secondary:hover {
  border-color: var(--v2-charcoal);
  background: var(--v2-bg2);
}
.ce-modal {
  /* ── LEGACY CONTENT (for draft modal) ── */
}
.ce-modal__content {
  padding: 36px 32px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.ce-modal__icon {
  font-size: 46px;
  line-height: 1;
}
.ce-modal__title {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 24px;
  font-weight: 800;
  color: var(--v2-charcoal);
  letter-spacing: -0.4px;
}
.ce-modal__sub {
  font-size: 16px;
  color: var(--v2-mid);
  line-height: 1.7;
  max-width: 250px;
}
@media (max-width: 600px) {
  .ce-modal__sub {
    font-size: 14px;
    max-width: 220px;
  }
}
.ce-modal .modal-event-name {
  color: var(--v2-orange);
  font-weight: 700;
}
.ce-modal .btn-modal-cta {
  margin-top: 6px;
  background: var(--v2-orange);
  color: var(--white);
  border: none;
  border-radius: 99px;
  padding: 0 28px;
  height: 44px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  text-decoration: none;
  box-shadow: 0 4px 16px var(--v2-orange-glow);
  transition: transform 0.2s, box-shadow 0.2s;
}
.ce-modal .btn-modal-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(255, 92, 26, 0.35);
  color: var(--white);
  text-decoration: none;
}
.ce-modal .btn-modal-cta.is-charcoal {
  background: var(--v2-charcoal);
  color: var(--white);
  box-shadow: 0 4px 16px rgba(22, 18, 14, 0.18);
}
.ce-modal .btn-modal-cta.is-charcoal:hover {
  box-shadow: 0 8px 22px rgba(22, 18, 14, 0.28);
  color: var(--white);
}

@media (max-width: 600px) {
  .create-event .form-wrap {
    padding: 24px 14px 56px;
  }
  .create-event .cover-trigger {
    width: 100%;
  }
  .create-event .cover-strip.visible {
    margin-bottom: 14px;
  }
  .create-event .datetime-group {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .create-event .dt-arrow {
    display: none;
  }
  .create-event .field-row {
    grid-template-columns: 1fr;
  }
  .create-event .recur-freq-row {
    flex-direction: column;
  }
  .create-event .submit-bar {
    flex-direction: column;
    align-items: stretch;
  }
  .create-event .btn-publish,
  .create-event .btn-draft {
    justify-content: center;
    width: 100%;
  }
  .create-event .agenda-row {
    grid-template-columns: 90px 1fr 36px;
  }
  .create-event .agenda-row .agenda-detail-input {
    grid-column: 1/-1;
  }
  .create-event .ce-modal {
    border-radius: 22px;
  }
  .create-event .ce-modal-body {
    padding: 24px 22px 28px;
  }
  .create-event .ce-modal-title {
    font-size: 18px;
  }
  .create-event .ce-modal-sub {
    font-size: 15px;
    margin-bottom: 22px;
  }
  .create-event .ce-modal-ctas {
    flex-direction: column;
    gap: 8px;
  }
  .create-event .ce-modal-ctas .btn-primary,
  .create-event .ce-modal-ctas .btn-secondary {
    flex: none;
    width: 100%;
    height: 48px;
    font-size: 15px;
  }
}
@media (min-width: 601px) and (max-width: 860px) {
  .create-event .form-wrap {
    padding: 36px 32px 72px;
  }
}

.author-page {
  padding: 100px clamp(16px, 4vw, 48px) 80px;
  min-height: 100vh;
  background: var(--v2-bg);
  color: var(--v2-charcoal);
}
.author-page .page-inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 48px clamp(16px, 4vw, 48px) 80px;
}
.author-page {
  /* ── PROFILE HEADER ── */
}
.author-page .profile-header {
  position: relative;
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 28px;
  align-items: start;
  margin-bottom: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid var(--v2-border);
}
.author-page .edit-profile-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  border: 1.5px solid var(--v2-border);
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: all 0.2s;
  padding: 0;
  z-index: 10;
}
.author-page .edit-profile-btn:hover {
  background: var(--v2-bg);
  border-color: rgba(22, 18, 14, 0.28);
  transform: scale(1.05);
}
.author-page {
  /* Avatar */
}
.author-page .avatar-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.author-page .avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  flex-shrink: 0;
  background: linear-gradient(135deg, #6366F1 0%, #A5B4FC 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--v2-font-heading);
  font-size: 32px;
  font-weight: 800;
  color: var(--v2-white);
  overflow: hidden;
}
.author-page {
  /* Info */
}
.author-page .profile-name {
  font-family: var(--v2-font-heading);
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -1.5px;
  color: var(--v2-charcoal);
  line-height: 1.05;
  margin-bottom: 6px;
}
.author-page .profile-handle {
  font-size: 15px;
  color: var(--v2-soft);
  font-weight: 500;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.author-page .profile-handle::before {
  content: "📍";
  font-size: 14px;
}
.author-page .profile-stats {
  display: flex;
  gap: 32px;
  margin-bottom: 28px;
}
.author-page .pstat {
  text-align: left;
}
.author-page .pstat-num {
  font-family: var(--v2-font-heading);
  font-size: 24px;
  font-weight: 800;
  color: var(--v2-charcoal);
  letter-spacing: -1px;
  line-height: 1;
}
.author-page .pstat-lbl {
  font-size: 13px;
  color: var(--v2-soft);
  font-weight: 500;
  margin-top: 3px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.author-page .profile-bio {
  font-size: 16px;
  color: var(--v2-mid);
  line-height: 1.8;
  max-width: none;
  margin-bottom: 22px;
}
.author-page {
  /* Socials */
}
.author-page .socials {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 0;
}
.author-page .social-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  border: 1.5px solid var(--v2-border);
  color: var(--v2-mid);
  text-decoration: none;
  background: var(--v2-white);
  transition: all 0.2s;
}
.author-page .social-pill:hover {
  border-color: rgba(22, 18, 14, 0.22);
  color: var(--v2-charcoal);
  transform: translateY(-1px);
}
.author-page .social-pill.fb:hover {
  border-color: #1877F2;
  color: #1877F2;
}
.author-page .social-pill.ig:hover {
  border-color: #E1306C;
  color: #E1306C;
}
.author-page .social-pill.li:hover {
  border-color: #0A66C2;
  color: #0A66C2;
}
.author-page .social-pill.web:hover {
  border-color: var(--v2-charcoal);
  color: var(--v2-charcoal);
}
.author-page .social-pill svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.author-page {
  /* ── EVENTS SECTION ── */
}
.author-page .section-eyebrow {
  font-size: 12px;
  font-weight: 700;
  color: var(--v2-orange);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}
.author-page .sec-head {
  font-family: var(--v2-font-heading);
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.5px;
  color: var(--v2-charcoal);
  margin-bottom: 24px;
}
.author-page .events-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  row-gap: 32px;
}
.author-page .event-card {
  background: transparent;
  border: none;
  box-shadow: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 0;
  animation: fadeUp 0.4s ease both;
  text-decoration: none;
}
.author-page .event-card:hover .card-img-photo {
  transform: scale(1.04);
}
.author-page .card-img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1/1;
  width: 100%;
  border-radius: 16px;
  background: #e8e0d8;
}
.author-page .card-img-photo {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.4s ease;
}
.author-page .card-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, 0.28) 100%);
}
.author-page .card-label {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(8px);
  border-radius: 99px;
  padding: 3px 10px;
  font-size: 12px;
  font-weight: 700;
  color: var(--v2-charcoal);
  letter-spacing: 0.03em;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}
.author-page .card-label.is-linked {
  cursor: pointer;
}
.author-page .card-label.is-linked:hover {
  background: rgba(255, 255, 255, 0.98);
  color: var(--v2-orange);
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}
.author-page .card-label.draft-badge {
  background: var(--v2-charcoal);
  color: var(--v2-white);
  border: none;
}
.author-page .card-label.pending-badge {
  background: #FFF9E6;
  color: #B28B00;
  border: 1px solid rgba(178, 139, 0, 0.2);
}
.author-page .event-card.is-owner-view .card-img-photo {
  filter: grayscale(0.2);
  opacity: 0.85;
}
.author-page .event-card.is-owner-view:hover .card-img-photo {
  filter: grayscale(0);
  opacity: 1;
}
.author-page .card-info-col {
  display: contents;
}
.author-page .card-body {
  padding: 0;
  flex: 1;
}
.author-page .card-top-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  margin: 9px 0 4px;
}
.author-page .card-date-line {
  font-size: 13px;
  font-weight: 700;
  color: var(--v2-orange);
  letter-spacing: 0.01em;
}
.author-page .card-urgent {
  border-radius: 99px;
  padding: 2px 8px;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
  flex-shrink: 0;
}
.author-page .card-urgent.cd-today {
  background: rgba(255, 30, 30, 0.1);
  color: #D00;
}
.author-page .card-urgent.cd-soon {
  background: rgba(255, 92, 26, 0.1);
  color: var(--v2-orange);
}
.author-page .card-urgent.cd-week {
  background: rgba(22, 18, 14, 0.07);
  color: var(--v2-mid);
}
.author-page .card-urgent.cd-past {
  background: rgba(22, 18, 14, 0.1);
  color: var(--v2-mid);
}
.author-page .card-name {
  font-family: var(--v2-font-heading);
  font-size: 16px;
  font-weight: 700;
  color: var(--v2-charcoal);
  line-height: 1.25;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.author-page .meta-row {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  color: var(--v2-mid);
  font-weight: 400;
}
.author-page .card-footer {
  padding: 4px 0 0;
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: transparent;
}
.author-page .card-price {
  font-size: 14px;
  font-weight: 400;
  color: var(--v2-mid);
}
.author-page {
  /* Unsave button */
}
.author-page .unsave-btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 13px;
  color: var(--v2-soft);
  font-family: inherit;
  font-weight: 500;
  padding: 0;
  transition: color 0.2s;
}
.author-page .unsave-btn:hover {
  color: #D00;
}
.author-page .unsave-btn svg {
  width: 13px;
  height: 13px;
  flex-shrink: 0;
}
.author-page {
  /* Saved section spacing */
}
.author-page .saved-section {
  margin-top: 56px;
  padding-top: 48px;
  border-top: 1px solid var(--v2-border);
}
.author-page {
  /* ── EDIT MODAL ── */
}
.author-page .edit-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 500;
  background: rgba(22, 18, 14, 0.45);
  backdrop-filter: blur(8px);
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.author-page .edit-overlay.open {
  display: flex;
}
.author-page .edit-modal {
  background: var(--v2-white);
  border-radius: var(--v2-r-xl);
  padding: 40px;
  width: 100%;
  max-width: 560px;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: var(--v2-shadow-lg);
  position: relative;
  animation: fadeUp 0.3s ease both;
}
.author-page .edit-modal h3 {
  font-family: var(--v2-font-heading);
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 32px;
  letter-spacing: -0.5px;
}
.author-page .modal-close {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  border: 1.5px solid var(--v2-border);
  background: transparent;
  cursor: pointer;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--v2-soft);
  transition: all 0.2s;
}
.author-page .modal-close:hover {
  background: var(--v2-bg2);
  color: var(--v2-charcoal);
}
.author-page .avatar-edit-wrap {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--v2-border);
}
.author-page .avatar-preview {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, #6366F1 0%, #A5B4FC 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--v2-font-heading);
  font-size: 28px;
  font-weight: 800;
  color: var(--v2-white);
  overflow: hidden;
  flex-shrink: 0;
}
.author-page .avatar-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.author-page .avatar-upload-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1.5px solid var(--v2-border);
  background: var(--v2-bg);
  padding: 8px 16px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
}
.author-page .avatar-upload-btn:hover {
  border-color: rgba(22, 18, 14, 0.2);
  background: var(--v2-bg2);
}
.author-page .avatar-hint {
  font-size: 12px;
  color: var(--v2-soft);
  display: block;
  margin-top: 6px;
}
.author-page .field-group {
  margin-bottom: 24px;
}
.author-page .field-label {
  font-size: 12px;
  font-weight: 700;
  color: var(--v2-soft);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 8px;
  display: block;
}
.author-page .field-input,
.author-page .field-textarea {
  width: 100%;
  border: 1.5px solid var(--v2-border);
  border-radius: 12px;
  padding: 12px 16px;
  font-family: inherit;
  font-size: 15px;
  background: var(--v2-bg);
  transition: all 0.2s;
  outline: none;
}
.author-page .field-input:focus,
.author-page .field-textarea:focus {
  border-color: var(--v2-orange);
  box-shadow: 0 0 0 4px rgba(255, 92, 26, 0.1);
}
.author-page .field-textarea {
  resize: vertical;
  min-height: 100px;
  line-height: 1.6;
}
.author-page .field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.author-page .char-counter {
  display: block;
  text-align: right;
  font-size: 12px;
  color: var(--v2-soft);
  margin-top: 6px;
}
.author-page .char-counter.warn {
  color: var(--v2-orange);
}
.author-page .char-counter.over {
  color: #DC2626;
  font-weight: 700;
}
.author-page .social-field {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.author-page .social-field .social-icon-wrap {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  border: 1.5px solid var(--v2-border);
  background: var(--v2-white);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.author-page .social-field .social-icon-wrap svg {
  width: 18px;
  height: 18px;
}
.author-page .social-field .social-icon-wrap.is-fb {
  color: #1877F2;
}
.author-page .social-field .social-icon-wrap.is-ig {
  color: #E1306C;
}
.author-page .social-field .social-icon-wrap.is-li {
  color: #0A66C2;
}
.author-page .modal-actions {
  display: flex;
  gap: 12px;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid var(--v2-border);
}
.author-page .btn-save {
  flex: 1;
  background: var(--v2-charcoal);
  color: var(--v2-white);
  border: none;
  border-radius: 99px;
  height: 48px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s;
}
.author-page .btn-save:hover {
  background: var(--v2-orange);
}
.author-page .btn-save:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.author-page .btn-cancel {
  border: 1.5px solid var(--v2-border);
  background: transparent;
  border-radius: 99px;
  padding: 0 28px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
}
.author-page .btn-cancel:hover {
  background: var(--v2-bg2);
}

/* Animations */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.a1 {
  animation: fadeUp 0.5s ease both;
}

.a2 {
  animation: fadeUp 0.5s ease 0.15s both;
}

/* Responsive */
@media (max-width: 1080px) {
  .author-page .events-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 960px) {
  .author-page {
    padding-top: 40px;
  }
  .author-page .profile-header {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .author-page .avatar-wrap {
    flex-direction: row;
    align-items: center;
  }
  .author-page .avatar {
    width: 72px;
    height: 72px;
    font-size: 22px;
  }
  .author-page .events-grid {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 24px;
  }
}
@media (max-width: 640px) {
  .author-page .profile-header {
    margin-bottom: 32px;
    padding-bottom: 32px;
  }
  .author-page .avatar {
    width: 50px;
    height: 50px;
    font-size: 16px;
  }
  .author-page .profile-name {
    font-size: 24px;
    letter-spacing: -1px;
  }
  .author-page .profile-bio {
    font-size: 15px;
  }
  .author-page .sec-head {
    font-size: 20px;
  }
  .author-page .profile-stats {
    gap: 20px;
  }
  .author-page .pstat-num {
    font-size: 20px;
  }
  .author-page .saved-section {
    margin-top: 36px;
    padding-top: 32px;
  }
  .author-page {
    /* Horizontal card layout — matches homepage mobile */
  }
  .author-page .events-grid {
    grid-template-columns: 1fr;
    gap: 0;
    row-gap: 20px;
  }
  .author-page .card-label {
    display: none;
  }
  .author-page .event-card {
    flex-direction: row;
    align-items: center;
    gap: 14px;
  }
  .author-page .card-img {
    width: 33.333%;
    flex-shrink: 0;
    aspect-ratio: 1/1;
  }
  .author-page .card-info-col {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 0;
    justify-content: center;
  }
  .author-page .card-body {
    flex: none;
    padding-top: 0;
  }
  .author-page .card-top-row {
    margin: 0 0 4px;
  }
  .author-page .card-footer {
    padding: 4px 0 0;
  }
  .author-page .card-date-line {
    font-size: 14px;
  }
  .author-page .card-urgent {
    font-size: 14px;
  }
  .author-page .card-name {
    font-size: 17px;
    -webkit-line-clamp: 2;
    margin-bottom: 3px;
  }
  .author-page .meta-row {
    font-size: 15px;
  }
  .author-page .card-price {
    font-size: 15px;
  }
  .author-page .field-row {
    grid-template-columns: 1fr;
  }
  .author-page .edit-modal {
    padding: 32px 20px;
  }
  .author-page .modal-actions {
    flex-direction: column-reverse;
  }
  .author-page .btn-cancel {
    height: 48px;
  }
}
.archive-page {
  background: var(--v2-bg);
  color: var(--v2-charcoal);
  min-height: 100vh;
  padding-top: 100px;
}

.archive-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 48px clamp(16px, 4vw, 48px) 96px;
}

.archive-hero {
  margin-bottom: 40px;
}
.archive-hero__eyebrow {
  font-size: 12px;
  font-weight: 700;
  color: var(--v2-orange);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
}
.archive-hero__title {
  font-family: var(--v2-font-heading);
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 800;
  letter-spacing: -2px;
  color: var(--v2-charcoal);
  line-height: 1.05;
  margin-bottom: 16px;
}
.archive-hero__desc {
  font-size: 17px;
  color: var(--v2-mid);
  line-height: 1.75;
  max-width: 640px;
  margin-bottom: 20px;
}
.archive-hero__meta {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}
.archive-hero__count {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 92, 26, 0.1);
  color: var(--v2-orange);
  border-radius: 99px;
  padding: 4px 14px;
  font-size: 13px;
  font-weight: 700;
}
.archive-hero__count::before {
  content: "🎯";
  font-size: 12px;
}
.archive-hero__page {
  font-size: 13px;
  color: var(--v2-soft);
}

.archive-cats {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--v2-border);
}
.archive-cats__label {
  font-size: 12px;
  font-weight: 600;
  color: var(--v2-soft);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  flex-shrink: 0;
  margin-right: 4px;
}
.archive-cats__pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 14px;
  border-radius: 99px;
  border: 1.5px solid var(--v2-border);
  background: var(--v2-white);
  font-size: 13px;
  font-weight: 600;
  color: var(--v2-mid);
  text-decoration: none;
  transition: all 0.2s;
}
.archive-cats__pill:hover {
  border-color: var(--v2-orange);
  color: var(--v2-orange);
  background: rgba(255, 92, 26, 0.06);
  text-decoration: none;
}
.archive-cats__pill-count {
  background: rgba(22, 18, 14, 0.07);
  color: var(--v2-soft);
  border-radius: 99px;
  padding: 1px 7px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.5;
}

.archive-city-tabs {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 32px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.archive-city-tabs::-webkit-scrollbar {
  display: none;
}

.archive-tab {
  flex-shrink: 0;
  background: transparent;
  border: 1.5px solid var(--v2-border);
  border-radius: 99px;
  padding: 7px 18px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  color: var(--v2-mid);
  cursor: pointer;
  transition: all 0.2s;
  white-space: nowrap;
}
.archive-tab:hover {
  border-color: rgba(22, 18, 14, 0.2);
  color: var(--v2-charcoal);
  background: rgba(22, 18, 14, 0.04);
}
.archive-tab.is-active {
  background: var(--v2-charcoal);
  border-color: var(--v2-charcoal);
  color: var(--v2-white);
}

.archive-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  row-gap: 44px;
}

.archive-pagination {
  margin-top: 64px;
  display: flex;
  justify-content: center;
}
.archive-pagination .nav-links {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  justify-content: center;
}
.archive-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 10px;
  border-radius: 10px;
  border: 1.5px solid var(--v2-border);
  font-size: 14px;
  font-weight: 600;
  color: var(--v2-mid);
  text-decoration: none;
  background: var(--v2-white);
  transition: all 0.2s;
}
.archive-pagination .page-numbers:hover {
  border-color: var(--v2-orange);
  color: var(--v2-orange);
  background: rgba(255, 92, 26, 0.06);
}
.archive-pagination .page-numbers.current {
  background: var(--v2-charcoal);
  border-color: var(--v2-charcoal);
  color: var(--v2-white);
}
.archive-pagination .page-numbers.dots {
  border-color: transparent;
  background: transparent;
  cursor: default;
}
.archive-pagination .page-numbers.dots:hover {
  border-color: transparent;
  background: transparent;
  color: var(--v2-soft);
}
.archive-pagination .page-numbers svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.archive-empty {
  grid-column: 1/-1;
  text-align: center;
  padding: 80px 24px;
}
.archive-empty__icon {
  font-size: 56px;
  margin-bottom: 24px;
  display: block;
  filter: grayscale(0.3);
}
.archive-empty__title {
  font-family: var(--v2-font-heading);
  font-size: 26px;
  font-weight: 800;
  color: var(--v2-charcoal);
  letter-spacing: -0.5px;
  margin-bottom: 12px;
}
.archive-empty__desc {
  font-size: 16px;
  color: var(--v2-mid);
  max-width: 400px;
  margin: 0 auto 32px;
  line-height: 1.7;
}
.archive-empty__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--v2-charcoal);
  color: var(--v2-white);
  border-radius: 99px;
  padding: 12px 28px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s, transform 0.2s;
}
.archive-empty__btn:hover {
  background: var(--v2-orange);
  transform: translateY(-2px);
  color: var(--v2-white);
  text-decoration: none;
}
.archive-empty__btn:visited {
  color: var(--v2-white);
}

.a1 {
  animation: ap-fadeUp 0.5s ease both;
}

.a2 {
  animation: ap-fadeUp 0.5s ease 0.1s both;
}

.a3 {
  animation: ap-fadeUp 0.5s ease 0.18s both;
}

@keyframes ap-fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 1024px) {
  .archive-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .archive-page {
    padding-top: 80px;
  }
  .archive-inner {
    padding-top: 32px;
    padding-bottom: 64px;
  }
  .archive-hero {
    margin-bottom: 28px;
  }
  .archive-hero__title {
    letter-spacing: -1px;
  }
  .archive-hero__desc {
    font-size: 16px;
  }
  .archive-cats {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .archive-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    row-gap: 28px;
  }
}
@media (max-width: 480px) {
  .archive-grid {
    grid-template-columns: 1fr;
    gap: 0;
    row-gap: 20px;
  }
  .archive-grid .project-card {
    flex-direction: row;
    align-items: flex-start;
    gap: 14px;
  }
  .archive-grid .project-card .project-card__img {
    width: 36%;
    flex-shrink: 0;
    aspect-ratio: 1/1;
  }
  .archive-grid .project-card .project-card__info {
    flex: 1;
    min-width: 0;
  }
  .archive-pagination {
    margin-top: 40px;
  }
  .archive-pagination .page-numbers {
    min-width: 36px;
    height: 36px;
    font-size: 13px;
  }
}
/**
 * About Us Page Layout (Match HTML version)
 */
.about-page {
  padding-top: 72px;
}
.about-page .divider {
  width: 100%;
  height: 1px;
  background: var(--v2-border);
}
.about-page .section {
  padding: 80px clamp(20px, 5vw, 80px);
}
.about-page {
  /* =======================
     VISION SECTION
  ======================= */
}
.about-page .vision-section {
  padding: 88px clamp(20px, 5vw, 80px) 80px;
  text-align: center;
}
.about-page .vision-section .hello-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.78);
  border: 1.5px solid rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(8px);
  border-radius: 99px;
  padding: 6px 18px;
  font-size: 14px;
  font-weight: 600;
  color: var(--v2-mid);
  margin-bottom: 24px;
  box-shadow: var(--v2-shadow-sm);
}
.about-page .vision-section .vision-h {
  font-family: var(--v2-font-heading);
  font-size: clamp(38px, 5.5vw, 62px);
  font-weight: 800;
  letter-spacing: -2px;
  line-height: 1.06;
  color: var(--v2-charcoal);
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .about-page .vision-section .vision-h {
    font-size: 30px;
  }
}
.about-page .vision-section .vision-h .hl {
  color: var(--v2-orange);
  font-style: italic;
}
.about-page .vision-section .vision-sub {
  font-size: 17px;
  color: var(--v2-mid);
  line-height: 1.75;
  max-width: 520px;
  margin: 0 auto 44px;
}
@media (max-width: 600px) {
  .about-page .vision-section .vision-sub {
    font-size: 16px;
  }
}
.about-page .vision-section .vision-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  max-width: 960px;
  margin: 0 auto;
}
.about-page .vision-section .vision-card {
  background: var(--v2-white);
  border: 1.5px solid var(--v2-border);
  border-radius: 20px;
  padding: 28px 24px;
  box-shadow: var(--v2-shadow-sm);
  text-align: left;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.about-page .vision-section .vision-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--v2-shadow-md);
}
.about-page .vision-section .vision-icon {
  font-size: 28px;
  margin-bottom: 12px;
  line-height: 1;
}
.about-page .vision-section .vision-title {
  font-family: var(--v2-font-heading);
  font-size: 18px;
  font-weight: 700;
  color: var(--v2-charcoal);
  margin-bottom: 8px;
}
.about-page .vision-section .vision-desc {
  font-size: 15px;
  color: var(--v2-mid);
  line-height: 1.7;
}
.about-page {
  /* =======================
     FOUNDER SECTION
  ======================= */
}
.about-page .founder-section {
  background: var(--v2-bg2);
}
.about-page .founder-section .founder-card {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  max-width: 860px;
  margin: 0 auto;
}
.about-page .founder-section .founder-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--v2-orange), #FFB088);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  line-height: 1;
  overflow: hidden;
}
.about-page .founder-section .founder-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 50%;
}
.about-page .founder-section .founder-info {
  flex: 1;
}
.about-page .founder-section .founder-name {
  font-family: var(--v2-font-heading);
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -1px;
  color: var(--v2-charcoal);
  line-height: 1.1;
  margin-bottom: 14px;
}
.about-page .founder-section .founder-bio {
  font-size: 16px;
  color: #2F2423;
  line-height: 1.8;
  text-align: justify;
}
.about-page .founder-section .founder-bio p + p {
  margin-top: 16px;
}
.about-page .founder-section .contact-row {
  display: flex;
  gap: 12px;
  margin-top: 28px;
  flex-wrap: nowrap;
}
.about-page .founder-section .contact-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--v2-white);
  border: 1.5px solid var(--v2-border);
  border-radius: 99px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  color: var(--v2-charcoal);
  text-decoration: none;
  transition: border-color 0.2s, color 0.2s, transform 0.15s;
  box-shadow: var(--v2-shadow-sm);
}
.about-page .founder-section .contact-link:hover {
  border-color: var(--v2-orange);
  color: var(--v2-orange);
  transform: translateY(-2px);
}
.about-page {
  /* =======================
     COFFEE SECTION
  ======================= */
}
.about-page .coffee-wrap {
  position: relative;
  overflow: hidden;
  padding: 80px clamp(20px, 5vw, 80px);
}
.about-page .coffee-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(ellipse 80% 80% at 0% 0%, rgba(255, 155, 120, 0.5) 0%, transparent 55%), radial-gradient(ellipse 65% 65% at 100% 0%, rgba(185, 145, 255, 0.45) 0%, transparent 55%), radial-gradient(ellipse 70% 60% at 100% 100%, rgba(130, 205, 255, 0.4) 0%, transparent 55%), radial-gradient(ellipse 60% 70% at 0% 100%, rgba(255, 195, 230, 0.4) 0%, transparent 55%), radial-gradient(ellipse 50% 50% at 50% 50%, rgba(255, 235, 185, 0.3) 0%, transparent 60%);
  background-color: #F2EBF8;
}
.about-page .coffee-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='14' cy='14' r='1' fill='%23000' fill-opacity='0.03'/%3E%3C/svg%3E");
}
.about-page .coffee-wrap .coffee-inner {
  max-width: 860px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.about-page .coffee-wrap .coffee-card {
  background: var(--v2-charcoal);
  border-radius: 16px;
  padding: clamp(48px, 6vw, 72px) clamp(36px, 5vw, 72px);
  box-shadow: var(--v2-shadow-md);
  position: relative;
  overflow: hidden;
  text-align: center;
}
.about-page .coffee-wrap .coffee-card::before {
  content: "";
  position: absolute;
  top: -80px;
  left: -60px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(255, 92, 26, 0.24) 0%, transparent 70%);
  border-radius: 50%;
}
.about-page .coffee-wrap .coffee-card::after {
  content: "";
  position: absolute;
  bottom: -60px;
  right: -40px;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(200, 240, 74, 0.11) 0%, transparent 70%);
  border-radius: 50%;
}
.about-page .coffee-wrap .coffee-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 92, 26, 0.15);
  color: var(--v2-orange);
  border-radius: 99px;
  padding: 5px 14px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.about-page .coffee-wrap h2 {
  font-family: var(--v2-font-heading);
  font-size: clamp(28px, 3.5vw, 44px);
  font-weight: 800;
  letter-spacing: -1px;
  color: var(--v2-white);
  line-height: 1.1;
  margin-bottom: 16px;
}
.about-page .coffee-wrap p {
  font-size: 16px;
  color: #D2D2D2;
  line-height: 1.75;
  max-width: 480px;
  margin: 0 auto 32px;
}
.about-page .coffee-wrap .btn-coffee {
  background: var(--v2-orange);
  color: var(--v2-white);
  border-radius: 99px;
  padding: 0 36px;
  height: 52px;
  font-size: 16px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 6px 28px rgba(255, 92, 26, 0.4);
  transition: transform 0.2s, box-shadow 0.2s;
}
.about-page .coffee-wrap .btn-coffee:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 12px 40px rgba(255, 92, 26, 0.5);
}

/* =======================
   RESPONSIVE
======================= */
@media (max-width: 860px) {
  .about-page .vision-section .vision-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 640px) {
  .about-page .vision-section {
    padding: 40px clamp(20px, 5vw, 28px) 60px;
  }
  .about-page .vision-section .vision-grid {
    grid-template-columns: 1fr;
  }
  .about-page .section {
    padding: 60px clamp(20px, 5vw, 28px);
  }
  .about-page .founder-section .founder-card {
    flex-direction: column;
    gap: 24px;
    align-items: center;
    text-align: center;
  }
  .about-page .founder-section .contact-row {
    justify-content: center;
  }
  .about-page .coffee-wrap {
    padding: 60px clamp(20px, 5vw, 28px);
  }
}
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

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

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

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/* Popup
--------------------------------------------- */
.global-popup__overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  z-index: 9999;
}

.global-popup__box {
  background: white;
  padding: 55px 40px;
  border-radius: 12px;
  max-width: 500px;
  width: 90%;
  position: relative;
}

.popup-close {
  position: absolute;
  top: 12px;
  right: 12px;
  border: none;
  background: none;
  font-size: 20px;
  cursor: pointer;
}

#global-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

#popup-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#profile-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 9999;
}
#profile-popup .profile-popup-title {
  margin-bottom: 30px;
}
#profile-popup #profile-form {
  display: flex;
  flex-direction: column;
}
#profile-popup .select-gender {
  margin-bottom: 20px;
  position: relative;
  background-color: rgba(29, 51, 84, 0.6);
  border: 1px solid rgba(213, 234, 255, 0.2);
  color: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  padding: 14px 15px;
}
#profile-popup .select-location {
  position: relative;
  margin-bottom: 20px;
  position: relative;
  display: flex;
  flex-direction: row;
}
#profile-popup .select-location input {
  width: 100%;
  padding: 14px 15px;
  border: 1px solid rgba(213, 234, 255, 0.2);
  background: rgba(29, 51, 84, 0.6);
  border-radius: 10px;
  color: #fff;
}
#profile-popup .select-location input::placeholder {
  color: #fff;
  opacity: 1;
}
#profile-popup .select-location input::-webkit-input-placeholder {
  color: #fff;
}
#profile-popup .select-location input::-moz-placeholder {
  color: #fff;
}
#profile-popup .select-location input:-ms-input-placeholder {
  color: #fff;
}
#profile-popup .select-location #city-suggest {
  top: 54px;
}
#profile-popup .select-job {
  position: relative;
  background: rgba(29, 51, 84, 0.6);
  border: 1px solid rgba(213, 234, 255, 0.2);
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  padding: 14px 15px;
  margin-bottom: 35px;
  color: #fff;
}
#profile-popup .select-job::placeholder {
  color: #fff;
  opacity: 1;
}
#profile-popup .select-job::-webkit-input-placeholder {
  color: #fff;
}
#profile-popup .select-job::-moz-placeholder {
  color: #fff;
}
#profile-popup .select-job:-ms-input-placeholder {
  color: #fff;
}
#profile-popup .profile-popup-inner {
  background: #061931;
  padding: 80px 50px;
  width: 400px;
  margin: 100px auto;
  border-radius: 16px;
  color: #fff;
}
#profile-popup .submit-btn {
  font-family: "BeVietnam medium";
  font-size: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  width: 100%;
  height: 65px;
  background: #3E2AB5;
  color: white;
  border-radius: 10px;
  border: none;
  text-align: center;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2509803922);
  cursor: pointer;
}
#profile-popup .submit-btn:visited {
  background: #3E2AB5;
  outline: none;
}
#profile-popup .submit-btn:hover, #profile-popup .submit-btn:focus {
  transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  background-color: rgb(55.8, 37.8, 162.9);
  outline: none;
}

.v2-modal-bg {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(22, 18, 14, 0.5);
  backdrop-filter: blur(6px);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s;
  padding: 20px;
}
.v2-modal-bg.open {
  opacity: 1;
  pointer-events: all;
}

.v2-modal {
  background: var(--v2-white);
  border-radius: 28px;
  width: 100%;
  max-width: 440px;
  box-shadow: var(--v2-shadow-md);
  transform: translateY(12px) scale(0.98);
  transition: transform 0.25s;
  overflow: hidden;
  position: relative;
}
.v2-modal-bg.open .v2-modal {
  transform: none;
}
.v2-modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: none;
  background: var(--v2-bg2);
  color: var(--v2-mid);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s;
  z-index: 10;
}
.v2-modal__close:hover {
  background: var(--v2-charcoal);
  color: #fff;
}
.v2-modal__content {
  padding: 44px 36px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.v2-modal__icon {
  width: 64px;
  height: 64px;
  background: rgba(255, 92, 26, 0.1);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}
.v2-modal__icon svg {
  width: 32px;
  height: 32px;
  stroke: var(--v2-orange);
}
.v2-modal__title {
  font-family: var(--v2-font-heading), sans-serif;
  font-size: 26px;
  font-weight: 800;
  color: var(--v2-charcoal);
  letter-spacing: -0.5px;
  line-height: 1.1;
}
.v2-modal__sub {
  font-size: 15px;
  color: var(--v2-mid);
  line-height: 1.6;
  margin-bottom: 8px;
}
.v2-modal__body {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.v2-modal__field {
  text-align: left;
}
.v2-modal__field label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: var(--v2-charcoal);
  margin-bottom: 6px;
}
.v2-modal__field input {
  width: 100%;
  background: var(--v2-bg2);
  border: 1.5px solid transparent;
  border-radius: 14px;
  padding: 12px 16px;
  font-family: var(--v2-font-base);
  font-size: 15px;
  color: var(--v2-charcoal);
  outline: none;
  transition: all 0.2s;
}
.v2-modal__field input:focus {
  border-color: var(--v2-orange);
  background: #fff;
  box-shadow: 0 0 0 4px var(--v2-orange-glow);
}
.v2-modal__footer {
  width: 100%;
  margin-top: 12px;
}
.v2-modal__submit {
  width: 100%;
  background: var(--v2-orange);
  color: #fff;
  border: none;
  border-radius: 99px;
  height: 52px;
  font-family: var(--v2-font-base);
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s;
  box-shadow: 0 4px 20px var(--v2-orange-glow);
}
.v2-modal__submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(255, 92, 26, 0.35);
}
.v2-modal__submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

/* Stepper Component */
.v2-stepper {
  display: flex;
  align-items: center;
  background: var(--v2-bg2);
  border-radius: 12px;
  padding: 4px;
  width: fit-content;
}
.v2-stepper__btn {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  border: none;
  background: #fff;
  color: var(--v2-charcoal);
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s;
}
.v2-stepper__btn:hover:not(:disabled) {
  background: var(--v2-charcoal);
  color: #fff;
}
.v2-stepper__btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.v2-stepper__val {
  min-width: 44px;
  text-align: center;
  font-weight: 700;
  color: var(--v2-charcoal);
  font-size: 16px;
}

.v2-toast-container {
  position: fixed;
  top: 24px;
  right: 24px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 12px;
  pointer-events: none;
}

.v2-toast {
  pointer-events: all;
  background: var(--v2-charcoal);
  color: #fff;
  padding: 14px 20px;
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 280px;
  max-width: 400px;
  transform: translateX(120%);
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.3s;
  opacity: 0;
}
.v2-toast.show {
  transform: translateX(0);
  opacity: 1;
}
.v2-toast__icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 14px;
}
.v2-toast--success .v2-toast__icon {
  background: rgba(200, 240, 74, 0.2);
  color: var(--v2-lime);
}
.v2-toast--error .v2-toast__icon {
  background: rgba(255, 92, 26, 0.2);
  color: var(--v2-orange);
}
.v2-toast__message {
  font-family: var(--v2-font-base);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}

@media (max-width: 520px) {
  .v2-toast-container {
    top: auto;
    bottom: 20px;
    left: 20px;
    right: 20px;
  }
  .v2-toast {
    min-width: 0;
    width: 100%;
  }
}
/* Button
--------------------------------------------- */
.google-btn {
  border: 1px solid black;
  border-radius: 50px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 10px;
  color: black;
  text-decoration: none;
}
.google-btn:hover, .google-btn:visited, .google-btn:focus {
  color: black;
  text-decoration: none;
}
.google-btn--icon {
  margin-right: 10px;
}

/* Notification
--------------------------------------------- */
.notif-dropdown {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  width: 320px;
  background: #ffffff;
  backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 24px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  padding: 0;
  display: none;
  z-index: 100;
  overflow: hidden;
}
.notif-dropdown__header {
  padding: 20px 24px 12px;
  font-family: var(--v2-font-heading);
  font-size: 18px;
  font-weight: 800;
  color: var(--v2-charcoal);
  border-bottom: 1px solid var(--v2-border);
}
.notif-dropdown .notif-list {
  max-height: 400px;
  overflow-y: auto;
  scrollbar-width: none;
}
.notif-dropdown .notif-list::-webkit-scrollbar {
  display: none;
}
.notif-dropdown .notif-item {
  padding: 16px 24px;
  border-bottom: 1px solid var(--v2-border);
  transition: all 0.2s;
  cursor: pointer;
  text-align: left;
}
.notif-dropdown .notif-item:hover {
  background: rgba(22, 18, 14, 0.04);
}
.notif-dropdown .notif-item.unread {
  background: rgba(255, 92, 26, 0.04);
  position: relative;
}
.notif-dropdown .notif-item.unread::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: var(--v2-orange);
  border-radius: 50%;
}
.notif-dropdown .notif-item .notif-message {
  font-size: 14px;
  line-height: 1.5;
  color: var(--v2-charcoal);
  margin-bottom: 4px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.notif-dropdown .notif-item .notif-message a {
  color: var(--v2-orange);
  font-weight: 700;
  text-decoration: none;
}
.notif-dropdown .notif-item .notif-message a:hover {
  text-decoration: underline;
}
.notif-dropdown .notif-item .notif-message strong {
  font-weight: 700;
}
.notif-dropdown .notif-item .notif-message .notif-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 1px;
}
.notif-dropdown .notif-item .notif-message .notif-content {
  padding-left: 10px;
}
.notif-dropdown .notif-item .notif-time {
  font-size: 12px;
  color: var(--v2-soft);
  font-weight: 500;
  padding-left: 31px;
}
.notif-dropdown .notif-empty {
  padding: 40px 24px;
  text-align: center;
  color: var(--v2-soft);
  font-size: 14px;
}
.notif-dropdown__footer {
  padding: 12px;
  text-align: center;
  background: var(--v2-bg2);
}
.notif-dropdown__footer a {
  font-size: 13px;
  font-weight: 700;
  color: var(--v2-mid);
  text-decoration: none;
  transition: color 0.2s;
}
.notif-dropdown__footer a:hover {
  color: var(--v2-charcoal);
}

.notif-badge {
  position: absolute;
  top: -2px;
  right: -2px;
  background: var(--v2-orange);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  min-width: 18px;
  height: 18px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
  border: 2px solid #fff;
  box-shadow: 0 2px 8px rgba(255, 92, 26, 0.3);
}

@media (max-width: 640px) {
  .notif-dropdown {
    position: fixed;
    top: 70px;
    left: 20px;
    right: 20px;
    width: auto;
    border-radius: 20px;
  }
}
/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

@keyframes spin {
  100% {
    transform: translateY(-50%) rotate(360deg);
  }
}
@keyframes pulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.45;
    transform: scale(0.75);
  }
}
@keyframes shimmer {
  0% {
    background-position: 0% center;
  }
  100% {
    background-position: 200% center;
  }
}
/* Front-page scroll hint: translateY trên wrapper → chuyển động thẳng dọc màn hình (rotate ở con) */
@keyframes lp-scroll-arrow-nudge {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(6px);
  }
}
:root {
  /* Dark / hero palette */
  --ink: #09090d;
  --ink2: #10101a;
  --ink3: #16161f;
  --ink4: #1c1c28;
  --accent: #6c5ce7;
  --accent2: #a29bfe;
  --accent3: #7d6ff0;
  --green: #00cba9;
  --green2: #00ffd0;
  --bd: #242433;
  --bd2: #2e2e42;
  --td: #ededf5;
  --td2: #9090aa;
  --td3: #525268;
  /* Light section palette */
  --orange: #ff6b35;
  --orange2: #ff8c5a;
  --bg: #f6f5ef;
  --bg2: #efede7;
  --bg3: #e6e4dc;
  --white: #ffffff;
  --txt: #0d0d12;
  --txt2: #4a4858;
  --txt3: #8a889a;
  --border: #dddbd3;
  --border2: #c9c7bf;
  --r: 10px;
  --r2: 14px;
  --r3: 20px;
}

html,
body {
  display: block;
  background: var(--bg);
  color: var(--txt);
  font-family: "Be Vietnam Pro";
  font-size: 16px;
  line-height: 1.65;
  font-family: "Be Vietnam Pro";
}
html select,
body select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("assets/imgs/select-arrow.svg");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px;
  padding-right: 30px;
}

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

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

.post,
.page,
.home,
.archive,
.author {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Be Vietnam Pro";
}

.single #page,
.author #page {
  padding-top: 73px;
  min-height: 100vh;
}

.flatpickr-rContainer {
  margin: 0 auto;
}

.data-deletion,
.policy,
.terms {
  color: white;
}

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

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

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

.orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  animation: float 8s ease-in-out infinite;
}
.orb.orb1 {
  width: 320px;
  height: 320px;
  left: -100px;
  top: 20%;
  background: radial-gradient(circle, rgba(108, 92, 231, 0.12) 0%, transparent 70%);
  animation-delay: 0s;
}
.orb.orb2 {
  width: 240px;
  height: 240px;
  right: -60px;
  top: 35%;
  background: radial-gradient(circle, rgba(0, 203, 169, 0.1) 0%, transparent 70%);
  animation-delay: 2.5s;
}
.orb.orb3 {
  width: 180px;
  height: 180px;
  left: 30%;
  bottom: 10%;
  background: radial-gradient(circle, rgba(255, 94, 125, 0.08) 0%, transparent 70%);
  animation-delay: 4s;
}

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