.ant-btn{min-height:var(--ui-button-height);height:var(--ui-button-height);padding-inline:18px;border-radius:var(--ui-radius-sm);font-size:var(--ui-text-body);font-weight:700;letter-spacing:-.01em;transition:background-color .2s ease,border-color .2s ease,color .2s ease,transform .16s ease,box-shadow .2s ease,opacity .2s ease}.ant-btn:not(:disabled):active{transform:scale(.98)}.ant-btn-primary:not(.form-button-no-shine){position:relative;overflow:hidden;border-color:var(--theme-accent);background:var(--theme-accent);color:var(--color-neutral-0);box-shadow:0 8px 28px rgba(0,56,217,.2)}.ant-btn-primary:not(.form-button-no-shine):before{content:"";position:absolute;inset:0;left:-110%;width:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.26),transparent);pointer-events:none;transition:left .45s ease}.ant-btn-primary:not(.form-button-no-shine):hover:not(:disabled){transform:translateY(-1px);border-color:var(--theme-accent-dark);background:var(--theme-accent-dark);color:var(--color-neutral-0);box-shadow:0 18px 30px rgba(0,56,217,.24)}.ant-btn-primary:not(.form-button-no-shine):hover:not(:disabled):before{left:110%}.ant-btn-default:not(.ui-button--secondary):not(.ui-button--surface):not(.ui-button--text):not(.ui-button--icon):not(.ui-button--ghost){border-color:color-mix(in srgb,var(--theme-accent) 36%,var(--theme-border));background:rgba(0,0,0,0);color:var(--theme-accent)}.ant-btn-default:not(.ui-button--secondary):not(.ui-button--surface):not(.ui-button--text):not(.ui-button--icon):not(.ui-button--ghost):hover:not(:disabled){transform:translateY(-1px);border-color:var(--theme-accent);background:var(--theme-accent-overlay);color:var(--theme-accent);box-shadow:0 12px 24px rgba(0,56,217,.12)}.ant-btn.ui-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-color:rgba(0,0,0,0);box-shadow:none}.ant-btn.ui-button>span{gap:10px}.ant-btn.ui-button .ui-icon{position:relative;z-index:1}.ant-btn.ui-button:not(.ui-button--surface)>span{display:inline-flex;align-items:center}.ant-btn.ui-button--primary{border-color:var(--theme-accent);background:var(--theme-accent);color:var(--color-neutral-0);box-shadow:0 8px 28px rgba(0,56,217,.2)}.ant-btn.ui-button--primary:not(.form-button-no-shine){position:relative;overflow:hidden}.ant-btn.ui-button--primary:not(.form-button-no-shine):before{content:"";position:absolute;inset:0;left:-110%;width:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.26),transparent);pointer-events:none;transition:left .45s ease}.ant-btn.ui-button--primary:hover:not(:disabled){transform:translateY(-1px);border-color:var(--theme-accent-dark);background:var(--theme-accent-dark);color:var(--color-neutral-0);box-shadow:0 18px 30px rgba(0,56,217,.24)}.ant-btn.ui-button--primary:hover:not(:disabled):before{left:110%}.ant-btn.ui-button--secondary{border-color:var(--theme-border-strong);background:var(--theme-bg-input);color:var(--theme-text)}.ant-btn.ui-button--secondary:hover:not(:disabled){transform:translateY(-1px);border-color:color-mix(in srgb,var(--theme-accent) 30%,var(--theme-border));background:var(--theme-bg-card);color:var(--theme-accent);box-shadow:var(--ui-shadow-card)}.ant-btn.ui-button--outline{border-color:color-mix(in srgb,var(--theme-accent) 36%,var(--theme-border));background:rgba(0,0,0,0);color:var(--theme-accent)}.ant-btn.ui-button--outline:hover:not(:disabled){transform:translateY(-1px);border-color:var(--theme-accent);background:var(--theme-accent-overlay);color:var(--theme-accent);box-shadow:0 12px 24px rgba(0,56,217,.12)}.ant-btn.ui-button--surface{justify-content:flex-start;width:100%;height:auto;min-height:0;padding:14px 16px;border-color:var(--theme-border-strong)!important;background:var(--theme-bg-input)!important;color:var(--theme-text)!important;text-align:left}.ant-btn.ui-button--surface>span{display:block;width:100%}.ant-btn.ui-button--surface:hover:not(:disabled){transform:translateY(-1px);border-color:color-mix(in srgb,var(--theme-accent) 24%,var(--theme-border));background:var(--theme-bg-card);box-shadow:var(--ui-shadow-card)}.ant-btn.ui-button--danger{border-color:color-mix(in srgb,var(--theme-error) 28%,transparent);background:color-mix(in srgb,var(--theme-error) 10%,transparent);color:var(--theme-error)}.ant-btn.ui-button--danger:hover:not(:disabled){border-color:color-mix(in srgb,var(--theme-error) 40%,transparent);background:color-mix(in srgb,var(--theme-error) 16%,transparent);color:var(--theme-error)}.ant-btn.ui-button--ghost,.ant-btn.ui-button--icon,.ant-btn.ui-button--text{border-color:rgba(0,0,0,0);background:rgba(0,0,0,0);box-shadow:none}.ant-btn.ui-button--ghost,.ant-btn.ui-button--text{min-height:auto;height:auto;padding:6px 10px;color:var(--theme-text)}.ant-btn.ui-button--ghost:hover:not(:disabled),.ant-btn.ui-button--text:hover:not(:disabled){background:var(--theme-accent-overlay);color:var(--theme-accent)}.ant-btn.ui-button--icon{width:42px;min-width:42px;height:42px;min-height:42px;padding:0;border-radius:100%;color:inherit}.ant-btn.ui-button--icon:hover:not(:disabled){border-color:hsla(0,0%,100%,.16);background:hsla(0,0%,100%,.12);color:var(--theme-accent)}.ant-btn.ui-button--apple{border-color:hsla(0,0%,100%,.08)!important;background:linear-gradient(180deg,#262626,#1f1f1f)!important;color:#fff!important;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.04),0 10px 18px rgba(15,23,42,.12)!important}.ant-btn.ui-button--apple:hover:not(:disabled){border-color:hsla(0,0%,100%,.14)!important;background:linear-gradient(180deg,#303030,#262626)!important}.ant-btn.ui-button--google{border-color:hsla(0,0%,100%,.08)!important;background:linear-gradient(180deg,#262626,#1f1f1f)!important;color:#fff!important;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.04),0 10px 18px rgba(15,23,42,.12)!important}.ant-btn.ui-button--google:hover:not(:disabled){border-color:hsla(0,0%,100%,.14)!important;background:linear-gradient(180deg,#303030,#262626)!important}.ant-btn.ui-button--duo{position:relative;overflow:hidden;border-color:rgba(0,0,0,0)!important;background:linear-gradient(135deg,#c62828,#0038d9)!important;color:#fff!important;box-shadow:0 16px 32px rgba(0,56,217,.2)!important}.ant-btn.ui-button--duo:before{content:"";position:absolute;inset:1px;border-radius:inherit;background:linear-gradient(118deg,rgba(255,255,255,.26),transparent 38%,transparent 64%,rgba(255,255,255,.08));pointer-events:none}.ant-btn.ui-button--duo:hover:not(:disabled){transform:translateY(-1px);filter:saturate(1.05);box-shadow:0 20px 36px rgba(0,56,217,.24)!important}.form-button-apple.ant-btn,.ui-button--apple.ant-btn{border-color:hsla(0,0%,100%,.08)!important;background:linear-gradient(180deg,#262626,#1f1f1f)!important;color:#fff!important;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.04),0 10px 18px rgba(15,23,42,.12)!important}.form-button-apple.ant-btn:hover:not(:disabled),.ui-button--apple.ant-btn:hover:not(:disabled){border-color:hsla(0,0%,100%,.14)!important;background:linear-gradient(180deg,#303030,#262626)!important}.form-button-google.ant-btn,.ui-button--google.ant-btn{border-color:hsla(0,0%,100%,.08)!important;background:linear-gradient(180deg,#262626,#1f1f1f)!important;color:#fff!important;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.04),0 10px 18px rgba(15,23,42,.12)!important}.form-button-google.ant-btn:hover:not(:disabled),.ui-button--google.ant-btn:hover:not(:disabled){border-color:hsla(0,0%,100%,.14)!important;background:linear-gradient(180deg,#303030,#262626)!important}.form-button-duo.ant-btn,.ui-button--duo.ant-btn{position:relative;overflow:hidden;border-color:rgba(0,0,0,0)!important;background:linear-gradient(135deg,#c62828,#0038d9)!important;color:#fff!important;box-shadow:0 16px 32px rgba(0,56,217,.2)!important}.form-button-duo.ant-btn:before,.ui-button--duo.ant-btn:before{content:"";position:absolute;inset:1px;border-radius:inherit;background:linear-gradient(118deg,rgba(255,255,255,.26),transparent 38%,transparent 64%,rgba(255,255,255,.08));pointer-events:none}.form-button-duo.ant-btn:hover:not(:disabled),.ui-button--duo.ant-btn:hover:not(:disabled){transform:translateY(-1px);filter:saturate(1.05);box-shadow:0 20px 36px rgba(0,56,217,.24)!important}.empty-state{display:flex;align-items:center;justify-content:center;padding:36px 20px;min-height:120px}.empty-state.compact{padding:14px 12px;min-height:54px}.empty-state-wrap{position:relative;width:100%;max-width:420px;padding:18px 16px;text-align:center}.empty-state-content{position:relative;z-index:1}.empty-state-icon-wrap{display:flex;justify-content:center;margin-bottom:14px}.empty-state-icon{position:relative;width:42px;height:42px;display:flex;align-items:center;justify-content:center}.empty-state-icon__pulse{position:absolute;inset:auto;display:block;border-radius:999px;transform:translate(-50%,-50%);transform-origin:center}.empty-state-icon__pulse--halo{width:34px;height:34px;background:rgba(0,56,217,.12)}.empty-state-icon__glyph{color:var(--theme-accent)}.empty-state-icon__surface{display:inline-flex;width:42px;height:42px;align-items:center;justify-content:center;border:1px solid color-mix(in srgb,var(--theme-accent) 14%,transparent);border-radius:14px;background:color-mix(in srgb,var(--theme-accent) 7%,var(--theme-bg-card))}.empty-state-title{font-weight:600;font-size:14px;line-height:1.35;letter-spacing:0;margin:0;padding:0 8px}.empty-state-subtitle{margin:8px 0 0;padding:0 8px;font-size:14px;line-height:1.5;font-weight:400;color:#64748b}.empty-state.dark .empty-state-icon__surface{border-color:hsla(0,0%,100%,.08);background:linear-gradient(180deg,rgba(28,34,52,.96),rgba(18,24,38,.94));box-shadow:0 16px 28px rgba(0,0,0,.24),inset 0 1px 0 hsla(0,0%,100%,.05)}.empty-state.dark .empty-state-subtitle{color:hsla(0,0%,100%,.55)}.empty-state.compact .empty-state-wrap{max-width:100%;padding:8px 10px}.empty-state.compact .empty-state-icon-wrap{margin-bottom:8px}.empty-state.compact .empty-state-icon{width:32px;height:32px}.empty-state.compact .empty-state-icon__pulse{display:none}.empty-state.compact .empty-state-icon__surface{width:32px;height:32px;border-radius:10px}.empty-state.compact .empty-state-title{font-size:13px}.empty-state.compact .empty-state-subtitle{font-size:12px;margin-top:10px}.empty-state[data-tone=error] .empty-state-icon__pulse--halo{background:rgba(172,24,24,.13)}.empty-state[data-tone=error] .empty-state-icon__surface{border-color:rgba(172,24,24,.14);background:rgba(172,24,24,.07)}.empty-state[data-tone=error] .empty-state-icon__glyph{color:var(--color-error-100)}