.boot-container{display:flex;justify-content:center;align-items:center;height:100vh;width:100vw;background-color:#f6f6f6;background-image:url(/app/assets/login-bg-2bff5a9d.svg);background-size:cover;background-position:center;position:relative;overflow:hidden}.boot-container:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,#ffffff 0%,transparent 100%);opacity:.7;z-index:0}.boot-card{width:400px;background-color:transparent;padding:40px;position:relative;z-index:1;text-align:center}.boot-loading-animation{width:96px;height:96px;color:#202124;filter:drop-shadow(0 0 14px rgba(32,33,36,.18));margin:0 auto 18px}.boot-loading-animation-path{stroke-dasharray:1;stroke-dashoffset:1;fill-opacity:0;animation:index-html-loading-animation-draw 1.7s ease-in-out infinite}@keyframes index-html-loading-animation-draw{0%{stroke-dashoffset:1;fill-opacity:0}47%{stroke-dashoffset:0;fill-opacity:1}53%{stroke-dashoffset:0;fill-opacity:1}to{stroke-dashoffset:1;fill-opacity:0}}.boot-loading-text{font-size:16px;color:#0009;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;margin:0}.sharing-notification-actions{display:flex;gap:8px;margin-top:8px}.sharing-notification-accept-btn,.sharing-notification-reject-btn{padding:4px 12px;border-radius:4px;font-size:12px;font-weight:500;cursor:pointer;transition:opacity .15s ease;border:none}.sharing-notification-accept-btn{background:var(--primary);color:#fff}.sharing-notification-reject-btn{background:color-mix(in srgb,var(--foreground) 10%,transparent);color:var(--foreground)}.sharing-notification-accept-btn:hover,.sharing-notification-reject-btn:hover{opacity:.85}.sharing-notification-accept-btn:disabled,.sharing-notification-reject-btn:disabled{opacity:.5;cursor:not-allowed}.sharing-notification-responded{margin-top:8px;font-size:12px;color:color-mix(in srgb,var(--foreground) 50%,transparent)}
