:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--navy:#173454;--navy-2:#214b75;--bg:#f4f7fb;--panel:#fff;--text:#162333;--muted:#718096;--line:#dce5ef;--soft:#edf3f8;--green:#1d8b63;--amber:#b8771a}*{box-sizing:border-box}html,body{background:var(--bg);min-height:100%;color:var(--text);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}body{min-height:100vh}.shell{grid-template-columns:250px minmax(0,1fr);min-height:100vh;display:grid}.sidebar{background:var(--navy);color:#fff;flex-direction:column;gap:30px;padding:24px 18px;display:flex}.brand{align-items:center;gap:12px;padding:0 8px;display:flex}.brandMark{width:42px;height:42px;color:var(--navy);background:#fff;border-radius:12px;place-items:center;font-size:22px;font-weight:900;display:grid}.brand strong,.brand span{display:block}.brand strong{font-size:19px}.brand span{opacity:.72;margin-top:2px;font-size:12px}nav{gap:6px;display:grid}.navItem{opacity:.82;color:inherit;border-radius:10px;padding:11px 12px;font-size:14px;text-decoration:none;display:block}.navItem.active{opacity:1;background:#ffffff24;font-weight:700}.navItem.disabled{opacity:.42;cursor:not-allowed}.guardBox{background:#ffffff1a;border-radius:12px;align-items:center;gap:10px;margin-top:auto;padding:12px;display:flex}.guardBox strong,.guardBox small{display:block}.guardBox small{opacity:.72;margin-top:2px}.dot{background:#74d6ad;border-radius:50%;width:10px;height:10px;box-shadow:0 0 0 5px #74d6ad1f}.content{min-width:0;padding:30px}.topbar{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:24px;display:flex}.topActions{align-items:flex-start;gap:10px;display:flex}.eyebrow{letter-spacing:.11em;color:var(--navy-2);margin:0 0 5px;font-size:11px;font-weight:800}h1,h2,p{margin-top:0}h1{letter-spacing:-.035em;margin-bottom:8px;font-size:clamp(25px,3vw,38px)}h2{letter-spacing:-.02em;margin-bottom:0;font-size:20px}.muted{color:var(--muted);max-width:760px;margin:0;font-size:14px}.profile{background:var(--panel);border:1px solid var(--line);white-space:nowrap;border-radius:12px;align-items:center;min-height:42px;padding:11px 14px;font-size:13px;font-weight:700;display:flex}.assistantRoot{z-index:30;position:relative}.assistantButton{background:var(--navy);color:#fff;cursor:pointer;border:1px solid #c8d8e8;border-radius:12px;grid-template-columns:auto auto;align-items:center;column-gap:7px;min-height:42px;padding:8px 11px;display:grid;box-shadow:0 6px 20px #1734541f}.assistantButton .assistantSpark{background:#ffffff24;border-radius:8px;grid-row:1/span 2;place-items:center;width:24px;height:24px;font-weight:900;display:grid}.assistantButton>span:not(.assistantSpark){text-align:left;font-size:12px;font-weight:850;line-height:1.05}.assistantButton small{opacity:.68;text-align:left;margin-top:2px;font-size:9px;line-height:1}.assistantPanel{background:var(--panel);border:1px solid #cbd9e7;border-radius:17px;flex-direction:column;width:min(390px,100vw - 30px);max-height:min(650px,100vh - 100px);display:flex;position:absolute;top:calc(100% + 10px);right:0;overflow:hidden;box-shadow:0 22px 65px #17345438}.assistantHeader{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;padding:15px 16px 12px;display:flex}.assistantHeader strong,.assistantHeader span{display:block}.assistantHeader strong{font-size:14px}.assistantHeader span{color:var(--green);margin-top:2px;font-size:10px;font-weight:750}.assistantHeader button{background:var(--soft);color:var(--text);cursor:pointer;border:0;border-radius:9px;width:28px;height:28px;font-size:20px;line-height:1}.assistantSafety{color:#386052;background:#f0f7f4;border-radius:10px;margin:11px 12px 0;padding:9px 10px;font-size:10px;font-weight:650;line-height:1.45}.assistantQuick{flex-wrap:wrap;gap:6px;padding:10px 12px 2px;display:flex}.assistantQuick button{border:1px solid var(--line);color:var(--navy-2);cursor:pointer;background:#f9fbfd;border-radius:999px;padding:6px 8px;font-size:10px;font-weight:750}.assistantMessages{align-content:start;gap:8px;min-height:190px;max-height:310px;padding:12px;display:grid;overflow-y:auto}.assistantMessage{white-space:pre-wrap;border-radius:11px;max-width:88%;padding:9px 10px;font-size:11px;line-height:1.5}.assistantMessage.assistant{background:var(--soft);color:#334a62;border-bottom-left-radius:4px;justify-self:start}.assistantMessage.user{background:var(--navy);color:#fff;border-bottom-right-radius:4px;justify-self:end}.assistantForm{border-top:1px solid var(--line);grid-template-columns:minmax(0,1fr) auto;gap:7px;padding:10px 12px;display:grid}.assistantForm input{background:#fff;border:1px solid #cfdbe7;border-radius:10px;outline:none;min-width:0;padding:10px 11px;font-size:12px}.assistantForm input:focus{border-color:var(--navy-2);box-shadow:0 0 0 3px #214b7514}.assistantForm button{background:var(--navy);color:#fff;cursor:pointer;border:0;border-radius:10px;padding:0 12px;font-size:11px;font-weight:800}.assistantFootnote{color:var(--muted);margin:0;padding:0 12px 12px;font-size:9px;line-height:1.35}.cards{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-bottom:16px;display:grid}.card{background:var(--panel);border:1px solid var(--line);border-radius:15px;padding:17px;box-shadow:0 5px 18px #1734540a}.card span,.card strong{display:block}.card span{color:var(--muted);margin-bottom:8px;font-size:12px}.card strong{font-size:18px}.grid2{grid-template-columns:1.1fr .9fr;gap:16px;display:grid}.panel{background:var(--panel);border:1px solid var(--line);border-radius:16px;padding:20px;box-shadow:0 5px 18px #1734540a}.panelTitle{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px;display:flex}.badge{color:var(--amber);letter-spacing:.04em;background:#fff4df;border-radius:999px;align-items:center;padding:6px 9px;font-size:10px;font-weight:900;display:inline-flex}.flow{gap:8px;display:grid}.flowRow{border:1px solid var(--line);border-radius:12px;grid-template-columns:30px 1fr auto;align-items:center;gap:10px;padding:10px;display:grid}.step{background:var(--soft);width:28px;height:28px;color:var(--navy);border-radius:9px;place-items:center;font-size:12px;font-weight:900;display:grid}.flowMain strong,.flowMain span{display:block}.flowMain strong{font-size:13px}.flowMain span{color:var(--muted);margin-top:2px;font-size:11px}.flowStatus{color:var(--navy-2);background:var(--soft);border-radius:999px;padding:6px 8px;font-size:11px;font-weight:800}.architecture{grid-template-columns:1fr auto 1fr auto 1fr;align-items:center;gap:10px;margin-top:8px;display:grid}.archNode{border:1px solid var(--line);border-radius:14px;flex-direction:column;justify-content:center;min-height:118px;padding:15px 12px;display:flex}.archNode span,.archNode strong,.archNode small{display:block}.archNode span{color:var(--muted);text-transform:uppercase;font-size:10px;font-weight:800}.archNode strong{margin:7px 0 5px;font-size:14px}.archNode small{color:var(--muted);font-size:10px}.archNode.legacy{background:#f8fafc}.archNode.staging{background:#fff9ec}.archNode.master{background:#eef9f4;border-color:#cdeadc}.arrow{color:var(--muted);font-weight:900}.notice{background:var(--soft);color:#42556b;border-radius:12px;margin-top:18px;padding:13px;font-size:12px;line-height:1.55}.sourcePanel{margin-top:16px}.domains{flex-wrap:wrap;gap:9px;display:flex}.domain{border:1px solid var(--line);background:#f9fbfd;border-radius:10px;padding:9px 11px;font-size:12px;font-weight:700}.loginShell{background:radial-gradient(circle at 20% 15%, #e9f2fb 0, transparent 30%), var(--bg);place-items:center;min-height:100vh;padding:22px;display:grid}.loginCard{background:var(--panel);border:1px solid var(--line);border-radius:20px;width:min(430px,100%);padding:28px;box-shadow:0 18px 55px #1734541f}.loginBrand{color:#fff;background:var(--navy);border-radius:14px;margin-bottom:28px;padding:12px}.loginForm{gap:10px;margin-top:24px;display:grid}.loginForm label{color:var(--navy);font-size:12px;font-weight:800}.loginForm input{background:#fff;border:1px solid #cfdbe7;border-radius:11px;outline:none;width:100%;padding:13px 14px;font-size:16px}.loginForm input:focus{border-color:var(--navy-2);box-shadow:0 0 0 3px #214b751a}.loginForm button{background:var(--navy);color:#fff;cursor:pointer;border:0;border-radius:11px;padding:13px 14px;font-weight:800}.loginError{color:#b42318;margin:0;font-size:12px;font-weight:700}.loginNote{color:var(--muted);margin:18px 0 0;font-size:11px;line-height:1.5}@media (max-width:1050px){.shell{grid-template-columns:210px minmax(0,1fr)}.cards{grid-template-columns:repeat(2,1fr)}.grid2{grid-template-columns:1fr}.topActions{flex-direction:column;align-items:flex-end}}@media (max-width:720px){.shell{display:block}.sidebar{gap:14px;padding:14px;position:static}.sidebar nav{-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:8px;padding:1px 0 4px;display:flex;overflow-x:auto}.sidebar nav::-webkit-scrollbar{display:none}.sidebar .navItem{white-space:nowrap;background:#ffffff14;flex:none;padding:9px 11px}.sidebar .navItem.active{background:#ffffff29}.sidebar .navItem.disabled{background:#ffffff0a}.guardBox{margin-top:0}.content{padding:18px 14px 28px}.topbar{display:block}.topActions{flex-direction:row;justify-content:space-between;align-items:flex-start;margin-top:15px}.profile{white-space:normal;margin-top:0;display:flex}.assistantPanel{width:auto;max-height:calc(100vh - 90px);position:fixed;top:70px;left:12px;right:12px}.cards{grid-template-columns:1fr 1fr}.architecture{grid-template-columns:1fr}.arrow{text-align:center;transform:rotate(90deg)}.flowRow{grid-template-columns:30px 1fr}.flowStatus{grid-column:2;justify-self:start}}
.chatFileInput{display:none!important}.chatComposerForm{grid-template-columns:auto minmax(0,1fr) auto!important}.chatComposerForm .chatAttachButton{cursor:pointer;width:38px;min-width:38px;height:38px;color:#294c70!important;background:#f5f8fc!important;border:1px solid #cbd9e7!important;border-radius:10px!important;place-items:center!important;padding:0!important;font-size:22px!important;font-weight:500!important;line-height:1!important;display:grid!important}.chatComposerForm .chatAttachButton:hover{background:#eaf1f8!important}.chatComposerForm .chatAttachButton:disabled{opacity:.42;cursor:not-allowed}.chatStagedList{flex-wrap:wrap;gap:6px;padding:8px 12px 0;display:flex}.chatStagedChip{color:#36516d;background:#f8fafc;border:1px solid #d7e2ed;border-radius:9px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:5px;max-width:100%;padding:6px 7px;font-size:9px;display:inline-grid}.chatStagedChip b{text-overflow:ellipsis;white-space:nowrap;font-weight:700;overflow:hidden}.chatStagedChip small{color:#8292a5;font-size:8px}.chatStagedChip button{cursor:pointer;width:18px;height:18px;color:#718096!important;background:0 0!important;border:0!important;padding:0!important;font-size:14px!important}.chatAttachError{color:#b42318;background:#fff1f1;border:1px solid #fecaca;border-radius:8px;margin:6px 12px 0;padding:7px 8px;font-size:9px;line-height:1.35}.chatAttachmentList{flex-wrap:wrap;gap:6px;margin-top:8px;display:flex}.chatAttachmentChip{max-width:100%;color:inherit;background:#ffffff8f;border:1px solid #64748b38;border-radius:8px;align-items:center;gap:6px;padding:6px 7px;text-decoration:none;display:flex}.chatAttachmentChip>b{font-size:12px}.chatAttachmentChip>span{text-overflow:ellipsis;white-space:nowrap;flex-direction:column;min-width:0;font-size:9px;font-weight:700;display:flex;overflow:hidden}.chatAttachmentChip small{opacity:.68;margin-top:1px;font-size:7px;font-weight:500}.chatAttachmentImage{max-width:150px;color:inherit;flex-direction:column;gap:4px;text-decoration:none;display:flex}.chatAttachmentImage img{object-fit:cover;background:#eef2f7;border:1px solid #64748b38;border-radius:8px;width:100%;max-width:150px;height:92px;display:block}.chatAttachmentImage span{text-overflow:ellipsis;white-space:nowrap;opacity:.82;font-size:8px;overflow:hidden}.assistantMessage.user .chatAttachmentChip,.assistantMessage.user .chatAttachmentImage img{background:#ffffff1a;border-color:#ffffff3d}.adsAiMessage.user .chatAttachmentChip,.adsAiMessage.user .chatAttachmentImage img{background:#ffffff8c}@media (max-width:520px){.chatAttachmentImage,.chatAttachmentImage img{max-width:125px}.chatAttachmentImage img{height:80px}.chatStagedChip{width:100%}}
.shell{--eri-bg:#030811;--eri-bg-2:#07111f;--eri-panel:#081424e0;--eri-panel-strong:#0a1728;--eri-panel-soft:#0f2238b8;--eri-line:#67bfff29;--eri-line-strong:#49c4ff52;--eri-text:#edf7ff;--eri-muted:#8fa8c2;--eri-blue:#25a7ff;--eri-cyan:#54ddff;--eri-green:#45ddb0;--eri-amber:#ffbe63;--eri-red:#ff6b78;min-height:100vh;color:var(--eri-text);background:radial-gradient(circle at 76% -10%,#0097ff29,#0000 34%),radial-gradient(circle at 18% 105%,#00ccff12,#0000 34%),#030811!important;grid-template-columns:272px minmax(0,1fr)!important}.shell .sidebar{border-right:1px solid var(--eri-line);height:100vh;position:sticky;top:0;overflow:auto;box-shadow:18px 0 55px #0000002e;background:linear-gradient(#08182afa,#040d19fc),#07111f!important;gap:20px!important;padding:18px 14px 16px!important}.shell .sidebar:before{content:"";background:linear-gradient(90deg,transparent,var(--eri-cyan),transparent);opacity:.75;height:1px;position:absolute;inset:0 0 auto}.shell .brand{border-bottom:1px solid #76bef11f;padding:6px 8px 15px!important}.shell .brandMark{box-shadow:0 0 24px #3fcbff29;color:#061425!important;background:linear-gradient(145deg,#ecf9ff,#9ee9ff)!important;border-radius:11px!important;width:40px!important;height:40px!important}.shell .brand strong{letter-spacing:-.02em;font-size:18px!important}.shell .brand span{color:#8fb0cb!important;opacity:1!important}.shell .sidebar nav{gap:4px!important}.shell .navItem{border:1px solid #0000;transition:all .16s;position:relative;color:#9fb4ca!important;opacity:1!important;border-radius:9px!important;padding:10px 11px!important;font-size:12px!important}.shell .navItem:hover{background:#2892dc14;border-color:#50baff1f;color:#f3fbff!important}.shell .navItem.active{border-color:#48bfff40;box-shadow:inset 3px 0 #46cfff,0 8px 24px #006fb514;color:#f4fbff!important;background:linear-gradient(90deg,#1f81cd42,#0c3d6833)!important}.shell .guardBox{border:1px solid #57c2ff29;box-shadow:inset 0 0 26px #2caaff08;background:linear-gradient(#14304c94,#0b1d309e)!important;border-radius:12px!important;margin-top:auto!important}.shell .guardBox strong{color:#e8f7ff;font-size:11px}.shell .guardBox small{font-size:9px;color:#8ca6bf!important;opacity:1!important}.shell .dot{background:#45ddb0!important;box-shadow:0 0 0 4px #45ddb017,0 0 18px #45ddb059!important}.shell .content{background:linear-gradient(#54ddff06 1px,#0000 1px) 0 0/32px 32px,linear-gradient(90deg,#54ddff06 1px,#0000 1px) 0 0/32px 32px,radial-gradient(circle at 82% 4%,#1c91e51a,#0000 28%);min-width:0;position:relative;padding:22px 24px 40px!important}.shell .topbar{border-bottom:1px solid #71bdf11a;padding:1px 2px 16px;align-items:center!important;margin-bottom:14px!important}.shell .topbar h1{color:#f4f9ff!important;margin-bottom:4px!important;font-size:clamp(25px,2.4vw,34px)!important}.shell .eyebrow{color:#59d6ff!important;letter-spacing:.16em!important;font-size:9px!important}.shell .muted{color:#8ea6bf!important;font-size:12px!important}.shell .profile{box-shadow:inset 0 0 20px #1f9aec06;color:#eaf7ff!important;background:#0a1a2dd6!important;border:1px solid #56bbfa29!important;border-radius:10px!important}.shell .assistantButton{background:linear-gradient(135deg,#0b2743,#103759)!important;border-color:#4cc0ff47!important;box-shadow:0 8px 24px #00000024,inset 0 0 20px #2fb1ff0a!important}.shell .assistantPanel{color:#eaf6ff!important;background:#071321!important;border-color:#4ebfff3d!important}.shell .assistantHeader{border-color:#4ebfff24!important}.shell .assistantHeader button,.shell .assistantMessage.assistant,.shell .assistantSafety{color:#b8cde0!important;background:#0d2034!important}.shell .assistantQuick button{color:#bcecff!important;background:#0b1c2e!important;border-color:#54baf52e!important}.shell .assistantForm{border-color:#4ebfff24!important}.shell .assistantForm input{color:#eaf6ff!important;background:#081827!important;border-color:#5cbaf633!important}.commandDeck{grid-template-columns:minmax(0,1.12fr) minmax(360px,.88fr);gap:14px;margin:0 0 14px;display:grid}.commandPanel,.opsBoard{background:linear-gradient(145deg,#0a1b2ef5,#050f1bf5);border-radius:16px;position:relative;overflow:hidden;box-shadow:0 20px 45px #00000029,inset 0 0 44px #28a7ff06;border:1px solid var(--eri-line)!important}.commandPanel:before,.opsBoard:before{content:"";background:linear-gradient(90deg,var(--eri-cyan),transparent);opacity:.6;width:46%;height:1px;position:absolute;inset:0 auto auto 0}.commandPanel{padding:18px}.commandPanelHead,.opsBoardHead{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:14px;display:flex}.commandPanelHead h2,.opsBoardHead h2{color:#f2f9ff!important;margin:2px 0 0!important;font-size:17px!important}.commandPanelHead p,.opsBoardHead p{color:#61d9ff;letter-spacing:.17em;margin:0;font-size:8px;font-weight:900}.commandState{color:#70e3bf;letter-spacing:.07em;background:#3dcea612;border:1px solid #5fddbc3d;border-radius:999px;align-items:center;gap:6px;padding:6px 9px;font-size:8px;font-weight:900;display:inline-flex}.commandState:before{content:"";background:currentColor;border-radius:50%;width:6px;height:6px;box-shadow:0 0 12px}.commandState.armed{color:#ffc56f;background:#ffbe6312;border-color:#ffbe633d}.systemGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;display:grid}.systemCell{background:linear-gradient(#142e496b,#09192b8c);border:1px solid #60b8f01c;border-radius:11px;min-height:82px;padding:12px}.systemCell span,.systemCell strong,.systemCell small{display:block}.systemCell span{letter-spacing:.1em;text-transform:uppercase;color:#7895b1;font-size:8px;font-weight:800}.systemCell strong{color:#eaf8ff;letter-spacing:-.025em;word-break:break-word;margin-top:8px;font-size:17px;line-height:1.15}.systemCell small{color:#5fdcff;margin-top:5px;font-size:8px}.systemFoot{color:#7893ad;border-top:1px solid #61b8ef1a;justify-content:space-between;gap:12px;margin-top:11px;padding-top:11px;font-size:9px;display:flex}.systemFoot strong{color:#bfeeff}.quickLaunchGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.quickLaunch{min-height:62px;color:inherit;background:#0d20348c;border:1px solid #60b8f01c;border-radius:11px;grid-template-columns:34px 1fr auto;align-items:center;gap:9px;padding:10px;text-decoration:none;transition:all .16s;display:grid}.quickLaunch:hover{background:#112d49ad;border-color:#4fcaff4d;transform:translateY(-1px);box-shadow:0 10px 24px #0000001f}.quickLaunchBadge{color:#72dcff;letter-spacing:.03em;background:linear-gradient(145deg,#26a0ee38,#195b912e);border:1px solid #54c4ff29;border-radius:9px;place-items:center;width:34px;height:34px;font-size:9px;font-weight:900;display:grid}.quickLaunchCopy strong,.quickLaunchCopy span{display:block}.quickLaunchCopy strong{color:#eaf7ff;font-size:10px}.quickLaunchCopy span{color:#7892ab;margin-top:3px;font-size:8px}.quickLaunchArrow{color:#4fcfff;font-size:13px}.opsBoard{margin-bottom:14px;padding:18px}.laneGrid{grid-template-columns:repeat(6,minmax(0,1fr));gap:8px;display:grid}.opsLane{background:#0b1c2f94;border:1px solid #58b6f11c;border-radius:11px;min-height:116px;padding:12px;position:relative}.opsLane:after{content:"";background:#53c9ff47;width:10px;height:1px;position:absolute;top:21px;right:-9px}.opsLane:last-child:after{display:none}.laneIndex{color:#62d7ff;background:#2aabf41f;border:1px solid #4dc6ff2e;border-radius:8px;place-items:center;width:25px;height:25px;font-size:9px;font-weight:900;display:grid}.opsLane strong{color:#f0f9ff;margin-top:17px;font-size:11px;display:block}.opsLane span{color:#7893ad;margin-top:5px;font-size:8px;line-height:1.45;display:block}.shell .cards{gap:10px!important;margin-bottom:12px!important}.shell .card,.shell .panel{color:#eaf7ff!important;background:linear-gradient(145deg,#0a1a2ceb,#07121feb)!important;border:1px solid #5bb7f121!important;box-shadow:0 12px 30px #0000001f,inset 0 0 28px #30a6ee05!important}.shell .card{border-radius:12px!important;padding:15px!important}.shell .card span{text-transform:uppercase;letter-spacing:.08em;color:#7f99b3!important;font-size:9px!important}.shell .card strong{color:#f0f8ff!important;font-size:16px!important}.shell .panel{border-radius:14px!important;padding:17px!important}.shell .panelTitle h2{color:#eef8ff!important}.shell .badge{border:1px solid #ffbe6326;color:#ffc06a!important;background:#ffbe6314!important}.shell .flowRow{background:#0c1f3385!important;border-color:#5bb7f11c!important}.shell .flowMain strong{color:#eaf7ff!important}.shell .flowMain span{color:#7893ad!important}.shell .step,.shell .flowStatus{color:#68d7ff!important;background:#309cdf1a!important}.shell .notice{border:1px solid #53b8f51a;color:#9fb7cc!important;background:#1b476c33!important}.shell .sourcePanel .muted{line-height:1.6;max-width:none!important}@media (max-width:1180px){.commandDeck{grid-template-columns:1fr}.laneGrid{grid-template-columns:repeat(3,minmax(0,1fr))}.opsLane:nth-child(3):after,.opsLane:last-child:after{display:none}}@media (max-width:900px){.shell{grid-template-columns:220px minmax(0,1fr)!important}.systemGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.quickLaunchGrid{grid-template-columns:1fr}}@media (max-width:720px){.shell{display:block!important}.shell .sidebar{position:relative;overflow:visible;height:auto!important}.shell .content{padding:14px 12px 28px!important}.commandDeck{display:block}.commandPanel+.commandPanel{margin-top:10px}.systemGrid,.laneGrid{grid-template-columns:1fr 1fr}.opsLane:after{display:none}.systemFoot{flex-direction:column}}@media (max-width:480px){.systemGrid,.laneGrid{grid-template-columns:1fr}.shell .cards{grid-template-columns:1fr!important}}
