*{margin:0;padding:0;box-sizing:border-box}.layout{display:flex;padding:0;flex-direction:column;min-height:calc(100vh - 64px);position:relative}.layout-menu{z-index:3;position:relative;width:100%;height:56px;max-height:56px;min-height:56px;padding:8px 16px;background-color:#fff}@media(max-width:600px){.layout-menu{background-color:rgba(0,0,0,0)}}.layout-menu-placeholder{width:100%;min-height:40px}.layout-content,.layout-header{position:relative}.layout-content{flex-grow:1;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%}.layout-content>*{width:100%}.layout-footer{padding:16px;text-align:center;display:flex;justify-content:center;align-items:center;flex-direction:row;background-color:#fff}@media(max-width:600px){.layout-footer{background-color:rgba(0,0,0,0);flex-direction:column;gap:4px}}.layout-footer .sticky-bottom{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:2px}