/* Q10_APP_VISUAL_2026_START */
:root{
  --q10-v26-ink:#071331;
  --q10-v26-muted:#64748b;
  --q10-v26-line:rgba(15,23,42,.09);
  --q10-v26-soft:#f4f8ff;
  --q10-v26-blue:#155eef;
  --q10-v26-cyan:#13bdf2;
  --q10-v26-green:#12a150;
  --q10-v26-orange:#f97316;
  --q10-v26-red:#dc2626;
  --q10-v26-card:#fff;
}

html.q10-v26-enabled,
html.q10-v26-enabled body{
  background:var(--q10-v26-soft);
}

body.q10-v26-on{
  color:var(--q10-v26-ink);
}

body.q10-v26-on #mainView.app-shell{
  background:
    linear-gradient(180deg,rgba(244,248,255,.96),rgba(255,255,255,.72) 38%,rgba(244,248,255,.96)),
    var(--q10-v26-soft);
}

body.q10-v26-on .topbar{
  border:1px solid rgba(15,23,42,.08);
  background:rgba(255,255,255,.9);
  box-shadow:0 18px 48px rgba(15,23,42,.08);
  backdrop-filter:blur(18px);
}

body.q10-v26-on .q10-topbar-company-logo,
body.q10-v26-on .q10-topbar-brand-logo{
  border-radius:16px;
  box-shadow:0 12px 28px rgba(21,94,239,.12);
}

body.q10-v26-on #salonTitle{
  color:var(--q10-v26-ink);
  font-weight:950;
  letter-spacing:0;
}

body.q10-v26-on #userInfo{
  color:var(--q10-v26-muted);
  font-weight:750;
}

.q10-v26-role-pill{
  display:inline-flex;
  align-items:center;
  min-height:26px;
  padding:0 10px;
  margin-left:8px;
  border-radius:999px;
  background:#eef5ff;
  color:#0f2d66;
  font-size:12px;
  font-weight:900;
  vertical-align:middle;
}

body.q10-v26-on .content{
  padding-bottom:calc(26px + env(safe-area-inset-bottom));
}

body.q10-v26-on .panel,
body.q10-v26-on .card,
body.q10-v26-on .list-item{
  border-color:var(--q10-v26-line)!important;
  box-shadow:0 18px 50px rgba(15,23,42,.07)!important;
}

body.q10-v26-on .panel{
  border-radius:22px!important;
  background:rgba(255,255,255,.94)!important;
}

body.q10-v26-on button:not(.tab-btn):not(.ghost):not(.small),
body.q10-v26-on input[type="submit"]{
  min-height:42px;
  border-radius:14px;
  font-weight:900;
}

body.q10-v26-on button:not(.tab-btn):not(.ghost):not(.small):not([disabled]){
  background:linear-gradient(135deg,var(--q10-v26-blue),var(--q10-v26-cyan));
  color:#fff;
  border:0;
  box-shadow:0 12px 28px rgba(21,94,239,.18);
}

body.q10-v26-on button.ghost,
body.q10-v26-on .ghost{
  border-radius:14px!important;
  background:#eef5ff!important;
  color:#0f2d66!important;
  border:1px solid rgba(21,94,239,.12)!important;
  font-weight:850!important;
}

.q10-v26-screen{
  display:grid;
  gap:18px;
}

.q10-v26-hero{
  position:relative;
  overflow:hidden;
  border-radius:26px;
  padding:24px;
  color:#fff;
  background:
    radial-gradient(circle at 92% 8%,rgba(19,189,242,.35),transparent 30%),
    linear-gradient(135deg,#071331,#155eef 68%,#13bdf2);
  box-shadow:0 24px 70px rgba(21,94,239,.22);
}

.q10-v26-hero::after{
  content:"";
  position:absolute;
  inset:auto -12% -44% auto;
  width:360px;
  height:360px;
  border-radius:999px;
  background:rgba(255,255,255,.12);
  pointer-events:none;
}

.q10-v26-hero > *{
  position:relative;
  z-index:1;
}

.q10-v26-hero-kicker{
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
  margin-bottom:10px;
  color:rgba(255,255,255,.78);
  font-size:13px;
  font-weight:900;
  text-transform:uppercase;
}

.q10-v26-live{
  display:inline-flex;
  align-items:center;
  min-height:24px;
  padding:0 9px;
  border-radius:999px;
  background:rgba(255,255,255,.18);
  color:#fff;
}

.q10-v26-hero h2{
  margin:0;
  max-width:720px;
  color:#fff!important;
  font-size:clamp(28px,4vw,48px);
  line-height:1.02;
  letter-spacing:0;
  font-weight:950;
}

.q10-v26-hero p{
  margin:10px 0 0;
  max-width:720px;
  color:rgba(255,255,255,.78);
  line-height:1.45;
  font-weight:700;
}

.q10-v26-action-row{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:18px;
}

.q10-v26-btn{
  min-height:44px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:0 16px;
  border:0;
  border-radius:14px;
  background:#fff;
  color:#0f2d66;
  font-weight:950;
  cursor:pointer;
}

.q10-v26-btn.primary{
  background:linear-gradient(135deg,var(--q10-v26-blue),var(--q10-v26-cyan));
  color:#fff;
  box-shadow:0 14px 30px rgba(21,94,239,.24);
}

.q10-v26-btn.secondary{
  background:rgba(255,255,255,.16);
  color:#fff;
  border:1px solid rgba(255,255,255,.26);
}

.q10-v26-kpi-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}

.q10-v26-kpi,
.q10-v26-card{
  border:1px solid var(--q10-v26-line);
  border-radius:22px;
  background:var(--q10-v26-card);
  box-shadow:0 18px 48px rgba(15,23,42,.07);
}

.q10-v26-kpi{
  padding:18px;
  display:grid;
  gap:8px;
}

.q10-v26-kpi[data-q10-v26-tab]{
  cursor:pointer;
  transition:transform .16s ease, box-shadow .16s ease;
}

.q10-v26-kpi[data-q10-v26-tab]:hover{
  transform:translateY(-2px);
  box-shadow:0 22px 54px rgba(15,23,42,.1);
}

.q10-v26-kpi span{
  color:var(--q10-v26-muted);
  font-size:13px;
  font-weight:850;
}

.q10-v26-kpi strong{
  color:var(--q10-v26-ink);
  font-size:clamp(24px,2.5vw,34px);
  line-height:1;
  font-weight:950;
}

.q10-v26-kpi small{
  color:var(--q10-v26-muted);
  font-weight:750;
}

.q10-v26-card{
  padding:18px;
}

.q10-v26-card-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
  margin-bottom:14px;
}

.q10-v26-card-head h3{
  margin:0;
  color:var(--q10-v26-ink);
  font-size:20px;
  line-height:1.15;
  font-weight:950;
}

.q10-v26-card-head p{
  margin:4px 0 0;
  color:var(--q10-v26-muted);
  font-weight:700;
}

.q10-v26-grid-two{
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);
  gap:16px;
}

.q10-v26-list{
  display:grid;
  gap:10px;
}

.q10-v26-list-item{
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  gap:12px;
  align-items:center;
  min-height:72px;
  padding:12px;
  border:1px solid rgba(15,23,42,.08);
  border-radius:18px;
  background:#f8fbff;
}

button.q10-v26-list-item{
  width:100%;
  min-height:72px;
  text-align:left;
  color:var(--q10-v26-ink)!important;
  background:#f8fbff!important;
  box-shadow:none!important;
}

button.q10-v26-list-item:hover{
  background:#eef5ff!important;
}

body.q10-v26-on button.q10-v26-btn{
  background:#fff!important;
  color:#0f2d66!important;
  border:0!important;
  box-shadow:none!important;
}

body.q10-v26-on button.q10-v26-btn.primary{
  background:linear-gradient(135deg,var(--q10-v26-blue),var(--q10-v26-cyan))!important;
  color:#fff!important;
  box-shadow:0 14px 30px rgba(21,94,239,.24)!important;
}

body.q10-v26-on button.q10-v26-btn.secondary{
  background:rgba(255,255,255,.16)!important;
  color:#fff!important;
  border:1px solid rgba(255,255,255,.26)!important;
  box-shadow:none!important;
}

body.q10-v26-on button.q10-v26-chip,
body.q10-v26-on .q10-v26-more-sheet button{
  background:#eef5ff!important;
  color:#0f2d66!important;
  border:1px solid rgba(21,94,239,.12)!important;
  box-shadow:none!important;
}

.q10-v26-avatar{
  width:46px;
  height:46px;
  display:grid;
  place-items:center;
  border-radius:15px;
  background:linear-gradient(135deg,#eaf2ff,#dff8ff);
  color:#155eef;
  font-weight:950;
}

.q10-v26-item-title{
  color:var(--q10-v26-ink);
  font-weight:950;
  line-height:1.2;
}

.q10-v26-item-sub{
  margin-top:3px;
  color:var(--q10-v26-muted);
  font-size:13px;
  font-weight:700;
  line-height:1.35;
}

.q10-v26-status{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:0 10px;
  border-radius:999px;
  background:#eef5ff;
  color:#0f2d66;
  font-size:12px;
  font-weight:950;
  white-space:nowrap;
}

.q10-v26-status.ok{background:#eafaf0;color:#0f7a3b;}
.q10-v26-status.warn{background:#fff3e8;color:#b45309;}
.q10-v26-status.bad{background:#feecec;color:#b91c1c;}
.q10-v26-status.neutral{background:#eef2f7;color:#475569;}

.q10-v26-chip-row{
  display:flex;
  gap:8px;
  overflow:auto;
  padding-bottom:2px;
  scrollbar-width:none;
}

.q10-v26-chip-row::-webkit-scrollbar{display:none;}

.q10-v26-chip{
  min-height:34px;
  display:inline-flex;
  align-items:center;
  padding:0 12px;
  border-radius:999px;
  border:1px solid rgba(21,94,239,.12);
  background:#eef5ff;
  color:#0f2d66;
  font-size:13px;
  font-weight:900;
  white-space:nowrap;
}

.q10-v26-empty{
  padding:22px;
  border:1px dashed rgba(15,23,42,.16);
  border-radius:20px;
  background:#f8fbff;
  color:var(--q10-v26-muted);
  font-weight:800;
  text-align:center;
}

.q10-v26-bottom-nav{
  position:fixed;
  left:50%;
  bottom:calc(12px + env(safe-area-inset-bottom));
  z-index:80;
  width:min(560px,calc(100vw - 22px));
  transform:translateX(-50%);
  display:none;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:6px;
  padding:7px;
  border:1px solid rgba(15,23,42,.12);
  border-radius:24px;
  background:rgba(255,255,255,.94);
  box-shadow:0 20px 60px rgba(15,23,42,.18);
  backdrop-filter:blur(18px);
}

.q10-v26-bottom-nav button{
  min-width:0;
  min-height:48px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:2px;
  border:0;
  border-radius:18px;
  background:transparent;
  color:#64748b;
  font-size:11px;
  font-weight:900;
  cursor:pointer;
}

.q10-v26-bottom-nav .q10-v26-nav-icon{
  font-size:15px;
  line-height:1;
}

.q10-v26-bottom-nav button.is-active{
  background:linear-gradient(135deg,var(--q10-v26-blue),var(--q10-v26-cyan));
  color:#fff;
  box-shadow:0 10px 22px rgba(21,94,239,.24);
}

.q10-v26-more-sheet{
  position:fixed;
  inset:auto 12px calc(84px + env(safe-area-inset-bottom)) 12px;
  z-index:90;
  display:none;
  max-width:560px;
  margin:0 auto;
  padding:12px;
  border:1px solid rgba(15,23,42,.12);
  border-radius:22px;
  background:#fff;
  box-shadow:0 22px 70px rgba(15,23,42,.22);
}

.q10-v26-more-sheet.is-open{
  display:grid;
  gap:8px;
}

.q10-v26-more-sheet button{
  min-height:44px;
  border:0;
  border-radius:14px;
  background:#f4f8ff;
  color:#0f2d66;
  text-align:left;
  padding:0 14px;
  font-weight:900;
}

body.q10-v26-on .q10-safe-mobile-card-row{
  border-radius:18px!important;
}

@media (min-width:1024px){
  body.q10-v26-on .content{
    max-width:1440px;
  }

  body.q10-v26-on .q10-sidebar-shell{
    border-right:1px solid rgba(15,23,42,.08);
    background:rgba(255,255,255,.88);
    box-shadow:18px 0 48px rgba(15,23,42,.06);
  }
}

@media (max-width:920px){
  body.q10-v26-on .content{
    padding-left:14px!important;
    padding-right:14px!important;
    padding-bottom:calc(104px + env(safe-area-inset-bottom))!important;
  }

  body.q10-v26-on .topbar{
    position:sticky;
    top:0;
    z-index:50;
    margin:8px 8px 0;
    border-radius:22px;
    padding-top:calc(10px + env(safe-area-inset-top));
  }

  body.q10-v26-on .tabs{
    display:none!important;
  }

  .q10-v26-bottom-nav{
    display:grid;
  }

  .q10-v26-grid-two,
  .q10-v26-kpi-grid{
    grid-template-columns:1fr;
  }

  .q10-v26-hero{
    border-radius:28px;
    padding:22px 18px;
  }

  .q10-v26-card{
    border-radius:22px;
    padding:16px;
  }

  .q10-v26-list-item{
    grid-template-columns:auto minmax(0,1fr);
  }

  .q10-v26-list-item .q10-v26-status{
    grid-column:2;
    width:max-content;
  }

  body.q10-v26-on .modal-card{
    border-radius:24px 24px 0 0!important;
  }
}

@media (max-width:520px){
  .q10-v26-kpi-grid{
    gap:10px;
  }

  .q10-v26-hero h2{
    font-size:30px;
  }

  .q10-v26-card-head{
    flex-direction:column;
  }
}

/* Q10_APP_VISUAL_2026_CASCADE_GUARD_V2
   Loaded last in index.html to keep the new shell dominant while preserving legacy renderers. */
body.q10-v26-on .q10-v26-hero::after{
  display:none;
}

@media (min-width:1001px){
  body.q10-v26-on.aura-premium-enabled #mainView.app-shell{
    background:linear-gradient(145deg,#f4f8ff 0%,#edf6ff 54%,#fffaf2 100%)!important;
  }

  body.q10-v26-on.aura-premium-enabled #mainView #tabs{
    isolation:isolate;
    overflow-x:hidden!important;
    background:linear-gradient(180deg,#071331 0%,#113b79 64%,#0e92c8 100%)!important;
    box-shadow:16px 0 46px rgba(15,23,42,.14)!important;
  }

  body.q10-v26-on #tabs .q10-sidebar-shell,
  body.q10-v26-on #tabs .q10-sidebar-head,
  body.q10-v26-on #tabs .q10-sidebar-nav,
  body.q10-v26-on #tabs .q10-sidebar-brand{
    background:transparent!important;
    box-shadow:none!important;
  }

  body.q10-v26-on #tabs .q10-sidebar-shell{
    min-height:100%;
    display:flex;
    flex-direction:column;
    border:0!important;
  }

  body.q10-v26-on #tabs .q10-sidebar-head{
    border-bottom:1px solid rgba(255,255,255,.12)!important;
    padding-bottom:12px;
    margin-bottom:10px;
  }

  body.q10-v26-on #tabs .q10-sidebar-brand-copy strong,
  body.q10-v26-on #tabs .q10-sidebar-brand-copy small{
    color:#fff!important;
  }

  body.q10-v26-on #tabs .q10-sidebar-brand-mark{
    border:1px solid rgba(255,255,255,.18)!important;
    background:rgba(255,255,255,.12)!important;
    box-shadow:0 14px 32px rgba(0,0,0,.12)!important;
  }

  body.q10-v26-on #tabs .tab-btn{
    min-height:42px!important;
    border-radius:14px!important;
    color:rgba(255,255,255,.78)!important;
  }

  body.q10-v26-on #tabs .tab-btn:hover,
  body.q10-v26-on #tabs .tab-btn.active{
    color:#fff!important;
  }

  body.q10-v26-on #tabs .tab-btn.active{
    background:linear-gradient(135deg,rgba(21,94,239,.72),rgba(19,189,242,.72))!important;
    box-shadow:0 12px 28px rgba(0,0,0,.16)!important;
  }

  body.q10-v26-on #tabs .q10-sidebar-toggle,
  body.q10-v26-on .aura-sidebar-footer button{
    color:rgba(255,255,255,.78)!important;
    background:rgba(255,255,255,.08)!important;
  }

  body.q10-v26-on #q10WorkspaceTabsWrap{
    border-color:rgba(15,23,42,.08)!important;
    border-radius:18px!important;
    background:rgba(255,255,255,.86)!important;
    box-shadow:0 14px 34px rgba(15,23,42,.07)!important;
  }

  body.q10-v26-on #q10WorkspaceTabsWrap .q10-workspace-tab{
    border-radius:14px!important;
  }
}

@media (max-width:1000px){
  body.q10-v26-on #mainView.app-shell{
    min-height:100dvh!important;
    max-width:none!important;
    background:linear-gradient(180deg,#f4f8ff 0%,#ffffff 48%,#f4f8ff 100%)!important;
  }

  body.q10-v26-on #mainView #tabs,
  body.q10-v26-on #mainView .topbar,
  body.q10-v26-on .aura-mobile-bottom-nav,
  body.q10-v26-on .aura-bottom-nav,
  body.q10-v26-on .aura-global-fab,
  body.q10-v26-on .aura-fab,
  body.q10-v26-on .aura-more-sheet,
  body.q10-v26-on .aura-global-sheet,
  body.q10-v26-on .q10-native-bottom-nav,
  body.q10-v26-on .q10-native-sheet,
  body.q10-v26-on #q10FlowHeader,
  body.q10-v26-on #q10FlowDock,
  body.q10-v26-on #q10FlowFab,
  body.q10-v26-on #q10FlowSheet,
  body.q10-v26-on #q10WorkspaceTabsWrap{
    display:none!important;
  }

  body.q10-v26-on .content,
  body.q10-v26-on.aura-premium-enabled #content{
    display:grid!important;
    gap:14px!important;
    width:100%!important;
    max-width:none!important;
    padding:14px 14px calc(108px + env(safe-area-inset-bottom))!important;
    overflow:visible!important;
  }

  body.q10-v26-on.aura-premium-enabled.aura-tab-dashboard #content{
    padding:0 0 calc(108px + env(safe-area-inset-bottom))!important;
  }

  .q10-v26-bottom-nav{
    display:grid;
    z-index:1260;
    width:min(560px,calc(100vw - 20px));
  }

  body.q10-v26-on .q10-v26-bottom-nav button{
    background:transparent!important;
    color:#64748b!important;
    border:0!important;
    box-shadow:none!important;
  }

  body.q10-v26-on .q10-v26-bottom-nav button.is-active{
    background:linear-gradient(135deg,var(--q10-v26-blue),var(--q10-v26-cyan))!important;
    color:#fff!important;
    box-shadow:0 10px 22px rgba(21,94,239,.24)!important;
  }

  .q10-v26-more-sheet{
    z-index:1270;
  }

  body.q10-v26-on #content > .panel,
  body.q10-v26-on #content > .card,
  body.q10-v26-on .q10-role-dashboard-head,
  body.q10-v26-on .q10-role-kpi,
  body.q10-v26-on .q10-role-panel{
    border-radius:22px!important;
    border-color:rgba(15,23,42,.08)!important;
    background:#fff!important;
    box-shadow:0 18px 46px rgba(15,23,42,.07)!important;
  }

  body.q10-v26-on .q10-role-dashboard-head{
    padding:18px!important;
  }

  body.q10-v26-on .q10-role-kpis,
  body.q10-v26-on .q10-role-panels{
    grid-template-columns:1fr!important;
  }

  body.q10-v26-on #content.q10-v26-legacy-adapted{
    align-content:start!important;
  }

  .q10-v26-mobile-title{
    position:relative;
    overflow:hidden;
    display:block;
    margin:0 0 2px;
    padding:20px 18px;
    border-radius:28px;
    color:#fff;
    background:
      radial-gradient(circle at 88% 12%,rgba(19,189,242,.34),transparent 30%),
      linear-gradient(135deg,#071331 0%,#155eef 70%,#13bdf2 100%);
    box-shadow:0 24px 68px rgba(21,94,239,.22);
  }

  .q10-v26-mobile-title h2{
    margin:0;
    color:#fff!important;
    font-size:30px;
    line-height:1.04;
    letter-spacing:0;
    font-weight:950;
  }

  .q10-v26-mobile-title p{
    margin:8px 0 0;
    color:rgba(255,255,255,.78)!important;
    line-height:1.42;
    font-weight:750;
  }

  body.q10-v26-on #content.q10-v26-legacy-adapted > .panel,
  body.q10-v26-on #content.q10-v26-legacy-adapted > .card,
  body.q10-v26-on #content.q10-v26-legacy-adapted section.panel,
  body.q10-v26-on #content.q10-v26-legacy-adapted section.card{
    overflow:hidden!important;
    margin:0!important;
    padding:16px!important;
    border-radius:24px!important;
    border:1px solid rgba(15,23,42,.08)!important;
    background:#fff!important;
    box-shadow:0 18px 46px rgba(15,23,42,.07)!important;
  }

  body.q10-v26-on #content.q10-v26-legacy-adapted h1,
  body.q10-v26-on #content.q10-v26-legacy-adapted h2{
    margin-top:0!important;
    color:#071331!important;
    font-size:24px!important;
    line-height:1.12!important;
    letter-spacing:0!important;
    font-weight:950!important;
  }

  body.q10-v26-on #content.q10-v26-legacy-adapted h3{
    color:#071331!important;
    font-size:18px!important;
    line-height:1.15!important;
    letter-spacing:0!important;
    font-weight:950!important;
  }

  body.q10-v26-on #content.q10-v26-legacy-adapted .form-grid,
  body.q10-v26-on #content.q10-v26-legacy-adapted form,
  body.q10-v26-on #content.q10-v26-legacy-adapted .grid,
  body.q10-v26-on #content.q10-v26-legacy-adapted .filters{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:10px!important;
  }

  body.q10-v26-on #content.q10-v26-legacy-adapted label{
    color:#334155!important;
    font-weight:850!important;
  }

  body.q10-v26-on #content.q10-v26-legacy-adapted input,
  body.q10-v26-on #content.q10-v26-legacy-adapted select,
  body.q10-v26-on #content.q10-v26-legacy-adapted textarea{
    min-height:46px!important;
    border-radius:16px!important;
    border:1px solid rgba(15,23,42,.1)!important;
    background:#f8fbff!important;
    color:#071331!important;
    font-size:15px!important;
    font-weight:750!important;
  }

  body.q10-v26-on #content.q10-v26-legacy-adapted .table-wrap,
  body.q10-v26-on #content.q10-v26-legacy-adapted .table-responsive{
    overflow:visible!important;
  }

  body.q10-v26-on #content.q10-v26-legacy-adapted table,
  body.q10-v26-on #content.q10-v26-legacy-adapted thead,
  body.q10-v26-on #content.q10-v26-legacy-adapted tbody,
  body.q10-v26-on #content.q10-v26-legacy-adapted tr,
  body.q10-v26-on #content.q10-v26-legacy-adapted th,
  body.q10-v26-on #content.q10-v26-legacy-adapted td{
    display:block!important;
    width:100%!important;
  }

  body.q10-v26-on #content.q10-v26-legacy-adapted thead{
    position:absolute!important;
    width:1px!important;
    height:1px!important;
    overflow:hidden!important;
    clip:rect(0 0 0 0)!important;
  }

  body.q10-v26-on #content.q10-v26-legacy-adapted tbody{
    display:grid!important;
    gap:10px!important;
  }

  body.q10-v26-on #content.q10-v26-legacy-adapted tbody tr{
    padding:12px!important;
    border:1px solid rgba(15,23,42,.08)!important;
    border-radius:18px!important;
    background:#f8fbff!important;
    box-shadow:none!important;
  }

  body.q10-v26-on #content.q10-v26-legacy-adapted tbody td{
    min-height:32px!important;
    padding:7px 0!important;
    border:0!important;
    color:#071331!important;
    font-weight:850!important;
  }

  body.q10-v26-on #content.q10-v26-legacy-adapted tbody td::before{
    content:attr(data-q10-label);
    display:block;
    margin-bottom:2px;
    color:#64748b;
    font-size:11px;
    line-height:1.2;
    font-weight:900;
    text-transform:uppercase;
  }

  body.q10-v26-on #content.q10-v26-legacy-adapted tbody td:empty{
    display:none!important;
  }

  body.q10-v26-on #content.q10-v26-legacy-adapted .actions,
  body.q10-v26-on #content.q10-v26-legacy-adapted td:last-child{
    display:flex!important;
    gap:8px!important;
    flex-wrap:wrap!important;
  }

  body.q10-v26-on #content.q10-v26-legacy-adapted .badge,
  body.q10-v26-on #content.q10-v26-legacy-adapted .pill,
  body.q10-v26-on #content.q10-v26-legacy-adapted .status{
    border-radius:999px!important;
    padding:5px 9px!important;
    background:#eef5ff!important;
    color:#0f2d66!important;
    font-weight:950!important;
  }
}

body.q10-v26-on #loginView{
  min-height:100dvh!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:24px!important;
  background:linear-gradient(145deg,#f4f8ff 0%,#ffffff 58%,#eef7ff 100%)!important;
}

body.q10-v26-on #loginView.hidden{
  display:none!important;
}

body.q10-v26-on #loginView .aura-login-shell,
body.q10-v26-on #loginView .aura-login-brand,
body.q10-v26-on #loginView .aura-login-copy,
body.q10-v26-on #loginView .auth-card h2{
  display:none!important;
}

body.q10-v26-on #loginView .auth-card{
  width:min(420px,100%)!important;
  margin:0!important;
  border-radius:24px!important;
  border:1px solid rgba(15,23,42,.08)!important;
  background:#fff!important;
  box-shadow:0 24px 70px rgba(15,23,42,.12)!important;
}

body.q10-v26-on #loginView .auth-card::before,
body.q10-v26-on #loginView .auth-card::after{
  display:none!important;
}

body.q10-v26-on #loginView #loginBrandName{
  font-size:28px!important;
  letter-spacing:0!important;
}

body.q10-v26-on .aura-mobile-bottom-nav,
body.q10-v26-on .aura-bottom-nav,
body.q10-v26-on .aura-global-fab,
body.q10-v26-on .aura-fab,
body.q10-v26-on .aura-more-sheet,
body.q10-v26-on .aura-global-sheet,
body.q10-v26-on .q10-native-bottom-nav,
body.q10-v26-on .q10-native-sheet,
body.q10-v26-on .q10-native-scrim,
body.q10-v26-on .q10-mn-bottom-nav,
body.q10-v26-on .q10-mn-sheet,
body.q10-v26-on .q10-mn-scrim,
body.q10-v26-on #q10FlowHeader,
body.q10-v26-on #q10FlowDock,
body.q10-v26-on #q10FlowFab,
body.q10-v26-on #q10FlowSheet,
body.q10-v26-on #q10FlowScrim{
  display:none!important;
}
/* Q10_APP_VISUAL_2026_END */
