:root{
  --ks-green-950:#013c01;
  --ks-green-900:#0c490b;
  --ks-green-800:#145c12;
  --ks-green-700:#2f7c1d;
  --ks-lime-500:#9bc454;
  --ks-lime-400:#add66b;
  --ks-lime-100:#eef8dc;
  --ks-cream:#fbfcf8;
  --ks-ink:#173018;
  --ks-muted:#667566;
  --ks-line:#dfe9d8;
  --ks-shadow:0 28px 70px rgba(12,73,11,.14);
  --ks-shadow-soft:0 12px 34px rgba(12,73,11,.10);
}

/* Shared Kasatiti brochure-inspired background */
.ar-login-page,
.ar-public-register-page{
  min-height:100vh;
  color:var(--ks-ink);
  background:
    radial-gradient(circle at 9% 12%, rgba(173,214,107,.28), transparent 24rem),
    radial-gradient(circle at 88% 8%, rgba(155,196,84,.23), transparent 26rem),
    linear-gradient(135deg,#ffffff 0%,#f8fbf2 52%,#eef7df 100%);
  position:relative;
  overflow-x:hidden;
}
.ar-login-page::before,
.ar-public-register-page::before{
  content:"";
  position:fixed;
  z-index:0;
  width:46vw;
  height:46vw;
  min-width:480px;
  min-height:480px;
  top:-24vw;
  right:-12vw;
  border-radius:18% 0 0 70%;
  transform:rotate(10deg);
  background:linear-gradient(145deg,var(--ks-lime-400),#78a939 58%,var(--ks-green-900));
  opacity:.94;
  pointer-events:none;
}
.ar-login-page::after,
.ar-public-register-page::after{
  content:"";
  position:fixed;
  z-index:0;
  width:420px;
  height:110px;
  left:-110px;
  bottom:4vh;
  transform:rotate(-8deg);
  background:linear-gradient(90deg,var(--ks-green-900),var(--ks-lime-500));
  border-radius:0 999px 999px 0;
  opacity:.12;
  pointer-events:none;
}

/* LOGIN */
.ar-login-shell{
  min-height:100vh;
  display:grid;
  grid-template-columns:minmax(430px,1.08fr) minmax(420px,.92fr);
  position:relative;
  z-index:1;
}
.ar-login-brand{
  min-height:100vh;
  padding:clamp(2.2rem,5vw,5.5rem);
  display:flex;
  flex-direction:column;
  justify-content:center;
  position:relative;
  overflow:hidden;
  color:#fff;
  background:
    linear-gradient(150deg,rgba(1,60,1,.98) 0%,rgba(12,73,11,.96) 54%,rgba(47,124,29,.93) 100%);
  clip-path:polygon(0 0,88% 0,100% 50%,88% 100%,0 100%);
}
.ar-login-brand::before{
  content:"";
  position:absolute;
  width:520px;
  height:520px;
  left:-170px;
  bottom:-220px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 0 0 72px rgba(255,255,255,.04),0 0 0 148px rgba(255,255,255,.025);
}
.ar-login-brand::after{
  content:"";
  position:absolute;
  inset:0;
  background-image:radial-gradient(rgba(255,255,255,.18) 1.2px,transparent 1.2px);
  background-size:18px 18px;
  mask-image:linear-gradient(to bottom right,transparent 18%,#000 76%);
  opacity:.4;
  pointer-events:none;
}
.ar-brand-content{position:relative;z-index:1;max-width:690px}
.ar-login-logo-wrap{
  display:flex;
  align-items:center;
  gap:1rem;
  margin-bottom:2rem;
}
.ar-login-logo{
  width:112px;
  height:112px;
  object-fit:contain;
  border-radius:50%;
  background:#fff;
  box-shadow:0 16px 36px rgba(0,0,0,.18);
  padding:4px;
}
.ar-login-logo-copy strong{display:block;font-size:1.12rem;letter-spacing:.07em}
.ar-login-logo-copy small{display:block;opacity:.74;margin-top:.15rem;letter-spacing:.08em;text-transform:uppercase}
.ar-brand-kicker{
  display:inline-flex;
  align-items:center;
  gap:.5rem;
  padding:.48rem .85rem;
  border-radius:999px;
  background:rgba(255,255,255,.13);
  border:1px solid rgba(255,255,255,.18);
  color:#f2ffd7;
  text-transform:uppercase;
  letter-spacing:.12em;
  font-size:.72rem;
  font-weight:800;
  backdrop-filter:blur(10px);
}
.ar-brand-content h1{
  margin:1.15rem 0 .75rem;
  font-size:clamp(3rem,5.2vw,5.7rem);
  line-height:.9;
  letter-spacing:-.055em;
  font-weight:900;
}
.ar-brand-content h1 strong{
  display:block;
  color:var(--ks-lime-400);
  font-weight:900;
}
.ar-brand-content>p{max-width:52ch;font-size:1.08rem;line-height:1.75;color:rgba(255,255,255,.8)}
.ar-login-features{
  margin-top:1.7rem;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:.7rem;
  max-width:650px;
}
.ar-login-features span{
  min-height:70px;
  padding:.9rem .85rem;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.08);
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:.3rem;
  font-size:.82rem;
  font-weight:700;
  backdrop-filter:blur(10px);
}
.ar-login-features i{font-size:1.15rem;color:#d9f79d}
.ar-brand-footer{position:absolute;left:clamp(2.2rem,5vw,5.5rem);bottom:1.5rem;z-index:1;color:rgba(255,255,255,.55);font-size:.75rem;letter-spacing:.06em}
.ar-login-panel{
  min-height:100vh;
  padding:clamp(1.2rem,4vw,4rem);
  display:grid;
  place-items:center;
  position:relative;
}
.ar-login-panel::before{
  content:"";
  position:absolute;
  width:170px;height:170px;
  right:8%;top:10%;
  background-image:radial-gradient(var(--ks-green-700) 1.35px,transparent 1.35px);
  background-size:14px 14px;
  opacity:.15;
}
.ar-login-card{
  width:min(100%,530px);
  padding:clamp(1.45rem,3vw,2.6rem);
  border-radius:32px;
  border:1px solid rgba(12,73,11,.10);
  background:rgba(255,255,255,.88);
  box-shadow:var(--ks-shadow);
  backdrop-filter:blur(18px);
  position:relative;
  overflow:hidden;
}
.ar-login-card::before{
  content:"";
  position:absolute;
  left:0;right:0;top:0;height:6px;
  background:linear-gradient(90deg,var(--ks-green-900),var(--ks-lime-500),var(--ks-green-700));
}
.ar-login-card .badge{
  --bs-bg-opacity:1;
  background:var(--ks-lime-100)!important;
  color:var(--ks-green-900)!important;
}
.ar-login-card h2{color:var(--ks-green-950);font-weight:850;letter-spacing:-.025em}
.ar-auth-mini-logo{width:58px;height:58px;object-fit:contain;border-radius:50%;box-shadow:0 8px 20px rgba(12,73,11,.12)}
.ar-input-group .input-group-text,
.ar-login-card .form-control{
  min-height:54px;
  border-color:#d7e5cf;
}
.ar-input-group .input-group-text{background:#f4f9ec;color:var(--ks-green-800)}
.ar-login-card .form-control:focus,
.ar-register-form .form-control:focus,
.ar-register-form .form-select:focus{
  border-color:var(--ks-lime-500);
  box-shadow:0 0 0 .22rem rgba(155,196,84,.18);
}
.ar-login-submit,
.ar-public-register-page .btn-primary{
  --bs-btn-bg:var(--ks-green-800);
  --bs-btn-border-color:var(--ks-green-800);
  --bs-btn-hover-bg:var(--ks-green-900);
  --bs-btn-hover-border-color:var(--ks-green-900);
  --bs-btn-active-bg:var(--ks-green-950);
  --bs-btn-active-border-color:var(--ks-green-950);
  border-radius:15px;
  box-shadow:0 10px 24px rgba(12,73,11,.20);
}
.ar-login-card .btn-outline-primary,
.ar-public-register-page .btn-outline-primary{
  --bs-btn-color:var(--ks-green-800);
  --bs-btn-border-color:#9ac37e;
  --bs-btn-hover-bg:var(--ks-green-800);
  --bs-btn-hover-border-color:var(--ks-green-800);
  border-radius:14px;
}
.ar-theme-toggle{border-radius:13px!important;color:var(--ks-green-800)!important}
.ar-login-security{
  display:flex;
  align-items:center;
  gap:.8rem;
  padding:.9rem 1rem;
  background:#f5f9f0;
  border:1px solid #e2ebda;
  border-radius:16px;
  color:var(--ks-green-900);
}
.ar-login-security>i{font-size:1.35rem}
.ar-login-security small{display:block;color:var(--ks-muted);font-size:.76rem;margin-top:.1rem}

/* REGISTER */
.ar-public-register-shell{min-height:100vh;display:grid;grid-template-columns:minmax(340px,36%) 1fr;position:relative;z-index:1}
.ar-register-aside{
  position:sticky;
  top:0;
  height:100vh;
  padding:clamp(2rem,4vw,4.4rem);
  color:#fff;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  overflow:hidden;
  background:
    linear-gradient(150deg,rgba(1,60,1,.98),rgba(12,73,11,.96) 58%,rgba(47,124,29,.94));
}
.ar-register-aside::before{
  content:"";
  position:absolute;
  width:420px;height:420px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:50%;
  right:-190px;bottom:-160px;
  box-shadow:0 0 0 72px rgba(255,255,255,.04),0 0 0 145px rgba(255,255,255,.025);
}
.ar-register-aside::after{
  content:"";
  position:absolute;
  inset:0;
  background-image:radial-gradient(rgba(255,255,255,.18) 1.1px,transparent 1.1px);
  background-size:18px 18px;
  mask-image:linear-gradient(150deg,transparent 24%,#000 84%);
  opacity:.38;
}
.ar-register-brand{display:flex;align-items:center;gap:.9rem;color:#fff;position:relative;z-index:1}
.ar-register-logo{width:76px;height:76px;object-fit:contain;border-radius:50%;background:#fff;padding:3px;box-shadow:0 12px 28px rgba(0,0,0,.17)}
.ar-register-brand strong,.ar-register-brand small{display:block}
.ar-register-brand strong{font-size:1.05rem;letter-spacing:.06em}
.ar-register-brand small{opacity:.68;font-size:.69rem;letter-spacing:.08em;text-transform:uppercase;margin-top:.12rem}
.ar-register-copy{position:relative;z-index:1;max-width:590px;margin:2rem 0}
.ar-register-copy .badge{background:#f5ffd9!important;color:var(--ks-green-900)!important}
.ar-register-copy h1{font-size:clamp(2.25rem,3.6vw,4.25rem);line-height:1.02;font-weight:900;letter-spacing:-.045em;margin-bottom:1.15rem}
.ar-register-copy h1 em{font-style:normal;color:var(--ks-lime-400)}
.ar-register-copy p{font-size:1rem;line-height:1.75;color:rgba(255,255,255,.78);max-width:52ch}
.ar-register-steps{display:grid;gap:.75rem;position:relative;z-index:1}
.ar-register-steps>div{display:flex;gap:.9rem;align-items:flex-start;padding:.9rem 1rem;border:1px solid rgba(255,255,255,.14);border-radius:17px;background:rgba(255,255,255,.08);backdrop-filter:blur(10px)}
.ar-register-steps>div>span{width:34px;height:34px;border-radius:11px;background:linear-gradient(145deg,#d9f79d,#9bc454);color:var(--ks-green-950);display:grid;place-items:center;font-weight:900;flex:0 0 auto}
.ar-register-steps p{margin:0}.ar-register-steps small{display:block;opacity:.7;margin-top:.2rem}
.ar-register-main{padding:clamp(1.25rem,3.2vw,3.5rem);max-width:1180px;width:100%;margin:0 auto;position:relative}
.ar-register-main::before{
  content:"";
  position:absolute;
  width:160px;height:160px;
  right:4%;top:1%;
  background-image:radial-gradient(var(--ks-green-700) 1.25px,transparent 1.25px);
  background-size:14px 14px;
  opacity:.12;
  pointer-events:none;
}
.ar-register-topbar{position:relative;z-index:1;padding:.55rem .2rem 1.15rem}
.ar-register-topbar .ar-letter-space{color:var(--ks-green-700)!important}
.ar-register-topbar h2{color:var(--ks-green-950);font-size:clamp(1.65rem,2.7vw,2.35rem);letter-spacing:-.025em}
.ar-register-form,.ar-registration-status-card,.ar-public-register-page main>.card{border-radius:28px!important;border:1px solid rgba(12,73,11,.09)!important;background:rgba(255,255,255,.92)!important;box-shadow:var(--ks-shadow-soft)!important;overflow:hidden}
.ar-register-form::before,.ar-registration-status-card::before{content:"";display:block;height:5px;background:linear-gradient(90deg,var(--ks-green-900),var(--ks-lime-500),var(--ks-green-700))}
.ar-register-form .card-body{position:relative}
.ar-form-section{padding:.2rem 0}
.ar-form-section-title{display:flex;align-items:center;gap:1rem;margin-bottom:1.35rem}
.ar-form-section-title>span{width:48px;height:48px;border-radius:15px;display:grid;place-items:center;background:linear-gradient(145deg,#eff9dc,#dff1bd);color:var(--ks-green-800);font-size:1.18rem;box-shadow:inset 0 0 0 1px rgba(47,124,29,.08)}
.ar-form-section-title h3{font-size:1.02rem;font-weight:850;margin:0;color:var(--ks-green-950)}
.ar-form-section-title p{margin:3px 0 0;color:var(--ks-muted);font-size:.84rem}
.ar-register-form .form-label{color:#2b442c;font-size:.86rem;font-weight:700}
.ar-register-form .form-control,.ar-register-form .input-group-text{
  min-height:48px;
  border-color:#dce7d4;
  border-radius:12px;
}
.ar-register-form .input-group>.input-group-text{border-radius:12px 0 0 12px;background:#f3f9e9;color:var(--ks-green-800)}
.ar-register-form .input-group>.form-control{border-radius:0 12px 12px 0}
.ar-register-form hr{border-color:#e8eee3;opacity:1}
.ar-plan-choice{display:block;height:100%;cursor:pointer;position:relative}
.ar-plan-choice input{position:absolute;opacity:0;pointer-events:none}
.ar-plan-choice>span{height:100%;display:flex;flex-direction:column;gap:.37rem;padding:1rem;border:1px solid #dbe6d4;border-radius:16px;transition:.18s ease;background:#fff}
.ar-plan-choice b{font-size:1.2rem;color:var(--ks-green-800)}
.ar-plan-choice b small{font-size:.7rem;font-weight:500;color:var(--ks-muted)}
.ar-plan-choice>span>small{font-size:.74rem;color:var(--ks-muted)}
.ar-plan-choice input:checked+span{border-color:var(--ks-lime-500);box-shadow:0 0 0 3px rgba(155,196,84,.18),0 10px 22px rgba(12,73,11,.08);transform:translateY(-2px);background:linear-gradient(180deg,#fff,#fbfef6)}
.ar-plan-choice input:checked+span::before{content:"✓";position:absolute;right:12px;top:10px;width:24px;height:24px;border-radius:50%;background:var(--ks-green-800);color:#fff;display:grid;place-items:center;font-size:.75rem;font-weight:900}
.ar-register-form .card-footer{border-top:1px solid #e7eee2!important;background:#fbfdf8!important}
.ar-registration-status-icon{width:92px;height:92px;border-radius:30px;display:grid;place-items:center;margin:0 auto;font-size:2.6rem}
.ar-registration-status-icon.is-pending{background:#fff6d8;color:#b77900}.ar-registration-status-icon.is-approved{background:#dcfce7;color:#15803d}.ar-registration-status-icon.is-rejected{background:#fee2e2;color:#b91c1c}
.ar-empty-icon{width:4rem;height:4rem;display:grid;place-items:center;margin:auto;border-radius:1.25rem;background:var(--ks-lime-100);color:var(--ks-green-800);font-size:1.6rem}
.ar-letter-space{letter-spacing:.12em}

/* Bootstrap color alignment */
.ar-public-register-page a{color:var(--ks-green-800)}
.ar-public-register-page .text-primary{color:var(--ks-green-800)!important}
.ar-public-register-page .btn-success{--bs-btn-bg:#23821f;--bs-btn-border-color:#23821f}
.ar-public-register-page .form-check-input:checked{background-color:var(--ks-green-800);border-color:var(--ks-green-800)}

[data-bs-theme="dark"] .ar-login-card,
[data-bs-theme="dark"] .ar-register-form,
[data-bs-theme="dark"] .ar-registration-status-card{
  background:rgba(20,28,20,.94)!important;
  border-color:rgba(173,214,107,.16)!important;
}
[data-bs-theme="dark"] .ar-login-card h2,
[data-bs-theme="dark"] .ar-register-topbar h2,
[data-bs-theme="dark"] .ar-form-section-title h3{color:#effbdc}
[data-bs-theme="dark"] .ar-login-security{background:#182718;border-color:#294329;color:#dff4bf}
[data-bs-theme="dark"] .ar-plan-choice>span{background:#192219;border-color:#304630}
[data-bs-theme="dark"] .ar-register-form .card-footer{background:#182118!important;border-top-color:#304030!important}

@media(max-width:1100px){
  .ar-login-shell{grid-template-columns:1fr 1fr}
  .ar-login-brand{clip-path:none}
  .ar-login-features{grid-template-columns:1fr}
  .ar-brand-content h1{font-size:3.6rem}
}
@media(max-width:991.98px){
  .ar-login-shell{grid-template-columns:1fr}
  .ar-login-brand{min-height:auto;padding:2rem 1.4rem 2.2rem;clip-path:none}
  .ar-login-brand .ar-brand-content{max-width:none}
  .ar-login-logo{width:82px;height:82px}
  .ar-brand-content h1{font-size:2.7rem;margin-top:.8rem}
  .ar-brand-content>p{margin-bottom:.6rem}
  .ar-login-features{grid-template-columns:repeat(3,1fr);margin-top:1rem}
  .ar-brand-footer{display:none}
  .ar-login-panel{min-height:auto;padding:1.2rem 1rem 2rem}
  .ar-login-card{margin-top:-1.3rem}
  .ar-public-register-shell{grid-template-columns:1fr}
  .ar-register-aside{position:relative;height:auto;min-height:390px;padding:2rem}
  .ar-register-copy{margin:1.4rem 0}
  .ar-register-steps{grid-template-columns:repeat(3,1fr)}
  .ar-register-main{padding:1.2rem}
}
@media(max-width:767.98px){
  .ar-login-page::before,.ar-public-register-page::before{min-width:320px;min-height:320px;opacity:.7}
  .ar-login-brand{padding:1.25rem 1rem 2.3rem}
  .ar-login-logo-wrap{margin-bottom:1rem}
  .ar-login-logo{width:68px;height:68px}
  .ar-brand-content h1{font-size:2.25rem}
  .ar-brand-content>p{font-size:.92rem;line-height:1.55}
  .ar-login-features{grid-template-columns:1fr 1fr 1fr;gap:.45rem}
  .ar-login-features span{min-height:58px;padding:.65rem .55rem;font-size:.7rem;border-radius:13px}
  .ar-login-card{padding:1.25rem;border-radius:24px;margin-top:-1.35rem}
  .ar-auth-mini-logo{width:48px;height:48px}
  .ar-register-aside{min-height:auto;padding:1.3rem;gap:1.1rem}
  .ar-register-logo{width:62px;height:62px}
  .ar-register-copy{margin:.6rem 0}
  .ar-register-copy h1{font-size:2rem;margin-bottom:.75rem}
  .ar-register-copy p{font-size:.9rem;line-height:1.55}
  .ar-register-steps{grid-template-columns:1fr;gap:.55rem}
  .ar-register-steps>div{padding:.7rem .8rem}
  .ar-register-main{padding:.85rem}
  .ar-register-topbar{align-items:flex-start!important}
  .ar-register-topbar .btn{white-space:nowrap}
  .ar-register-form,.ar-registration-status-card{border-radius:22px!important}
  .ar-register-form .card-body{padding:1rem!important}
  .ar-register-form .card-footer{padding:1rem!important}
  .ar-register-form .card-footer .btn{width:100%}
}
@media(max-width:420px){
  .ar-login-features{grid-template-columns:1fr}
  .ar-login-features span{flex-direction:row;align-items:center;justify-content:flex-start}
  .ar-register-topbar{display:grid!important;grid-template-columns:1fr auto}
  .ar-register-topbar p{font-size:.82rem}
}


/* V4.3.2 — mini commerce journey illustration */
.ar-commerce-flow{
  position:relative;
  z-index:2;
  margin-top:1.15rem;
  padding:.9rem 1rem 1rem;
  border-radius:22px;
  overflow:hidden;
}
.ar-commerce-flow::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(120deg,rgba(255,255,255,.11),transparent 42%,rgba(173,214,107,.08));
}
.ar-flow-head{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:.75rem;
  margin-bottom:.75rem;
}
.ar-flow-head span{font-size:.78rem;font-weight:800;letter-spacing:.035em;text-transform:uppercase}
.ar-flow-head small{font-size:.67rem;opacity:.7}
.ar-flow-track{
  position:relative;
  display:grid;
  grid-template-columns:minmax(58px,1fr) 22px minmax(58px,1fr) 22px minmax(58px,1fr) 22px minmax(58px,1fr) 22px minmax(58px,1fr);
  align-items:center;
  gap:.18rem;
}
.ar-flow-track::before{
  content:"";
  position:absolute;
  left:6%;right:6%;top:25px;
  height:2px;
  background:linear-gradient(90deg,rgba(255,255,255,.10),rgba(173,214,107,.7),rgba(255,255,255,.10));
  z-index:0;
}
.ar-flow-node{
  position:relative;
  z-index:1;
  min-width:0;
  text-align:center;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:.17rem;
}
.ar-flow-avatar{
  width:50px;height:50px;
  display:grid;place-items:center;
  border-radius:17px;
  margin-bottom:.2rem;
  font-size:1.28rem;
  border:1px solid rgba(255,255,255,.24);
  box-shadow:0 8px 18px rgba(0,0,0,.12);
  transition:transform .2s ease,box-shadow .2s ease;
}
.ar-flow-node:hover .ar-flow-avatar{transform:translateY(-3px);box-shadow:0 12px 22px rgba(0,0,0,.16)}
.ar-flow-node b{font-size:.69rem;line-height:1.05;white-space:nowrap}
.ar-flow-node small{font-size:.57rem;line-height:1.15;opacity:.72;white-space:nowrap}
.ar-flow-arrow{position:relative;z-index:2;text-align:center;font-size:.76rem;opacity:.72}

.ar-commerce-flow-login{
  max-width:720px;
  border:1px solid rgba(255,255,255,.15);
  background:rgba(255,255,255,.075);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
  backdrop-filter:blur(10px);
}
.ar-commerce-flow-login .ar-flow-avatar{background:linear-gradient(145deg,rgba(255,255,255,.18),rgba(173,214,107,.16));color:#fff}
.ar-commerce-flow-login .ar-flow-arrow{color:var(--ks-lime-400)}

.ar-commerce-flow-register{
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.07);
  backdrop-filter:blur(10px);
}
.ar-commerce-flow-register .ar-flow-avatar{background:rgba(255,255,255,.13);color:#fff}
.ar-commerce-flow-register .ar-flow-arrow{color:#dff3b7}

@media(max-width:1199.98px){
  .ar-commerce-flow{padding:.8rem}
  .ar-flow-avatar{width:44px;height:44px;border-radius:15px;font-size:1.12rem}
  .ar-flow-track::before{top:22px}
  .ar-flow-node b{font-size:.63rem}.ar-flow-node small{font-size:.53rem}
}
@media(max-width:991.98px){
  .ar-commerce-flow-register{max-width:760px}
}
@media(max-width:575.98px){
  .ar-commerce-flow{padding:.72rem .68rem;border-radius:18px}
  .ar-flow-head{margin-bottom:.55rem}.ar-flow-head small{display:none}
  .ar-flow-track{grid-template-columns:repeat(5,minmax(48px,1fr));gap:.25rem}
  .ar-flow-arrow{display:none}
  .ar-flow-track::before{left:9%;right:9%;top:20px;height:2px}
  .ar-flow-avatar{width:40px;height:40px;border-radius:14px;font-size:1rem;margin-bottom:.12rem}
  .ar-flow-node b{font-size:.58rem}.ar-flow-node small{font-size:.49rem;white-space:normal;min-height:1.2em}
}
@media(max-width:390px){
  .ar-flow-avatar{width:36px;height:36px;border-radius:12px}
  .ar-flow-track::before{top:18px}
  .ar-flow-node b{font-size:.54rem}.ar-flow-node small{display:none}
}
