.crm-app{min-height:100vh;display:flex;align-items:stretch;padding-left:270px}
.crm-sidebar{
  width:238px;flex-shrink:0;padding:24px 16px;margin:0;
  display:flex;flex-direction:column;border-radius:24px;
  position:fixed;top:16px;left:16px;z-index:30;
  height:calc(100vh - 32px);overflow:auto
}
.crm-sidebar .brand-link{display:block;margin-bottom:10px}
.crm-sidebar .demo-tag{display:block;letter-spacing:.2px;line-height:1.35;white-space:normal}
.crm-sidebar-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}
.menu-close,.menu-backdrop,.landing .app-drawer{display:none}
.menu-close{
  width:44px;height:44px;border-radius:14px;border:1px solid #fff;
  background:#fff;color:#16386b;align-items:center;justify-content:center;
  flex-shrink:0;box-shadow:0 10px 24px -16px #2d6bb8a3;cursor:pointer
}
.menu-close svg{display:block}
.crm-nav{display:grid;gap:2px;margin-top:18px}
.crm-group{font-size:11px;letter-spacing:1.4px;color:#7a92b0;margin:14px 8px 6px;font-weight:600}
.crm-link{display:flex;align-items:center;justify-content:space-between;height:40px;padding:0 12px;border-radius:12px;color:#3f5f88;font-size:14px;border:1px solid transparent}
.crm-link:hover{background:#ffffff8a}
.crm-link.active{background:linear-gradient(115deg,#ffffffb8,#e4f1ff96);border-color:#fff;color:#1469df;font-weight:600}
.crm-link i{width:5px;height:5px;border-radius:50%;background:#267cff}
.crm-side-foot{margin-top:auto;padding-top:18px;display:grid;gap:8px}
.crm-side-foot a.dev-credit{justify-self:start}
.crm-workspace{flex:1;min-width:0;padding:18px 28px 80px}
.crm-topbar{display:flex;align-items:center;justify-content:flex-start;gap:16px;height:72px}
.crm-topbar .breadcrumb{flex-shrink:0;white-space:nowrap}
.smart-search{flex:1;min-width:160px;max-width:560px;margin:0 auto;position:relative}
.smart-field{position:relative}
.smart-search input{
  width:100%;height:44px;border:1px solid #fff;background:#ffffff8a;
  border-radius:14px;padding:0 42px 0 42px;color:#16386b;font:inherit;outline:none
}
.smart-search input::placeholder{color:#8aa0bc}
.smart-search input:focus{background:#fff;box-shadow:0 0 0 3px #2276ff22}
.smart-ico{
  position:absolute;left:14px;top:50%;transform:translateY(-50%);
  color:#6b82a1;display:flex;pointer-events:none
}
.smart-kbd{
  position:absolute;right:12px;top:50%;transform:translateY(-50%);
  min-width:22px;height:22px;padding:0 6px;border-radius:6px;
  border:1px solid #d4e2f5;background:#fff;color:#6b82a1;
  font:600 11px/22px inherit;text-align:center;pointer-events:none
}
.smart-search.is-open .smart-kbd,.smart-search input:not(:placeholder-shown) + .smart-kbd{display:none}
.smart-panel{
  position:fixed;top:auto;left:auto;z-index:90;
  max-height:min(420px,70vh);overflow:auto;padding:8px;
  border-radius:18px;border:1px solid #fff
}
.smart-group{font-size:11px;letter-spacing:1.1px;color:#7a92b0;font-weight:600;padding:8px 10px 4px}
.smart-hit{
  display:flex;flex-direction:column;gap:2px;padding:10px 12px;border-radius:12px;
  color:inherit;text-decoration:none
}
.smart-hit:hover,.smart-hit.is-on{background:#d5eaff;color:#1469df}
.smart-hit b{font-size:14px;letter-spacing:-.2px}
.smart-hit small{color:#6b82a1;font-size:12px}
.smart-empty{padding:16px 12px;color:#6b82a1;font-size:13px}
.topbar-actions{margin-left:auto;display:flex;align-items:center;gap:10px;flex-shrink:0;position:relative}
.chart-float-tip{
  position:fixed;z-index:90;pointer-events:none;
  background:#14345f;color:#fff;padding:10px 12px;border-radius:12px;
  font-size:12px;line-height:1.4;min-width:148px;
  box-shadow:0 16px 32px -18px #14345fcc;opacity:0;
  transform:translateY(6px);transition:opacity .12s,transform .12s
}
.chart-float-tip.on{opacity:1;transform:none}
.chart-float-tip b{display:block;font-size:13px;letter-spacing:-.2px}
.chart-float-tip strong{display:block;margin-top:2px;font-size:16px;font-variant-numeric:tabular-nums}
.chart-float-tip small{display:block;margin-top:4px;color:#b8d0ee}
.crm-main{max-width:1280px}
.crm-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:18px}
.crm-stats .panel{display:flex;flex-direction:column;align-items:flex-start;min-width:0}
.crm-stats span{display:block;font-size:12px;color:#6b82a1;margin-bottom:8px}
.crm-stats strong{display:block;font-size:28px;letter-spacing:-1px;line-height:1.15;font-variant-numeric:tabular-nums}
.crm-stats small{display:block;margin-top:6px;max-width:100%;line-height:1.35;overflow-wrap:anywhere}
.crm-split{display:grid;grid-template-columns:1.15fr .85fr;gap:18px;margin-bottom:18px}
.crm-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.crm-list{display:grid;gap:6px}
.crm-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 4px;border-bottom:1px solid #d4e2f57a;color:inherit;min-width:0}
.crm-row>span:first-child,.crm-row>b:first-child{min-width:0;flex:1}
.crm-row small{display:block;color:#8098b6;font-size:12px;margin-top:3px;font-weight:400}
.chair-row{
  display:grid;
  grid-template-columns:7.6em minmax(0,1fr) auto;
  align-items:center;
  justify-content:stretch;
  gap:16px 18px
}
.chair-row>b{
  flex:none;
  font-variant-numeric:tabular-nums;
  white-space:nowrap;
  letter-spacing:-.02em
}
.chair-row>span{min-width:0}
.crm-search{height:40px;border:1px solid #fff;background:#fff8;border-radius:12px;padding:0 12px;min-width:0;max-width:100%}
.crm-app .panel-head{align-items:flex-start;flex-wrap:wrap;row-gap:8px}
.crm-app .panel-head h2{min-width:0;flex:1 1 auto;overflow-wrap:break-word}
.crm-app .chip,
.crm-app em.chip,
.crm-app span.chip{
  display:inline-flex;align-items:center;justify-content:center;
  width:auto!important;height:auto!important;min-height:26px;max-width:100%;
  padding:5px 11px;margin-left:0;flex:0 0 auto;
  white-space:nowrap;overflow:visible;position:relative;
  background:#ffffffa8;border:1px solid #fff;border-radius:999px;
  font-size:12px;font-style:normal;line-height:1.2;letter-spacing:0;
  box-sizing:border-box
}
.crm-app .chip::after,.crm-app .chip:after{content:none!important;display:none!important;border:0!important;inset:auto}
.chip.done,.chip.paid,.chip.answered,.chip.active,.chip.won,.chip.qualified{color:#0b7d70;background:#dff7f1}
.chip.missed,.chip.cancelled,.chip.lost{color:#b93657;background:#ffe9ef}
.chip.confirmed,.chip.consult,.chip.plan,.chip.new{color:#1e7bea;background:#d5eaff}
.crm-app .ghost-btn{white-space:nowrap}
.funnel-bar{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}
.funnel-bar>div{background:#ffffff73;border:1px solid #fff;border-radius:16px;padding:16px}
.funnel-bar strong{display:block;font-size:28px;letter-spacing:-1px}
.funnel-bar span{color:#6b82a1;font-size:13px}
.day-grid{display:grid;gap:8px}
.day-slot{display:grid;grid-template-columns:70px 1fr;gap:12px;align-items:start;padding:8px 0;border-bottom:1px solid #d4e2f57a}
.slot-card{background:#ffffff7a;border:1px solid #fff;border-radius:14px;padding:10px 12px;margin-bottom:8px}
.slot-card strong,.deal-card b{display:block}
.slot-actions,.deal-card .slot-actions{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}
.ghost-btn.on{background:#d5eaff;border-color:#fff;color:#1469df}
.sched-toolbar{display:flex;flex-wrap:wrap;gap:8px;margin:4px 0 16px}
.sched-scroller{overflow-x:auto;max-width:100%;-webkit-overflow-scrolling:touch;padding-bottom:4px}
.sched-board{
  display:grid;
  grid-template-columns:56px repeat(var(--cols,3),minmax(210px,1fr));
  gap:8px;
  min-width:min(100%,720px);
  align-items:stretch
}
.sched-time{display:flex;align-items:flex-start;justify-content:flex-end;padding:10px 6px 0 0;color:#6b82a1;font-size:12px}
.sched-time b{font-variant-numeric:tabular-nums;letter-spacing:-.02em}
.sched-colhead{
  background:#ffffff7a;border:1px solid #fff;border-radius:16px;padding:12px 14px;
  border-top:3px solid var(--doc,#2276ff)
}
.sched-colhead strong{display:block;font-size:15px;letter-spacing:-.3px}
.sched-colhead small{display:block;margin-top:3px;color:#6b82a1;font-size:12px}
.sched-cell{min-height:86px}
.sched-empty{
  width:100%;min-height:86px;border:1px dashed #c5d7ef;border-radius:16px;
  background:#ffffff4d;color:#8aa0bc;font-size:12px;cursor:pointer
}
.sched-empty:hover{background:#d5eaff66;border-color:#9cc4f0;color:#1469df}
.sched-card{
  background:#ffffffb0;border:1px solid #fff;border-radius:16px;padding:10px 12px 12px;
  border-left:4px solid var(--doc,#2276ff);margin-bottom:8px
}
.sched-card:last-child{margin-bottom:0}
.sched-card b{display:block;font-size:12px;color:#4d6d97;font-variant-numeric:tabular-nums}
.sched-card strong{display:block;margin-top:4px;font-size:15px;letter-spacing:-.3px;line-height:1.25}
.sched-card small,.sched-meta{display:block;color:#6b82a1;font-size:12px;margin-top:3px}
.sched-card.done{background:#eefaf6}
.sched-card.cancelled{opacity:.55}
.sched-card .slot-actions{margin-top:8px}
.sched-move{display:flex;flex-wrap:wrap;gap:6px;margin-top:6px}
.sched-move .ghost-btn{padding:5px 8px;font-size:11px}
.profit-form.is-aim{outline:2px solid #498dff;outline-offset:6px;border-radius:16px}
.kanban{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;align-items:start}
.kanban-col{min-width:0;padding:16px 16px 12px}
.deal-card{padding:10px 0;border-bottom:1px solid #d4e2f57a}
.deal-card:last-child{border-bottom:0}
.deal-move{display:flex;align-items:center;gap:8px;margin-top:8px}
.deal-move .ghost-btn{min-width:36px;padding:6px 10px}
.deal-move-gap{width:36px;flex:0 0 36px}
.chart-board{display:grid;grid-template-columns:1.15fr .85fr;gap:16px;margin-bottom:18px}
.live-chart-kpi{margin-bottom:12px}
.live-chart-kpi strong{display:block;font-size:28px;letter-spacing:-1px;line-height:1.1}
.live-chart-kpi small{display:block;margin-top:4px;color:#6b82a1;font-size:12px}
.live-bars{display:flex;align-items:end;gap:8px;height:128px}
.live-bars button{flex:1;height:100%;border:0;background:none;padding:0;display:flex;flex-direction:column;align-items:center;justify-content:end;gap:6px;color:#5a769a;font-size:11px;cursor:pointer;min-width:0}
.live-bars i{display:block;width:100%;border-radius:8px 8px 4px 4px;background:linear-gradient(#67a8ff,#b3d9ff8a);transition:height .2s,filter .2s;min-height:8px}
.live-bars button.on i,.live-bars button:hover i{filter:saturate(1.2);background:linear-gradient(#2f7fff,#7eb8ff)}
.live-bars span{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.live-donut-wrap{display:grid;grid-template-columns:140px 1fr;gap:14px;align-items:center}
.live-donut{width:140px;height:140px}
.live-donut path{cursor:pointer;stroke:#fff;stroke-width:1.4;opacity:.88;transition:opacity .15s}
.live-donut path.on,.live-donut path:hover{opacity:1}
.live-legend{display:grid;gap:6px}
.live-legend button{display:grid;grid-template-columns:10px 1fr auto;gap:8px;align-items:center;border:1px solid #fff;background:#ffffff7a;border-radius:10px;padding:8px 10px;font-size:13px;color:#3f5f88;text-align:left}
.live-legend button.on{background:#d5eaff;color:#1469df}
.live-legend i{width:10px;height:10px;border-radius:50%}
.live-legend b{font-weight:600;font-size:12px}
.crm-form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.stub-card{display:flex;justify-content:space-between;gap:20px;align-items:center}
.stub-card.compact{flex-direction:column;align-items:start}
.std-list{margin:0;padding-left:0;list-style:none;display:grid;gap:8px}
.std-list label{display:flex;gap:8px;align-items:center}
.crm-toast{position:fixed;right:20px;bottom:90px;background:#14345f;color:#fff;padding:12px 16px;border-radius:12px;z-index:50;font-size:14px}
.back-to-top{
  position:fixed;right:22px;bottom:22px;z-index:40;
  width:52px;height:52px;padding:0;margin:0;
  display:inline-flex;align-items:center;justify-content:center;
  border-radius:18px;border:1px solid #ffffffd4;
  background:rgba(244,250,255,.46);
  backdrop-filter:blur(22px) saturate(1.45);
  -webkit-backdrop-filter:blur(22px) saturate(1.45);
  color:#16386b;cursor:pointer;
  box-shadow:0 16px 34px -20px #2d6bb8b0, inset 0 1px 0 #ffffffcc;
  opacity:0;pointer-events:none;visibility:hidden;
  transform:translateY(10px);
  transition:opacity .22s ease,transform .22s ease,background .2s,visibility .22s
}
.back-to-top.is-on{opacity:1;pointer-events:auto;visibility:visible;transform:none}
.back-to-top:hover{background:rgba(244,250,255,.76);color:#0d4aa8}
.back-to-top svg{display:block}
.crm-mobile{display:none}
.crm-landing .feature-grid{grid-template-columns:repeat(3,1fr)}
.module-grid{align-items:stretch}
.module-card{display:flex;flex-direction:column;padding:24px 24px 20px;min-height:320px;transition:transform .22s,box-shadow .22s,background .22s}
.module-card:hover{transform:translateY(-6px);background:#ffffffb8;box-shadow:0 18px 40px -24px #2d6bb88c}
.module-card h3{font-size:23px;letter-spacing:-.6px;margin:14px 0 6px;font-weight:600}
.module-card>p{color:#6981a2;font-size:14px;line-height:1.45;margin-bottom:16px;max-width:none}
.module-kpi{margin-top:auto;margin-bottom:14px}
.module-kpi strong{display:block;font-size:32px;letter-spacing:-1.2px;line-height:1.1;font-weight:620;color:#123056}
.module-kpi small{display:block;margin-top:5px;font-size:12px;color:#6b82a1}
.module-bars{display:flex;align-items:end;gap:8px;height:72px}
.module-bars button{flex:1;height:100%;border:0;background:none;padding:0;display:flex;flex-direction:column;align-items:center;justify-content:end;gap:6px;color:#5a769a;font-size:11px}
.module-bars i{display:block;width:100%;border-radius:7px 7px 3px 3px;background:linear-gradient(#67a8ff,#b3d9ff8a);transition:height .2s,filter .2s}
.module-bars button.on i,.module-bars button:hover i{filter:saturate(1.2);background:linear-gradient(#2f7fff,#7eb8ff)}
.module-chips{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px}
.module-chips button,.module-slots button,.module-funnel button,.module-loads button{border:1px solid #fff;background:#ffffff7a;border-radius:10px;padding:6px 10px;font-size:12px;color:#3f5f88}
.module-chips button.on,.module-slots button.on,.module-funnel button.on,.module-loads button.on,
.module-chips button:hover,.module-slots button:hover,.module-funnel button:hover,.module-loads button:hover{background:#d5eaff;color:#1469df}
.module-faces{display:flex;gap:6px;align-items:center}
.module-faces b{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;background:linear-gradient(150deg,#dfebff,#bcd2f0);border:2px solid #fff;color:#3d6aa0}
.module-loads{display:grid;gap:8px}
.module-loads button{display:grid;grid-template-columns:78px 1fr auto;gap:8px;align-items:center;text-align:left;padding:8px 10px}
.module-loads i{display:block;height:6px;background:#d5e6fb;border-radius:8px;overflow:hidden}
.module-loads em{display:block;height:100%;background:linear-gradient(90deg,#59b4ff,#377bfa);border-radius:8px}
.module-loads span{font-size:12px}
.module-loads b{font-size:11px;font-weight:550;color:#1d4f8c}
.module-slots{display:grid;grid-template-columns:repeat(3,1fr);gap:6px}
.module-slots button{min-height:36px;font-variant-numeric:tabular-nums}
.module-slots button.done{background:#dff7f1;color:#0b7d70}
.module-slots button.busy{background:#d5eaff;color:#1e7bea}
.module-slots button.free{opacity:.55}
.module-funnel{display:grid;grid-template-columns:repeat(4,1fr);gap:6px}
.module-funnel.wide{grid-template-columns:repeat(3,1fr)}
.module-funnel button{display:flex;flex-direction:column;gap:2px;align-items:start;min-height:54px}
.module-funnel b{font-size:16px;letter-spacing:-.4px}
.module-spark{height:42px;display:flex;align-items:end;gap:5px}
.module-spark i{flex:1;border-radius:4px 4px 2px 2px;background:linear-gradient(#34c2b0,#b3e7ff)}
.module-docs{display:flex;gap:6px;flex-wrap:wrap}
.module-docs span{font-size:11px;padding:5px 8px;border-radius:8px;background:#ffffff8c;border:1px solid #fff;color:#4a6d98}
.module-check{margin:0;padding:0;list-style:none;display:grid;gap:7px}
.module-check label{display:flex;gap:8px;align-items:center;font-size:13px;color:#3f5f88}
.crm-landing .hero-copy>p,
.crm-landing .module-card>p,
.crm-landing .how-steps p,
.crm-landing .final-cta p,
.crm-landing .muted,
.crm-app p,
.crm-app .muted,
.crm-app .small-label,
.page-heading p{
  text-wrap:pretty;
  overflow-wrap:break-word;
  hyphens:manual
}
.crm-landing .landing-title,
.crm-landing h2,
.crm-landing h3,
.crm-app h1,
.crm-app h2,
.crm-app h3,
.page-heading h1{
  text-wrap:balance
}
.crm-landing .hero-promises>span{text-wrap:pretty}
.crm-landing .hero-copy>p{max-width:21.5em}
@media(max-width:1100px){
  .crm-stats,.funnel-bar{grid-template-columns:1fr 1fr}
  .crm-cards,.crm-form-grid{grid-template-columns:1fr}
  .crm-split{grid-template-columns:1fr}
  .kanban,.chart-board{grid-template-columns:1fr 1fr;max-width:100%}
  .live-donut-wrap{grid-template-columns:120px 1fr}
  .crm-landing .feature-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:767px){
  .crm-app{display:block;overflow-x:hidden;max-width:100%;padding-left:0}
  .crm-topbar{
    position:fixed;top:0;left:0;right:0;z-index:45;
    height:calc(64px + env(safe-area-inset-top));
    padding:env(safe-area-inset-top) 16px 0;
    margin:0;gap:10px;
    background:rgba(237,245,255,.9);
    backdrop-filter:blur(20px) saturate(1.35);
    -webkit-backdrop-filter:blur(20px) saturate(1.35);
    border-bottom:1px solid #ffffffb8
  }
  .crm-topbar .breadcrumb{display:none}
  .smart-search{max-width:none;margin:0}
  .smart-kbd{display:none}
  .smart-search input{height:40px;padding-right:12px}
  .crm-workspace{padding:calc(76px + env(safe-area-inset-top)) 16px 100px;overflow-x:hidden;max-width:100%}
  .crm-sidebar{
    display:flex;flex-direction:column;position:fixed;top:0;left:0;bottom:0;
    width:min(320px,88vw);height:100%;height:100dvh;margin:0;padding:22px 16px 28px;
    border-radius:0 22px 22px 0;z-index:70;
    transform:translateX(-108%);transition:transform .24s ease;
    overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;
    pointer-events:none;background:rgba(244,250,255,.97)
  }
  .crm-app.menu-open .crm-sidebar{transform:translateX(0);pointer-events:auto}
  .menu-close{display:inline-flex}
  .menu-backdrop{display:block;position:fixed;inset:0;background:#10284c73;z-index:60;opacity:0;pointer-events:none;transition:opacity .2s}
  .crm-app.menu-open .menu-backdrop{opacity:1;pointer-events:auto}
  .crm-main{max-width:100%;overflow-x:hidden}
  .crm-stats,.funnel-bar,.kanban,.chart-board{grid-template-columns:1fr;max-width:100%}
  .kanban{overflow-x:hidden}
  .live-donut-wrap{grid-template-columns:1fr}
  .crm-mobile{
    position:fixed;bottom:0;left:0;right:0;z-index:40;
    display:flex;justify-content:space-around;align-items:stretch;
    background:rgba(244,250,255,.92);
    backdrop-filter:blur(20px) saturate(1.3);
    -webkit-backdrop-filter:blur(20px) saturate(1.3);
    border-top:1px solid #fff;
    padding:6px 4px calc(8px + env(safe-area-inset-bottom))
  }
  .crm-mobile a{
    display:flex;flex-direction:column;align-items:center;justify-content:center;
    gap:3px;flex:1;min-width:0;padding:4px 2px;
    font-size:10px;line-height:1.1;color:#7990ae
  }
  .crm-mobile svg{width:22px;height:22px;flex-shrink:0;max-width:none}
  .crm-mobile a.active{color:#267cff;font-weight:600}
  .crm-landing{overflow-x:hidden;max-width:100%}
  .crm-landing .feature-grid{grid-template-columns:1fr}
  .module-card{min-height:0;transform:none}
  .landing-nav{max-width:100%;gap:8px;height:auto;min-height:80px;padding:14px 5%}
  .crm-landing .nav-auth{gap:6px;min-width:0;flex-shrink:1}
  .crm-landing .nav-demo{padding:8px 10px;font-size:11px}
  .crm-landing .nav-auth a[href="/admin"]{display:none}
  .crm-landing .hero-copy>p{max-width:none}
  .crm-landing .hero-interface{
    max-width:100%;
    overflow:visible;
    margin-right:0
  }
  .crm-landing .hero-dashboard{
    max-width:100%;
    width:100%;
    overflow:visible;
    transform:rotate(-1deg);
    isolation:isolate
  }
  .crm-landing .hero-widget-grid{grid-template-columns:1fr}
  .crm-landing .glass-orbit{
    width:min(280px,70vw);
    height:min(280px,70vw);
    right:-36px;
    top:-72px;
    border-width:36px
  }
  .crm-landing .hero-promises{flex-wrap:wrap;gap:16px}
  .crm-landing .how-section,.crm-landing .feature-section,.crm-landing .final-cta{max-width:100%;overflow-x:hidden}
  .crm-row{flex-wrap:wrap}
  .chair-row{flex-wrap:nowrap;grid-template-columns:6.8em minmax(0,1fr) auto}
  .users-table{display:block;max-width:100%;overflow-x:auto}
  .page-heading{max-width:100%}
  .crm-cards,.crm-split,.crm-form-grid{max-width:100%}
  .sched-board{grid-template-columns:48px repeat(var(--cols,3),minmax(200px,1fr));min-width:680px}
  .crm-app .chip{max-width:100%;white-space:nowrap}
  .back-to-top{right:16px;bottom:calc(16px + env(safe-area-inset-bottom));z-index:38}
  .crm-app .back-to-top,
  body:has(.crm-mobile) .back-to-top{
    bottom:calc(124px + env(safe-area-inset-bottom));
    z-index:38
  }
}
