:root{--card-radius:10px;--shell-max-w:1300px;--shell-max-h:90dvh;--left-w:200px}.layout-container{background-image:linear-gradient(0deg,#7e7d7d 0,#b5b5b5);display:grid;height:100vh;place-items:center;width:100%}.cockpit-shell{align-items:stretch;background:linear-gradient(180deg,#e0e9fd,#e9ecf1 90%);border-radius:var(--card-radius);box-shadow:0 0 0 10px #fff6;display:flex;height:var(--shell-max-h);max-width:var(--shell-max-w);overflow:hidden;width:100%}.cockpit-main-slot{background:linear-gradient(97deg,#f2f7fd,#f0f4fd 90%);border-radius:0 var(--card-radius) var(--card-radius) 0;flex:1 1 auto;min-width:0;position:relative}@media (max-width:900px){.cockpit-shell{position:relative}}
