.jsondiffpatch-delta{margin:0;padding:0 0 0 12px;font-family:Bitstream Vera Sans Mono,DejaVu Sans Mono,Monaco,Courier,monospace;font-size:12px;display:inline-block}.jsondiffpatch-delta pre{margin:0;padding:0;font-family:Bitstream Vera Sans Mono,DejaVu Sans Mono,Monaco,Courier,monospace;font-size:12px;display:inline-block}ul.jsondiffpatch-delta,.jsondiffpatch-delta ul{margin:0;padding:0 0 0 20px;list-style-type:none}.jsondiffpatch-added .jsondiffpatch-property-name,.jsondiffpatch-added .jsondiffpatch-value pre,.jsondiffpatch-modified .jsondiffpatch-right-value pre,.jsondiffpatch-textdiff-added{background:#bfb}.jsondiffpatch-deleted .jsondiffpatch-property-name,.jsondiffpatch-deleted pre,.jsondiffpatch-modified .jsondiffpatch-left-value pre,.jsondiffpatch-textdiff-deleted{background:#fbb;text-decoration:line-through}.jsondiffpatch-unchanged,.jsondiffpatch-movedestination{color:gray}.jsondiffpatch-unchanged,.jsondiffpatch-movedestination>.jsondiffpatch-value{transition:all .5s;overflow-y:hidden}.jsondiffpatch-unchanged-showing .jsondiffpatch-unchanged,.jsondiffpatch-unchanged-showing .jsondiffpatch-movedestination>.jsondiffpatch-value{max-height:100px}.jsondiffpatch-unchanged-hidden .jsondiffpatch-unchanged,.jsondiffpatch-unchanged-hidden .jsondiffpatch-movedestination>.jsondiffpatch-value{max-height:0}.jsondiffpatch-unchanged-hiding .jsondiffpatch-movedestination>.jsondiffpatch-value,.jsondiffpatch-unchanged-hidden .jsondiffpatch-movedestination>.jsondiffpatch-value{display:block}.jsondiffpatch-unchanged-visible .jsondiffpatch-unchanged,.jsondiffpatch-unchanged-visible .jsondiffpatch-movedestination>.jsondiffpatch-value{max-height:100px}.jsondiffpatch-unchanged-hiding .jsondiffpatch-unchanged,.jsondiffpatch-unchanged-hiding .jsondiffpatch-movedestination>.jsondiffpatch-value{max-height:0}.jsondiffpatch-unchanged-showing .jsondiffpatch-arrow,.jsondiffpatch-unchanged-hiding .jsondiffpatch-arrow{display:none}.jsondiffpatch-value{display:inline-block}.jsondiffpatch-property-name{vertical-align:top;padding-right:5px;display:inline-block}.jsondiffpatch-property-name:after{content:": "}.jsondiffpatch-child-node-type-array>.jsondiffpatch-property-name:after{content:": ["}.jsondiffpatch-child-node-type-array:after{content:"],"}div.jsondiffpatch-child-node-type-array:before{content:"["}div.jsondiffpatch-child-node-type-array:after{content:"]"}.jsondiffpatch-child-node-type-object>.jsondiffpatch-property-name:after{content:": {"}.jsondiffpatch-child-node-type-object:after{content:"},"}div.jsondiffpatch-child-node-type-object:before{content:"{"}div.jsondiffpatch-child-node-type-object:after{content:"}"}.jsondiffpatch-value pre:after{content:","}li:last-child>.jsondiffpatch-value pre:after,.jsondiffpatch-modified>.jsondiffpatch-left-value pre:after{content:""}.jsondiffpatch-modified .jsondiffpatch-value{display:inline-block}.jsondiffpatch-modified .jsondiffpatch-right-value{margin-left:5px}.jsondiffpatch-moved .jsondiffpatch-property-name{-webkit-text-decoration:line-through gray;text-decoration:line-through gray}.jsondiffpatch-moved .jsondiffpatch-value{display:none}.jsondiffpatch-moved .jsondiffpatch-moved-destination{color:#888;background:#ffb;display:inline-block}.jsondiffpatch-moved .jsondiffpatch-moved-destination:before{content:" => "}ul.jsondiffpatch-textdiff{padding:0}.jsondiffpatch-textdiff-location{color:#bbb;min-width:60px;display:inline-block}.jsondiffpatch-textdiff-line{display:inline-block}.jsondiffpatch-textdiff-line-number:after{content:","}.jsondiffpatch-error{color:#fff;background:red;font-weight:700}:root{--bg:#fafaf7;--fg:#1a1a1a;--muted:#6b6b6b;--border:#d4d4d4;--accent:#1f6feb;--accent-fg:#fff;--danger:#c5302a;--ok:#1a7f37;--shadow:0 1px 3px #00000014;--surface:#fff;--surface-hover:#f0f0f0;--accent-bg-soft:#eef4ff;--danger-bg-soft:#fdf0ef}[data-theme=dark]{--bg:#161616;--fg:#ebebeb;--muted:#9a9a9a;--border:#353535;--accent:#4593f8;--accent-fg:#fff;--danger:#ff6c66;--ok:#54c266;--shadow:0 1px 3px #00000080;--surface:#1f1f1f;--surface-hover:#2a2a2a;--accent-bg-soft:#1a2b4d;--danger-bg-soft:#3b1f1d}@media (prefers-color-scheme:dark){:root:not([data-theme=light]):not([data-theme=dark]){--bg:#161616;--fg:#ebebeb;--muted:#9a9a9a;--border:#353535;--accent:#4593f8;--accent-fg:#fff;--danger:#ff6c66;--ok:#54c266;--shadow:0 1px 3px #00000080;--surface:#1f1f1f;--surface-hover:#2a2a2a;--accent-bg-soft:#1a2b4d;--danger-bg-soft:#3b1f1d}}*{box-sizing:border-box}html,body,#root{min-height:100vh;margin:0;padding:0}body{background:var(--bg);color:var(--fg);font:14px/1.5 -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}a{color:var(--accent)}.app{max-width:960px;margin:0 auto;padding:16px}.app__header{border-bottom:1px solid var(--border);align-items:baseline;gap:24px;margin-bottom:24px;padding-bottom:12px;display:flex}.app__brand{color:var(--fg);font-size:18px;font-weight:600;text-decoration:none}.app__header .spacer{flex:1}.app__footer{border-top:1px solid var(--border);text-align:center;color:var(--muted);margin-top:48px;padding:16px 0;font-size:13px}.app__footer a{color:inherit}button,.btn,select{font:inherit;border:1px solid var(--border);background:var(--surface);cursor:pointer;color:var(--fg);border-radius:4px;padding:6px 12px}.btn{text-decoration:none;display:inline-block}.btn:hover,button:hover,select:hover{background:var(--surface-hover)}button:disabled,select:disabled{opacity:.5;cursor:not-allowed}button.primary{background:var(--accent);color:var(--accent-fg);border-color:var(--accent)}button.primary:hover{background:#1859c8}button.danger{color:var(--danger);border-color:var(--border)}button.danger:hover{background:var(--danger-bg-soft)}select{padding-right:24px}input,textarea{font:inherit;border:1px solid var(--border);background:var(--surface);width:100%;color:var(--fg);border-radius:4px;padding:6px 8px}textarea{resize:vertical;min-height:60px;font-family:inherit}label{color:var(--muted);margin-bottom:4px;font-size:12px;display:block}.field{margin-bottom:12px}.row{align-items:flex-start;gap:8px;display:flex}.row>*{flex:1}.row.tight{gap:4px}.card{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:6px;margin-bottom:16px;padding:16px}.card h3{margin-top:0;margin-bottom:12px}.section{margin-top:24px}.section h2{margin:0 0 8px;font-size:16px}.error{color:var(--danger);font-size:13px}.muted{color:var(--muted);font-size:12px}.ok{color:var(--ok)}.bullet{align-items:flex-start;gap:8px;margin-bottom:6px;display:flex}.bullet textarea{flex:1}.toolbar{align-items:center;gap:8px;margin:16px 0;display:flex}.toolbar .spacer{flex:1}.dropzone{border:2px dashed var(--border);text-align:center;background:var(--surface);border-radius:8px;padding:48px;transition:border-color .12s}.dropzone.dragging{border-color:var(--accent);background:var(--accent-bg-soft)}.auth-card{max-width:480px;margin:48px auto;padding:32px}.auth-card h1{margin-top:0;margin-bottom:12px;font-size:22px}.auth-card p{color:var(--muted);margin:8px 0 16px}.auth-btn{padding:10px 16px;text-decoration:none;display:inline-block}.invite-input{letter-spacing:.08em;text-transform:uppercase;margin-bottom:12px;padding:10px 12px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:16px}.app__user{font-size:13px}.reuse-banner{align-items:center;gap:16px;display:flex}.reuse-banner>:first-child{flex:1}.preview iframe{border:1px solid var(--border);background:#fff;border-radius:4px;width:100%;height:70vh}.spinner{border:2px solid var(--border);border-top-color:var(--accent);border-radius:50%;width:14px;height:14px;animation:.8s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.progress-bar{background:var(--border);border-radius:2px;width:100%;height:4px;margin-top:12px;overflow:hidden}.progress-bar>div{background:var(--accent);border-radius:2px;width:35%;height:100%;animation:1.6s ease-in-out infinite progress-slide}@keyframes progress-slide{0%{transform:translate(-100%)}to{transform:translate(330%)}}@media (prefers-reduced-motion:reduce){.spinner{animation:none}.progress-bar>div{opacity:.4;width:100%;animation:none}}.eval-review .diff-cell{white-space:pre-wrap;word-break:break-word;background:var(--surface);border:1px solid var(--border);border-radius:4px;margin:.2rem 0 0;padding:.4rem .5rem;font-size:.85em}.eval-review .badge{border:1px solid var(--border);border-radius:4px;padding:.1rem .4rem;font-size:.75em}.eval-review .badge.sev-high{color:var(--danger);border-color:var(--danger)}.eval-review .badge.sev-medium{color:var(--accent)}.eval-review .badge.sev-low{color:var(--muted)}
