:root{--bg-base:#0e1116;--bg-elevated:#1c1f28;--bg-field:#151921;--accent-primary:#2563eb;--accent-primary-hover:#3b82f6;--accent-secondary:#6b7280;--border-subtle:#ffffff1a;--text-main:#f3f4f6;--text-muted:#9ca3af;--error-color:#ef4444;--success-color:#10b981;--shell-max:800px}*{box-sizing:border-box;margin:0;padding:0}body{color:#111827;background:#f9fafb;justify-content:center;align-items:flex-start;min-height:100vh;padding:24px;font-family:Plus Jakarta Sans,system-ui,sans-serif;display:flex;position:relative;overflow-x:hidden}body:not(.is-signed-in):not(.portal-view-login){background:var(--landing-page-bg,#fff);justify-content:stretch;align-items:stretch;padding:0}body.portal-view-login,body.is-signed-in{background:var(--bg-base);background-image:linear-gradient(180deg, #12161e 0%, var(--bg-base) 45%, #0a0c10 100%), radial-gradient(ellipse 80% 50% at 10% 0%, #2563eb14, transparent 55%);color:var(--text-main)}body.is-signed-in .page-shell,body.portal-view-login .page-shell{background:0 0}.container{width:100%;max-width:var(--shell-max);z-index:10;flex-direction:column;align-items:stretch;display:flex;position:relative}.portal-app-shell{margin:24px auto}.portal-login{width:100%}.login-nav{margin-bottom:16px}.login-nav-back{color:var(--text-muted);font-size:.92rem;font-weight:500;text-decoration:none}.login-nav-back:hover{color:var(--text-main);text-decoration:underline}.header{text-align:left;width:100%;margin-bottom:28px;animation:.6s ease-out fadeInDown}.container{margin-left:auto;margin-right:auto}.brand-lockup{align-items:center;gap:14px;margin-bottom:10px;display:inline-flex}.brand-lockup img{width:40px;height:40px;display:block}.brand-lockup h1{letter-spacing:-.04em;color:var(--text-main);margin:0;font-family:Outfit,sans-serif;font-size:clamp(1.5rem,3vw,2rem);font-weight:700}.header h1{letter-spacing:-.04em;color:var(--text-main);margin:0;font-family:Outfit,sans-serif;font-size:clamp(2.5rem,6vw,3.75rem);font-weight:700}.header p{color:var(--text-muted);max-width:36rem;font-size:1.125rem;font-weight:400}.glass-card,.portal-panel{background:var(--bg-elevated);border:1px solid var(--border-subtle);width:100%;box-shadow:none;border-radius:4px;animation:.45s ease-out scaleIn;position:relative;overflow:hidden}.auth-panel{padding:0}.chooser-panel{padding:36px}.auth-split{grid-template-columns:minmax(220px,.95fr) minmax(280px,1.15fr);align-items:stretch;min-height:440px;display:grid}.auth-welcome{background:var(--bg-field);border-right:1px solid var(--border-subtle);flex-direction:column;justify-content:center;gap:12px;padding:40px 36px;display:flex;position:relative;overflow:hidden}.auth-welcome-grid{opacity:.22;pointer-events:none;background-image:radial-gradient(circle,#f3f4f68c 1.5px,#0000 1.6px);background-position:12px 12px;background-size:22px 22px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(160deg,#000000d9,#0000 72%);mask-image:linear-gradient(160deg,#000000d9,#0000 72%)}.auth-welcome-grid:before{content:"";background:var(--accent-primary);width:72px;height:72px;position:absolute;top:0;left:0}.auth-welcome-grid:after{content:"";background:var(--accent-primary);width:4px;position:absolute;top:0;bottom:0;left:0}.auth-welcome-mark{width:56px;height:auto;margin-bottom:4px;animation:.7s ease-out fadeIn;position:relative}.auth-welcome-title{letter-spacing:-.03em;color:var(--text-main);font-size:1.5rem;font-weight:700;position:relative}.auth-welcome-copy{color:var(--text-muted);max-width:15.5rem;font-size:.975rem;line-height:1.55;position:relative}.auth-main{padding:36px 32px}.auth-tabs{border-bottom:1px solid var(--border-subtle);gap:16px;margin-bottom:28px;display:flex}.tab-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:10px 4px 14px;font-family:inherit;font-size:1rem;font-weight:600;transition:color .2s;position:relative}.tab-btn:hover,.tab-btn.active{color:var(--text-main)}.tab-btn.active:after{content:"";background:var(--accent-primary);width:100%;height:2px;position:absolute;bottom:-1px;left:0}.form-group{text-align:left;margin-bottom:20px}.form-label{color:var(--text-muted);letter-spacing:.02em;margin-bottom:8px;font-size:.875rem;font-weight:500;display:block}.input-wrapper{align-items:center;display:flex;position:relative}.input-field{background:var(--bg-field);border:1px solid var(--border-subtle);width:100%;color:var(--text-main);border-radius:4px;padding:14px 16px;font-family:inherit;font-size:1rem;transition:border-color .2s,box-shadow .2s}.input-field:focus{border-color:var(--accent-primary);background:var(--bg-field);outline:none;box-shadow:0 0 0 2px #2563eb40}.btn{cursor:pointer;border:none;border-radius:4px;justify-content:center;align-items:center;gap:10px;width:100%;padding:14px;font-family:inherit;font-size:1rem;font-weight:600;transition:background .2s,border-color .2s,color .2s;display:flex}.btn-primary{background:var(--accent-primary);color:#fff}.btn-primary:hover{background:var(--accent-primary-hover)}.btn-outline{border:1px solid var(--border-subtle);color:var(--text-muted);background:0 0}.btn-outline:hover{color:var(--text-main);background:#ffffff0a;border-color:#ffffff2e}.btn:disabled{opacity:.5;cursor:not-allowed}.divider-container{color:var(--text-muted);align-items:center;margin:24px 0;font-size:.85rem;font-weight:500;display:flex}.divider-line{background:var(--border-subtle);flex:1;height:1px}.divider-text{letter-spacing:.05em;padding:0 12px}.alert{text-align:left;border-radius:4px;align-items:flex-start;gap:10px;margin-bottom:20px;padding:14px 16px;font-size:.925rem;font-weight:500;animation:.3s slideInUp;display:flex}.alert-error{color:#fca5a5;background:#ef44441a;border:1px solid #ef444440}.alert-success{color:#a7f3d0;background:#10b9811a;border:1px solid #10b98140}.apps-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;margin-top:4px;display:grid}.app-card--platform{border-color:#2563eb47}.app-card{background:var(--bg-field);border:1px solid var(--border-subtle);color:inherit;border-radius:4px;flex-direction:column;padding:28px;text-decoration:none;transition:border-color .2s,background .2s;display:flex;position:relative}.app-card:hover{background:#181c26;border-color:#2563eb73}.app-icon{justify-content:center;align-items:center;width:100%;height:120px;margin-bottom:20px;display:flex}.app-icon svg,.app-icon img{object-fit:contain;width:min(100%,168px);height:110px;display:block}.app-card h2{color:var(--text-main);letter-spacing:-.02em;margin-bottom:10px;font-size:1.4rem;font-weight:700}.app-card p{color:var(--text-muted);flex-grow:1;margin-bottom:24px;line-height:1.6}.app-open{text-align:center;pointer-events:none;align-self:stretch}.user-profile-header{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:12px;margin-bottom:24px;padding-bottom:24px;display:flex}.user-info{flex:1;align-items:center;gap:14px;min-width:0;display:flex}.user-details{min-width:0}.user-avatar{background:var(--accent-primary);color:#fff;border:1px solid #ffffff1f;border-radius:4px;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.2rem;font-weight:700;display:flex;overflow:hidden}.user-avatar img{object-fit:cover;width:100%;height:100%}.user-details h3{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:1.1rem;font-weight:600;overflow:hidden}.user-details p{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:.85rem;overflow:hidden}.btn-signout{white-space:nowrap;width:auto;min-width:max-content;color:var(--text-main);background:0 0;border:none;flex-shrink:0;padding:6px 0;font-size:.875rem;font-weight:500}.btn-signout:hover{color:var(--accent-primary-hover);background:0 0;border:none}.chooser-header-actions{flex-shrink:0;align-items:center;gap:12px;display:flex}.chooser-manage-account,.chooser-open-riser{white-space:nowrap;width:auto;padding:8px 14px;font-size:.875rem}.account-panel{padding:28px 32px}.account-header{margin-bottom:24px}.account-back-link{color:var(--text-muted);margin-bottom:12px;font-size:.92rem;font-weight:500;text-decoration:none;display:inline-block}.account-back-link:hover{color:var(--text-main);text-decoration:underline}.account-title{color:var(--text-main);letter-spacing:-.02em;font-size:1.5rem;font-weight:700}.account-profile-section,.account-security-section,.account-orgs-section{border-top:1px solid var(--border-subtle);margin-top:24px;padding-top:24px}.account-profile-section{border-top:none;margin-top:0;padding-top:0}.account-avatar-wrap{margin-bottom:20px}.account-avatar{width:64px;height:64px;font-size:1.5rem}.account-readonly{color:var(--text-muted);font-size:.95rem}.account-meta{color:var(--text-muted);margin:8px 0 20px;font-size:.85rem}.account-section-title{color:var(--text-main);margin-bottom:8px;font-size:1.05rem;font-weight:600}.account-section-copy{color:var(--text-muted);margin-bottom:16px;font-size:.9rem;line-height:1.5}.account-orgs-list{flex-direction:column;gap:10px;list-style:none;display:flex}.account-org-item{background:var(--bg-field);border:1px solid var(--border-subtle);border-radius:4px;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;display:flex}.account-org-copy{flex-direction:column;gap:4px;min-width:0;display:flex}.account-org-name{color:var(--text-main);font-weight:600}.account-org-role{color:var(--text-muted);text-transform:capitalize;font-size:.8rem}.account-org-open{flex-shrink:0;width:auto;padding:8px 12px;font-size:.85rem}.spinner{border:2px solid #2563eb26;border-top-color:var(--accent-primary);border-radius:50%;width:36px;height:36px;margin:0 auto 16px;animation:.8s linear infinite spin}.dev-auth-title{color:var(--text-muted);text-align:center;margin-bottom:16px;font-size:.95rem}.dev-users-list{flex-direction:column;gap:8px;display:flex}.dev-user-btn{background:var(--bg-field);border:1px solid var(--border-subtle);color:var(--text-main);cursor:pointer;text-align:left;border-radius:4px;justify-content:space-between;align-items:center;padding:12px 16px;font-family:inherit;transition:border-color .2s,background .2s;display:flex}.dev-user-btn:hover{background:#181c26;border-color:#2563eb59}.dev-user-email{font-size:.9rem;font-weight:600}.dev-user-role{color:var(--text-muted);background:#ffffff0f;border-radius:2px;padding:2px 8px;font-size:.75rem;font-weight:500}.helper-links{justify-content:space-between;margin-top:16px;font-size:.875rem;display:flex}.helper-link{color:var(--accent-primary);cursor:pointer;background:0 0;border:none;font-family:inherit;text-decoration:none;transition:color .2s}.helper-link:hover{color:var(--accent-primary-hover);text-decoration:underline}.footer{text-align:left;width:100%;color:var(--text-muted);margin-top:28px;font-size:.875rem;animation:.8s ease-out fadeIn}.footer p{margin-bottom:6px}.google-icon-svg{width:18px;height:18px}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.hidden{display:none!important}@media (width<=768px){.site-header-inner{flex-wrap:wrap}.brand-lockup{justify-content:flex-start}.site-nav{justify-content:flex-end;width:100%}.auth-split{grid-template-columns:1fr;min-height:0}.auth-welcome{border-right:none;border-bottom:1px solid var(--border-subtle);justify-content:flex-start;gap:6px;padding:22px 20px 20px}.auth-welcome-mark{width:48px;display:block}.auth-welcome-grid:before{width:40px;height:40px}.auth-welcome-title{font-size:1.15rem}.auth-welcome-copy{max-width:none;font-size:.9rem}.auth-main{padding:28px 20px}.chooser-panel{padding:24px 16px}.apps-grid{grid-template-columns:1fr}.user-profile-header{flex-wrap:wrap;align-items:flex-start;gap:10px 16px}.chooser-header-actions{flex-wrap:wrap;justify-content:flex-end;margin-left:auto}.account-panel{padding:24px 16px}.account-org-item{flex-direction:column;align-items:stretch}.account-org-open{text-align:center;align-self:stretch}.btn-signout{margin-left:auto}.footer{text-align:center}}@media (width<=420px){.user-profile-header{flex-direction:column;align-items:stretch}.btn-signout{align-self:flex-end;margin-left:0;padding:4px 0}}:root{--landing-content-max:1120px;--landing-content-pad:24px;--landing-page-bg:#fff;--landing-ink:#111827;--landing-muted:#4b5563;--landing-border:#1118271f;--landing-surface-muted:#f3f4f6;--landing-canvas-bg:#f3f4f6}.public-marketing-page,.portal-landing{width:100%;min-height:100vh;color:var(--landing-ink);background:var(--landing-page-bg);flex-direction:column;font-family:Plus Jakarta Sans,system-ui,sans-serif;display:flex}.public-marketing-page--dark,.portal-landing.landing-theme-dark{--landing-page-bg:#0e1116;--landing-ink:#f3f4f6;--landing-muted:#9ca3af;--landing-border:#ffffff1a;--landing-surface-muted:#1c1f28;--landing-canvas-bg:#0e1116;color:var(--landing-ink)}.landing-content{max-width:var(--landing-content-max);padding-inline:var(--landing-content-pad);box-sizing:border-box;width:100%;margin-inline:auto}.landing-content--centered{text-align:center}.landing-nav{z-index:20;background:color-mix(in srgb, var(--landing-page-bg) 92%, transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--landing-border);position:sticky;top:0}.landing-nav-inner{max-width:var(--landing-content-max);padding:14px var(--landing-content-pad);justify-content:space-between;align-items:center;gap:16px;margin:0 auto;display:flex}.landing-nav-brand{align-items:center;gap:10px;min-width:0;display:flex}.landing-nav-logo{letter-spacing:-.02em;color:var(--landing-ink);font-size:1rem;font-weight:700;text-decoration:none}.landing-nav-logo:hover{color:#2563eb}.landing-nav-product{letter-spacing:.06em;text-transform:uppercase;color:var(--landing-muted);border:1px solid var(--landing-border);white-space:nowrap;border-radius:999px;padding:4px 10px;font-size:.72rem;font-weight:600}.landing-nav-actions{flex-shrink:0;align-items:center;gap:14px;display:flex}.landing-nav-link{color:var(--landing-muted);white-space:nowrap;font-size:.92rem;font-weight:500;text-decoration:none}.landing-nav-link:hover,.landing-nav-link--current{color:var(--landing-ink);text-underline-offset:3px;text-decoration:underline}.landing-nav-cta{white-space:nowrap;padding:9px 16px;font-size:.88rem;text-decoration:none}.landing-theme-toggle{appearance:none;border:1px solid var(--landing-border);width:36px;height:36px;color:var(--landing-muted);cursor:pointer;background:0 0;border-radius:6px;justify-content:center;align-items:center;transition:color .15s,border-color .15s,background .15s;display:inline-flex}.landing-theme-toggle:hover{color:var(--landing-ink);border-color:color-mix(in srgb, var(--landing-ink) 25%, transparent)}.landing-theme-icon{fill:currentColor;width:20px;height:20px}.landing-main{flex:1}.landing-btn{cursor:pointer;border:none;border-radius:6px;justify-content:center;align-items:center;gap:10px;padding:14px 20px;font-family:inherit;font-size:1rem;font-weight:600;text-decoration:none;transition:background .2s,border-color .2s,color .2s;display:inline-flex}.landing-btn--primary{color:#fff;background:#2563eb}.landing-btn--primary:hover{background:#3b82f6}.landing-btn--outline{border:1px solid var(--landing-border);color:var(--landing-ink);background:0 0}.landing-btn--outline:hover{border-color:color-mix(in srgb, var(--landing-ink) 30%, transparent);background:color-mix(in srgb, var(--landing-ink) 4%, transparent)}.landing-site-footer{border-top:1px solid var(--landing-border);background:color-mix(in srgb, var(--landing-surface-muted) 60%, var(--landing-page-bg))}.landing-footer-inner{max-width:var(--landing-content-max);padding:28px var(--landing-content-pad) 36px;gap:16px;margin:0 auto;display:grid}.landing-footer-brand{flex-wrap:wrap;align-items:center;gap:10px 16px;display:flex}.landing-footer-logo{color:var(--landing-ink);font-weight:700}.landing-footer-alpha{letter-spacing:.08em;text-transform:uppercase;color:var(--landing-muted);font-size:.75rem;font-weight:700}.landing-footer-trackpoints{color:var(--landing-muted);margin:0;font-size:.9rem;line-height:1.5}.landing-footer-links{flex-wrap:wrap;gap:16px;display:flex}.landing-footer-links a{color:var(--landing-muted);font-size:.9rem;text-decoration:none}.landing-footer-links a:hover{color:var(--landing-ink);text-decoration:underline}.landing-footer-legal{color:var(--landing-muted);flex-wrap:wrap;align-items:center;gap:8px;margin:0;font-size:.85rem;display:flex}.landing-footer-legal a{color:var(--landing-muted);text-decoration:none}.landing-footer-legal a:hover{color:var(--landing-ink);text-decoration:underline}.marketing-page-title{letter-spacing:-.03em;color:var(--landing-ink);margin:0 0 12px;font-size:clamp(2rem,5vw,2.75rem);font-weight:800}.marketing-page-intro{color:var(--landing-muted);max-width:40rem;margin:0 auto 28px;font-size:1.05rem;line-height:1.65}.marketing-packaging-table-wrap{border:1px solid var(--landing-border);background:var(--landing-page-bg);text-align:left;border-radius:12px;max-width:100%;margin:0 auto 32px;overflow-x:auto}.marketing-packaging-table{border-collapse:collapse;width:100%;font-size:.92rem}.marketing-packaging-table th,.marketing-packaging-table td{border-bottom:1px solid var(--landing-border);padding:12px 16px}.marketing-packaging-table th{color:var(--landing-ink);font-weight:700}.marketing-packaging-table td{color:var(--landing-muted)}.marketing-packaging-caption{color:var(--landing-muted);text-align:left;margin:0;padding:12px 16px 16px;font-size:.85rem;line-height:1.5}.marketing-feature-block{text-align:left;margin-bottom:40px;max-width:720px;margin-inline:auto}.marketing-feature-block h2{color:var(--landing-ink);margin:0 0 8px;font-size:1.25rem;font-weight:700}.marketing-feature-block p{color:var(--landing-muted);margin:0 0 16px;font-size:.98rem;line-height:1.6}@media (width<=768px){:root{--landing-content-pad:16px}.landing-nav-inner{padding:12px var(--landing-content-pad);flex-wrap:wrap}.landing-nav-actions{flex-wrap:wrap;justify-content:flex-end;width:100%}.landing-footer-inner{padding:24px var(--landing-content-pad) 32px}}.page-shell{background:var(--landing-page-bg,#fff);flex-direction:column;width:100%;min-height:100vh;display:flex}.portal-landing .landing-btn{min-width:160px}.landing-hero{text-align:center;padding:48px 0 36px}.landing-hero-badge{letter-spacing:.14em;text-transform:uppercase;color:var(--landing-muted);margin-bottom:14px;font-size:.72rem;font-weight:700;display:inline-block}.landing-hero-title{letter-spacing:-.03em;color:var(--landing-ink);margin:0 0 12px;font-size:clamp(2.4rem,6vw,3.5rem);font-weight:800;line-height:1.05}.landing-hero-subhead{letter-spacing:-.02em;color:var(--landing-ink);max-width:32rem;margin:0 auto 16px;font-size:clamp(1.25rem,3vw,1.65rem);font-weight:600;line-height:1.3}.landing-hero-body{color:var(--landing-muted);max-width:40rem;margin:0 auto 28px;font-size:1.05rem;line-height:1.65}.landing-hero-ctas{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.landing-hero-demo-hint{margin:14px 0 0;font-size:.9rem}.landing-hero-demo-hint a{color:var(--landing-muted);text-decoration:none}.landing-hero-demo-hint a:hover{color:var(--landing-ink);text-decoration:underline}.landing-demo-workspace{padding-bottom:56px;scroll-margin-top:72px}.landing-demo-caption{text-align:center;color:var(--landing-muted);margin:0 auto 14px;font-size:.92rem;line-height:1.5}.landing-canvas-hero{aspect-ratio:1.5625;border:1px solid var(--landing-border);background:var(--landing-canvas-bg,#f3f4f6);border-radius:12px;width:100%;min-height:300px;max-height:900px;margin:0;overflow:hidden}.landing-canvas-hero iframe{background:var(--landing-canvas-bg,#fff);opacity:1;border:none;width:100%;height:100%;transition:opacity .25s;display:block}.landing-canvas-hero--loading iframe{opacity:0}.landing-features{padding-bottom:24px}.landing-features-heading{letter-spacing:-.02em;text-align:center;color:var(--landing-ink);margin-bottom:28px;font-size:clamp(1.4rem,3vw,1.85rem);font-weight:700}.landing-features-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px;display:grid}.landing-feature-card{border:1px solid var(--landing-border);background:var(--landing-page-bg,#fff);text-align:left;border-radius:12px;padding:22px 20px}.landing-feature-card h3{color:var(--landing-ink);margin-bottom:8px;font-size:1rem;font-weight:700}.landing-feature-card p{color:var(--landing-muted);font-size:.92rem;line-height:1.55}.landing-packaging-summary{text-align:center;color:var(--landing-muted);max-width:36rem;margin:0 auto 12px;font-size:.98rem;line-height:1.6}.landing-features-all{text-align:center;margin:0 0 40px}.landing-features-all a{color:var(--landing-ink);font-weight:600;text-decoration:none}.landing-features-all a:hover{text-decoration:underline}.landing-final-cta{text-align:center;color:#f9fafb;background:linear-gradient(135deg,#1d4ed8 0%,#2563eb 55%,#3b82f6 100%);border-radius:16px;margin-bottom:48px;padding:36px 28px}.landing-final-cta h2{margin-bottom:10px;font-size:clamp(1.35rem,3vw,1.75rem);font-weight:700}.landing-final-cta p{color:#f9fafbeb;max-width:36rem;margin:0 auto 20px;font-size:.98rem;line-height:1.55}.landing-final-cta .landing-btn--primary{color:#1d4ed8;background:#fff}.landing-final-cta .landing-btn--primary:hover{background:#eff6ff}.portal-landing.landing-theme-dark .landing-feature-card{background:var(--landing-surface-muted)}body:not(.is-signed-in).landing-theme-dark-active .page-shell{background:var(--landing-page-bg)}@media (width<=768px){.landing-hero{padding:32px 0 24px}.landing-canvas-hero{border-radius:10px;min-height:280px}.landing-final-cta{padding:28px 20px}}@media (height<=430px) and (orientation:landscape){.landing-hero{padding-top:20px;padding-bottom:16px}.landing-hero-title{font-size:1.85rem}.landing-hero-subhead{margin-bottom:10px;font-size:1.1rem}.landing-canvas-hero{min-height:240px;max-height:70vh}}.chorus-loading{box-sizing:border-box;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:24px;display:flex}.chorus-loading--viewport{width:100%;min-height:100dvh}.chorus-loading--fill{flex:1;width:100%;height:100%;min-height:200px}.chorus-loading__spinner{border:2px solid #2563eb26;border-top-color:#2563eb;border-radius:50%;width:36px;height:36px;animation:.8s linear infinite chorus-loading-spin}.chorus-loading__spinner--large{border-width:3px;width:48px;height:48px}.chorus-loading__message{color:#9ca3af;margin:0;font-family:Plus Jakarta Sans,Outfit,system-ui,sans-serif;font-size:.9375rem;font-weight:500;line-height:1.4}@keyframes chorus-loading-spin{to{transform:rotate(360deg)}}
