:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,SF Pro Text,sans-serif;line-height:1.4;color-scheme:light}*,*:before,*:after{box-sizing:border-box}html,body,#root{margin:0;padding:0;height:100%}body{background:#f3f4f6}.app-root{height:100vh;display:flex;justify-content:center;align-items:stretch}.app-shell{flex:1;max-width:1100px;display:flex;flex-direction:column;padding:12px}.app-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:8px}.app-header h1{margin:0;font-size:20px}.ghost-button{padding:4px 10px;border-radius:999px;border:1px solid #d1d5db;background:#fff;font-size:13px;cursor:pointer}.layout{flex:1;display:flex;gap:10px;min-height:0}.sidebar{flex:0 0 32%;max-width:320px;background:#fff;border-radius:10px;padding:8px;display:flex;flex-direction:column;min-width:0}.inbox-list{margin-top:6px;flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:6px}.inbox-row{text-align:left;width:100%;padding:8px 10px;border-radius:8px;border:1px solid #e5e7eb;background:#f9fafb;cursor:pointer}.inbox-row--active{border-color:#3b82f6;background:#eff6ff}.inbox-row-title{font-size:13px;font-weight:600;margin-bottom:2px}.inbox-row-body{font-size:12px;color:#4b5563;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.inbox-row-meta{margin-top:2px;font-size:11px;color:#9ca3af}.thread-pane{flex:1;background:#fff;border-radius:10px;padding:8px;display:flex;flex-direction:column;min-width:0}.empty-thread{flex:1;display:flex;align-items:center;justify-content:center;color:#9ca3af;font-size:14px}.thread-header{border-bottom:1px solid #e5e7eb;padding-bottom:6px;margin-bottom:6px}.thread-title{font-size:14px;font-weight:600}.thread-body{flex:1;overflow-y:auto;padding-right:4px;margin-bottom:8px}.bubble-row{display:flex;margin-bottom:6px}.bubble-row--in{justify-content:flex-start}.bubble-row--out{justify-content:flex-end}.bubble{max-width:80%;padding:8px 10px;border-radius:14px;font-size:13px;background:#e5e7eb}.bubble-row--out .bubble{background:#3b82f6;color:#fff}.bubble-text{white-space:pre-wrap;word-wrap:break-word}.bubble-meta{margin-top:2px;font-size:10px;opacity:.8}.composer{display:flex;gap:6px;margin-top:4px}.composer select,.composer input{font-size:13px;padding:7px 8px}.composer select{min-width:80px}.composer input:nth-child(2){width:120px}.composer input:nth-child(3){flex:1}.composer button{padding:7px 14px;font-size:13px;border-radius:999px;border:none;background:#111827;color:#fff;cursor:pointer}.error-banner{margin-top:4px;font-size:11px;color:#b91c1c}@media(max-width:768px){.app-shell{padding:8px 6px 10px}.layout{flex-direction:column}.sidebar{flex:0 0 auto;width:100%;max-width:none;max-height:45vh}.thread-pane{flex:1 1 auto;width:100%}.bubble{max-width:90%}.app-header h1{font-size:18px}}.layout{max-width:1200px;margin:0 auto}@media(max-width:768px){.layout{display:flex!important;flex-direction:column;height:100vh}.inboxPane{width:100%!important;max-height:40vh;border-right:none!important;border-bottom:1px solid #e2e4ee}.threadPane{width:100%!important;height:60vh}}
