@import"https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@400;500;600;700&display=swap";.flame-power-overlay[data-v-28e91518]{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100000;background:#0f172a8c;display:flex;align-items:center;justify-content:center;padding:1.5rem}.flame-power-dialog[data-v-28e91518]{background:#fff;border-radius:16px;padding:1.25rem 1.35rem;max-width:400px;width:100%;box-shadow:0 20px 50px #0003}.flame-power-dialog h3[data-v-28e91518]{margin:0 0 .65rem;font-size:1.1rem;color:#111}.flame-power-msg[data-v-28e91518]{margin:0 0 1rem;font-size:.9rem;color:#4b5563;line-height:1.5;white-space:pre-wrap}.flame-power-actions[data-v-28e91518]{display:flex;gap:.5rem;justify-content:flex-end}.flame-power-btn[data-v-28e91518]{padding:.5rem 1rem;border-radius:999px;font-size:.88rem;cursor:pointer;border:none}.flame-power-btn.secondary[data-v-28e91518]{background:#f3f4f6;color:#374151}.flame-power-btn.primary[data-v-28e91518]{background:var(--hg-gradient-btn);color:#fff;box-shadow:0 2px 12px #e4231a38}:root{--hg-bg: #faf8f6;--hg-surface: #ffffff;--hg-border: #f0e6e0;--hg-text: #1c1412;--hg-text-muted: #6b5c56;--hg-primary: #e4231a;--hg-primary-hover: #c41e17;--hg-primary-deep: #9f1812;--hg-primary-soft: #ffedea;--hg-primary-muted: #ffd4ce;--hg-accent-gold: #f5b800;--hg-accent-gold-soft: #fff8e1;--hg-accent-orange: #f97316;--hg-accent-orange-soft: #fff4e8;--hg-gradient: linear-gradient(135deg, #fff5f3 0%, #fff9e8 48%, #fff4eb 100%);--hg-gradient-hero: linear-gradient( 128deg, #ffe8e5 0%, #fff4d6 38%, #ffe8d4 72%, #fff0e0 100% );--hg-gradient-brand: linear-gradient(135deg, #e4231a 0%, #f97316 52%, #f5b800 100%);--hg-gradient-btn: linear-gradient(135deg, #e4231a 0%, #ef5a24 100%);--hg-shadow-sm: 0 1px 3px rgba(228, 35, 26, .06);--hg-shadow-card: 0 8px 32px rgba(228, 35, 26, .08), 0 2px 8px rgba(28, 20, 18, .04);--hg-shadow-glow: 0 12px 40px rgba(245, 184, 0, .15);--hg-radius: 16px;--hg-radius-lg: 20px;--hg-radius-pill: 999px;--hg-sidebar-w: 72px;--hg-font: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", system-ui, sans-serif}body{font-family:var(--hg-font);color:var(--hg-text);background:var(--hg-bg);-webkit-font-smoothing:antialiased}a{color:var(--hg-primary)}a:hover{color:var(--hg-primary-hover)}.hg-page{padding:1.5rem 2rem 2.5rem;max-width:1200px;margin:0 auto}.hg-hero{position:relative;border-radius:var(--hg-radius-lg);background:var(--hg-gradient-hero);padding:2rem 2.5rem;margin-bottom:2rem;overflow:hidden;border:1px solid rgba(228,35,26,.08);box-shadow:var(--hg-shadow-card)}.hg-hero:after{content:"";position:absolute;top:-40%;right:-8%;width:280px;height:280px;background:radial-gradient(circle,rgba(245,184,0,.25) 0%,transparent 70%);pointer-events:none}.hg-hero h1{margin:0 0 .5rem;font-size:1.75rem;font-weight:700;color:var(--hg-primary-deep);letter-spacing:-.02em;position:relative;z-index:1}.hg-hero p{margin:0 0 1.25rem;color:#7c2d12;opacity:.88;max-width:520px;line-height:1.55;position:relative;z-index:1}.hg-btn-pill{display:inline-flex;align-items:center;gap:.35rem;padding:.6rem 1.35rem;background:var(--hg-gradient-btn);color:#fff;border:none;border-radius:var(--hg-radius-pill);font-size:.9rem;font-weight:600;cursor:pointer;text-decoration:none;box-shadow:0 4px 16px #e4231a47;transition:transform .15s,box-shadow .15s,filter .15s;position:relative;z-index:1}.hg-btn-pill:hover:not(:disabled){transform:translateY(-1px);filter:brightness(1.05);box-shadow:0 8px 24px #e4231a52}.hg-btn-pill:disabled{opacity:.55;cursor:not-allowed}.hg-btn-primary{padding:.65rem 1.35rem;background:var(--hg-gradient-btn);color:#fff;border:none;border-radius:var(--hg-radius-pill);font-weight:600;cursor:pointer;box-shadow:0 2px 12px #e4231a38;transition:filter .15s,box-shadow .15s}.hg-btn-primary:hover:not(:disabled){filter:brightness(1.06);box-shadow:0 4px 18px #e4231a47}.hg-btn-primary:disabled{opacity:.5;cursor:not-allowed}.hg-btn-ghost{padding:.55rem 1rem;background:var(--hg-surface);border:1px solid var(--hg-border);border-radius:var(--hg-radius-pill);font-weight:500;cursor:pointer;color:var(--hg-text);transition:border-color .15s,background .15s}.hg-btn-ghost:hover{border-color:var(--hg-primary-muted);background:var(--hg-primary-soft)}.hg-card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.hg-work-card{background:var(--hg-surface);border:1px solid var(--hg-border);border-radius:var(--hg-radius);padding:1.25rem 1.35rem;cursor:pointer;transition:box-shadow .2s,border-color .2s,transform .15s;text-align:left;width:100%}.hg-work-card:hover{box-shadow:var(--hg-shadow-card);border-color:var(--hg-primary-muted);transform:translateY(-2px)}.hg-work-card .icon-wrap{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:.85rem;font-size:1.25rem}.hg-work-card h3{margin:0 0 .35rem;font-size:1rem;font-weight:600}.hg-work-card p{margin:0;font-size:.85rem;color:var(--hg-text-muted);line-height:1.45}.hg-step-card{background:var(--hg-surface);border:1px solid var(--hg-border);border-radius:var(--hg-radius);padding:1.25rem 1.5rem;box-shadow:var(--hg-shadow-sm)}.hg-step-card h3{margin:0 0 .5rem;font-size:1.05rem;font-weight:600}.hg-step-hint{margin:0 0 1rem;font-size:.85rem;color:var(--hg-text-muted)}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--hg-gradient-hero);padding:1.5rem}.auth-card{width:100%;max-width:420px;background:var(--hg-surface);border-radius:var(--hg-radius-lg);padding:2rem 2rem 1.5rem;box-shadow:var(--hg-shadow-card);border:1px solid rgba(228,35,26,.06)}.auth-logo-wrap{display:flex;justify-content:center;margin-bottom:1rem}.auth-logo{width:120px;height:auto;object-fit:contain}.auth-card h1{margin:0;font-size:1.45rem;font-weight:700;color:var(--hg-primary-deep);text-align:center}.auth-card .sub{margin:.35rem 0 1.5rem;color:var(--hg-text-muted);font-size:.9rem;text-align:center;line-height:1.5}.auth-card input{width:100%;padding:.7rem .85rem;margin-bottom:.75rem;border:1px solid var(--hg-border);border-radius:10px;font-size:.95rem;transition:border-color .15s,box-shadow .15s}.auth-card input:focus{outline:none;border-color:var(--hg-accent-orange);box-shadow:0 0 0 3px #f9731626}.auth-card .submit-btn{width:100%;margin-top:.25rem}.auth-card .error{color:var(--hg-primary);font-size:.85rem;margin:0 0 .5rem}.auth-card .foot{margin-top:1.25rem;text-align:center;font-size:.9rem}*{box-sizing:border-box}.shell[data-v-01c56fcf]{display:flex;min-height:100vh;background:var(--hg-bg)}.icon-rail[data-v-01c56fcf]{width:var(--hg-sidebar-w);background:#fff;border-right:1px solid var(--hg-border);display:flex;flex-direction:column;align-items:center;padding:1rem 0;flex-shrink:0}.brand-mark[data-v-01c56fcf]{width:48px;height:48px;border-radius:14px;background:var(--hg-surface);border:1px solid var(--hg-border);box-shadow:var(--hg-shadow-sm);display:flex;align-items:center;justify-content:center;text-decoration:none;margin-bottom:1.5rem;overflow:hidden;transition:box-shadow .2s,transform .15s}.brand-mark[data-v-01c56fcf]:hover{box-shadow:var(--hg-shadow-card);transform:scale(1.02)}.brand-logo[data-v-01c56fcf]{width:100%;height:100%;object-fit:contain}.rail-nav[data-v-01c56fcf]{display:flex;flex-direction:column;gap:.35rem;flex:1}.rail-item[data-v-01c56fcf]{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#6b7280;text-decoration:none;border:none;background:transparent;cursor:pointer;transition:background .15s,color .15s}.rail-item[data-v-01c56fcf]:hover{background:#f3f4f6;color:#111}.rail-item.router-link-active[data-v-01c56fcf]{background:var(--hg-primary-soft);color:var(--hg-primary)}.rail-icon[data-v-01c56fcf] svg{display:block}.rail-bottom[data-v-01c56fcf]{display:flex;flex-direction:column;gap:.35rem;padding-top:.5rem}.avatar-btn[data-v-01c56fcf]{font-size:.85rem;font-weight:700;background:#e5e7eb!important;color:#374151!important}.shell-main[data-v-01c56fcf]{flex:1;display:flex;flex-direction:column;min-width:0;min-height:0}.top-bar[data-v-01c56fcf]{display:flex;align-items:center;justify-content:space-between;padding:.85rem 1.5rem;background:var(--hg-bg)}.top-left[data-v-01c56fcf]{display:flex;align-items:center;gap:.75rem}.crumb[data-v-01c56fcf]{font-weight:600;font-size:.95rem}.loop-pill[data-v-01c56fcf]{font-size:.75rem;padding:.2rem .65rem;background:var(--hg-accent-gold-soft);color:#b45309;border-radius:999px;border:1px solid rgba(245,184,0,.35)}.top-actions[data-v-01c56fcf]{display:flex;gap:.5rem}.icon-action[data-v-01c56fcf]{width:40px;height:40px;border-radius:10px;border:1px solid var(--hg-border);background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#374151}.icon-action[data-v-01c56fcf]:hover{background:#f9fafb}.shell-content[data-v-01c56fcf]{flex:1;min-height:0;overflow:auto}.shell-content.full-bleed[data-v-01c56fcf]{overflow:hidden;display:flex;flex-direction:column}
