:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.4;color:#0f172a;background-color:#f8fafc}*{box-sizing:border-box}html,body,#root{margin:0;height:100vh;overflow:hidden}.layout{display:grid;grid-template-columns:minmax(340px,40%) 1fr;gap:12px;padding:12px;height:100vh}.panel{display:flex;flex-direction:column;border:1px solid #e2e8f0;border-radius:10px;background:#fff;overflow:hidden;min-height:0}.panelHeader{padding:10px 12px;border-bottom:1px solid #e2e8f0;display:flex;align-items:center;justify-content:space-between;gap:8px}.panelHeader h2{margin:0;font-size:16px}.smallText{margin:0;color:#64748b;font-size:12px}.messageList{flex:1;overflow:auto;padding:12px;display:flex;flex-direction:column;gap:8px}.message{border-radius:8px;border:1px solid #e2e8f0;padding:8px}.message header{text-transform:uppercase;font-size:10px;color:#64748b;margin-bottom:4px}.message p{margin:0;white-space:pre-wrap;word-break:break-word}.message-user{background:#f1f5f9}.message-assistant{background:#f8fafc}.message-system{background:#fff7ed}.message-tool{background:#f0fdf4;border-color:#bbf7d0;font-size:13px}.message-tool_error{background:#fef2f2;border-color:#fecaca;font-size:13px}.message-tool header,.message-tool_error header{font-family:monospace}.toolOutput{margin:0;white-space:pre-wrap;word-break:break-word;font-family:monospace;font-size:12px;max-height:200px;overflow:auto}.promptForm{padding:12px;border-top:1px solid #e2e8f0;display:flex;flex-direction:column;gap:8px}.configRow{display:grid;grid-template-columns:1fr 1fr;gap:8px}.configField{display:flex;flex-direction:column;gap:4px;font-size:12px;color:#475569}.configField input,.configField select{border:1px solid #cbd5e1;border-radius:8px;padding:6px 8px;font:inherit;background:#fff}.promptForm textarea{width:100%;resize:vertical;border:1px solid #cbd5e1;border-radius:8px;padding:8px;font:inherit}.actionsRow{display:flex;align-items:center;gap:8px}button{border:1px solid #cbd5e1;border-radius:6px;background:#fff;padding:6px 10px;font:inherit;cursor:pointer}button:disabled{cursor:not-allowed;opacity:.5}.errorText{margin:0;padding:0 12px 12px;color:#b91c1c;font-size:13px}.previewPanel{min-height:0}.previewPanel iframe{border:0;width:100%;flex:1;min-height:0;background:#fff}.previewPanel a{color:#0f172a;font-size:12px}.emptyPreview{flex:1;display:grid;place-items:center;color:#64748b;font-size:14px}.appListPage{max-width:720px;margin:0 auto;padding:40px 16px}.appListHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:24px}.appListTitle{margin:0;font-size:22px;font-weight:600}.appListSubtitle{margin:4px 0 0;color:#64748b;font-size:13px}.newAppButton{flex-shrink:0;background:#0f172a;color:#fff;border:none;border-radius:8px;padding:8px 16px;font-weight:500;cursor:pointer}.newAppButton:hover{background:#1e293b}.appListEmpty{text-align:center;padding:48px 16px;color:#64748b;font-size:14px}.appListGrid{display:flex;flex-direction:column;gap:8px}.appCard{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;border:1px solid #e2e8f0;border-radius:10px;background:#fff;cursor:pointer;text-align:left;width:100%;font:inherit;transition:border-color .15s}.appCard:hover{border-color:#94a3b8}.appCardBody{flex:1;min-width:0}.appCardName{margin:0;font-size:14px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.appCardMeta{margin-top:4px;display:flex;align-items:center;gap:8px;font-size:12px;color:#64748b}.appCardBadge{display:inline-block;padding:1px 6px;border-radius:4px;font-size:11px;font-weight:500}.appCardBadge.saved{background:#dcfce7;color:#166534}.appCardBadge.unsaved{background:#fef3c7;color:#92400e}.appCardDate{font-size:12px}.appCardDelete{flex-shrink:0;width:28px;height:28px;border:1px solid transparent;border-radius:6px;background:transparent;color:#94a3b8;font-size:18px;line-height:1;cursor:pointer;display:grid;place-items:center;padding:0}.appCardDelete:hover{background:#fee2e2;color:#b91c1c;border-color:#fecaca}.panelHeaderLeft{display:flex;align-items:center;gap:8px}.panelHeaderMeta{display:flex;flex-direction:column;align-items:flex-end;gap:2px}.backButton{width:28px;height:28px;display:grid;place-items:center;border:1px solid #e2e8f0;border-radius:6px;background:#fff;cursor:pointer;font-size:16px;padding:0;color:#0f172a}.backButton:hover{background:#f1f5f9}.promptInputWrapper{position:relative;display:flex;flex-direction:column;gap:6px}.promptInputWrapper textarea{width:100%;resize:vertical;border:1px solid #cbd5e1;border-radius:8px;padding:8px;font:inherit}.mentionTags{display:flex;flex-wrap:wrap;gap:4px}.mentionTagChip{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;background:#ede9fe;color:#5b21b6;border-radius:4px;font-size:12px;font-weight:500}.mentionTagRemove{all:unset;cursor:pointer;font-size:14px;line-height:1;color:#7c3aed;opacity:.6}.mentionTagRemove:hover{opacity:1}.mentionPopup{z-index:100;min-width:220px;max-width:320px;max-height:200px;overflow-y:auto;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 4px 12px #0000001a;display:flex;flex-direction:column;padding:4px}.mentionItem{all:unset;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:6px 8px;border-radius:6px;cursor:pointer;font-size:13px}.mentionItem.active,.mentionItem:hover{background:#f1f5f9}.mentionItemName{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:500;color:#0f172a}.mentionItemId{flex-shrink:0;font-size:11px;color:#94a3b8;font-family:monospace}
