*{box-sizing:border-box}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#eef;padding:32px 16px;font-family:Inter,system-ui,-apple-system,sans-serif}.login-card{background:#fff;border-radius:24px;padding:44px 40px 40px;width:100%;max-width:400px;box-shadow:0 2px 4px #4f46e50a,0 12px 40px #4f46e51a;animation:rise .45s cubic-bezier(.22,1,.36,1) both}@keyframes rise{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.login-mark{display:flex;align-items:center;justify-content:center;margin-bottom:28px}.login-mark-icon{width:52px;height:52px;border-radius:14px;background:#eef0ff;display:flex;align-items:center;justify-content:center}.login-heading{text-align:center;font-size:22px;font-weight:600;color:#1a1a2e;letter-spacing:-.02em;margin:0 0 6px}.login-sub{text-align:center;font-size:13.5px;color:#9195b0;margin:0 0 32px}.login-error{background:#fff1f2;border:1.5px solid #FECDD3;border-radius:10px;padding:10px 14px;font-size:13px;color:#be123c;margin-bottom:18px;display:flex;align-items:center;gap:8px;animation:shake .35s ease}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}.login-field{margin-bottom:16px}.login-label{display:block;font-size:12.5px;font-weight:500;color:#3d3d5c;margin-bottom:6px;letter-spacing:.01em}.login-input-wrap{position:relative;display:flex;align-items:center}.login-input-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:#a0a3be;pointer-events:none;display:flex}.login-input{width:100%;padding:11px 14px 11px 42px;border:1.5px solid #e6e8f4;border-radius:12px;font-size:14px;color:#1a1a2e;background:#f9faff;font-family:inherit;outline:none;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.login-input::placeholder{color:#b8bcd6}.login-input:hover{border-color:#c4c8ee}.login-input:focus{border-color:#5b6af0;box-shadow:0 0 0 3px #5b6af01f;background:#fff}.login-input-pw{padding-right:44px}.login-eye{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;color:#b8bcd6;padding:4px;display:flex;border-radius:6px;transition:color .15s ease}.login-eye:hover{color:#5b6af0}.login-forgot{display:block;text-align:right;font-size:12px;color:#8a8db5;text-decoration:none;margin-top:-8px;margin-bottom:24px;transition:color .15s ease}.login-forgot:hover{color:#5b6af0}.login-btn{width:100%;padding:13px;border:none;border-radius:12px;background:#5b6af0;color:#fff;font-family:inherit;font-size:14.5px;font-weight:600;cursor:pointer;letter-spacing:.01em;display:flex;align-items:center;justify-content:center;gap:8px;transition:background .2s ease,transform .15s ease,box-shadow .2s ease}.login-btn:hover:not(:disabled){background:#4a59e0;box-shadow:0 6px 20px #5b6af059;transform:translateY(-1px)}.login-btn:active:not(:disabled){transform:translateY(0);box-shadow:none}.login-btn:disabled{background:#a8b0f5;cursor:not-allowed}.login-btn-spinner{animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.login-footer{text-align:center;margin-top:24px;font-size:12px;color:#a0a3be}@media (max-width: 480px){.login-card{padding:36px 24px 32px;border-radius:20px}.login-heading{font-size:20px}}.app-sider{background:#0d1117;box-shadow:2px 0 12px #080c1840}.app-sider .ant-layout-sider-children{display:flex;flex-direction:column;height:100%}.app-brand{height:58px;flex-shrink:0;display:flex;align-items:center;justify-content:center;gap:8px;border-bottom:.5px solid rgba(255,255,255,.06)}.app-brand-mark{background:#5b6af0;color:#fff;padding:3px 7px;border-radius:5px;font-size:10px;font-weight:500;letter-spacing:.04em}.app-brand-text{font-size:14px;font-weight:500;color:#ffffffd9}.app-sider-menu{background:transparent;border-inline-end:0;padding:12px 10px;flex:1}.app-sider-menu .ant-menu-item{height:38px;line-height:38px;margin:2px 0;border-radius:8px;padding-inline:10px!important;display:flex;align-items:center;gap:9px;color:#ffffff73}.app-sider-menu .ant-menu-item .anticon{font-size:15px}.app-sider-menu .ant-menu-item .ant-menu-title-content{font-size:12.5px;font-weight:500}.app-sider-menu .ant-menu-item-selected{background:#5b6af02e!important;color:#8b99f8!important;box-shadow:none}.app-sider-menu .ant-menu-item-selected:after{border-right:0}.app-sider-menu .ant-menu-item:hover{background:#ffffff0f;color:#ffffffd9}.app-sider.ant-layout-sider-collapsed .app-brand-text{display:none}.app-sider.ant-layout-sider-collapsed .app-sider-menu{padding:12px 6px}.app-sider.ant-layout-sider-collapsed .app-sider-menu .ant-menu-item{justify-content:center;padding-inline:0!important;gap:0}.app-sider.ant-layout-sider-collapsed .app-sider-menu .ant-menu-item .ant-menu-title-content{display:none}.app-sider-footer{flex-shrink:0;padding:12px 10px 16px;border-top:.5px solid rgba(255,255,255,.06)}.app-sider-user{display:flex;align-items:center;gap:9px;padding:8px 10px}.app-sider-avatar{width:30px;height:30px;border-radius:50%;background:#5b6af0;color:#fff;font-size:11px;font-weight:500;display:flex;align-items:center;justify-content:center;flex-shrink:0}.app-sider-user-meta{display:flex;flex-direction:column;line-height:1.25;min-width:0}.app-sider-user-name{font-size:12px;font-weight:500;color:#ffffffd9;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.app-sider-user-role{font-size:11px;color:#ffffff59}.app-sider.ant-layout-sider-collapsed .app-sider-user-meta{display:none}.app-sider.ant-layout-sider-collapsed .app-sider-user{justify-content:center;padding-inline:0}.app-topbar{background:#fff;padding:0 20px;display:flex;align-items:center;justify-content:space-between;height:64px;border-bottom:.5px solid #eef0f3}.app-topbar .ant-space{align-items:center}.app-topbar-greeting{display:flex;flex-direction:column;line-height:1.3}.app-topbar-welcome{font-size:14px;font-weight:500;color:#1a1a1a}.app-topbar-date{font-size:11.5px;color:#9a9a9a}.topbar-icon-btn{width:40px;height:40px;border-radius:10px;color:#6b7280;font-size:18px}.topbar-icon-btn:hover{background:#0f172a0d;color:#1f2937}.topbar-badge .ant-badge-count{min-width:20px;height:20px;line-height:18px;border-radius:999px;border:2px solid #ffffff;box-shadow:none;font-size:11px;font-weight:600;padding:0 5px}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)}@-ms-viewport{width:device-width}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]{-webkit-text-decoration:underline dotted;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}
