.loading-container{justify-content:center;align-items:center;width:100%;min-height:200px;display:flex}.loading-container.full-page{-webkit-backdrop-filter:blur(10px);z-index:9999;background:#fffc;position:fixed;inset:0}.sidebar-expanded+.loading-container.full-page,.sidebar-collapsed+.loading-container.full-page{left:var(--sidebar-width,0)}.loading-content{flex-direction:column;align-items:center;gap:20px;animation:.5s ease-out fadeIn;display:flex}.spinner-wrapper{width:50px;height:50px;position:relative}.loading-spinner{width:100%;height:100%;animation:2s linear infinite rotate}.loading-spinner .path{stroke:#007aff;stroke-linecap:round;animation:1.5s ease-in-out infinite dash}.loading-text{color:#1d1d1f;letter-spacing:-.01em;margin:0;font-size:16px;font-weight:500}@keyframes rotate{to{transform:rotate(360deg)}}@keyframes dash{0%{stroke-dasharray:1 150;stroke-dashoffset:0}50%{stroke-dasharray:90 150;stroke-dashoffset:-35px}to{stroke-dasharray:90 150;stroke-dashoffset:-124px}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
