*{box-sizing:border-box;margin:0;padding:0}body{color:#e2e8f0;background:#0f172a;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}#app{min-height:100vh}.navbar{z-index:100;background:#1e293b;border-bottom:1px solid #334155;padding:0 2rem;position:sticky;top:0}.navbar-container{justify-content:space-between;align-items:center;max-width:1400px;height:64px;margin:0 auto;display:flex}.navbar-logo{color:#f8fafc;align-items:center;gap:.75rem;font-size:1.25rem;font-weight:600;display:flex}.navbar-logo .logo-icon{background:linear-gradient(135deg,#f59e0b,#d97706);border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.25rem;display:flex}.navbar-menu{gap:.25rem;list-style:none;display:flex}.navbar-menu a{color:#94a3b8;border-radius:8px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.95rem;text-decoration:none;transition:all .2s;display:flex}.navbar-menu a:hover{color:#f1f5f9;background:#334155}.navbar-menu a.router-link-active{color:#fbbf24;background:#334155}.main-content{max-width:1400px;margin:0 auto;padding:2rem 2rem 100px}.page-header{margin-bottom:2rem}.page-title{color:#f8fafc;margin-bottom:.5rem;font-size:2rem;font-weight:700}.page-subtitle{color:#94a3b8;font-size:1rem}.card{background:#1e293b;border:1px solid #334155;border-radius:12px;margin-bottom:1.5rem;padding:1.5rem}.card-header{border-bottom:1px solid #334155;align-items:center;gap:.75rem;margin-bottom:1.25rem;padding-bottom:1rem;display:flex}.card-icon{background:#334155;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.25rem;display:flex}.card-title{color:#f8fafc;font-size:1.125rem;font-weight:600}.card-desc{color:#94a3b8;font-size:.875rem}.form-group{margin-bottom:1.25rem}.form-label{color:#94a3b8;margin-bottom:.5rem;font-size:.875rem;display:block}.form-input{color:#f8fafc;background:#0f172a;border:1px solid #334155;border-radius:8px;width:100%;padding:.75rem 1rem;font-size:1rem;transition:border-color .2s}.form-input:focus{border-color:#fbbf24;outline:none}.form-select{color:#f8fafc;cursor:pointer;background:#0f172a;border:1px solid #334155;border-radius:8px;width:100%;padding:.75rem 1rem;font-size:1rem}.form-select:focus{border-color:#fbbf24;outline:none}.btn{cursor:pointer;border:none;border-radius:8px;padding:.75rem 1.5rem;font-size:.95rem;font-weight:500;transition:all .2s}.btn-primary{color:#1e293b;background:linear-gradient(135deg,#f59e0b,#d97706)}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 4px 12px #f59e0b4d}.btn-secondary{color:#f8fafc;background:#334155}.btn-secondary:hover{background:#475569}.result-card{background:linear-gradient(135deg,#1e3a5f,#1e293b);border:1px solid #3b82f6;border-radius:12px;margin-bottom:1.5rem;padding:1.5rem}.result-value{color:#60a5fa;margin-bottom:.25rem;font-size:2.5rem;font-weight:700}.result-label{color:#94a3b8;font-size:.875rem}.result-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:1rem;display:grid}.result-item{background:#0f172a;border:1px solid #334155;border-radius:8px;padding:1rem}.result-item-value{color:#fbbf24;margin-bottom:.25rem;font-size:1.25rem;font-weight:600}.result-item-label{color:#94a3b8;font-size:.8rem}.tabs{flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;display:flex}.tab-btn{color:#94a3b8;cursor:pointer;background:#1e293b;border:1px solid #334155;border-radius:8px;padding:.75rem 1.25rem;font-size:.95rem;transition:all .2s}.tab-btn:hover{color:#f1f5f9;background:#334155}.tab-btn.active{color:#fbbf24;background:#334155;border-color:#fbbf24}.home-modules{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:2rem;display:grid}.module-card{color:inherit;cursor:pointer;background:#1e293b;border:1px solid #334155;border-radius:16px;padding:2rem;text-decoration:none;transition:all .3s}.module-card:hover{border-color:#fbbf24;transform:translateY(-4px);box-shadow:0 8px 24px #0000004d}.module-card-icon{border-radius:12px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:1rem;font-size:1.75rem;display:flex}.module-card-title{color:#f8fafc;margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.module-card-desc{color:#94a3b8;font-size:.9rem;line-height:1.5}.stats{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;margin:2rem 0;display:grid}.stat-item{text-align:center;background:#1e293b;border:1px solid #334155;border-radius:12px;padding:1.5rem}.stat-value{color:#fbbf24;margin-bottom:.25rem;font-size:2rem;font-weight:700}.stat-label{color:#94a3b8;font-size:.875rem}.two-column{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}@media (width<=768px){.two-column{grid-template-columns:1fr}}.formula-box{color:#a5f3fc;background:#0f172a;border:1px solid #334155;border-radius:8px;margin-top:1rem;padding:1rem;font-family:Courier New,monospace;font-size:.9rem;line-height:1.6}.tip-box{background:#1e3a5f;border-left:4px solid #3b82f6;border-radius:0 8px 8px 0;margin-top:1rem;padding:1rem 1.25rem}.tip-title{color:#60a5fa;margin-bottom:.25rem;font-weight:600}.tip-content{color:#94a3b8;font-size:.9rem;line-height:1.5}.status-success{color:#4ade80}.status-warning{color:#fbbf24}.status-error{color:#f87171}.footer{text-align:center;color:#64748b;border-top:1px solid #334155;margin-top:3rem;padding:2rem;font-size:.875rem}.data-table{border-collapse:collapse;width:100%;margin-top:1rem}.data-table th,.data-table td{text-align:left;border-bottom:1px solid #334155;padding:.75rem 1rem}.data-table th{color:#94a3b8;background:#0f172a;font-size:.875rem;font-weight:500}.data-table td{color:#e2e8f0}.data-table tr:hover td{background:#1e293b}.three-column{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}@media (width<=1024px){.three-column{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.three-column{grid-template-columns:1fr}}.highlight-card{text-align:center;background:linear-gradient(135deg,#1e3a5f,#0f172a);border:1px solid #3b82f6;border-radius:12px;padding:1.5rem}.highlight-value{color:#60a5fa;margin-bottom:.25rem;font-size:2rem;font-weight:700}.highlight-label{color:#94a3b8;font-size:.875rem}.progress-bar{background:#334155;border-radius:4px;height:8px;margin-top:.5rem;overflow:hidden}.progress-fill{background:linear-gradient(90deg,#f59e0b,#fbbf24);border-radius:4px;height:100%;transition:width .3s}.toolbox-float{z-index:1000;position:fixed;bottom:20px;left:20px}.toolbox-toggle-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border:none;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;font-size:1.5rem;transition:all .3s;display:flex;box-shadow:0 4px 12px #3b82f666}.toolbox-toggle-btn:hover{transform:scale(1.1);box-shadow:0 6px 20px #3b82f680}.toolbox-panel{background:#1e293b;border:1px solid #334155;border-radius:16px;width:380px;max-height:500px;animation:.3s slideUp;position:absolute;bottom:70px;left:0;overflow:hidden;box-shadow:0 8px 32px #0006}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.toolbox-header{color:#fff;background:linear-gradient(135deg,#3b82f6,#1d4ed8);align-items:center;gap:.5rem;padding:1rem 1.25rem;font-weight:600;display:flex}.toolbox-tabs{background:#0f172a;border-bottom:1px solid #334155;gap:.25rem;padding:.5rem;display:flex}.toolbox-tab{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:6px;flex:1;padding:.5rem;font-size:.75rem;transition:all .2s}.toolbox-tab:hover{color:#f1f5f9;background:#1e293b}.toolbox-tab.active{color:#60a5fa;background:#334155}.toolbox-content{max-height:350px;padding:1rem;overflow-y:auto}.ai-assistant-float{z-index:1000;position:fixed;bottom:20px;right:20px}.ai-toggle-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;font-size:1.5rem;transition:all .3s;display:flex;box-shadow:0 4px 12px #10b98166}.ai-toggle-btn:hover{transform:scale(1.1);box-shadow:0 6px 20px #10b98180}.ai-panel{background:#1e293b;border:1px solid #334155;border-radius:16px;flex-direction:column;width:380px;height:500px;animation:.3s slideUp;display:flex;position:absolute;bottom:70px;right:0;overflow:hidden;box-shadow:0 8px 32px #0006}.ai-header{color:#fff;background:linear-gradient(135deg,#10b981,#059669);align-items:center;gap:.5rem;padding:1rem 1.25rem;font-weight:600;display:flex}.ai-messages{flex-direction:column;flex:1;gap:.75rem;padding:1rem;display:flex;overflow-y:auto}.ai-message{border-radius:12px;max-width:80%;padding:.75rem 1rem;font-size:.9rem;line-height:1.5}.ai-message.user{color:#fff;background:#3b82f6;border-bottom-right-radius:4px;align-self:flex-end}.ai-message.bot{color:#e2e8f0;background:#334155;border-bottom-left-radius:4px;align-self:flex-start}.ai-input-area{border-top:1px solid #334155;gap:.5rem;padding:.75rem 1rem;display:flex}.ai-input{color:#f8fafc;background:#0f172a;border:1px solid #334155;border-radius:20px;outline:none;flex:1;padding:.625rem 1rem;font-size:.9rem}.ai-input:focus{border-color:#10b981}.ai-send-btn{color:#fff;cursor:pointer;background:#10b981;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.ai-send-btn:hover{background:#059669}.sub-nav{background:#1e293b;border-radius:12px;flex-direction:column;gap:.25rem;margin-bottom:1.5rem;padding:1rem;display:flex}.sub-nav-item{color:#94a3b8;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.9rem;transition:all .2s;display:flex}.sub-nav-item:hover{color:#f1f5f9;background:#334155}.sub-nav-item.active{color:#fbbf24;background:#334155}.layout-with-sidebar{grid-template-columns:220px 1fr;gap:1.5rem;display:grid}@media (width<=1024px){.layout-with-sidebar{grid-template-columns:1fr}.sub-nav{flex-flow:wrap}}.data-card-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;display:grid}.data-card{text-align:center;background:#0f172a;border:1px solid #334155;border-radius:10px;padding:1rem}.data-card-value{color:#fbbf24;margin-bottom:.25rem;font-size:1.5rem;font-weight:700}.data-card-label{color:#94a3b8;font-size:.8rem}.canvas-container{background:#0f172a;border:1px solid #334155;border-radius:12px;padding:1rem;position:relative;overflow:hidden}.canvas-wrapper{background:#1e293b;border-radius:8px;width:100%;height:400px;position:relative;overflow:hidden}.module-rect{background:linear-gradient(135deg,#3b82f6,#1d4ed8);border:1px solid #60a5fa;border-radius:2px;position:absolute;box-shadow:0 2px 4px #0000004d}.legend{flex-wrap:wrap;gap:1.5rem;margin-top:1rem;display:flex}.legend-item{color:#94a3b8;align-items:center;gap:.5rem;font-size:.85rem;display:flex}.legend-color{border-radius:4px;width:16px;height:16px}.export-section{border-top:1px solid #334155;gap:1rem;margin-top:1.5rem;padding-top:1.5rem;display:flex}.warning-box{background:#422006;border-left:4px solid #f59e0b;border-radius:0 8px 8px 0;margin-top:1rem;padding:1rem 1.25rem}.warning-title{color:#fbbf24;margin-bottom:.25rem;font-weight:600}.warning-content{color:#fcd34d;font-size:.9rem;line-height:1.5}.success-box{background:#064e3b;border-left:4px solid #10b981;border-radius:0 8px 8px 0;margin-top:1rem;padding:1rem 1.25rem}.success-title{color:#34d399;margin-bottom:.25rem;font-weight:600}.success-content{color:#6ee7b7;font-size:.9rem;line-height:1.5}.error-box{background:#450a0a;border-left:4px solid #ef4444;border-radius:0 8px 8px 0;margin-top:1rem;padding:1rem 1.25rem}.error-title{color:#f87171;margin-bottom:.25rem;font-weight:600}.error-content{color:#fca5a5;font-size:.9rem;line-height:1.5}.badge{color:#94a3b8;background:#334155;border-radius:12px;padding:.25rem .625rem;font-size:.75rem;font-weight:500;display:inline-block}.badge-primary{color:#60a5fa;background:#1e3a5f}.badge-success{color:#34d399;background:#064e3b}.badge-warning{color:#fbbf24;background:#422006}.badge-danger{color:#f87171;background:#450a0a}.divider{background:#334155;height:1px;margin:1.5rem 0}.steps{gap:.5rem;margin-bottom:1.5rem;display:flex}.step{text-align:center;color:#94a3b8;background:#1e293b;border:1px solid #334155;border-radius:8px;flex:1;padding:.75rem;font-size:.85rem}.step.active{color:#60a5fa;background:#1e3a5f;border-color:#3b82f6}.step.completed{color:#34d399;background:#064e3b;border-color:#10b981}@media (width<=768px){.toolbox-panel,.ai-panel{width:calc(100vw - 40px);max-width:380px}.navbar-menu{display:none}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#0f172a}::-webkit-scrollbar-thumb{background:#334155;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#475569}.tool-form-row{align-items:center;gap:.5rem;margin-bottom:.75rem;display:flex}.tool-form-row label{color:#94a3b8;min-width:60px;font-size:.8rem}.tool-form-row input,.tool-form-row select{color:#f8fafc;background:#0f172a;border:1px solid #334155;border-radius:6px;flex:1;padding:.5rem .75rem;font-size:.85rem}.tool-result{text-align:center;background:#1e3a5f;border-radius:8px;margin-top:1rem;padding:.75rem}.tool-result-value{color:#60a5fa;font-size:1.25rem;font-weight:700}.tool-result-label{color:#94a3b8;margin-top:.25rem;font-size:.75rem}.formula-card{cursor:pointer;background:#0f172a;border:1px solid #334155;border-radius:8px;margin-bottom:.75rem;padding:.75rem;transition:all .2s}.formula-card:hover{border-color:#3b82f6}.formula-name{color:#f8fafc;margin-bottom:.375rem;font-size:.85rem;font-weight:600}.formula-expression{color:#a5f3fc;background:#1e293b;border-radius:4px;padding:.375rem .5rem;font-family:Courier New,monospace;font-size:.8rem}.standard-item{cursor:pointer;background:#0f172a;border-radius:6px;margin-bottom:.5rem;padding:.625rem .75rem;transition:all .2s}.standard-item:hover{background:#1e293b}.standard-code{color:#fbbf24;font-size:.8rem;font-weight:600}.standard-name{color:#94a3b8;margin-top:.25rem;font-size:.75rem}.material-param-row{border-bottom:1px solid #334155;justify-content:space-between;padding:.5rem 0;font-size:.8rem;display:flex}.material-param-label{color:#94a3b8}.material-param-value{color:#e2e8f0;font-weight:500}.placeholder-page{text-align:center;padding:4rem 2rem}.placeholder-icon{opacity:.5;margin-bottom:1.5rem;font-size:4rem}.placeholder-title{color:#f8fafc;margin-bottom:.75rem;font-size:1.5rem;font-weight:600}.placeholder-desc{color:#94a3b8;max-width:500px;margin:0 auto;font-size:1rem;line-height:1.6}.cooperation-card{text-align:center;background:linear-gradient(135deg,#1e3a5f,#0f172a);border:1px solid #3b82f6;border-radius:16px;padding:2rem}.cooperation-icon{margin-bottom:1rem;font-size:3rem}.cooperation-title{color:#f8fafc;margin-bottom:.75rem;font-size:1.5rem;font-weight:700}.cooperation-desc{color:#94a3b8;margin-bottom:1.5rem;line-height:1.6}.contact-info{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:1.5rem;display:grid}.contact-item{text-align:center;background:#0f172a;border:1px solid #334155;border-radius:10px;padding:1rem}.contact-item-icon{margin-bottom:.5rem;font-size:1.5rem}.contact-item-label{color:#94a3b8;margin-bottom:.25rem;font-size:.8rem}.contact-item-value{color:#f8fafc;font-size:1rem;font-weight:600}.bos-chart{justify-content:center;align-items:center;padding:2rem;display:flex}.bos-legend{flex:1}.bos-legend-item{align-items:center;gap:.5rem;padding:.375rem 0;font-size:.85rem;display:flex}.bos-legend-color{border-radius:3px;width:12px;height:12px}.bos-legend-name{color:#94a3b8;flex:1}.bos-legend-value{color:#f8fafc;font-weight:500}.investment-compare{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:1.5rem;display:grid}.investment-card{background:#1e293b;border:1px solid #334155;border-radius:12px;padding:1.5rem;transition:all .3s}.investment-card:hover{border-color:#fbbf24;transform:translateY(-2px)}.investment-card.featured{background:linear-gradient(135deg,#422006,#1e293b);border-color:#fbbf24}.investment-card-title{color:#f8fafc;margin-bottom:.5rem;font-size:1.125rem;font-weight:600}.investment-card-subtitle{color:#94a3b8;margin-bottom:1rem;font-size:.85rem}.investment-features{padding:0;list-style:none}.investment-features li{color:#e2e8f0;align-items:center;gap:.5rem;padding:.375rem 0;font-size:.85rem;display:flex}.investment-features li:before{content:"✓";color:#10b981;font-weight:700}.app[data-v-7b5a4d4a]{flex-direction:column;min-height:100vh;display:flex}.main-content[data-v-7b5a4d4a]{flex:1}
