.box[data-v-3430a481]{border-radius:0 var(--radius-sm) var(--radius-sm) 0;border-left:4px solid;margin:1rem 0;padding:1rem 1.1rem;font-size:.86rem;line-height:1.6}.box-tip[data-v-3430a481]{background:var(--green-light);border-color:var(--green)}.box-warn[data-v-3430a481]{background:var(--orange-light);border-color:var(--orange)}.box-error[data-v-3430a481]{background:var(--red-light);border-color:var(--red)}:root{--primary:#1a1a2e;--accent:#4fc3f7;--blue:#2196f3;--blue-dark:#1565c0;--blue-light:#e3f2fd;--green:#4caf50;--green-dark:#2e7d32;--green-light:#e8f5e9;--orange:#ff9800;--orange-dark:#e65100;--orange-light:#fff3e0;--red:#e53935;--red-light:#fce4ec;--purple-light:#f3e5f5;--purple:#7b1fa2;--text:#1a1a2e;--text-secondary:#546e7a;--text-muted:#78909c;--bg:#f0f2f5;--card-bg:#fff;--radius-sm:8px;--radius-md:12px;--radius-lg:16px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{color:var(--text);background:var(--bg);min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,PingFang SC,Microsoft YaHei,sans-serif;line-height:1.6}.navbar{z-index:100;background:var(--primary);color:#fff;justify-content:space-between;align-items:center;height:60px;padding:0 2rem;display:flex;position:sticky;top:0;box-shadow:0 2px 8px #00000026}.navbar .logo{color:#fff;letter-spacing:.5px;font-size:1.15rem;font-weight:700;text-decoration:none}.navbar .logo span{color:var(--accent)}.navbar .nav-links{gap:1.5rem;list-style:none;display:flex}.navbar .nav-links a{color:#b0bec5;font-size:.88rem;text-decoration:none;transition:color .2s}.navbar .nav-links a:hover{color:#fff}.hero{text-align:center;color:#fff;background:linear-gradient(135deg,#1a1a2e 0%,#16213e 40%,#0f3460 100%);padding:3.5rem 2rem 3rem;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background:radial-gradient(at 30%,#4fc3f714 0%,#0000 50%),radial-gradient(at 70%,#2196f30f 0%,#0000 50%);width:200%;height:200%;position:absolute;top:-50%;left:-50%}.hero h1{margin-bottom:.6rem;font-size:2.2rem;position:relative}.hero p{color:#90a4ae;max-width:620px;margin:0 auto;font-size:1.05rem;position:relative}.hero .stats{justify-content:center;gap:2.5rem;margin-top:2rem;display:flex;position:relative}.hero .stat{text-align:center}.hero .stat-num{color:var(--accent);font-size:2.2rem;font-weight:800;line-height:1}.hero .stat-label{color:#546e7a;margin-top:.25rem;font-size:.82rem}.section{max-width:1200px;margin:0 auto;padding:2rem 2rem 1rem}.section-title{align-items:center;gap:.5rem;margin-bottom:1.25rem;font-size:1.4rem;font-weight:700;display:flex}.section-title .badge{color:#fff;border-radius:99px;padding:.2rem .65rem;font-size:.7rem;font-weight:600}.badge-blue{background:var(--blue)}.badge-green{background:var(--green)}.badge-orange{background:var(--orange)}.card-grid{grid-template-columns:repeat(auto-fill,minmax(270px,1fr));gap:1.25rem;margin-bottom:2rem;display:grid}.card{background:var(--card-bg);border-radius:var(--radius-lg);color:inherit;cursor:pointer;border:1px solid #0000000a;flex-direction:column;padding:1.75rem 1.5rem;text-decoration:none;transition:transform .25s,box-shadow .25s;display:flex;position:relative;overflow:hidden;box-shadow:0 2px 12px #0000000f}.card:before{content:"";opacity:0;height:3px;transition:opacity .25s;position:absolute;top:0;left:0;right:0}.card:hover:before{opacity:1}.card.blue:before{background:linear-gradient(90deg, var(--blue), #42a5f5)}.card.green:before{background:linear-gradient(90deg, var(--green), #66bb6a)}.card.orange:before{background:linear-gradient(90deg, var(--orange), #ffb74d)}.card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0000001a}.card-icon{color:#fff;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:1rem;font-size:1.2rem;font-weight:700;display:flex}.card-icon.blue{background:linear-gradient(135deg, var(--blue), #42a5f5)}.card-icon.green{background:linear-gradient(135deg, var(--green), #66bb6a)}.card-icon.orange{background:linear-gradient(135deg, var(--orange), #ffb74d)}.card h3{margin-bottom:.35rem;font-size:1.08rem;font-weight:600}.card p{color:var(--text-secondary);flex:1;font-size:.84rem;line-height:1.5}.card .arrow{color:var(--text-muted);align-items:center;gap:.3rem;margin-top:.8rem;font-size:.88rem;font-weight:500;transition:gap .2s;display:flex}.card:hover .arrow{color:var(--primary);gap:.55rem}.detail-page{max-width:860px;margin:0 auto;padding:2rem}.detail-header{border-bottom:2px solid #e8eaf0;align-items:center;gap:1rem;margin-bottom:2rem;padding-bottom:1.5rem;display:flex}.detail-header h1{font-size:1.8rem;font-weight:700}.detail-header .card-icon{color:#fff;border-radius:14px;justify-content:center;align-items:center;width:56px;height:56px;font-size:1.3rem;font-weight:700;display:flex}.detail-section{background:var(--card-bg);border-radius:var(--radius-lg);border:1px solid #0000000a;margin-bottom:1.25rem;padding:1.75rem;box-shadow:0 1px 6px #0000000a}.detail-section h2{border-bottom:2px solid var(--blue-light);align-items:center;gap:.4rem;margin-bottom:1rem;padding-bottom:.6rem;font-size:1.15rem;font-weight:600;display:flex}.download-links{flex-wrap:wrap;gap:.75rem;margin-bottom:.75rem;display:flex}.btn{border-radius:var(--radius-sm);align-items:center;gap:.4rem;padding:.6rem 1.2rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.btn-primary{background:linear-gradient(135deg, var(--blue), #42a5f5);color:#fff;box-shadow:0 2px 6px #2196f340}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 4px 12px #2196f359}.btn-secondary{background:var(--blue-light);color:var(--blue-dark)}.btn-secondary:hover{background:#bbdefb}.btn-mirror{background:var(--purple-light);color:var(--purple)}.btn-mirror:hover{background:#e1bee7}.step-list{counter-reset:step;list-style:none}.step-list li{counter-increment:step;border-bottom:1px solid #f5f5f5;padding:.8rem 0 .8rem 2.6rem;font-size:.92rem;line-height:1.6;position:relative}.step-list li:before{content:counter(step);background:var(--blue-light);width:28px;height:28px;color:var(--blue-dark);border-radius:50%;justify-content:center;align-items:center;font-size:.75rem;font-weight:700;display:flex;position:absolute;top:.8rem;left:0}.step-list li:last-child{border-bottom:none}.step-list code{color:#c62828;background:#f5f5f5;border-radius:4px;padding:.15rem .45rem;font-size:.85rem}.step-list .highlight{background:#fff3e0;border-radius:4px;padding:.15rem .45rem;font-weight:500}.step-list strong{color:var(--blue-dark)}.code-block{color:#e0e0e0;border-radius:var(--radius-sm);background:#1e2a36;border:1px solid #ffffff0f;margin:.75rem 0;padding:1.1rem 1.25rem;font-family:JetBrains Mono,Cascadia Code,Consolas,Courier New,monospace;font-size:.85rem;line-height:1.7;overflow-x:auto}.code-block .prompt{color:#80cbc4;-webkit-user-select:none;user-select:none}.back-link{color:var(--text-secondary);align-items:center;gap:.35rem;margin-bottom:1.5rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .2s;display:inline-flex}.back-link:hover{color:var(--primary)}.footer{text-align:center;color:var(--text-muted);border-top:1px solid #e0e0e0;margin-top:2rem;padding:2rem;font-size:.82rem}#app,#app-root{flex-direction:column;min-height:100vh;display:flex}#app-root>main,#app-root>.home,#app-root>.detail-page{flex:1}@media (width<=768px){.navbar{padding:0 1rem}.hero{padding:2.5rem 1.25rem 2rem}.hero h1{font-size:1.5rem}.hero .stats{flex-wrap:wrap;gap:1.5rem}.hero p{font-size:.9rem}.section{padding:1.5rem 1rem .5rem}.section-title{font-size:1.2rem}.card-grid{grid-template-columns:1fr;gap:1rem}.card,.detail-page{padding:1.25rem}.detail-header h1{font-size:1.4rem}.download-links{flex-direction:column}.btn{justify-content:center}}
