:root{color-scheme:dark;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}body{margin:0;background:#0f1117;color:#e6e9ef}.shell{max-width:980px;margin:1.6rem auto;padding:1rem}h1{margin-top:0}h2{margin:0 0 .75rem;font-size:1rem}h3{margin:0 0 .6rem;font-size:.95rem}.panel{border:1px solid #2b3140;border-radius:10px;padding:.9rem;margin:.75rem 0;background:#171b26}.panel.nested{margin-top:.75rem;background:#131929}.row{display:flex;gap:.75rem;align-items:center}.row.wrap{flex-wrap:wrap}.input{width:100%;border:1px solid #3a4257;border-radius:8px;background:#101624;color:#e6e9ef;padding:.55rem .7rem}.color-input{max-width:70px;padding:.2rem;min-height:38px}.check{display:inline-flex;gap:.45rem;align-items:center;color:#c7d2e7;white-space:nowrap}code{display:block;overflow-wrap:anywhere}.actions{display:flex;gap:.75rem;margin:1rem 0}.actions.compact{margin:0;gap:.4rem}button{border:1px solid #3a4257;border-radius:8px;background:#1f2636;color:#e6e9ef;padding:.5rem .8rem;cursor:pointer}button:hover{background:#283149}button:disabled{opacity:.6;cursor:not-allowed}.small{padding:.3rem .55rem;font-size:.78rem}.list{display:grid;gap:.6rem}.item{display:flex;justify-content:space-between;align-items:flex-start;border:1px solid #2f3648;border-radius:8px;padding:.6rem;background:#131929;gap:.7rem}.meta{text-align:right}.muted{color:#9aa4bf}.status{color:#86efac}.error{color:#fca5a5}.dropzone{border:1px dashed #3a4257;border-radius:10px;padding:.85rem;background:#0f1523}.dropzone.dragging{border-color:#60a5fa;background:#152038}.progress{width:220px;max-width:100%;height:8px;border-radius:999px;background:#1a2336;overflow:hidden;margin-top:.4rem}.progress-fill{height:100%;background:linear-gradient(90deg,#3b82f6,#22d3ee)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;display:flex;align-items:center;justify-content:center;padding:1rem}.modal{width:min(980px,100%);background:#121826;border:1px solid #303a50;border-radius:12px;padding:.9rem}.modal-head{display:flex;justify-content:space-between;align-items:center;gap:.75rem}.preview-body{margin-top:.8rem;background:#0d1220;border:1px solid #2d364a;border-radius:10px;min-height:240px;max-height:70vh;overflow:hidden}.preview-image,.preview-frame{width:100%;height:70vh;border:0;object-fit:contain;display:block}ul{margin:0}.chat-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;display:flex;justify-content:flex-end;z-index:1000}.chat-panel{width:min(520px,100%);height:100%;background:#111827;border-left:1px solid #2f3648;display:flex;flex-direction:column}.chat-header,.chat-footer{padding:.8rem;border-bottom:1px solid #2f3648;background:#141c2d}.chat-footer{border-top:1px solid #2f3648;border-bottom:0}.chat-history{padding:.7rem;border-bottom:1px solid #2f3648;background:#0f1523;max-height:220px;overflow:auto}.chat-history-item{cursor:pointer}.chat-history-item-active{border-color:#4c80ff;background:#17274b}.chat-messages{flex:1;overflow:auto;padding:.8rem;display:grid;gap:.7rem;background:#0e1422}.chat-message{border:1px solid #2f3648;border-radius:8px;padding:.55rem;background:#121a2b}.chat-message-user{border-color:#3d5fb5;background:#162447}.chat-message-assistant{border-color:#2f3648}.chat-message-meta{display:flex;justify-content:space-between;gap:.5rem;margin-bottom:.35rem;font-size:.8rem}.chat-message-content{white-space:pre-wrap;line-height:1.4}.chat-citations{margin-top:.4rem;font-size:.8rem}.chat-citations summary{cursor:pointer;color:#8ab4ff}.chat-citations ul{margin-top:.3rem;padding-left:1rem;color:#b7c1d8}.chat-input{resize:vertical;min-height:82px}
