.loading-spinner-component{z-index:999;-webkit-user-select:none;user-select:none;flex-direction:column;align-items:center;gap:1.5rem;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.loading-svg-spinner{width:clamp(56px,12vw,96px);height:clamp(56px,12vw,96px)}.loading-svg-spinner .track{stroke:var(--bg-tertiary,#eee)}.loading-svg-spinner .arc{stroke:var(--primary,#267dd9);stroke-linecap:round;transform-origin:50%;animation:1.4s ease-in-out infinite loading-dash,5.6s ease-in-out infinite loading-color}.loading-spinner-text{font-size:var(--font-sm,.875rem);color:var(--text-secondary,#666);letter-spacing:.04em;font-weight:500;animation:1.4s ease-in-out infinite loading-text-pulse}@keyframes loading-dash{0%{stroke-dasharray:1 200;stroke-dashoffset:0}50%{stroke-dasharray:100 200;stroke-dashoffset:-30px}to{stroke-dasharray:100 200;stroke-dashoffset:-125px}}@keyframes loading-color{0%,to{stroke:var(--primary,#267dd9)}25%{stroke:var(--success,#2eb860)}50%{stroke:var(--warning,#f4a825)}75%{stroke:var(--error,#e23636)}}@keyframes loading-text-pulse{0%,to{opacity:.5}50%{opacity:1}}.full-page-loading-overlay{z-index:9999;background:var(--overlay-bg,#00000059);justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.content-loading-container{justify-content:center;align-items:center;width:100%;min-height:60vh;display:flex}.content-loading-container .loading-spinner-component{position:static;top:auto;left:auto;transform:none}
