@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap";.app-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 18px;border-bottom:1px solid var(--line);background:var(--panel);position:sticky;top:0;z-index:2}.app-header h1{margin:0;font-size:17px;line-height:1.2}.app-header a{text-decoration:none;color:inherit}@media(max-width:900px){.app-header{position:static;align-items:flex-start;flex-direction:column}}:root{color-scheme:light;--bg: #f6f8fa;--panel: #ffffff;--text: #17202a;--muted: #667085;--line: #d7dde5;--accent: #146c94;--accent-weak: #e7f3f8;--danger: #b42318;--danger-weak: #fee4e2;--ok: #067647;--warn: #b54708;--mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-size:14px}button,select,input{font:inherit}
