.slider-captcha{position:relative;height:44px;user-select:none;-webkit-user-select:none}.sc-stage{position:absolute;left:0;top:48px;width:100%;z-index:20;overflow:hidden;background:#f0f0f0;border-radius:6px;box-shadow:0 6px 20px #00000026;transition:height .2s ease}.sc-bg{display:block;width:100%;height:100%}.sc-piece{position:absolute;left:0;top:0;pointer-events:none}.sc-track{position:relative;display:flex;align-items:center;justify-content:center;height:44px;background:#f5f5f5;border:1px solid #e0e0e0;border-radius:6px;overflow:hidden;transition:background .2s,border-color .2s}.sc-track.sc-track-success{background:#f0f9eb;border-color:#b7eb8f}.sc-track.sc-track-error{border-color:#ffa39e}.sc-tip{position:relative;font-size:13px;color:#999;pointer-events:none}.sc-track-success .sc-tip{color:#52c41a}.sc-track-error .sc-tip{color:#f5222d}.sc-fill{position:absolute;left:0;top:0;bottom:0;background:#1677ff1f}.sc-handle{position:absolute;left:0;top:0;display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:#1677ff;border-radius:6px;color:#fff;font-size:16px;cursor:grab;touch-action:none;transition:background .2s}.sc-handle:active{cursor:grabbing}.sc-handle.sc-handle-active{background:#0958d9}.sc-handle.sc-handle-success{background:#52c41a;cursor:default}.login-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2)}.login-container .login-card{width:400px;padding:32px}.login-container .login-card .login-logo{display:flex;justify-content:center;margin-bottom:16px}.login-container .login-card .login-logo img{width:72px;height:72px;border-radius:14px;object-fit:cover}.login-container .login-card .login-title{text-align:center;margin-bottom:24px;color:#333}.admin-layout{min-height:100vh;display:flex}.admin-layout .sider{background:#001529;flex-shrink:0;position:fixed;height:100vh;left:0;top:0;overflow-y:auto;transition:width .3s cubic-bezier(.645,.045,.355,1);transition:background-color .3s ease,width .3s cubic-bezier(.645,.045,.355,1)}.admin-layout .sider .logo{height:64px;line-height:64px;text-align:left;color:#fff;font-size:16px;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 16px;display:flex;align-items:center;gap:10px}.admin-layout .sider .logo .logo-img{width:36px;height:36px;flex-shrink:0;border-radius:8px;object-fit:cover}.admin-layout .sider .logo .logo-text{flex:1;overflow:hidden;text-overflow:ellipsis}.admin-layout .admin-layout-main{flex:1;margin-left:200px;display:flex;flex-direction:column;min-height:100vh;transition:width .3s cubic-bezier(.645,.045,.355,1);transition:background-color .3s ease,width .3s cubic-bezier(.645,.045,.355,1)}.admin-layout .header{background:#fff;padding:0 24px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 8px #0000001a;flex-shrink:0;position:sticky;top:0;z-index:100}.admin-layout .header .header-left,.admin-layout .header .header-right{display:flex;align-items:center}.admin-layout .content{flex:1;margin:24px;padding:24px;background:#fff;border-radius:8px;box-shadow:0 2px 8px #00000014;overflow-y:auto;max-height:calc(100vh - 112px)}.admin-layout .footer{flex-shrink:0;background:transparent;text-align:center;padding:16px 24px;color:#666;font-size:13px;border-top:1px solid #f0f0f0}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}#root{min-height:100vh}
