@layer properties;@layer theme,base,components,utilities;@layer components{.canvas-loading-screen{z-index:1000;opacity:1;isolation:isolate;background:linear-gradient(#131619,#111416);justify-content:center;align-items:center;transition:opacity .6s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;inset:0;transform:translateZ(0)}.canvas-loading-screen[data-hiding]{opacity:0}.canvas-loading-screen__content{flex-direction:column;align-items:center;gap:32px;width:320px;display:flex}.canvas-loading-screen__logo{justify-content:center;align-items:center;display:flex}.canvas-loading-logo{object-fit:contain;mix-blend-mode:lighten;width:82px;height:auto;transform:translateZ(0)}.canvas-loading-screen__track{background:#ffffff14;border-radius:99px;width:240px;height:4px;position:relative;overflow:hidden}.canvas-loading-screen__fill{background:linear-gradient(90deg,#fff9,#fff);border-radius:99px;width:0%;height:4px;position:absolute;top:0;left:0}.canvas-loading-screen__fill[data-phase=crawling]{width:95%;transition:width 8s cubic-bezier(.1,.5,.2,1)}.canvas-loading-screen__fill[data-phase=done],.canvas-loading-screen__fill[data-phase=fadeOut]{width:100%;transition:width .15s ease-out}.canvas-loading-screen__error-group{flex-direction:column;align-items:center;gap:16px;display:flex}.canvas-loading-screen__error{color:#898a8b;text-align:center;font-family:Inter,sans-serif;font-size:14px}.canvas-loading-screen__retry{color:#fff;cursor:pointer;background:#ffffff14;border:none;border-radius:8px;padding:8px 20px;font-family:Inter,sans-serif;font-size:14px;font-weight:500;line-height:20px;transition:background .15s}.canvas-loading-screen__retry:hover{background:#ffffff1f}.canvas-loading-screen__retry:active{background:#ffffff0f}.canvas-loading-screen__lock{color:#898a8b;background:#ffffff0f;border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.canvas-loading-screen__lock svg{width:24px;height:24px}.canvas-loading-screen__access-text{text-align:center;flex-direction:column;align-items:center;gap:8px;display:flex}.canvas-loading-screen__access-title{color:#fff;font-family:Inter,sans-serif;font-size:16px;font-weight:500;line-height:24px}.canvas-loading-screen__access-desc{color:#898a8b;font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:20px}.canvas-loading-screen__access-link{color:#fff;text-underline-offset:2px;margin-top:8px;font-family:Inter,sans-serif;font-size:14px;font-weight:500;line-height:20px;-webkit-text-decoration:underline;text-decoration:underline;transition:opacity .15s}.canvas-loading-screen__access-link:hover{opacity:.7}}
