*{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}.help-page{padding:0;position:relative;z-index:1;min-height:100%;background:#f8fafc}.help-hero{position:relative;overflow:hidden;background:radial-gradient(900px 320px at 85% 100%,rgba(59,130,246,.08) 0%,transparent 60%),linear-gradient(135deg,#eff6ff,#f0f9ff 40%,#f5f3ff);color:#1e293b;margin:0;border-radius:0;padding:36px 40px}.help-hero .hero-grid{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(59,130,246,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(59,130,246,.04) 1px,transparent 1px);background-size:32px 32px;pointer-events:none}.help-hero .hero-glow{position:absolute;border-radius:50%;filter:blur(80px);pointer-events:none}.help-hero .hero-glow-1{width:360px;height:360px;background:radial-gradient(circle,rgba(59,130,246,.12),transparent 70%);top:-120px;left:-60px}.help-hero .hero-glow-2{width:400px;height:400px;background:radial-gradient(circle,rgba(139,92,246,.08),transparent 70%);bottom:-180px;right:5%}.help-hero .hero-content{position:relative;display:flex;align-items:center;justify-content:space-between;gap:40px;max-width:1400px;margin:0 auto}.help-hero .hero-text{flex:1;max-width:680px}.help-hero .hero-tag{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:600;letter-spacing:1.4px;color:#2563eb;background:#2563eb14;border:1px solid rgba(37,99,235,.18);padding:5px 14px;border-radius:20px}.help-hero h1{font-size:34px;font-weight:700;margin:16px 0 12px;color:#0f172a;background:linear-gradient(135deg,#1e3a8a,#2563eb,#7c3aed);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;letter-spacing:-.5px;line-height:1.2}.help-hero .hero-text>p{font-size:15px;color:#64748b;line-height:1.7;margin-bottom:24px;max-width:560px}.help-hero .hero-search.ant-input-affix-wrapper{background:#fff;border:1px solid #e2e8f0;border-radius:28px;height:50px;padding:0 20px;max-width:500px;box-shadow:0 4px 16px #3b82f614}.help-hero .hero-search .ant-input{background:transparent;font-size:14px}.help-hero .hero-search.ant-input-affix-wrapper:focus,.help-hero .hero-search.ant-input-affix-wrapper-focused{border-color:#3b82f6;box-shadow:0 4px 20px #3b82f626}.help-hero .hero-art{position:relative;width:220px;height:220px;flex-shrink:0}.help-hero .orbit{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border:1px dashed rgba(59,130,246,.2);border-radius:50%;animation:helpOrbit 24s linear infinite}.help-hero .orbit-1{width:220px;height:220px}.help-hero .orbit-2{width:160px;height:160px;animation-duration:18s;animation-direction:reverse}.help-hero .orbit-3{width:100px;height:100px;animation-duration:12s}@keyframes helpOrbit{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}.help-hero .core{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#6366f1);display:flex;align-items:center;justify-content:center;font-size:28px;color:#fff;box-shadow:0 8px 24px #3b82f64d,inset 0 1px #ffffff4d}.help-hero .dot{position:absolute;width:8px;height:8px;border-radius:50%;background:#60a5fa;box-shadow:0 0 10px #60a5fa80}.help-hero .dot-1{top:18px;left:50%}.help-hero .dot-2{bottom:28px;right:24px;background:#a78bfa;box-shadow:0 0 10px #a78bfa80}.help-hero .dot-3{top:50%;left:6px;background:#34d399;box-shadow:0 0 10px #34d39980}@media (max-width: 980px){.help-hero{padding:28px 20px}.help-hero .hero-content{flex-direction:column}.help-hero .hero-art,.help-hero .orbit-1{width:160px;height:160px}}.help-section-title{max-width:1400px;margin:28px auto 18px}.help-section-title .title-main{display:flex;align-items:center;gap:10px}.help-section-title .accent{width:4px;height:22px;background:linear-gradient(180deg,#3b82f6,#6366f1);border-radius:3px}.help-section-title h2{font-size:20px;font-weight:600;color:#0f172a;margin:0;padding:0;border:none;letter-spacing:-.3px}.help-section-title .title-sub{font-size:13px;color:#64748b;margin-top:6px;padding-left:14px}.help-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;max-width:1400px;margin:0 auto 36px}.help-card{background:#fff;border:1px solid #e8edf6;border-radius:16px;padding:22px 20px 18px;cursor:pointer;transition:transform .25s,box-shadow .25s,border-color .25s;position:relative;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 1px 3px #0f172a08}.help-card:before{content:"";position:absolute;inset:0 0 auto 0;height:3px;background:linear-gradient(90deg,var(--c1, #4f86ff),var(--c2, #2f6bff));transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.help-card:hover{transform:translateY(-3px);border-color:#d8dfeb;box-shadow:0 10px 24px #0f172a0f}.help-card:hover:before{transform:scaleX(1)}.help-card .card-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:14px}.help-card .ico-wrap{position:relative;width:52px;height:52px}.help-card .ico-glow{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:14px;background:linear-gradient(135deg,var(--c1-l),var(--c2-l));filter:blur(8px);opacity:.5;transition:opacity .25s}.help-card:hover .ico-glow{opacity:.9}.help-card .ico{position:relative;width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:24px;background:linear-gradient(135deg,var(--c1-l),var(--c2-l));border:1px solid rgba(255,255,255,.5)}.help-card h3{font-size:16px;color:#0f172a;font-weight:600;margin:0 0 6px;padding:0;border:none;letter-spacing:-.2px}.help-card .desc{font-size:12.5px;line-height:1.55;color:#64748b;margin-bottom:14px;flex:1;min-height:34px}.help-card .card-foot{display:flex;justify-content:space-between;align-items:center;padding-top:12px;border-top:1px dashed #eef2f7}.help-card .badges{display:flex;gap:6px;flex-wrap:wrap}.help-card .badge{display:inline-flex;align-items:center;gap:4px;font-size:11px;padding:4px 10px;border-radius:8px;font-weight:600;line-height:1.4;cursor:pointer;transition:transform .18s cubic-bezier(.4,0,.2,1),box-shadow .18s,background .18s,color .18s,border-color .18s}.help-card .badge .anticon{font-size:11px}.help-card .badge.video{background:#fff0f2;color:#ef4458;border:1px solid #ffd9de}.help-card .badge.ppt{background:#fff5e8;color:#e0792d;border:1px solid #ffe2bf}.help-card .badge.word{background:#e8efff;color:#2f6bff;border:1px solid #cfddff}.help-card .badge.pdf{background:#e8f7ee;color:#1f9d5b;border:1px solid #c8ecd5}.help-card .badge:hover{transform:translateY(-2px);color:#fff}.help-card .badge.video:hover{background:#ef4458;border-color:#ef4458;box-shadow:0 6px 14px #ef445866}.help-card .badge.ppt:hover{background:#ea580c;border-color:#ea580c;box-shadow:0 6px 14px #ea580c66}.help-card .badge.word:hover{background:#2f6bff;border-color:#2f6bff;box-shadow:0 6px 14px #2f6bff66}.help-card .badge.pdf:hover{background:#16a34a;border-color:#16a34a;box-shadow:0 6px 14px #16a34a66}.help-card .more{font-size:11.5px;color:#94a3b8;font-weight:500;display:inline-flex;align-items:center;gap:4px;transition:color .2s,transform .2s;white-space:nowrap}.help-card:hover .more{color:var(--c2, #2f6bff);transform:translate(2px)}.help-card.c1{--c1: #60a5fa;--c2: #3b82f6;--c1-l: #dbeafe;--c2-l: #bfdbfe}.help-card.c2{--c1: #a78bfa;--c2: #7c3aed;--c1-l: #ede9fe;--c2-l: #ddd6fe}.help-card.c3{--c1: #2dd4bf;--c2: #0d9488;--c1-l: #ccfbf1;--c2-l: #99f6e4}.help-card.c4{--c1: #fb923c;--c2: #ea580c;--c1-l: #ffedd5;--c2-l: #fed7aa}.help-card.c5{--c1: #f472b6;--c2: #db2777;--c1-l: #fce7f3;--c2-l: #fbcfe8}.help-card.c6{--c1: #4ade80;--c2: #16a34a;--c1-l: #dcfce7;--c2-l: #bbf7d0}.help-card.c7{--c1: #818cf8;--c2: #4f46e5;--c1-l: #e0e7ff;--c2-l: #c7d2fe}.help-card.c8{--c1: #c084fc;--c2: #9333ea;--c1-l: #f3e8ff;--c2-l: #e9d5ff}.help-empty{grid-column:1 / -1;text-align:center;padding:60px 0;color:#94a3b8;font-size:14px}.help-bottom{display:grid;grid-template-columns:2fr 1fr;grid-auto-rows:1fr;gap:20px;max-width:1400px;margin:0 auto 24px}.help-panel{background:#fff;border:1px solid #e8edf6;border-radius:16px;padding:24px 28px;position:relative;box-shadow:0 1px 3px #0f172a08}.help-panel.contact{display:flex;flex-direction:column}.help-panel.contact>:last-child{margin-top:auto}.help-panel .panel-head{display:flex;align-items:center;gap:10px;margin-bottom:24px}.help-panel .panel-bar{width:4px;height:18px;background:linear-gradient(180deg,#3b82f6,#6366f1);border-radius:3px}.help-panel h3{font-size:16px;color:#0f172a;font-weight:600;margin:0;padding:0;border:none;letter-spacing:-.2px}.about-intro{display:flex;align-items:baseline;gap:4px;margin-bottom:18px;padding-bottom:16px;border-bottom:1px solid #f1f5f9}.about-intro span{font-size:13.5px;color:#64748b;line-height:1.7}.about-features{display:flex;flex-direction:column;gap:16px}.about-features .feature{display:flex;gap:14px;align-items:flex-start;padding:14px 16px;border-radius:12px;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #f1f5f9;transition:all .2s ease}.about-features .feature:hover{border-color:#dbeafe;background:#fff;box-shadow:0 4px 16px #3b82f60f;transform:translateY(-1px)}.about-features .feature-icon{flex-shrink:0;width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:20px;color:#fff}.about-features .feature-icon.f1{background:linear-gradient(135deg,#3b82f6,#6366f1);box-shadow:0 4px 12px #3b82f640}.about-features .feature-icon.f2{background:linear-gradient(135deg,#8b5cf6,#a855f7);box-shadow:0 4px 12px #8b5cf640}.about-features .feature-icon.f3{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 4px 12px #10b98140}.about-features .feature-body{flex:1;min-width:0}.about-features .feature-body h4{font-size:14px;color:#0f172a;font-weight:600;margin:0 0 6px;letter-spacing:-.1px}.about-features .feature-body p{font-size:12.5px;color:#64748b;line-height:1.75;margin:0;text-align:justify}.contact-list{display:flex;flex-direction:column;gap:14px;margin-top:10px}.contact-item{display:flex;align-items:center;gap:14px;padding:16px;border-radius:12px;background:#f8fafc;border:1px solid #f1f5f9;transition:all .24s ease}.contact-item:hover{background:#fff;border-color:#dbeafe;box-shadow:0 3px 12px #3b82f60d;transform:translateY(-2px)}.contact-icon{width:40px;height:40px;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:18px;color:#3b82f6;border-radius:10px;background:linear-gradient(135deg,#eff6ff,#dbeafe)}.contact-text{display:flex;flex-direction:column;gap:5px}.contact-label{font-size:13px;color:#64748b;letter-spacing:.3px}.contact-value{font-size:15px;color:#0f172a;font-weight:500;word-break:break-all}.contact-text .contact-value.link-url{color:#3b82f6!important;cursor:pointer!important;text-decoration:none!important;pointer-events:auto!important}.contact-text .contact-value.link-url:hover{color:#2563eb!important;text-decoration:underline!important}.help-footer{display:flex!important;justify-content:space-between!important;align-items:center!important;color:#94a3b8!important;font-size:12.5px!important;padding:16px 40px 20px!important;border-top:1px solid #e2e8f0!important;margin-top:0!important;width:100%;background:#f1f5f9}.help-footer .ver{font-family:JetBrains Mono,Consolas,monospace!important;background:#e2e8f0!important;padding:2px 8px!important;border-radius:6px!important;color:#64748b!important}
