[data-icon="luma"] { --src: url(/clubria-media/icons/luma.svg); }
[data-icon="meetup"] { --src: url(/clubria-media/icons/meetup.svg); }
[data-icon="eventbrite"] { --src: url(/clubria-media/icons/eventbrite.svg); }
[data-icon="whatsapp"] { --src: url(/clubria-media/icons/whatsapp.svg); }
[data-icon="telegram"] { --src: url(/clubria-media/icons/telegram.svg); }
[data-icon="slack"] { --src: url(/clubria-media/icons/slack.svg); }
[data-icon="notion"] { --src: url(/clubria-media/icons/notion.svg); }
[data-icon="stripe"] { --src: url(/clubria-media/icons/stripe.svg); }
[data-icon="mailchimp"] { --src: url(/clubria-media/icons/mailchimp.svg); }
[data-icon="mlops"] { --src: url(/clubria-media/icons/mlops.svg); }
[data-icon="n8n"] { --src: url(/clubria-media/icons/n8n.svg); }
[data-icon="datatalk"] { --src: url(/clubria-media/icons/datatalk.svg); }

[data-icon] {
  background: #fff;
  mask: var(--src) center / contain no-repeat;
  -webkit-mask: var(--src) center / contain no-repeat;
}
/* inline feature/step glyphs are stroked SVGs tinted via color, never masked */
.feature .icon, .step .icon { background: none; mask: none; -webkit-mask: none; }

.hero__art::before,
.hero__art::after {
  content: "";
  position: absolute;
  pointer-events: none;
}
.hero__art::before {
  inset: auto 90px 0 36px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .08), transparent);
}
.hero__art::after {
  left: 58px;
  right: 110px;
  bottom: 110px;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 114, 73, .6), rgba(165, 85, 247, .7) 30%, rgba(96, 165, 250, .72) 60%, rgba(61, 220, 132, .7) 82%, rgba(56, 216, 208, .72));
}
.hero__art .fanout__item:nth-child(1) { margin-left: 22px; }
.hero__art .fanout__item:nth-child(2) { margin-left: 8px; }
.hero__art .fanout__item:nth-child(3) { margin-left: 18px; }
.hero__art .fanout__item:nth-child(4) { margin-left: 4px; }
.hero__art .fanout__item:nth-child(5) { margin-left: 22px; }

.feature-grid .feature:nth-child(1) { box-shadow: 0 0 0 1px rgba(167, 139, 250, .12), 0 16px 40px rgba(0, 0, 0, .24); }
.feature-grid .feature:nth-child(2) { box-shadow: 0 0 0 1px rgba(244, 114, 182, .12), 0 16px 40px rgba(0, 0, 0, .24); }
.feature-grid .feature:nth-child(3) { box-shadow: 0 0 0 1px rgba(192, 132, 252, .12), 0 16px 40px rgba(0, 0, 0, .24); }
.feature-grid .feature:nth-child(4) { box-shadow: 0 0 0 1px rgba(232, 121, 249, .12), 0 16px 40px rgba(0, 0, 0, .24); }
.feature-grid .feature:nth-child(5) { box-shadow: 0 0 0 1px rgba(74, 222, 128, .12), 0 16px 40px rgba(0, 0, 0, .24); }
.feature-grid .feature:nth-child(6) { box-shadow: 0 0 0 1px rgba(96, 165, 250, .12), 0 16px 40px rgba(0, 0, 0, .24); }

.tools { padding-top: 54px; }
.tools h3 + .tool-row { margin-top: 0; }
.builders .section-head { margin-bottom: 18px; }
.footer__brand .brand span,
.brand span { display: inline-block; }

.nav__links a[aria-current="page"] { color: #fff; font-weight: 700; }

.subpage-hero,
.story-band,
.proof-strip,
.cta-final { position: relative; }
.subpage-hero { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: center; padding: 54px 0 26px; }
.subpage-hero h1,
.subpage-hero h2 { font-family: var(--font-head); letter-spacing: -.035em; line-height: 1.02; margin: 0; font-size: clamp(38px, 5vw, 62px); }
.subpage-hero h2 { font-size: clamp(30px, 4vw, 44px); }
.subpage-hero .lede { margin-top: 18px; }
.gradient-copy {
  margin: 8px 0 0;
  font-family: var(--font-head);
  font-size: 18px;
  line-height: 1.3;
  background: linear-gradient(90deg, var(--orange), var(--pink));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.eyebrow-pill {
  display: inline-flex; align-items: center; gap: 10px;
  margin: 0 0 14px; padding: 8px 12px;
  border-radius: 999px; background: rgba(255, 255, 255, .03);
  border: 1px solid var(--line); color: #efe9ff; font-size: 14px;
}
.eyebrow-pill span { width: 8px; height: 8px; border-radius: 50%; background: linear-gradient(180deg, #ff8b38, #e64aa0); box-shadow: 0 0 16px rgba(240, 86, 60, .65); }
.section-sub { color: #cdc8d7; margin: 10px 0 0; font-size: 15px; line-height: 1.6; }
.media-frame,
.fcard,
.plan,
.faq details,
.price-table,
.room-band,
.story-band,
.proof-strip {
  background: linear-gradient(180deg, var(--panel2), var(--panel1));
  border: 1px solid var(--line);
  box-shadow: 0 16px 40px rgba(0, 0, 0, .24);
}
.media-frame { border-radius: 18px; padding: 14px; overflow: hidden; }
.media-frame--device { padding: 16px; }
.media-frame video,
.media-frame img { width: 100%; height: auto; display: block; border-radius: 14px; }
.media-frame video { aspect-ratio: 16 / 10; object-fit: cover; background: #0f1219; }
.media-caption { margin: 10px 2px 0; color: var(--body); font-size: 13px; line-height: 1.5; }
.media-stack { display: grid; gap: 14px; }
.fcard { border-radius: 16px; padding: 18px; }
.fcard h3,
.plan h3 { margin: 0; font-family: var(--font-head); letter-spacing: -.03em; }
.fcard p,
.plan p,
.faq p,
.story-band p { margin: 10px 0 0; color: var(--body); line-height: 1.6; }
.feature-grid--modules { grid-template-columns: repeat(3, 1fr); }
.feature-grid--modules .feature { min-height: 176px; }
.feature-grid--modules .feature p { min-height: 72px; }
.gallery-grid,
.usecase-grid { display: grid; gap: 16px; }
.gallery-grid { grid-template-columns: repeat(3, 1fr); margin-top: 18px; }
.gallery-grid figure,
.room-band { border-radius: 18px; overflow: hidden; }
.gallery-grid figure { margin: 0; padding: 14px; background: linear-gradient(180deg, #16131c, #120f16); border: 1px solid var(--line); }
.gallery-grid img,
.room-band img,
.usecase__media img { width: 100%; height: 100%; object-fit: cover; border-radius: 14px; }
.gallery-grid figcaption,
.room-band figcaption,
.usecase__caption { margin-top: 10px; color: var(--body); font-size: 13px; line-height: 1.5; }
.cta-final { text-align: center; padding: 58px 0 44px; }
.cta-final p { margin: 14px auto 0; max-width: 56ch; color: var(--body); }
.plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 22px; }
.plan { border-radius: 18px; padding: 22px; }
.plan--featured { box-shadow: 0 0 0 1px rgba(240, 86, 60, .22), 0 18px 48px rgba(0, 0, 0, .28); transform: translateY(-4px); }
.plan .tag {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 10px; border-radius: 999px;
  background: rgba(240, 86, 60, .12); color: #ffd9cf; font-size: 12px; letter-spacing: .08em; text-transform: uppercase;
}
.plan .price { margin: 14px 0 0; font-family: var(--font-head); font-size: 44px; line-height: 1; }
.plan .price small { font-size: 15px; color: var(--body); font-family: var(--font-body); font-weight: 400; }
.plan ul,
.usecase ul,
.faq ul { margin: 16px 0 0; padding: 0; list-style: none; display: grid; gap: 10px; }
.plan li,
.usecase li,
.faq li { color: #ddd7e6; line-height: 1.45; padding-left: 18px; position: relative; font-size: 14px; }
.plan li::before,
.usecase li::before,
.faq li::before { content: "•"; position: absolute; left: 0; color: var(--orange); }
.compare-wrap { margin-top: 20px; overflow: auto; border-radius: 18px; }
.price-table { width: 100%; border-collapse: collapse; min-width: 680px; border-radius: 18px; overflow: hidden; }
.price-table th,
.price-table td { padding: 14px 16px; border-bottom: 1px solid rgba(255, 255, 255, .06); text-align: left; font-size: 14px; }
.price-table th { color: #f4effb; font-family: var(--font-head); font-size: 15px; background: rgba(255, 255, 255, .02); }
.price-table td { color: var(--body); }
.price-table td.yes { color: #b7f6d0; }
.price-table td.partial { color: #ffd9a8; }
.price-table td.no { color: #8d8797; }
.faq { display: grid; gap: 12px; margin-top: 20px; }
.faq details { border-radius: 14px; padding: 16px 18px; }
.faq summary { cursor: pointer; list-style: none; font-family: var(--font-head); }
.faq summary::-webkit-details-marker { display: none; }
.faq details p { margin-top: 10px; }
.story-band,
.proof-strip,
.room-band { border-radius: 18px; }
.story-band { display: grid; gap: 16px; padding: 22px; }
.proof-strip { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; margin-top: 22px; padding: 20px; }
.proof-strip div { padding: 8px 12px; border-right: 1px solid rgba(255, 255, 255, .06); }
.proof-strip div:last-child { border-right: 0; }
.proof-strip strong { display: block; font-family: var(--font-head); font-size: 36px; line-height: 1; }
.proof-strip span { display: block; margin-top: 10px; color: var(--body); font-size: 14px; }
.usecase-grid { margin-top: 18px; }
.usecase {
  display: grid; grid-template-columns: 1.02fr .98fr; gap: 18px;
  align-items: center; padding: 18px; border-radius: 18px;
}
.usecase--reverse .usecase__copy { order: 2; }
.usecase--reverse .usecase__media { order: 1; }
.usecase__copy h3,
.room-band h3 { margin: 0; font-family: var(--font-head); font-size: 26px; letter-spacing: -.03em; }
.usecase__media { min-height: 280px; }
.usecase__media img { height: 100%; }
.room-band { margin-top: 18px; padding: 14px; }

@media (max-width: 1100px) {
  .subpage-hero,
  .usecase { grid-template-columns: 1fr; }
  .feature-grid--modules,
  .plans,
  .gallery-grid,
  .proof-strip { grid-template-columns: repeat(2, 1fr); }
  .usecase--reverse .usecase__copy,
  .usecase--reverse .usecase__media { order: initial; }
}

@media (max-width: 640px) {
  .feature-grid--modules,
  .plans,
  .gallery-grid,
  .proof-strip { grid-template-columns: 1fr; }
  .plan--featured { transform: none; }
  .proof-strip div { border-right: 0; border-top: 1px solid rgba(255, 255, 255, .06); }
  .proof-strip div:first-child { border-top: 0; }
}

/* Platform logos are now full-color app-icon tiles in /icons/tiles/*.svg (see gen-tiles).
   Only the trusted-by community marks (mlops/n8n/datatalk) still use the monochrome [data-icon] mask. */

/* ---- Motion + polish (progressive enhancement via clubria-anim.js) ---- */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .7s cubic-bezier(.22,.61,.36,1); transition-delay: var(--d, 0ms); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1 !important; transform: none !important; } }

.scrollbar { position: fixed; top: 0; left: 0; height: 3px; width: 100%; transform: scaleX(0); transform-origin: 0 50%; background: linear-gradient(90deg, var(--orange), var(--pink), var(--purple)); z-index: 60; }
.nav { transition: box-shadow .3s ease, background .3s ease; }
.nav.scrolled { box-shadow: 0 10px 34px rgba(0, 0, 0, .5); }

/* hover life on cards, plans, tiles */
.feature, .fcard, .plan, .quote, .tool, .city, .usecase { transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease; }
.feature:hover, .fcard:hover, .plan:hover, .quote:hover { transform: translateY(-4px); }
.tool { transition: transform .2s ease; }
.tool:hover { transform: translateY(-2px); }
.appicon, .tool img, .mini-row img { transition: transform .25s ease; }
.fanout__item:hover .appicon { transform: scale(1.07) rotate(-3deg); }
.btn { transition: transform .18s ease, box-shadow .18s ease, filter .18s ease; }
.btn--accent:hover { transform: translateY(-2px); box-shadow: 0 18px 44px rgba(240, 86, 60, .34); }
.btn--ghost:hover { border-color: rgba(255, 255, 255, .22); }

/* gentle float on the hero event card + pulsing synced dots + flowing streams */
.event-card { animation: floatY 7s ease-in-out infinite; }
@keyframes floatY { 0%,100% { transform: rotate(-2deg) translateY(0); } 50% { transform: rotate(-2deg) translateY(-9px); } }
.synced span, .event-card__eyebrow { animation: pulseGlow 2.6s ease-in-out infinite; }
@keyframes pulseGlow { 0%,100% { opacity: 1; } 50% { opacity: .55; } }
.hero-streams { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 0; pointer-events: none; filter: drop-shadow(0 0 7px rgba(168, 85, 247, .3)); animation: breathe 8s ease-in-out infinite; }
.hero-streams path { stroke-dasharray: 220 600; animation: flow 6s linear infinite; }
.hero-streams path:nth-child(2) { animation-duration: 7.5s; }
.hero-streams path:nth-child(4) { animation-duration: 5s; }
.hero-streams circle { transform-box: fill-box; transform-origin: center; animation: twinkle 3.4s ease-in-out infinite; }
.hero-streams circle:nth-child(odd) { animation-delay: 1.3s; }
@keyframes flow { to { stroke-dashoffset: -820; } }
@keyframes twinkle { 0%,100% { opacity: .95; } 50% { opacity: .4; transform: scale(.8); } }
@keyframes breathe { 0%,100% { opacity: .85; } 50% { opacity: 1; } }
.event-card, .fanout__item { position: relative; z-index: 1; }
@media (prefers-reduced-motion: reduce) { .event-card, .synced span, .hero-streams path, .hero-streams circle, .event-card__eyebrow { animation: none; } }

/* Before/after comparison */
.compare { padding-top: 8px; }
.compare-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 6px; }
.compare-col { border-radius: 18px; padding: 24px 26px; background: linear-gradient(180deg, var(--panel2), var(--panel1)); border: 1px solid var(--line); }
.compare-col h3 { margin: 0 0 16px; font-family: var(--font-head); font-size: 21px; letter-spacing: -.02em; }
.compare-col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 13px; }
.compare-col li { position: relative; padding-left: 30px; color: #cdc8d7; line-height: 1.5; font-size: 15px; }
.compare-col li::before { position: absolute; left: 0; top: -1px; width: 20px; height: 20px; border-radius: 50%; display: grid; place-items: center; font-size: 12px; font-weight: 700; }
.compare-col--old h3 { color: #ff9d8f; }
.compare-col--old li::before { content: "✕"; background: rgba(239, 106, 90, .16); color: #ff8f7d; }
.compare-col--new { box-shadow: 0 0 0 1px rgba(61, 220, 132, .2), 0 18px 48px rgba(0, 0, 0, .3); }
.compare-col--new h3 { color: #5fe3a0; }
.compare-col--new li::before { content: "✓"; background: rgba(61, 220, 132, .16); color: var(--green); }

.faq-home { padding-top: 12px; }
.faq-home .faq { max-width: 860px; margin-inline: auto; }
@media (max-width: 820px) { .compare-grid { grid-template-columns: 1fr; } }

/* Intricate hero connectors (drawn by clubria-anim.js). Hide the old faint stubs. */
.fanout__item::after { display: none !important; }
.hero__art::before { display: none; }
.hero-conn { position: absolute; inset: 0; z-index: 0; pointer-events: none; overflow: visible; }
.hero-conn .conn-lines path { fill: none; stroke: rgba(198, 188, 224, .32); stroke-width: 1.4; stroke-dasharray: 4 5; stroke-linecap: round; animation: connflow 5s linear infinite; }
.hero-conn .node { fill: #c9b6ff; }
.hero-conn .halo { fill: #a855f7; opacity: .22; animation: pulseGlow 2.8s ease-in-out infinite; }
.hero-conn .trunk { fill: #ffb08a; }
.hero-conn .trunkhalo { fill: #f0563c; opacity: .22; animation: pulseGlow 2.8s ease-in-out infinite; }
@keyframes connflow { to { stroke-dashoffset: -180; } }
@media (prefers-reduced-motion: reduce) { .hero-conn .conn-lines path, .hero-conn .halo, .hero-conn .trunkhalo { animation: none; } }

.hero__art::after { display: none; }

/* align sync-rail chips so connector branches land cleanly */
.hero__art .fanout__item { margin-left: 0 !important; }

/* connector tree refinement */
.hero-conn .spine { stroke: rgba(198, 188, 224, .3); stroke-width: 1.3; stroke-dasharray: none; animation: none; }
.hero-conn .trunk-line { stroke: rgba(255, 180, 140, .5); stroke-width: 1.5; }
.hero-conn .jnode { fill: #c9b6ff; opacity: .7; }

/* keep streams as a subtle backdrop so the connector tree stays the focus */
.hero-streams { animation: breatheSoft 9s ease-in-out infinite; filter: drop-shadow(0 0 6px rgba(168,85,247,.2)); }
@keyframes breatheSoft { 0%,100% { opacity: .38; } 50% { opacity: .52; } }
.hero-conn .node { fill: #d7c6ff; }
.hero-conn .halo { opacity: .3; }

/* Book-a-demo modal */
.modal { border: 0; padding: 0; background: transparent; color: var(--text); max-width: 560px; width: calc(100% - 32px); border-radius: 20px; }
.modal::backdrop { background: rgba(6, 5, 10, .72); backdrop-filter: blur(6px); }
.modal[open] { animation: modalIn .28s cubic-bezier(.22,.61,.36,1); }
@keyframes modalIn { from { opacity: 0; transform: translateY(14px) scale(.98); } to { opacity: 1; transform: none; } }
.modal__card { position: relative; background: linear-gradient(180deg, #17141d, #100e15); border: 1px solid var(--line); border-radius: 20px; padding: 30px 30px 26px; box-shadow: 0 40px 100px rgba(0,0,0,.6); }
.modal__x { position: absolute; top: 14px; right: 16px; width: 34px; height: 34px; border: 0; border-radius: 10px; background: rgba(255,255,255,.05); color: #cfc9db; font-size: 20px; cursor: pointer; line-height: 1; }
.modal__x:hover { background: rgba(255,255,255,.1); }
.modal__eyebrow { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 12px; padding: 6px 12px; border-radius: 999px; background: rgba(240,86,60,.12); color: #ffd9cf; font-size: 13px; letter-spacing: .04em; }
.modal__eyebrow span { width: 7px; height: 7px; border-radius: 50%; background: linear-gradient(180deg,#ff8b38,#e64aa0); box-shadow: 0 0 12px rgba(240,86,60,.7); }
.modal__card h3 { margin: 0; font-family: var(--font-head); font-size: 26px; letter-spacing: -.03em; }
.modal__sub { margin: 8px 0 18px; color: var(--body); font-size: 14px; line-height: 1.5; }
.modal__card label { display: block; font-size: 13px; color: #cdc8d7; margin-bottom: 12px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.modal__card input, .modal__card textarea { width: 100%; margin-top: 6px; padding: 11px 13px; border-radius: 11px; border: 1px solid var(--line); background: rgba(255,255,255,.03); color: #fff; font: inherit; font-size: 14px; outline: 0; }
.modal__card input:focus, .modal__card textarea:focus { border-color: rgba(240,86,60,.5); box-shadow: 0 0 0 3px rgba(240,86,60,.14); }
.modal__submit { width: 100%; justify-content: center; margin-top: 4px; }
.modal__fine { margin: 12px 0 0; text-align: center; color: var(--small); font-size: 12px; }
.modal__done { text-align: center; padding: 14px 6px 6px; }
.modal__check { width: 56px; height: 56px; margin: 0 auto 16px; border-radius: 50%; display: grid; place-items: center; font-size: 26px; color: #fff; background: linear-gradient(180deg,#25cc6f,#17a74e); box-shadow: 0 0 0 8px rgba(61,220,132,.12); }
.modal__done p { max-width: 40ch; margin: 10px auto 20px; color: var(--body); line-height: 1.55; }
@media (max-width: 520px) { .field-row { grid-template-columns: 1fr; } .modal__card { padding: 26px 20px 22px; } }

/* real product screenshot in the 'Built for community builders' section */
.mock-shot { margin: 0; border-radius: 16px; overflow: hidden; border: 1px solid var(--line); background: #0f0d14; box-shadow: 0 24px 64px rgba(0,0,0,.45); }
.mock-shot img { display: block; width: 100%; height: auto; }

/* 2-step signup form */
.modal--wide { max-width: 640px; }
.signup-card { position: relative; background: linear-gradient(180deg,#17141d,#100e15); border: 1px solid var(--line); border-radius: 20px; padding: 26px 30px 20px; box-shadow: 0 40px 100px rgba(0,0,0,.6); max-height: 88vh; overflow: auto; }
.signup-head { display: flex; align-items: center; justify-content: space-between; }
.step-dots { display: flex; gap: 7px; }
.step-dots i { width: 24px; height: 5px; border-radius: 3px; background: rgba(255,255,255,.12); transition: .2s; }
.step-dots i.on { background: linear-gradient(90deg, var(--pink), var(--orange)); }
.step-dots i.done { background: var(--green); }
.signup-card h3 { margin: 10px 0 2px; font-family: var(--font-head); font-size: 24px; letter-spacing: -.03em; }
.signup-card h4 { margin: 20px 0 10px; font-size: 15px; font-weight: 600; color: #efe9f5; }
.grp-label { margin: 13px 0 8px; font-size: 12px; letter-spacing: .06em; text-transform: uppercase; color: var(--small); }
.chips { display: flex; flex-wrap: wrap; gap: 9px; }
.chip { display: inline-flex; align-items: center; gap: 8px; padding: 9px 15px; border-radius: 11px; border: 1px solid var(--line); background: rgba(255,255,255,.02); color: #e7e2ef; font: inherit; font-size: 14px; cursor: pointer; transition: border-color .15s, background .15s, transform .12s; }
.chip:hover { border-color: rgba(255,255,255,.22); transform: translateY(-1px); }
.chip.on { border-color: transparent; background: linear-gradient(180deg, rgba(240,86,60,.24), rgba(230,74,160,.18)); box-shadow: inset 0 0 0 1px rgba(240,86,60,.55); color: #fff; }
.chip--icon img { width: 20px; height: 20px; border-radius: 6px; }
.reveal-block { margin-top: 12px; }
.reveal-block input, .email-field input { width: 100%; margin-top: 6px; padding: 11px 13px; border-radius: 11px; border: 1px solid var(--line); background: rgba(255,255,255,.03); color: #fff; font: inherit; font-size: 14px; outline: 0; }
.reveal-block input:focus, .email-field input:focus { border-color: rgba(240,86,60,.5); box-shadow: 0 0 0 3px rgba(240,86,60,.14); }
.email-field { display: block; margin-top: 22px; font-size: 13px; color: #cdc8d7; }
.email-field input.bad { border-color: #ef6a5a; box-shadow: 0 0 0 3px rgba(239,106,90,.16); }
.signup-nav { display: flex; align-items: center; gap: 12px; margin-top: 24px; }
.signup-spacer { flex: 1; }
.signup-done { text-align: center; padding: 14px 4px 6px; }
.signup-done p { max-width: 44ch; margin: 10px auto 20px; color: var(--body); line-height: 1.55; }
.nudge { animation: nudge .42s; }
@keyframes nudge { 0%,100% { transform: none; } 25% { transform: translateX(-5px); } 75% { transform: translateX(5px); } }

.btn[hidden] { display: none !important; }

/* Abstract clubria hub dashboard mock (Built for community builders) */
.hubmock { margin: 0; border-radius: 18px; border: 1px solid var(--line); background: radial-gradient(circle at 50% 25%, #15121d, #0b0a10); box-shadow: 0 24px 64px rgba(0,0,0,.45); padding: 30px 26px 24px; }
.hm-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 11px; grid-auto-rows: 54px; }
.hm-card { border-radius: 12px; border: 1px solid rgba(255,255,255,.06); background: linear-gradient(180deg, #191622, #131019); padding: 12px 14px; display: flex; flex-direction: column; justify-content: center; gap: 7px; box-shadow: 0 0 22px rgba(120,90,200,.05); }
.hm-wide { grid-column: span 2; }
.hm-stat { justify-content: center; font-family: var(--font-head); font-size: 22px; color: #efeaf6; }
.hm-stat::after { content: ""; display: block; width: 32px; height: 3px; border-radius: 2px; margin-top: 7px; background: rgba(255,255,255,.16); }
.hm-line { height: 6px; border-radius: 3px; background: rgba(255,255,255,.1); }
.w80{width:80%}.w75{width:75%}.w70{width:70%}.w60{width:60%}.w55{width:55%}.w50{width:50%}.w45{width:45%}.w40{width:40%}
.hm-prog { height: 7px; border-radius: 4px; width: 70%; background: linear-gradient(90deg, #3ddc84, #2aa563); box-shadow: 0 0 14px rgba(61,220,132,.4); }
.hm-prog.hm-blue { width: 78%; background: linear-gradient(90deg, #5b8dff, #3b5bdb); box-shadow: 0 0 14px rgba(91,141,255,.4); }
.hm-dots { flex-direction: row; align-items: center; gap: 7px; }
.hm-dots i { width: 11px; height: 11px; border-radius: 50%; }
.hm-dots i:nth-child(1){background:#7d4dff}.hm-dots i:nth-child(2){background:#ff8b6a}.hm-dots i:nth-child(3){background:#3ddc84}.hm-dots i:nth-child(4){background:#5b8dff}
.hm-bars { grid-row: span 2; flex-direction: row; align-items: flex-end; gap: 6px; padding-bottom: 14px; }
.hm-bars span { flex: 1; border-radius: 3px 3px 0 0; background: linear-gradient(180deg, #4ee39a, #1f9d5f); }
.hm-bars span:nth-child(1){height:40%}.hm-bars span:nth-child(2){height:66%}.hm-bars span:nth-child(3){height:50%}.hm-bars span:nth-child(4){height:88%}.hm-bars span:nth-child(5){height:60%}
.hm-bars.hm-purple span { background: linear-gradient(180deg, #b58bff, #7d4dff); }
.hm-brand { text-align: center; margin-top: 24px; }
.hm-brand b { display: block; font-family: var(--font-head); font-size: 26px; color: #8b8594; letter-spacing: -.02em; }
.hm-brand span { font-size: 13px; color: #6c6778; }
.hm-brand em { font-style: normal; color: #3ddc84; font-weight: 600; }
