/* ==========================================================
   WPF26 HOME · GLOW DASHBOARD EDITION
   Reworked landing page layout with grouped modules,
   stronger color coding and meaningful illustration icons.
   ========================================================== */
.wws-home{
  --wpf-bg:#09090b;
  --wpf-bg2:#101014;
  --wpf-bg3:#15151a;
  --wpf-panel:#141419;
  --wpf-panel-2:#181820;
  --wpf-line:rgba(255,255,255,.09);
  --wpf-line-strong:rgba(255,255,255,.16);
  --wpf-text:#f7f8fb;
  --wpf-muted:#a9adbb;
  --wpf-soft:#ccd0da;
  --wpf-lime:#84ff4e;
  --wpf-red:#ff4f67;
  --wpf-violet:#b16dff;
  --wpf-yellow:#ffd85a;
  --wpf-cyan:#61d9ff;
  --wpf-orange:#ff9248;
  --wpf-blue:#6f8dff;
  --wpf-gold:#f6c24b;
  --wpf-pink:#ff65a0;
  --wpf-teal:#46e0c7;
  color:var(--wpf-text)!important;
  background:
    radial-gradient(circle at 10% -5%, rgba(132,255,78,.12), transparent 24%),
    radial-gradient(circle at 90% 0%, rgba(97,217,255,.10), transparent 22%),
    radial-gradient(circle at 85% 25%, rgba(255,101,160,.08), transparent 20%),
    linear-gradient(180deg, #09090b 0%, #0b0c10 45%, #09090b 100%)!important;
  font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
}

.wws-home .shell{width:min(1260px,calc(100% - 32px));}

/* Top bar */
.wws-home .topbar{
  position:sticky;
  top:0;
  z-index:50;
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
  background:rgba(10,10,13,.78)!important;
  border-bottom:1px solid rgba(255,255,255,.08);
  box-shadow:0 14px 38px rgba(0,0,0,.35);
}
.wws-home .topbar-inner{min-height:72px;}
.wws-home .brand{color:var(--wpf-text);text-decoration:none;}
.wws-home .brand-mark{
  width:46px;
  height:46px;
  border-radius:15px;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg, rgba(132,255,78,.92), rgba(97,217,255,.88))!important;
  color:#09090b!important;
  box-shadow:0 0 0 1px rgba(255,255,255,.14) inset, 0 0 28px rgba(132,255,78,.30);
  font-size:11px;
  font-weight:950;
  letter-spacing:.02em;
}
.wws-home .brand-copy strong{font-size:14px;color:var(--wpf-text);}
.wws-home .brand-copy span{font-size:11px;color:var(--wpf-muted);}
.wws-home .status-pill{
  display:flex;
  align-items:center;
  gap:10px;
  color:#e8edf6;
  border:1px solid rgba(132,255,78,.18);
  background:rgba(255,255,255,.05);
  border-radius:999px;
  padding:11px 14px;
  font-weight:900;
  box-shadow:0 0 24px rgba(132,255,78,.08);
}
.wws-home .status-dot{
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--wpf-lime)!important;
  box-shadow:0 0 12px rgba(132,255,78,.8), 0 0 22px rgba(132,255,78,.55);
}

/* Nav */
.wws-home .section-nav-wrap{
  border-top:1px solid rgba(255,255,255,.04);
  border-bottom:1px solid rgba(255,255,255,.07);
  background:rgba(13,13,17,.65);
}
.wws-home .section-nav{
  min-height:46px;
  display:flex;
  align-items:center;
  gap:6px;
  overflow-x:auto;
  scrollbar-width:none;
}
.wws-home .section-nav::-webkit-scrollbar{display:none;}
.wws-home .section-nav a{
  flex:0 0 auto;
  padding:9px 13px;
  border-radius:999px;
  color:#aeb3c1;
  font-size:10px;
  font-weight:950;
  letter-spacing:.08em;
  text-decoration:none;
  border:1px solid transparent;
  transition:.22s ease;
}
.wws-home .section-nav a:hover,
.wws-home .section-nav a:focus-visible{
  color:#fff;
  background:rgba(255,255,255,.06);
  border-color:rgba(97,217,255,.16);
  box-shadow:0 0 22px rgba(97,217,255,.11);
  outline:none;
}

/* Intro */
.wws-home .portal-main{padding:28px 0 20px;}
.wws-home .portal-intro{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(340px,.85fr);
  gap:22px;
  padding:30px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:28px;
  background:
    linear-gradient(180deg, rgba(19,19,25,.95), rgba(14,15,19,.95)),
    radial-gradient(circle at 0% 0%, rgba(132,255,78,.18), transparent 35%),
    radial-gradient(circle at 100% 100%, rgba(97,217,255,.14), transparent 35%);
  box-shadow:0 18px 50px rgba(0,0,0,.34), 0 0 0 1px rgba(255,255,255,.02) inset;
}
.wws-home .intro-copy{display:grid;align-content:start;gap:10px;}
.wws-home .eyebrow{
  width:max-content;
  padding:7px 11px;
  border:1px solid rgba(97,217,255,.28);
  border-radius:999px;
  background:rgba(97,217,255,.08);
  color:#bdefff;
  font-size:10px;
  font-weight:950;
  letter-spacing:.1em;
}
.wws-home .portal-intro h1{
  margin:6px 0 0;
  color:var(--wpf-text);
  font-size:clamp(42px,7vw,78px);
  line-height:.92;
  letter-spacing:-.06em;
}
.wws-home .portal-intro h1::after{
  content:".";
  color:var(--wpf-lime);
  text-shadow:0 0 18px rgba(132,255,78,.55);
}
.wws-home .portal-intro p{
  margin:0;
  max-width:760px;
  color:#cdd1db;
  font-size:17px;
  line-height:1.58;
}
.wws-home .intro-panels{display:grid;gap:14px;align-content:space-between;}
.wws-home .system-strip{
  padding:14px 15px;
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:8px 13px;
  background:rgba(132,255,78,.06);
  border:1px solid rgba(132,255,78,.18);
  border-radius:16px;
  color:#c6cad5;
  font-size:10px;
  box-shadow:0 0 30px rgba(132,255,78,.08);
}
.wws-home .system-strip strong{color:#f0f4fb;font-size:10px;letter-spacing:.05em;}
.wws-home .system-light{
  width:8px;height:8px;border-radius:50%;background:var(--wpf-lime);
  box-shadow:0 0 12px rgba(132,255,78,.85), 0 0 22px rgba(132,255,78,.5);
}
.wws-home .system-strip span:not(.system-light)::before{content:"·";margin-right:9px;color:#727787;}

/* Search */
.wws-home .portal-search{position:relative;}
.wws-home .portal-search label{
  display:block;
  margin-bottom:8px;
  color:#98a0b4;
  font-size:10px;
  font-weight:900;
  letter-spacing:.04em;
}
.wws-home .searchrow{
  min-height:54px;
  display:flex;
  align-items:center;
  gap:10px;
  padding:0 12px;
  background:#0f1014;
  border:1px solid rgba(255,255,255,.10);
  border-radius:16px;
  box-shadow:0 10px 24px rgba(0,0,0,.22);
}
.wws-home .searchicon{
  width:36px;
  height:36px;
  display:grid;
  place-items:center;
  border:1px solid rgba(97,217,255,.18);
  border-radius:12px;
  background:rgba(97,217,255,.09)!important;
  color:var(--wpf-cyan)!important;
  font-size:17px;
  box-shadow:0 0 22px rgba(97,217,255,.18);
}
.wws-home .portal-search input{
  width:100%;
  border:0;
  outline:0;
  background:transparent;
  color:#fff;
  font-size:15px;
}
.wws-home .portal-search input::placeholder{color:#6e7485;}
.wws-home .search-results{
  position:absolute;
  z-index:25;
  left:0;
  right:0;
  margin-top:6px;
  padding:7px;
  background:#111218;
  border:1px solid rgba(255,255,255,.10);
  border-radius:14px;
  box-shadow:0 18px 40px rgba(0,0,0,.3);
}
.wws-home .search-results.show{display:grid;gap:4px;}
.wws-home .search-result{
  padding:12px 12px;
  border-radius:11px;
  background:#181922;
  color:#f3f5f8;
}
.wws-home .search-result:hover{background:#1d1e28;border-color:rgba(97,217,255,.20);}
.wws-home .search-result small{display:block;margin-top:4px;color:var(--wpf-muted);}

/* Zones */
.wws-home .portal-zone{
  --zone-accent:var(--wpf-lime);
  scroll-margin-top:128px;
  margin-top:22px;
  padding:28px;
  border-radius:28px;
  background:linear-gradient(180deg, rgba(18,18,23,.98), rgba(14,14,18,.98));
  border:1px solid rgba(255,255,255,.10);
  box-shadow:0 16px 42px rgba(0,0,0,.25), inset 0 1px 0 rgba(255,255,255,.03), 0 0 36px rgba(255,255,255,.02);
}
.wws-home #schicht{--zone-accent:var(--wpf-lime);box-shadow:0 16px 42px rgba(0,0,0,.26),0 0 34px rgba(132,255,78,.10);}
.wws-home #tasks{--zone-accent:var(--wpf-violet);box-shadow:0 16px 42px rgba(0,0,0,.26),0 0 34px rgba(177,109,255,.10);}
.wws-home #wissen{--zone-accent:var(--wpf-yellow);box-shadow:0 16px 42px rgba(0,0,0,.26),0 0 34px rgba(255,216,90,.09);}
.wws-home #meldungen{--zone-accent:var(--wpf-orange);box-shadow:0 16px 42px rgba(0,0,0,.26),0 0 34px rgba(255,146,72,.10);}
.wws-home #kunden{--zone-accent:var(--wpf-blue);box-shadow:0 16px 42px rgba(0,0,0,.26),0 0 34px rgba(111,141,255,.10);}
.wws-home #kasse{--zone-accent:var(--wpf-gold);box-shadow:0 16px 42px rgba(0,0,0,.26),0 0 34px rgba(246,194,75,.09);}
.wws-home #ops{--zone-accent:var(--wpf-pink);box-shadow:0 16px 42px rgba(0,0,0,.26),0 0 34px rgba(255,101,160,.10);}

.wws-home .zone-head{
  display:grid;
  grid-template-columns:58px minmax(0,1fr);
  gap:15px;
  align-items:start;
  padding-bottom:20px;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.wws-home .zone-number{
  padding-top:4px;
  color:rgba(255,255,255,.22);
  font-size:26px;
  font-weight:950;
  letter-spacing:-.05em;
}
.wws-home .zone-kicker{
  display:block;
  margin-bottom:4px;
  color:var(--zone-accent);
  text-shadow:0 0 14px color-mix(in srgb, var(--zone-accent) 35%, transparent);
  font-size:10px;
  font-weight:950;
  letter-spacing:.12em;
}
.wws-home .zone-head h2{
  margin:0;
  color:var(--wpf-text);
  font-size:clamp(28px,4vw,42px);
  line-height:1.03;
  letter-spacing:-.05em;
}
.wws-home .zone-head p{
  margin:8px 0 0;
  max-width:760px;
  color:var(--wpf-muted);
  font-size:14px;
  line-height:1.6;
}
.wws-home .zone-grid{display:grid;gap:14px;margin-top:18px;}
.wws-home .two-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
.wws-home .one-grid{grid-template-columns:minmax(0,1fr);}

/* Cards */
.wws-home .tool-card{
  --card-accent:var(--zone-accent);
  position:relative;
  overflow:hidden;
  min-height:232px;
  padding:20px;
  display:flex;
  flex-direction:column;
  gap:0;
  text-decoration:none;
  background:linear-gradient(180deg, rgba(24,24,31,.96), rgba(18,19,25,.96))!important;
  border:1px solid rgba(255,255,255,.10)!important;
  border-radius:22px!important;
  color:var(--wpf-text);
  box-shadow:
    0 0 0 1px rgba(255,255,255,.02) inset,
    0 16px 34px rgba(0,0,0,.24),
    0 0 32px color-mix(in srgb, var(--card-accent) 15%, transparent);
  transition:transform .2s ease, box-shadow .24s ease, border-color .24s ease, background .24s ease;
}
.wws-home .tool-card::before{
  content:"";
  position:absolute;
  inset:auto -10% -35% auto;
  width:220px;
  height:220px;
  border-radius:50%;
  background:radial-gradient(circle, color-mix(in srgb, var(--card-accent) 18%, transparent) 0%, transparent 68%);
  pointer-events:none;
}
.wws-home .tool-card::after{
  content:"";
  position:absolute;
  inset:0;
  border-radius:22px;
  pointer-events:none;
  border:1px solid color-mix(in srgb, var(--card-accent) 20%, transparent);
  opacity:.85;
}
.wws-home .tool-card:hover,
.wws-home .tool-card:focus-visible{
  transform:translateY(-2px);
  background:linear-gradient(180deg, rgba(27,28,36,.98), rgba(20,20,27,.98))!important;
  border-color:color-mix(in srgb, var(--card-accent) 42%, rgba(255,255,255,.10))!important;
  box-shadow:
    0 0 0 1px rgba(255,255,255,.03) inset,
    0 20px 42px rgba(0,0,0,.30),
    0 0 48px color-mix(in srgb, var(--card-accent) 28%, transparent);
  outline:none;
}
.wws-home .tool-card-wide{min-height:220px;}
.wws-home .tool-top{display:flex;align-items:center;justify-content:space-between;gap:10px;position:relative;z-index:2;}
.wws-home .tool-icon{
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.14);
  border-radius:14px;
  background:rgba(255,255,255,.06)!important;
  color:#fff;
  font-size:11px;
  font-weight:950;
  letter-spacing:.03em;
  box-shadow:0 0 22px color-mix(in srgb, var(--card-accent) 18%, transparent);
}
.wws-home .tool-card:hover .tool-icon{border-color:color-mix(in srgb, var(--card-accent) 34%, rgba(255,255,255,.14));color:var(--card-accent);}
.wws-home .badge{
  padding:5px 8px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.05);
  color:#b7bdcb;
  font-size:7px;
  font-weight:950;
  letter-spacing:.08em;
}
.wws-home .badge.public{color:#ddffd0;border-color:rgba(132,255,78,.28);background:rgba(132,255,78,.10);box-shadow:0 0 24px rgba(132,255,78,.08);}
.wws-home .badge.controlled{color:#fff0bf;border-color:rgba(255,216,90,.26);background:rgba(255,216,90,.08);box-shadow:0 0 20px rgba(255,216,90,.06);}
.wws-home .badge.locked{color:#ffe6f2;border-color:rgba(255,101,160,.28);background:rgba(255,101,160,.08);box-shadow:0 0 20px rgba(255,101,160,.06);}
.wws-home .badge.neutral{color:#ffe5c8;border-color:rgba(255,146,72,.25);background:rgba(255,146,72,.08);box-shadow:0 0 20px rgba(255,146,72,.06);}
.wws-home .card-visual{
  position:absolute;
  right:8px;
  bottom:8px;
  width:136px;
  height:136px;
  color:var(--card-accent);
  opacity:.28;
  pointer-events:none;
  z-index:1;
  filter:drop-shadow(0 0 14px color-mix(in srgb, var(--card-accent) 30%, transparent));
}
.wws-home .tool-card:hover .card-visual{opacity:.40;transform:translateY(-2px);}
.wws-home .card-visual svg{width:100%;height:100%;}
.wws-home .tool-card h3{
  position:relative;
  z-index:2;
  margin:22px 0 8px;
  color:#f7f9fc;
  font-size:22px;
  line-height:1.06;
  letter-spacing:-.03em;
}
.wws-home .tool-card p{
  position:relative;
  z-index:2;
  margin:0;
  max-width:78%;
  color:var(--wpf-muted);
  font-size:13px;
  line-height:1.55;
}
.wws-home .checkout-meta{
  position:relative;
  z-index:2;
  margin-top:8px;
  color:#c8ccd8;
  font-size:10px;
}
.wws-home .tool-link{
  position:relative;
  z-index:2;
  margin-top:auto;
  padding-top:17px;
  border-top:1px solid rgba(255,255,255,.08);
  color:#eff3fb;
  font-size:11px;
  font-weight:950;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}
.wws-home .tool-link span:last-child{
  color:var(--card-accent)!important;
  font-size:19px;
  text-shadow:0 0 16px color-mix(in srgb, var(--card-accent) 45%, transparent);
}

/* Individual color themes */
.wws-home .theme-checkin{--card-accent:var(--wpf-lime);min-height:270px;}
.wws-home .theme-checkout{--card-accent:var(--wpf-red);min-height:270px;}
.wws-home .theme-task{--card-accent:var(--wpf-violet);}
.wws-home .theme-briefing{--card-accent:var(--wpf-yellow);}
.wws-home .theme-info{--card-accent:var(--wpf-cyan);}
.wws-home .theme-ticketpay{--card-accent:var(--wpf-orange);}
.wws-home .theme-mgnfy{--card-accent:var(--wpf-blue);}
.wws-home .theme-kunden{--card-accent:var(--wpf-cyan);}
.wws-home .theme-aufbau{--card-accent:var(--wpf-violet);}
.wws-home .theme-kasse{--card-accent:var(--wpf-gold);}
.wws-home .theme-leitstelle{--card-accent:var(--wpf-pink);}
.wws-home .theme-einsatz{--card-accent:var(--wpf-teal);}

/* Footer */
.wws-home .footer{
  margin-top:30px;
  padding:22px 0 32px;
  border-top:1px solid rgba(255,255,255,.08);
  color:#757b89;
}
.wws-home .footer-main{
  display:flex;
  justify-content:space-between;
  gap:16px;
  font-size:10px;
  font-weight:700;
  letter-spacing:.025em;
}
.wws-home .footer-meta{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:7px;
  margin-top:9px;
  font-size:8px;
  line-height:1.4;
  color:#6d7380;
}
.wws-home .footer a{color:inherit;text-decoration:none;}
.wws-home .footer a:hover{color:#d7dce7;text-decoration:underline;text-underline-offset:2px;}
.wws-home .footer-imprint{font-weight:850;color:#9aa2b5;}
.wws-home .footer-credit{opacity:.76;font-weight:500;letter-spacing:.015em;}
.wws-home .footer-separator{opacity:.55;}

/* Responsive */
@media (max-width: 980px){
  .wws-home .portal-intro{grid-template-columns:1fr;}
  .wws-home .two-grid{grid-template-columns:1fr;}
  .wws-home .tool-card p{max-width:100%;padding-right:112px;}
}

@media (max-width: 760px){
  .wws-home .shell{width:min(100% - 22px, 100% - 22px);}
  .wws-home .portal-main{padding-top:18px;}
  .wws-home .portal-intro,
  .wws-home .portal-zone{padding:20px;border-radius:22px;}
  .wws-home .zone-head{grid-template-columns:40px 1fr;gap:12px;}
  .wws-home .zone-number{font-size:21px;}
  .wws-home .portal-intro h1{font-size:clamp(36px,12vw,54px);}
  .wws-home .zone-head h2{font-size:clamp(24px,8vw,34px);}
  .wws-home .tool-card,
  .wws-home .theme-checkin,
  .wws-home .theme-checkout{min-height:214px;}
  .wws-home .card-visual{width:112px;height:112px;right:2px;bottom:6px;opacity:.24;}
  .wws-home .tool-card p{padding-right:92px;font-size:12px;}
  .wws-home .footer-main,
  .wws-home .footer-meta{flex-direction:column;align-items:flex-start;justify-content:flex-start;}
}

@media (max-width: 520px){
  .wws-home .status-pill{padding:9px 11px;font-size:11px;}
  .wws-home .topbar-inner{gap:10px;}
  .wws-home .searchrow{min-height:50px;}
  .wws-home .tool-icon{width:40px;height:40px;}
  .wws-home .tool-card h3{font-size:20px;}
  .wws-home .tool-card p{padding-right:72px;}
  .wws-home .card-visual{width:98px;height:98px;}
}


/* ==========================================================
   PREMIUM COMMAND STRIP
   Compact control surface, no headline row, no event identity.
   ========================================================== */
.wws-home .command-bar-premium{
  display:grid;
  grid-template-columns:minmax(280px,1.22fr) minmax(0,2.1fr);
  gap:10px;
  margin-bottom:18px;
  padding:10px;
  border-radius:22px;
  border:1px solid rgba(255,255,255,.09);
  background:linear-gradient(180deg,rgba(17,18,24,.92),rgba(12,13,17,.92));
  box-shadow:0 14px 36px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.025);
}
.wws-home .command-search{
  display:grid;
  grid-template-columns:42px minmax(0,1fr) 30px;
  align-items:center;
  gap:11px;
  min-height:62px;
  padding:9px 11px;
  border-radius:16px;
  border:1px solid rgba(97,217,255,.14);
  background:linear-gradient(180deg,rgba(97,217,255,.055),rgba(255,255,255,.025));
  color:#edf5fb;
  text-decoration:none;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.025),0 0 26px rgba(97,217,255,.05);
  transition:.2s ease;
}
.wws-home .command-search:hover,
.wws-home .command-search:focus-visible{
  border-color:rgba(97,217,255,.28);
  background:linear-gradient(180deg,rgba(97,217,255,.08),rgba(255,255,255,.035));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.035),0 0 30px rgba(97,217,255,.09);
  outline:none;
}
.wws-home .command-search-icon{
  width:42px;height:42px;border-radius:13px;display:grid;place-items:center;
  color:var(--wpf-cyan);
  background:rgba(97,217,255,.08);
  border:1px solid rgba(97,217,255,.15);
}
.wws-home .command-search-icon svg{width:21px;height:21px;}
.wws-home .command-search-copy{display:grid;gap:3px;min-width:0;}
.wws-home .command-search-copy strong{font-size:12px;font-weight:900;letter-spacing:.01em;}
.wws-home .command-search-copy small{font-size:9px;color:#828a9c;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.wws-home .command-key{
  width:27px;height:27px;border-radius:8px;display:grid;place-items:center;
  border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.04);
  color:#818899;font:800 10px/1 ui-monospace,SFMono-Regular,Menlo,monospace;
}
.wws-home .command-shortcuts{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:8px;
}
.wws-home .command-action{
  --action-accent:#fff;
  position:relative;
  overflow:hidden;
  min-width:0;
  min-height:62px;
  padding:9px 10px;
  display:grid;
  grid-template-columns:34px minmax(0,1fr);
  align-items:center;
  gap:9px;
  border-radius:15px;
  border:1px solid rgba(255,255,255,.075);
  background:rgba(255,255,255,.028);
  color:#e9edf4;
  text-decoration:none;
  transition:transform .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease;
}
.wws-home .command-action::before{
  content:"";position:absolute;left:0;right:0;bottom:0;height:2px;
  background:var(--action-accent);opacity:.55;
  box-shadow:0 0 14px var(--action-accent);
}
.wws-home .command-action:hover,
.wws-home .command-action:focus-visible{
  transform:translateY(-1px);
  border-color:color-mix(in srgb,var(--action-accent) 28%,rgba(255,255,255,.08));
  background:rgba(255,255,255,.045);
  box-shadow:0 0 24px color-mix(in srgb,var(--action-accent) 10%,transparent);
  outline:none;
}
.wws-home .command-action-icon{
  width:34px;height:34px;border-radius:11px;display:grid;place-items:center;
  color:var(--action-accent);
  border:1px solid color-mix(in srgb,var(--action-accent) 17%,transparent);
  background:color-mix(in srgb,var(--action-accent) 7%,transparent);
}
.wws-home .command-action-icon svg{width:18px;height:18px;}
.wws-home .command-action>span:last-child{display:grid;gap:2px;min-width:0;}
.wws-home .command-action strong{font-size:10px;font-weight:900;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.wws-home .command-action small{font-size:8px;color:#7f8697;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.wws-home .action-checkin{--action-accent:var(--wpf-lime);}
.wws-home .action-checkout{--action-accent:var(--wpf-red);}
.wws-home .action-task{--action-accent:var(--wpf-violet);}
.wws-home .action-leitstelle{--action-accent:var(--wpf-pink);}
.wws-home .action-einsatz{--action-accent:var(--wpf-teal);}

@media (max-width:1100px){
  .wws-home .command-bar-premium{grid-template-columns:1fr;}
}
@media (max-width:760px){
  .wws-home .command-bar-premium{padding:8px;border-radius:18px;}
  .wws-home .command-search{min-height:58px;}
  .wws-home .command-shortcuts{grid-template-columns:repeat(2,minmax(0,1fr));}
  .wws-home .command-action:last-child{grid-column:1/-1;}
}
@media (max-width:420px){
  .wws-home .command-shortcuts{grid-template-columns:1fr;}
  .wws-home .command-action:last-child{grid-column:auto;}
}

.wws-home .theme-besetzung{--card-accent:#8dc4ff;}
