input[type=text],input[type=email],input[type=tel],input[type=url],input[type=search],input[type=number],textarea,.ant-input,.ant-input-number-input{autocomplete:off!important}input[type=password],.ant-input-password input{autocomplete:new-password!important}.keep-autocomplete,.keep-autocomplete input{autocomplete:on!important}input[type=number].no-spinner-input::-webkit-outer-spin-button,input[type=number].no-spinner-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number].no-spinner-input{-moz-appearance:textfield}.todo-floating-button{user-select:none}.todo-floating-button.dragging,.todo-floating-button.dragging *{cursor:grabbing!important}.todo-popover-content{width:360px;max-height:400px;overflow-y:auto}.todo-popover-content .todo-popover-header{padding:12px 16px;border-bottom:1px solid #f0f0f0;background:#fafafa}.todo-popover-content .todo-popover-header .header-title{font-size:14px;font-weight:600;color:#000000d9}.todo-popover-content .todo-list .todo-item{padding:12px 16px;border-bottom:1px solid #f0f0f0;transition:all .2s ease;cursor:pointer}.todo-popover-content .todo-list .todo-item:hover{background:#f5f5f5}.todo-popover-content .todo-list .todo-item:last-child{border-bottom:none}.todo-popover-content .todo-list .todo-item .todo-item-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}.todo-popover-content .todo-list .todo-item .todo-item-header .todo-item-title{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:500;color:#404040}.todo-popover-content .todo-list .todo-item .todo-item-header .todo-item-title .anticon{font-size:16px;color:#1890ff}.todo-popover-content .todo-list .todo-item .todo-item-header .todo-item-count{display:inline-block;padding:4px 8px;background-color:#d48806;color:#fff;border-radius:12px;font-size:12px;line-height:1;margin-left:8px;vertical-align:middle}.todo-popover-content .todo-list .todo-item .todo-item-desc{font-size:12px;color:#00000073;margin-left:24px}.todo-nav-button{display:flex;align-items:center;height:32px;padding:6px 12px;cursor:pointer;border-radius:6px;transition:all .3s ease;user-select:none;background-color:#e6f7ff}.todo-nav-button .todo-nav-content{display:flex;align-items:center;gap:8px}.todo-nav-button .todo-nav-content .todo-icon{font-size:13px;color:#1890ff;flex-shrink:0}.todo-nav-button .todo-nav-content .todo-text{font-size:13px;margin-right:10px;color:#000000d9;white-space:nowrap}.todo-nav-button .todo-nav-content .todo-count{font-size:14px;font-weight:700;color:#000000d9;line-height:1}.floating-back-button:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0003!important}.floating-back-button:active{transform:translateY(0)}@media (max-width: 768px){.floating-back-button{bottom:20px!important;right:20px!important;width:48px!important;height:48px!important}}@media (max-width: 480px){.floating-back-button{bottom:16px!important;right:16px!important;width:44px!important;height:44px!important}}.floating-back-button-primary{background-color:#1890ff;border-color:#1890ff}.floating-back-button-success{background-color:#52c41a;border-color:#52c41a}.floating-back-button-warning{background-color:#faad14;border-color:#faad14}.floating-back-button-danger{background-color:#ff4d4f;border-color:#ff4d4f}.ant-message{top:24px!important;z-index:9999!important;left:50%!important;transform:translate(-50%)!important;width:auto!important}.ant-message .ant-message-notice{padding:12px 20px!important;border-radius:8px!important;box-shadow:0 6px 16px #00000014,0 3px 6px -4px #0000001f,0 9px 28px 8px #0000000d!important;margin:0 auto 12px!important;min-width:280px!important;max-width:420px!important;width:fit-content!important;backdrop-filter:blur(8px)!important;animation:messageSlideInDown .3s ease-out!important}.ant-message .ant-message-notice .ant-message-notice-content{display:flex!important;align-items:center!important}.ant-message .ant-message-notice .ant-message-notice-content .anticon{font-size:18px!important;margin-right:12px!important;margin-top:1px!important}.ant-message .ant-message-notice .ant-message-notice-content span:not(.anticon){font-size:15px!important;font-weight:500!important;line-height:1.4!important;color:#000000e0!important;letter-spacing:.3px!important}.ant-message .ant-message-notice:hover{transform:translateY(-2px)!important;box-shadow:0 8px 20px #0000001f,0 4px 8px -4px #00000029,0 12px 32px 8px #00000014!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important}.ant-message-success .ant-message-notice{background:linear-gradient(135deg,#f6ffed,#f0f9e8)!important;border:1px solid #b7eb8f!important;border-left:4px solid #52c41a!important}.ant-message-success .ant-message-notice .ant-message-notice-content .anticon-check-circle{color:#52c41a!important;filter:drop-shadow(0 0 4px rgba(82,196,26,.3))!important}.ant-message-success .ant-message-notice .ant-message-notice-content span:not(.anticon){color:#135200!important;font-weight:600!important}.ant-message-success .ant-message-notice:hover{border-left-color:#389e0d!important;box-shadow:0 8px 20px #52c41a26,0 4px 8px -4px #52c41a33,0 12px 32px 8px #52c41a1a!important}.ant-message-error .ant-message-notice{background:linear-gradient(135deg,#fff2f0,#ffebe8)!important;border:1px solid #ffa39e!important;border-left:4px solid #ff4d4f!important;animation:messageErrorShake .5s ease-in-out,messageSlideInDown .3s ease-out!important}.ant-message-error .ant-message-notice .ant-message-notice-content .anticon-close-circle{color:#ff4d4f!important;filter:drop-shadow(0 0 4px rgba(255,77,79,.3))!important}.ant-message-error .ant-message-notice .ant-message-notice-content span:not(.anticon){color:#a8071a!important;font-weight:600!important}.ant-message-error .ant-message-notice:hover{border-left-color:#d9363e!important;box-shadow:0 8px 20px #ff4d4f26,0 4px 8px -4px #ff4d4f33,0 12px 32px 8px #ff4d4f1a!important}.ant-message-warning .ant-message-notice{background:linear-gradient(135deg,#fffbe6,#fff7cc)!important;border:1px solid #ffe58f!important;border-left:4px solid #faad14!important;animation:messagePulse 2s infinite,messageSlideInDown .3s ease-out!important}.ant-message-warning .ant-message-notice .ant-message-notice-content .anticon-exclamation-circle{color:#faad14!important;filter:drop-shadow(0 0 4px rgba(250,173,20,.3))!important}.ant-message-warning .ant-message-notice .ant-message-notice-content span:not(.anticon){color:#7c4a00!important;font-weight:600!important}.ant-message-warning .ant-message-notice:hover{border-left-color:#d48806!important;box-shadow:0 8px 20px #faad1426,0 4px 8px -4px #faad1433,0 12px 32px 8px #faad141a!important}.ant-message-info .ant-message-notice{background:linear-gradient(135deg,#f0f8ff,#e8f4ff)!important;border:1px solid #91d5ff!important;border-left:4px solid #1677ff!important}.ant-message-info .ant-message-notice .ant-message-notice-content .anticon-info-circle{color:#1677ff!important;filter:drop-shadow(0 0 4px rgba(22,119,255,.3))!important}.ant-message-info .ant-message-notice .ant-message-notice-content span:not(.anticon){color:#003eb3!important;font-weight:600!important}.ant-message-info .ant-message-notice:hover{border-left-color:#0958d9!important;box-shadow:0 8px 20px #1677ff26,0 4px 8px -4px #1677ff33,0 12px 32px 8px #1677ff1a!important}.ant-message-loading .ant-message-notice{background:linear-gradient(135deg,#fafafa,#f0f0f0)!important;border:1px solid #d9d9d9!important;border-left:4px solid #1677ff!important}.ant-message-loading .ant-message-notice .ant-message-notice-content .anticon-loading{color:#1677ff!important}.ant-message-loading .ant-message-notice .ant-message-notice-content span:not(.anticon){color:#000000e0!important;font-weight:500!important}@keyframes messageSlideInDown{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes messageErrorShake{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-3px)}20%,40%,60%,80%{transform:translate(3px)}}@keyframes messagePulse{0%,to{box-shadow:0 6px 16px #faad1414,0 3px 6px -4px #faad141f,0 9px 28px 8px #faad140d}50%{box-shadow:0 8px 20px #faad141f,0 4px 8px -4px #faad1429,0 12px 32px 8px #faad1414}}@media (max-width: 768px){.ant-message{left:50%!important;transform:translate(-50%)!important;width:calc(100vw - 32px)!important;max-width:400px!important}.ant-message .ant-message-notice{min-width:auto!important;max-width:100%!important;width:100%!important;margin:0 auto 12px!important}.ant-message .ant-message-notice .ant-message-notice-content .anticon{font-size:16px!important;margin-right:10px!important}.ant-message .ant-message-notice .ant-message-notice-content span:not(.anticon){font-size:14px!important}}@media (prefers-color-scheme: dark){.ant-message-success .ant-message-notice{background:linear-gradient(135deg,#162312,#1f2b1a)!important;border-color:#274916!important}.ant-message-success .ant-message-notice .ant-message-notice-content span:not(.anticon){color:#95de64!important}.ant-message-error .ant-message-notice{background:linear-gradient(135deg,#2a1215,#391419)!important;border-color:#58181c!important}.ant-message-error .ant-message-notice .ant-message-notice-content span:not(.anticon){color:#ff7875!important}.ant-message-warning .ant-message-notice{background:linear-gradient(135deg,#2b2111,#3e3019)!important;border-color:#594214!important}.ant-message-warning .ant-message-notice .ant-message-notice-content span:not(.anticon){color:#ffc53d!important}.ant-message-info .ant-message-notice{background:linear-gradient(135deg,#111b26,#15325b)!important;border-color:#15417e!important}.ant-message-info .ant-message-notice .ant-message-notice-content span:not(.anticon){color:#69b1ff!important}}html,body{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}input,button,select,optgroup,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{padding:.2em;background-color:#feffe6}
