*{margin:0;padding:0;box-sizing:border-box}html,body,#app{width:100vw;height:100vh;overflow:hidden;font-family:Inter,Microsoft YaHei,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#0f172a}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:#ffffff0d;border-radius:2px}::-webkit-scrollbar-thumb{background:#3b82f6;border-radius:2px}::-webkit-scrollbar-thumb:hover{background:#60a5fa}.main-content h1,.main-content h2,.main-content h3{color:#0f172a;font-weight:500;letter-spacing:-.3px}.main-content h1{font-size:26px;margin-bottom:20px}.main-content h2{font-size:20px;margin-bottom:16px;border-left:3px solid #3b82f6;padding-left:12px}.main-content h3{font-size:18px;margin-bottom:12px;color:#1e293b}.layout-container{display:flex;width:100%;height:100%;background:#f1f5f9}.sidebar{width:260px;height:100%;background:linear-gradient(145deg,#0b1120,#111827);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);box-shadow:6px 0 20px #00000040;display:flex;flex-direction:column;position:relative;z-index:10;transition:width .2s ease}.sidebar:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(59,130,246,.1),transparent);animation:sidebarShine 8s infinite;pointer-events:none}@keyframes sidebarShine{0%{left:-100%}20%{left:100%}to{left:100%}}.sidebar-header{height:72px;display:flex;align-items:center;justify-content:center;gap:12px;position:relative;border-bottom:1px solid rgba(59,130,246,.25);overflow:hidden}.logo-icon{color:#3b82f6;filter:drop-shadow(0 0 6px rgba(59,130,246,.5));transition:all .3s ease}.sidebar-header h2{color:#fff;font-size:18px;font-weight:600;letter-spacing:1.5px;background:linear-gradient(135deg,#e2e8f0,#94a3b8);background-clip:text;-webkit-background-clip:text;color:transparent;text-shadow:0 0 8px rgba(59,130,246,.3);margin:0}.scan-line{position:absolute;bottom:0;left:0;width:100%;height:2px;background:linear-gradient(90deg,transparent,#3b82f6,#60a5fa,#3b82f6,transparent);animation:scanMove 2.5s linear infinite}@keyframes scanMove{0%{transform:translate(-100%)}to{transform:translate(100%)}}.sidebar-menu{flex:1;background:transparent!important;border-right:none!important;padding-top:16px}.sidebar-menu.ant-menu .ant-menu-item{height:48px;line-height:48px;font-size:14px;font-weight:500;margin:6px 12px;width:calc(100% - 24px);border-radius:12px;transition:all .25s cubic-bezier(.4,0,.2,1);padding:0 16px!important;display:flex;align-items:center;gap:12px;color:#cbd5e1}.menu-icon{font-size:18px;width:24px;display:inline-block;text-align:center;filter:drop-shadow(0 0 2px rgba(59,130,246,.3))}.sidebar-menu.ant-menu .ant-menu-item:hover{background:#3b82f61f!important;transform:translate(4px);box-shadow:0 2px 8px #0003;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff!important}.sidebar-menu.ant-menu .ant-menu-item:hover .menu-icon{transform:scale(1.1);transition:transform .2s}.sidebar-menu.ant-menu .ant-menu-item-selected{background:linear-gradient(95deg,#1e3a8a,#2563eb)!important;box-shadow:0 4px 12px #2563eb4d,inset 0 0 8px #60a5fa99;color:#fff!important;transform:translate(2px)}.sidebar-menu.ant-menu .ant-menu-item-selected:after{content:"";position:absolute;right:12px;top:50%;margin-top:-3px;width:6px;height:6px;border-radius:50%;background:#60a5fa;box-shadow:0 0 8px #3b82f6;animation:pulseDot 1.2s infinite;border:none}@keyframes pulseDot{0%{opacity:.4;transform:scale(.8)}to{opacity:1;transform:scale(1.2)}}.sidebar-footer{padding:20px 16px 24px;border-top:1px solid rgba(59,130,246,.2);display:flex;align-items:center;justify-content:space-between}.version-info{font-size:11px;color:#64748b;letter-spacing:1px;font-family:monospace}.sidebar-user{margin:16px 12px 20px;padding:10px 12px;border-top:1px solid rgba(59,130,246,.2);border-radius:12px;background:#ffffff08;display:flex;align-items:center;gap:10px;cursor:pointer;transition:all .2s ease}.sidebar-user:hover{background:#3b82f61f;box-shadow:0 2px 8px #0003}.user-avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#1e3a8a,#2563eb);display:flex;align-items:center;justify-content:center;font-size:20px;color:#fff;flex-shrink:0;box-shadow:0 2px 6px #2563eb66,inset 0 0 0 1px #ffffff1a}.user-info{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:center}.user-name{color:#e2e8f0;font-size:14px;font-weight:600;letter-spacing:.3px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pulse-dot{width:8px;height:8px;background:#10b981;border-radius:50%;box-shadow:0 0 6px #10b981;animation:pulseGreen 1.5s infinite}@keyframes pulseGreen{0%{opacity:.5;transform:scale(.8)}to{opacity:1;transform:scale(1.2)}}.main-content{flex:1;height:100%;overflow-y:auto;background:radial-gradient(circle at 20% 30%,#f9fafc,#f1f5f9);position:relative}.main-content:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(rgba(59,130,246,.02) 1px,transparent 1px),linear-gradient(90deg,rgba(59,130,246,.02) 1px,transparent 1px);background-size:24px 24px;pointer-events:none}.main-content .ant-card{transition:all .2s ease;box-shadow:0 2px 8px #00000008}.route-progress{position:absolute;top:0;left:0;height:2px;width:100%;background:linear-gradient(90deg,transparent 0%,#3b82f6 40%,#60a5fa 60%,transparent 100%);background-size:50% 100%;background-repeat:no-repeat;z-index:1000;animation:routeProgress 1.1s ease-in-out infinite;pointer-events:none}@keyframes routeProgress{0%{background-position:-50% 0}to{background-position:150% 0}}.page-fade-enter{opacity:0;transform:translateY(8px)}.page-fade-enter-active{opacity:1;transform:translateY(0);transition:all .3s cubic-bezier(.4,0,.2,1)}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:28px}.page-header h1{font-size:26px;font-weight:600;background:linear-gradient(135deg,#1e293b,#2d3a4f);background-clip:text;-webkit-background-clip:text;color:transparent;margin:0}@media (max-width: 768px){.sidebar{width:220px}.sidebar-header h2{font-size:15px}.menu-icon{font-size:16px}}.model-view-wrap{display:flex;flex-direction:column;height:100%}.model-view-scroll{flex:1;overflow-y:auto;padding:24px}.model-view-scroll.has-right-panel{padding-right:96px}.model-toolbar-bottom{flex-shrink:0;display:flex;align-items:center;background:#fff;border-top:1px solid #e2e8f0;padding:6px 12px;height:80px;box-shadow:0 -2px 12px #0000000f;overflow-x:auto;gap:4px}.model-toolbar-bottom::-webkit-scrollbar{height:3px}.model-toolbar-right{position:fixed;right:0;top:0;bottom:80px;width:86px;display:flex;flex-direction:column;align-items:center;background:#fff;border-left:1px solid #e2e8f0;box-shadow:-2px 0 12px #0000000f;padding:8px 0;overflow-y:auto;gap:2px;z-index:50}.model-toolbar-right::-webkit-scrollbar{width:3px}.toolbar-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:8px 12px;min-width:76px;height:64px;cursor:pointer;border-radius:10px;background:none;border:none;outline:none;flex-shrink:0;transition:background .15s,color .15s}.toolbar-btn:hover{background:#eff6ff}.toolbar-btn:hover .toolbar-btn-icon,.toolbar-btn:hover .toolbar-btn-label{color:#1d4ed8}.toolbar-btn-icon{font-size:24px;color:#3b82f6;line-height:1;transition:color .15s}.toolbar-btn-label{font-size:12px;color:#6b7280;line-height:1;white-space:nowrap;transition:color .15s}.model-toolbar-right .toolbar-btn{min-width:74px;width:74px;padding:8px 4px}.model-toolbar-right .toolbar-btn-label{white-space:normal;text-align:center;line-height:1.2}.toolbar-divider{width:1px;height:36px;background:#e2e8f0;flex-shrink:0;margin:0 4px}.model-toolbar-right .toolbar-divider{width:36px;height:1px;margin:2px 0}.case-create-form .ant-form-item{margin-bottom:12px}.case-create-form .ant-form-item-label{padding-bottom:2px}.case-create-form .ant-form-item-label>label{font-size:13px;color:#475569;height:22px}
