/* JUUCEWORLD presentation layer over the local Finapp theme. */
.juuceworld-site, .juuceworld-app {
    --jw-green: #14e03d; --jw-bg: #121416; --jw-surface: #1c1f23;
    --jw-raised: #262a2e; --jw-text: #f3f4f5; --jw-muted: #b2b7bd; --jw-line: #c4c8ce23;
    --bs-primary: #14e03d; --bs-primary-rgb: 20,224,61; --bs-body-color: #f3f4f5;
    --bs-body-bg: #121416; --bs-border-color: #c4c8ce23; --border-color: #c4c8ce23; --body-color: #34393f;
    margin: 0; background: var(--jw-bg); color: var(--jw-text); color-scheme: dark;
    font-family: "Poppins", sans-serif; font-size: 14px; line-height: 1.65;
}
.juuceworld-site *, .juuceworld-app * { box-sizing: border-box; }
:is(.juuceworld-site,.juuceworld-app) h1, :is(.juuceworld-site,.juuceworld-app) h2, :is(.juuceworld-site,.juuceworld-app) h3, :is(.juuceworld-site,.juuceworld-app) h4, :is(.juuceworld-site,.juuceworld-app) h5, :is(.juuceworld-site,.juuceworld-app) h6 { color: var(--jw-text); }
:is(.juuceworld-site,.juuceworld-app) a { color: var(--jw-green); }
:is(.juuceworld-site,.juuceworld-app) a:hover { color: #7af691; }
:is(.juuceworld-site,.juuceworld-app) :focus-visible { outline: 2px solid var(--jw-green); outline-offset: 5px; }
:is(.juuceworld-site,.juuceworld-app) .btn { border-radius: 14px; font-weight: 600; gap: 10px; min-height: 44px; }
:is(.juuceworld-site,.juuceworld-app) .btn-primary { background: var(--jw-green) !important; border-color: var(--jw-green) !important; color: #07210e !important; }
:is(.juuceworld-site,.juuceworld-app) .btn-primary:hover { background: #6ff288 !important; border-color: #6ff288 !important; }
:is(.juuceworld-site,.juuceworld-app) .btn-outline-primary { background: transparent !important; border-color: #66ce8150 !important; color: var(--jw-green) !important; }
:is(.juuceworld-site,.juuceworld-app) .text-muted, .juuceworld-app .text-secondary { color: var(--jw-muted) !important; }
.jw-icon { width: 24px; height: 24px; flex: 0 0 24px; vertical-align: middle; }
.jw-brand { display: inline-flex; align-items: center; flex-shrink: 0; }
.jw-brand img { display: block; width: 156px; height: auto; }
.jw-skip { position: fixed; top: -100px; left: 16px; padding: 10px 18px; background: #1c1f23; z-index: 10000; border: 1px solid #14e03d; border-radius: 8px; }
.jw-skip:focus { top: 10px; }
.jw-icon-button { display: inline-grid; place-items: center; min-width: 44px; height: 44px; padding: 8px; background: transparent; color: var(--jw-text); border: 1px solid var(--jw-line); border-radius: 12px; }
.jw-tile-icon { display: inline-grid; place-items: center; width: 52px; height: 52px; flex: 0 0 52px; border-radius: 16px; background: #14e03d15; color: var(--jw-green); border: 1px solid #14e03d20; }
.jw-eyebrow { display: inline-flex; align-items: center; gap: 9px; font-size: 11px; font-weight: 600; letter-spacing: 2px; color: var(--jw-green); }
.jw-status-dot { width: 6px; height: 6px; display: inline-block; border-radius: 50%; background: var(--jw-green); box-shadow: 0 0 0 4px #14e03d10; }
.jw-text-link { display: inline-flex; align-items: center; gap: 12px; font-weight: 500; }
.jw-container { width: min(1180px, calc(100% - 80px)); margin-inline: auto; }
.jw-site-header { position: sticky; top: 0; z-index: 100; background: #121416ef; backdrop-filter: blur(16px); border-bottom: 1px solid var(--jw-line); }
.jw-site-nav { display: flex; align-items: center; justify-content: space-between; min-height: 88px; gap: 32px; }
.jw-site-nav nav { display: flex; align-items: center; gap: 34px; }
.jw-site-nav nav a { color: var(--jw-muted); font-size: 13px; font-weight: 500; padding-block: 12px; }
.jw-site-nav nav a.active, .jw-site-nav nav a:hover { color: var(--jw-green); }
.jw-site-nav nav .jw-nav-login { margin-left: 26px; color: var(--jw-text); display: flex; align-items: center; gap: 22px; }
.jw-menu-toggle { display: none; }
.jw-hero { position: relative; overflow: hidden; background: radial-gradient(ellipse at 75% 28%, #3b414860, transparent 58%); }
.jw-hero-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 30px; align-items: center; min-height: 624px; padding-block: 68px; }
.jw-hero h1 { font-size: clamp(45px,5.1vw,72px); line-height: 1.12; letter-spacing: -3px; margin: 25px 0 24px; font-weight: 600; }
.jw-hero h1 span { color: var(--jw-green); }
.jw-hero-copy > p { font-size: 16px; line-height: 1.9; color: var(--jw-muted); margin-bottom: 32px; }
.jw-hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 26px; }
.jw-hero-actions .btn { min-height: 54px; padding-inline: 24px; }
.jw-hero-actions .jw-text-link { font-size: 13px; color: var(--jw-text); }
.jw-hero-note { display: flex; gap: 9px; align-items: flex-start; font-size: 11px; color: var(--jw-muted); margin-top: 35px; }
.jw-hero-note .jw-icon { color: var(--jw-green); width: 16px; height: 16px; flex-basis: 16px; margin-top: 2px; }
.jw-hero-note a { color: var(--jw-text); text-decoration: underline; text-underline-offset: 3px; }
.jw-charge-scene { position: relative; height: 450px; isolation: isolate; }
.jw-charge-scene::before { content: ""; position: absolute; width: 72%; aspect-ratio: 1; left: 14%; top: 8%; border-radius: 50%; background: radial-gradient(circle at 32% 25%, #286f4050, #082f1b90 60%, #061d1400); border: 1px solid #5da97425; box-shadow: inset -20px -30px 60px #001b1480; }
.jw-orbit { position: absolute; inset: 18% -3% 28%; border: 1px solid #65c87c35; border-radius: 50%; transform: rotate(-30deg); }
.jw-orbit-two { inset: 4% 28% 7%; transform: rotate(38deg); border-color: #65c87c20; }
.jw-energy-core { position: absolute; top: 60px; left: calc(50% - 62px); width: 124px; height: 220px; color: var(--jw-green); transform: rotate(12deg); filter: drop-shadow(0 0 28px #14e03d35); }
.jw-energy-core svg { width: 100%; height: 100%; }
.jw-orbit-card { position: absolute; display: flex; align-items: center; gap: 13px; background: linear-gradient(125deg,#2b3036f5,#1c1f23f5); box-shadow: 0 16px 45px #00000070; border: 1px solid #c4c8ce30; border-radius: 18px; padding: 15px 20px; }
.jw-orbit-card small { display: block; font-size: 9px; color: var(--jw-muted); letter-spacing: 1.4px; margin-bottom: 3px; }
.jw-orbit-card strong { font-size: 14px; font-weight: 500; color: var(--jw-text); }
.jw-orbit-card .jw-tile-icon { width: 42px; height: 42px; flex-basis: 42px; border-radius: 12px; }
.jw-orbit-wallet { left: -4px; top: 240px; transform: rotate(-6deg); }
.jw-orbit-community { right: -4px; top: 103px; transform: rotate(7deg); }
.jw-scene-caption { position: absolute; bottom: 24px; width: 100%; text-align: center; letter-spacing: 3px; font-size: 9px; color: #969ea8; }
.jw-scene-caption .jw-status-dot { margin-right: 10px; width: 4px; height: 4px; }
.jw-orbit-spark { position: absolute; top: 22px; left: 18%; color: var(--jw-green); }
.jw-feature-strip { display: flex; justify-content: space-between; padding: 28px 20px; border-block: 1px solid var(--jw-line); gap: 24px; }
.jw-feature-strip span { display: flex; align-items: center; gap: 12px; color: var(--jw-muted); font-size: 13px; }
.jw-feature-strip .jw-icon { width: 20px; height: 20px; color: #a0a8b2; }
.jw-site-section { padding-block: 96px; scroll-margin-top: 90px; }
.juuceworld-site section[id] { scroll-margin-top: 88px; }
.juuceworld-site h2 { font-size: clamp(28px,3vw,40px); line-height: 1.3; letter-spacing: -1.25px; font-weight: 500; margin: 18px 0 22px; }
.jw-section-intro { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; margin-bottom: 30px; }
.jw-section-intro > p, .jw-community-panel p, .jw-faq-section > div > p { color: var(--jw-muted); line-height: 1.85; }
.jw-feature-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.jw-feature-card { background: linear-gradient(135deg,#25292e,#1b1e22); border: 1px solid var(--jw-line); border-radius: 24px; padding: 30px; position: relative; }
.jw-card-number { position: absolute; top: 38px; right: 28px; color: #8a929c; font-size: 11px; letter-spacing: 2px; }
.jw-feature-card h3 { font-size: 20px; line-height: 1.45; font-weight: 500; margin: 26px 0 14px; letter-spacing: -.5px; }
.jw-feature-card p { color: var(--jw-muted); font-size: 13px; line-height: 1.85; margin-bottom: 28px; }
.jw-feature-card > a { display: inline-flex; align-items: center; gap: 12px; font-size: 12px; }
.jw-feature-card > a .jw-icon { width: 18px; height: 18px; }
.jw-steps-section { padding: 72px 0 82px; background: #181b1e; border-block: 1px solid var(--jw-line); }
.jw-steps-section .jw-section-intro { align-items: center; }
.jw-steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 50px; padding: 0; margin: 30px 0 0; list-style: none; }
.jw-step-number { display: block; padding-bottom: 24px; border-bottom: 1px solid #c4c8ce40; color: var(--jw-green); font-size: 13px; }
.jw-steps h3 { font-size: 17px; font-weight: 500; margin: 24px 0 12px; }
.jw-steps p { font-size: 13px; color: var(--jw-muted); margin: 0; }
.jw-community-panel { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 90px; }
.jw-team-art { border: 1px solid var(--jw-line); background: radial-gradient(ellipse at 50% 30%,#28563577,transparent 70%); border-radius: 32px; min-height: 340px; padding: 46px 30px; }
.jw-team-root { width: 74px; height: 74px; margin: auto; display: grid; place-items: center; border-radius: 24px; background: var(--jw-green); color: #121416; box-shadow: 0 0 55px #14e03d20; position: relative; }
.jw-team-root .jw-icon { width: 32px; height: 32px; }
.jw-team-root::after { content: ""; position: absolute; height: 37px; width: 1px; background: #4e955e; left: 50%; top: 100%; }
.jw-team-branches { display: flex; justify-content: space-between; margin: 36px 28px 0; border-top: 1px solid #4e955e; }
.jw-team-branches > span { position: relative; display: grid; place-items: center; margin-top: 30px; width: 62px; height: 62px; border-radius: 19px; background: #1c422b; color: var(--jw-green); border: 1px solid #57996665; }
.jw-team-branches > span::before { content: ""; position: absolute; width: 1px; height: 31px; background: #4e955e; top: -31px; }
.jw-team-branches > span:first-child { margin-left: -31px; }
.jw-team-branches > span:last-child { margin-right: -31px; }
.jw-team-labels { display: flex; justify-content: space-between; margin-top: 19px; font-size: 8px; letter-spacing: 1.4px; color: var(--jw-muted); }
.jw-community-panel .jw-text-link { margin-top: 12px; }
.jw-faq-section { padding-top: 0; display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; }
.jw-faq-list details { border-bottom: 1px solid var(--jw-line); padding: 22px 0; }
.jw-faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; list-style: none; cursor: pointer; color: var(--jw-text); font-size: 14px; font-weight: 500; }
.jw-faq-list summary::-webkit-details-marker { display: none; }
.jw-faq-list summary span { color: var(--jw-green); font-size: 22px; font-weight: 300; }
.jw-faq-list details[open] summary span { transform: rotate(45deg); }
.jw-faq-list details p { margin: 14px 30px 0 0; color: var(--jw-muted); font-size: 13px; }
.jw-join-section { padding-bottom: 90px; }
.jw-join-panel { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 70px; border: 1px solid #c4c8ce3a; border-radius: 30px; padding: 54px 60px; background: radial-gradient(ellipse at 0 0,#50565e40,transparent 65%),#1e2226; }
.jw-join-panel h2 { font-size: 42px; margin-bottom: 18px; }
.jw-join-panel p { color: var(--jw-muted); font-size: 15px; }
.jw-join-panel .jw-text-link { margin-top: 15px; font-size: 12px; }
.jw-join-form { display: flex; flex-direction: column; }
.jw-join-form label { font-size: 12px; color: var(--jw-text); margin: 0 0 8px; }
.jw-join-form input, .jw-join-form select { width: 100%; background: #15181b; border: 1px solid #737a8370; border-radius: 13px; padding: 15px 14px; margin-bottom: 18px; color: var(--jw-text); font: inherit; font-size: 12px; min-height: 50px; }
.jw-join-form input::placeholder { color: #a0a6ae; }
.jw-join-form .btn { min-height: 52px; justify-content: space-between; padding-inline: 18px; }
.jw-join-form small { font-size: 10px; color: var(--jw-muted); text-align: center; margin-top: 13px; }
.jw-site-footer { border-top: 1px solid var(--jw-line); padding-block: 34px; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.jw-site-footer .jw-brand img { width: 112px; }
.jw-site-footer p { margin: 0; font-size: 11px; color: var(--jw-muted); }
.jw-site-footer > a:last-child { font-size: 11px; color: var(--jw-muted); }

/* Member shell: Finapp appHeader / appCapsule / panelbox / appBottomMenu. */
.juuceworld-app { background: radial-gradient(ellipse at 12% 0,#3b414850,transparent 60%),#121416; min-height: 100vh; }
.juuceworld-app .jw-app-header { background: #171a1df5; border-bottom: 1px solid var(--jw-line); height: 74px; padding: 0 max(20px,calc((100vw - 1180px)/2)); backdrop-filter: blur(14px); box-shadow: none; }
.juuceworld-app .jw-app-header::before { display: none; }
.juuceworld-app .jw-app-header .left, .juuceworld-app .jw-app-header .right { position: static; height: auto; padding: 0; gap: 12px; }
.juuceworld-app .jw-app-header .left { margin-right: auto; }
.juuceworld-app .jw-app-header .right { margin-left: auto; }
.juuceworld-app .jw-app-header .headerButton { color: var(--jw-text); background: none; border: 0; min-width: 40px; height: 44px; padding: 0; }
.juuceworld-app .jw-app-header .pageTitle { color: var(--jw-muted); font-size: 13px; font-weight: 400; }
.jw-avatar { width: 36px; height: 36px; border-radius: 50%; object-fit: cover; background: #30363c; }
.juuceworld-app #appCapsule { width: min(1180px,calc(100% - 48px)); margin: 0 auto; padding: 100px 0 110px; animation: none; min-height: 100vh; }
.juuceworld-app .jw-sidebar .modal-dialog { max-width: 340px; }
.juuceworld-app .jw-sidebar .modal-content { background: var(--jw-surface); border-right: 1px solid var(--jw-line); }
.juuceworld-app .jw-sidebar .modal-header { padding: 22px; border-bottom: 1px solid var(--jw-line); }
.juuceworld-app .jw-sidebar .modal-title { font-size: 16px; font-weight: 500; }
.juuceworld-app .jw-sidebar .modal-body { padding: 0 18px 26px; }
.jw-profile { display: flex; align-items: center; gap: 13px; padding: 26px 5px; }
.jw-profile .jw-avatar { width: 48px; height: 48px; }
.jw-profile strong { display: block; color: var(--jw-text); font-size: 14px; }
.jw-profile small { color: var(--jw-muted); font-size: 11px; overflow-wrap: anywhere; }
.jw-sidebar-balance { display: flex; align-items: center; gap: 12px; padding: 15px; border-radius: 16px; background: #14e03d14; font-size: 12px; }
.jw-sidebar-balance .jw-icon:last-child { margin-left: auto; width: 18px; }
.juuceworld-app .jw-nav-label { margin: 27px 12px 8px; color: #969ea8; font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase; }
.juuceworld-app .jw-sidebar .listview { background: none; }
.juuceworld-app .jw-sidebar .listview > li { padding: 0; }
.juuceworld-app .jw-sidebar .item { padding: 8px 12px; min-height: 46px; border-radius: 12px; color: var(--jw-muted); font-size: 12px; }
.juuceworld-app .jw-sidebar .item::after { display: none; }
.juuceworld-app .jw-sidebar .item.active { background: #14e03d15; color: var(--jw-green); }
.juuceworld-app .jw-sidebar .icon-box { width: 25px; height: 30px; font-size: 20px; background: none; color: inherit; margin-right: 12px; }
.juuceworld-app .jw-sidebar .icon-box .jw-icon { width: 20px; height: 20px; }
.juuceworld-app .jw-sidebar .in { border: 0 !important; min-height: 30px; color: inherit; }
.juuceworld-app .appBottomMenu { height: calc(72px + env(safe-area-inset-bottom)); padding: 0 max(16px,calc((100vw - 800px)/2)) env(safe-area-inset-bottom); background: #171a1df5; border-top: 1px solid var(--jw-line); box-shadow: 0 -8px 36px #00000035; backdrop-filter: blur(16px); }
.juuceworld-app .appBottomMenu .item { color: #a0a8b2; }
.juuceworld-app .appBottomMenu .item::before { background: var(--jw-green); }
.juuceworld-app .appBottomMenu .item.active { color: var(--jw-green); }
.juuceworld-app .appBottomMenu .item .jw-icon { display: block; margin: 0 auto 6px; width: 22px; height: 22px; }
.juuceworld-app .appBottomMenu .item strong { display: block; font-size: 10px; font-weight: 500; color: inherit; }
.juuceworld-app .appBottomMenu .item .action-button { background: var(--jw-green); color: var(--jw-bg); }
.juuceworld-app .appBottomMenu .item .action-button .jw-icon { width: 24px; height: 24px; margin: 0; }
.juuceworld-app .appBottomMenu .item:focus-visible { outline-offset: -3px; border-radius: 12px; }
.juuceworld-app .appFooter { background: none; border: 0; color: var(--jw-muted); padding: 40px 16px 0; font-size: 11px; }
.juuceworld-app .appFooter .footer-title { color: var(--jw-muted); margin-bottom: 8px; font-weight: 400; }
.juuceworld-app .appFooter a { color: var(--jw-muted); margin: 0 10px; }

/* Dashboard widgets use the existing PHP values and endpoint hooks. */
.jw-dashboard-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.jw-dashboard-heading h1 { font-size: 22px; font-weight: 500; margin: 3px 0 0; }
.jw-dashboard-heading p { font-size: 12px; color: var(--jw-muted); margin: 0; }
.jw-membership { display: inline-flex; align-items: center; gap: 7px; padding: 8px 13px; border: 1px solid var(--jw-line); border-radius: 20px; color: var(--jw-muted); font-size: 10px; }
.jw-membership .jw-icon { color: var(--jw-green); width: 15px; height: 15px; flex-basis: 15px; }
.juuceworld-app .gradientSection.jw-wallet { width: 100%; margin: 0 0 26px; border-radius: 28px; overflow: hidden; background: radial-gradient(ellipse at 84% 10%,#535b6465,transparent 50%),linear-gradient(125deg,#2a3036,#1b1f23); border: 1px solid #c4c8ce30; position: relative; }
.jw-wallet::after { content: ""; position: absolute; right: -35px; top: -135px; width: 470px; height: 470px; border: 1px solid #c4c8ce16; border-radius: 50%; pointer-events: none; box-shadow: 0 0 0 65px #c4c8ce04,0 0 0 130px #c4c8ce04; }
.juuceworld-app .jw-wallet .in { display: flex; align-items: center; justify-content: space-between; padding: 36px 44px; gap: 32px; position: relative; z-index: 1; }
.juuceworld-app .jw-wallet .title { color: #c0c5cb; font-size: 12px; font-weight: 400; margin-bottom: 10px; }
.juuceworld-app .jw-wallet .total { font-size: clamp(34px,4vw,48px); letter-spacing: -1.5px; font-weight: 500; margin: 0 0 8px; color: var(--jw-text); }
.juuceworld-app .jw-wallet .caption { color: #a5adb6; font-size: 11px; margin: 0; }
.juuceworld-app .wallet-inline-button { display: flex; justify-content: space-between; gap: 25px; margin: 0; width: auto; }
.juuceworld-app .wallet-inline-button .item { width: 66px; color: var(--jw-text); }
.juuceworld-app .wallet-inline-button .iconbox { width: 52px; height: 52px; margin: 0 auto 10px; border-radius: 17px; background: #c4c8ce14; border: 1px solid #c4c8ce2b; color: var(--jw-green); }
.juuceworld-app .wallet-inline-button .item:hover .iconbox { background: #14e03d25; }
.juuceworld-app .wallet-inline-button strong { font-size: 11px; font-weight: 400; }
.jw-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-bottom: 26px; }
.juuceworld-app .card { background: var(--jw-surface); border: 1px solid var(--jw-line); border-radius: 22px; box-shadow: none; color: var(--jw-text); margin-bottom: 0; }
.juuceworld-app .card .card-body { padding: 24px; }
.jw-stat .card-body { display: flex; align-items: center; gap: 17px; }
.jw-stat .jw-tile-icon { width: 44px; height: 44px; flex-basis: 44px; border-radius: 14px; }
.jw-stat small { display: block; color: var(--jw-muted); font-size: 11px; margin-bottom: 2px; }
.jw-stat strong { color: var(--jw-text); font-size: 22px; font-weight: 500; }
.jw-dashboard-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; align-items: start; }
.jw-dashboard-grid > [class*="col-"] { width: 100%; max-width: 100%; padding: 0; order: initial !important; min-width: 0; }
.jw-dashboard-grid > .jw-wide { grid-column: 1/-1; }
.juuceworld-app .card-header { padding: 24px 24px 0; border: 0; border-radius: 22px 22px 0 0; background: none; }
.juuceworld-app .card-header h3, .juuceworld-app .section-heading h2 { font-size: 16px; font-weight: 500; letter-spacing: -.25px; margin: 0; }
.juuceworld-app .header-top, .juuceworld-app .section-heading { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 20px; }
.juuceworld-app .section-heading .link { font-size: 11px; white-space: nowrap; }
.juuceworld-app .card-header p { font-size: 11px; color: var(--jw-muted); }
.juuceworld-app .card-header-right { margin-top: 15px; }
.juuceworld-app .card-header-right .btn { min-height: 34px; padding-inline: 14px; font-size: 11px; color: var(--jw-green) !important; background: #14e03d14 !important; border: 1px solid #14e03d30 !important; }
.juuceworld-app code { color: #dce0e5; }
.juuceworld-app .progress { height: 5px; background: #343a41; border-radius: 5px; margin: 12px 0; }
.juuceworld-app .progress-gradient-primary { background: var(--jw-green); }
.juuceworld-app .progress-label { display: inline-block; font-size: 11px; margin-top: 9px; }
.juuceworld-app .progress-showcase { margin: 0; }
.juuceworld-app .progress-showcase .col { padding: 0; }
.juuceworld-app .jw-period-buttons { display: flex; gap: 3px; padding: 4px; background: #15181b; border-radius: 10px; }
.juuceworld-app .jw-period-buttons button { border: 0; border-radius: 7px; color: var(--jw-muted); background: transparent; font: inherit; font-size: 10px; padding: 6px 10px; }
.juuceworld-app .jw-period-buttons button[aria-pressed="true"] { background: #30363c; color: var(--jw-green); }
.juuceworld-app #area-spaline { min-height: 270px; }
.juuceworld-app .apexcharts-tooltip, .juuceworld-app .apexcharts-xaxistooltip { background: #24292f !important; border-color: #4d555f !important; color: var(--jw-text) !important; }
.juuceworld-app .apexcharts-tooltip-title { background: #30363c !important; border-color: #4d555f !important; }
.juuceworld-app .jw-commission-list { padding: 0 20px 8px; background: transparent; border: 0; }
.juuceworld-app .jw-commission-list > li { padding: 0; }
.juuceworld-app .jw-commission-list > li .item { padding: 14px 0; color: var(--jw-text); }
.juuceworld-app .jw-commission-list > li .item::after { display: none; }
.juuceworld-app .jw-commission-list .in { padding: 0; min-height: 44px; display: flex; flex: 1; justify-content: space-between; gap: 14px; color: var(--jw-text); }
.juuceworld-app .jw-commission-list .in::after { background: var(--jw-line); bottom: -14px; }
.jw-commission-list .jw-tile-icon { width: 40px; height: 40px; flex-basis: 40px; border-radius: 12px; margin-right: 14px; }
.jw-commission-list .in strong { display: block; font-size: 12px; font-weight: 500; }
.jw-commission-list .in small { display: block; font-size: 10px; color: var(--jw-muted); margin-top: 2px; }
.jw-commission-list .in .jw-amount { white-space: nowrap; font-size: 14px; }
.jw-transactions { padding: 0 24px 16px; }
.jw-transaction { display: flex; align-items: center; gap: 14px; padding: 17px 0; border-bottom: 1px solid var(--jw-line); color: var(--jw-text); }
.jw-transaction:last-child { border: 0; }
.jw-transaction-icon { width: 40px; height: 40px; flex: 0 0 40px; background: #14e03d10; border-radius: 12px; display: grid; place-items: center; color: var(--jw-green); }
.jw-transaction-icon svg { width: 20px; height: 20px; }
.jw-transaction-body { flex: 1; min-width: 0; }
.jw-transaction strong { font-size: 12px; font-weight: 500; display: block; }
.jw-transaction small { font-size: 10px; color: var(--jw-muted); display: block; overflow-wrap: anywhere; }
.jw-transaction-amount { text-align: right; min-width: 78px; }
.jw-empty { text-align: center; padding: 42px 20px; color: var(--jw-muted); font-size: 12px; }
.jw-empty .jw-icon { width: 34px; height: 34px; display: block; margin: 0 auto 14px; opacity: .65; }
.jw-referral-card { background: radial-gradient(ellipse at 100% 0,#454d5660,transparent 65%),#1c1f23 !important; }
.jw-referral-card h3 { font-size: 21px; line-height: 1.4; font-weight: 500; margin: 16px 0 10px; }
.jw-referral-card p { color: var(--jw-muted); font-size: 12px; margin: 0 0 22px; }
.jw-referral-buttons { display: flex; flex-wrap: wrap; gap: 10px; }
.jw-referral-buttons .btn { flex: 1; font-size: 11px; }
.jw-referral-buttons .jw-icon { width: 17px; height: 17px; flex-basis: 17px; }
.jw-referral-card .jw-text-link { font-size: 11px; margin-top: 20px; }
.juuceworld-app .radial-card .row { align-items: center; }
.juuceworld-app .radial-card .content-label { text-align: center; margin-top: -12px; font-size: 11px; }
.juuceworld-app .radial-card .content-label h4 { font-size: 20px; margin-top: 3px; }
.juuceworld-app .radial-content h4 { font-size: 12px; color: var(--jw-muted); }
.juuceworld-app .radial-content h3 { font-size: 19px; }
.juuceworld-app .radial-content h5 { font-size: 10px; font-weight: 400; margin-top: 16px; }
.juuceworld-app .radial-content .btn { margin-top: 12px; min-height: 36px; font-size: 11px; }
.juuceworld-app .table { color: var(--jw-text); --bs-table-bg: transparent; --bs-table-color: #f3f4f5; --bs-table-border-color: #c4c8ce23; font-size: 12px; }
.juuceworld-app .table th { font-size: 10px; text-transform: uppercase; letter-spacing: .7px; color: var(--jw-muted); border-bottom: 1px solid var(--jw-line); padding: 14px 10px; }
.juuceworld-app .table td { padding: 16px 10px; vertical-align: middle; }
.juuceworld-app .table-responsive { max-width: 100%; }
.juuceworld-app .badge { min-width: 0; height: auto; line-height: 1.4; font-size: 9px; padding: 5px 8px; border-radius: 7px; }
.juuceworld-app .badge.bg-light-primary { color: var(--jw-green) !important; background: #14e03d15 !important; }
.juuceworld-app .dropdown-menu, .juuceworld-app .modal-content { background: var(--jw-surface); border-color: var(--jw-line); color: var(--jw-text); }
.juuceworld-app .dropdown-item { color: var(--jw-text); }
.juuceworld-app .dropdown-item:hover, .juuceworld-app .dropdown-item.active { background: #30363c; }
.juuceworld-app .icon-dropdown .btn { color: var(--jw-muted); padding: 0; min-width: 36px; min-height: 36px; }
.juuceworld-app .jw-products { margin-top: 30px; }
.juuceworld-app .jw-product-carousel { margin: 0; }
.juuceworld-app .jw-product-carousel .splide__track { padding-inline: 0 !important; }
.juuceworld-app .jw-product-carousel .splide__list { align-items: stretch; }
.jw-product-card { height: 100%; overflow: hidden; }
.jw-product-photo { display: grid; place-items: center; background: #252a30; height: 180px; position: relative; }
.jw-product-photo img { height: 100%; width: 100%; object-fit: contain; padding: 18px; }
.jw-product-photo .badge { position: absolute; top: 14px; left: 14px; background: #14e03d; color: #07210e; }
.jw-product-card h3 { font-size: 16px; font-weight: 500; margin: 0 0 8px; }
.jw-product-card p { font-size: 11px; color: var(--jw-muted); min-height: 38px; }
.jw-product-price { font-size: 20px; font-weight: 500; margin-bottom: 18px; }
.jw-product-price del { font-size: 12px; color: var(--jw-muted); margin-left: 8px; }
.jw-product-card .btn { font-size: 11px; }

/* Compatibility for existing member pages while their content is migrated. */
.juuceworld-app .page-body { margin: 0 !important; padding: 0 !important; }
.juuceworld-app .page-body .container-fluid { padding-inline: 0; }
.juuceworld-app .page-body .row { --bs-gutter-x: 24px; --bs-gutter-y: 24px; }
.juuceworld-app .page-body .page-title { margin-bottom: 24px; }
.juuceworld-app .page-body .card { margin-bottom: 24px; }
.juuceworld-app .stroke-icon { width: 24px; height: 24px; stroke: currentColor; fill: none; }
.juuceworld-app .form-control, .juuceworld-app .form-select { background-color: #15181b; border-color: #737a8365; color: var(--jw-text); border-radius: 12px; }
.juuceworld-app .form-control::placeholder { color: #a5adb6; }
.juuceworld-app .form-floating > .form-control::placeholder { color: transparent; }
.juuceworld-app .form-label { color: var(--jw-muted); }
.juuceworld-app .text-primary, .juuceworld-app .font-primary { color: var(--jw-green) !important; }
.juuceworld-app .bg-light-primary { background: #14e03d13 !important; }
.juuceworld-app .bg-primary { background: var(--jw-green) !important; color: #121416 !important; }
.juuceworld-app .modal-header, .juuceworld-app .modal-footer { border-color: var(--jw-line); }

@media (min-width: 1200px) {
    .jw-dashboard-grid > .jw-activity-card { grid-column: 2; grid-row: 2; }
}
@media (max-width: 991px) {
    .jw-container { width: calc(100% - 48px); }
    .jw-site-nav { min-height: 76px; }
    .jw-site-nav nav { gap: 18px; }
    .jw-site-nav nav .jw-nav-login { margin-left: 0; }
    .jw-brand img { width: 134px; }
    .jw-hero-grid { min-height: 530px; gap: 0; padding-block: 50px; }
    .jw-hero h1 { font-size: 48px; letter-spacing: -2px; }
    .jw-hero-copy > p { font-size: 14px; }
    .jw-charge-scene { height: 390px; }
    .jw-orbit-card { padding: 10px 12px; gap: 9px; }
    .jw-orbit-card strong { font-size: 11px; }
    .jw-orbit-card small { font-size: 7px; }
    .jw-orbit-wallet { top: 240px; left: 0; }
    .jw-orbit-community { top: 77px; right: -4px; }
    .jw-feature-card { padding: 24px; }
    .jw-feature-card h3 { font-size: 17px; }
    .jw-section-intro { gap: 20px; }
    .jw-community-panel, .jw-faq-section { gap: 42px; }
    .jw-join-panel { padding: 40px; gap: 35px; }
    .jw-join-panel h2 { font-size: 34px; }
    .juuceworld-app .jw-wallet .in { padding: 32px; }
    .juuceworld-app .wallet-inline-button { gap: 12px; }
    .jw-stat .card-body { padding: 18px !important; gap: 12px; }
    .jw-stat strong { font-size: 19px; }
    .jw-dashboard-grid { gap: 20px; }
    .juuceworld-app .growthcard .header-top { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 700px) {
    .jw-container { width: calc(100% - 40px); }
    .jw-site-nav { min-height: 72px; }
    .jw-menu-toggle { display: inline-grid; }
    .jw-site-nav nav { display: none; position: absolute; top: 72px; left: 0; right: 0; background: #1c1f23; border-bottom: 1px solid var(--jw-line); padding: 16px 24px 24px; flex-direction: column; align-items: stretch; gap: 0; box-shadow: 0 20px 30px #00000055; }
    .jw-site-nav nav.is-open { display: flex; }
    .jw-site-nav nav a { padding: 14px 0; }
    .jw-site-nav nav .jw-nav-login { margin-top: 6px; border-top: 1px solid var(--jw-line); }
    .jw-hero-grid { grid-template-columns: 1fr; padding: 42px 0 12px; gap: 12px; }
    .jw-hero h1 { font-size: clamp(42px,10.5vw,62px); letter-spacing: -2px; margin: 22px 0; }
    .jw-eyebrow { font-size: 9px; letter-spacing: 1.7px; }
    .jw-hero-copy > p { font-size: 14px; }
    .jw-hero-actions { gap: 20px; }
    .jw-hero-actions .btn { padding-inline: 18px; min-height: 50px; font-size: 12px; }
    .jw-hero-actions .jw-text-link { font-size: 11px; gap: 8px; }
    .jw-hero-note { font-size: 10px; margin-top: 24px; }
    .jw-charge-scene { height: 354px; max-width: 460px; width: 100%; margin: 8px auto 0; }
    .jw-charge-scene::before { width: 70%; top: 4%; left: 15%; }
    .jw-energy-core { top: 27px; height: 190px; width: 112px; left: calc(50% - 56px); }
    .jw-orbit { inset: 18% 0 25%; }
    .jw-orbit-two { inset: 0 29% 10%; }
    .jw-orbit-wallet { left: 0; top: 205px; }
    .jw-orbit-community { top: 77px; right: 0; }
    .jw-orbit-card { padding: 12px; }
    .jw-orbit-card strong { font-size: 12px; }
    .jw-scene-caption { bottom: 22px; font-size: 8px; }
    .jw-feature-strip { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; padding: 26px 6px; }
    .jw-feature-strip span { font-size: 11px; }
    .jw-site-section { padding-block: 60px; }
    .jw-section-intro { display: block; margin-bottom: 26px; }
    .jw-section-intro > p { font-size: 13px; }
    .jw-feature-grid { grid-template-columns: 1fr; gap: 16px; }
    .jw-feature-card { padding: 26px; }
    .jw-feature-card h3 { font-size: 21px; margin-top: 22px; max-width: 270px; }
    .jw-feature-card p { margin-bottom: 20px; }
    .jw-steps-section { padding: 55px 0; }
    .jw-steps-section .btn { margin: 2px 0 4px; font-size: 12px; }
    .jw-steps { grid-template-columns: 1fr; gap: 32px; }
    .jw-step-number { padding-bottom: 12px; }
    .jw-steps h3 { margin-top: 18px; }
    .jw-community-panel, .jw-faq-section, .jw-join-panel { grid-template-columns: 1fr; gap: 35px; }
    .jw-team-art { min-height: 310px; max-width: 450px; width: 100%; margin-inline: auto; padding: 32px; }
    .jw-faq-section { padding-top: 10px; gap: 0; }
    .jw-faq-list details { padding: 20px 0; }
    .jw-faq-list summary { font-size: 13px; }
    .jw-join-panel { padding: 30px 24px; border-radius: 24px; gap: 26px; }
    .jw-join-panel h2 { font-size: 31px; }
    .jw-join-panel p { font-size: 13px; }
    .jw-join-section { padding-bottom: 54px; }
    .jw-site-footer { flex-wrap: wrap; gap: 24px 18px; padding-block: 28px; }
    .jw-site-footer p { order: 3; width: 100%; font-size: 10px; }
    .jw-site-footer > a:last-child { margin-left: auto; }
    .juuceworld-app .jw-app-header { height: 66px; padding-inline: 12px; }
    .juuceworld-app .jw-app-header .left { gap: 7px; }
    .juuceworld-app .jw-app-header .right { gap: 4px; }
    .juuceworld-app .jw-app-header .pageTitle { display: none; }
    .juuceworld-app .jw-brand img { width: 120px; }
    .juuceworld-app #appCapsule { width: calc(100% - 32px); padding-top: 89px; }
    .jw-dashboard-heading { margin-bottom: 20px; gap: 10px; }
    .jw-dashboard-heading h1 { font-size: 18px; }
    .jw-dashboard-heading p { font-size: 10px; }
    .jw-membership { font-size: 8px; padding: 7px 9px; max-width: 135px; }
    .juuceworld-app .jw-wallet .in { display: block; text-align: center; padding: 28px 18px; }
    .juuceworld-app .jw-wallet .total { font-size: 42px; }
    .juuceworld-app .wallet-inline-button { justify-content: space-around; margin-top: 30px; gap: 8px; }
    .juuceworld-app .wallet-inline-button .iconbox { width: 48px; height: 48px; }
    .juuceworld-app .wallet-inline-button .item { width: 58px; }
    .jw-stats { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 9px; margin-bottom: 22px; }
    .jw-stat { border-radius: 16px !important; }
    .jw-stat .card-body { display: block; padding: 13px 10px !important; }
    .jw-stat .jw-tile-icon { width: 30px; height: 30px; border-radius: 9px; margin-bottom: 10px; }
    .jw-stat .jw-icon { width: 16px; height: 16px; }
    .jw-stat small { font-size: 8px; line-height: 1.5; min-height: 24px; }
    .jw-stat strong { font-size: 15px; overflow-wrap: anywhere; }
    .jw-dashboard-grid { grid-template-columns: 1fr; gap: 20px; }
    .juuceworld-app .card .card-body { padding: 20px; }
    .juuceworld-app .card-header { padding: 20px 20px 0; }
    .juuceworld-app .growthcard .header-top { flex-direction: row; align-items: center; gap: 10px; flex-wrap: wrap; }
    .juuceworld-app .card-header h3 { font-size: 15px; }
    .juuceworld-app .jw-commission-list { padding-inline: 18px; }
    .jw-commission-list .in strong { font-size: 11px; }
    .jw-commission-list .in small { font-size: 9px; }
    .jw-commission-list .in .jw-amount { font-size: 13px; }
    .jw-commission-list .jw-tile-icon { margin-right: 10px; }
    .jw-transaction { gap: 10px; }
    .jw-transactions { padding-inline: 18px; }
    .juuceworld-app .radial-card .row { --bs-gutter-y: 22px; }
    .juuceworld-app .radial-chart { max-width: 330px; margin-inline: auto; }
    .jw-product-photo { height: 156px; }
}
@media (prefers-reduced-motion: reduce) {
    :is(.juuceworld-site,.juuceworld-app) *, :is(.juuceworld-site,.juuceworld-app) *::before, :is(.juuceworld-site,.juuceworld-app) *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
}

.juuceworld-app .appBottomMenu .item::before { background: transparent; }
.juuceworld-app .appBottomMenu .item.active::before { background: var(--jw-green); }
.juuceworld-app .appBottomMenu .item .col strong { color: inherit; }
.juuceworld-app .appBottomMenu .item.active .col strong { color: var(--jw-green); }
.juuceworld-app .section-heading { width: 100%; }
.juuceworld-app .section-heading h2 { flex: 1; }
.juuceworld-app .section-heading .link { color: var(--jw-green); }
.juuceworld-app .section-heading .link .jw-icon { width: 16px; height: 16px; margin-left: 3px; }
/* Override Finapp's explicit light-theme text colors on the dark shell. */
.juuceworld-app .image-listview > li a.item { color: var(--jw-text) !important; }
.juuceworld-app .jw-sidebar .image-listview > li a.item.active { color: var(--jw-green) !important; }
.juuceworld-app .jw-sidebar .modal-dialog .modal-content .modal-header .modal-title { color: var(--jw-text); }
.juuceworld-app .appBottomMenu .item.active strong,
.juuceworld-app .appBottomMenu .item:hover strong { color: var(--jw-green) !important; }
.juuceworld-app .jw-product-carousel .jw-product-photo { overflow: hidden; }
.juuceworld-app .jw-product-carousel .jw-product-photo img { width: 100%; height: 180px; object-fit: contain; }
.juuceworld-app .card-header { display: block; }
@media (max-width: 700px) {
    .juuceworld-app .jw-product-carousel .jw-product-photo img { height: 156px; }
}
.juuceworld-app .jw-product-carousel .splide__arrow { top: 90px; background: #121416df; opacity: 1; }
.juuceworld-app .jw-product-carousel .splide__arrow svg { fill: var(--jw-green); }
@media (max-width: 700px) {
    .juuceworld-app .jw-product-carousel .splide__arrow { top: 78px; }
}
