/* JustBillItt · Design 1.3.0. Scoped to inner pages; the approved homepage is unchanged. */
.jbi-ui {
  --canvas:#F7F5F0; --paper:#FFFFFF; --ink:#0B1211; --ink-soft:#142B25;
  --muted:#52635B; --stroke:#D8DFD9; --green:#12B886; --green-dark:#087655;
  --green-text:#075C43; --green-light:#E5F4EC; --black:#0B1211;
  --gray-400:#63736B; --gray-600:#52635B; --gray-50:#F7F5F0;
  --fdisp:'Bricolage Grotesque',system-ui,sans-serif;
  --ftext:'Inter Tight',system-ui,sans-serif;
  --fmono:'JetBrains Mono',ui-monospace,monospace;
  background:var(--canvas); color:var(--ink); line-height:1.6;
}
.jbi-ui *, .jbi-ui *::before, .jbi-ui *::after { box-sizing:border-box; }
.jbi-ui h1,.jbi-ui h2,.jbi-ui h3,.jbi-ui h4,.jbi-ui .page-title,.jbi-ui .form-title { text-wrap:balance; }
.jbi-ui p,.jbi-ui li,.jbi-ui .fact-client,.jbi-ui .client-name { overflow-wrap:anywhere; }
.jbi-ui a { text-underline-offset:4px; }
.jbi-ui .nav { padding-inline:clamp(16px,3.5vw,56px); box-shadow:0 2px 20px #0b121105; }
.jbi-ui .nav-link { min-height:40px; display:inline-flex; align-items:center; }
.jbi-ui .nav-logo svg { flex-shrink:0; }
.jbi-ui .nav-logo span { white-space:nowrap; }
.jbi-ui :is(input,select,textarea) { font-family:var(--ftext); font-size:16px; }
.jbi-ui :is(input,select,textarea):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]):not(.code-digit) {
  min-height:48px; border:1px solid #9FAC9F; border-radius:12px; background:#fff; color:var(--ink); padding:12px 14px;
}
.jbi-ui input::placeholder,.jbi-ui textarea::placeholder { color:#68766E; opacity:1; }
.jbi-ui label { color:#263C32; line-height:1.45; }
.jbi-ui .form-group { margin-bottom:22px; }
.jbi-ui .form-group label { display:block; margin-bottom:8px; font-weight:500; font-size:14px; }
.jbi-ui :is(.btn-primary,.btn-cta,.btn-add,.btn-save,.btn-secondary,.btn-cancel,.btn-upload,.wa-cta,.wa-btn) {
  min-height:46px; padding:12px 22px; font-size:14px; line-height:1.4; text-align:center;
}
.jbi-ui .btn-primary,.jbi-ui .btn-save { box-shadow:none !important; }
.jbi-ui :is(.icon-btn,.eye-btn,.eye,.mobile-menu-close) { min-height:44px; min-width:44px; }
.jbi-ui .eye-btn,.jbi-ui .eye { background:transparent !important; border:0 !important; box-shadow:none !important; }
.jbi-ui .password-wrap input,.jbi-ui .pw-wrap input { padding-right:56px !important; }
.jbi-ui .hint-text,.jbi-ui .section-sub { font-size:13px; line-height:1.65; }
.jbi-ui .site-footer { margin-top:0 !important; padding:36px 20px !important; letter-spacing:0; }
.jbi-ui .site-footer .footer-links { display:flex; flex-wrap:wrap; justify-content:center; gap:8px 18px; }
.jbi-ui .site-footer .footer-links a { margin:0 !important; padding:5px 0; }
.jbi-ui .site-footer a { overflow-wrap:anywhere; }
.jbi-ui #cookie-banner { line-height:1.65 !important; }
.jbi-ui #cookie-banner button { min-height:44px; }
.jbi-ui #acceptBar { flex-wrap:wrap; gap:14px; }
.jbi-ui .jbi-eyebrow { font-family:var(--fmono); font-size:11px; font-weight:500; line-height:1.6; letter-spacing:.12em; text-transform:uppercase; color:var(--green-text); margin-bottom:14px; }
.jbi-ui .jbi-skip { position:fixed; left:18px; top:-100px; z-index:100000; background:var(--ink); color:white; padding:12px 18px; border-radius:9px; }
.jbi-ui .jbi-skip:focus { top:12px; }
.jbi-ui .jbi-inline-links { display:flex; gap:10px 20px; flex-wrap:wrap; align-items:center; margin-top:18px; }
.jbi-ui .jbi-inline-links a { color:var(--green-text); font-size:14px; font-weight:500; }
.jbi-ui .jbi-note { border-left:3px solid var(--green); padding:14px 18px; background:#EDF5EF; border-radius:0 12px 12px 0; margin:18px 0; color:#304A3D; font-size:14px; line-height:1.7; }
.jbi-ui .jbi-section-label { font:500 11px/1.5 var(--fmono); color:var(--green-text); letter-spacing:.1em; text-transform:uppercase; }

/* Account access: editorial panel and a focused, legible form. */
.jbi-ui.jbi-auth { display:grid; grid-template-columns:minmax(320px,.92fr) minmax(400px,1.08fr); align-items:stretch; padding-bottom:0; min-height:100vh; }
.jbi-auth > .left-panel { display:flex; position:relative; width:auto; min-width:0; min-height:760px; padding:56px clamp(32px,5vw,80px); background:radial-gradient(ellipse at 20% 100%,#1A513F 0,transparent 65%),var(--ink); justify-content:center; overflow:hidden; }
.jbi-auth .left-panel .nav-logo { margin:0 0 70px; }
.jbi-auth .left-panel .tag { background:transparent; border:0; border-radius:0; padding:0; font:500 10px/1.7 var(--fmono); letter-spacing:.1em; color:#86DBC0; margin-bottom:24px; }
.jbi-auth .left-panel h1 { font-size:clamp(36px,3.8vw,58px); letter-spacing:-.035em; line-height:1.08; max-width:560px; margin-bottom:24px; color:#FFF; }
.jbi-auth .left-panel .desc { font-size:16px; line-height:1.75; color:#CBDFD4; max-width:470px; margin-bottom:36px; }
.jbi-auth .stats-grid { border-top:1px solid #ffffff30; border-bottom:1px solid #ffffff30; margin-bottom:28px; padding-block:24px; gap:18px; }
.jbi-auth .stat-item .num { font-size:32px; color:#FFF; }
.jbi-auth .stat-item .lbl { color:#CBDFD4; font-size:12px; line-height:1.5; }
.jbi-auth .features { margin:0; }
.jbi-auth .feat { color:#DCECE3; line-height:1.6; }
.jbi-auth .testimonial { border:1px solid #ffffff26; background:#ffffff08; padding:24px; border-radius:20px; }
.jbi-auth .testimonial p { color:#DCECE3; font-style:normal; padding:10px 0; border-bottom:1px solid #ffffff1A; line-height:1.7; }
.jbi-auth .testimonial p:last-child { border-bottom:0; }
.jbi-auth .testimonial p::before { content:'↗'; color:#64DDB5; margin-right:10px; }
.jbi-auth > .right-panel { width:auto; min-width:0; background:var(--canvas); padding:110px clamp(26px,5vw,90px) 64px; position:relative; align-items:center; justify-content:center; }
.jbi-auth .right-panel .top-nav { top:28px; right:32px; left:32px; display:flex; flex-wrap:wrap; justify-content:flex-end; align-items:center; gap:10px 18px; }
.jbi-auth .top-nav a { color:var(--muted); font-size:14px; }
.jbi-auth .form-box { max-width:480px; margin:0; width:100%; background:#FFF; padding:clamp(24px,3vw,42px); border:1px solid var(--stroke); border-radius:24px; box-shadow:0 18px 54px #18312808; animation:none; }
.jbi-auth .form-title { font-size:clamp(26px,2.5vw,34px); letter-spacing:-.03em; line-height:1.15; margin:0 0 12px; color:var(--ink); }
.jbi-auth .form-sub { color:var(--muted); font-size:15px; line-height:1.65; margin-bottom:28px; }
.jbi-auth .btn-primary { margin-top:8px; width:100%; }
.jbi-auth .signup-link,.jbi-auth .login-link { border-top:1px solid var(--stroke); padding-top:22px; margin-top:26px; line-height:1.7; font-size:14px; }
.jbi-auth .site-footer.slim { position:static; grid-column:1/-1; width:100%; padding:25px 20px !important; min-height:100px; }
.jbi-auth .right-panel > .lang-bar { position:absolute; top:28px; right:32px; }
.jbi-auth .step-v span { color:#DCECE3; }
.jbi-auth .step-v .num { border:1px solid #ffffff40; color:#CBDFD4; background:transparent; }
.jbi-auth .step-v .num.active,.jbi-auth .step-v .num.done { background:var(--green); color:var(--ink); }
.jbi-auth .code-input { gap:8px; }
.jbi-auth .code-digit { width:calc((100% - 40px)/6); max-width:50px; height:54px; min-width:0; border:1px solid #9FAC9F; background:#FFF; color:var(--ink); border-radius:10px; font:500 22px var(--fmono); }
.jbi-auth .jbi-progress { display:flex; gap:6px; list-style:none; padding:0; margin:0 0 26px; }
.jbi-auth .jbi-progress li { flex:1; border-top:3px solid var(--stroke); padding-top:8px; color:var(--muted); font-size:11px; }
.jbi-auth .jbi-progress li:first-child { border-color:var(--green); color:var(--green-text); }
.jbi-mobile-brand { display:none; }

/* Workspace: useful figures, readable rows, actions with visible labels. */
.jbi-workspace > .container { max-width:1180px; padding:114px clamp(20px,4vw,48px) 72px; }
.jbi-workspace .jbi-page-heading { position:relative; margin-bottom:34px; border-bottom:1px solid var(--stroke); padding-bottom:30px; }
.jbi-workspace .page-title { font-size:clamp(30px,3.5vw,46px); max-width:900px; line-height:1.13; letter-spacing:-.035em; margin:0 0 14px; }
.jbi-workspace .page-sub { font-size:16px; color:var(--muted); max-width:750px; line-height:1.7; margin-bottom:20px; }
.jbi-workspace .header-row { gap:24px; margin-bottom:12px; }
.jbi-workspace .header-row .page-title { max-width:690px; margin:0; }
.jbi-workspace .wa-cta { margin:0; }
.jbi-workspace .stats-grid,.jbi-workspace .stats-bar { gap:16px; margin-bottom:28px; }
.jbi-workspace .stat-card,.jbi-workspace .stats-bar > div { border:1px solid var(--stroke); border-radius:18px; padding:24px; background:#FFF; box-shadow:0 4px 18px #0b121103; }
.jbi-workspace .stat-card .label { color:var(--muted); font-size:11px; letter-spacing:.06em; margin-bottom:12px; line-height:1.5; }
.jbi-workspace .stat-card .value { font:500 clamp(23px,2.6vw,32px)/1.2 var(--fmono) !important; letter-spacing:-.045em; overflow-wrap:anywhere; }
.jbi-workspace .stat-card .sub { color:var(--muted); line-height:1.6; }
.jbi-workspace .stat-card.highlight { background:var(--ink-soft); border-color:var(--ink-soft); }
.jbi-workspace .stat-card.highlight .label,.jbi-workspace .stat-card.highlight .sub { color:#C0DDCE; }
.jbi-workspace .stat-card.highlight .value { color:#7EE0BB; }
.jbi-workspace .value.orange { color:#8D4B08; }
.jbi-workspace .section { border:1px solid var(--stroke); border-radius:20px; padding:28px; box-shadow:none; }
.jbi-workspace .section h2 { font-size:21px; letter-spacing:-.025em; }
.jbi-workspace .search-box { max-width:100%; margin:18px 0 26px; }
.jbi-workspace .search-box input { padding:16px 20px !important; min-height:54px !important; border-color:var(--stroke) !important; }
.jbi-workspace .filters { gap:8px; flex-wrap:wrap; }
.jbi-workspace .filter-btn { padding:10px 16px; min-height:44px; font-size:14px; border-radius:999px; color:var(--muted); border:1px solid var(--stroke); background:#FFF; }
.jbi-workspace .filter-btn.active { background:var(--ink-soft); border-color:var(--ink-soft); color:#FFF; }
.jbi-workspace .client-card,.jbi-workspace .fact-card { padding:22px; border:1px solid var(--stroke); border-radius:18px; gap:18px; }
.jbi-workspace .client-card:hover,.jbi-workspace .fact-card:hover { border-color:#8AAD99; box-shadow:0 5px 20px #0b121107; transform:none; }
.jbi-workspace .client-name,.jbi-workspace .fact-client { font-size:17px; line-height:1.5; }
.jbi-workspace .client-addr,.jbi-workspace .fact-meta,.jbi-workspace .client-meta { color:var(--muted); font-size:13px; line-height:1.7; }
.jbi-workspace .fact-amount { font-family:var(--fmono) !important; font-size:18px; letter-spacing:-.045em; }
.jbi-workspace .client-num { font:500 13px var(--fmono); border-radius:12px; }
.jbi-workspace .badge { margin:3px 0 3px 6px; font-size:11px; font-weight:500; line-height:1.8; }
.jbi-workspace .badge.quote { background:#F0ECE1; color:#685326; }
.jbi-workspace .fact-actions,.jbi-workspace .client-actions { gap:7px; flex-wrap:wrap; }
.jbi-workspace .icon-btn { width:auto; min-width:44px; min-height:44px; gap:7px; padding:8px 11px; font-size:13px; line-height:1.3; background:#FFF; color:#355345; border:1px solid var(--stroke); }
.jbi-workspace .icon-btn svg { width:17px; height:17px; flex-shrink:0; }
.jbi-workspace .icon-btn.del { color:#A33130; background:#FFF; border-color:#E5C8C4; }
.jbi-workspace .icon-btn.pay { background:#E5F4EC; border-color:#B0D5C3; color:#075C43; }
.jbi-workspace .empty,.jbi-workspace .loading { background:#FFF; border:1px dashed #B9C9BD; border-radius:20px; padding:56px 28px; color:var(--muted); line-height:1.8; }
.jbi-workspace .empty .icon { opacity:.7; font-size:32px; }
.jbi-workspace .modal { padding:34px; border-radius:24px; border:1px solid var(--stroke); max-height:calc(100dvh - 36px); overflow-y:auto; box-shadow:0 28px 90px #0b121133; }
.jbi-workspace .modal h2 { font-size:28px; margin-bottom:24px; }
.jbi-workspace .modal-btns { margin-top:28px; gap:12px; }
.jbi-workspace .currency-filter { background:#FFF; border:1px solid var(--stroke); padding:14px 18px; border-radius:14px; }
.jbi-workspace .bar-label,.jbi-workspace .legend-item { color:var(--muted); }
.jbi-workspace .chart { background:repeating-linear-gradient(to top,#E9EEE7 0 1px,transparent 1px 25%); padding-bottom:1px; }

/* Profile: one setup flow, followed by plans and optional preferences. */
.jbi-profile > .layout { padding:104px clamp(20px,4vw,52px) 64px; gap:40px; max-width:1320px; margin:0 auto; align-items:flex-start; min-height:auto; }
.jbi-profile .left-panel { position:sticky; top:100px; height:auto; min-height:0; width:300px; flex:0 0 300px; padding:30px; border-radius:24px; background:var(--ink-soft); overflow:visible; }
.jbi-profile .left-panel .tag { font:500 10px var(--fmono); color:#89DDC0; padding:0; background:transparent; border:0; margin-bottom:20px; }
.jbi-profile .left-panel h1 { font-size:36px; line-height:1.12; letter-spacing:-.035em; margin-bottom:22px; }
.jbi-profile .left-panel .desc { font-size:14px; color:#C6DECF; line-height:1.75; margin-bottom:28px; }
.jbi-profile .left-panel .feat { color:#D0E3D8; }
.jbi-profile .plan-box { background:#FFFFFF0B; border:1px solid #FFFFFF30; border-radius:16px; }
.jbi-profile .plan-label,.jbi-profile .plan-count { color:#C6DECF; }
.jbi-profile .right-panel { padding:0; max-width:none; min-width:0; flex:1; background:transparent; }
.jbi-profile .section { background:#FFF; border:1px solid var(--stroke); border-radius:22px; padding:30px; margin-bottom:24px; }
.jbi-profile .section-title { font-size:25px; letter-spacing:-.025em; }
.jbi-profile .section-sub { margin-top:9px; margin-bottom:24px; }
.jbi-profile .logo-upload-area { border:1px dashed #ABC0AF; background:#F8FAF6; border-radius:16px; padding:22px; }
.jbi-profile .logo-upload-area img { object-fit:contain; }
.jbi-profile .plan-card { border-radius:16px; border:1px solid var(--stroke); padding:20px 16px; background:#FFF; }
.jbi-profile .plan-card.selected { background:#E5F4EC; border:2px solid #087655; padding:19px 15px; }
.jbi-profile .plan-card .price { font-size:25px; color:var(--ink); }
.jbi-profile .plan-card .limit { font-size:12px; line-height:1.65; color:var(--muted); }
.jbi-profile .confirmation { border:1px solid var(--stroke); border-radius:22px; padding:32px; background:#FFF; }
.jbi-profile .danger-zone { border-color:#E0C8C2; background:#FCF5F2; border-radius:18px; padding:24px; }
.jbi-profile .pay-box { border-radius:18px; background:var(--canvas); border:1px solid var(--stroke); }
.jbi-profile .jbi-profile-nav { border-top:1px solid #ffffff26; margin-top:26px; padding-top:18px; display:grid; gap:8px; }
.jbi-profile .jbi-profile-nav a { color:#D8EBDF; text-decoration:none; font-size:13px; padding:7px 0; }
.jbi-profile .jbi-profile-nav a:hover { color:#7EE0BB; }

/* About: editorial composition, product workflow, concrete benefits. */
.jbi-about .hero { margin:64px 0 0; min-height:0; background:var(--ink); display:grid; grid-template-columns:1.2fr .8fr; }
.jbi-about .hero-left { width:auto; padding:84px clamp(28px,6vw,100px); background:transparent; }
.jbi-about .hero-left h1 { font-size:clamp(38px,4.7vw,68px); line-height:1.04; letter-spacing:-.045em; max-width:730px; }
.jbi-about .hero-left .hero-sub { color:#CDDDD3; font-size:17px; line-height:1.75; max-width:610px; margin-bottom:30px; }
.jbi-about .hero-left .tag { border:0; padding:0; background:transparent; border-radius:0; font:500 10px var(--fmono); color:#7EE0BB; letter-spacing:.1em; }
.jbi-about .hero-left .tagline { font-style:normal; font-size:19px; line-height:1.5; color:#86DBC0; }
.jbi-about .hero-right { width:auto; padding:64px clamp(28px,4vw,70px); background:radial-gradient(circle at 90% 10%,#22614C 0,transparent 65%),#183B2E; gap:0; display:flex; flex-direction:column; justify-content:center; }
.jbi-about .hero-right .stat-card { background:transparent; border:0; border-bottom:1px solid #FFFFFF30; padding:28px 0; border-radius:0; box-shadow:none; display:grid; grid-template-columns:64px 1fr; align-items:center; gap:20px; }
.jbi-about .hero-right .stat-card:last-child { border-bottom:0; }
.jbi-about .hero-right .num { font:500 38px var(--fmono); color:#85DFBB; margin:0; }
.jbi-about .hero-right .lbl { font-size:18px; line-height:1.5; color:#E6F2EB; }
.jbi-about .main { max-width:1100px; padding:76px 32px; }
.jbi-about .main > .section { padding:0 0 54px; margin-bottom:54px; border-bottom:1px solid var(--stroke); }
.jbi-about .section-label { color:var(--green-text); font:500 11px var(--fmono); letter-spacing:.1em; margin-bottom:20px; }
.jbi-about .section h2 { font-size:clamp(29px,3vw,40px); line-height:1.18; letter-spacing:-.03em; margin-bottom:22px; max-width:760px; }
.jbi-about .section > p { font-size:17px; color:var(--muted); line-height:1.8; max-width:800px; }
.jbi-about .quote-block { background:#E6EFE6; border:0; border-left:4px solid #087655; padding:30px 34px; border-radius:0 20px 20px 0; margin:34px 0 0; }
.jbi-about .quote-block p { font-family:var(--fdisp); font-size:27px; line-height:1.35; font-style:normal; color:var(--ink); }
.jbi-about .quote-block .author { font-size:12px; color:var(--muted); margin-top:16px; }
.jbi-about .features-list { margin-top:26px; gap:10px; }
.jbi-about .feature-pill { border:1px solid #C4D5C5; background:#FFF; border-radius:999px; padding:9px 16px; font-size:13px; color:#2C503C; }
.jbi-about .values-grid { grid-template-columns:repeat(2,minmax(0,1fr)); gap:18px; }
.jbi-about .value-card { padding:28px; background:#FFF; border:1px solid var(--stroke); border-radius:20px; }
.jbi-about .value-card h4 { font-size:20px; margin-bottom:12px; }
.jbi-about .value-card p { color:var(--muted); font-size:15px; line-height:1.75; }
.jbi-about .cta-block { background:var(--ink-soft); border-radius:26px; padding:50px 38px; }
.jbi-about .cta-block h2 { font-size:36px; line-height:1.15; color:#FFF; }
.jbi-about .cta-block p { color:#CEE3D6; font-size:16px; margin:22px 0 28px; }

/* Help: accessible contents on mobile, clear examples and copying. */
.jbi-help > .layout { max-width:1320px; margin:0 auto; padding:100px 28px 70px; align-items:flex-start; gap:42px; }
.jbi-help .left-panel { display:block; width:290px; flex:0 0 290px; padding:28px; position:sticky; top:90px; height:auto; max-height:calc(100dvh - 115px); overflow-y:auto; background:var(--ink-soft); border-radius:22px; }
.jbi-help .left-panel h1 { font-size:31px; }
.jbi-help .left-panel .desc { color:#C7DED0; line-height:1.7; margin-bottom:22px; }
.jbi-help .left-panel .tag { background:transparent; border:0; border-radius:0; padding:0; font:500 10px var(--fmono); letter-spacing:.09em; color:#8BDFBF; margin-bottom:18px; }
.jbi-help .side-menu a { color:#D3E7DA; padding:8px 10px; min-height:40px; font-size:13px; }
.jbi-help .side-menu a.active { color:#94E5C5; background:#FFFFFF12; border-color:#FFFFFF20; }
.jbi-help .side-menu .icon { display:none; }
.jbi-help .right-panel { flex:1; min-width:0; padding:0; max-width:none; overflow:visible; }
.jbi-help .right-panel .section { margin-bottom:38px; padding:30px; background:#FFF; border:1px solid var(--stroke); border-radius:22px; scroll-margin-top:88px; }
.jbi-help .divider { display:none; }
.jbi-help .section-title { font-size:26px; line-height:1.25; }
.jbi-help .section-sub,.jbi-help .step-body p { font-size:14px; color:var(--muted); line-height:1.75; }
.jbi-help .step-num { border-radius:11px; background:#E4F3E9; color:#075C43; font:500 15px var(--fmono); }
.jbi-help .step-body h4 { font-size:17px; line-height:1.5; }
.jbi-help .cmd { border:1px solid var(--stroke); border-radius:15px; padding:22px; }
.jbi-help .cmd-title { font-size:16px; line-height:1.5; }
.jbi-help .cmd-format { font-size:13px; line-height:1.65; color:var(--muted); }
.jbi-help .cmd-example { font:500 13px/1.8 var(--fmono); letter-spacing:0; background:#F2F6F0; border-left:3px solid #087655; color:#1F4531; border-radius:0 10px 10px 0; padding:15px; overflow-wrap:anywhere; white-space:normal; }
.jbi-help .cmd-result { font-size:13px; line-height:1.7; font-style:normal; color:var(--muted); margin-top:14px; }
.jbi-help .tip { background:#F5F1E6; border:1px solid #E4DCC8; border-radius:14px; padding:18px; }
.jbi-help .tip p { color:#5D5136; line-height:1.8; }
.jbi-help .duo-card { background:var(--canvas); border:1px solid var(--stroke); border-radius:16px; }
.jbi-help .duo-card h4 { font-size:17px; }
.jbi-help .faq-item { padding:22px 0; }
.jbi-help .faq-item h4 { font-size:17px; }
.jbi-help .faq-item p { font-size:14px; line-height:1.8; }
.jbi-help .support-box { border:0; background:var(--ink-soft); border-radius:22px; padding:32px; color:#FFF; }
.jbi-help .support-box h3 { color:#FFF; font-size:25px; }
.jbi-help .support-box p { color:#CEE3D6; font-size:15px; line-height:1.7; }
.jbi-copy { display:inline-flex; margin:4px 0 8px; padding:5px 11px; min-height:36px; border:1px solid #B7CDBB; background:#FFF; color:#075C43; border-radius:8px; font:500 12px var(--ftext); cursor:pointer; }
.jbi-copy-status { display:inline; margin-left:12px; color:var(--green-text); font-size:12px; }
.jbi-profile .right-panel { overflow:visible; }
.jbi-profile .section { scroll-margin-top:90px; }
.jbi-profile .feature-item { color:#D0E3D8; font-size:13px; line-height:1.6; }
.jbi-profile #compte button[data-t="pw_btn"] { color:var(--ink) !important; min-height:46px; border-radius:999px !important; }
.jbi-help .jbi-help-mobile { display:none; }

/* Information and legal pages: summary, contents and reading column. */
.jbi-document .legal { max-width:1200px; padding:115px 32px 76px; }
.jbi-document .jbi-doc-heading { max-width:920px; margin-bottom:42px; }
.jbi-document .legal h1 { font-size:clamp(34px,4.3vw,56px); line-height:1.06; letter-spacing:-.04em; margin-bottom:20px; }
.jbi-document .legal .updated { color:var(--muted); font:500 11px/1.8 var(--fmono); letter-spacing:.02em; margin-bottom:22px; }
.jbi-document .jbi-doc-intro { font-size:18px; color:var(--muted); line-height:1.8; max-width:850px; }
.jbi-document .jbi-doc-layout { display:grid; grid-template-columns:240px minmax(0,1fr); gap:40px; align-items:start; }
.jbi-document .jbi-doc-toc { position:sticky; top:92px; border-top:3px solid #087655; padding:18px 0; }
.jbi-document .jbi-doc-toc strong { display:block; font:500 11px var(--fmono); letter-spacing:.08em; color:var(--green-text); margin-bottom:16px; }
.jbi-document .jbi-doc-toc a { display:block; color:var(--muted) !important; text-decoration:none; padding:8px 0; font-size:13px; line-height:1.6; }
.jbi-document .jbi-doc-toc a:hover { color:var(--green-text) !important; text-decoration:underline; }
.jbi-document .jbi-doc-content { background:#FFF; border:1px solid var(--stroke); border-radius:22px; padding:12px clamp(22px,4vw,48px) 24px; }
.jbi-document .jbi-doc-section { padding:28px 0; border-bottom:1px solid #E1E7DD; scroll-margin-top:90px; }
.jbi-document .jbi-doc-section:last-child { border-bottom:0; }
.jbi-document .legal h2 { margin:0 0 18px; font-size:23px; line-height:1.35; letter-spacing:-.025em; }
.jbi-document .legal h3 { margin:0 0 10px; font-size:18px; }
.jbi-document .legal p,.jbi-document .legal ul { font-size:15px; color:var(--muted); line-height:1.85; }
.jbi-document .legal li { margin-bottom:10px; }
.jbi-document .legal .box { background:#F4F7F1; padding:22px; border:1px solid var(--stroke); border-radius:14px; }
.jbi-document .sec-grid { gap:14px; margin:20px 0 0; }
.jbi-document .sec-card { padding:22px; border:1px solid var(--stroke); background:#F7FAF4; border-radius:16px; box-shadow:none; }
.jbi-document .sec-card .ico { font:500 13px var(--fmono); width:36px; height:36px; border-radius:10px; margin-bottom:20px; }
.jbi-document .sec-card p { font-size:14px; line-height:1.75; margin:0; }
.jbi-document .jbi-doc-contact { margin:24px 0 0; padding:24px; background:#E7F3EB; border-radius:16px; }
.jbi-document .jbi-doc-contact p { margin:0; }

/* Administration */
.jbi-admin header { background:var(--ink-soft); color:#FFF; padding:26px clamp(20px,4vw,60px); display:flex; gap:20px; align-items:center; justify-content:space-between; }
.jbi-admin header h1 { font-size:25px; }
.jbi-admin header button { border:1px solid #FFFFFF55; background:transparent; color:#FFF; border-radius:999px; min-height:44px; padding:10px 18px; }
.jbi-admin .wrap { max-width:1180px; padding:36px 26px 64px; margin:0 auto; }
.jbi-admin .card { border:1px solid var(--stroke); border-radius:20px; padding:30px; background:#FFF; box-shadow:none; }
.jbi-admin h2 { font-size:26px; margin-bottom:20px; }
.jbi-admin .row { gap:16px; align-items:end; flex-wrap:wrap; }
.jbi-admin .act { min-height:46px; padding:12px 18px; border-radius:999px; background:var(--green); color:var(--ink); }
.jbi-admin .act.warn { background:#FFF; color:#813C2D; border:1px solid #D9BBAE; }
.jbi-admin .muted { color:var(--muted); font-size:14px; line-height:1.7; }
.jbi-ui .jbi-table-scroll { overflow-x:auto; width:100%; border-radius:14px; border:1px solid var(--stroke); margin:20px 0; }
.jbi-ui .jbi-table-scroll table { border-collapse:collapse; width:100%; margin:0 !important; min-width:420px; }
.jbi-ui .jbi-table-scroll th { background:#F0F5ED; text-align:left; color:#31563E; font:500 11px/1.5 var(--fmono); letter-spacing:.02em; padding:15px 17px; }
.jbi-ui .jbi-table-scroll td { padding:16px 17px; border-bottom:1px solid #E1E7DD; font-size:14px; color:var(--ink); }
.jbi-ui .jbi-table-scroll tr:last-child td { border-bottom:0; }
.jbi-admin-login { background:radial-gradient(circle at 0% 0%,#1E553F,transparent 60%),#0B1211; }
.jbi-admin-login .card { max-width:440px; border-radius:24px; padding:38px; border:1px solid #D8DFD9; }
.jbi-admin-login h1 { font-size:30px; line-height:1.2; margin:20px 0 14px; }
.jbi-admin-login p.sub { font-size:14px; line-height:1.7; }
.jbi-admin-login #btn { border-radius:999px; min-height:48px; background:var(--green); color:var(--ink); }

@media(max-width:1100px) {
  .jbi-profile > .layout { gap:24px; }
  .jbi-profile .left-panel { width:255px; flex-basis:255px; padding:24px; }
  .jbi-profile .left-panel h1 { font-size:31px; }
  .jbi-help > .layout { gap:26px; }
  .jbi-help .left-panel { width:245px; flex-basis:245px; padding:24px; }
  .jbi-workspace .stats-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .jbi-workspace .fact-actions { width:100%; padding-top:14px; border-top:1px solid #E3E9DF; }
}
@media(max-width:820px) {
  .jbi-ui.jbi-auth { display:block; }
  .jbi-auth > .left-panel { display:none; }
  .jbi-auth > .right-panel { padding:124px 20px 48px; min-height:calc(100dvh - 140px); }
  .jbi-auth .right-panel .top-nav { top:72px; left:20px; right:20px; justify-content:center; }
  .jbi-auth .right-panel > .lang-bar { top:72px; right:calc(50% - 72px); }
  .jbi-mobile-brand { display:flex; position:absolute; top:24px; left:50%; transform:translateX(-50%); color:var(--ink); text-decoration:none; font:800 23px var(--fdisp); gap:0; white-space:nowrap; }
  .jbi-mobile-brand em { color:var(--green-text); font-style:normal; }
  .jbi-profile > .layout { display:block; padding:94px 20px 44px; }
  .jbi-profile .left-panel { display:block; position:static; width:100%; margin-bottom:24px; padding:26px; }
  .jbi-profile .left-panel h1 { font-size:32px; }
  .jbi-profile .left-panel .desc { max-width:640px; }
  .jbi-profile .left-panel .features,.jbi-profile .left-panel .jbi-profile-nav { display:none; }
  .jbi-profile .plan-box { margin-bottom:0; }
  .jbi-profile .section { padding:24px; }
  .jbi-help > .layout { display:block; padding:92px 20px 48px; }
  .jbi-help .left-panel { display:none; }
  .jbi-help .jbi-help-mobile { display:block; margin-bottom:28px; }
  .jbi-help .jbi-help-mobile h1 { font-size:36px; line-height:1.15; margin:12px 0; }
  .jbi-help .jbi-help-mobile p { color:var(--muted); font-size:15px; line-height:1.7; }
  .jbi-help .jbi-help-mobile details { margin-top:22px; padding:16px 20px; border:1px solid var(--stroke); border-radius:14px; background:#FFF; }
  .jbi-help .jbi-help-mobile summary { font-weight:500; cursor:pointer; }
  .jbi-help .jbi-help-mobile a { display:block; color:var(--green-text); padding:8px 0; text-decoration:none; font-size:14px; }
  .jbi-about .hero { grid-template-columns:1fr; }
  .jbi-about .hero-left { padding:60px 28px 40px; }
  .jbi-about .hero-right { padding:20px 28px 38px; }
  .jbi-about .hero-right .stat-card { grid-template-columns:50px 1fr; padding:20px 0; }
  .jbi-about .hero-right .num { font-size:28px; }
  .jbi-about .main { padding:48px 24px; }
  .jbi-document .jbi-doc-layout { grid-template-columns:1fr; gap:24px; }
  .jbi-document .jbi-doc-toc { position:static; display:flex; flex-wrap:wrap; gap:8px 18px; padding:18px 0; }
  .jbi-document .jbi-doc-toc strong { width:100%; margin:0; }
  .jbi-document .jbi-doc-toc a { font-size:12px; padding:4px 0; }
  .jbi-workspace .two-col { grid-template-columns:1fr; }
}
@media(max-width:540px) {
  .jbi-ui .nav { padding-inline:14px; }
  .jbi-ui .nav-logo span { font-size:17px !important; }
  .jbi-ui .nav-logo svg { width:25px !important; height:25px !important; margin-right:5px !important; }
  .jbi-ui .lang-btn { min-width:34px; padding:5px 7px !important; }
  .jbi-ui .nav-right { gap:3px !important; }
  .jbi-ui .row2 { grid-template-columns:1fr; }
  .jbi-ui .section-title { font-size:23px; }
  .jbi-workspace > .container { padding:96px 18px 44px; }
  .jbi-workspace .page-title { font-size:31px; }
  .jbi-workspace .page-sub { font-size:15px; }
  .jbi-workspace .stats-grid,.jbi-workspace .stats-bar { gap:10px; }
  .jbi-workspace .stat-card,.jbi-workspace .stats-bar > div { padding:17px 14px; }
  .jbi-workspace .stat-card .value { font-size:23px !important; }
  .jbi-workspace .section { padding:20px; }
  .jbi-workspace .fact-card,.jbi-workspace .client-card { padding:18px; gap:12px; }
  .jbi-workspace .fact-amount { width:auto; order:0; margin-left:54px; }
  .jbi-workspace .fact-actions { gap:6px; }
  .jbi-workspace .icon-btn { font-size:12px; padding:9px; gap:5px; }
  .jbi-workspace .client-card { flex-wrap:wrap; }
  .jbi-workspace .client-info { min-width:160px; }
  .jbi-workspace .client-actions { margin-left:56px; }
  .jbi-workspace .modal { padding:24px; }
  .jbi-profile .section { padding:22px 18px; }
  .jbi-profile .plan-cards,.jbi-profile .plans-grid { grid-template-columns:1fr; }
  .jbi-profile .modeles-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .jbi-help .right-panel .section { padding:22px 18px; }
  .jbi-help .cmd { padding:17px; }
  .jbi-help .cmd-example { font-size:12px; }
  .jbi-help .duo { grid-template-columns:1fr; }
  .jbi-document .legal { padding:100px 20px 50px; }
  .jbi-document .jbi-doc-content { padding:4px 22px 14px; }
  .jbi-document .legal h1 { font-size:35px; }
  .jbi-document .jbi-doc-intro { font-size:16px; }
  .jbi-document .sec-grid,.jbi-about .values-grid { grid-template-columns:1fr; }
  .jbi-about .cta-block { padding:34px 24px; }
  .jbi-about .cta-block h2 { font-size:29px; }
  .jbi-admin header { flex-wrap:wrap; }
  .jbi-admin .card { padding:22px 18px; }
}
@media(prefers-reduced-motion:reduce) {
 .jbi-ui *, .jbi-ui *::before, .jbi-ui *::after { scroll-behavior:auto !important; animation:none !important; transition:none !important; }
}
.jbi-help #bexio > p { font-size:14px; line-height:1.8; color:var(--muted); }
@media(max-width:540px) {
  .jbi-profile .left-panel .desc { display:none; }
  .jbi-profile .left-panel h1 { font-size:28px; }
  .jbi-profile .left-panel { padding:22px; }
  .jbi-ui .row3 { grid-template-columns:1fr; }
  .jbi-profile .logo-upload-area { flex-wrap:wrap; }
}
