*{box-sizing:border-box;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}body,html,#root{color:#e3e3e3;background-color:#111214;width:100%;height:100%;overflow:hidden}.app-container{flex-direction:column;width:100%;height:100vh;display:flex}.app-header{background-color:#1e1f22;border-bottom:1px solid #2e3035;justify-content:space-between;align-items:center;height:56px;padding:0 16px;display:flex}.app-header h1{font-size:1.1rem;font-weight:600}.status-badge{color:#4cd964;background-color:#2b3a2a;border:1px solid #3d5a3a;border-radius:12px;padding:4px 8px;font-size:.75rem}.chat-window{flex-direction:column;flex:1;gap:16px;padding:16px;display:flex;overflow-y:auto}.message-row{width:100%;display:flex}.message-row.user{justify-content:flex-end}.message-row.model{justify-content:flex-start}.message-bubble{word-wrap:break-word;border-radius:18px;max-width:80%;padding:12px 16px;font-size:.95rem;line-height:1.4}.user .message-bubble{color:#fff;background-color:#2f80ed;border-bottom-right-radius:4px}.model .message-bubble{color:#e3e3e3;background-color:#2e3035;border-bottom-left-radius:4px}.input-area{background-color:#1e1f22;border-top:1px solid #2e3035;gap:8px;padding:12px 16px;display:flex}.input-area input{color:#fff;background-color:#2b2d31;border:1px solid #3f4147;border-radius:24px;outline:none;flex:1;padding:12px 18px;font-size:.95rem}.input-area input:focus{border-color:#2f80ed}.input-area button{color:#fff;cursor:pointer;background-color:#2f80ed;border:none;border-radius:24px;padding:0 20px;font-size:.95rem;font-weight:600}
