.flowchart-page[data-v-3690c27e]{min-height:100vh;background:linear-gradient(135deg,#f5f7ff,#fff);padding:80px 24px 80px}.page-header[data-v-3690c27e]{text-align:center;margin-bottom:50px;margin-top:20px}.page-title[data-v-3690c27e]{font-size:2.5rem;color:#2c3e50;margin-bottom:16px;font-weight:700}.page-subtitle[data-v-3690c27e]{font-size:1.15rem;color:#555;line-height:1.8;display:flex;align-items:center;justify-content:center;gap:8px}.page-subtitle i[data-v-3690c27e]{color:#3498db;font-size:1.2rem}.subtitle-separator[data-v-3690c27e]{color:#ddd;margin:0 12px}.step-bar[data-v-3690c27e]{display:flex;align-items:center;justify-content:center;margin-bottom:40px;max-width:600px;margin-left:auto;margin-right:auto}.step[data-v-3690c27e]{display:flex;flex-direction:column;align-items:center;gap:8px}.step-number[data-v-3690c27e]{width:48px;height:48px;border-radius:50%;background:#e0e0e0;color:#999;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:600;transition:all .3s}.step.active .step-number[data-v-3690c27e]{background:linear-gradient(135deg,#3498db,#2980b9);color:#fff;box-shadow:0 4px 15px rgba(52,152,219,.3)}.step-label[data-v-3690c27e]{font-size:.9rem;color:#999;transition:color .3s}.step.active .step-label[data-v-3690c27e]{color:#3498db;font-weight:600}.step-line[data-v-3690c27e]{width:80px;height:2px;background:#e0e0e0;margin:0 16px;transition:background .3s}.step-line.active[data-v-3690c27e]{background:#3498db}.main-content[data-v-3690c27e]{display:grid;grid-template-columns:500px 1fr;gap:24px;max-width:1200px;margin:0 auto}.panel-card[data-v-3690c27e]{background:#fff;border-radius:16px;padding:24px;box-shadow:0 4px 15px rgba(0,0,0,.05);border:2px solid #f5f7ff;margin-bottom:24px}.panel-title[data-v-3690c27e]{font-size:1.25rem;color:#2c3e50;margin-bottom:20px;display:flex;align-items:center;gap:8px;font-weight:600}.panel-title i[data-v-3690c27e]{color:#3498db}.copy-btn[data-v-3690c27e]{margin-left:auto}.template-selector[data-v-3690c27e]{margin-bottom:16px}.template-selector[data-v-3690c27e] .el-select{width:100%}.description-input[data-v-3690c27e] textarea{font-family:Consolas,Monaco,monospace;font-size:14px;line-height:1.6}.action-buttons[data-v-3690c27e]{display:flex;gap:12px;margin-top:16px}.generate-btn[data-v-3690c27e]{flex:1}.code-editor[data-v-3690c27e] textarea{font-family:Consolas,Monaco,monospace;font-size:13px;line-height:1.5}.preview-panel[data-v-3690c27e]{min-height:600px;position:sticky;top:100px}.panel-header[data-v-3690c27e]{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.toolbar[data-v-3690c27e]{display:flex;gap:8px;align-items:center}.operation-tips[data-v-3690c27e]{display:flex;gap:10px;padding:6px 12px;background:#f5f7fa;border-radius:6px;margin-right:8px}.operation-tips i[data-v-3690c27e]{font-size:16px;color:#3498db;cursor:help;transition:transform .2s}.operation-tips i[data-v-3690c27e]:hover{transform:scale(1.2);color:#2980b9}.diagram-container[data-v-3690c27e]{background:#fff;border-radius:8px;padding:24px;min-height:400px;display:flex;align-items:center;justify-content:center;overflow:auto}.graphviz-diagram[data-v-3690c27e]{max-width:100%}.graphviz-diagram[data-v-3690c27e] svg{max-width:100%;height:auto}.graphviz-diagram[data-v-3690c27e] svg text{cursor:pointer;transition:fill .2s,font-weight .2s}.graphviz-diagram[data-v-3690c27e] svg text:hover{fill:#3498db!important;font-weight:600}.empty-state[data-v-3690c27e]{text-align:center;padding:80px 24px;color:#999}.empty-state i[data-v-3690c27e]{font-size:4rem;margin-bottom:16px;color:#ddd}.empty-state p[data-v-3690c27e]{font-size:1rem}.loading-state[data-v-3690c27e]{text-align:center;padding:100px 24px;color:#666}.loading-spinner[data-v-3690c27e]{margin-bottom:24px}.loading-spinner i[data-v-3690c27e]{font-size:3rem;color:#3498db;animation:rotating-3690c27e 1.5s linear infinite}@keyframes rotating-3690c27e{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loading-text[data-v-3690c27e]{font-size:1.1rem;color:#555;margin-bottom:24px;font-weight:500}.loading-progress[data-v-3690c27e]{max-width:300px;height:4px;background:#e0e0e0;border-radius:2px;margin:0 auto;overflow:hidden;position:relative}.progress-bar[data-v-3690c27e]{height:100%;background:linear-gradient(90deg,#3498db,#2980b9);border-radius:2px;animation:progress-3690c27e 2s ease-in-out infinite}@keyframes progress-3690c27e{0%{width:0;margin-left:0}50%{width:60%;margin-left:20%}to{width:0;margin-left:100%}}.template-cards[data-v-3690c27e]{max-width:1600px;margin:60px auto 0;padding-top:40px;border-top:2px solid #ecf0f1}.section-title[data-v-3690c27e]{font-size:1.75rem;color:#2c3e50;margin-bottom:32px;text-align:center;font-weight:600}.cards-grid[data-v-3690c27e]{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.template-card[data-v-3690c27e]{background:#fff;border-radius:12px;padding:24px;text-align:center;cursor:pointer;transition:all .3s;border:2px solid #f5f7ff}.template-card[data-v-3690c27e]:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(52,152,219,.15);border-color:#3498db}.card-icon[data-v-3690c27e]{font-size:2.5rem;color:#3498db;margin-bottom:12px}.card-title[data-v-3690c27e]{font-size:1.1rem;color:#2c3e50;margin-bottom:8px;font-weight:600}.card-desc[data-v-3690c27e]{font-size:.9rem;color:#666;line-height:1.5}@media (max-width:1200px){.main-content[data-v-3690c27e]{grid-template-columns:1fr}.preview-panel[data-v-3690c27e]{position:static}.cards-grid[data-v-3690c27e]{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.page-title[data-v-3690c27e]{font-size:1.75rem}.step-bar[data-v-3690c27e]{transform:scale(.85)}.cards-grid[data-v-3690c27e]{grid-template-columns:1fr}.action-buttons[data-v-3690c27e]{flex-direction:column}}.floating-buttons[data-v-3690c27e]{position:fixed;bottom:30px;right:30px;display:flex;flex-direction:column;gap:12px;z-index:1000}.video-bubble{&[data-v-3690c27e]{width:50px;height:50px;background:linear-gradient(135deg,#e74c3c,#c0392b);border-radius:50%;box-shadow:0 4px 15px rgba(231,76,60,.4);cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;transition:all .3s cubic-bezier(.4,0,.2,1);animation:float-3690c27e 3s ease-in-out infinite;animation-delay:.5s}&[data-v-3690c27e]:hover{transform:translateY(-3px) scale(1.1);box-shadow:0 8px 25px rgba(231,76,60,.6)}&[data-v-3690c27e]:active{transform:translateY(-2px) scale(1.05)}.bubble-icon{&[data-v-3690c27e]{font-size:16px;color:#fff}i[data-v-3690c27e]{filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}}.bubble-text[data-v-3690c27e]{font-size:8px;color:#fff;font-weight:600;text-shadow:0 1px 2px rgba(0,0,0,.2);letter-spacing:.3px}}.example-bubble{&[data-v-3690c27e]{width:50px;height:50px;background:linear-gradient(135deg,#3498db,#2980b9);border-radius:50%;box-shadow:0 4px 15px rgba(52,152,219,.4);cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;transition:all .3s cubic-bezier(.4,0,.2,1);animation:float-3690c27e 3s ease-in-out infinite}&[data-v-3690c27e]:hover{transform:translateY(-3px) scale(1.1);box-shadow:0 8px 25px rgba(52,152,219,.6)}&[data-v-3690c27e]:active{transform:translateY(-2px) scale(1.05)}.bubble-icon{&[data-v-3690c27e]{font-size:16px;color:#fff}i[data-v-3690c27e]{filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}}.bubble-text[data-v-3690c27e]{font-size:8px;color:#fff;font-weight:600;text-shadow:0 1px 2px rgba(0,0,0,.2);letter-spacing:.3px}}@keyframes float-3690c27e{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}[data-v-3690c27e] .example-dialog{.el-dialog{border-radius:16px;overflow:hidden;max-width:1200px}.el-dialog__header{&{background:linear-gradient(135deg,#3498db,#2980b9);padding:20px 24px;margin:0}.el-dialog__title{color:#fff;font-size:1.25rem;font-weight:600}.el-dialog__headerbtn{&{top:20px;right:24px}.el-dialog__close{&{color:#fff;font-size:20px;font-weight:700}&:hover{color:hsla(0,0%,100%,.8)}}}}.el-dialog__body{padding:0;background:#f5f7fa}}.example-content{&[data-v-3690c27e]{padding:24px;display:flex;justify-content:center;align-items:center;background:#f5f7fa}.example-image{&[data-v-3690c27e]{max-width:100%;height:auto;border-radius:8px;box-shadow:0 4px 20px rgba(0,0,0,.1);transition:transform .3s ease}&[data-v-3690c27e]:hover{transform:scale(1.02)}}}@media (max-width:768px){.floating-buttons[data-v-3690c27e]{bottom:20px;right:20px;gap:10px}.example-bubble,.video-bubble{&[data-v-3690c27e]{width:45px;height:45px}.bubble-icon[data-v-3690c27e]{font-size:14px}.bubble-text[data-v-3690c27e]{font-size:7px}}[data-v-3690c27e] .example-dialog{.el-dialog{width:95%!important;margin:0 auto}}.example-content[data-v-3690c27e]{padding:12px}}