/* ===========================================================================
   Return2Owner — design system
   Static HTML/CSS/PHP rebuild — no client-side JavaScript except the one
   explicitly-approved exception noted inline where it appears.
   =========================================================================== */

:root {
  --primary: #2563eb;
  --primary-dark: #1d4ed8;
  --foreground: #111827;
  --muted-foreground: #6b7280;
  --muted: #f3f4f6;
  --border: #e5e7eb;
  --background: #fafafa;
  --card: #ffffff;
  --destructive: #dc2626;
  --success: #16a34a;
  --warning: #d97706;
  --radius: 1rem;
  --container-width: 1180px;
  --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-sans);
  color: var(--foreground);
  background: var(--background);
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { margin: 0; font-weight: 600; letter-spacing: -0.02em; }
p { margin: 0; }
ul { margin: 0; padding: 0; list-style: none; }
button { font-family: inherit; cursor: pointer; }
input, textarea, select, button { font-family: inherit; font-size: inherit; }

.container { max-width: var(--container-width); margin: 0 auto; padding: 0 20px; }
.section { padding: 5rem 20px; border-top: 1px solid var(--border); }
.section-white { background: var(--card); }
.section-inner { max-width: var(--container-width); margin: 0 auto; }
.section-narrow { max-width: 760px; margin: 0 auto; }
.eyebrow { font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.22em; color: rgba(17,24,39,0.55); margin-bottom: 1rem; }
.section-heading { text-align: center; margin-bottom: 3.5rem; }
.section-heading h2 { font-size: clamp(1.9rem, 4vw, 2.75rem); line-height: 1.1; }
.section-heading p { color: rgba(17,24,39,0.6); font-size: 0.95rem; max-width: 640px; margin: 1rem auto 0; font-weight: 300; line-height: 1.7; }

/* ---- Buttons ---------------------------------------------------------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem; border-radius: 999px; font-weight: 600; font-size: 0.875rem; padding: 0.9rem 1.75rem; border: none; transition: all .15s ease; }
.btn-dark { background: linear-gradient(135deg, #1e2635 0%, #0a0e17 100%); color: #fff; box-shadow: 0 4px 20px rgba(0,0,0,.22); }
.btn-dark:hover { transform: translateY(-2px); }
.btn-primary { background: var(--primary); color: #fff; box-shadow: 0 2px 12px rgba(37,99,235,.28); }
.btn-primary:hover { background: var(--primary-dark); }
.btn-outline { background: #fff; border: 1px solid var(--border); color: var(--foreground); }
.btn-outline:hover { background: var(--muted); }
.btn-pill { font-size: 0.8rem; font-weight: 600; padding: 0.4rem 1.1rem; border-radius: 999px; border: 1px solid var(--border); background: var(--muted); }
.btn-block { width: 100%; }
.btn-sm { padding: 0.55rem 1.1rem; font-size: 0.8rem; }
.btn-destructive { background: var(--destructive); color: #fff; }
.btn:disabled { opacity: .4; cursor: not-allowed; }

/* ---- Navbar ------------------------------------------------------------ */
.navbar { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.95); backdrop-filter: blur(10px); border-bottom: 1px solid rgba(0,0,0,.06); }
.navbar-inner { height: 64px; display: flex; align-items: center; gap: 1.5rem; }
.logo { display: flex; align-items: center; gap: 0.5rem; font-weight: 800; font-size: 1rem; flex-shrink: 0; }
.logo img { height: 32px; width: 32px; border-radius: 50%; object-fit: cover; }
.nav-links { display: flex; align-items: center; gap: 1.5rem; flex: 1; }
.nav-links a { font-size: 0.8rem; font-weight: 400; color: rgba(17,24,39,.68); white-space: nowrap; }
.nav-links a:hover, .nav-links a.active { color: var(--foreground); }
.navbar-actions { display: flex; align-items: center; gap: 1rem; margin-left: auto; }
.navbar-textlink { font-size: 0.8rem; font-weight: 500; color: rgba(17,24,39,.7); }
.navbar-textlink:hover { color: var(--foreground); }
.cart-link { position: relative; color: var(--muted-foreground); display: flex; }
.cart-link svg { width: 18px; height: 18px; }
.cart-badge { position: absolute; top: -6px; right: -6px; width: 15px; height: 15px; background: var(--primary); color: #fff; font-size: 9px; font-weight: 700; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.hamburger-btn { display: none; width: 36px; height: 36px; align-items: center; justify-content: center; border-radius: 10px; color: var(--muted-foreground); }
.hamburger-btn svg { width: 20px; height: 20px; }
.nav-toggle-input { position: absolute; }
.mobile-nav { display: none; background: #fff; border-bottom: 1px solid var(--border); }
.mobile-nav-inner { display: flex; flex-direction: column; padding: 0.75rem 20px 1.25rem; gap: 0.15rem; }
.mobile-nav-inner a { padding: 0.75rem 0.5rem; border-radius: 10px; font-size: 0.9rem; font-weight: 500; }
.mobile-nav-inner a:hover { background: var(--muted); }
.nav-toggle-input:checked ~ .mobile-nav { display: block; }

/* ---- Sign-out control (POST form disguised as a nav link) --------------- */
.logout-form { display: contents; }
.navbar-logout-btn, .mobile-logout-btn { background: none; border: none; padding: 0; }
.navbar-logout-btn { font: inherit; }
.mobile-logout-btn { display: block; width: 100%; text-align: left; padding: 0.75rem 0.5rem; border-radius: 10px; font-size: 0.9rem; font-weight: 500; color: var(--foreground); }
.mobile-logout-btn:hover { background: var(--muted); }

@media (max-width: 860px) {
  .nav-links { display: none; }
  .hamburger-btn { display: flex; }
  .navbar-textlink { display: none; }
  .btn-pill { display: none; }
}

/* ---- Footer -------------------------------------------------------------- */
.site-footer { background: #f6f7f9; border-top: 1px solid var(--border); margin-top: 4rem; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 2.5rem; padding: 4.5rem 20px 3rem; }
.footer-brand h3 { font-size: 1rem; margin-bottom: 0.75rem; }
.footer-brand p { font-size: 0.8rem; color: rgba(17,24,39,.65); line-height: 1.7; font-weight: 300; margin-bottom: 1.1rem; }
.footer-brand address { font-style: normal; font-size: 0.75rem; color: rgba(17,24,39,.55); line-height: 1.6; margin-bottom: 0.75rem; }
.footer-phone { display: inline-block; font-size: 0.75rem; color: rgba(17,24,39,.55); margin-bottom: 1.25rem; }
.footer-phone:hover { color: var(--primary); }
.footer-social { display: flex; gap: 0.6rem; }
.footer-social a { width: 34px; height: 34px; border-radius: 50%; background: rgba(17,24,39,.08); display: flex; align-items: center; justify-content: center; font-size: 0.65rem; font-weight: 700; color: rgba(17,24,39,.6); }
.footer-col h4 { font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.14em; color: rgba(17,24,39,.5); margin-bottom: 1rem; }
.footer-col { display: flex; flex-direction: column; gap: 0.6rem; }
.footer-col a { font-size: 0.8rem; color: rgba(17,24,39,.7); }
.footer-col a:hover { color: var(--foreground); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem; padding: 1.75rem 20px; border-top: 1px solid var(--border); }
.footer-bottom p { font-size: 0.75rem; color: rgba(17,24,39,.5); }
.footer-cta { font-size: 0.75rem; font-weight: 600; color: var(--primary); }
.footer-commercial { border-top: 1px solid var(--border); background: #fff; padding: 1.4rem 20px; }
.footer-commercial p { font-size: 0.75rem; color: rgba(17,24,39,.6); line-height: 1.6; }
.footer-commercial a { color: rgba(17,24,39,.75); text-decoration: underline; }
@media (max-width: 700px) { .footer-grid { grid-template-columns: 1fr 1fr; } }

/* ---- Hero ---------------------------------------------------------------- */
.hero { position: relative; overflow: hidden; padding: 4rem 20px 4rem; }
.hero-inner { max-width: var(--container-width); margin: 0 auto; display: flex; flex-direction: column; gap: 3rem; }
.hero-eyebrow { font-size: 0.65rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.24em; color: rgba(17,24,39,.6); margin-bottom: 1.75rem; }
.hero h1 { font-size: clamp(2.4rem, 6vw, 4.6rem); line-height: 1.02; font-weight: 700; }
.hero h1 em { font-style: italic; font-weight: 600; color: var(--primary); }
.hero-sub { margin-top: 1.4rem; max-width: 420px; color: rgba(17,24,39,.65); font-size: 1rem; line-height: 1.75; font-weight: 300; }
.hero-actions { margin-top: 2.4rem; display: flex; flex-wrap: wrap; gap: 0.85rem; align-items: center; }
.hero-found { margin-top: 1.1rem; font-size: 0.8rem; color: rgba(17,24,39,.55); }
.hero-found a { text-decoration: underline; text-underline-offset: 2px; color: rgba(17,24,39,.7); }
.hero-grid-label { font-size: 0.65rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.24em; color: rgba(17,24,39,.6); margin-bottom: 1.2rem; text-align: right; }
.items-marquee { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0.85rem; border: 1px solid rgba(0,0,0,.08); border-radius: 1.25rem; padding: 0.75rem; background: rgba(255,255,255,.5); }
.marquee-item { display: flex; flex-direction: column; align-items: center; gap: 0.4rem; transition: transform .2s ease, opacity .2s ease; }
.marquee-item .thumb { width: 100%; aspect-ratio: 1; border-radius: 0.75rem; overflow: hidden; border: 1px solid rgba(0,0,0,.07); box-shadow: 0 1px 3px rgba(0,0,0,.04); transition: transform .2s ease; }
.marquee-item .thumb img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(100%) opacity(.45) contrast(1.05); transition: transform .3s ease; }
.marquee-item span { font-size: 0.6rem; font-weight: 500; text-align: center; color: hsl(220 9% 55%); line-height: 1.2; transition: color .2s ease; }
.marquee-item.featured .thumb { border-color: rgba(0,0,0,.12); box-shadow: 0 2px 8px rgba(0,0,0,.08); }
.marquee-item.featured .thumb img { filter: grayscale(100%) opacity(.72) contrast(1.15); }
.marquee-item.featured span { color: hsl(220 9% 38%); }
/* Hover — matches the original's group-hover: thumb lifts, photo scales in, label darkens. */
.marquee-item:hover .thumb { transform: translateY(-2px); }
.marquee-item:hover .thumb img { transform: scale(1.05); }
.marquee-item:hover span { color: rgba(17,24,39,.7); }

@media (min-width: 960px) {
  .hero-inner { flex-direction: row; align-items: center; }
  .hero-inner > div:first-child { flex: 1; }
  .hero-inner > div:last-child { flex: 1; max-width: 480px; }
}

/* ---- Steps / how it works ------------------------------------------------ */
.steps-grid { display: grid; gap: 2rem; max-width: 420px; }
.step-row { display: flex; gap: 1rem; }
.step-icon { position: relative; flex-shrink: 0; width: 56px; height: 56px; border-radius: 50%; border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; }
.step-icon .num { position: absolute; top: -6px; right: -6px; width: 20px; height: 20px; background: var(--foreground); color: #fff; font-size: 10px; font-weight: 700; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.step-body h3 { font-size: 0.95rem; margin-bottom: 0.3rem; }
.step-body p { font-size: 0.82rem; color: rgba(17,24,39,.7); line-height: 1.6; font-weight: 300; }
.how-it-works-grid { display: flex; flex-direction: column; gap: 3rem; align-items: center; }
.how-it-works-grid img { max-width: 340px; width: 100%; }
@media (min-width: 960px) { .how-it-works-grid { flex-direction: row; align-items: center; gap: 5rem; } .how-it-works-grid > div { flex: 1; } }

/* ---- Cards / grids --------------------------------------------------- */
.card-grid { display: grid; gap: 1.5rem; }
.card-grid-2 { grid-template-columns: 1fr; }
.card-grid-3 { grid-template-columns: 1fr; }
@media (min-width: 700px) { .card-grid-2 { grid-template-columns: 1fr 1fr; } }
@media (min-width: 900px) { .card-grid-3 { grid-template-columns: repeat(3, 1fr); } }
.info-card { background: var(--card); border: 1px solid rgba(0,0,0,.08); border-radius: 1.1rem; padding: 1.5rem; }
.problem-card h3 { display: flex; gap: 0.85rem; align-items: flex-start; font-size: 0.95rem; margin-bottom: 1rem; }
.problem-card .solution { display: flex; gap: 0.85rem; align-items: flex-start; font-size: 0.88rem; color: rgba(17,24,39,.7); line-height: 1.6; font-weight: 300; }
.icon-dot { flex-shrink: 0; width: 20px; height: 20px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; }
.icon-dot.bad { background: #fee2e2; color: var(--destructive); }
.icon-dot.good { background: #dcfce7; color: var(--success); }

.usecase-card { border-radius: 1.1rem; border: 1px solid; padding: 1.6rem; display: flex; flex-direction: column; gap: 1rem; }
.usecase-card h3 { font-size: 0.95rem; margin-bottom: 0.4rem; }
.usecase-card p { font-size: 0.82rem; color: rgba(17,24,39,.7); line-height: 1.6; }
.usecase-icon { display: block; margin-top: auto; color: rgba(17,24,39,.5); }
.usecase-icon svg { width: 20px; height: 20px; }
.usecase-blue { background: #eff6ff; border-color: #bfdbfe; }
.usecase-amber { background: #fffbeb; border-color: #fde68a; }
.usecase-purple { background: #faf5ff; border-color: #e9d5ff; }
.usecase-green { background: #f0fdf4; border-color: #bbf7d0; }
.usecase-red { background: #fef2f2; border-color: #fecaca; }
.usecase-teal { background: #f0fdfa; border-color: #99f6e4; }
.usecase-cyan { background: #ecfeff; border-color: #a5f3fc; }
.usecase-pink { background: #fdf2f8; border-color: #fbcfe8; }
.usecase-orange { background: #fff7ed; border-color: #fed7aa; }

/* ---- Why R2O comparison table ------------------------------------------ */
.compare-table { display: none; border: 1px solid var(--border); border-radius: 1rem; overflow: hidden; }
.compare-row { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; }
.compare-row > div { padding: 1.1rem 1.2rem; border-bottom: 1px solid var(--border); border-left: 1px solid var(--border); display: flex; align-items: center; justify-content: center; text-align: center; font-size: 0.85rem; }
.compare-row > div:first-child { border-left: none; justify-content: flex-start; text-align: left; background: #f8f9fb; }
.compare-row.header > div { font-weight: 700; background: #f8f9fb; }
.compare-row.header > div.r2o { background: var(--foreground); color: #fff; }
.compare-row .cell-yes { width: 24px; height: 24px; border-radius: 50%; background: #dcfce7; color: var(--success); display: inline-flex; align-items: center; justify-content: center; font-weight: 700; }
.compare-row .cell-no { width: 24px; height: 24px; border-radius: 50%; background: rgba(0,0,0,.06); color: rgba(0,0,0,.35); display: inline-flex; align-items: center; justify-content: center; }
.compare-row.r2o-col-3 > div:nth-child(4) { background: var(--foreground); color: #fff; }
.compare-cards { display: grid; gap: 1rem; }
.compare-card { border: 1px solid var(--border); border-radius: 1.1rem; padding: 1.4rem; }
.compare-card.r2o { background: var(--foreground); color: #fff; border-color: var(--foreground); }
.compare-card h4 { font-size: 0.9rem; margin-bottom: 1rem; }
.compare-card-row { display: flex; align-items: center; justify-content: space-between; padding: 0.4rem 0; font-size: 0.82rem; }
@media (min-width: 860px) { .compare-table { display: block; } .compare-cards { display: none; } }

/* ---- Journey comparison -------------------------------------------------- */
.journey-grid { display: grid; gap: 2.5rem; }
@media (min-width: 900px) { .journey-grid { grid-template-columns: 1fr 1fr; } }
.journey-title { font-size: 0.8rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 1.5rem; }
.journey-title.bad { color: var(--destructive); }
.journey-title.good { color: var(--success); }
.journey-flow { display: flex; align-items: flex-start; justify-content: space-between; gap: 0.5rem; }
.journey-step { display: flex; flex-direction: column; align-items: center; gap: 0.6rem; flex: 1; }
.journey-step span { font-size: 0.68rem; font-weight: 500; text-align: center; color: rgba(17,24,39,.7); }
.journey-icon { width: 40px; height: 40px; border-radius: 50%; border: 1.5px solid var(--border); display: flex; align-items: center; justify-content: center; color: rgba(17,24,39,.5); }
.journey-icon svg { width: 20px; height: 20px; }
.journey-connector { height: 1px; flex: 0 0 24px; background: var(--border); margin-top: 20px; }

/* ---- Pricing -------------------------------------------------------------- */
.pricing-grid { display: grid; gap: 1.25rem; grid-template-columns: 1fr; }
@media (min-width: 960px) { .pricing-grid { grid-template-columns: repeat(3, 1fr); } }
.plan-card { position: relative; border-radius: 1.1rem; border: 1px solid var(--border); background: var(--card); padding: 1.75rem; display: flex; flex-direction: column; }
.plan-card.featured { background: var(--foreground); border-color: var(--foreground); color: #fff; box-shadow: 0 16px 48px rgba(0,0,0,.2); }
.plan-badge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: var(--foreground); color: #fff; font-size: 0.65rem; font-weight: 700; padding: 0.3rem 0.8rem; border-radius: 999px; white-space: nowrap; }
.plan-card.featured .plan-badge { background: #fff; color: var(--foreground); }
.plan-label { font-size: 0.65rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.16em; opacity: .55; margin-bottom: 1rem; }
.plan-price { display: flex; align-items: baseline; gap: 0.2rem; }
.plan-price .amount { font-size: 2.6rem; font-weight: 700; }
.plan-price .period { font-size: 0.75rem; opacity: .6; }
.plan-sub { font-size: 0.75rem; opacity: .65; margin: 0.3rem 0 1.4rem; }
.plan-divider { border-top: 1px solid rgba(0,0,0,.08); margin-bottom: 1.4rem; }
.plan-card.featured .plan-divider { border-color: rgba(255,255,255,.12); }
.plan-features { display: flex; flex-direction: column; gap: 0.7rem; margin-bottom: 1.8rem; }
.plan-feature { display: flex; align-items: center; gap: 0.65rem; font-size: 0.8rem; font-weight: 300; }
.plan-feature .tick { width: 16px; height: 16px; border-radius: 50%; background: rgba(0,0,0,.08); display: inline-flex; align-items: center; justify-content: center; font-size: 10px; font-weight: 700; flex-shrink: 0; }
.plan-card.featured .plan-feature .tick { background: rgba(255,255,255,.15); }
.plan-cta { margin-top: auto; text-align: center; border-radius: 999px; padding: 0.65rem; font-size: 0.82rem; font-weight: 600; background: var(--foreground); color: #fff; }
.plan-card.featured .plan-cta { background: #fff; color: var(--foreground); }

/* ---- FAQ accordion (native <details>, no JS) ---------------------------- */
.faq-list { display: flex; flex-direction: column; gap: 0.75rem; }
.faq-category { margin-bottom: 2.5rem; }
.faq-category-label { font-size: 0.68rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.16em; color: rgba(17,24,39,.5); margin-bottom: 0.9rem; }
details.faq-item { border: 1px solid var(--border); border-radius: 1rem; padding: 0 1.5rem; background: var(--card); }
details.faq-item[open] { border-color: rgba(17,24,39,.2); }
details.faq-item summary { list-style: none; cursor: pointer; padding: 1.2rem 0; display: flex; align-items: center; justify-content: space-between; gap: 1rem; font-weight: 500; font-size: 0.92rem; }
details.faq-item summary::-webkit-details-marker { display: none; }
.faq-toggle-icon { width: 22px; height: 22px; border-radius: 50%; border: 1px solid var(--border); flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-size: 14px; color: rgba(17,24,39,.5); }
details.faq-item[open] .faq-toggle-icon { background: var(--primary); color: #fff; border-color: var(--primary); }
.faq-toggle-icon .minus { display: none; }
details.faq-item[open] .faq-toggle-icon .plus { display: none; }
details.faq-item[open] .faq-toggle-icon .minus { display: inline; }
.faq-answer { padding-bottom: 1.2rem; font-size: 0.85rem; color: rgba(17,24,39,.7); line-height: 1.7; font-weight: 300; }

/* ---- Blog ---------------------------------------------------------------- */
.blog-featured { text-decoration: none; color: inherit; display: flex; flex-direction: column; border: 1px solid var(--border); border-radius: 1.1rem; overflow: hidden; background: var(--card); margin-bottom: 2rem; }
.blog-featured img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.blog-featured-body { padding: 2rem; }
.blog-tag { font-size: 0.6rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--primary); background: rgba(37,99,235,.1); padding: 0.25rem 0.6rem; border-radius: 999px; display: inline-block; }
.blog-date { font-size: 0.7rem; color: var(--muted-foreground); margin-left: 0.5rem; }
.blog-featured-body h2 { font-size: 1.5rem; margin: 0.75rem 0; line-height: 1.3; }
.blog-featured-body p { font-size: 0.88rem; color: rgba(17,24,39,.65); line-height: 1.6; margin-bottom: 1rem; }
.blog-grid { display: grid; gap: 1.5rem; grid-template-columns: 1fr; }
@media (min-width: 700px) { .blog-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 980px) { .blog-grid { grid-template-columns: 1fr 1fr 1fr; } }
.blog-card { text-decoration: none; color: inherit; border: 1px solid var(--border); border-radius: 1rem; overflow: hidden; background: var(--card); display: flex; flex-direction: column; height: 100%; }
.blog-card img { aspect-ratio: 16/9; object-fit: cover; width: 100%; }
.blog-card-body { padding: 1.1rem; display: flex; flex-direction: column; flex: 1; }
.blog-card-body h3 { font-size: 0.92rem; margin: 0.3rem 0 0.5rem; line-height: 1.4; }
.blog-card-body p { font-size: 0.78rem; color: rgba(17,24,39,.6); line-height: 1.55; margin-bottom: 0.75rem; }
.blog-read-more { font-size: 0.75rem; font-weight: 600; color: rgba(17,24,39,.7); margin-top: auto; }
.blog-article-body { font-size: 0.95rem; line-height: 1.8; color: rgba(17,24,39,.82); }
.blog-article-body h1 { font-size: 1.8rem; margin: 1.5rem 0 0.7rem; }
.blog-article-body h2 { font-size: 1.4rem; margin: 1.3rem 0 0.6rem; }
.blog-article-body h3 { font-size: 1.15rem; margin: 1rem 0 0.5rem; }
.blog-article-body p { margin: 0.8rem 0; }
.blog-article-body ul, .blog-article-body ol { margin: 0.8rem 0; padding-left: 1.5rem; }
.blog-article-body ul { list-style: disc; }
.blog-article-body ol { list-style: decimal; }
.blog-article-body a { color: var(--primary); text-decoration: underline; }
.blog-article-body blockquote { border-left: 4px solid var(--primary); padding-left: 1rem; margin: 1rem 0; color: var(--muted-foreground); font-style: italic; }
.share-row { display: flex; gap: 0.5rem; margin-top: 0.5rem; }
.share-btn { flex: 1; display: flex; align-items: center; justify-content: center; gap: 0.5rem; padding: 0.65rem; border-radius: 0.65rem; background: var(--primary); color: #fff; font-size: 0.8rem; font-weight: 600; }
.share-icon { padding: 0.65rem 0.9rem; border-radius: 0.65rem; background: var(--muted); color: var(--muted-foreground); }

/* ---- Forms --------------------------------------------------------------- */
.field { margin-bottom: 1rem; }
.field label { display: block; font-size: 0.78rem; font-weight: 500; color: rgba(17,24,39,.6); margin-bottom: 0.4rem; }
.field .req { color: var(--destructive); }
.input, textarea.input, select.input {
  width: 100%; background: #fff; border: 1px solid var(--border); border-radius: 0.75rem;
  padding: 0.8rem 1rem; font-size: 0.88rem; color: var(--foreground); transition: all .15s ease;
}
.input:focus, textarea.input:focus, select.input:focus { outline: none; border-color: rgba(37,99,235,.5); box-shadow: 0 0 0 3px rgba(37,99,235,.15); }
textarea.input { resize: vertical; min-height: 5rem; }
.input-code { text-align: center; font-family: 'JetBrains Mono', monospace; font-size: 1.3rem; font-weight: 700; letter-spacing: 0.3em; }
.checkbox-row { display: flex; align-items: flex-start; gap: 0.75rem; padding: 0.9rem 1rem; border-radius: 0.9rem; background: rgba(37,99,235,.04); border: 1px solid rgba(37,99,235,.12); }
.checkbox-row input { margin-top: 0.2rem; width: 18px; height: 18px; flex-shrink: 0; }
.checkbox-row label { font-size: 0.78rem; color: rgba(17,24,39,.6); line-height: 1.5; font-weight: 300; }
.form-card { background: var(--card); border: 1px solid var(--border); border-radius: 1.25rem; padding: 1.5rem; box-shadow: 0 1px 4px rgba(0,0,0,.04); }
.form-error { background: #fef2f2; border: 1px solid #fecaca; color: var(--destructive); padding: 0.85rem 1rem; border-radius: 0.75rem; font-size: 0.83rem; margin-bottom: 1rem; }
.form-success { background: #f0fdf4; border: 1px solid #bbf7d0; color: #15803d; padding: 0.85rem 1rem; border-radius: 0.75rem; font-size: 0.83rem; margin-bottom: 1rem; }
.form-note { background: #fff7ed; border: 1px solid #fed7aa; color: #9a3412; padding: 0.85rem 1rem; border-radius: 0.75rem; font-size: 0.83rem; margin-bottom: 1rem; }

/* ---- Simple auth / narrow page layout ------------------------------------ */
.narrow-page { max-width: 480px; margin: 0 auto; padding: 3rem 20px 5rem; }
.narrow-page h1 { font-size: 1.6rem; margin-bottom: 1.5rem; }
.back-link { display: inline-flex; align-items: center; gap: 0.4rem; font-size: 0.8rem; color: rgba(17,24,39,.5); margin-bottom: 1.5rem; }
.back-link:hover { color: var(--foreground); }

/* ---- Dashboard ------------------------------------------------------------ */
.page-header { border-bottom: 1px solid var(--border); background: rgba(255,255,255,.6); }
.page-header-inner { max-width: var(--container-width); margin: 0 auto; padding: 1.4rem 20px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
.page-header h1 { font-size: 1.15rem; }
.page-header .sub { font-size: 0.78rem; color: var(--muted-foreground); margin-top: 0.2rem; }
.page-body { max-width: var(--container-width); margin: 0 auto; padding: 2rem 20px 4rem; }
.banner { display: flex; align-items: center; gap: 0.75rem; padding: 0.9rem 1.1rem; border-radius: 0.9rem; font-size: 0.83rem; font-weight: 500; margin-bottom: 1.25rem; }
.banner-success { background: #f0fdf4; border: 1px solid #bbf7d0; color: #166534; }
.banner-warning { background: #fff7ed; border: 1px solid #fed7aa; color: #9a3412; }
.code-card { background: linear-gradient(135deg, rgba(37,99,235,.08), rgba(37,99,235,.03)); border: 1px solid rgba(37,99,235,.2); border-radius: 1.1rem; padding: 1.4rem; margin-bottom: 1.25rem; }
.code-card .code-label { font-size: 0.65rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; color: rgba(37,99,235,.6); margin-bottom: 0.6rem; }
.code-card .code-value { font-family: 'JetBrains Mono', monospace; font-size: 1.25rem; font-weight: 700; color: var(--primary); letter-spacing: 0.05em; }
.code-card p { font-size: 0.82rem; color: rgba(17,24,39,.6); line-height: 1.6; margin-top: 0.75rem; }
.download-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.5rem; background: rgba(255,255,255,.5); border-radius: 0.9rem; padding: 1rem; margin-top: 1rem; border: 1px solid rgba(37,99,235,.1); }
.download-btn { display: flex; flex-direction: column; align-items: center; gap: 0.4rem; padding: 0.75rem; border-radius: 0.6rem; border: 1px solid rgba(37,99,235,.2); color: var(--primary); font-size: 0.7rem; font-weight: 600; background: #fff; }
.download-btn:hover { background: rgba(37,99,235,.06); }

.items-grid { display: grid; gap: 1rem; grid-template-columns: 1fr; }
@media (min-width: 700px) { .items-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 980px) { .items-grid { grid-template-columns: repeat(3, 1fr); } }
.item-card { background: var(--card); border: 1px solid var(--border); border-radius: 1.1rem; padding: 1.2rem; display: flex; flex-direction: column; gap: 0.75rem; }
.item-card.found { border-color: #fed7aa; }
.item-card-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 0.75rem; }
.item-card h3 { font-size: 0.9rem; }
.item-card .desc { font-size: 0.75rem; color: var(--muted-foreground); margin-top: 0.2rem; }
.status-badge { font-size: 0.68rem; font-weight: 600; padding: 0.25rem 0.6rem; border-radius: 999px; white-space: nowrap; }
.status-registered { background: #ecfdf5; color: #059669; border: 1px solid #a7f3d0; }
.status-found { background: #fff7ed; color: #c2410c; border: 1px solid #fed7aa; }
.status-recovered { background: #eff6ff; color: #2563eb; border: 1px solid #bfdbfe; }
.item-tag-row { display: flex; align-items: center; gap: 0.5rem; background: var(--muted); border-radius: 0.7rem; padding: 0.6rem 0.85rem; font-family: 'JetBrains Mono', monospace; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.05em; }
.item-card-footer { border-top: 1px solid var(--border); padding-top: 0.6rem; margin-top: auto; display: flex; align-items: center; justify-content: space-between; font-size: 0.8rem; font-weight: 600; color: var(--primary); }
.empty-state { text-align: center; padding: 4rem 1rem; max-width: 520px; margin: 0 auto; }
.empty-state .icon-circle { width: 64px; height: 64px; border-radius: 1rem; background: rgba(37,99,235,.08); display: flex; align-items: center; justify-content: center; margin: 0 auto 1.2rem; font-size: 1.6rem; }
.empty-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.75rem; margin: 2rem 0; text-align: center; }
.empty-steps .step { background: var(--card); border: 1px solid var(--border); border-radius: 0.9rem; padding: 1rem 0.6rem; }
.empty-steps .step .ic { width: 32px; height: 32px; border-radius: 0.6rem; background: rgba(37,99,235,.08); display: flex; align-items: center; justify-content: center; margin: 0 auto 0.6rem; }
.empty-steps .step p { font-size: 0.68rem; color: var(--muted-foreground); line-height: 1.4; }
.empty-steps .step p.title { font-weight: 600; color: var(--foreground); margin-bottom: 0.2rem; }

/* ---- Wallpaper picker (static preview swatches, download links) --------- */
.wallpaper-picker { background: var(--card); border: 1px solid var(--border); border-radius: 1.1rem; padding: 1.4rem; margin-bottom: 1rem; }
.wallpaper-picker h2 { font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--muted-foreground); margin-bottom: 0.3rem; }
.wallpaper-size-tabs { display: flex; gap: 0.4rem; margin: 0.75rem 0 1rem; flex-wrap: wrap; }
.wallpaper-size-tabs a { font-size: 0.72rem; font-weight: 600; padding: 0.4rem 0.8rem; border-radius: 0.6rem; background: var(--muted); color: var(--muted-foreground); }
.wallpaper-size-tabs a.active { background: var(--primary); color: #fff; }
.wallpaper-row { display: flex; gap: 0.6rem; overflow-x: auto; padding-bottom: 0.4rem; }
.wallpaper-swatch { flex: none; width: 88px; border-radius: 1rem; overflow: hidden; border: 1px solid rgba(255,255,255,.1); text-align: center; }
.wallpaper-swatch .preview { height: 130px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 0.3rem; padding: 0.5rem; }
.wallpaper-swatch .preview img { width: 34px; height: 34px; }
.wallpaper-swatch .preview .wp-label1 { font-size: 6px; }
.wallpaper-swatch .preview .wp-label2 { font-size: 8px; font-weight: 700; }
.wallpaper-swatch .foot { background: rgba(0,0,0,.45); padding: 0.4rem; }
.wallpaper-swatch .foot .name { font-size: 9px; font-weight: 700; color: #fff; }
.wallpaper-swatch .foot a { font-size: 8px; color: rgba(255,255,255,.8); }

/* ---- Plain <details> summaries used as inline reveal triggers on
   dashboard/items/settings (register-item form, change-plan, delete
   account) — same marker-hiding trick as .faq-item/.howto-item above. */
.plain-summary { list-style: none; }
.plain-summary::-webkit-details-marker { display: none; }

/* ---- Reports / item detail ------------------------------------------------ */
.detail-card { background: var(--card); border: 1px solid var(--border); border-radius: 1.1rem; padding: 1.4rem; margin-bottom: 1rem; box-shadow: 0 2px 12px rgba(0,0,0,.03); }
.detail-card h2 { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--muted-foreground); margin-bottom: 1rem; }
.qr-box { display: flex; justify-content: center; padding: 1rem; background: rgba(0,0,0,.02); border-radius: 0.9rem; }
.download-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; }
.download-card { display: flex; align-items: center; gap: 0.75rem; padding: 1rem; border-radius: 0.9rem; border: 1px solid var(--border); }
.download-card:hover { border-color: rgba(37,99,235,.4); background: rgba(37,99,235,.03); }
.download-card p.title { font-size: 0.82rem; font-weight: 600; }
.download-card p.sub { font-size: 0.7rem; color: var(--muted-foreground); }
.report-item { border: 1px solid var(--border); background: rgba(0,0,0,.015); border-radius: 0.9rem; padding: 1rem; margin-bottom: 0.75rem; }
.report-item p { font-size: 0.82rem; }
.report-item .meta { color: var(--muted-foreground); }

/* ---- Cart ------------------------------------------------------------------ */
.cart-grid { display: grid; gap: 2rem; grid-template-columns: 1fr; }
@media (min-width: 900px) { .cart-grid { grid-template-columns: 2fr 1fr; align-items: start; } }
.cart-item { display: flex; gap: 1rem; background: var(--card); border: 1px solid var(--border); border-radius: 0.9rem; padding: 1rem; margin-bottom: 0.9rem; align-items: center; }
.cart-item .thumb { width: 84px; height: 84px; border-radius: 0.6rem; background: var(--muted); flex-shrink: 0; overflow: hidden; }
.cart-item .thumb img { width: 100%; height: 100%; object-fit: cover; }
.cart-item .info { flex: 1; min-width: 0; }
.cart-item .info h3 { font-size: 0.85rem; margin-bottom: 0.25rem; }
.cart-item .price { color: var(--primary); font-weight: 700; font-size: 0.85rem; }
.qty-control { display: inline-flex; align-items: center; border: 1px solid var(--border); border-radius: 0.6rem; margin-top: 0.5rem; }
.qty-control button, .qty-control span { padding: 0.3rem 0.65rem; font-size: 0.8rem; }
.summary-card { background: var(--card); border: 1px solid var(--border); border-radius: 1rem; padding: 1.5rem; position: sticky; top: 90px; }
.summary-row { display: flex; align-items: center; justify-content: space-between; font-size: 0.85rem; padding: 0.4rem 0; }
.summary-total { display: flex; align-items: center; justify-content: space-between; font-size: 1.1rem; font-weight: 700; margin: 1rem 0; }

/* ---- Admin ------------------------------------------------------------------ */
.admin-tabs { display: flex; gap: 1.5rem; border-bottom: 1px solid var(--border); margin-bottom: 2rem; overflow-x: auto; }
.admin-tabs a { padding-bottom: 0.75rem; font-size: 0.8rem; font-weight: 600; color: var(--muted-foreground); border-bottom: 2px solid transparent; white-space: nowrap; }
.admin-tabs a.active { color: var(--primary); border-color: var(--primary); }
.admin-panel { background: var(--card); border: 1px solid var(--border); border-radius: 1.1rem; padding: 1.5rem; }
.admin-row { border: 1px solid var(--border); border-radius: 0.9rem; padding: 1rem; margin-bottom: 0.75rem; }
.admin-row:hover { background: rgba(0,0,0,.015); }
.pill { font-size: 0.65rem; font-weight: 700; padding: 0.2rem 0.55rem; border-radius: 999px; }
.pill-green { background: #dcfce7; color: #15803d; }
.pill-gray { background: var(--muted); color: var(--muted-foreground); }
.pill-blue { background: #dbeafe; color: #1d4ed8; }
.pill-orange { background: #ffedd5; color: #c2410c; }
.pill-red { background: #fee2e2; color: #b91c1c; }
.pill-purple { background: #f3e8ff; color: #7e22ce; }
.admin-actions { display: flex; gap: 0.4rem; flex-wrap: wrap; }
.admin-actions form { display: inline; }
.link-btn { font-size: 0.72rem; font-weight: 600; color: var(--primary); background: none; border: none; padding: 0; }
.small-btn { font-size: 0.7rem; font-weight: 600; padding: 0.35rem 0.7rem; border-radius: 0.5rem; border: 1px solid var(--border); background: #fff; }

/* ---- Product / shop ---------------------------------------------------------- */
.product-detail-grid { display: grid; gap: 3rem; grid-template-columns: 1fr; }
@media (min-width: 800px) { .product-detail-grid { grid-template-columns: 1fr 1fr; } }
.product-image { border-radius: 1.5rem; overflow: hidden; border: 1px solid var(--border); aspect-ratio: 1; background: var(--muted); }
.product-image img { width: 100%; height: 100%; object-fit: cover; }
.product-price { font-size: 2.5rem; font-weight: 700; color: var(--primary); }
.personalize-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; }
.personalize-option { border: 2px solid var(--border); border-radius: 0.9rem; padding: 0.9rem; display: block; cursor: pointer; }
.personalize-option.active,
.personalize-option:has(input:checked) { border-color: var(--primary); background: rgba(37,99,235,.05); }
.personalize-option input[type="radio"] { accent-color: var(--primary); }
.qty-stepper { display: inline-flex; align-items: center; gap: 0.75rem; }
.qty-stepper a, .qty-stepper span { width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; border: 1px solid var(--border); border-radius: 0.6rem; }
.review-card { border: 1px solid var(--border); border-radius: 0.9rem; padding: 1.1rem; margin-bottom: 0.75rem; background: var(--card); }
.star-row { display: flex; gap: 0.15rem; color: var(--primary); }

/* ---- Misc --------------------------------------------------------------------- */
.text-center { text-align: center; }
.mt-2 { margin-top: 2rem; }
.subtitle-link { color: var(--primary); font-weight: 600; text-decoration: underline; }
.muted { color: var(--muted-foreground); }
.divider { border-top: 1px solid var(--border); margin: 2rem 0; }
.terms-page, .legal-page { max-width: 760px; margin: 0 auto; padding: 3rem 20px 5rem; }
.terms-page h1, .legal-page h1 { font-size: 1.9rem; margin-bottom: 0.4rem; }
.terms-page .updated, .legal-page .updated { color: var(--muted-foreground); font-size: 0.82rem; margin-bottom: 2rem; }
.terms-page h2, .legal-page h2 { font-size: 1.05rem; margin: 1.8rem 0 0.6rem; }
.terms-page h3, .legal-page h3 { font-size: 0.95rem; margin: 1.2rem 0 0.4rem; }
.terms-page p, .legal-page p { font-size: 0.85rem; line-height: 1.75; color: rgba(17,24,39,.75); margin-bottom: 0.4rem; }
.terms-page ul, .legal-page ul { padding-left: 1.4rem; margin: 0.6rem 0; }
.terms-page li, .legal-page li { list-style: disc; font-size: 0.85rem; line-height: 1.7; color: rgba(17,24,39,.75); margin-bottom: 0.3rem; }
.legal-table { width: 100%; border-collapse: collapse; margin: 0.8rem 0 1.2rem; font-size: 0.82rem; }
.legal-table th, .legal-table td { text-align: left; padding: 0.5rem 0.8rem 0.5rem 0; border-bottom: 1px solid var(--border); }
.legal-table th { font-weight: 600; color: var(--foreground); }
.legal-table td { color: rgba(17,24,39,.75); }

/* ---- How-to-use accordion (native <details>, no JS) ---------------------- */
.howto-list { display: flex; flex-direction: column; gap: 1rem; }
details.howto-item { border: 1px solid var(--border); border-radius: 1.1rem; background: var(--card); overflow: hidden; box-shadow: 0 1px 4px rgba(0,0,0,.03); }
details.howto-item[open] { border-color: rgba(17,24,39,.15); }
details.howto-item summary { list-style: none; cursor: pointer; padding: 1.3rem 1.5rem; display: flex; align-items: center; gap: 1rem; font-weight: 700; font-size: 0.95rem; }
details.howto-item summary::-webkit-details-marker { display: none; }
.howto-icon { width: 40px; height: 40px; border-radius: 0.8rem; background: rgba(37,99,235,.1); display: flex; align-items: center; justify-content: center; font-size: 1.2rem; flex-shrink: 0; }
.howto-chevron { margin-left: auto; color: var(--muted-foreground); font-size: 0.8rem; }
.howto-steps { padding: 0.25rem 1.5rem 1.5rem; border-top: 1px solid var(--border); display: flex; flex-direction: column; gap: 1rem; }
.howto-step { display: flex; gap: 1rem; padding-top: 1rem; }
.howto-step-num { width: 32px; height: 32px; border-radius: 50%; background: rgba(37,99,235,.1); color: var(--primary); font-weight: 700; font-size: 0.85rem; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.howto-step h4 { font-size: 0.9rem; margin-bottom: 0.3rem; }
.howto-step p { font-size: 0.82rem; color: var(--muted-foreground); line-height: 1.6; }

/* ---- Pets page photo masonry ---------------------------------------------- */
.pets-masonry { column-count: 2; column-gap: 0.9rem; }
@media (min-width: 640px) { .pets-masonry { column-count: 3; column-gap: 1rem; } }
@media (min-width: 1024px) { .pets-masonry { column-count: 4; } }
.pets-masonry img { width: 100%; display: block; margin-bottom: 1rem; border-radius: 1rem; object-fit: cover; break-inside: avoid; }
.pets-masonry-quote {
  break-inside: avoid; margin-bottom: 1rem; border-radius: 1rem; aspect-ratio: 3/4;
  background: linear-gradient(135deg, var(--primary) 0%, #1e3a5f 100%);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; padding: 1.2rem; gap: 0.6rem;
}
.pets-masonry-quote p { color: #fff; font-size: 0.85rem; font-weight: 600; line-height: 1.4; margin: 0; }

/* ---- Landing page live wallpaper-theme picker ----------------------------
   Ported 1:1 (exact px values) from the original app's WallpaperPreview.jsx,
   using a CSS radio-input hack for the click-to-switch behaviour instead of
   React state — no client-side JavaScript. ---------------------------------- */
.wp-radio { position: absolute; }

.wp-live-inner { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4rem; }
@media (min-width: 1024px) { .wp-live-inner { flex-direction: row; gap: 6rem; } }

.wp-controls { width: 100%; max-width: 384px; display: flex; flex-direction: column; gap: 32px; text-align: center; }
@media (min-width: 1024px) { .wp-controls { text-align: left; } }

.wp-swatch-label { font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.2em; color: rgba(17,24,39,.6); margin-bottom: 16px; }
.wp-swatch-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.wp-swatch-btn {
  position: relative; height: 56px; border-radius: 12px; overflow: hidden;
  border: 2px solid transparent; display: flex; align-items: center; justify-content: center;
  cursor: pointer; transition: all 0.2s ease;
}
.wp-swatch-btn:hover { border-color: rgba(17,24,39,.3); }
.wp-swatch-orb { position: absolute; border-radius: 50%; filter: blur(20px); }
.wp-swatch-orb-1 { width: 64px; height: 64px; top: -16px; left: -16px; opacity: .7; }
.wp-swatch-orb-2 { width: 48px; height: 48px; bottom: -8px; right: -8px; opacity: .6; }
.wp-swatch-text { position: relative; z-index: 1; font-size: 11px; font-weight: 600; color: #fff; text-shadow: 0 1px 3px rgba(0,0,0,.35); }
.wp-swatch-dot { display: none; position: absolute; top: 6px; right: 6px; width: 8px; height: 8px; border-radius: 50%; background: #fff; box-shadow: 0 1px 3px rgba(0,0,0,.3); }

.wp-cta p { font-size: 12px; color: rgba(17,24,39,.5); font-weight: 300; margin-bottom: 16px; }
.wp-controls .btn { width: 100%; }
@media (min-width: 640px) { .wp-controls .btn { width: auto; } }

.wp-phone-outer { flex-shrink: 0; display: flex; align-items: center; justify-content: center; }
.wp-phone-frame {
  position: relative; width: 300px; height: 620px; border-radius: 52px;
  background: linear-gradient(160deg, #8e8e93 0%, #48484a 20%, #1c1c1e 45%, #48484a 80%, #8e8e93 100%);
  box-shadow: 0 60px 120px rgba(0,0,0,.6), 0 20px 40px rgba(0,0,0,.4), 0 0 0 1px rgba(255,255,255,.1);
}
.wp-phone-screen { position: absolute; inset: 5px; border-radius: 47px; overflow: hidden; background: #000; }
.wp-phone-screen::after { content: ''; position: absolute; inset: 0; border-radius: 47px; background: linear-gradient(130deg, rgba(255,255,255,.06) 0%, transparent 40%); pointer-events: none; }

.wp-face { position: absolute; inset: 0; display: none; flex-direction: column; }
.wp-orb { position: absolute; border-radius: 50%; filter: blur(40px); }
.wp-orb-a { width: 140%; height: 70%; top: -20%; left: -20%; }
.wp-orb-b { width: 120%; height: 60%; bottom: -10%; right: -20%; }

.wp-status-row { position: relative; z-index: 10; display: flex; align-items: center; padding: 16px 28px 0; }
.wp-status-time { color: rgba(255,255,255,.9); font-size: 12px; font-weight: 600; font-family: -apple-system, BlinkMacSystemFont, sans-serif; }
.wp-island { position: absolute; left: 0; right: 0; margin: 0 auto; width: 80px; height: 22px; border-radius: 14px; background: #000; pointer-events: none; }
.wp-battery { margin-left: auto; display: flex; align-items: center; }

.wp-clock-wrap { position: relative; z-index: 10; display: flex; flex-direction: column; align-items: center; margin-top: 32px; }
.wp-clock { color: #fff; font-weight: 100; line-height: 1; font-family: -apple-system, BlinkMacSystemFont, sans-serif; font-size: 64px; letter-spacing: -2px; }
.wp-date { color: rgba(255,255,255,.6); margin-top: 6px; font-weight: 300; font-size: 14px; }

.wp-scan { position: relative; z-index: 10; display: flex; flex-direction: column; align-items: center; margin-top: 32px; padding: 0 32px; text-align: center; }
.wp-scan-1 { display: block; font-size: 11px; font-weight: 300; letter-spacing: 0.02em; margin-bottom: 6px; }
.wp-scan-2 { display: block; color: #fff; font-size: 17px; font-weight: 600; font-family: -apple-system, BlinkMacSystemFont, sans-serif; margin-bottom: 20px; }
.wp-qr { width: 120px; height: 120px; }
.wp-scan-3 { display: block; font-size: 11px; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; margin-top: 16px; }
.wp-scan-4 { display: block; font-size: 10px; margin-top: 4px; }

.wp-spacer { flex: 1; }
.wp-home-indicator { position: relative; z-index: 10; align-self: center; margin-bottom: 12px; width: 120px; height: 5px; border-radius: 9999px; background: rgba(255,255,255,.3); }

.wp-btn { position: absolute; background: linear-gradient(to right, #636366, #48484a); }
.wp-btn-l1 { left: -4px; top: 130px; width: 4px; height: 32px; border-radius: 3px 0 0 3px; }
.wp-btn-l2 { left: -4px; top: 176px; width: 4px; height: 58px; border-radius: 3px 0 0 3px; }
.wp-btn-l3 { left: -4px; top: 244px; width: 4px; height: 58px; border-radius: 3px 0 0 3px; }
.wp-btn-r1 { right: -4px; top: 170px; width: 4px; height: 80px; border-radius: 0 3px 3px 0; background: linear-gradient(to left, #636366, #48484a); }

/* theme switching + active-swatch highlight, per theme */
#wp-midnight:checked ~ .wp-live-inner .wp-face-midnight,
#wp-aurora:checked   ~ .wp-live-inner .wp-face-aurora,
#wp-rose:checked      ~ .wp-live-inner .wp-face-rose,
#wp-ocean:checked     ~ .wp-live-inner .wp-face-ocean,
#wp-sunset:checked    ~ .wp-live-inner .wp-face-sunset,
#wp-gold:checked      ~ .wp-live-inner .wp-face-gold { display: flex; }

#wp-midnight:checked ~ .wp-live-inner .wp-swatch-midnight,
#wp-aurora:checked   ~ .wp-live-inner .wp-swatch-aurora,
#wp-rose:checked      ~ .wp-live-inner .wp-swatch-rose,
#wp-ocean:checked     ~ .wp-live-inner .wp-swatch-ocean,
#wp-sunset:checked    ~ .wp-live-inner .wp-swatch-sunset,
#wp-gold:checked      ~ .wp-live-inner .wp-swatch-gold {
  border-color: var(--foreground); transform: scale(1.04); box-shadow: 0 10px 25px rgba(0,0,0,.2);
}
#wp-midnight:checked ~ .wp-live-inner .wp-swatch-midnight .wp-swatch-dot,
#wp-aurora:checked   ~ .wp-live-inner .wp-swatch-aurora .wp-swatch-dot,
#wp-rose:checked      ~ .wp-live-inner .wp-swatch-rose .wp-swatch-dot,
#wp-ocean:checked     ~ .wp-live-inner .wp-swatch-ocean .wp-swatch-dot,
#wp-sunset:checked    ~ .wp-live-inner .wp-swatch-sunset .wp-swatch-dot,
#wp-gold:checked      ~ .wp-live-inner .wp-swatch-gold .wp-swatch-dot { display: block; }
/* Per-theme colours for the live wallpaper-theme picker — generated from the
   $WALLPAPER_THEMES_DEMO enum in index.php (fixed set, not per-request data),
   so these can live here instead of as inline styles. */
.wp-swatch-midnight { background: linear-gradient(135deg, #0d0d1a, #1a1040, #0d0d1a); }
.wp-swatch-midnight .wp-swatch-orb-1 { background: #4f46e5; }
.wp-swatch-midnight .wp-swatch-orb-2 { background: #7c3aed; }
.wp-face-midnight { background: linear-gradient(160deg, #0d0d1a 0%, #1a1040 55%, #0d0d1a 100%); }
.wp-face-midnight .wp-orb-a { background: radial-gradient(circle, #4f46e570 0%, transparent 65%); }
.wp-face-midnight .wp-orb-b { background: radial-gradient(circle, #7c3aed60 0%, transparent 65%); }
.wp-face-midnight .wp-scan-1 { color: #818cf8cc; }
.wp-face-midnight .wp-scan-3 { color: #818cf8; }
.wp-face-midnight .wp-scan-4 { color: #818cf860; }
.wp-swatch-aurora { background: linear-gradient(135deg, #020c14, #042318, #020c14); }
.wp-swatch-aurora .wp-swatch-orb-1 { background: #065f46; }
.wp-swatch-aurora .wp-swatch-orb-2 { background: #0d9488; }
.wp-face-aurora { background: linear-gradient(160deg, #020c14 0%, #042318 55%, #020c14 100%); }
.wp-face-aurora .wp-orb-a { background: radial-gradient(circle, #065f4670 0%, transparent 65%); }
.wp-face-aurora .wp-orb-b { background: radial-gradient(circle, #0d948860 0%, transparent 65%); }
.wp-face-aurora .wp-scan-1 { color: #34d399cc; }
.wp-face-aurora .wp-scan-3 { color: #34d399; }
.wp-face-aurora .wp-scan-4 { color: #34d39960; }
.wp-swatch-rose { background: linear-gradient(135deg, #130818, #2a0a2e, #130818); }
.wp-swatch-rose .wp-swatch-orb-1 { background: #9d174d; }
.wp-swatch-rose .wp-swatch-orb-2 { background: #be185d; }
.wp-face-rose { background: linear-gradient(160deg, #130818 0%, #2a0a2e 55%, #130818 100%); }
.wp-face-rose .wp-orb-a { background: radial-gradient(circle, #9d174d70 0%, transparent 65%); }
.wp-face-rose .wp-orb-b { background: radial-gradient(circle, #be185d60 0%, transparent 65%); }
.wp-face-rose .wp-scan-1 { color: #f472b6cc; }
.wp-face-rose .wp-scan-3 { color: #f472b6; }
.wp-face-rose .wp-scan-4 { color: #f472b660; }
.wp-swatch-ocean { background: linear-gradient(135deg, #030d1a, #062040, #030d1a); }
.wp-swatch-ocean .wp-swatch-orb-1 { background: #0369a1; }
.wp-swatch-ocean .wp-swatch-orb-2 { background: #0891b2; }
.wp-face-ocean { background: linear-gradient(160deg, #030d1a 0%, #062040 55%, #030d1a 100%); }
.wp-face-ocean .wp-orb-a { background: radial-gradient(circle, #0369a170 0%, transparent 65%); }
.wp-face-ocean .wp-orb-b { background: radial-gradient(circle, #0891b260 0%, transparent 65%); }
.wp-face-ocean .wp-scan-1 { color: #38bdf8cc; }
.wp-face-ocean .wp-scan-3 { color: #38bdf8; }
.wp-face-ocean .wp-scan-4 { color: #38bdf860; }
.wp-swatch-sunset { background: linear-gradient(135deg, #1a0a00, #2e1000, #1a0510); }
.wp-swatch-sunset .wp-swatch-orb-1 { background: #c2410c; }
.wp-swatch-sunset .wp-swatch-orb-2 { background: #db2777; }
.wp-face-sunset { background: linear-gradient(160deg, #1a0a00 0%, #2e1000 55%, #1a0510 100%); }
.wp-face-sunset .wp-orb-a { background: radial-gradient(circle, #c2410c70 0%, transparent 65%); }
.wp-face-sunset .wp-orb-b { background: radial-gradient(circle, #db277760 0%, transparent 65%); }
.wp-face-sunset .wp-scan-1 { color: #fb923ccc; }
.wp-face-sunset .wp-scan-3 { color: #fb923c; }
.wp-face-sunset .wp-scan-4 { color: #fb923c60; }
.wp-swatch-gold { background: linear-gradient(135deg, #0f0900, #1e1200, #0f0900); }
.wp-swatch-gold .wp-swatch-orb-1 { background: #92400e; }
.wp-swatch-gold .wp-swatch-orb-2 { background: #b45309; }
.wp-face-gold { background: linear-gradient(160deg, #0f0900 0%, #1e1200 55%, #0f0900 100%); }
.wp-face-gold .wp-orb-a { background: radial-gradient(circle, #92400e70 0%, transparent 65%); }
.wp-face-gold .wp-orb-b { background: radial-gradient(circle, #b4530960 0%, transparent 65%); }
.wp-face-gold .wp-scan-1 { color: #fbbf24cc; }
.wp-face-gold .wp-scan-3 { color: #fbbf24; }
.wp-face-gold .wp-scan-4 { color: #fbbf2460; }

/* ---- index.php: inline-style extraction ------------------------------- */
.steps-heading { font-size: clamp(1.9rem, 4vw, 2.75rem); line-height: 1.1; margin-bottom: 3rem; }
.step-icon-emoji { font-size: 1.4rem; }
.mb-3 { margin-bottom: 3rem; }
.split-card { display: flex; flex-wrap: wrap; gap: 2rem; align-items: center; }
.split-card-accent { background: linear-gradient(135deg, rgba(37,99,235,.05), rgba(37,99,235,.02)); border-color: rgba(37,99,235,.2); }
.split-card-text { flex: 2; min-width: 260px; }
.split-card-title { font-size: 1.4rem; margin-bottom: .75rem; }
.split-card-desc { line-height: 1.7; }
.split-card-media { flex: 1; min-width: 200px; text-align: center; }
.split-card-media img { max-width: 220px; margin: 0 auto; border-radius: 1rem; }
.muted strong { color: var(--foreground); }
.compare-logo { height: 1.4rem; max-width: 100%; mix-blend-mode: darken; }
.compare-logo-sm { height: 1.2rem; max-width: 100%; mix-blend-mode: darken; vertical-align: middle; }
.section-heading-left { text-align: left; margin-bottom: 2.5rem; }
.blog-date-standalone { margin-left: 0; }
.blog-tag-spaced { margin-left: .4rem; }
.blog-grid-spaced { margin-top: 1.5rem; }

/* ---- pets/index.php: inline-style extraction --------------------------- */
.pets-hero-pb { padding-bottom: 1rem; }
.pets-hero-intro { max-width: 760px; margin: 0 auto; text-align: center; }
.pets-justify-center { justify-content: center; }
.pets-hero-title { font-size: clamp(2rem,5vw,3.6rem); line-height: 1.1; }
.pets-hero-sub-w { max-width: 560px; margin-left: auto; margin-right: auto; }
.pets-photos-wrap { margin-top: 3rem; }
.pets-masonry-quote-icon { font-size: 1.6rem; }
.pets-aspect-3-4 { aspect-ratio: 3/4; }
.pets-aspect-1-1 { aspect-ratio: 1/1; }
.pets-aspect-4-5 { aspect-ratio: 4/5; }
.pets-stat-value { font-size: 2rem; font-weight: 700; color: var(--primary); }
.pets-stat-label { margin-top: .25rem; }
.pets-heading-left { text-align: left; max-width: 640px; margin: 0 0 3rem; }
.pets-heading-note { margin-left: 0; }
.pets-step-icon-wrap { margin-bottom: 1.2rem; }
.pets-step-title { font-size: .95rem; margin-bottom: .4rem; }
.pets-desc-md { font-size: .82rem; line-height: 1.6; }
.pets-info-card-row { display: flex; gap: 1rem; }
.pets-icon-circle { width: 44px; height: 44px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 1.3rem; }
.pets-icon-circle-blue { background: rgba(37,99,235,.1); }
.pets-icon-circle-muted { background: var(--muted); }
.pets-tag-title { font-size: .9rem; margin-bottom: .3rem; }
.pets-tag-desc { font-size: .78rem; line-height: 1.6; }
.pets-feature-card { background: var(--card); display: flex; gap: 1rem; }
.pets-feature-title { font-size: .95rem; margin-bottom: .3rem; }
.pets-faq-section { border-top: none; }
.pets-cta-card { max-width: 640px; margin: 0 auto; padding: 3rem 2rem; }
.pets-cta-icon { font-size: 2rem; margin-bottom: 1rem; }
.pets-cta-title { font-size: clamp(1.6rem,3vw,2.2rem); margin-bottom: 1rem; }
.pets-cta-desc { margin-bottom: 2rem; }

/* ---- blog/index.php: inline-style extraction --------------------------- */
.blog-notfound-msg { margin-bottom: 1.5rem; }
.blog-article-container { padding: 3rem 20px 5rem; margin: 0 auto; }
.blog-article-image { border-radius: 1.1rem; overflow: hidden; aspect-ratio: 16/9; background: var(--muted); margin-bottom: 2rem; }
.blog-article-image img { width: 100%; height: 100%; object-fit: cover; }
.blog-article-title { font-size: clamp(1.7rem,4vw,2.4rem); line-height: 1.25; margin-bottom: 1rem; }
.blog-article-meta { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; margin-bottom: 1.5rem; }
.blog-article-meta-item { font-size: .85rem; }
.blog-article-tags { display: flex; flex-wrap: wrap; gap: .5rem; padding-top: 1.5rem; border-top: 1px solid var(--border); margin-top: 2rem; }
.blog-share-section { padding-top: 1.5rem; border-top: 1px solid var(--border); margin-top: 1.5rem; }
.blog-share-heading { font-size: .85rem; font-weight: 600; margin-bottom: .75rem; }
.blog-related-section { padding-top: 2rem; border-top: 1px solid var(--border); margin-top: 2rem; }
.blog-related-heading { font-size: .85rem; font-weight: 600; margin-bottom: 1rem; }
.blog-shop-cta { display: flex; align-items: center; justify-content: space-between; gap: 1rem; border-radius: 1rem; background: rgba(37,99,235,.06); border: 1px solid rgba(37,99,235,.18); padding: 1.1rem 1.4rem; margin-top: 2rem; text-decoration: none; color: inherit; }
.blog-shop-cta-title { display: block; font-size: .9rem; }
.blog-shop-cta-desc { font-size: .8rem; }
.blog-shop-cta-arrow { flex-shrink: 0; font-weight: 700; color: var(--primary); }
.blog-listing-container { padding: 3rem 20px 5rem; }
.blog-listing-heading { text-align: left; margin-bottom: 3rem; }
.blog-listing-title { font-size: clamp(1.9rem,4vw,2.75rem); line-height: 1.1; }
.blog-listing-sub { margin-left: 0; }
.blog-featured-tags { display: flex; flex-wrap: wrap; gap: .4rem; margin-top: 1rem; }
.blog-card-date-mb { margin-bottom: .4rem; }
.blog-card-tags { display: flex; flex-wrap: wrap; gap: .35rem; margin-top: .6rem; }

/* ---- product/index.php: inline-style extraction ------------------------ */
.pt-2 { padding-top: 2rem; }
.mt-1-5 { margin-top: 1.5rem; }
.mt-3 { margin-top: 3rem; }
.d-inline-block { display: inline-block; }
.product-back-link { font-size: 0.8rem; }
.product-description { line-height: 1.7; }
.product-option-label { font-weight: 600; font-size: 0.85rem; }
.product-option-desc { font-size: 0.75rem; margin-top: 0.2rem; }
.product-radio-margin { margin-right: 0.4rem; }
.product-qty-input { max-width: 120px; }
.product-reviews-section { max-width: 760px; margin: 0 auto 4rem; }
.product-reviews-heading { font-size: 1.4rem; margin-bottom: 1.5rem; }
.product-no-reviews { padding: 2rem 0; }
.review-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 0.4rem; }
.review-date { font-size: 0.72rem; }
.review-title { font-weight: 600; font-size: 0.88rem; margin-bottom: 0.25rem; }
.review-text { font-size: 0.85rem; line-height: 1.6; margin-bottom: 0.4rem; }
.review-byline { font-size: 0.75rem; }

/* ---- settings/index.php: inline-style extraction ------------------------- */
.narrow-page .settings-title { margin-bottom: 0.3rem; }
.settings-profile-name { font-weight: 600; margin-bottom: 0.2rem; }
.settings-muted-mb-12 { font-size: 0.85rem; margin-bottom: 1.2rem; }
.settings-muted-mb-1 { font-size: 0.85rem; margin-bottom: 1rem; }
.eyebrow.settings-eyebrow-sm { margin-bottom: 0.5rem; }
.eyebrow.settings-danger-heading { color: var(--destructive); }
.settings-change-plan-details { margin-bottom: 0.75rem; }
.settings-change-plan-summary { cursor: pointer; font-size: 0.82rem; font-weight: 600; color: var(--primary); }
.settings-change-plan-list { margin-top: 0.75rem; display: flex; flex-direction: column; gap: 0.5rem; }
.btn.settings-plan-btn { justify-content: space-between; }
.settings-fine-print { font-size: 0.75rem; }
.settings-note-sm { font-size: 0.8rem; }
.plan-cta.settings-plan-cta-btn { width: 100%; border: none; cursor: pointer; }
.plan-cta.settings-plan-cta-disabled { opacity: .5; }
.settings-delete-summary { cursor: pointer; width: fit-content; }
.settings-delete-form { margin-top: 1rem; }

/* ---- Admin: Orders ----------------------------------------------------- */
.admin-orders-heading { margin-bottom: 0.2rem; }
.admin-orders-subtitle { font-size: 0.8rem; margin-bottom: 1.2rem; }
.admin-orders-actions { margin-bottom: 1.2rem; }
.admin-orders-empty { padding: 2rem 0; }
.admin-orders-row-top { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
.admin-orders-product-name { font-weight: 600; margin: 0; }
.admin-orders-customer { font-size: 0.8rem; margin: 0.2rem 0 0; }
.admin-orders-uid { font-size: 0.8rem; font-family: 'JetBrains Mono', monospace; font-weight: 700; color: var(--primary); margin: 0.3rem 0 0; }
.admin-orders-badges { display: flex; align-items: flex-start; gap: 0.5rem; flex-wrap: wrap; }
.admin-orders-qty { font-size: 0.78rem; }
.admin-orders-personalization { background: #eff6ff; border: 1px solid #bfdbfe; border-radius: 0.6rem; padding: 0.75rem; margin-top: 0.6rem; font-size: 0.8rem; color: #1e3a8a; }
.admin-orders-personalization-title { margin: 0 0 0.3rem; font-weight: 600; }
.admin-orders-personalization-line { margin: 0; }
.admin-orders-form { margin-top: 0.75rem; }
.admin-orders-form-row { display: flex; gap: 0.5rem; flex-wrap: wrap; align-items: flex-end; }
.admin-orders-field-status { flex: 0 0 auto; margin-bottom: 0; }
.admin-orders-status-select { width: auto; }
.admin-orders-field-notes { flex: 1 1 200px; margin-bottom: 0; }
.admin-orders-date { font-size: 0.75rem; margin: 0.6rem 0 0; }

/* ---- Admin: Support ----------------------------------------------------- */
.admin-support-heading { margin-bottom: 0.2rem; }
.admin-support-subtitle { font-size: 0.8rem; margin-bottom: 1.2rem; }
.admin-support-empty { padding: 2rem 0; }
.admin-support-row-top { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; margin-bottom: 0.5rem; }
.admin-support-subject { font-weight: 600; margin: 0; }
.admin-support-user { font-size: 0.8rem; margin: 0.2rem 0 0; }
.admin-support-actions { display: flex; align-items: center; gap: 0.6rem; }
.admin-support-message { background: var(--muted); border-radius: 0.6rem; padding: 0.75rem; font-size: 0.85rem; margin: 0; }
.admin-support-date { font-size: 0.75rem; margin: 0.5rem 0 0; }

/* ---- Admin dashboard (admin/index.php) --------------------------------------- */
.admin-dashboard-section-title { margin-bottom: 1rem; }
.admin-dashboard-stat-link { display: block; }
.admin-dashboard-stat-value { font-size: 1.6rem; font-weight: 700; margin: 0.5rem 0 0; }
.admin-dashboard-stat-sub { font-size: 0.8rem; margin: 0; }

/* ---- Admin marketing (admin/marketing.php) ------------------------------------ */
.admin-marketing-panel-spaced-bottom { margin-bottom: 1.5rem; }
.admin-marketing-panel-spaced-top { margin-top: 1.5rem; }
.admin-marketing-panel-title { margin-bottom: 0.2rem; }
.admin-marketing-tips-title { margin-bottom: 0.8rem; }
.admin-marketing-panel-desc { font-size: 0.8rem; margin-bottom: 1rem; }
.admin-marketing-sticker-row { display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; }
.admin-marketing-sticker-img { width: 120px; border-radius: 0.6rem; box-shadow: 0 2px 10px rgba(0,0,0,.15); }
.admin-marketing-size-actions { margin-bottom: 1.2rem; }
.admin-marketing-wallpaper-img { width: 100%; max-width: 150px; border-radius: 0.8rem; margin-bottom: 0.6rem; }
.admin-marketing-theme-label { font-weight: 600; margin: 0 0 0.5rem; }
.admin-marketing-tips-list { font-size: 0.85rem; color: var(--muted-foreground); line-height: 1.7; padding-left: 1.2rem; margin: 0; }

/* ---- cart/index.php: inline-style extraction --------------------------- */
.cart-container { padding-top: 2rem; padding-bottom: 3rem; }
.cart-back-link { font-size: 0.8rem; }
.cart-header-row { display: flex; align-items: center; justify-content: space-between; margin: 1.5rem 0; }
.cart-item-count { font-size: 0.8rem; }
.cart-personalized-pill { display: inline-block; margin-bottom: 0.4rem; }
.cart-personalization-note { font-size: 0.72rem; }
.cart-qty-row { display: flex; align-items: center; gap: 0.75rem; margin-top: 0.5rem; }
.cart-inline-form { display: inline; }
.cart-item-actions { display: flex; flex-direction: column; align-items: flex-end; justify-content: space-between; }
.cart-item-total { font-weight: 700; font-size: 0.9rem; }
.cart-remove-btn { border-color: transparent; color: var(--destructive); }
.cart-summary-divider { margin: 0.75rem 0; }
.cart-summary-value { font-weight: 600; }
.cart-summary-free { font-weight: 600; color: var(--success); }
.cart-summary-total-value { color: var(--primary); }
.cart-summary-continue-link { display: block; font-size: 0.8rem; }

/* ---- checkout/index.php: inline-style extraction ------------------------ */
.checkout-summary-card { position: static; margin-bottom: 1.5rem; }
.checkout-summary-divider { margin: 0.75rem 0; }
.checkout-summary-value { font-weight: 600; }
.checkout-summary-total-value { color: var(--primary); }
.checkout-back-link { display: block; font-size: 0.8rem; }

/* ---- order-confirmation/index.php: inline-style extraction -------------- */
.order-confirmation-container { padding-top: 2rem; padding-bottom: 3rem; }
.order-confirmation-narrow { padding-top: 0; }
.order-confirmation-total-value { color: var(--primary); }
.order-confirmation-reference { font-size: 0.75rem; margin-top: 0.75rem; }

/* ---- items/index.php: inline-style extraction ------------------------- */
.items-detail-body { max-width: 640px; }
.items-detail-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; margin-bottom: 1.5rem; }
.items-detail-title { font-size: 1.6rem; }
.items-detail-desc { margin-top: 0.3rem; }
.items-detail-tag-row { display: inline-flex; margin-bottom: 1rem; }
.items-detail-wp-sub { font-size: 0.78rem; }
.items-detail-swatch-link { text-decoration: none; }
.items-detail-form-spaced { margin-top: 0.75rem; }
.items-detail-count { color: var(--primary); }
.items-detail-empty-reports { padding: 1.5rem 0; }
.items-detail-reporter-name { font-weight: 600; }
.items-detail-found-at { margin-top: 0.4rem; }
.items-detail-notes { margin-top: 0.2rem; }
.items-detail-report-photo { margin-top: 0.6rem; border-radius: 0.6rem; max-height: 160px; object-fit: cover; }
.items-detail-report-meta { font-size: 0.7rem; margin-top: 0.5rem; }

.items-detail-wp-theme-midnight { background: linear-gradient(170deg, #0d0d1a, #1a1040, #0d0d1a); }
.items-detail-wp-theme-midnight .wp-label1 { color: rgb(129, 140, 248); }
.items-detail-wp-theme-aurora { background: linear-gradient(170deg, #020c14, #042318, #020c14); }
.items-detail-wp-theme-aurora .wp-label1 { color: rgb(52, 211, 153); }
.items-detail-wp-theme-rose { background: linear-gradient(170deg, #130818, #2a0a2e, #130818); }
.items-detail-wp-theme-rose .wp-label1 { color: rgb(244, 114, 182); }
.items-detail-wp-theme-graphite { background: linear-gradient(170deg, #0a0a0f, #141420, #0a0a0f); }
.items-detail-wp-theme-graphite .wp-label1 { color: rgb(148, 163, 184); }
.items-detail-wp-theme-ocean { background: linear-gradient(170deg, #030d1a, #062040, #030d1a); }
.items-detail-wp-theme-ocean .wp-label1 { color: rgb(56, 189, 248); }
.items-detail-wp-theme-sunset { background: linear-gradient(170deg, #1a0a00, #2e1000, #1a0510); }
.items-detail-wp-theme-sunset .wp-label1 { color: rgb(251, 146, 60); }
.items-detail-wp-theme-forest { background: linear-gradient(170deg, #050f08, #0a1f10, #050f08); }
.items-detail-wp-theme-forest .wp-label1 { color: rgb(134, 239, 172); }
.items-detail-wp-theme-gold { background: linear-gradient(170deg, #0f0900, #1e1200, #0f0900); }
.items-detail-wp-theme-gold .wp-label1 { color: rgb(251, 191, 36); }

/* ---- tag/index.php: inline-style extraction ---------------------------- */
.tag-narrow { max-width: 460px; margin: 0 auto; padding: 2.5rem 20px 4rem; }
.icon-circle.tag-icon-success { background: #f0fdf4; }
.tag-thankyou-note { font-size: 0.78rem; }
.tag-found-label { text-transform: uppercase; font-size: 0.68rem; letter-spacing: .15em; font-weight: 600; }
.tag-item-title { margin-top: 0.5rem; }
.tag-code-pill { display: inline-block; font-family: 'JetBrains Mono', monospace; letter-spacing: 0.1em; }
.tag-form-intro { margin-bottom: 1.5rem; }

/* ---- login/index.php: inline-style extraction --------------------------- */
.login-support-note { font-size: 0.8rem; }

/* ---- dashboard/index.php: inline-style extraction ---------------------- */
.dashboard-plan-intro { max-width: 640px; margin: 0 auto 2.5rem; }
.dashboard-plan-heading { font-size: 1.6rem; margin-bottom: 0.5rem; }
.dashboard-pricing-grid { margin-bottom: 2rem; }
.dashboard-plan-cta-btn { width: 100%; border: none; cursor: pointer; }
.dashboard-plan-cta-disabled { opacity: .5; }
.dashboard-already-subscribed { font-size: 0.85rem; }
.dashboard-code-italic { font-style: italic; }
.dashboard-wp-sub { font-size: 0.78rem; }
.dashboard-wp-swatch-link { text-decoration: none; }
.dashboard-found-notice { font-size: 0.75rem; color: #c2410c; background: #fff7ed; border: 1px solid #fed7aa; border-radius: 0.7rem; padding: 0.5rem 0.7rem; }
.dashboard-inline-form { margin: 0; }
.dashboard-remove-btn { background: none; border: none; font-size: 0.72rem; cursor: pointer; padding: 0; }
.dashboard-register-details { margin-top: 2rem; }
.dashboard-register-summary { cursor: pointer; font-weight: 600; font-size: 0.9rem; }
.dashboard-register-desc { font-size: 0.8rem; margin: 0.75rem 0 1rem; }

.dashboard-wp-preview-midnight { background: linear-gradient(170deg, #0d0d1a, #1a1040, #0d0d1a); }
.dashboard-wp-preview-aurora   { background: linear-gradient(170deg, #020c14, #042318, #020c14); }
.dashboard-wp-preview-rose     { background: linear-gradient(170deg, #130818, #2a0a2e, #130818); }
.dashboard-wp-preview-graphite { background: linear-gradient(170deg, #0a0a0f, #141420, #0a0a0f); }
.dashboard-wp-preview-ocean    { background: linear-gradient(170deg, #030d1a, #062040, #030d1a); }
.dashboard-wp-preview-sunset   { background: linear-gradient(170deg, #1a0a00, #2e1000, #1a0510); }
.dashboard-wp-preview-forest   { background: linear-gradient(170deg, #050f08, #0a1f10, #050f08); }
.dashboard-wp-preview-gold     { background: linear-gradient(170deg, #0f0900, #1e1200, #0f0900); }

.dashboard-wp-accent-midnight { color: rgb(129,140,248); }
.dashboard-wp-accent-aurora   { color: rgb(52,211,153); }
.dashboard-wp-accent-rose     { color: rgb(244,114,182); }
.dashboard-wp-accent-graphite { color: rgb(148,163,184); }
.dashboard-wp-accent-ocean    { color: rgb(56,189,248); }
.dashboard-wp-accent-sunset   { color: rgb(251,146,60); }
.dashboard-wp-accent-forest   { color: rgb(134,239,172); }
.dashboard-wp-accent-gold     { color: rgb(251,191,36); }

/* ---- found/index.php: inline-style extraction --------------------------- */
.found-narrow { max-width: 480px; margin: 0 auto; padding: 2.5rem 20px 4rem; }
.found-thankyou { color: var(--primary); font-weight: 600; font-size: 0.85rem; }
.found-intro { margin-bottom: 2rem; }
.found-label { text-transform: uppercase; font-size: 0.68rem; letter-spacing: .15em; font-weight: 600; }
.found-label-desc { margin-bottom: 1.2rem; font-size: 0.85rem; }
.found-steps-grid { gap: 1.4rem; max-width: none; }

/* ---- admin/blog.php: inline-style extraction ---- */
.admin-blog-delete-panel { margin-bottom: 1.5rem; border-color: var(--destructive); }
.admin-blog-delete-text { margin: 0 0 1rem; }
.admin-blog-form-panel { margin-bottom: 1.5rem; }
.admin-blog-panel-heading { margin-bottom: 1rem; }
.admin-blog-note-spaced { margin-top: 0.4rem; }
.admin-blog-content-textarea { font-family: 'JetBrains Mono', monospace; font-size: 0.8rem; }
.admin-blog-image-preview { max-height: 100px; border-radius: 0.6rem; margin-top: 0.5rem; }
.admin-blog-actions-spaced { margin-top: 1rem; }
.admin-blog-empty { padding: 2rem 0; }
.admin-blog-row { display: flex; justify-content: space-between; align-items: center; gap: 1rem; flex-wrap: wrap; }
.admin-blog-row-main { min-width: 0; }
.admin-blog-row-title { font-weight: 600; margin: 0; }
.admin-blog-row-meta { font-size: 0.78rem; margin: 0.2rem 0 0; }
.admin-blog-tags-row { margin: 0.4rem 0 0; }
.admin-blog-tag-gap { margin-right: 0.3rem; }

/* ---- admin/products.php: inline-style extraction ---- */
.admin-products-delete-panel { margin-bottom: 1.5rem; border-color: var(--destructive); }
.admin-products-delete-text { margin: 0 0 1rem; }
.admin-products-form-panel { margin-bottom: 1.5rem; }
.admin-products-panel-heading { margin-bottom: 1rem; }
.admin-products-price-stock-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.admin-products-image-preview { max-height: 100px; border-radius: 0.6rem; margin-top: 0.5rem; }
.admin-products-empty { padding: 2rem 0; }
.admin-products-row { display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.admin-products-row-media { display: flex; align-items: center; gap: 0.8rem; min-width: 0; }
.admin-products-thumb { width: 48px; height: 48px; object-fit: cover; border-radius: 0.5rem; flex-shrink: 0; }
.admin-products-row-main { min-width: 0; }
.admin-products-row-title { font-weight: 600; margin: 0; }
.admin-products-row-meta { font-size: 0.78rem; margin: 0.2rem 0 0; }

/* ---- admin/subscribers.php: inline-style extraction ------------------- */
.admin-subscribers-heading { margin-bottom: 0.2rem; }
.admin-subscribers-subheading { font-size: 0.8rem; margin-bottom: 1.2rem; }
.admin-subscribers-empty { padding: 2rem 0; }
.admin-subscribers-row-head { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
.admin-subscribers-name { font-weight: 600; margin: 0; }
.admin-subscribers-email { font-size: 0.8rem; margin: 0.2rem 0 0; }
.admin-subscribers-uid { font-size: 0.75rem; font-family: 'JetBrains Mono', monospace; color: var(--primary); margin: 0.2rem 0 0; }
.admin-subscribers-plan { font-size: 0.75rem; margin: 0.2rem 0 0; }
.admin-subscribers-actions-top { align-items: flex-start; }
.admin-subscribers-joined { font-size: 0.75rem; align-self: center; }
.admin-subscribers-meta-row { margin-top: 0.6rem; padding-top: 0.6rem; border-top: 1px solid var(--border); display: flex; flex-wrap: wrap; gap: 1rem; font-size: 0.78rem; color: var(--muted-foreground); }

/* ---- how-to-use/index.php: inline-style extraction -------------------- */
.narrow-page.how-to-use-page { max-width: 760px; }
.narrow-page h1.how-to-use-title { margin-bottom: .5rem; }
.how-to-use-lead { margin-bottom: 2rem; line-height: 1.7; }
.how-to-use-title-flex { flex: 1; }

/* ---- includes/db.php: DB-unreachable fallback error page --------------- */
.db-error-body { font-family: system-ui, sans-serif; max-width: 640px; margin: 80px auto; padding: 0 20px; color: #111; }
.db-error-heading { font-size: 20px; }
.db-error-detail { color: #888; font-size: 13px; }

/* ---- faq/index.php: inline-style extraction ----------------------------- */
.faq-page-narrow { padding: 4rem 20px 5rem; margin: 0 auto; }
.faq-hero-heading { font-size: clamp(2rem, 4vw, 3rem); line-height: 1.1; }
.faq-cta-note { margin-bottom: 1.5rem; }

/* ---- founditem/index.php: inline-style extraction ---------------------- */
.founditem-page { max-width: 520px; margin: 0 auto; padding: 2.5rem 20px 4rem; }
.founditem-kindness-note { color: var(--primary); font-weight: 600; font-size: 0.85rem; }
.empty-state .icon-circle.founditem-icon-circle-success { background: #f0fdf4; }
.founditem-small-note { font-size: 0.8rem; }
.founditem-return-link { display: inline-block; }
.founditem-intro-text { margin-bottom: 1.5rem; }


.instagram-posts-image {
  flex: 1;
  min-width: 430px !important;
  text-align: center;
}

.instagram-posts-image__img {
  max-width: 440px !important;
  margin: 0 auto;
  border-radius: 1rem;
}

.simple-steps{
  font-size:clamp(1.9rem,4vw,2.75rem);
  line-height:1.1;
  margin-bottom:3rem;
}

.steps-icons-style{
  font-size:1.4rem;
}

.problems-grid {
  margin-bottom: 3rem;
}

.return-gap-card {
  background: linear-gradient(
          135deg,
          rgba(37, 99, 235, .05),
          rgba(37, 99, 235, .02)
  );
  border-color: rgba(37, 99, 235, .2);
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: center;
}

.return-gap-content {
  flex: 2;
  min-width: 260px;
}

.return-gap-content h3 {
  font-size: 1.4rem;
  margin-bottom: .75rem;
}

.return-gap-content p {
  line-height: 1.7;
}

.return-gap-image {
  flex: 1;
  min-width: 200px;
  text-align: center;
}

.return-gap-image img {
  max-width: 220px;
  margin: 0 auto;
  border-radius: 1rem;
}