/* command-shell-2026-05-19: three-option Command Center IA */
.command-shell{--cc-bg:#0b0d12;--cc-panel:#111827;--cc-ink:#f8fafc;--cc-muted:#9aa8bd;--cc-line:rgba(255,255,255,.16);--cc-blue:#38bdf8;--cc-violet:#a78bfa;--cc-green:#36d399;display:block;background:linear-gradient(135deg,rgba(11,13,18,.97),rgba(17,24,39,.94));color:var(--cc-ink);border-bottom:1px solid var(--cc-line);position:sticky;top:0;z-index:9999;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.command-shell__wrap{max-width:1420px;margin:0 auto;padding:12px 18px;display:flex;gap:14px;align-items:center;justify-content:space-between}.command-shell__crumb{font-size:12px;color:var(--cc-muted);font-weight:800;letter-spacing:.02em}.command-shell__crumb a{color:var(--cc-ink);text-decoration:none}.command-shell__crumb a:hover{text-decoration:underline}.command-shell__actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap;justify-content:flex-end}.command-shell__btn,.command-shell__menu-link{min-height:44px;display:inline-flex;align-items:center;gap:7px;border:1px solid var(--cc-line);border-radius:999px;padding:10px 13px;background:rgba(255,255,255,.07);color:var(--cc-ink);text-decoration:none;font-weight:900;font-size:12px;cursor:pointer}.command-shell__btn:hover,.command-shell__menu-link:hover{border-color:var(--cc-blue);background:rgba(56,189,248,.12)}.command-shell__menu{position:absolute;right:18px;top:calc(100% + 8px);width:min(380px,calc(100vw - 28px));background:#0f172a;border:1px solid var(--cc-line);border-radius:20px;box-shadow:0 24px 80px rgba(0,0,0,.42);padding:10px;display:none}.command-shell.open .command-shell__menu{display:grid;gap:6px}.command-shell__menu-title{font-size:11px;text-transform:uppercase;letter-spacing:.14em;color:var(--cc-blue);font-weight:950;padding:8px 10px 4px}.command-shell__menu-link{justify-content:space-between;border-radius:14px;width:100%;min-height:44px}.command-shell__menu-link[aria-current="page"]{border-color:rgba(54,211,153,.55);background:rgba(54,211,153,.12);color:#d1fae5}.command-shell__close{display:none}.command-main-hero{margin:18px 0 10px}.command-main-hero .command-hero-panel{grid-column:span 12;background:linear-gradient(135deg,rgba(56,189,248,.12),rgba(167,139,250,.12));border:1px solid rgba(255,255,255,.14);border-radius:28px;padding:22px;box-shadow:var(--shadow)}.command-main-hero h2{font-size:clamp(24px,3.5vw,42px);line-height:1.02;margin:4px 0 8px;letter-spacing:-.045em}.command-project-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:18px}.command-project-card{display:flex;flex-direction:column;gap:14px;min-height:230px;padding:22px;border:1px solid rgba(255,255,255,.16);border-radius:24px;background:linear-gradient(180deg,rgba(17,24,39,.96),rgba(15,23,42,.88));text-decoration:none;color:inherit;box-shadow:var(--shadow);position:relative;overflow:hidden}.command-project-card:before{content:'';position:absolute;inset:0 0 auto;height:5px;background:linear-gradient(90deg,var(--blue),var(--violet))}.command-project-card:nth-child(2):before{background:linear-gradient(90deg,var(--green),var(--blue))}.command-project-card:nth-child(3):before{background:linear-gradient(90deg,#d9a441,#64b7a7)}.command-project-card h3{font-size:24px;margin:0;letter-spacing:-.025em}.command-project-card p{margin:0;color:var(--muted);line-height:1.45}.command-project-card .command-card-cta{margin-top:auto;display:inline-flex;align-items:center;min-height:44px;font-weight:950;color:#e0f2fe}.command-project-card:hover{transform:translateY(-2px);border-color:rgba(56,189,248,.48);background:linear-gradient(180deg,rgba(30,41,59,.98),rgba(15,23,42,.95))}.command-status-label{font-size:12px;text-transform:uppercase;letter-spacing:.14em;color:var(--blue);font-weight:950}.command-shell + header .actions,.command-shell + header .command-nav,.command-shell + header .wl-nav,body:has(.command-shell) header .command-nav,body:has(.command-shell) header .wl-nav{display:none!important}.command-shell + .app .command-nav,body:has(.command-shell) .app .command-nav{display:none!important}@media(max-width:760px){.command-shell__wrap{align-items:flex-start;display:grid;grid-template-columns:1fr;gap:10px}.command-shell__actions{justify-content:flex-start}.command-shell__menu{left:14px;right:14px;width:auto}.command-project-grid{grid-template-columns:1fr}.command-project-card{min-height:180px}.command-main-hero .command-hero-panel{padding:18px}}@media print{.command-shell{display:none!important}}
