:root{--color-bg: #ffffff;--color-surface: #fbfbfd;--color-fill: #f5f5f7;--color-border: #e3e3e8;--color-text: #1d1d1f;--color-text-2: #6e6e73;--color-text-3: #86868b;--color-brand: #0071e3;--color-brand-hover: #0077ed;--color-success: #34c759;--color-danger: #ff3b30;--radius: 12px;--radius-sm: 8px;--shadow: 0 2px 12px rgba(0, 0, 0, .06);--shadow-lg: 0 12px 40px rgba(0, 0, 0, .08);--ease: cubic-bezier(.4, 0, .2, 1);--max-width: 1080px;--console-canvas: #f6f7f9;--console-panel: #ffffff;--console-border: #e7e9ee;--console-border-strong: #d7dae1;--console-radius: 8px;--console-radius-sm: 6px;--console-muted: #5b6472;--console-muted-2: #8a92a3;--console-ink: #11141a;--console-accent: #2f6df6;--console-success: #16a34a;--console-danger: #e5484d;--console-warn: #f59e0b;--nav-bg: #15171c;--nav-bg-2: #1c1f26;--nav-item: #9aa1ad;--nav-item-active: #ffffff;--nav-item-bg: rgba(255, 255, 255, .08);--nav-divider: rgba(255, 255, 255, .08);font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Inter,PingFang SC,Helvetica Neue,Arial,sans-serif}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%}body{background:var(--color-bg);color:var(--color-text);line-height:1.5;-webkit-font-smoothing:antialiased;letter-spacing:0}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}input,textarea,select{font-family:inherit}.container{max-width:var(--max-width);margin:0 auto;padding:0 24px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;height:40px;padding:0 20px;border:none;border-radius:980px;font-size:14px;font-weight:500;transition:all .2s var(--ease);white-space:nowrap}.btn-primary{background:var(--color-brand);color:#fff}.btn-primary:hover{background:var(--color-brand-hover)}.btn-ghost{background:transparent;color:var(--color-text)}.btn-ghost:hover{background:var(--color-fill)}.btn-light{background:var(--color-fill);color:var(--color-text)}.btn-light:hover{background:#ececef}.btn-sm{height:32px;padding:0 14px;font-size:13px}.btn:disabled{opacity:.5;cursor:not-allowed}.field{display:flex;flex-direction:column;gap:6px}.field label{font-size:13px;color:var(--color-text-2);font-weight:500}.input{height:44px;padding:0 14px;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-bg);font-size:15px;color:var(--color-text);transition:border-color .2s var(--ease),box-shadow .2s var(--ease);width:100%}.input:focus{outline:none;border-color:var(--color-brand);box-shadow:0 0 0 3px #0071e31f}textarea.input{height:auto;padding:12px 14px;resize:vertical}.card{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius)}.text-2{color:var(--color-text-2)}.text-3{color:var(--color-text-3)}.fade-enter-active,.fade-leave-active{transition:opacity .2s var(--ease)}.fade-enter-from,.fade-leave-to{opacity:0}.c-mono{font-family:ui-monospace,SF Mono,Menlo,Roboto Mono,monospace;font-variant-numeric:tabular-nums}.c-dot{display:inline-block;width:6px;height:6px;border-radius:50%;margin-right:7px;vertical-align:middle;position:relative;top:-1px}.c-dot.success{background:var(--console-success)}.c-dot.danger{background:var(--console-danger)}.c-dot.warn{background:var(--console-warn)}.c-dot.muted{background:var(--console-muted-2)}.c-status{display:inline-flex;align-items:center;font-size:12.5px;color:var(--console-muted)}.c-method{display:inline-block;background:var(--console-accent);color:#fff;font-size:11px;font-weight:600;padding:2px 7px;border-radius:4px;letter-spacing:.02em}
