.architect-dashboard{min-height:100vh;position:relative}.architect-dashboard__mobile-header{z-index:10;background:#fff;border-bottom:1px solid #e8eaed;align-items:center;gap:12px;margin-top:56px;padding:12px 16px;display:flex;position:sticky;top:56px}.architect-dashboard__mobile-header button{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;display:flex}.architect-dashboard__mobile-header span{color:#3c4043;font-size:16px;font-weight:600}.architect-dashboard__overlay{z-index:1040;background-color:#0000004d;width:100%;height:100%;position:fixed;top:0;left:0}.architect-dashboard__content{min-height:calc(100vh - 56px);padding:16px}.architect-dashboard__content--with-sidebar{margin-top:56px;margin-left:225px}.architect-dashboard__content--mobile{margin-top:56px}.architect-sidebar{background:#fff;border-right:1px solid #e8eaed;width:225px;font-family:Inter,sans-serif}.architect-sidebar--desktop{z-index:10;height:calc(100vh - 56px);position:fixed;top:56px;left:0;overflow-y:auto}.architect-sidebar--mobile{z-index:1045;height:100vh;transition:transform .3s ease-in-out;position:fixed;top:0;left:0;transform:translate(-100%);box-shadow:2px 0 8px #00000026}.architect-sidebar--mobile.architect-sidebar--open{transform:translate(0)}.architect-sidebar__header{border-bottom:1px solid #e8eaed;justify-content:flex-end;padding:12px 16px;display:flex}.architect-sidebar__header button{cursor:pointer;color:#3c4043;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;display:flex}.architect-sidebar__header button:hover{color:#c53d3d}.architect-sidebar__menu{margin:0;padding:8px 0;list-style:none}.architect-sidebar__item{cursor:pointer;color:#3c4043;-webkit-user-select:none;user-select:none;border-left:3px solid #0000;align-items:center;padding:14px 24px;font-size:14px;font-weight:500;transition:background-color .2s,color .2s;display:flex}.architect-sidebar__item:hover:not(.architect-sidebar__item--disabled){background-color:#f1f3f4}.architect-sidebar__item--active{color:#c53d3d;background-color:#fdf3f3;border-left-color:#c53d3d;font-weight:600}.architect-sidebar__item--disabled{color:#9aa0a6;cursor:not-allowed;opacity:.5}.architect-sidebar__label{white-space:nowrap}body.has-architect-sidebar .footer-custom-style{width:calc(100% - 225px)!important;left:225px!important}body.has-architect-sidebar #app-footer{margin-left:225px;padding:20px!important}