/* Separate layout systems: not a recoloring of the classic .app-shell. */
.reference-app { --ref-nav:224px; --ref-rail:0px; --ref-bg:#f7f9fb; --ref-panel:#fff; --ref-text:#13253f; --ref-muted:#526477; --ref-line:#dce3eb; --ref-accent:#087f43; --ref-nav-bg:#051e36; --ref-nav-text:#edf5ff; --ref-radius:10px; --ref-shadow:none; min-height:100dvh; width:100%; color:var(--ref-text); background:var(--ref-bg); font-family:Arial,Helvetica,sans-serif; font-size:14px; line-height:1.5; }
.reference-app *, .reference-app *::before, .reference-app *::after { box-sizing:border-box; }
.reference-app { --ink:var(--ref-text); --muted:var(--ref-muted); --paper:var(--ref-bg); --white:var(--ref-panel); --line:var(--ref-line); --teal:var(--ref-accent); --teal-2:var(--ref-accent); }
.reference-app { color-scheme:light; }
.reference-app:is(.ref-theme-control-dark,.ref-theme-logistics-modular) { color-scheme:dark; }
.reference-app .modal { color:var(--ref-text); background:var(--ref-panel); border:1px solid var(--ref-line); font-size:16px; }
.reference-app .modal :is(h1,h2,h3,strong,b,label,legend) { color:var(--ref-text); }
.reference-app .modal :is(p,small,.helper,.muted) { color:var(--ref-muted); }
.reference-app :is(input,select,textarea,.input-readonly) { color:var(--ref-text); border-color:var(--ref-line); background:var(--ref-panel); }
.reference-app .modal :is(input,select,textarea) { font-size:16px; }
.reference-app .modal .button { color:var(--ref-text); background:var(--ref-panel); border-color:var(--ref-line); font-size:14px; }
.reference-app .modal .button.primary { color:#fff; background:var(--ref-accent); }
.reference-app .modal .button.danger { color:#c94343; border-color:#c94343; }
.reference-app :is(h1,h2,h3,h4,p) { max-width:none; }
.reference-app button, .reference-app input, .reference-app select, .reference-app textarea { font-family:inherit; }
.reference-app button { cursor:pointer; }
.reference-app button:disabled { cursor:not-allowed; }
.reference-app :focus-visible { outline:3px solid var(--ref-accent); outline-offset:3px; }
.ref-icon { width:22px; height:22px; flex:0 0 22px; display:inline-block; vertical-align:middle; }
.ref-sr-only { position:absolute; width:1px; height:1px; overflow:hidden; clip-path:inset(50%); }
.ref-sidebar { position:fixed; inset:0 auto 0 var(--ref-rail); width:var(--ref-nav); z-index:35; display:flex; flex-direction:column; background:var(--ref-nav-bg); color:var(--ref-nav-text); border-right:1px solid color-mix(in srgb,var(--ref-nav-text) 10%,transparent); }
.ref-sidebar { --ink:var(--ref-nav-text); --muted:color-mix(in srgb,var(--ref-nav-text) 72%,transparent); }
.ref-brand { min-height:90px; display:flex; align-items:center; gap:12px; padding:20px; color:inherit; }
.ref-brand > .ref-icon { width:36px; height:36px; flex-basis:36px; color:#20ce72; }
.ref-brand > span { font-size:22px; font-weight:700; line-height:1.12; letter-spacing:-.6px; }
.ref-brand em { font-style:normal; display:block; }
.ref-brand small { display:block; font-size:10px; font-weight:400; opacity:.72; line-height:1.6; letter-spacing:.03em; margin-top:5px; }
.ref-sidebar > nav { flex:1; min-height:0; overflow:auto; scrollbar-width:thin; scrollbar-color:#ffffff38 transparent; padding:0 10px 18px; overscroll-behavior:contain; }
.ref-nav-group { display:grid; gap:3px; margin:0 0 15px; }
.ref-nav-group > h2 { padding:5px 12px; margin:0; font-size:10px; letter-spacing:.12em; text-transform:uppercase; color:inherit; opacity:.53; font-weight:600; }
.ref-nav-item { border:0; border-radius:7px; padding:11px 13px; display:flex; align-items:center; gap:12px; width:100%; min-height:44px; color:inherit; background:transparent; text-align:left; font-size:13px; font-weight:400; line-height:1.3; box-shadow:none; }
.ref-nav-item > span { min-width:0; overflow-wrap:anywhere; }
.ref-nav-item > b { margin-left:auto; background:#ffffff16; color:inherit; border-radius:5px; padding:2px 6px; font-size:10px; }
.ref-nav-item:hover { background:#ffffff10; }
.ref-nav-item.is-current { background:var(--ref-accent); color:#fff; font-weight:600; }
.ref-sidebar-foot { padding:8px 12px 12px; border-top:1px solid #ffffff16; }
.ref-theme-label { padding:8px; border:0; background:transparent; color:inherit; font-size:12px; display:flex; align-items:center; gap:9px; width:100%; }
.ref-user { background:transparent; border:0; color:inherit; padding:12px 3px 0; display:flex; gap:10px; align-items:center; text-align:left; width:100%; }
.ref-user > i { display:grid; place-items:center; border:1px solid #ffffff20; background:#ffffff10; border-radius:50%; width:32px; height:32px; flex:0 0 32px; font-size:11px; font-style:normal; }
.ref-user > span { flex:1; min-width:0; }
.ref-user strong { display:block; font-size:11px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.ref-user small { font-size:10px; opacity:.6; display:block; }
.ref-user > .ref-icon { width:14px; flex-basis:14px; }
.ref-workspace { min-width:0; margin-left:calc(var(--ref-nav) + var(--ref-rail)); }
.ref-header { color:var(--ref-text); background:var(--ref-panel); border-bottom:1px solid var(--ref-line); }
.ref-header-primary { display:flex; align-items:center; gap:16px; padding:12px 26px; min-height:60px; }
.ref-header-actions { margin-left:auto; display:flex; align-items:center; gap:8px; flex:0 0 auto; }
.ref-header-secondary { padding:9px 26px 13px; display:flex; gap:18px; align-items:center; border-top:1px solid var(--ref-line); }
.ref-workspace-label { display:grid; min-width:0; gap:1px; }
.ref-workspace-label strong { font-size:11px; font-weight:600; text-transform:uppercase; letter-spacing:.09em; }
.ref-workspace-label small { color:var(--ref-muted); font-size:11px; }
.ref-location-tools { display:flex; align-items:center; gap:9px; margin-left:auto; min-width:0; }
.ref-location-tools label { display:flex; align-items:center; gap:8px; margin:0; color:var(--ref-text); font-size:11px; min-width:0; }
.ref-location-tools select { width:auto; max-width:280px; min-width:0; padding:8px 28px 8px 10px; background:var(--ref-panel); color:var(--ref-text); border:1px solid var(--ref-line); border-radius:6px; font-size:12px; font-weight:500; text-overflow:ellipsis; box-shadow:none; min-height:38px; }
.ref-branch-picker > .ref-icon { width:18px; flex-basis:18px; color:var(--ref-accent); }
.ref-courier-picker select { max-width:185px; }
.ref-icon-button { width:36px; height:36px; flex:0 0 36px; display:grid; place-items:center; border:1px solid var(--ref-line); border-radius:7px; color:inherit; background:transparent; box-shadow:none; padding:7px; }
.ref-icon-button .ref-icon { width:19px; height:19px; }
.ref-theme-button { display:flex; align-items:center; gap:7px; background:transparent; border:1px solid var(--ref-line); border-radius:7px; color:inherit; font-weight:500; padding:8px 11px; font-size:12px; min-height:36px; }
.ref-theme-button .ref-icon { width:17px; height:17px; flex-basis:17px; }
.ref-alert-button { position:relative; }
.ref-alert-button > b { position:absolute; top:-6px; right:-5px; font-size:9px; background:var(--ref-accent); color:#fff; border:2px solid var(--ref-panel); border-radius:12px; padding:0 4px; min-width:17px; }
.ref-sync { display:flex; align-items:center; gap:5px; font-size:10px; color:var(--ref-muted); margin-right:9px; white-space:nowrap; }
.ref-sync i { width:6px; height:6px; border-radius:50%; background:#22a96e; }
.ref-sync.offline i,.ref-sync.error i { background:#dd982e; }
.ref-sync.saving i,.ref-sync.connecting i { background:#629ade; }
.ref-context { display:flex; align-items:center; gap:11px; color:var(--ref-muted); font-size:12px; }
.ref-context b { opacity:.4; font-weight:400; }
.ref-context strong { color:var(--ref-text); font-size:12px; font-weight:500; }
.ref-content { padding:26px; min-width:0; }
.ref-content > * { min-width:0; }
.ref-workspace-footer { margin:10px 26px 0; padding:14px 0 20px; border-top:1px solid var(--ref-line); display:flex; justify-content:space-between; gap:16px; color:var(--ref-muted); font-size:10px; }
.ref-section-tabs { display:flex; align-items:center; gap:5px; }
.ref-section-tabs .ref-tab { width:auto; white-space:nowrap; color:var(--ref-text); min-height:38px; padding:9px 13px; font-size:12px; }
.ref-section-tabs .ref-tab .ref-icon { width:17px; flex-basis:17px; }
.ref-section-tabs .ref-tab.is-current { color:#fff; }
.ref-mobile-nav,.ref-nav-scrim,.ref-menu-button { display:none; }
.ref-icon-rail { position:fixed; inset:0 auto 0 0; z-index:36; width:var(--ref-rail); background:#070b0e; border-right:1px solid #20282d; display:flex; flex-direction:column; align-items:center; gap:9px; padding:17px 6px; }
.ref-icon-rail button { width:42px; height:44px; display:grid; place-items:center; border:0; border-left:2px solid transparent; border-radius:5px; background:transparent; color:#8a9ca3; }
.ref-icon-rail button.is-current { color:#2cd4dc; background:#0c2329; border-left-color:#2cd4dc; }
.ref-icon-rail .ref-rail-bottom { margin-top:auto; }

/* Editorial: a full-width masthead, a quiet green index, ruled folios. */
.ref-theme-premium { --ref-nav:206px; --ref-bg:#faf9f5; --ref-panel:#fffefa; --ref-text:#20251f; --ref-muted:#636a60; --ref-line:#dddcd4; --ref-accent:#a77728; --ref-nav-bg:#263c31; --ref-nav-text:#f5f5eb; --ref-radius:0px; }
.ref-theme-premium .ref-header { position:relative; margin-left:calc(0px - var(--ref-nav)); background:#141814; color:#fff; }
.ref-theme-premium .ref-header-primary { min-height:84px; }
.ref-theme-premium .ref-header-primary > .ref-brand { padding:0 28px 0 0; min-height:0; width:260px; flex:0 0 260px; }
.ref-theme-premium .ref-header .ref-brand > .ref-icon { display:none; }
.ref-theme-premium .ref-header .ref-brand > span { font:30px Georgia,serif; white-space:nowrap; }
.ref-theme-premium .ref-header .ref-brand em { display:inline; color:#c7a566; }
.ref-theme-premium .ref-header .ref-brand small { display:none; }
.ref-theme-premium .ref-header-secondary { background:var(--ref-panel); color:var(--ref-text); padding-left:calc(var(--ref-nav) + 28px); }
.ref-theme-premium .ref-header-primary .ref-icon-button,.ref-theme-premium .ref-header-primary .ref-theme-button { border-color:#ffffff25; }
.ref-theme-premium .ref-section-tabs .ref-tab { color:#e3e5df; border-radius:0; border-bottom:2px solid transparent; min-height:55px; }
.ref-theme-premium .ref-section-tabs .ref-tab .ref-icon { display:none; }
.ref-theme-premium .ref-section-tabs .ref-tab.is-current { border-color:#d6b067; background:transparent; }
.ref-theme-premium .ref-sync { color:#b9c2b5; }
.ref-theme-premium .ref-sidebar { top:84px; }
.ref-theme-premium .ref-sidebar > .ref-brand { display:none; }
.ref-theme-premium .ref-sidebar > nav { padding:15px 0; }
.ref-theme-premium .ref-nav-item { padding:15px 24px; border-radius:0; border-left:3px solid transparent; }
.ref-theme-premium .ref-nav-item.is-current { background:#14281c; border-left-color:#cda866; color:#fff; }
.ref-theme-premium .ref-nav-item.is-current .ref-icon { color:#d6b067; }
.ref-theme-premium .ref-nav-group > h2 { padding-left:27px; }
.ref-theme-premium .ref-content { padding:30px; }

/* Soft glass: inset floating islands and an independent rounded navigation. */
.ref-theme-soft-glass { --ref-nav:234px; --ref-bg:#edf4fa; --ref-panel:#ffffffeb; --ref-text:#193558; --ref-muted:#506b91; --ref-line:#e0eaf6; --ref-accent:#1463e5; --ref-nav-bg:#ffffffd9; --ref-nav-text:#244061; --ref-radius:22px; --ref-shadow:0 8px 30px #1d487516; background:radial-gradient(at 80% 8%,#dfeefb,transparent 52%),#f0f5fa; }
.ref-theme-soft-glass .ref-sidebar { inset:16px auto 16px 16px; width:218px; border-radius:26px; box-shadow:var(--ref-shadow); border:1px solid #fff; }
.ref-theme-soft-glass .ref-brand { padding:26px 19px; }
.ref-theme-soft-glass .ref-brand > .ref-icon { display:none; }
.ref-theme-soft-glass .ref-brand > span { font-size:21px; }
.ref-theme-soft-glass .ref-brand em { display:inline; }
.ref-theme-soft-glass .ref-sidebar > nav { padding:0 14px 18px; }
.ref-theme-soft-glass .ref-nav-item { border-radius:28px; padding:12px 15px; margin-bottom:5px; background:#ffffffb8; box-shadow:0 3px 8px #28466d0c; }
.ref-theme-soft-glass .ref-nav-item.is-current { background:linear-gradient(120deg,#146aff,#246ce9); color:#fff; box-shadow:0 5px 14px #146aff28; }
.ref-theme-soft-glass .ref-nav-item b { background:#d4e3f74d; }
.ref-theme-soft-glass .ref-header { margin:16px 20px 0; border-radius:22px; box-shadow:var(--ref-shadow); border:1px solid #fff; }
.ref-theme-soft-glass .ref-header-primary { padding:12px 18px; }
.ref-theme-soft-glass .ref-header-secondary { padding:10px 18px; }
.ref-theme-soft-glass .ref-section-tabs .ref-tab { border-radius:30px; }
.ref-theme-soft-glass .ref-content { padding:22px 20px; }
.ref-theme-soft-glass .ref-user i { border-color:var(--ref-line); background:#e1edfc; }
.ref-theme-soft-glass .ref-sidebar-foot { border-color:var(--ref-line); }

/* Operations console: icon rail + persistent module tree, compact controls. */
.ref-theme-control-dark { --ref-nav:202px; --ref-rail:56px; --ref-bg:#080d10; --ref-panel:#0e1519; --ref-text:#e0eaed; --ref-muted:#93a8ae; --ref-line:#263238; --ref-accent:#08979f; --ref-nav-bg:#0b1114; --ref-nav-text:#b6c4ca; --ref-radius:5px; }
.ref-theme-control-dark .ref-sidebar { border-right-color:var(--ref-line); }
.ref-theme-control-dark .ref-brand { padding:17px 16px; min-height:70px; }
.ref-theme-control-dark .ref-brand > .ref-icon { display:none; }
.ref-theme-control-dark .ref-brand > span { font-size:18px; color:#fff; }
.ref-theme-control-dark .ref-brand em { display:inline; }
.ref-theme-control-dark .ref-nav-group { border:1px solid var(--ref-line); border-radius:5px; padding:8px 4px; margin-bottom:7px; }
.ref-theme-control-dark .ref-nav-group > h2 { font-size:10px; color:#42d0d0; opacity:1; letter-spacing:.05em; }
.ref-theme-control-dark .ref-nav-item { padding:8px; min-height:35px; font-size:12px; border-radius:3px; gap:9px; }
.ref-theme-control-dark .ref-nav-item .ref-icon { width:17px; flex-basis:17px; height:17px; }
.ref-theme-control-dark .ref-nav-item.is-current { background:#103139; color:#b9f8f6; }
.ref-theme-control-dark .ref-header-primary { min-height:54px; padding:9px 18px; }
.ref-theme-control-dark .ref-header-secondary { padding:8px 18px; }
.ref-theme-control-dark .ref-content { padding:15px 18px; }
.ref-theme-control-dark .ref-workspace-label strong { color:#2ecdd0; }
.ref-theme-control-dark .ref-location-tools select { background:#101b21; color:#d5e2e8; }

/* Logistics: slim blue navigation, broad high-contrast operations workspace. */
.ref-theme-logistics-modular { --ref-nav:188px; --ref-bg:#03152d; --ref-panel:#082446; --ref-text:#f1f6ff; --ref-muted:#b2c5e4; --ref-line:#204c7d; --ref-accent:#0062ed; --ref-nav-bg:#02122d; --ref-nav-text:#d3e0f7; --ref-radius:8px; }
.ref-theme-logistics-modular .ref-brand { padding:20px 15px; gap:10px; }
.ref-theme-logistics-modular .ref-brand > .ref-icon { width:42px; height:42px; flex-basis:42px; padding:8px; background:#065ff9; border-radius:8px; color:#fff; }
.ref-theme-logistics-modular .ref-brand > span { font-size:17px; }
.ref-theme-logistics-modular .ref-nav-item { font-size:12px; min-height:41px; padding:10px 12px; }
.ref-theme-logistics-modular .ref-header { background:#061a36; }
.ref-theme-logistics-modular .ref-header-primary { padding:13px 20px; }
.ref-theme-logistics-modular .ref-header-secondary { padding:9px 20px; }
.ref-theme-logistics-modular .ref-content { padding:20px; }
.ref-theme-logistics-modular .ref-location-tools select { background:#071c39; color:#eff5ff; }

@media(min-width:1800px) { .reference-app { font-size:15px; } .ref-nav-item { font-size:14px; } .ref-content { padding:32px; } }
@media(max-width:1280px) { .reference-app { --ref-nav:198px; } .ref-theme-control-dark { --ref-nav:180px; } .ref-theme-logistics-modular { --ref-nav:172px; } .ref-theme-soft-glass { --ref-nav:212px; } .ref-theme-soft-glass .ref-sidebar { width:196px; } .ref-context > span { display:none; } .ref-context > b { display:none; } .ref-header-primary { padding:12px 18px; } .ref-sync { display:none; } .ref-section-tabs .ref-tab { padding:8px 9px; font-size:11px; gap:6px; } .ref-theme-premium .ref-header-primary > .ref-brand { width:220px; flex-basis:220px; } .ref-theme-premium .ref-header .ref-brand > span { font-size:25px; } .ref-courier-picker > span { display:none; } }
@media(max-width:1050px) { .ref-header-secondary { align-items:flex-start; } .ref-location-tools { flex-wrap:wrap; justify-content:flex-end; gap:7px; } .ref-location-tools select { max-width:215px; } .ref-header-secondary .ref-workspace-label small { max-width:150px; } .ref-theme-premium .ref-header-primary > .ref-brand { width:190px; flex-basis:190px; padding-right:10px; } .ref-section-tabs .ref-tab .ref-icon { display:none; } .ref-theme-premium .ref-header .ref-brand > span { font-size:22px; } .ref-header-actions { gap:5px; } }
@media(max-width:900px) {
  .reference-app { --ref-nav:0px; --ref-rail:0px; }
  .ref-sidebar,.ref-theme-premium .ref-sidebar,.ref-theme-soft-glass .ref-sidebar { inset:0 auto 0 0; width:min(290px,85vw); z-index:1100; transform:translateX(-105%); transition:transform .18s ease; border-radius:0; padding-top:env(safe-area-inset-top); padding-bottom:env(safe-area-inset-bottom); }
  .ref-theme-premium .ref-sidebar > .ref-brand { display:flex; }
  .reference-app.nav-open .ref-sidebar { transform:translateX(0); }
  .reference-app.nav-open .ref-nav-scrim { display:block; position:fixed; inset:0; z-index:1090; background:#0008; border:0; width:100%; }
  .ref-icon-rail { display:none; }
  .ref-menu-button { display:grid; }
  .ref-header-primary,.ref-theme-premium .ref-header-primary { min-height:58px; padding:11px 16px; }
  .ref-theme-premium .ref-header { margin-left:0; }
  .ref-theme-premium .ref-header-secondary { padding-left:16px; }
  .ref-theme-premium .ref-header-primary > .ref-brand { display:none; }
  .ref-content,.ref-theme-premium .ref-content { padding:20px 16px; }
  .ref-header-secondary { padding:10px 16px; }
  .ref-mobile-nav { display:grid; grid-template-columns:repeat(5,minmax(0,1fr)); position:fixed; inset:auto 0 0; z-index:55; padding:6px 8px calc(6px + env(safe-area-inset-bottom)); border-top:1px solid var(--ref-line); background:var(--ref-panel); color:var(--ref-text); box-shadow:0 -3px 15px #00000009; }
  .ref-mobile-nav .ref-nav-item { display:flex; flex-direction:column; gap:4px; justify-content:center; text-align:center; border-radius:8px; padding:7px 2px; min-height:53px; font-size:10px; line-height:1.2; position:relative; border:0; }
  .ref-mobile-nav .ref-nav-item b { position:absolute; right:5px; top:1px; margin:0; background:var(--ref-accent); color:white; font-size:8px; padding:1px 4px; }
  .ref-mobile-nav .ref-nav-item.is-current { color:var(--ref-accent); background:color-mix(in srgb,var(--ref-accent) 12%,transparent); }
  .ref-workspace { padding-top:env(safe-area-inset-top); padding-bottom:calc(78px + env(safe-area-inset-bottom)); }
  .ref-workspace-footer { flex-wrap:wrap; margin:8px 16px; }
}
@media(max-width:620px) {
  .reference-app { font-size:14px; }
  .ref-header-primary { gap:10px; }
  .ref-context strong { font-size:12px; }
  .ref-header-actions > [data-action="ref-refresh"] { display:none; }
  .ref-theme-button { padding:7px; gap:5px; font-size:11px; }
  .ref-section-tabs { display:none; }
  .ref-header-actions { margin-left:auto; }
  .ref-header-secondary { display:grid; gap:9px; }
  .ref-workspace-label { display:flex; align-items:baseline; gap:10px; flex-wrap:wrap; }
  .ref-header-secondary .ref-workspace-label small { max-width:none; font-size:10px; }
  .ref-workspace-label strong { font-size:10px; }
  .ref-location-tools { width:100%; margin:0; display:grid; grid-template-columns:minmax(0,1fr) auto; gap:7px; }
  .ref-location-tools:has(.ref-courier-picker) { grid-template-columns:minmax(0,.7fr) minmax(0,1fr) auto; }
  .ref-location-tools select { width:100%; max-width:none; min-width:0; font-size:12px; padding:8px 18px 8px 8px; }
  .ref-location-tools .ref-branch-picker > .ref-icon { display:none; }
  .ref-new-branch { width:32px; height:36px; }
  .ref-content,.ref-theme-premium .ref-content,.ref-theme-control-dark .ref-content,.ref-theme-logistics-modular .ref-content { padding:16px 12px; }
  .ref-theme-soft-glass .ref-header { margin:10px 10px 0; border-radius:16px; }
  .ref-theme-soft-glass .ref-header-primary { padding:10px; }
  .ref-theme-soft-glass .ref-header-secondary { padding:10px; }
  .ref-theme-soft-glass .ref-content { padding:14px 10px; }
  .ref-theme-logistics-modular .ref-mobile-nav .ref-nav-item.is-current { color:#8abdff; }
  .ref-theme-control-dark .ref-mobile-nav .ref-nav-item.is-current { color:#49d5d4; }
}
@media(prefers-reduced-motion:reduce) { .reference-app * { transition:none!important; scroll-behavior:auto!important; } }
.reference-app { --theme-bg:var(--ref-bg); --theme-surface:var(--ref-panel); --theme-surface-raised:var(--ref-panel); --theme-text:var(--ref-text); --theme-muted:var(--ref-muted); --theme-border:var(--ref-line); --theme-accent:var(--ref-accent); --theme-panel-radius:var(--ref-radius); --theme-shadow:var(--ref-shadow); --astra-surface:var(--ref-panel); --astra-text:var(--ref-text); --astra-muted:var(--ref-muted); --astra-line:var(--ref-line); --astra-accent:var(--ref-accent); }
/* Readability is kept independent of the density suggested by the mockups. */
.reference-app .ref-nav-item,.reference-app .ref-context strong,.reference-app .ref-section-tabs .ref-tab,.reference-app .ref-theme-button,.reference-app .ref-location-tools select { font-size:14px; }
.reference-app .ref-brand small,.reference-app .ref-nav-group > h2,.reference-app .ref-nav-item > b,.reference-app .ref-user strong,.reference-app .ref-user small,.reference-app .ref-workspace-label strong,.reference-app .ref-workspace-label small,.reference-app .ref-sync,.reference-app .ref-workspace-footer,.reference-app .ref-context { font-size:12px; }
.reference-app .ref-sidebar .ref-nav-item { padding-top:10px; padding-bottom:10px; }
.reference-app .ref-alert-button > b { font-size:11px; }
@media(max-width:620px) { .reference-app .ref-mobile-nav .ref-nav-item { font-size:12px; } .reference-app .ref-mobile-nav .ref-nav-item > span { overflow-wrap:normal; } .reference-app .ref-location-tools select { font-size:13px; } }
@media print { .ref-sidebar,.ref-icon-rail,.ref-header,.ref-mobile-nav,.ref-workspace-footer { display:none!important; } .ref-workspace { margin:0!important; padding:0!important; } .ref-content { padding:0!important; } .reference-app { color:#111!important; background:#fff!important; } }
