.dashboard{position:relative;height:100%}.dashboard,.dashboard__content{display:flex;flex-direction:column;overflow:hidden}.dashboard__content{flex:1 1;opacity:0;transition:opacity .2s ease}.dashboard__header{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;padding-bottom:8px}.dashboard__header-text{display:flex;flex-direction:column;gap:8px;flex:1 1}.dashboard__subtitle{color:#535862}.dashboard__new-order-button{flex-shrink:0}.dashboard__sort-container{display:flex;align-items:center;justify-content:flex-end;gap:8px;padding-bottom:8px}.dashboard__sort-label{color:#535862}.dashboard__sort-dropdown{display:flex}.dashboard__orders{display:flex;flex-direction:column;flex:1 1;gap:20px;padding-top:8px;overflow-y:auto}.dashboard__skeleton-overlay{position:absolute;inset:0;z-index:20;pointer-events:none;opacity:1;transition:opacity .2s ease}.dashboard__skeleton-overlay .skeleton,.dashboard__skeleton-overlay .skeleton--wave:after{animation:none!important}.dashboard__modal-overlay{position:absolute;inset:0;z-index:40;background:rgba(15,17,21,.42);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;padding:0}.dashboard__modal{width:100%;height:100%;background:#fff;border:0;border-radius:0;overflow:hidden;box-shadow:0 20px 48px rgba(19,23,32,.22)}.dashboard--ready .dashboard__content{opacity:1}.dashboard--ready .dashboard__skeleton-overlay{opacity:0}@media(prefers-reduced-motion:reduce){.dashboard__content,.dashboard__skeleton-overlay{transition:none}}.error-container,.loading-container{padding:32px;text-align:center;gap:3rem;width:100%;align-items:flex-start;max-width:1312px}