@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";.logo{height:64px;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;color:#fff;background:#ffffff1a;margin:0;transition:all .2s}.trigger{transition:color .3s}.trigger:hover{color:#1890ff}.login-container{width:100%;height:100vh;display:flex;position:relative;overflow:hidden;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.login-brand-section{flex:1;background:linear-gradient(135deg,#0f0c29,#302b63,#24243e);display:flex;flex-direction:column;justify-content:center;align-items:center;padding:60px;position:relative;overflow:hidden}.login-brand-section:before{content:"";position:absolute;width:600px;height:600px;background:radial-gradient(circle,rgba(99,102,241,.15) 0%,transparent 70%);top:-200px;right:-200px;animation:pulse 8s ease-in-out infinite}.login-brand-section:after{content:"";position:absolute;width:400px;height:400px;background:radial-gradient(circle,rgba(168,85,247,.1) 0%,transparent 70%);bottom:-100px;left:-100px;animation:pulse 10s ease-in-out infinite reverse}@keyframes pulse{0%,to{transform:scale(1);opacity:.5}50%{transform:scale(1.1);opacity:.8}}.geometric-shapes{position:absolute;width:100%;height:100%;overflow:hidden;pointer-events:none}.shape{position:absolute;border:1px solid rgba(255,255,255,.1);animation:float 20s ease-in-out infinite}.shape-1{width:80px;height:80px;top:15%;left:10%;transform:rotate(45deg);animation-delay:0s}.shape-2{width:60px;height:60px;top:60%;left:20%;border-radius:50%;animation-delay:-5s}.shape-3{width:100px;height:100px;top:30%;right:15%;transform:rotate(15deg);animation-delay:-10s}.shape-4{width:40px;height:40px;bottom:20%;right:25%;border-radius:50%;animation-delay:-15s}@keyframes float{0%,to{transform:translateY(0) rotate(0)}25%{transform:translateY(-20px) rotate(5deg)}50%{transform:translateY(0) rotate(0)}75%{transform:translateY(20px) rotate(-5deg)}}.brand-content{position:relative;z-index:1;text-align:center;max-width:500px}.brand-logo{width:140px;height:140px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 32px;box-shadow:0 20px 50px #0000004d;padding:12px;overflow:hidden}.brand-logo img{width:100%;height:100%;object-fit:contain}.brand-title{font-size:42px;font-weight:700;color:#fff;margin-bottom:16px;letter-spacing:-1px;background:linear-gradient(135deg,#fff,#a5b4fc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.brand-subtitle{font-size:18px;color:#ffffffb3;margin-bottom:48px;line-height:1.6}.feature-list{display:flex;flex-direction:column;gap:20px}.feature-item{display:flex;align-items:center;gap:16px;padding:16px 24px;background:#ffffff0d;border-radius:12px;border:1px solid rgba(255,255,255,.08);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.feature-item:hover{background:#ffffff14;transform:translate(8px)}.feature-icon{width:44px;height:44px;background:linear-gradient(135deg,#6366f133,#a855f733);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.feature-icon svg{width:22px;height:22px;color:#a5b4fc}.feature-text{color:#ffffffe6;font-size:15px;font-weight:500}.login-form-section{width:520px;min-width:520px;background:#fafafa;display:flex;flex-direction:column;justify-content:center;padding:60px 80px;position:relative}.login-form-wrapper{max-width:360px;width:100%}.login-welcome{margin-bottom:40px}.login-welcome h2{font-size:28px;font-weight:600;color:#1a1a2e;margin-bottom:8px}.login-welcome p{font-size:15px;color:#6b7280;margin:0}.login-form .ant-form-item{margin-bottom:24px}.login-form .ant-input-affix-wrapper{height:52px;border-radius:12px;border:2px solid #e5e7eb;background:#fff;padding:0 16px;transition:all .3s ease}.login-form .ant-input-affix-wrapper:hover{border-color:#6366f1}.login-form .ant-input-affix-wrapper-focused{border-color:#6366f1;box-shadow:0 0 0 4px #6366f11a}.login-form .ant-input{font-size:15px}.login-form .ant-input-prefix{margin-right:12px;color:#9ca3af}.login-form .ant-input-affix-wrapper .ant-input-prefix .anticon{font-size:18px}.login-btn{height:52px!important;border-radius:12px!important;font-size:16px!important;font-weight:600!important;background:linear-gradient(135deg,#6366f1,#8b5cf6)!important;border:none!important;box-shadow:0 8px 24px #6366f14d!important;transition:all .3s ease!important}.login-btn:hover{transform:translateY(-2px);box-shadow:0 12px 32px #6366f166!important}.login-btn:active{transform:translateY(0)}.login-divider{display:flex;align-items:center;margin:28px 0;color:#9ca3af;font-size:13px}.login-divider:before,.login-divider:after{content:"";flex:1;height:1px;background:#e5e7eb}.login-divider span{padding:0 16px}.quick-login{display:flex;gap:12px}.quick-login-btn{flex:1;height:44px;border-radius:10px;border:2px solid #e5e7eb;background:#fff;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;transition:all .3s ease;font-size:13px;color:#4b5563;font-weight:500}.quick-login-btn:hover{border-color:#6366f1;color:#6366f1;background:#6366f10d}.login-footer{position:absolute;bottom:32px;left:80px;right:80px}.login-footer p{font-size:13px;color:#9ca3af;margin:0}@media(max-width:1024px){.login-brand-section{display:none}.login-form-section{width:100%;min-width:auto;padding:40px}.login-form-wrapper{margin:0 auto}.login-footer{left:40px;right:40px}}@media(max-width:480px){.login-form-section{padding:24px}.login-footer{left:24px;right:24px}}.dashboard h2{font-size:24px;font-weight:600;margin:0;color:#1a1a1a}.dashboard .ant-statistic-title{font-size:14px;color:#666}.dashboard .ant-statistic-content{font-size:24px;font-weight:600}.project-card{transition:all .3s ease;border-radius:8px}.project-card:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.project-card-header h3{font-size:16px;font-weight:600;color:#1a1a1a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.review-execution{padding:24px;background:#f0f2f5;min-height:100vh}.check-item-card{transition:all .3s}.check-item-card:hover{box-shadow:0 2px 8px #00000026}.check-item-card.checked{background:#fafafa}.ant-tree .ant-tree-node-content-wrapper{padding:4px 8px}.ant-tree .ant-tree-node-content-wrapper:hover{background:#e6f7ff}.ant-tree .ant-tree-node-selected{background:#bae7ff!important}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{width:100%;min-height:100vh}
