.repo-picker.svelte-cto5zz,.input-wrap.svelte-cto5zz{position:relative}.input-wrap.svelte-cto5zz input:where(.svelte-cto5zz){width:100%;box-sizing:border-box;padding:8px 10px;border:2px solid var(--stroke, #252836);border-radius:var(--r, 4px);background:var(--bg, #0b0d14);color:var(--text, #efefed);font-size:.9rem;font-family:inherit;outline:none;transition:border-color .1s}.input-wrap.svelte-cto5zz input:where(.svelte-cto5zz):focus{border-color:var(--accent, #c4f442)}.input-wrap.svelte-cto5zz input:where(.svelte-cto5zz)::placeholder{color:var(--muted, #6b7280)}.spinner.svelte-cto5zz{position:absolute;right:10px;top:50%;transform:translateY(-50%);color:var(--muted, #6b7280);font-size:.85rem;pointer-events:none}.selected-repo.svelte-cto5zz{display:flex;align-items:center;gap:8px;padding:8px 10px;border:2px solid var(--stroke, #252836);border-radius:var(--r, 4px);background:var(--bg, #0b0d14);font-size:.9rem}.selected-repo.svelte-cto5zz .repo-name:where(.svelte-cto5zz){color:var(--text, #efefed);flex:1}.clear-btn.svelte-cto5zz{background:none;border:none;color:var(--muted, #6b7280);cursor:pointer;font-size:1rem;line-height:1;padding:0 2px;transition:color .1s}.clear-btn.svelte-cto5zz:hover{color:var(--text, #efefed)}.suggestions.svelte-cto5zz{position:absolute;top:calc(100% + 4px);left:0;right:0;background:var(--surface, #13161f);border:2px solid var(--stroke, #252836);border-radius:var(--r, 4px);list-style:none;margin:0;padding:4px 0;z-index:200;max-height:240px;overflow-y:auto;box-shadow:0 8px 24px #0006}.suggestions.svelte-cto5zz li:where(.svelte-cto5zz){display:flex;flex-direction:column;gap:2px;padding:8px 12px;cursor:pointer;transition:background .1s}.suggestions.svelte-cto5zz li:where(.svelte-cto5zz):hover{background:var(--bg, #0b0d14)}.repo-full-name.svelte-cto5zz{font-size:.88rem;color:var(--text, #efefed);font-weight:600;display:flex;align-items:center;gap:6px}.private-badge.svelte-cto5zz{font-size:.7rem;font-weight:700;color:var(--muted, #6b7280);border:1px solid var(--stroke, #252836);border-radius:3px;padding:1px 5px;text-transform:uppercase;letter-spacing:.04em}.repo-desc.svelte-cto5zz{font-size:.78rem;color:var(--muted, #6b7280);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}dialog.backdrop.svelte-199szfl{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000a6;display:flex;align-items:center;justify-content:center;z-index:100;border:none;padding:16px;max-width:100%;max-height:100%;width:100%;height:100%}.modal.svelte-199szfl{background:var(--surface, #13161f);border:2px solid var(--stroke, #252836);border-radius:var(--r, 4px);padding:28px;width:100%;max-width:520px;box-shadow:var(--shadow-strong);max-height:calc(100vh - 32px);overflow-y:auto}h2.svelte-199szfl{margin:0 0 20px;font-size:1.2rem;font-weight:800;color:var(--text, #efefed)}label.svelte-199szfl{display:flex;flex-direction:column;gap:4px;font-size:.85rem;color:var(--muted, #6b7280);margin-bottom:14px}input.svelte-199szfl,select.svelte-199szfl,textarea.svelte-199szfl{padding:8px 10px;border:2px solid var(--stroke, #252836);border-radius:var(--r, 4px);background:var(--bg, #0b0d14);color:var(--text, #efefed);font-size:.9rem;font-family:inherit;outline:none;transition:border-color .1s}input.svelte-199szfl:focus,select.svelte-199szfl:focus,textarea.svelte-199szfl:focus{border-color:var(--accent, #c4f442)}input.svelte-199szfl::placeholder,textarea.svelte-199szfl::placeholder{color:var(--muted, #6b7280)}textarea.svelte-199szfl{resize:vertical}select.svelte-199szfl option:where(.svelte-199szfl){background:var(--surface, #13161f)}.tag-section.svelte-199szfl{margin-bottom:14px}.label.svelte-199szfl{font-size:.85rem;color:var(--muted, #6b7280);display:block;margin-bottom:6px}.tag-list.svelte-199szfl{display:flex;flex-wrap:wrap;gap:6px}.tag-btn.svelte-199szfl{padding:3px 10px;border-radius:var(--r, 4px);border:1px solid var(--stroke, #252836);background:transparent;color:var(--muted, #6b7280);cursor:pointer;font-size:.8rem;transition:color .1s,border-color .1s}.tag-btn.svelte-199szfl:hover{color:var(--text, #efefed);border-color:var(--text, #efefed)}.tag-btn.selected.svelte-199szfl{background:var(--accent, #c4f442);color:var(--ink);border-color:var(--accent, #c4f442);font-weight:700}.error.svelte-199szfl{color:#f87171;font-size:.85rem;margin:0 0 12px}.footer.svelte-199szfl{display:flex;justify-content:flex-end;gap:10px;margin-top:8px}button.svelte-199szfl{padding:8px 18px;border-radius:var(--r, 4px);border:2px solid var(--stroke, #252836);background:transparent;color:var(--text, #efefed);cursor:pointer;font-size:.9rem;font-weight:600;transition:border-color .1s,color .1s}button.svelte-199szfl:hover{border-color:var(--text, #efefed)}button.primary.svelte-199szfl{background:var(--accent, #c4f442);color:var(--ink);border-color:var(--accent, #c4f442);box-shadow:var(--shadow, 3px 3px 0 #1c1f2c)}button.primary.svelte-199szfl:hover{box-shadow:var(--shadow-hover, 5px 5px 0 #1c1f2c);transform:translate(-1px,-1px)}button.primary.svelte-199szfl:active{box-shadow:1px 1px #1c1f2c;transform:translate(1px,1px)}button.svelte-199szfl:disabled{opacity:.4;cursor:default;transform:none!important;box-shadow:none!important}.optional.svelte-199szfl{font-weight:400;color:var(--muted, #6b7280)}.file-hint.svelte-199szfl{margin:-8px 0 6px;font-size:.8rem;color:var(--muted, #6b7280)}*,*:before,*:after{box-sizing:border-box}:root{--accent: #c4f442;--ink: #14161e;--r: 4px}@media(prefers-color-scheme:light){:root{--bg: #f4f2ee;--surface: #ffffff;--stroke: #14161e;--text: #14161e;--muted: #7c7c8a;--shadow: 3px 3px 0 #14161e;--shadow-hover: 5px 5px 0 #14161e;--shadow-strong: 8px 8px 0 #14161e;--tag-surface: #1c2033;--tag-stroke: #3a4460}}@media(prefers-color-scheme:dark){:root{--bg: #1c2033;--surface: #252d42;--stroke: #3a4460;--text: #eeedf0;--muted: #8891a8;--shadow: 3px 3px 0 #141826;--shadow-hover: 5px 5px 0 #141826;--shadow-strong: 8px 8px 0 #141826;--tag-surface: #131829;--tag-stroke: #2a3050}}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg);color:var(--text)}.content.svelte-12qhfyh{max-width:1100px;margin:0 auto;padding:40px 24px 100px}.fab-wrap.svelte-12qhfyh{position:fixed;z-index:200;bottom:20px;left:20px}.fab.svelte-12qhfyh{width:52px;height:52px;border-radius:var(--r);background:var(--accent);color:var(--ink);border:2px solid var(--ink);font-size:1.4rem;font-weight:900;line-height:1;cursor:pointer;box-shadow:var(--shadow);display:flex;align-items:center;justify-content:center;transition:box-shadow .1s,transform .1s}.fab.svelte-12qhfyh:hover{box-shadow:var(--shadow-hover);transform:translate(-1px,-1px)}.fab.svelte-12qhfyh:active{box-shadow:1px 1px #1c1f2c;transform:translate(1px,1px)}.nav-panel.svelte-12qhfyh{position:absolute;bottom:calc(100% + 10px);left:0;background:var(--surface);border:2px solid var(--stroke);border-radius:var(--r);box-shadow:var(--shadow-hover);padding:14px;min-width:190px;display:flex;flex-direction:column;gap:8px}.logo.svelte-12qhfyh{font-size:1.4rem;font-weight:900;letter-spacing:-.04em;text-decoration:none;color:var(--accent);padding:0 4px 8px;border-bottom:1px solid var(--stroke)}ul.svelte-12qhfyh{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2px}li.svelte-12qhfyh a:where(.svelte-12qhfyh){display:block;padding:7px 10px;border-radius:var(--r);text-decoration:none;color:var(--muted);font-size:.92rem;font-weight:500;transition:color .1s}li.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--text)}li.active.svelte-12qhfyh a:where(.svelte-12qhfyh){background:var(--accent);color:var(--ink);font-weight:700}.capture-btn.svelte-12qhfyh{background:var(--accent);color:var(--ink);border:none;border-radius:var(--r);padding:10px 14px;font-size:.9rem;font-weight:700;cursor:pointer;box-shadow:var(--shadow);transition:box-shadow .1s,transform .1s;text-align:center}.capture-btn.svelte-12qhfyh:hover{box-shadow:var(--shadow-hover);transform:translate(-1px,-1px)}.capture-btn.svelte-12qhfyh:active{box-shadow:1px 1px #1c1f2c;transform:translate(1px,1px)}@media(min-width:700px){.fab-wrap.svelte-12qhfyh{bottom:auto;top:20px;left:20px}.nav-panel.svelte-12qhfyh{bottom:auto;top:calc(100% + 10px)}.content.svelte-12qhfyh{padding:40px 32px}}
