:root{font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,"Apple Color Emoji","Segoe UI Emoji";font-size:16px;line-height:1.35;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0}#root{min-height:100vh}:root{color-scheme:light;--bg: #f6f8fb;--panel: #ffffff;--panel-2: #f3f6fb;--border: rgba(15, 23, 42, .12);--text: rgba(15, 23, 42, .92);--muted: rgba(15, 23, 42, .62);--accent: #0ea5e9;--accent-2: #16a34a;--danger: #dc2626;--shadow: 0 10px 25px rgba(15, 23, 42, .08)}body{margin:0;background:linear-gradient(180deg,#f8fafc,#f3f6fb);color:var(--text)}a{color:inherit;text-decoration:none}.app-shell{min-height:100vh}.topbar{position:sticky;top:0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f8fafcd9;border-bottom:1px solid var(--border);z-index:10}.topbar-inner{max-width:1100px;margin:0 auto;padding:14px 18px;display:flex;align-items:center;justify-content:space-between;gap:16px}.brand{font-weight:650;letter-spacing:.2px}.nav{display:flex;align-items:center;gap:14px;color:var(--muted)}.nav a:hover{color:var(--text)}.container{max-width:1100px;margin:0 auto;padding:22px 18px 40px}.page-header h1{margin:0 0 6px;font-size:22px;letter-spacing:-.2px}.muted{color:var(--muted)}.small{font-size:12px}.row{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.gap-sm{gap:10px}.card{border:1px solid var(--border);background:var(--panel);border-radius:14px;padding:16px;margin:12px 0;box-shadow:var(--shadow)}.card-muted{background:var(--panel-2)}.card-title{font-weight:650;margin-bottom:10px}.label{display:block;font-size:13px;color:var(--muted);margin:0 0 8px}.textarea,.input,.select{width:100%;border-radius:12px;border:1px solid var(--border);background:#fff;color:var(--text);padding:10px 12px;font-size:14px;outline:none}.textarea:focus,.input:focus,.select:focus{border-color:#0ea5e98c;box-shadow:0 0 0 4px #0ea5e91f}.textarea{resize:vertical;line-height:1.35}.actions{margin-top:12px;display:flex;justify-content:flex-end}.btn{border:1px solid var(--border);background:#fff;color:var(--text);padding:9px 12px;border-radius:12px;cursor:pointer;font-weight:600}.btn:hover{background:#f8fafc}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{border-color:#0ea5e980;background:#0ea5e91f}.btn-primary:hover{background:#0ea5e929}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media (max-width: 920px){.grid-2{grid-template-columns:1fr}}.field{margin:12px 0}.field-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:6px}.badge{font-size:12px;padding:4px 8px;border-radius:999px;border:1px solid rgba(14,165,233,.35);background:#0ea5e91f;color:#0284c7}.badge-muted{border-color:#ffffff2e;background:#ffffff0f;color:var(--muted)}.error{border:1px solid rgba(220,38,38,.25);background:#dc262614;color:#7f1d1d;border-radius:12px;padding:10px 12px;margin-top:10px}.success{border:1px solid rgba(22,163,74,.25);background:#16a34a14;border-radius:12px;padding:10px 12px;margin-top:10px;color:#14532d}.list{list-style:none;margin:0;padding:0}.list-item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.08)}.list-item:last-child{border-bottom:none}.list-link{display:block;flex:1}.list-title{font-weight:650;margin-bottom:4px}.list-sub{color:var(--muted);font-size:13px;line-height:1.35}.list-meta{white-space:nowrap;text-align:right;display:flex;flex-direction:column;align-items:flex-end;gap:8px}.icon-btn{width:28px;height:28px;border-radius:10px;border:1px solid rgba(15,23,42,.12);background:#fff;cursor:pointer;color:#7f1d1de6;line-height:1;font-size:18px}.icon-btn:hover{background:#dc26260f;border-color:#dc262638}.icon-btn:disabled{opacity:.55;cursor:not-allowed}.kv-row{padding:10px 0;border-bottom:1px solid rgba(255,255,255,.08)}.kv-row:last-child{border-bottom:none}.kv-label{color:var(--muted);font-size:12px;margin-bottom:6px}.kv-value{margin:0;white-space:pre-wrap;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:13px}.note-box{border:1px solid rgba(15,23,42,.08);border-radius:12px;background:#fff;overflow:hidden}.note-toolbar{display:flex;justify-content:flex-end;padding:8px 8px 0}.note{margin:0;white-space:pre-wrap;background:transparent;border:0;padding:10px 12px 12px;border-radius:0;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:13px}.accordion-header{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border-radius:12px;border:1px solid rgba(15,23,42,.1);background:#eef2f7;font-weight:700;color:#0f172ac7}.accordion-title{font-size:16px}.chevron{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;color:#0f172a8c;transition:transform .18s ease,background .18s ease}.chevron-down{transform:rotate(0)}.chevron-up{transform:rotate(180deg)}.note-toggle{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:10px;border:1px solid rgba(15,23,42,.12);background:#fff;cursor:pointer}.note-toggle:hover{background:#fff}.note-toggle .chevron{width:22px;height:22px;border-radius:8px}.note-wrap{position:relative;margin-top:10px}.note-wrap-collapsed{max-height:220px;overflow:hidden}.note-wrap-expanded{max-height:none}.note-fade{pointer-events:none;position:absolute;left:0;right:0;bottom:0;height:56px;background:linear-gradient(180deg,#fff0,#fff)}.dropzone{border:1.5px dashed rgba(15,23,42,.22);background:#0ea5e908;border-radius:14px;padding:14px}.dropzone-over{border-color:#0ea5e999;box-shadow:0 0 0 5px #0ea5e91a}.dropzone-title{font-weight:650;margin-bottom:6px}.preview{margin-top:14px}.file-list{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:10px}.file-pill{display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(15,23,42,.12);background:#0ea5e90f;border-radius:999px;padding:6px 10px;max-width:100%}.file-pill-name{max-width:320px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;color:#0f172ac7}.file-pill-x{width:22px;height:22px;border-radius:999px;border:1px solid rgba(15,23,42,.14);background:#fff;cursor:pointer;line-height:1;font-size:16px;color:#7f1d1de6;display:grid;place-items:center;padding:0}.file-pill-x:hover{background:#dc26260f;border-color:#dc262638}.file-pill-x:disabled{opacity:.55;cursor:not-allowed}.preview-body{margin:0;white-space:pre-wrap;max-height:260px;overflow:auto;border-radius:12px;border:1px solid rgba(15,23,42,.08);background:#fff;padding:12px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:12.5px}.segmented{display:inline-flex;border:1px solid rgba(15,23,42,.12);background:#fff;border-radius:12px;padding:4px;gap:4px}.seg-btn{border:0;background:transparent;padding:8px 10px;border-radius:10px;cursor:pointer;font-weight:650;color:var(--muted)}.seg-btn:hover{background:#0284c70f;color:var(--text)}.seg-active{background:#0ea5e91f;color:#0284c7}
