.cspc-main-layout{display:flex;flex-direction:column;min-height:100vh}.cspc-main-layout__header{background-color:#007bff;color:#fff;padding:16px 24px;box-shadow:0 2px 4px rgba(0,0,0,.1);z-index:100}.cspc-main-layout__container{display:flex;flex-direction:row;flex:1 1;min-height:0}.cspc-main-layout__sidebar{display:flex;flex-shrink:0}.cspc-main-layout__content{flex:1 1;overflow-y:auto;min-width:0}.cspc-main-layout__content--full{width:100%}.cspc-main-layout__footer{background-color:#f8f9fa;border-top:1px solid #dee2e6;padding:16px 24px;text-align:center;color:#6c757d;font-size:14px}.cspc-blank-layout{display:flex;flex-direction:column;min-height:100vh;padding:24px;&--centered{justify-content:center;align-items:center}}