.spinner-circular{position:relative;width:40px;height:40px}.spinner-circular svg{width:100%;height:100%;transform:rotate(-90deg)}.spinner-circular circle{fill:none;stroke-width:3;stroke-linecap:round;stroke-dasharray:126;stroke-dashoffset:126;animation:circular-progress 2s ease-in-out infinite}@keyframes circular-progress{0%{stroke-dashoffset:126}50%{stroke-dashoffset:63}to{stroke-dashoffset:126}}.spinner-multicolor{position:relative;width:40px;height:40px}.spinner-multicolor:after,.spinner-multicolor:before{content:"";position:absolute;border-radius:50%;animation:multicolor-spin 2s linear infinite}.spinner-multicolor:before{width:100%;height:100%;border-left:3px solid transparent;border-bottom:3px solid transparent;border-top:3px solid transparent;border-top-color:var(--primary);border-right:3px solid transparent;border-right-color:var(--secondary-foreground)}.spinner-multicolor:after{width:60%;height:60%;top:20%;left:20%;border-left:3px solid transparent;border-bottom:3px solid transparent;border-top:3px solid transparent;border-top-color:var(--accent-foreground);border-right:3px solid transparent;border-right-color:var(--muted-foreground);animation-direction:reverse}@keyframes multicolor-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.spinner-pulse-ring{position:relative;width:40px;height:40px}.spinner-pulse-ring:after,.spinner-pulse-ring:before{content:"";position:absolute;border:2px solid var(--primary);border-radius:50%;animation:pulse-ring 1.5s cubic-bezier(.215,.61,.355,1) infinite}.spinner-pulse-ring:after{animation-delay:-.5s}@keyframes pulse-ring{0%{transform:scale(.33);opacity:1}80%,to{transform:scale(1);opacity:0}}.spinner-wave{display:flex;align-items:center;justify-content:center;gap:.25rem}.spinner-wave>div{width:.25rem;height:1rem;background-color:currentColor;border-radius:.125rem;animation:wave 1.2s ease-in-out infinite}.spinner-wave>div:first-child{animation-delay:-1.2s}.spinner-wave>div:nth-child(2){animation-delay:-1.1s}.spinner-wave>div:nth-child(3){animation-delay:-1s}.spinner-wave>div:nth-child(4){animation-delay:-.9s}.spinner-wave>div:nth-child(5){animation-delay:-.8s}.spinner-morph{width:40px;height:40px;background:linear-gradient(45deg,var(--primary),var(--accent-foreground));border-radius:60% 40% 30% 70%/60% 30% 70% 40%;animation:morph 3s ease-in-out infinite}.spinner-ripple{position:relative;width:40px;height:40px}.spinner-ripple:after,.spinner-ripple:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background-color:var(--primary);transform:translate(-50%,-50%);animation:ripple 1.5s ease-out infinite}.spinner-ripple:after{animation-delay:.5s}.spinner-cube{position:relative;width:40px;height:40px;transform-style:preserve-3d;animation:cube-spin 1.5s linear infinite}.spinner-cube>div{position:absolute;width:20px;height:20px;background-color:var(--primary);opacity:.8}.spinner-cube>div:first-child{transform:translateZ(10px)}.spinner-cube>div:nth-child(2){transform:translateZ(-10px)}.spinner-cube>div:nth-child(3){transform:rotateY(90deg) translateZ(10px)}.spinner-cube>div:nth-child(4){transform:rotateY(90deg) translateZ(-10px)}.spinner-cube>div:nth-child(5){transform:rotateX(90deg) translateZ(10px)}.spinner-cube>div:nth-child(6){transform:rotateX(90deg) translateZ(-10px)}@keyframes cube-spin{0%{transform:rotateX(0deg) rotateY(0deg)}to{transform:rotateX(1turn) rotateY(1turn)}}.spinner-dots-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.25rem;width:40px;height:40px}.spinner-dots-grid>div{width:.5rem;height:.5rem;background-color:currentColor;border-radius:50%;animation:dots-grid 1.5s ease-in-out infinite}.spinner-dots-grid>div:first-child{animation-delay:0s}.spinner-dots-grid>div:nth-child(2){animation-delay:.1s}.spinner-dots-grid>div:nth-child(3){animation-delay:.2s}.spinner-dots-grid>div:nth-child(4){animation-delay:.3s}.spinner-dots-grid>div:nth-child(5){animation-delay:.4s}.spinner-dots-grid>div:nth-child(6){animation-delay:.5s}.spinner-dots-grid>div:nth-child(7){animation-delay:.6s}.spinner-dots-grid>div:nth-child(8){animation-delay:.7s}.spinner-dots-grid>div:nth-child(9){animation-delay:.8s}@keyframes dots-grid{0%,to{transform:scale(.3);opacity:.3}50%{transform:scale(1);opacity:1}}.spinner-xs{width:.75rem;height:.75rem}.spinner-sm{width:1rem;height:1rem}.spinner-md{width:1.5rem;height:1.5rem}.spinner-lg{width:2rem;height:2rem}.spinner-xl{width:3rem;height:3rem}.spinner-2xl{width:4rem;height:4rem}.spinner-color-primary{color:var(--primary)}.spinner-color-secondary{color:var(--secondary-foreground)}.spinner-color-muted{color:var(--muted-foreground)}.spinner-color-destructive{color:var(--destructive)}.spinner-color-accent{color:var(--accent-foreground)}.spinner-color-white{color:white}.loading-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:9999;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.loading-modal{background-color:var(--background);border-radius:var(--radius);padding:2rem;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);display:flex;flex-direction:column;align-items:center;gap:1rem;min-width:200px}.loading-text{color:var(--foreground);font-size:.875rem;font-weight:500;text-align:center}.skeleton-text{height:1rem;border-radius:.25rem}.skeleton-title{height:1.5rem;border-radius:.25rem}.skeleton-avatar{width:2.5rem;height:2.5rem;border-radius:50%}.skeleton-button{height:2.5rem;border-radius:.375rem}.skeleton-card{height:8rem;border-radius:.5rem}@media (max-width:640px){.spinner-xl{width:2.5rem;height:2.5rem}.spinner-2xl{width:3rem;height:3rem}}@media (prefers-color-scheme:dark){.loading-overlay{background-color:rgba(0,0,0,.7)}.skeleton{background:linear-gradient(90deg,var(--muted) 25%,var(--accent) 50%,var(--muted) 75%)}}@media (prefers-reduced-motion:reduce){.spinner-circular circle,.spinner-cube,.spinner-dots-grid>div,.spinner-morph,.spinner-multicolor:after,.spinner-multicolor:before,.spinner-pulse-ring:after,.spinner-pulse-ring:before,.spinner-ripple:after,.spinner-ripple:before,.spinner-wave>div{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.dotted-border-large{border:2px dotted rgba(255,255,255,.1);border-radius:8px;background-image:radial-gradient(circle,rgba(255,255,255,.1) 1px,transparent 0);background-size:20px 20px}@font-face{font-family:GeistSans;src:url(/_next/static/media/69a390d3fcb2378e-s.p.woff2) format("woff2");font-display:swap;font-weight:100;font-style:normal}@font-face{font-family:GeistSans;src:url(/_next/static/media/8a5ed7a420e77c77-s.p.woff2) format("woff2");font-display:swap;font-weight:200;font-style:normal}@font-face{font-family:GeistSans;src:url(/_next/static/media/dc1cce3fa2af61db-s.p.woff2) format("woff2");font-display:swap;font-weight:300;font-style:normal}@font-face{font-family:GeistSans;src:url(/_next/static/media/ca070aef19a160ac-s.p.woff2) format("woff2");font-display:swap;font-weight:400;font-style:normal}@font-face{font-family:GeistSans;src:url(/_next/static/media/24faed2484bb8b0c-s.p.woff2) format("woff2");font-display:swap;font-weight:500;font-style:normal}@font-face{font-family:GeistSans;src:url(/_next/static/media/26e35e3aa0f2ff52-s.p.woff2) format("woff2");font-display:swap;font-weight:600;font-style:normal}@font-face{font-family:GeistSans;src:url(/_next/static/media/785370768b5a7618-s.p.woff2) format("woff2");font-display:swap;font-weight:700;font-style:normal}@font-face{font-family:GeistSans;src:url(/_next/static/media/eaa89f43bcff2436-s.p.woff2) format("woff2");font-display:swap;font-weight:800;font-style:normal}@font-face{font-family:GeistSans;src:url(/_next/static/media/48c373c2bbb15a2a-s.p.woff2) format("woff2");font-display:swap;font-weight:900;font-style:normal}@font-face{font-family:GeistSans Fallback;src:local("Arial");ascent-override:85.83%;descent-override:20.53%;line-gap-override:9.33%;size-adjust:107.19%}.__className_e1c369{font-family:GeistSans,GeistSans Fallback,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Inter,Segoe UI,Roboto,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}.__variable_e1c369{--font-geist-sans:"GeistSans","GeistSans Fallback",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Inter,Segoe UI,Roboto,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}@font-face{font-family:GeistMono;src:url(/_next/static/media/7d612f06858af31a.p.woff2) format("woff2");font-display:swap;font-weight:100;font-style:normal}@font-face{font-family:GeistMono;src:url(/_next/static/media/e127622016e145c0.p.woff2) format("woff2");font-display:swap;font-weight:200;font-style:normal}@font-face{font-family:GeistMono;src:url(/_next/static/media/6c2eb4a4397e6726.p.woff2) format("woff2");font-display:swap;font-weight:300;font-style:normal}@font-face{font-family:GeistMono;src:url(/_next/static/media/acd8756c4a5b05ec.p.woff2) format("woff2");font-display:swap;font-weight:400;font-style:normal}@font-face{font-family:GeistMono;src:url(/_next/static/media/da60e700622ebc65.p.woff2) format("woff2");font-display:swap;font-weight:500;font-style:normal}@font-face{font-family:GeistMono;src:url(/_next/static/media/b0f83fa59267e7b6.p.woff2) format("woff2");font-display:swap;font-weight:600;font-style:normal}@font-face{font-family:GeistMono;src:url(/_next/static/media/26bfa5f558072926.p.woff2) format("woff2");font-display:swap;font-weight:700;font-style:normal}@font-face{font-family:GeistMono;src:url(/_next/static/media/1e2bfed25cc02ae1.p.woff2) format("woff2");font-display:swap;font-weight:800;font-style:normal}@font-face{font-family:GeistMono;src:url(/_next/static/media/7f6ca03465f53582.p.woff2) format("woff2");font-display:swap;font-weight:900;font-style:normal}.__className_b95701{font-family:GeistMono,ui-monospace,SFMono-Regular,Roboto Mono,Menlo,Monaco,Liberation Mono,DejaVu Sans Mono,Courier New,monospace}.__variable_b95701{--font-geist-mono:"GeistMono",ui-monospace,SFMono-Regular,Roboto Mono,Menlo,Monaco,Liberation Mono,DejaVu Sans Mono,Courier New,monospace}