:root{--altcha-theme-bg:#ffffff;--altcha-theme-border:#e0e0e0;--altcha-theme-text:#333333;--altcha-theme-focus:#4a90e2;--altcha-theme-error:#ff4d4d;--altcha-theme-footer:#f8f9fa}.dark{--altcha-theme-bg:#1a1a1a;--altcha-theme-border:#404040;--altcha-theme-text:#e0e0e0;--altcha-theme-focus:#5a9eff;--altcha-theme-error:#ff6b6b;--altcha-theme-footer:#2a2a2a}altcha-widget[floating]{max-width:320px!important;width:auto!important;min-width:280px!important}altcha-widget[floating]::part(base){max-width:320px!important;width:auto!important;min-width:280px!important}altcha-widget[floating]::part(content){max-width:320px!important;width:auto!important}.altcha-loading{display:flex;flex-direction:row;align-items:center;gap:8px;padding:8px 12px;border:2px solid var(--altcha-theme-border,#e0e0e0);border-radius:8px;background-color:var(--altcha-theme-bg,#ffffff);height:32px;width:fit-content}.altcha-loading-compact{padding:4px 8px;border-width:1px;border-radius:4px;height:24px;gap:4px;font-size:11px}.altcha-loading-spinner{width:20px;height:20px;border:2px solid var(--altcha-theme-border,#e0e0e0);border-top-color:var(--altcha-theme-focus,#4a90e2);border-radius:50%;animation:spin 1s linear infinite;flex-shrink:0}.altcha-loading-compact .altcha-loading-spinner{width:12px;height:12px;border-width:1px}.altcha-loading p{color:var(--altcha-theme-text,#333333);font-size:13px;margin:0;line-height:1;white-space:nowrap}.altcha-loading-compact p{font-size:10px;line-height:1.2}.captcha-compact altcha-widget{--altcha-border-width:1px;--altcha-border-radius:4px;--altcha-padding:4px 8px;--altcha-font-size:11px;transform:scale(.8);transform-origin:left center;margin-right:-20%;max-width:200px}.captcha-compact altcha-widget::part(footer){display:none!important}.captcha-compact{font-size:11px;line-height:1.2}.captcha-compact altcha-widget::part(text){font-size:10px!important}.captcha-compact altcha-widget::part(checkbox){width:16px!important;height:16px!important}.captcha-compact altcha-widget::part(label){font-size:10px!important;padding:2px 4px!important}@keyframes spin{to{transform:rotate(1turn)}}