/* Shared navigation: full workspace until the bottom-edge dock is revealed. */
:root { --ctl-green: #79e7bd; }
body { isolation: isolate; }
.ctl-shell { height: 100vh; height: 100dvh; min-height: 0; display: grid; grid-template-rows: auto minmax(0,1fr); overflow: hidden; }
.ctl-companybar { position: relative; }
.ctl-main { width: 100%; min-height: 0; overflow: auto; padding-right: 82px; padding-bottom: 160px; scroll-padding-block: 24px; scrollbar-color: #335775 transparent; }
body[data-dock-ready] .ctl-main { padding-bottom: 28px; }
.ctl-main:focus { outline: none; }
.ctl-skip { position: fixed; top: 8px; left: 16px; z-index: 200; padding: 12px 18px; border-radius: 12px; color: #03101f; background: var(--ctl-cyan); transform: translateY(-160%); }
.ctl-skip:focus { transform: none; }
.ctl-ambient { position: fixed; inset: 0; z-index: -1; pointer-events: none; background: radial-gradient(ellipse at 18% 16%,#328ef01e,transparent 42%),radial-gradient(ellipse at 84% 66%,#50d7b415,transparent 42%); }
.ctl-dock-shade { position: fixed; inset: 0; z-index: 110; border: 0; padding: 0; background: rgba(0,3,12,.64); opacity: 0; visibility: hidden; transition: opacity .22s ease, visibility .22s; pointer-events: none; }
body[data-dock-open="true"] .ctl-dock-shade { opacity: 1; visibility: visible; pointer-events: auto; }
.ctl-footer { position: fixed; z-index: 120; left: 50%; bottom: 0; width: min(980px,100%); margin: 0; padding: 0 16px max(8px,env(safe-area-inset-bottom)); transform: translateX(-50%); }
body[data-dock-ready] .ctl-footer { opacity: 0; visibility: hidden; pointer-events: none; transform: translate(-50%,110%); transition: transform .28s cubic-bezier(.2,.8,.2,1), opacity .2s, visibility .28s; }
body[data-dock-open="true"] .ctl-footer { opacity: 1; visibility: visible; pointer-events: auto; transform: translate(-50%,0); }
.ctl-orbit, .ctl-orbit:hover, .ctl-orbit:focus-within { position: relative; display: flex; align-items: flex-end; justify-content: center; gap: 8px; left: auto; bottom: auto; width: 100%; min-height: 154px; padding: 30px 8px 10px; border: 0; border-radius: 0; background: transparent; box-shadow: none; backdrop-filter: none; transform: none; opacity: 1; overflow-x: auto; overflow-y: hidden; overscroll-behavior-x: contain; scrollbar-width: thin; scrollbar-color: #406a8c transparent; }
.ctl-orbit::before { content: ""; position: absolute; z-index: -1; inset: auto 2% -160px; height: 235px; border: 0; border-top: 1px solid #79daff8c; border-radius: 50% 50% 0 0; background: radial-gradient(ellipse at 50% 0,#1379bd24,transparent 62%); box-shadow: 0 -3px 14px #299cff6b,0 -1px 4px #b4efff8f; pointer-events: none; }
.ctl-orbit-link { position: relative; display: flex; flex-direction: column; flex: 1 0 84px; align-items: center; justify-content: flex-start; width: auto; min-width: 84px; max-width: 112px; height: 112px; gap: 12px; padding: 0 3px 30px; border-radius: 0; color: #afd5f5; font-size: 9px; font-weight: 500; line-height: 1.3; letter-spacing: .045em; text-transform: uppercase; white-space: nowrap; }
.ctl-orbit-link::before { content: ""; position: absolute; bottom: 4px; left: 50%; width: 85px; height: 23px; border: 1px solid #6dbfff50; border-radius: 50%; transform: translateX(-50%); background: repeating-radial-gradient(ellipse at center,transparent 0 8px,#5db8f533 9px 10px,transparent 11px 15px); box-shadow: 0 0 12px #1d9fff20,inset 0 0 10px #59caff19; pointer-events: none; }
.ctl-orbit-link::after { content: ""; position: absolute; bottom: 12px; left: 50%; width: 58px; height: 31px; transform: translateX(-50%); background: radial-gradient(ellipse at 50% 80%,#d7ffff 0,#4edaffb3 9%,#249aff55 27%,transparent 64%); filter: blur(1px); opacity: .65; pointer-events: none; transition: opacity .2s; }
.ctl-orbit-icon { position: relative; display: grid; flex: 0 0 48px; width: 48px; height: 48px; place-items: center; border: 1px solid #80caff80; border-radius: 50%; color: #bce3ff; background: radial-gradient(circle at 35% 20%,#377dc72e,#0d2b494d 58%,#02112188); box-shadow: inset 0 0 13px #6bbfff12,0 0 13px #2e8ddb24; transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.ctl-orbit-icon::after { content: ""; position: absolute; inset: -5px; border: 1px solid #79c4ff1f; border-radius: 50%; pointer-events: none; }
.ctl-orbit-icon svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; filter: drop-shadow(0 0 5px #7cd0ff70); }
.ctl-orbit-link:nth-child(3n) .ctl-orbit-icon { color: #bce3ff; }
.ctl-orbit-link:hover, .ctl-orbit-link:focus-visible, .ctl-orbit-link.active { color: #e0f6ff; }
.ctl-orbit-link:hover .ctl-orbit-icon, .ctl-orbit-link:focus-visible .ctl-orbit-icon, .ctl-orbit-link.active .ctl-orbit-icon { transform: translateY(-11px) scale(1.12); border-color: #c0f1ff; background: radial-gradient(circle at 35% 20%,#659ce24a,#174a784d 58%,#041a3088); box-shadow: inset 0 0 16px #6ec9ff33,0 0 0 7px #55bfff0c,0 0 28px #46baff66; }
.ctl-orbit-link:hover::after, .ctl-orbit-link:focus-visible::after, .ctl-orbit-link.active::after { opacity: 1; }
.ctl-orbit-link:focus-visible { outline: 1px solid #bce9ff; outline-offset: 1px; border-radius: 10px; }
.ctl-dock-trigger { position: fixed; z-index: 121; bottom: env(safe-area-inset-bottom,0px); left: 50%; transform: translateX(-50%); width: 76px; height: 28px; display: grid; place-items: center; padding: 0; border: 0; border-radius: 20px 20px 0 0; color: #b3e8ff; background: linear-gradient(0deg,#061426c9,transparent); cursor: pointer; }
.ctl-dock-trigger::before { content: ""; width: 27px; height: 2px; background: #8dd7ffb3; border-radius: 100%; box-shadow: 0 0 12px #65caff; }
body[data-dock-open="true"] .ctl-dock-trigger { bottom: calc(158px + env(safe-area-inset-bottom,0px)); }
.ctl-dock-trigger:focus-visible { outline: 2px solid var(--ctl-cyan); outline-offset: -2px; }
/* The same official brand asset is used in the header and the AI emblem. */
.ctl-brand img { mix-blend-mode: screen; mask-image: radial-gradient(ellipse 72% 100% at center,#000 65%,transparent 100%); }
.ctl-ai-launcher { right: max(14px,env(safe-area-inset-right)); top: 50%; bottom: auto; width: 60px; height: 60px; border: 0; border-radius: 50%; background: radial-gradient(circle,#173c631f,transparent 70%); box-shadow: none; animation: none; }
.ctl-ai-launcher::before { content: ""; position: absolute; inset: 0; border: 1px solid #68caff40; border-radius: 50%; box-shadow: 0 0 18px #279cff26,inset 0 0 13px #279cff1a; }
.ctl-ai-brand { display: block; width: 49px; height: 38px; overflow: hidden; mix-blend-mode: screen; mask-image: radial-gradient(ellipse 75% 85% at center,#000 55%,transparent 100%); }
.ctl-ai-launcher .ctl-ai-brand img, .ctl-ai-title .ctl-ai-brand img { display: block; width: 108px; max-width: none; height: 38px; padding: 0; border: 0; border-radius: 0; background: transparent; object-fit: fill; filter: none; }
.ctl-ai-title .ctl-ai-brand { flex: 0 0 49px; }
.ctl-ai-launcher-label { right: 70px; opacity: 0; pointer-events: none; }
.ctl-ai-launcher:hover .ctl-ai-launcher-label, .ctl-ai-launcher:focus-visible .ctl-ai-launcher-label { opacity: 1; }
@media(max-width:760px) {
  .ctl-main { padding-right: 70px; }
  .ctl-companybar { grid-template-columns: minmax(0,1fr) auto; }
  .ctl-brand img { max-width: 100%; }
  .ctl-footer { padding-inline: 4px; }
  .ctl-orbit, .ctl-orbit:hover, .ctl-orbit:focus-within { justify-content: flex-start; gap: 2px; padding-inline: 10px; }
  .ctl-orbit-link { flex-basis: 78px; min-width: 78px; font-size: 9px; }
  .ctl-orbit-icon { width: 48px; height: 48px; }
  .ctl-ai-launcher { right: 7px; width: 56px; height: 56px; }
  .ctl-orbit::-webkit-scrollbar { display: block; height: 3px; }
}
@media(hover:none),(pointer:coarse) { .ctl-dock-trigger { height: 44px; width: 88px; } body[data-dock-ready] .ctl-main { padding-bottom: 48px; } }
@media(prefers-reduced-motion:reduce) { .ctl-footer, .ctl-dock-shade, .ctl-orbit-icon, .ctl-orbit-link::after { transition: none !important; } }
@media print { .ctl-shell { display: block; height: auto; overflow: visible; } .ctl-main { overflow: visible; padding: 0; } .ctl-footer, .ctl-dock-shade, .ctl-dock-trigger, .ctl-ai-launcher, .ctl-ambient, .ctl-companybar, .ctl-skip { display: none !important; } }
